Annotation of parser3/ChangeLog, revision 1.179
1.179 ! moko 1: 2022-11-22 moko
! 2:
! 3: * tests/: 419.html, results/419.processed: test for L_URI and path
! 4: removeal from filename added (related to bug #1204)
! 5:
! 6: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
! 7: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
! 8: attribute value, L_URI should be used
! 9:
1.178 moko 10: 2022-09-21 moko
11:
12: * src/targets/cgi/parser3.C: more clear error messages
13:
14: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
15: SAPI_Info will return 0 in read_post and post_size !=
16: content_length will be thrown
17:
1.177 moko 18: 2022-08-23 moko
19:
20: * src/types/pa_vmail.C: .tables addes as .raw contains only last
21: header value
22:
23: 2022-08-22 moko
24:
25: * tests/: 418.html, results/418.processed: test for
26: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
27: to #1225)
28:
29: * src/classes/hash.C: keep old behavoir by default
30:
31: * src/classes/hash.C: ^hash_a.intersection[hash_b;
32: $.order[self|arg] ] added (implements #1215)
33:
1.176 moko 34: 2022-03-21 moko
35:
36: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
37: xmlInitCharEncodingHandlers is called in libxml static
38: initializers before gc_substitute_memory_management_functions in
39: pa_globals and thus gc may not see reference to our
40: xmlCharEncodingHandler and free it.
41:
1.175 moko 42: 2022-01-26 moko
43:
44: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
45:
1.174 moko 46: 2021-12-28 moko
47:
48: * tests/: 417.html, results/417.processed: test for empty string
49: match added (related to bug #1224)
50:
51: * src/main/pa_string.C: empty string match now works (fixes bug
52: #1224)
53:
1.173 moko 54: 2021-12-24 moko
55:
56: * tests/: 415_dir/29.p, results/415.processed: yet another test
57:
58: 2021-12-23 moko
59:
60: * src/: classes/table.C, main/pa_request.C: warnings war
61:
62: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
63: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
64:
65: 2021-12-21 moko
66:
67: * tests/: 416.html, results/416.processed: test for ^break[] in
68: ^hash/table.select[] (related to feature #1222)
69:
70: * src/classes/: hash.C, table.C: ^break[] support for
71: ^hash/table.select[] (implements feature #1222)
72:
1.172 moko 73: 2021-11-30 moko
74:
75: * src/targets/cgi/parser3.C: default sock_ready interval changed to
76: 0.5 sec
77:
1.171 moko 78: 2021-11-10 moko
79:
80: * tests/results/415.processed: more syntax errors tests added
81:
82: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
83: 28.p: minor syntax error tests
84:
85: * src/main/pa_exception.C: pa_strdup added for compatibility
86:
87: * src/classes/curl.C: hint to call ^curl:options[
88: $.library[correct.libcurl.so.name] ] added if default load fails.
89:
90: 2021-11-09 moko
91:
92: * src/main/compile.y: error message can be on stack
93:
94: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
95:
96: * src/main/pa_charset.C: memcpy is more correct and efficient in
97: this case then strncpy
98:
99: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
100: instead of strcpy where possible
101:
102: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
103: used to avoid MAX_STRING limit in Exception comment
104:
105: * tests/results/415.processed: compiler exceptions are no longer
106: limited to MAX_STRING
107:
108: * src/main/: compile.y, compile_tools.h: Parse_control uses const
109: char * instead of fixed buffer
110:
111: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
112: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
113: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
114: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
115: results/415.processed: tests for parser.compile exceptions added
116:
117: 2021-11-08 moko
118:
119: * src/: classes/math.C, include/pa_common.h, main/compile.y,
120: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
121: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
122: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
123: drawbacks
124:
1.170 moko 125: 2021-11-06 moko
126:
127: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
128: (implements feature #1219)
129:
130: * tests/: 414.html, results/414.processed: test for
131: ^hash.rename[from;to] added (related to feature #1144)
132:
133: 2021-11-05 moko
134:
135: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
136: (related to feature #1144)
137:
138: 2021-11-04 moko
139:
140: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
141: added (implements feature #1144)
142:
1.169 moko 143: 2021-10-19 moko
144:
145: * tests/: 413.html, results/413.processed: test for hash no longer
146: is accepted as file parameter (related to bug #1218)
147:
148: * src/: classes/curl.C, classes/file.C, classes/image.C,
149: classes/math.C, classes/xdoc.C, types/pa_value.C,
150: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
151: longer is accepted as file parameter (fixes bug #1218)
152:
1.168 moko 153: 2021-07-19 moko
154:
155: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
156: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
157:
1.167 moko 158: 2021-04-16 moko
159:
160: * src/types/pa_vmail.C: message can be null when e-mail is broken,
161: processing it leads to assertions.
162:
1.166 moko 163: 2021-03-25 moko
164:
165: * tests/: 412.html, results/412.processed: test to demonstrate bug
166: #1213
167:
1.165 moko 168: 2021-02-12 moko
169:
170: * tests/: 360.html, results/360.processed, results/363.processed:
171: parser method call in expression mode no longer differs from call
172: in string mode (related to feature #1211)
173:
174: 2021-02-11 moko
175:
176: * src/types/pa_vmail.C: mail parsing with Windows line endings
177: fixed (bug #1212)
178:
179: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
180: when called $v[^test[]] vs $v(^test[]), numbers are converted to
181: strings in both calls (implements feature #1211)
182:
1.164 moko 183: 2021-01-28 moko
184:
185: * buildall, etc/auto.p.in: to remove last patch in debian package
186:
187: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
188: 3.4.7b
189:
1.162 moko 190: 2021-01-21 moko
191:
192: * src/main/pa_http.C: no alarm() in file::load when web server mode
193: is MULTITHREADED
194:
1.157 moko 195: 2021-01-20 moko
196:
1.161 moko 197: * src/targets/apache/mod_parser3.c: it is more correct to recommend
198: 'a2enmod mpm_prefork'
199:
1.160 moko 200: * src/targets/apache/mod_parser3.c: prefork name is now
201: 'libapache2-mpm-itk'
202:
203: * src/targets/apache/mod_parser3_core.C: last regular malloc
204: removed
205:
1.159 moko 206: * src/targets/isapi/Makefile.am: -pa_threads.C
207:
1.158 moko 208: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
209: 3.4.6
210:
1.157 moko 211: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
212:
213: * etc/auto.p.in: @config[result] added to simplify $cfg change in
214: /httpd.p
215:
216: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
217: ^use[/httpd.p] + optional ^preprocess[] (related to feature
218: #1203)
219:
220: 2021-01-19 moko
221:
222: * buildall: --disable-parallel-mark added to avoid "number of
223: processors" threads creation for heap marking as it conflicts
224: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
225: limits threads)
226:
1.156 moko 227: 2021-01-16 moko
228:
229: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
230: main/pa_globals.C, main/pa_memory.C,
231: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
232: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
233: feature #1209)
234:
235: 2021-01-15 moko
236:
237: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
238: 3.4.6rc
239:
240: * src/classes/json.C: get_delim added for delimiter caching (10%
241: faster on large json)
242:
243: 2021-01-14 moko
244:
245: * operators.txt: updated with 3.4.6 changes
246:
247: * tests/results/224.processed: test result modified after
248: today(shift) implemented
249:
250: * tests/: 407.html, results/407.processed: test for ^hash.select
251: option $.default(bool) added (related to feature #1172)
252:
253: * src/classes/hash.C: ^hash.select option $.default(bool) added
254: (related to feature #1172)
255:
256: * tests/: 141.html, results/141.processed: test modified for
257: feature #1185.
258:
259: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
260: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
261: options $.lower(bool) (implements feature #1185)
262:
263: 2021-01-11 moko
264:
265: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
266: #1192)
267:
268: * tests/: 411.html, results/411.processed: test for ^date::today(N)
269: added (related to feature #1192)
270:
1.155 moko 271: 2021-01-05 moko
272:
273: * tests/: 270.html, results/270.processed: test modified to work
274: under Windows
275:
276: * tests/: 390.html, 395.html, results/395.processed: tests updated
277: 4 windows
278:
279: * tests/: 410.html, results/410.processed: test for
280: $CLASS-GETTER-PROTECTED(false) added
281:
282: 2021-01-04 moko
283:
284: * tests/: 409.html, results/409.processed, results/auto.p: test for
285: $MAIN:LOCALS(true) added
286:
1.154 moko 287: 2021-01-03 moko
288:
289: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
290: types/pa_vclass.h, types/pa_vstateless_class.C,
291: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
292: +LOCALS. $main -> $MAIN in exception texts (implements feature
293: #1207)
294:
295: 2021-01-02 moko
296:
297: * etc/auto.p.in: minor
298:
299: * src/main/pa_request.C: sending headers only after opening file to
300: allow error reporting if file was not opened (foreign group,
301: etc).
302:
303: 2020-12-31 moko
304:
305: * src/: include/pa_request.h, main/pa_request.C,
306: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
307:
308: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
309: main/pa_request.C: get_class_ref added and used
310:
311: * etc/auto.p.in: @CLASS httpd added
312:
313: * etc/auto.p.in: @auto[] is now first
314:
315: 2020-12-30 moko
316:
317: * tests/: 408.html, results/408.processed: test for bug #1166
318: (windows only) added
319:
320: * src/main/pa_common.C: create_dir_for_file should not create dir
321: for trailing / (fixes bug #1166)
322:
323: * tests/: 341.html, results/341.processed: tests for
324: ^nameless_table.hash[] added (related to feature #1138)
325:
326: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
327: (implements feature #1138), extra fields in named tables no
328: longer ignored (implements feature #1138)
329:
330: * tests/results/390.processed: updated after exception text change
331:
332: 2020-12-29 moko
333:
334: * tests/: 407.html, results/407.processed: +$._default check
335:
336: * src/classes/hash.C: keep $_default in ^hash.reverse[]
337:
338: * tests/: 407.html, results/407.processed: test for ^hash.select[]
339: and ^hash.reverse[] added (releated to feature #1172)
340:
341: * src/classes/hash.C:
342: ^hash.select[key;value](bool-condition)[options hash] +
343: ^hash.reverse[] added (implements feature #1172)
344:
345: * src/types/pa_vtable.h: warning war
346:
347: * src/include/pa_config_fixed.h: win32 fix
348:
1.153 moko 349: 2020-12-27 moko
350:
351: * tests/: 406.html, results/406.processed: test results updated
352:
353: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
354: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
355: spelling
356:
357: 2020-12-26 moko
358:
359: * tests/: 406.html, results/406.processed: tests for
360: ^table.rename[] added (related to feature #1148)
361:
362: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
363: ^table.rename[column name from;column name to], ^table.rename[
364: $.[column name from][column name to] ... ] added (implements
365: feature #1148)
366:
367: 2020-12-25 moko
368:
369: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
370: request_info now on stack to avoid yet another THREAD_LOCAL
371: memory deallocation issue (now with cookies), explained in #1203
372:
373: * src/types/pa_vcookie.C: fields should be inited
374:
375: 2020-12-24 moko
376:
377: * src/include/pa_stylesheet_connection.h: looks like
378: xsltFreeStylesheet leads to memory double-free. If so, it's for
379: sure libxml bug, but we have GC anyway, so we just remove this
380: call and see...
381:
382: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
383: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
384: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
385: abort.c:65:8 frame #3: 0x00000000004da663
386: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
387: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
388: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
389: malloc.c:617:9 frame #5: 0x0000000000577f0c
390: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
391: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
392: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
393: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
394: frame #8: 0x000000000050d35c
395: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
396: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
397: frame #10: 0x00000000004436e5
398: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
399: [inlined]
400: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
401: pa_stylesheet_connection.h:62:3
402:
403: 2020-12-23 moko
404:
405: * src/classes/image.C: ^image::measure[; $.video() ] option added
406:
407: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
408: ^image::measure[; $.video(true) ] added
409:
410: * src/main/pa_exec.C: not cleared automatically in multithreaded
411: httpd mode for unknown reasons
412:
413: 2020-12-22 moko
414:
415: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
416: error_log uri of currently processed document", but never used
417: and conflicts with how libgc stops threads on FreeBSD (#define
418: SIG_SUSPEND SIGUSR1), thus removed.
419:
420: 2020-12-21 moko
421:
422: * src/main/pa_request.C: +comment
423:
1.151 moko 424: 2020-12-20 moko
425:
1.152 moko 426: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
427: it is more safe to have versions of pa_strdup with one and two
428: arguments, as helper_length=0 not always mean that strlen()
429: should be called, but means zero.
430:
431: * src/targets/isapi/parser3isapi.C: minor
432:
433: * src/main/pa_http.C: +valid_http_method
434:
1.151 moko 435: * src/: include/pa_http.h, main/pa_http.C,
436: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
437:
438: 2020-12-17 moko
439:
440: * tests/: 405.html, results/405.processed: test for split by regex
441: added (related to feature #1160)
442:
443: * src/classes/string.C: split by regex implemented (feature #1160)
444:
445: * src/classes/string.C: minor
446:
447: * tests/: 404.html, results/404.processed: test for whitespace
448: string is now OK for table argument (related to feature #1169)
449:
450: * src/: classes/image.C, classes/string.C, classes/table.C,
451: types/pa_vmethod_frame.C: whitespace string is now OK for table
452: argument (as with hash) (implements feature #1169)
453:
454: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
455: limit for comment (fixes bug #1102)
456:
457: * src/targets/cgi/parser3.C: +HAVE_TLS check
458:
459: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
460:
461: * src/include/pa_config_includes.h: HAVE_TLS used
462:
463: * configure.ac: +TLS check
464:
465: * src/main/pa_http.C: content logging added
466:
467: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
468: clear_response_headers added
469:
470: 2020-12-16 moko
471:
472: * buildall: as we now use threads, libatomic_ops still required for
473: some OS.
474:
475: * src/main/pa_request.C: whitespace
476:
477: * src/: include/pa_request.h, main/pa_request.C:
478: Request::Exception_trace::table extracted and used
479:
480: * src/main/pa_request.C: moving output_result call outside of try
481: as network exceptions should not be handled by parser code
482:
483: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
484: logging network exchange
485:
486: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
487: via network if it was network write error.
488:
489: * src/targets/cgi/parser3.C: log -> pa_log
490:
491: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
492:
493: * src/main/pa_threads.C: getpid() if no gettid() found
494:
495: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
496: we need to ignore "void" connections from browsers (browsers open
497: connections in advance and they will be empty if user does not
498: request more pages)
499:
500: 2020-12-15 moko
501:
502: * src/targets/cgi/parser3.C: avoid previous uri in logs
503:
504: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
505: RequestController not needed in httpd mode
506:
507: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
508: classes/classes.h, classes/curl.C, classes/date.C,
509: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
510: classes/hashfile.C, classes/image.C, classes/inet.C,
511: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
512: classes/memcached.C, classes/memory.C, classes/op.C,
513: classes/reflection.C, classes/regex.C, classes/response.C,
514: classes/string.C, classes/table.C, classes/void.C,
515: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
516: include/pa_array.h, include/pa_base64.h,
517: include/pa_cache_managers.h, include/pa_charset.h,
518: include/pa_charsets.h, include/pa_common.h,
519: include/pa_config_fixed.h, include/pa_config_includes.h,
520: include/pa_dictionary.h, include/pa_dir.h,
521: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
522: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
523: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
524: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
525: include/pa_request_charsets.h, include/pa_request_info.h,
526: include/pa_sapi.h, include/pa_socks.h,
527: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
528: include/pa_stack.h, include/pa_string.h,
529: include/pa_stylesheet_connection.h,
530: include/pa_stylesheet_manager.h, include/pa_symbols.h,
531: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
532: include/pa_uue.h, include/pa_xml_exception.h,
533: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
534: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
535: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
536: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
537: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
538: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
539: main/compile.tab.C, main/compile.y, main/compile_tools.C,
540: main/compile_tools.h, main/execute.C, main/pa_base64.C,
541: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
542: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
543: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
544: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
545: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
546: main/pa_sql_driver_manager.C, main/pa_string.C,
547: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
548: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
549: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
550: main/untaint.C, sql/pa_sql_driver.h,
551: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
552: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
553: targets/isapi/parser3isapi.C, types/pa_junction.h,
554: types/pa_method.h, types/pa_property.h, types/pa_value.C,
555: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
556: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
557: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
558: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
559: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
560: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
561: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
562: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
563: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
564: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
565: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
566: types/pa_vmemory.h, types/pa_vmethod_frame.C,
567: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
568: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
569: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
570: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
571: types/pa_vstateless_object.h, types/pa_vstatus.C,
572: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
573: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
574: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
575: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
576: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
577:
578: * src/main/pa_request.C: old compilers support
579:
580: * tests/: 362.html, results/362.processed: test updated after
581: changes after upgrade to libxml2-2.9.9 were made (related to bug
582: #1108)
583:
584: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
585: removed, as xsltFreeStylesheet has side effects on original doc.
586: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
587: not updated after xdoc modification (part 3 of test 362).
588: (related to bug #1108)
589:
590: * src/targets/isapi/parser3isapi.C: +pa_strcat
591:
592: * src/: classes/memory.C, include/pa_memory.h,
593: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
594: PA_GC_GCOLLECT used
595:
596: * src/include/pa_memory.h: +PA_GC_COLLECT
597:
598: * src/targets/cgi/parser3.C: msvs support fixes
599:
600: * src/lib/gc/include/gc.h: more cleanup
601:
602: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
603:
604: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
605: targets/cgi/parser3.C: $main:HTTPD.mode implemented
606:
607: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
608:
609: * configure.ac: pthread.h added to checked headers
610:
611: * src/classes/table.C: string stream is back :)
612:
613: * src/classes/memory.C: GC_generate_random_backtrace no longer
614: exists
615:
616: * src/main/pa_globals.C: GC_dont_gc replaced
617:
618: * src/lib/gc/include/gc.h: major cleanup, only used functions are
619: left to simplify adding new functions. depricated GC_dont_gc
620: replaced with GC_disable and GC_enable calls.
621:
622: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
623: CORD_from_file* not used and thus removed
624:
625: * src/lib/gc/include/gc_allocator.h: minor cleanup
626:
627: 2020-12-14 moko
628:
629: * src/classes/: curl.C, memory.C, table.C: every TLS should be
630: referenced elsewhere, or GC will collect it.
631:
632: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
633: main/pa_xml_io.C: bugfix: TLS variables should be referenced
634: elsewhere, or GC will collect them (and we'll get GPF in
635: multithreaded enviroment). May be it can be also fixed by some
636: GC call, not sure. But this fix costs nothing (but hours of
637: debugging to find the issue :).
638:
1.150 moko 639: 2020-12-11 moko
640:
641: * configure.ac: gettid() check added
642:
643: * src/main/pa_threads.C: HAVE_GETTID used
644:
645: * src/include/pa_config_auto.h.in: +HAVE_GETTID
646:
647: * src/: include/pa_threads.h, main/pa_threads.C: now unified
648: version for isapi/cgi/apache
649:
650: * buildall: threads are now required.
651:
652: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
653: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
654: main/main.vcproj: pa_threads.C moved to main
655:
656: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
657: isapi/pa_threads.C: pa_threads.C moved to main
658:
659: * src/: main/Makefile.am, targets/cgi/Makefile.am,
660: targets/apache/Makefile.am: pa_threads.C moved to main
661:
662: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
663:
664: * src/: include/pa_stylesheet_connection.h,
665: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
666: and weird GPF in multithreaded httpd is gone
667:
668: * src/include/: pa_stylesheet_connection.h,
669: pa_sql_driver_manager.h: whitespace
670:
671: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
672:
673: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
674: main/pa_stylesheet_manager.C: whitespace, warning war
675:
676: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
677: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
678: parser_multithreaded never used
679:
680: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
681:
682: 2020-12-10 moko
683:
684: * src/: include/pa_config_includes.h, include/pa_http.h,
685: main/pa_http.C, targets/cgi/parser3.C: initial support for
686: MULTITHREADED and PARALLEL httpd server modes
687:
688: * src/main/pa_globals.C: GC_java_finalization is depricated
689:
690: 2020-12-09 moko
691:
692: * etc/auto.p.in: + @httpd-main
693:
694: * src/: include/pa_common.h, main/pa_request.C,
695: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
696: work
697:
698: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
699: slow file_read_binary no longer used, send_range added
700:
701: 2020-12-08 moko
702:
703: * src/main/pa_request.C: >4Gb support
704:
705: * src/targets/cgi/parser3.C: msvc warning war
706:
707: * src/: include/pa_config_includes.h, main/pa_http.C,
708: main/pa_request.C: msvc warnings war
709:
710: * src/classes/image.C: warning war
711:
712: * src/classes/table.C: MSVC warning war
713:
714: * src/targets/cgi/parser3.C: msvc warnings war
715:
716: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
717: added
718:
1.149 moko 719: 2020-12-07 moko
720:
1.150 moko 721: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
722: avoid logging beside system-wide auto.p
723:
724: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
725:
726: * configure, configure.ac, src/include/pa_config_auto.h.in:
727: configure options added:
728:
729: --with-system-cfg=FILE to specify system-wide auto.p
730: --with-system-log=FILE to specify system-wide parser3.log
731:
732: * Makefile.am: bin no longer exists
733:
734: * configure, configure.ac: auto.p moved to etc to simplify debian
735: package
736:
737: * buildall: auto.p and parser3.charsets moved to their default
738: location after install
739:
740: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
741:
742: * aclocal.m4, configure: automake 1.15 -> 1.16.1
743:
1.149 moko 744: * src/targets/cgi/parser3.C: locate_config call returned to
745: original place as it requires pa_thread_request() under Windows
746:
747: * src/targets/cgi/parser3.C: renaming
748:
749: 2020-12-06 moko
750:
751: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
752: check added
753:
754: 2020-12-04 moko
755:
756: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
757: main/pa_request.C: unified uint64_t lseek implemented to support
758: >4Gb files under x86, including Windows
759:
760: 2020-12-02 moko
761:
762: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
763: with max_file_size
764:
765: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
766: support for processing files sized >4Gb on 32 bit planforms
767:
768: * tests/399.html: file moved
769:
770: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
771:
772: * src/targets/cgi/pa_sapi_info.h: warning war
773:
774: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
775: warning war
776:
777: 2020-12-01 moko
778:
779: * src/classes/image.C: mp4 extended size (>4Gb) support added
780:
781: * src/classes/image.C: for "size not found" exception to be shown
782: if size not found until eof
783:
784: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
785: bit linux)
786:
787: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
788: #1188)
789:
790: 2020-11-30 moko
791:
792: * src/classes/image.C: definitions moved closer to code
793:
794: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
795: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
796: 395_dir/3_VP8X.webp, results/395.processed,
797: results/396.processed: tests for ^image::measure[] .webp support
798: added, all image files moved into one directory (related to
799: feature #1188)
800:
801: * src/classes/image.C: ^image::measure[] now supports webp (feature
802: #1188)
803:
1.148 moko 804: 2020-11-29 moko
805:
806: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
807: processing, unnessesary defines removed
808:
809: 2020-11-24 moko
810:
811: * tests/results/: 099.processed, 100.processed, 205.processed,
812: 309.processed, 310.processed: Content-Disposition: inline
813: returned
814:
815: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
816: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
817: ] added (related to bug #1204)
818:
819: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
820: ] supported to avoid Content-Disposition: inline;
821: filename="<file>.ext" but still set Content-Type for ext (related
822: to bug #1204)
823:
1.147 moko 824: 2020-11-22 moko
825:
826: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
827: types/pa_vfile.C: pa_filename added to avoid useless rsplit
828:
829: * src/main/pa_request.C: content_disposition_inline returned.
830:
831: 2020-11-17 moko
832:
833: * src/main/pa_request.C: empty main method name support
834:
835: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
836: config_handler added, stdout flush added.
837:
838: 2020-11-16 moko
839:
840: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
841:
842: * tests/results/: 099.processed, 205.processed, 237.processed,
843: 309.processed, 310.processed: Content-Disposition: inline is not
844: required and should not contain filename="<name>"
845:
846: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
847: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
848: targets/isapi/parser3isapi.C: pa_strcat implemented and used
849:
1.146 moko 850: 2020-11-14 moko
851:
852: * src/targets/cgi/parser3.C: spelling
853:
854: * src/targets/cgi/parser3.C: renaming
855:
856: * src/targets/cgi/parser3.C: args_skip removed, locate_config
857: relocated
858:
859: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
860: before request processing, which is weired
861:
862: 2020-11-13 moko
863:
864: * src/main/pa_http.C: pa_recv added with timeout support, thus read
865: copied in httpd.
866:
867: 2020-11-12 moko
868:
869: * src/main/pa_http.C: ALARM code unified to be used in httpd
870:
871: * src/: include/pa_request.h, main/pa_request.C,
872: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
873:
874: * src/main/pa_http.C: URI validation added
875:
876: * src/targets/cgi/parser3.C: filespec_to_process now variable,
877: can't be empty but can be null. httpd-main is now main method
878: name for httpd mode
879:
880: 2020-11-11 moko
881:
882: * src/main/pa_request.C: path_translated can be null in httpd mode
883:
884: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
885: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
886: classes/xdoc.C, include/pa_request.h, main/execute.C,
887: main/pa_request.C: r.absolute -> r.full_disk_path
888:
889: * src/targets/cgi/parser3.C: if filename to process is not
890: specified, auto.p should be present.
891:
1.145 moko 892: 2020-11-03 moko
893:
894: * src/: classes/op.C, include/pa_request.h: unused argument removed
895:
896: * src/main/pa_request.C: content_disposition_inline is the default,
897: not required.
898:
1.144 moko 899: 2020-10-29 moko
900:
901: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
902: ^use[file; $.main(true) ] implemented for auto.p processing and
903: path_translated changing to correct relative files path
904: calculation in httpd mode
905:
906: * src/: include/pa_request.h, main/pa_request.C:
907: fail_on_read_problem removed, as it allways true, as if should
908: be.
909:
910: * src/: include/pa_request.h, main/pa_request.C,
911: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
912: targets/isapi/parser3isapi.C: clearing config_filespec when
913: config was not found, thus flag not required and removed.
914:
915: 2020-10-28 moko
916:
917: * tests/: 402.html, results/402.processed: error reporting test
918:
919: * src/main/execute.C: better error reporting when
920: $result[^hash::create[]] in @main.
921:
922: * src/main/: execute.C, pa_request.C: frame.result() should be used
923: + minor optimization
924:
925: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
926: main/pa_xml_io.C: execute_*_method simplified and unified
927:
928: 2020-10-27 moko
929:
930: * tests/: 306.html, results/306.processed: a bit more testing. :)
931:
932: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
933: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
934: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
935: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
936: types/pa_vmethod_frame.h, types/pa_vobject.C,
937: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
938: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
939: longer used in object-prototype mode
940:
941: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
942: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
943: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
944: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
945: $form:name[value] features
946:
1.143 moko 947: 2020-10-18 moko
948:
949: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
950:
951: 2020-10-15 moko
952:
953: * src/main/pa_http.C: url no longer needed as
954: ALTER_EXCEPTION_SOURCE is used
955:
956: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
957: main/pa_http.C: check_file_size filespec is now optional
958:
959: * src/: classes/curl.C, include/pa_exception.h,
960: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
961: ALTER_EXCEPTION_COMMENT added for better error reporting
962:
963: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
964: results/346-curl.processed, results/379-curl.processed,
965: results/379.processed: test results updated as load now provides
966: better error reporting + curl responses updated
967:
968: 2020-10-14 moko
969:
970: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
971: main/pa_string.C, targets/apache/mod_parser3_core.C,
972: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
973: checked. 10 is now default base, no hex autodetect by default
974:
975: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
976: connection socket closing in destructor + accept exception
977: handling
978:
979: * src/targets/cgi/parser3.C: warning war
980:
981: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
982: main/pa_request.C, targets/apache/mod_parser3_core.C,
983: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
984: exception handling unified
985:
986: 2020-10-13 moko
987:
988: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
989: autodetection
990:
991: * src/targets/apache/mod_parser3_core.C: reverted to atoi
992:
993: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
994:
995: * src/main/pa_http.C: warning war
996:
1.142 moko 997: 2020-10-12 moko
998:
1.143 moko 999: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1000: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1001: unhandled exception code optimization
1002:
1003: * src/targets/cgi/parser3.C: request_info now global variable
1004:
1005: * src/main/pa_http.C: http_read_response moved to HTTP_response
1006: class
1007:
1008: * src/: include/pa_http.h, main/pa_http.C,
1009: targets/cgi/pa_sapi_info.h: read_post implemented
1010:
1.142 moko 1011: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1012: [host:]port syntax support in httpd mode
1013:
1014: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1015: targets/cgi/parser3.C: populate_env added
1016:
1017: * src/include/pa_hash.h: to make get(char *) compiling in
1018: HashStringString
1019:
1020: 2020-10-10 moko
1021:
1022: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1023: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1024:
1025: * src/: include/pa_http.h, include/pa_request_info.h,
1026: main/pa_http.C, main/pa_string.C,
1027: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1028: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1029: types/pa_vrequest.C: initial httpd mode implementation
1030:
1.141 moko 1031: 2020-10-04 moko
1032:
1033: * src/targets/cgi/parser3.C: options together
1034:
1035: 2020-09-30 moko
1036:
1037: * src/main/pa_http.C: renamed
1038:
1.140 moko 1039: 2020-08-14 moko
1040:
1041: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1042: src/targets/cgi/Makefile.am: no httpd as separate library
1043:
1044: 2020-08-13 moko
1045:
1046: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1047: unhandled exception handler to report 500 instead of 200 it was
1048: before.
1049:
1050: * src/targets/apache/mod_parser3_core.C: minor cleanup
1051:
1052: * src/: include/pa_sapi.h, main/untaint.C,
1053: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1054: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1055: thus replaced with SAPI::die and removed
1056:
1057: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1058: cgi/parser3.C: whitespace
1059:
1060: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1061:
1062: 2020-08-12 moko
1063:
1064: * src/targets/cgi/parser3.C: duplicate info in signal logging
1065: removed, whitespace was: SIGPIPE received while executing code.
1066: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1067: cl=0]
1068:
1069: * parser3.sln: + httpd.vcproj
1070:
1071: 2020-08-11 moko
1072:
1073: * src/targets/cgi/Makefile.am: +libhttpd
1074:
1075: * configure.ac, src/lib/Makefile.am: +libhttpd
1076:
1.139 moko 1077: 2020-07-13 moko
1078:
1079: * tests/: 401.html, results/401.processed: test for hash key does
1080: not keep language, but tainted in foreach.
1081:
1.138 moko 1082: 2020-07-01 moko
1083:
1084: * tests/: 235.html, results/235.processed: test result updated as
1085: messages before attachments implemented (feature #1176)
1086:
1.137 moko 1087: 2020-06-27 moko
1088:
1089: * tests/: 400.html, results/400.processed: test updated to check
1090: ^return{code}
1091:
1092: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1093: fixed
1094:
1095: 2020-06-26 moko
1096:
1097: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1098: added (related to https://www.parser.ru/forum/?id=85319)
1099:
1100: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1101: when $result assignment was last statement in the method
1102: (https://www.parser.ru/forum/?id=85319)
1103:
1.136 moko 1104: 2020-05-23 moko
1105:
1106: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1107: whitespace, unused level removed
1108:
1109: 2020-05-19 moko
1110:
1111: * src/types/pa_vmail.C: whitespace
1112:
1113: * src/types/pa_vmail.C: files should be processed last (related to
1114: feature #1176)
1115:
1.135 moko 1116: 2020-05-12 moko
1117:
1118: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1119: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1120:
1121: * configure.ac: FreeBSD1X.X check added to avoid
1122: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1123:
1.134 moko 1124: 2020-02-26 moko
1125:
1126: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1127: compilation issue (related to bug #1201)
1128:
1129: * src/main/pa_common.C: entry_readable -> entry_exists,
1130: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1131: -f and -d now works under Windows in UTF-8 with Russian
1132: filenames.
1133:
1134: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1135: advice (related to feature #1199)
1136:
1137: 2020-02-25 moko
1138:
1139: * buildall: --silent removed
1140:
1141: * configure.ac: gmime-3.0 support
1142:
1143: * buildall: --with-system-mailreceive option added to build with
1144: system libgmime
1145:
1146: * src/types/pa_vmail.C: avoiding
1147: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1148: to feature #1199)
1149:
1.133 moko 1150: 2020-02-18 moko
1151:
1152: * src/classes/op.C: windows x64 debug mode compile fix
1153:
1154: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1155: change (releated to feature #1200)
1156:
1157: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1158: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1159: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1160: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1161: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1162: targets/apache/ApacheModuleParser3.vcproj,
1163: targets/apache/ApacheModuleParser3Core.vcproj,
1164: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1165: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1166: dependency (related to feature #1200)
1167:
1.132 moko 1168: 2020-02-12 moko
1169:
1170: * src/types/pa_vmail.C: minimize diff
1171:
1172: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1173: #1199)
1174:
1.131 moko 1175: 2020-01-18 moko
1176:
1177: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1178:
1.130 moko 1179: 2019-12-28 moko
1180:
1181: * src/targets/cgi/parser3.C: avoid empty ?
1182:
1183: 2019-12-27 moko
1184:
1185: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1186: DOCUMENT_ROOT (related to feature #1164)
1187:
1188: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1189: fcgiwrap setup (implements feature #1164)
1190:
1191: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1192: but no issues found (related to feature #1164)
1193:
1194: * src/targets/cgi/parser3.C: actualized
1195:
1196: 2019-12-26 moko
1197:
1198: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1199: removed
1200:
1201: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1202: removed
1203:
1204: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1205: allocation errors, we don't want default gc warnings (without
1206: timestamp and URI).
1207:
1208: * src/: classes/memory.C, main/pa_globals.C,
1209: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1210: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1211: pa_globals_init
1212:
1213: * src/main/pa_globals.C: setup_hex_value() removed, static array
1214: initialization used (optimization)
1215:
1216: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1217: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1218: pa_socks_init/pa_socks_done moved inside pa_globals_init
1219: (optimization)
1220:
1.129 moko 1221: 2019-12-09 moko
1222:
1223: * src/include/pa_config_fixed.h: warning war
1224:
1.128 moko 1225: 2019-12-08 moko
1226:
1227: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1228: process grammar under Unix.
1229:
1230: 2019-12-07 moko
1231:
1232: * tests/389.html: For Windows XP. :)
1233:
1234: * tests/388-sql.html: Windows compatibility added
1235:
1236: 2019-12-06 moko
1237:
1238: * src/targets/cgi/parser3.C: warning war
1239:
1240: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1241: == sizeof(CORD)) to avoid aligning bugs in future
1242:
1243: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1244: XML_STATIC
1245:
1246: * src/include/pa_request.h: StackItem() not required
1247:
1248: * src/include/pa_stack.h: warning war
1249:
1250: * src/include/pa_config_includes.h: GCC warning silenced
1251:
1252: * src/include/pa_memory.h: warning war: the program should also
1253: define 'void operator delete [](void*, std::size_t)'
1254: [-Wsized-deallocation]
1255:
1256: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1257:
1258: * src/classes/string.C: not reqired cast removed
1259:
1260: * src/classes/string.C: not reqired cast removed
1261:
1262: 2019-12-05 moko
1263:
1264: * src/lib/sdbm/pa_file_io.C: warning war
1265:
1266: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1267: enum Language : size_t - required for VS2015+ to make
1268: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1269: without it (related to feature #1198)
1270:
1271: 2019-12-04 moko
1272:
1273: * src/main/pa_base64.C: unsigned char -> uchar
1274:
1275: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1276: as other libs
1277:
1278: * src/include/pa_version.h: +amd64
1279:
1280: 2019-12-03 moko
1281:
1282: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1283: release
1284:
1285: * src/include/pa_config_includes.h: warning war
1286:
1287: * src/classes/image.C: warning war
1288:
1289: * src/main/pa_globals.C: x64 libs support
1290:
1291: * src/include/pa_config_includes.h: warning war
1292:
1293: * src/types/pa_method.h: warning war
1294:
1.127 moko 1295: 2019-11-28 moko
1296:
1297: * src/classes/math.C: vs2003 compatibility + warning war
1298:
1299: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1300: libxml2-2.9.9 (related to feature #1136)
1301:
1302: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1303: typecast for more compatibility (related to feature #1136)
1304:
1305: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1306: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1307: feature #1136)
1308:
1309: 2019-11-26 moko
1310:
1311: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1312: removed (it was failing in $$var case), condition added
1313:
1.126 moko 1314: 2019-11-25 moko
1315:
1316: * tests/: 397.html, 399.html, results/141.processed,
1317: results/399.processed: base64 options tested
1318:
1319: * src/: classes/math.C, main/pa_http.C: base64 options used
1320:
1321: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1322: implemented (feature #986)
1323:
1324: * src/main/pa_cache_managers.C: whitespace
1325:
1326: * tests/: 397.html, 399.html, results/399.processed: tests for
1327: ^base64 encode options added (related to feature #986)
1328:
1329: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1330: pa_base64_encode(file) removed - more memory, but faster and less
1331: code (related fo feature #986)
1332:
1333: 2019-11-24 moko
1334:
1335: * tests/: 155.html, results/155.processed: limit and offset in
1336: ^table::load[] now supported, thus test added
1337:
1338: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1339: main/pa_common.C: optimization: offset and limit options parsing
1340: moved inside file_load.
1341:
1342: 2019-11-23 moko
1343:
1344: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1345: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1346: optimization: file_read replaced with simplified file_read_binary
1347:
1348: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1349: types/pa_vform.C: whitespace
1350:
1351: * src/: include/pa_common.h, main/pa_common.C: never used params
1352: removed
1353:
1354: 2019-11-21 moko
1355:
1356: * tests/: 193.html, results/193.processed, results/389.processed:
1357: test results updated as now base64 does not discard tail without
1358: padding (related to feature #986)
1359:
1360: 2019-11-20 moko
1361:
1362: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1363: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1364: pa_base64_decode (related to feature #986)
1365:
1366: * tests/398.html: tests for base64 decode added (related to feature
1367: #986)
1368:
1369: * src/main/pa_base64.C: base64_decode rewritten - padding option
1370: support, padding inside base 64 supported (related to feature
1371: #096)
1372:
1373: 2019-11-19 moko
1374:
1375: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1376: FreeBSD 12
1377:
1.125 moko 1378: 2019-11-16 moko
1379:
1380: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1381: support added, step support removed (related to #986)
1382:
1383: 2019-11-15 moko
1384:
1385: * src/classes/math.C: using log since log2 is not present on
1386: FreeBSD < 8.4 (related to feature #1177)
1387:
1388: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1389: pa_base64_size extracted and used for files as well (related to
1390: feature 986)
1391:
1392: 2019-11-14 moko
1393:
1394: * tests/: 397.html, results/397.processed: + content check
1395:
1396: * tests/: 141.html, results/141.processed: make test resuls more
1397: readable
1398:
1399: * tests/: 397.html, results/193.processed, results/397.processed:
1400: test results updated after \x00 character was disabled in
1401: math:convert string mode (related to feature #1177)
1402:
1403: * src/classes/: math.C, string.C: \\x00 character disabled while
1404: converting to string (as in base64, related to feature #1177)
1405:
1406: * src/classes/file.C: more correct arguments separation
1407:
1408: * src/: classes/file.C, classes/math.C, classes/string.C,
1409: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1410: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1411: options added, but not yet implemented (related to feature #986)
1412:
1413: * src/classes/math.C: whitespace
1414:
1415: 2019-11-13 moko
1416:
1417: * tests/: 397.html, results/397.processed: +tainting test (related
1418: to feature #1177)
1419:
1420: * src/classes/math.C: as we now produce not only digits, result
1421: should be tainted (related to feature #1177)
1422:
1423: * src/main/pa_base64.C: whitespace
1424:
1425: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1426: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1427: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1428: implementation moved from pa_common.h and pa_common.C
1429:
1430: 2019-11-12 moko
1431:
1432: * tests/: 275.html, results/275.processed: out of range test fixed,
1433: as ^math:convert now supports arbitrary precision
1434:
1435: 2019-11-11 moko
1436:
1437: * tests/results/389.processed: uctualized error message
1438:
1439: * tests/: 389.html, 397.html, results/397.processed: tests for
1440: ^math:convert added (related to feature #1177)
1441:
1442: * src/classes/math.C: ^math:convert now supports arbitrary
1443: precision, alphabet support added (implements feature #1177)
1444:
1.124 moko 1445: 2019-11-06 moko
1446:
1447: * tests/: 181.html, results/181.processed: entities usage added,
1448: more entites load tests (related to bug #842 discussion)
1449:
1450: 2019-11-05 moko
1451:
1452: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1453: call from xmlFileOpen if http://localhost/<file> was not found
1454: (related to bug #842)
1455:
1456: * src/main/pa_xml_io.C: rename
1457:
1458: * src/main/pa_xml_io.C: +MemoryStream constructor
1459:
1460: * src/main/pa_xml_io.C: whitespace
1461:
1.123 moko 1462: 2019-10-31 moko
1463:
1464: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1465: XML_PARSE_NOENT) added to fix entities load, (related to feature
1466: #1181)
1467:
1.122 moko 1468: 2019-10-25 moko
1469:
1470: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1471: queries tests
1472:
1473: 2019-10-24 moko
1474:
1475: * tests/: 388-sql.html, results/388-sql.processed: support for
1476: pgsql driver test
1477:
1478: * tests/: 388-sql.html, results/388-sql.processed:
1479: multi_statements=1 now tested, mysql test now supported
1480: (connection must be specified in [parser3] section in .my.cnf)
1481: related to issues #1195 and #1194
1482:
1.121 moko 1483: 2019-09-11 moko
1484:
1485: * src/classes/int.C: whitespace
1486:
1487: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1488: exception test
1489:
1490: * tests/results/388-sql.processed: sql queries now shown (related
1491: to feature #1196)
1492:
1493: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1494: with old parser versions.
1495:
1496: * src/: classes/file.C, classes/hash.C, classes/string.C,
1497: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1498: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1499: instead of connect string in query_event_handlers exceptions
1500: (implements feature #1196)
1501:
1.120 moko 1502: 2019-09-06 moko
1503:
1504: * tests/388-sql.html: mysql compat
1505:
1506: * src/: classes/hash.C, classes/string.C, classes/table.C,
1507: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1508: sql_ variables declaration moved to pa_common.h
1509:
1.116 moko 1510: 2019-01-15 moko
1511:
1512: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1513: logically sorted
1514:
1515: 2018-12-27 moko
1516:
1517: * src/include/pa_config_includes.h: warning war:
1518: -Wdeprecated-register added for C++ 17
1519:
1520: 2018-10-15 moko
1521:
1522: * configure.ac: FreeBSD 11.2 can be build with ./configure
1523: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1524: --with-xml=/usr/local/
1525:
1526: 2018-09-24 moko
1527:
1528: * tests/: 396.html, 396.tiff, results/396.processed: test for
1529: ^image::measure[] now supports tiff added (related to feature
1530: #1188)
1531:
1532: * src/classes/image.C: ^image::measure[] now supports tiff
1533: (implements feature #1188)
1534:
1535: 2018-09-20 moko
1536:
1537: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1538: files measure added (related to ticket #1188)
1539:
1540: * src/classes/image.C: measure of bmp files implemented (related to
1541: ticket #1188)
1542:
1543: 2018-09-18 moko
1544:
1545: * tests/: 394-curl.html, results/394-curl.processed,
1546: results/auto.p: test for bug #1187 (max_file_size check for head
1547: requests) added
1548:
1549: 2018-08-24 moko
1550:
1551: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1552: response content-length check is required (fixes bug #1187)
1553:
1554: 2018-05-11 moko
1555:
1556: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1557: $.append(bool) ] option added (related to feature #919)
1558:
1559: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1560: from misha@ patch (implements feature #919)
1561:
1562: 2018-03-22 moko
1563:
1564: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1565: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1566: with 128kb buffer. Now works at least 12 times faster. :) May be
1567: Windows-only problem.
1568:
1569: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1570: build fix)
1571:
1572: 2018-02-03 moko
1573:
1574: * src/main/execute.C: removes irrelevant lines from exception stack
1575: trace when exceptions occurs in assigment (fixes bug #1165)
1576:
1577: * tests/: 393.html, results/393.processed: test for behavour after
1578: "Property can not be created, already exists field with that
1579: name" exception removed (related to feature #1183)
1580:
1581: * src/types/pa_vclass.C: "Property can not be created, already
1582: exists field with that name" exception removed (implements
1583: feature #1183)
1584:
1585: 2018-01-19 moko
1586:
1587: * src/classes/string.C: whitespace
1588:
1589: * src/classes/string.C: whitespace
1590:
1591: * tests/: 392.html, results/392.processed: test for
1592: ^regex::create[$regex] added (related to feature #1135)
1593:
1594: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1595: ^regex::create[$regex] added (implements feature #1135)
1596:
1597: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1598: commented define added (related to feature #1157)
1599:
1600: 2018-01-17 moko
1601:
1602: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1603:
1604: 2018-01-15 moko
1605:
1606: * tests/: 390.html, results/390.processed: real path replaced by
1607: stub
1608:
1609: * tests/: 391.html, results/391.processed: test for feature #1181
1610: (XML_PARSE_HUGE exception) added
1611:
1612: 2018-01-11 moko
1613:
1614: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1615: XML_PARSE_HUGE option passed by default (implements feature
1616: #1181)
1617:
1618: * src/classes/string.C: whitespace
1619:
1620: 2017-12-10 moko
1621:
1622: * tests/: 389.html, 390.html, results/389.processed,
1623: results/390.processed: image code coverage tests added (related
1624: to feature #1125)
1625:
1626: 2017-12-08 moko
1627:
1628: * tests/: 346-curl.html, 388-sql.html, 389.html,
1629: results/346-curl.processed, results/388-sql.processed,
1630: results/389.processed: more code coverage tests
1631:
1632: * tests/: 264.html, results/264.processed: code coverage for
1633: ^file::exec[]
1634:
1635: 2017-12-07 moko
1636:
1637: * tests/: 174.html, 388-sql.html, 389.html,
1638: results/388-sql.processed, results/389.processed,
1639: results/174.processed: more coverage tests
1640:
1641: * src/classes/math.C: exception text actualized
1642:
1643: 2017-12-06 moko
1644:
1645: * tests/388-sql.html: $SQL can be here
1646:
1647: * tests/results/auto.p: $SQL not required here
1648:
1649: * tests/: 388-sql.html, 389.html, Makefile,
1650: results/388-sql.processed, results/389.processed, results/auto.p:
1651: code coverage tests for sql (using sqlite) and int/double/bool
1652: added (related to feature #1125)
1653:
1654: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1655: lib/json/json.vcproj, lib/md5/md5.vcproj,
1656: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1657: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1658: targets/apache/ApacheModuleParser3Core.vcproj,
1659: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1660: types/types.vcproj: gc\include no longer required
1661:
1662: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1663: required
1664:
1665: * src/: classes/Makefile.am, classes/table.C,
1666: include/pa_config_includes.h, include/pa_string.h,
1667: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1668: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1669: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1670: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1671: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1672: used, we now include it directly
1673:
1674: 2017-12-04 moko
1675:
1676: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1677: memcached/memcached.vcproj, punycode/punycode.vcproj,
1678: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1679: where required
1680:
1681: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1682: now can be used to trace memory allocations
1683:
1684: * src/: classes/table.C, include/pa_config_includes.h,
1685: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1686: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1687: method removes, libcord also can work without libgc
1688:
1689: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1690:
1691: 2017-11-29 moko
1692:
1693: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1694: are not present (related to feature #1173)
1695:
1696: * tests/346-curl.html: test updated to test curl content-length bug
1697: (related to feature #1173)
1698:
1699: * tests/results/346-curl.processed: more test for content-length
1700: curl bug (related to feature #1173)
1701:
1702: * tests/results/346-curl.processed: test results updated after
1703: #1173 implemented
1704:
1705: 2017-11-28 moko
1706:
1707: * src/classes/curl.C: another libcurl Content-length bug walkaround
1708: (related to feature #1173)
1709:
1710: 2017-11-27 moko
1711:
1712: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1713: $.http_version[version string] added (implements feature #1173),
1714: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1715: where $post(true) bug existed.
1716:
1717: 2017-11-18 moko
1718:
1719: * src/include/pa_memory.h: warning war (related to feature #1170)
1720:
1721: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1722: feature #1170)
1723:
1724: 2017-11-17 moko
1725:
1726: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1727: std::basic_stringstream used in ^table.csv-string[] is compatible
1728: with delete usage check only under Debian 9 (related to feature
1729: #1170)
1730:
1731: 2017-11-16 moko
1732:
1733: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1734: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1735: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1736: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1737: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1738: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1739: stubs defend from accidental use (implements feature #1170)
1740:
1741: 2017-06-24 moko
1742:
1743: * configure.ac: minor fix: thanks to alx@
1744:
1.115 moko 1745: 2017-05-29 moko
1746:
1747: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1748: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1749: added to avoid cutting of UTF-8 chars (fixed bug #123)
1750:
1751: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1752: ignored, =?UTF-8?Q?= should start in case of leading space
1753: (related to bug #123)
1754:
1755: * buildall: echo -n -> printf for OS X. :)
1756:
1757: 2017-05-25 moko
1758:
1759: * tests/: 288.html, results/288.processed: test updated afted
1760: setting $o.prop without setter exception removed (related to
1761: feature #1157)
1762:
1763: * src/types/pa_vclass.C: no more "this property has no setter
1764: method" when setting $o.prop without setter (implements feature
1765: #1157)
1766:
1767: * buildall: echo \c -> echo -n for FreeBSD
1768:
1769: * configure, configure.ac, src/include/pa_config_auto.h.in,
1770: src/types/pa_vdouble.h: isfinite now checked in configure
1771:
1772: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1773: upgraded to automake 1.15
1774:
1775: 2017-05-23 moko
1776:
1777: * src/types/pa_vdouble.h: finite returned where isfinite not
1778: defined
1779:
1780: 2017-05-22 moko
1781:
1782: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1783:
1784: * buildall: extern CFLAGS setting support
1785:
1786: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1787:
1788: * buildall: http -> https
1789:
1790: * buildall: gc-7.2f -> gc-7.6.0
1791:
1792: 2017-05-20 moko
1793:
1794: * buildall: https, pcre, xml, xslt updated to current versions
1795: (related to feature #1136)
1796:
1797: 2017-05-19 moko
1798:
1799: * tests/097.html: after parser.ru moved to https
1800:
1801: 2017-05-17 moko
1802:
1803: * tests/results/: 175.processed, 372.processed: tests resuls
1804: updated after lintian spelling typos fixed (related to bug #1156)
1805:
1806: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1807: classes/string.C, classes/table.C, main/pa_charset.C,
1808: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1809: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1810: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1811:
1812: * tests/results/096.processed: +XMP
1813:
1814: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1815: $.xmp(true) options tested (test for feature #1154)
1816:
1817: * src/classes/image.C: ^image:measure[] options $.exif(false)
1818: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1819: fetched by default! (implements feature #1154)
1820:
1821: 2017-05-16 moko
1822:
1823: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1824: allowed (related to feature #1154)
1825:
1826: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1827: initial XMP implementation - without options and transcode
1828: (related to feature #1154)
1829:
1830: 2017-05-12 moko
1831:
1832: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1833: image: exif moved to ffields, skipped in ^image.html[] where
1834: iterators now used (preparation for feature #1154)
1835:
1836: 2017-05-05 moko
1837:
1838: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1839: results/387.processed: test for circular class inheritance check
1840: added (related to bug #1150)
1841:
1842: * src/types/pa_vstateless_class.C: circular class inheritance check
1843: added (fixes endless add_derived bug #1150)
1844:
1845: 2017-05-04 moko
1846:
1847: * tests/: 386.html, results/386.processed: test for
1848: $table.value(number) added (related to feature #1152)
1849:
1850: * src/types/pa_vtable.C: table put_element: column value must be
1851: string - > column value must be string compatible to allow
1852: $t.value(1) (implements feature #1152)
1853:
1854: 2017-05-03 moko
1855:
1856: * src/main/pa_request.C: $use[$method] is not possible, reverting
1857: (related to feature #1151)
1858:
1859: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1860: not possible, removing test (related to feature #1151)
1861:
1862: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1863: get_element_method added and used to allow $use[$method] and
1864: $autouse[$method] (implements feature 1151)
1865:
1866: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1867: variable added (related to feature #1151)
1868:
1869: * tests/results/226.processed: actualized after ^try-catch used
1870:
1871: * tests/: 226.html, 385.html, results/385.processed: test for
1872: @autouse in variable added
1873:
1874: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1875:
1.114 moko 1876: 2017-02-27 moko
1877:
1878: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1879:
1.113 moko 1880: 2017-02-20 moko
1881:
1882: * operators.txt: actualization + beauty
1883:
1884: 2017-02-16 moko
1885:
1886: * tests/: 384.html, results/384.processed: test for
1887: ^reflection:mixin[; $.name[] ] option added (related to feature
1888: #1089)
1889:
1890: * tests/: 384.html, results/384.processed: test for
1891: ^reflection:mixin[] added (related to feature #1089)
1892:
1893: * src/types/pa_value.h: warning war: virtual ~Value() added
1894:
1.112 moko 1895: 2017-02-15 moko
1896:
1897: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1898: fixed
1899:
1900: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1901: test added (related to feature #1069)
1902:
1903: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1904: compilation without HASH_ORDER fixed
1905:
1906: * src/: classes/reflection.C, include/pa_hash.h:
1907: $.reverse(true/false) added to ^reflection:methods[] (related to
1908: feature #1069)
1909:
1910: 2017-02-14 moko
1911:
1912: * tests/: 152.html, results/152.processed: test for $._default hash
1913: added (related to bug #1131)
1914:
1915: * tests/: 277.html, results/277.processed: test for hash with only
1916: $._default is now defined (related to bug #1131)
1917:
1918: * src/types/pa_vhash.h: hash with only $._default is now defined
1919: (fixed bug #1131)
1920:
1921: 2017-02-13 moko
1922:
1923: * tests/cat-windows.sh: cat-windows added (cygwin required)
1924:
1925: * tests/: 171.html, 264.html, 286.html, 370.html,
1926: results/320.processed, results/375.processed, results/auto.p:
1927: cat-windows.sh support added
1928:
1929: * tests/375.html: Windows support
1930:
1931: * tests/270.html: documented
1932:
1933: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1934: (not backslashes) even under Windows (broke test 270)
1935:
1936: 2017-02-12 moko
1937:
1938: * tests/: descript.ion, todo.txt: cleanup
1939:
1940: 2017-02-09 moko
1941:
1942: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1943: run_tests.cmd: Windows compatibility
1944:
1945: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1946: incorrectly (GMT) if parser is called from cygwin
1947:
1.111 moko 1948: 2017-02-08 moko
1949:
1.112 moko 1950: * operators.txt: actualization 15% completed
1951:
1952: * operators.txt: cp1251 -> utf-8
1953:
1954: * NEWS, README: minor update
1955:
1956: * src/include/pa_config_includes.h: warning war continues
1957:
1958: * src/: include/pa_config_includes.h, include/pa_memory.h,
1959: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1960: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1961: gcc 6.x issues fixed
1962:
1.111 moko 1963: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1964: classes/classes.h, classes/curl.C, classes/date.C,
1965: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1966: classes/hashfile.C, classes/image.C, classes/inet.C,
1967: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1968: classes/memcached.C, classes/memory.C, classes/op.C,
1969: classes/reflection.C, classes/regex.C, classes/response.C,
1970: classes/string.C, classes/table.C, classes/void.C,
1971: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1972: include/pa_array.h, include/pa_cache_managers.h,
1973: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1974: include/pa_config_fixed.h, include/pa_config_includes.h,
1975: include/pa_dictionary.h, include/pa_dir.h,
1976: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1977: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1978: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1979: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1980: include/pa_request_charsets.h, include/pa_request_info.h,
1981: include/pa_sapi.h, include/pa_socks.h,
1982: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1983: include/pa_stack.h, include/pa_string.h,
1984: include/pa_stylesheet_connection.h,
1985: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1986: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1987: include/pa_uue.h, include/pa_xml_exception.h,
1988: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1989: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1990: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1991: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1992: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1993: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1994: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1995: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1996: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1997: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1998: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1999: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2000: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2001: main/pa_string.C, main/pa_stylesheet_connection.C,
2002: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2003: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2004: main/untaint.C, sql/pa_sql_driver.h,
2005: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2006: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2007: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2008: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2009: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2010: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2011: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2012: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2013: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2014: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2015: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2016: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2017: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2018: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2019: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2020: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2021: types/pa_vmemcached.h, types/pa_vmemory.h,
2022: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2023: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2024: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2025: types/pa_vresponse.C, types/pa_vresponse.h,
2026: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2027: types/pa_vstateless_object.h, types/pa_vstatus.C,
2028: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2029: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2030: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2031: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2032: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2033: 2015->2017
2034:
1.110 moko 2035: 2017-02-07 moko
2036:
2037: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2038:
2039: 2017-02-06 moko
2040:
2041: * src/main/pa_common.C: minor fixes, whitespace
2042:
2043: * src/: classes/curl.C, classes/file.C, classes/image.C,
2044: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2045: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2046: now used (implements feature #1081)
2047:
2048: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2049:
2050: 2017-02-01 moko
2051:
2052: * src/include/pa_request.h: cleanup
2053:
2054: 2017-01-30 moko
2055:
2056: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2057:
2058: 2017-01-29 moko
2059:
2060: * tests/: 383.html, results/383.processed: test for
2061: ^reflection:stack[] added (related to feature #1052)
2062:
2063: * src/classes/reflection.C: else added
2064:
2065: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2066: $.max_file_lock_wait added (implements feature #1128)
2067:
2068: 2017-01-28 moko
2069:
2070: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2071: body and other cases tests added (related to featue #1014)
2072:
2073: * src/classes/curl.C: bug if response is empty fixed (related to
2074: feature #1014)
2075:
2076: 2017-01-27 moko
2077:
2078: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2079: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2080: added (implements feature #1052)
2081:
2082: 2017-01-25 moko
2083:
2084: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2085: method test added
2086:
2087: 2017-01-23 moko
2088:
2089: * src/classes/reflection.C: optimization: options->get replaced by
2090: hash iterator
2091:
2092: * tests/: 381.html, results/381.processed: now -> fixed date
2093:
2094: * src/main/pa_request.C: warning war
2095:
2096: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2097: 5Mb (fixes bug #1058)
2098:
2099: * src/classes/curl.C: warning war
2100:
2101: * tests/: 381.html, results/381.processed: tests for ^json:string
2102: $.one-line(true) option added (related to feature #1124)
2103:
2104: * src/: classes/json.C, types/pa_value.h: $json-string
2105: $.one-line(true|false) options is now supported (implements
2106: feature #1124)
2107:
2108: * tests/: 380.html, results/380.processed: test for modified
2109: $.max_file_size added (related to bug #1014)
2110:
2111: * tests/: 379.html, results/auto.p: tests for rewritten http file
2112: load added (related to bug #1014)
2113:
2114: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2115: main/pa_common.C, main/pa_http.C: check_file_size added and used
2116: in curl / file load from disk and http, http file load rewritten
2117: (related to bug #1014)
2118:
2119: 2017-01-18 moko
2120:
2121: * tests/: 378.html, results/378.processed: tests for ^result[]
2122: added (related to feature #66)
2123:
2124: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2125: Method::CO_WITHOUT_FRAME as frame still added in expression
2126: (related to feature #66)
2127:
2128: 2017-01-17 moko
2129:
2130: * tests/: 377.html, results/377.processed: test for different
2131: combinations of breaks in body and delimiter (related to bug
2132: #1077)
2133:
2134: * tests/: 376.html, results/376.processed: many ^break[] tests
2135: added (related to bug #1077)
2136:
2137: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2138: passed to native method" exception added to avoid bugs due to
2139: WRITE_EXPR_RESULT skipped and native methods execution continues
2140: after ^break[] (related to bug #1077)
2141:
2142: 2017-01-14 moko
2143:
2144: * tests/: 330.html, results/330.processed: test results updated
2145: after ^break[] bugs where fixed (related to bug #1077)
2146:
2147: * tests/: 329.html, results/329.processed: test results updated
2148: after ^break[] bugs where fixed (related to bug #1077)
2149:
2150: * tests/results/320.processed: ^return[] added
2151:
2152: 2017-01-13 moko
2153:
2154: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2155: classes/table.C, include/pa_request.h, main/execute.C,
2156: main/pa_request.C, targets/cgi/parser3.C,
2157: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2158: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2159: checked after each possible process/execute call (fixes bug
2160: #1077)
2161:
2162: 2016-12-29 moko
2163:
2164: * src/main/pa_common.C: warning war
2165:
2166: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2167: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2168: pa_file_size_limit added, ^math:random fixed for upper limit and
2169: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2170: (related to feature #1014)
2171:
2172: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2173: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2174: (related to feature #1014)
2175:
2176: 2016-12-28 moko
2177:
2178: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2179: warning war
2180:
2181: 2016-12-26 moko
2182:
2183: * tests/: 341.html, results/341.processed: test for
2184: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2185:
2186: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2187: (related to feature #1057)
2188:
2189: * src/types/pa_vdate.C: warning war continues...
2190:
2191: * src/: classes/date.C, classes/image.C, classes/table.C,
2192: include/pa_config_includes.h, types/pa_vfile.C: warning war
2193:
2194: * src/lib/gd/gifio.C: warning war / cleanup
2195:
2196: * src/lib/json/pa_json.C: warning war
2197:
2198: * src/classes/hash.C: warning war
2199:
2200: * src/types/pa_vfile.C: warning war
2201:
2202: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2203: -Wall warning war continues
2204:
2205: * configure.ac: --with-build-warnings actualized
2206:
2207: 2016-12-25 moko
2208:
2209: * src/main/pa_exec.C: -wAll warning war
2210:
2211: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2212: -wAll warning war
2213:
2214: * src/: include/pa_common.h, include/pa_sapi.h,
2215: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2216: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2217: -wAll warning war
2218:
2219: 2016-12-23 moko
2220:
2221: * src/lib/ltdl/Makefile.am: extra dist added
2222:
2223: * tests/results/344.processed: test result updated after $file.text
2224: prefetched in ^hash::create[$file] (related to feature #1075)
2225:
2226: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2227: ^hash::create[$file] (related to feature #1075)
2228:
2229: 2016-12-22 moko
2230:
2231: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2232: main/pa_request.C, main/pa_stylesheet_connection.C,
2233: types/pa_vfile.C: file_stat now return 64-bit size (implements
2234: #1014 under 32-bit unix versions)
2235:
2236: 2016-12-21 moko
2237:
2238: * tests/: 375.html, results/375.processed: test for exec returning
2239: stated file added (related to feature #1119)
2240:
2241: * src/classes/file.C: load should not return file with null body
2242: (fixes bug #1119)
2243:
2244: 2016-12-14 moko
2245:
2246: * tests/: 374.html, results/374.processed: test for $method.name
2247: added (related to feature #1117) plus method returning junction
2248: test
2249:
2250: 2016-12-13 moko
2251:
2252: * src/: include/pa_symbols.h, main/pa_symbols.C,
2253: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2254: (implements feature #1117)
2255:
2256: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2257: HEAD and TRACE can't have body (implements feature #1116)
2258:
2259: 2016-12-09 moko
2260:
2261: * tests/: 373.html, results/373.processed: tests for
2262: ^reflection:tainting added (related to feature #1098)
2263:
2264: * src/classes/reflection.C: ^reflection:tainting arguments order
2265: change (related to feature #1098)
2266:
2267: 2016-12-06 moko
2268:
2269: * src/: classes/reflection.C, include/pa_string.h,
2270: main/pa_string.C: ^reflection:tainting[$string] added (implements
2271: feature #1098)
2272:
2273: 2016-12-05 moko
2274:
2275: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2276: (fixes bug #1114)
2277:
2278: 2016-12-04 moko
2279:
2280: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2281: check added
2282:
2283: 2016-12-03 moko
2284:
2285: * tests/: 346-curl.html, results/346-curl.processed: test modified
2286: to test value.as_hash() usage
2287:
2288: * src/classes/curl.C: value.as_hash() used for correct hash
2289: processing
2290:
2291: * src/classes/reflection.C: exceptions texts fixes
2292:
2293: 2016-12-02 moko
2294:
2295: * tests/: 372.html, results/372.processed: tests for
2296: ^reflection:create[ $.class[name] $.constructor[name]
2297: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2298: feature #1094)
2299:
2300: * src/types/pa_vmethod_frame.h: comment added: params should be
2301: declared outside of *_FRAME_ACTION as MethodParams destructor
2302: will be called in ~VNativeMethodFrame
2303:
2304: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2305: ] minor fix
2306:
2307: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2308: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2309: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2310: now supported (implements feature #1094) value::as_hash added
2311: (and should be used everywhere)
2312:
2313: * src/classes/reflection.C: cleanup
2314:
2315: 2016-12-01 moko
2316:
2317: * tests/: 356.html, results/356.processed: test for method
2318: junctions class name added to the resulting hash added (related
2319: to feature #1068)
2320:
2321: * src/classes/reflection.C: for method junctions class name added
2322: to the resulting hash (related to feature #1068)
2323:
2324: 2016-11-30 moko
2325:
2326: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2327: exception (related to bug #1113)
2328:
2329: * src/types/pa_vhashfile.C: whitespace
2330:
2331: * src/main/pa_os.C: errno now returned as it should (fixes bug
2332: #1113)
2333:
2334: * tests/results/: 175.processed, 192.processed, 224.processed,
2335: 229.processed, 239.processed, 244.processed, 246.processed,
2336: 314.processed, 352.processed: tests results updated after method
2337: call exceptions improved as method now keeps its name
2338:
2339: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2340: types/pa_vmethod_frame.h: method call exceptions improved as
2341: method now keeps its name
2342:
2343: * tests/: 224.html, 239.html, results/224.processed,
2344: results/239.processed: tests and tests results updated after
2345: Request::construct exception changed
2346:
2347: * src/: classes/reflection.C, main/execute.C: Request::construct
2348: exception optimized
2349:
2350: * tests/: 371.html, results/371.processed: test for
2351: WWrapper.get_element call in $.name.key[value] code added
2352: (related to feature #1091)
2353:
2354: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2355: in $.name.key[value] code (related to feature #1091)
2356:
2357: 2016-11-29 moko
2358:
2359: * src/classes/op.C: VS warning war
2360:
2361: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2362: C4239: nonstandard extension used : 'return' : conversion from
2363: 'Value' to 'Value &' (related to feature #1020)
2364:
2365: * src/: main/execute.C, types/pa_vmethod_frame.h,
2366: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2367: used : 'return' : conversion from 'Value' to 'Value &' (related
2368: to feature #1020)
2369:
2370: * src/main/execute.C: VS warning war
2371:
2372: * src/targets/cgi/parser3.C: VS compatibility fix
2373:
2374: * src/include/pa_request.h: VS warning war
2375:
2376: * tests/: 370.html, results/370.processed: test for ^file::exec[
2377: ... $.stdin[$binary_file] ] added (related to bug #1044)
2378:
2379: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2380: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2381: $.stdin[$binary_file] (fixes bug #1044)
2382:
2383: 2016-11-28 moko
2384:
2385: * src/main/pa_exec.C: whitespace
2386:
2387: * src/main/pa_request.C: whitespace
2388:
2389: * tests/: 369.html, results/369.processed: test for
2390: $response:status usage added (related to feature #1099)
2391:
2392: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2393: if < 100 (implements feature #1099)
2394:
2395: * src/targets/cgi/parser3.C: whitespace
2396:
2397: * src/targets/cgi/parser3.C: whitespace
2398:
2399: * tests/: 368.html, results/368.processed: test updated after
2400: ^reflection:filename[$method] added (related to feature #1053)
2401:
2402: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2403: main/compile.y, main/execute.C, main/pa_request.C,
2404: types/pa_vclass.h: filename -> filespec,
2405: ^reflection:filename[$method] added (related to feature #1053)
2406:
2407: 2016-11-27 moko
2408:
2409: * tests/: 368.html, results/368.processed: test for
2410: reflection:filename[$class or object] added (related to feature
2411: #1053)
2412:
2413: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2414: types/pa_vstateless_class.h: ^reflection:filename[$class or
2415: object] added (implements feature #1053)
2416:
2417: 2016-11-26 moko
2418:
2419: * src/: include/pa_request_info.h,
2420: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2421: remove_absolute_uri -> strip_absolute_uri
2422:
2423: 2016-11-25 moko
2424:
2425: * src/: include/pa_request_info.h,
2426: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2427: request_info.remove_absolute_uri added to remove possible
2428: http://site.name/ from $request:uri (implements feature #1112)
2429:
2430: 2016-11-24 moko
2431:
2432: * tests/: 367-curl.html, results/367-curl.processed: test for
2433: previous request headers clearing after redirect added (related
2434: to bug #1109)
2435:
2436: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2437: response headers from previous requests are now cleared, only
2438: last request headers are collected (fixes bug #1109)
2439:
2440: * tests/results/: 266.processed, 321.processed, 356.processed:
2441: tests results updated as method name now added to the resulting
2442: hash for new syntax only (Imp1 compatimility fixed, related to
2443: feature #1068)
2444:
2445: * src/classes/reflection.C: method name now added to the resulting
2446: hash for new syntax only (Imp1 compatimility fixed, related to
2447: feature #1068)
2448:
2449: * tests/results/366.processed: test for native and parser
2450: implementation of ^use[] logic (related to feature #1074)
2451:
2452: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2453: for native and parser implementation of ^use[] logic (related to
2454: feature #1074)
2455:
2456: 2016-11-23 moko
2457:
2458: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2459: main/pa_request.C: @USE file now implemented as ^use[file;
2460: $.origin[origin_file] ] (implements feature #1074)
2461:
1.109 moko 2462: 2016-11-21 moko
2463:
1.110 moko 2464: * tests/: 365.html, results/365.processed: test for $caller bugs in
2465: 3.4.4 and $caller.method now tested (related to feature #1110)
2466:
2467: * tests/: 364.html, results/364.processed: $caller usage in
2468: different contexts now tested (related to feature #1110)
2469:
2470: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2471:
2472: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2473:
1.109 moko 2474: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2475: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2476: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2477: used (implements feature #1110)
2478:
2479: 2016-11-20 moko
2480:
2481: * src/types/pa_vdouble.h: whitespace
2482:
2483: 2016-11-11 moko
2484:
2485: * tests/: 363.html, results/363.processed: more tests for feature
2486: #1091 (how parser methods work in expression context)
2487:
2488: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2489: expressions strings are now written as strings, not values by
2490: write_as_string (related to feature #1091)
2491:
2492: * src/classes/op.C: to make more correct behavour in expression
2493: context
2494:
2495: 2016-11-07 moko
2496:
2497: * tests/: 362.html, results/362.processed: test for
2498: xsltParseStylesheetDoc caching as xsl modification after it added
2499: (related to bug #1108)
2500:
2501: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2502: result now cached as xdoc is modified after it (fixes bug #1108)
2503:
2504: 2016-11-06 moko
2505:
2506: * src/types/pa_vxdoc.h: whitespace
2507:
2508: 2016-11-05 moko
2509:
2510: * src/types/pa_vmethod_frame.h: cleanup
2511:
2512: 2016-11-03 moko
2513:
2514: * tests/results/244.processed: more correct exception after method
2515: frames separation
2516:
2517: * src/types/pa_vmethod_frame.h: minor optimizaion
2518:
2519: * src/types/pa_method.h: optimization: params_count added
2520:
2521: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2522: include/pa_request.h, main/execute.C, main/pa_request.C,
2523: types/pa_value.C, types/pa_vmethod_frame.C,
2524: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2525: VMethodFrame now divided into VNativeMethodFrame,
2526: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2527: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2528: and used (related to feature #1104)
2529:
2530: 2016-11-02 moko
2531:
2532: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2533: classes/double.C, classes/file.C, classes/hash.C,
2534: classes/hashfile.C, classes/image.C, classes/inet.C,
2535: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2536: classes/memcached.C, classes/op.C, classes/reflection.C,
2537: classes/regex.C, classes/string.C, classes/table.C,
2538: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2539: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2540: r.write (implements feature #1091)
2541:
2542: * src/main/execute.C: cleanup (related to feature #1104)
2543:
2544: * src/: include/pa_request.h, main/execute.C,
2545: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2546: added, in_expression removed (implements feature #1104)
2547:
2548: 2016-10-31 moko
2549:
2550: * src/types/pa_value.C: whitespace
2551:
2552: 2016-10-28 moko
2553:
2554: * tests/results/244.processed: updated after error reporting fixed
2555: in pa_wcontext.C
2556:
2557: * src/types/pa_wcontext.C: error reporting fixed
2558:
2559: * src/types/pa_wcontext.h: whitespace
2560:
2561: * src/classes/image.C: not fully readed entries are no longer
2562: processed (fixes bug #1106)
2563:
2564: 2016-10-26 moko
2565:
2566: * src/classes/image.C: whitespace
2567:
2568: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2569: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2570: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2571: longer required (related to feature #1091)
2572:
2573: * tests/results/: 264.processed, 350.processed: test results update
2574: reverted (whitespace optimization) after write_no_lang removed :)
2575: (related to feature #1091)
2576:
2577: * src/: classes/file.C, classes/hash.C, classes/op.C,
2578: classes/string.C, classes/table.C, classes/void.C,
2579: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2580: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2581: equal write_pass_lang (related to feature #1091)
2582:
2583: * tests/results/: 264.processed, 350.processed: test results
2584: updated (whitespace optimization) after write_assign_lang removed
2585: (related to feature #1091)
2586:
2587: * tests/: 361.html, results/361.processed: test for non-string
2588: ^untaint added (related to feature #1091)
2589:
2590: * src/: classes/curl.C, classes/date.C, classes/file.C,
2591: classes/hash.C, classes/op.C, classes/string.C,
2592: include/pa_request.h, main/execute.C: optimization:
2593: write_assign_lang removed as not required (first part of feature
2594: #1091 implementation)
2595:
1.108 moko 2596: 2016-10-12 moko
2597:
2598: * tests/: 360.html, results/360.processed: more test code (related
2599: to feature #1104)
2600:
2601: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2602: include/pa_request.h, main/compile.y, main/execute.C: opcode
2603: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2604: WContext is next task (implements feature #1104)
2605:
2606: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2607: / CO_WITHOUT_WCONTEXT
2608:
2609: * tests/: 360.html, results/360.processed: test for in expression
2610: state (related to feature #1104)
2611:
2612: 2016-10-11 moko
2613:
2614: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2615:
2616: * src/classes/op.C: default value removed from initializer
2617:
2618: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2619:
2620: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2621:
2622: 2016-10-10 moko
2623:
2624: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2625: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2626: to feature #42)
2627:
2628: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2629: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2630:
2631: 2016-10-08 moko
2632:
2633: * src/classes/double.C: whitespace
2634:
2635: 2016-10-07 moko
2636:
2637: * src/types/pa_vmethod_frame.h: reorder
2638:
2639: 2016-10-06 moko
2640:
2641: * src/classes/date.C: typo
2642:
2643: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2644:
2645: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2646: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2647: types/pa_vmethod_frame.h: params.get now returns Value&, not
2648: Value*
2649:
2650: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2651:
2652: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2653: removed; first as_* code rewrite
2654:
2655: 2016-10-05 moko
2656:
2657: * src/include/pa_request.h: whitespace
2658:
2659: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2660: intercept_string added (related to feature #1097)
2661:
2662: * src/: classes/image.C, classes/op.C, classes/table.C,
2663: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2664: optimization: intercept_string removed (implements feature #1097)
2665:
2666: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2667:
2668: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2669: from VCodeFrame and WWrapper as not required
2670:
2671: 2016-10-04 moko
2672:
2673: * src/: classes/curl.C, classes/date.C, classes/double.C,
2674: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2675: classes/int.C, classes/json.C, classes/op.C,
2676: classes/reflection.C, classes/string.C, classes/table.C,
2677: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2678: proces_to_value -> process after StringOrValue removed (related
2679: to feature #1020)
2680:
2681: * src/classes/form.C: whitespace
2682:
2683: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2684:
2685: * tests/: 357.html, 358.html, results/357.processed,
2686: results/358.processed, results/auto.p: test for @conf
2687: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2688:
2689: 2016-10-03 moko
2690:
2691: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2692: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2693: supported (implements feature #42)
2694:
2695: * src/types/pa_vregex.h: no reason for VRegex to be
2696: is_evaluated_expr
2697:
2698: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2699: (implements feature #1095)
2700:
2701: 2016-10-01 moko
2702:
2703: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2704: false by default (related to feature #1089)
2705:
2706: 2016-09-30 moko
2707:
2708: * src/types/pa_wcontext.h: cleanup
2709:
2710: 2016-09-29 moko
2711:
2712: * src/main/execute.C: whitespace
2713:
2714: * src/include/pa_request.h: whitespace
2715:
2716: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2717: classes/op.C, classes/table.C, include/pa_request.h,
2718: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2719: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2720: StringOrValue removed as it just slows down and adds complexity
2721: (implements feature #1020)
2722:
2723: 2016-09-28 moko
2724:
2725: * tests/: 356.html, results/266.processed, results/321.processed,
2726: results/356.processed: tests updated after name was added to
2727: method_info hash, test for ^reflection:method_info[junction]
2728: added (related to feature #1068)
2729:
2730: * src/classes/reflection.C: ^reflection:method_info[junction] now
2731: supported, method name added to the resulting hash (implements
2732: feature #1068)
2733:
2734: * tests/: 276.html, results/276.processed: more tests for
2735: ^reflection:delete[]
2736:
2737: * src/classes/reflection.C: fixed bug then ^reflection:delete
2738: didn't work on class and could damage native objects (like file)
2739:
2740: 2016-09-26 moko
2741:
2742: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2743: results/345.processed, results/346-curl.processed,
2744: results/347-curl.processed, results/348.processed: numbers added
2745: to simplify diff analysis
2746:
2747: * tests/: 352.html, results/352.processed: test result updated as
2748: method name used
2749:
2750: * src/classes/reflection.C: method name used
2751:
2752: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2753: its name
2754:
2755: * src/types/pa_method.h: whitespace
2756:
2757: * src/classes/reflection.C: both method and field with one name can
2758: exist.
2759:
2760: * src/classes/reflection.C: ^reflection:mixin added (implements
2761: feature #1089)
2762:
2763: * tests/: 355.html, results/355.processed: property appears in
2764: derived class if added in base test added
2765:
2766: * src/types/pa_vstateless_class.h: get_method declaration +
2767: whitespace
2768:
2769: * tests/: 354.html, results/354.processed: nice test from method
2770: and property with one name in class added
2771:
2772: 2016-09-23 moko
2773:
2774: * src/classes/reflection.C: ^reflection:method usage documented
2775:
2776: 2016-09-22 moko
2777:
2778: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2779: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2780: compile warning and GPF occures on VS2003 (related to feature
2781: #1087)
2782:
2783: * tests/: 350.html, results/350.processed: test added for
2784: $.encloser[] support in ^table::create (related to feature #11)
2785:
2786: * src/classes/table.C: another minor fix (related to feature #11)
2787:
1.107 moko 2788: 2016-09-21 moko
2789:
2790: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2791:
2792: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2793: classes/json.C, classes/string.C, classes/table.C,
2794: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2795: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2796: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2797: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2798: pa_charsets, vs2015 warning war
2799:
2800: * src/classes/table.C: vs2015 warning war
2801:
2802: * src/types/pa_vdate.C: vs2015 warning war
2803:
2804: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2805:
2806: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2807: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2808:
2809: * src/main/pa_common.C: vs2015 compilation fixes
2810:
2811: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2812: vs2015 compilation fixes
2813:
2814: * src/main/pa_charset.C: vs2015 warning war
2815:
2816: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2817:
2818: * src/main/pa_charset.C: vs2015 warning war
2819:
2820: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2821:
2822: * src/types/pa_vdate.C: vs2015 compilation fix
2823:
2824: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2825:
2826: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2827: VS2015 compilation fixes
2828:
2829: * src/classes/table.C: minor fix (related to feature #11)
2830:
2831: * tests/results/282.processed: no longer skipping extra enclosers
2832: (related to feature #11)
2833:
2834: * src/classes/table.C: minor fix + no longer skipping extra
2835: enclosers (related to feature #11)
2836:
2837: * src/classes/table.C: minor optimization (related to feature #11)
2838:
2839: * src/classes/table.C: minor fix and optimization (related to
2840: feature #11)
2841:
2842: 2016-09-20 moko
2843:
2844: * tests/: 353.html, results/353.processed: test for
2845: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2846: added (related to bug #1090)
2847:
2848: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2849: one_big_piece (fixes bug #1090)
2850:
2851: * tests/: 229.html, results/229.processed: code coverage tests
2852:
2853: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2854: body) was called
2855:
2856: * src/classes/op.C: whitespace
2857:
2858: * tests/: 323.html, results/323.processed: test for code junction
2859: should not be returned by ^reflection:class, ^reflection:base
2860:
2861: * src/classes/reflection.C: bugfix: code junction should not be
2862: returned by ^reflection:class, ^reflection:base
2863:
2864: * tests/: 323.html, 352.html, results/352.processed: no more
2865: exception for ^reflection:method[class;no-such-method] (related
2866: to feature #1087)
2867:
2868: * src/classes/reflection.C:
2869: ^reflection:method[class;no-such-method] : exception -> void
2870: (related to feature #1087)
2871:
2872: * src/include/pa_request.h: request::write_value added to allow
2873: write value without convertion (related to issue #1091)
2874:
2875: 2016-09-19 moko
2876:
2877: * src/main/pa_random.C: windows build fix
2878:
2879: * src/types/pa_vhash.h: warning war
2880:
2881: 2016-09-14 moko
2882:
2883: * tests/: 352.html, 552.html, results/352.processed,
2884: results/552.processed: test for ^reflection:method[] extension
2885: added (related to feature #1087)
2886:
2887: * tests/: 552.html, results/552.processed: test for
2888: ^reflection:method[] extension added (related to feature #1087)
2889:
2890: * src/classes/reflection.C: compatibility issue fixed, VClass
2891: dynamic_cast check added (related to feature #1087)
2892:
2893: * tests/: 351.html, results/351.processed: test for @auto[]
2894: inheritance bug diring ^process[] added (related to bug #1088)
2895:
2896: * src/: classes/op.C, main/pa_request.C,
2897: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2898: disable it inheritance during ^process (fixes bug #1088)
2899:
2900: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2901: added (implements feature #1087)
2902:
2903: 2016-09-13 moko
2904:
2905: * tests/: 349.html, results/auto.p: test for objects prototyping
2906: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2907: to feature #1086)
2908:
2909: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2910: types/pa_vobject.C: objects now are not class instances, but have
2911: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2912: in @conf (implements feature #1086)
2913:
2914: 2016-09-08 moko
2915:
2916: * src/: classes/file.C, classes/mail.C, classes/string.C,
2917: classes/table.C, main/pa_http.C, main/pa_string.C,
2918: include/pa_string.h: cleanup: string::split limit argument
2919: removed as no longer required, pos_after no longer reference
2920: (related to feature #11)
2921:
2922: * src/classes/table.C, tests/results/348.processed: now exception
2923: is rised when invalid option is passed to ^table::create[]
2924:
2925: * tests/: 282.cfg, 282.html, results/282.processed: more code
2926: coverage tests
2927:
2928: * tests/: 348.html, results/348.processed: code coverage tests
2929: added
2930:
2931: * tests/: 348.html, results/348.processed: generic ^table::create[]
2932: tests
2933:
2934: * tests/: 035.html, results/035.processed, results/272.processed:
2935: tests updated after $.encloser[] support for ^table::create
2936: implementation (related to feature #11)
2937:
2938: * src/classes/table.C: $.encloser[] support for ^table::create
2939: finally added (implements feature #11)
2940:
2941: 2016-09-07 moko
2942:
2943: * src/include/pa_string.h: added StringSplitHelper as friend
2944: (related to feature #11)
2945:
2946: * src/include/pa_string.h: body and langs now protected, not
2947: private to allow inheritance (related to feature #11)
2948:
2949: * src/classes/table.C: lsplit optimized before cloning for
2950: ^table::create with $.encloser[] (related to feature #11)
2951:
2952: * src/classes/table.C: optimizaion: TableControlChars.separators
2953: added and used (related to feature #11)
2954:
2955: * src/classes/table.C: spelling:
2956:
2957: TableSeparators -> TableControlChars column -> separator
2958: separators -> control_chars
2959:
2960: 2016-09-06 moko
2961:
2962: * src/main/pa_string.C: whitespace
2963:
2964: * src/main/pa_string.C: whitespace
2965:
2966: 2016-09-01 moko
2967:
2968: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2969: results OS-independent
2970:
2971: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2972: compiler (related to feature #1042)
2973:
2974: 2016-08-15 moko
2975:
2976: * src/include/pa_string.h: whitespace
2977:
2978: * src/classes/table.C: whitespace
2979:
1.106 moko 2980: 2016-08-05 moko
2981:
2982: * tests/: 344.html, results/344.processed: test for
2983: ^hash::create[$file] added (related to feature #1075)
2984:
2985: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2986: supported (implements feature #1075)
2987:
2988: 2016-08-04 moko
2989:
2990: * tests/: 341.html, results/341.processed: more code coverage tests
2991:
2992: * tests/: 346-curl.html, results/346-curl.processed: more code
2993: coverage tests for curl
2994:
2995: * tests/: 346-curl.html, results/346-curl.processed: more code
2996: coverage tests for curl
2997:
2998: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2999: results/223.processed: code coverage tests: $.form[ $.table[] ]
3000: test added
3001:
3002: * tests/: 223-curl.html, results/223-curl.processed: more code
3003: coverage tests for curl
3004:
3005: 2016-08-03 moko
3006:
3007: * src/classes/curl.C: dlink(curl_library) now called not once, but
3008: until it will be loaded, allowing to find existing library.
3009:
3010: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3011: results/347-curl.processed: more code coverage tests for curl
3012:
3013: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3014: results/339-curl.processed, results/346-curl.processed: curl
3015: functionality tests
3016:
3017: 2016-08-02 moko
3018:
3019: * tests/: 339.html, results/339.processed: test for tables in
3020: ^file:load[] and ^curl:load[] (commented) added (related to
3021: feature #1042)
3022:
3023: * tests/: 345.html, results/345.processed: code coverage tests for
3024: file class
3025:
3026: * tests/: 344.html, results/344.processed: code coverage tests
3027:
3028: * tests/: 344.html, results/344.processed: mdate removed from
3029: output
3030:
3031: * src/classes/file.C: minor bugfix: is_text should be taked from
3032: fcontent.is_text_mode() if not set (related to feature #1061)
3033:
3034: * tests/: 344.html, results/344.processed: more tests
3035:
3036: * tests/: 343.html, 344.html, results/343.processed,
3037: results/344.processed: tests for ^file::create[ $.from-charset
3038: and $.to-charset ] (related to feature #1061)
3039:
3040: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3041: aset_text_mode argument optimized
3042:
3043: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3044: checkBOM now used in detect_binary_content (related to feature
3045: #1061)
3046:
3047: * src/main/pa_request.C: load_charset no longer required to_upper
3048:
3049: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3050: preserves original file mode (if no $.mode specified)
3051:
3052: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3053: ^file::create now supports $.from-charset[] and $.to-charset
3054: options (implements feature #1061), automatic transcode is done
3055: if text file is created from binary file and charset is detected.
3056:
3057: 2016-07-30 moko
3058:
3059: * src/classes/table.C: ^t.hash[..;] now supported (related to
3060: feature #1057)
3061:
3062: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3063: added (related to feature #1057)
3064:
3065: * tests/: 286.html, results/286.processed: code tests coverage
3066:
3067: 2016-07-29 moko
3068:
3069: * src/classes/table.C: table size should be checked inside menu and
3070: foreach (related to feature #858)
3071:
3072: * src/: classes/curl.C, classes/file.C, classes/string.C,
3073: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3074: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3075: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3076: charsets.get now does str_upper inside (related to feature #1061)
3077:
3078: * tests/: 342.html, results/342.processed: more code coverage tests
3079:
3080: * tests/: 342.html, outputs/342.processed: table menu code coverage
3081: + foreach test added (related to feature #858)
3082:
3083: * tests/: 341.html, results/341.processed: tests for
3084: ^table.hash[]{code} added + code coverage tests (related to
3085: feature #1057)
3086:
3087: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3088: value} support (implements feature #1057)
3089:
3090: * src/classes/table.C: whitespace
3091:
3092: 2016-07-28 moko
3093:
3094: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3095: from URL, if not specified query string removed from url-based
3096: filenames in ^curl:load[] and ^file::load[] (related to feature
3097: #1042)
3098:
3099: 2016-07-27 moko
3100:
3101: * tests/: 340.html, results/340.processed: test for
3102: transcode_text_result=false added (related to issue #1042)
3103:
3104: 2016-07-26 moko
3105:
3106: * src/types/pa_vfile.C: file name should not be empty (if file path
3107: is folder and ends with /) (related to feature #1042)
3108:
3109: * src/main/pa_http.C: whitespace optimizaion
3110:
3111: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3112: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3113: multiple headers, ^file::load supports headers transcoding
3114: (implements feature #1042)
3115:
3116: 2016-07-25 moko
3117:
3118: * src/include/pa_common.h: PA_DEFAULT added
3119:
3120: 2016-07-22 moko
3121:
3122: * tests/: 338.html, results/338.processed: test for
3123: $date.field(value) added (related to feature #1066)
3124:
3125: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3126: $date.field(value) now supported for y/m/d/h/m/s (implements
3127: feature #1066)
3128:
1.105 moko 3129: 2016-07-21 moko
3130:
3131: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3132: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3133: arguments removed; image.C - absolute path shown in exception
3134: (implements feature #1071)
3135:
3136: * tests/: 235.html, results/235.processed: test and test result
3137: updated after static boundary in mail and Errors-To: mail header
3138: removed (related to feature #1047)
3139:
3140: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3141: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3142: used, static boundary in mail removed, Errors-To: mail header
3143: removed (implements feature #1047)
3144:
3145: 2016-07-20 moko
3146:
3147: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3148: equest.classes(): Value -> VStateless_class, part 3 (related to
3149: issue #1051)
3150:
3151: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3152: request.classes(): Value -> VStateless_class, part 2 (related to
3153: issue #1051)
3154:
3155: * tests/results/: 224.processed, 323.processed: classes without
3156: methods should not be methoded (related to issue #1051)
3157:
3158: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3159: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3160: -> VStateless_class, part 1 (related to issue #1051)
3161:
3162: * tests/: 337.html, results/337.processed: test for
3163: ^reflection:fields_reference[] and VHashReference class added
3164: (related to feature #1072)
3165:
3166: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3167: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3168: and VHashReference added, allowing ^reflection:fields_reference[]
3169: implementation (closes feature #1072)
3170:
3171: 2016-07-19 moko
3172:
3173: * tests/: 323.html, results/323.processed: we want to see
3174: "methoded"
3175:
3176: * tests/: 336.html, results/336.processed: test for $BASE:property
3177: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3178: #1059)
3179:
3180: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3181: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3182: somebody_entered_some_class, $BASE:property works again,
3183: ^BASE:method[] bugs fixed (fixes bug #1059)
3184:
3185: 2016-07-14 moko
3186:
3187: * tests/: 335.html, results/335.processed: test for feature #1055
3188: added
3189:
3190: * src/classes/hash.C: bugfix: $._default was not copied if empty
3191: feature: ^hash.contains[_default] added (implements feature
3192: #1055)
3193:
3194: 2016-07-13 moko
3195:
3196: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3197: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3198:
3199: 2016-07-05 moko
3200:
3201: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3202: in ^hash.foreach (related to feature #1073)
3203:
3204: 2016-07-04 moko
3205:
3206: * tests/: 134.html, 281.html, results/134.processed,
3207: results/281.processed: tests updated after hash blocking removed
3208: (related to feature #1073)
3209:
3210: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3211: no longer blocks on change during foreach (implements feature
3212: #1073)
3213:
3214: 2016-06-17 moko
3215:
3216: * tests/: 330.html, results/330.processed: try exception source
3217: test added (related to bug in #1062)
3218:
3219: * tests/: 334.html, results/334.processed: Exception stack trace
3220: test added (related to bug in $1062)
3221:
3222: * src/classes/op.C: Exception trace now correctly restored and
3223: errors reported (related to bug #1062)
3224:
1.104 moko 3225: 2016-05-25 moko
3226:
3227: * src/main/compile.y: minor cleanup + beauty
3228:
3229: 2016-05-24 moko
3230:
3231: * tests/: 333.html, results/333.processed: more exceptions testing
3232:
3233: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3234: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3235: features #1056, #1026)
3236:
3237: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3238: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3239: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3240: (implements feature #1056)
3241:
3242: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3243: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3244: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3245: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3246: feature #1026)
3247:
3248: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3249: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3250: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3251: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3252: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3253: feature #1026)
3254:
3255: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3256: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3257: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3258: SYMBOLS_CACHING define implemented (related to feature #1026)
3259:
3260: * src/main/main.vcproj: + ps_symbols
3261:
3262: * src/: include/Makefile.am, include/pa_string.h,
3263: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3264: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3265: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3266: types/pa_vstateless_class.C: initial implementation for symbols
3267: cache (related to feature #1026)
3268:
3269: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3270:
3271: * src/main/pa_globals.C: minor cleanup
3272:
3273: 2016-05-19 moko
3274:
3275: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3276: (related to feature #1046)
3277:
3278: * tests/: 331.html, results/331.processed: test for
3279: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3280: (related to feature #1051)
3281:
3282: * src/main/compile.y:
3283: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3284: (implements feature #1054)
3285:
3286: 2016-05-18 moko
3287:
3288: * src/types/pa_vtable.C, tests/results/324.processed: no more
3289: "column not found" exception for ^table.no-such-method[] (related
3290: to feature #1046)
3291:
3292: * tests/: 261.html, results/261.processed: test added and updated
3293: after feature #1046 implementation
3294:
3295: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3296: types/pa_vvoid.h: $string.anything works for whitespace strings,
3297: ^string.contains added for hash compatibility, $string.method no
3298: longer returns stting method (implements feature #1046)
3299:
3300: 2016-05-12 moko
3301:
3302: * src/classes/curl.C: content-type response header no longer
3303: ignored (fixes issue #1045)
3304:
3305: * tests/: 330.html, results/330.processed: test for incomplete
3306: finally execution when break occures added (related to issue
3307: #1077)
3308:
3309: * src/classes/op.C: bugfix: Request::skip reset is called before
3310: executing catch and finally code (fixes issue #1062)
3311:
3312: 2016-05-11 moko
3313:
3314: * tests/: 329.html, results/329.processed: test for invalid
3315: ^break[] behavour added (bug #1077)
3316:
3317: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3318:
3319: 2016-04-24 moko
3320:
3321: * src/types/pa_vstateless_class.h: warning war
3322:
3323: 2016-04-17 moko
3324:
3325: * tests/: 328.html, results/328.processed: test for
3326: ^break(condition) and ^continue(condition) (related to feature
3327: #1063)
3328:
3329: * src/classes/op.C: ^break(condition) and ^continue(condition)
3330: implemented (feature #1063)
3331:
3332: 2016-04-12 moko
3333:
3334: * tests/results/280.processed: ordered hash now used for class
3335: methods and properties (test results updated for feature #1069)
3336:
3337: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3338: to xdoc.C as under FreeBSD it was inited after and inheritance
3339: failed (related to issue #1051)
3340:
3341: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3342: are printed to check inheritance (related to feature #1051)
3343:
1.103 moko 3344: 2016-04-09 moko
3345:
3346: * tests/results/320.processed: ordered hash now used for class
3347: methods and properties (test results updated for feature #1069)
3348:
3349: * src/types/pa_vstateless_class.h: ordered hash now used for class
3350: methods and properties (implements feature #1069)
3351:
3352: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3353: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3354: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3355: feature #1051)
3356:
3357: 2016-04-07 moko
3358:
3359: * src/main/execute.C: returned Value in .CLASS case for VJunction
3360: (related to feature #1051)
3361:
3362: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3363: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3364: string constants deduplication (related to feature #1051)
3365:
3366: * tests/results/224.processed: test result updated (related to
3367: feature #1051)
3368:
3369: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3370: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3371: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3372: types/pa_vstatus.h: classes hash now contains only
3373: VStateless_class derived objects, .CLASS is also allways
3374: VStateless_class derived object (related to feature #1051).
3375:
3376: 2016-04-06 moko
3377:
3378: * tests/results/323.processed: test result updated after feature
3379: #1051 implementation
3380:
3381: * src/: classes/classes.h, classes/op.C, classes/response.C,
3382: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3383: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3384: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3385: types/pa_vresponse.C, types/pa_vresponse.h,
3386: types/pa_vstateless_class.h: base -> methoded_donor for static
3387: classes, type() moved from VStateless_class to VClass and
3388: Methoded (implements feature #1051)
3389:
3390: 2016-04-04 moko
3391:
3392: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3393: beauty: put_class added (related to feature #1051)
3394:
3395: 2016-04-01 moko
3396:
3397: * tests/results/: 175.processed, 192.processed, 224.processed,
3398: 229.processed, 244.processed, 246.processed, 316.processed: test
3399: results updated as class.type() removed from error messages, only
3400: type() left (related to feature #1051)
3401:
3402: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3403: classes/op.C, classes/reflection.C, main/compile.y,
3404: main/compile_tools.h, main/execute.C, main/pa_request.C,
3405: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3406: types/pa_vmethod_frame.h, types/pa_vobject.h,
3407: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3408: from VStateless_class, type() is used instead (related to feature
3409: #1051)
3410:
3411: * src/classes/mail.C: old logic restored.
3412:
3413: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3414: classes/classes.h, classes/curl.C, classes/date.C,
3415: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3416: classes/hashfile.C, classes/image.C, classes/inet.C,
3417: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3418: classes/memcached.C, classes/memory.C, classes/reflection.C,
3419: classes/regex.C, classes/response.C, classes/string.C,
3420: classes/table.C, classes/xdoc.C, classes/xnode.C,
3421: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3422: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3423: feature #1051)
3424:
3425: 2016-03-30 moko
3426:
3427: * tests/: 327.html, results/224.processed, results/327.processed:
3428: test for TZ specification in ^date::create[], TZ is kept during
3429: ^date::create[$dt] (related to feature #1048)
3430:
3431: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3432: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3433: feature #1048)
3434:
3435: 2016-03-29 moko
3436:
3437: * tests/: 315.html, results/315.processed: test for timezone format
3438: +HHmm added (related to feature #1065)
3439:
3440: * src/classes/date.C: timezone format +HHmm now supported
3441: (implements feature #1065)
3442:
3443: 2016-03-28 moko
3444:
3445: * tests/: 202.html, results/131.processed, results/202.processed,
3446: results/224.processed, results/256.processed,
3447: results/315.processed: test results updated after %.2d now
3448: default for hours offset in iso-string (was %2d), test for
3449: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3450: added (related to feature #1065)
3451:
3452: 2016-03-27 moko
3453:
3454: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3455: feature #1065)
3456:
3457: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3458: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3459: added (implements feature #1065)
3460:
3461: 2016-03-24 moko
3462:
3463: * tests/: 202.html, results/202.processed: test $date.week added
3464: (related to bug #1067)
3465:
3466: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3467: date (fix for bug #1067)
3468:
3469: 2016-03-10 moko
3470:
3471: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3472:
1.102 moko 3473: 2015-12-07 moko
3474:
3475: * tests/: 326.html, results/326.processed: test for .CLASS &
3476: .CLASS_NAME optimization added (related to feature #844)
3477:
3478: 2015-11-17 moko
3479:
3480: * tests/: 323.html, results/323.processed: order added
3481:
3482: * tests/: 325.html, results/325.processed: double range test added
3483: (related to bug #1049)
3484:
3485: 2015-11-16 moko
3486:
3487: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3488: added to disallow NaN and Infinity (fixes bug #1049)
3489:
3490: 2015-11-11 moko
3491:
3492: * tests/324.html: parser 3.4.3 execution support added (related to
3493: feature #1017)
3494:
3495: * tests/: 324.html, results/324.processed: test for
3496: GET_ELEMENT4CALL feature added (feature #1017)
3497:
1.101 moko 3498: 2015-10-29 moko
3499:
3500: * operators.txt: updated for 3.4.4
3501:
3502: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3503:
3504: * src/main/pa_exec.C: get_exit_status implemented for Windows
3505: (related to bug #1043)
3506:
3507: 2015-10-28 moko
3508:
3509: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3510: hangup during ^file::exec (fixes bug #1043)
3511:
1.100 moko 3512: 2015-10-27 moko
3513:
3514: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3515:
1.99 moko 3516: 2015-10-26 moko
3517:
1.100 moko 3518: * tests/322.html, src/classes/reflection.C: arguments reorder
3519: (related to issue #1041)
3520:
3521: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3522: Copyright year updated
3523:
1.99 moko 3524: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3525: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3526: classes/form.C, classes/hash.C, classes/hashfile.C,
3527: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3528: classes/mail.C, classes/math.C, classes/memcached.C,
3529: classes/memory.C, classes/op.C, classes/reflection.C,
3530: classes/regex.C, classes/response.C, classes/string.C,
3531: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3532: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3533: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3534: include/pa_config_fixed.h, include/pa_config_includes.h,
3535: include/pa_dictionary.h, include/pa_dir.h,
3536: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3537: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3538: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3539: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3540: include/pa_request_charsets.h, include/pa_request_info.h,
3541: include/pa_sapi.h, include/pa_socks.h,
3542: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3543: include/pa_stack.h, include/pa_string.h,
3544: include/pa_stylesheet_connection.h,
3545: include/pa_stylesheet_manager.h, include/pa_table.h,
3546: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3547: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3548: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3549: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3550: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3551: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3552: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3553: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3554: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3555: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3556: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3557: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3558: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3559: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3560: main/pa_string.C, main/pa_stylesheet_connection.C,
3561: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3562: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3563: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3564: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3565: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3566: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3567: targets/isapi/parser3isapi.C, types/pa_junction.h,
3568: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3569: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3570: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3571: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3572: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3573: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3574: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3575: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3576: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3577: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3578: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3579: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3580: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3581: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3582: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3583: types/pa_vresponse.C, types/pa_vresponse.h,
3584: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3585: types/pa_vstateless_object.h, types/pa_vstatus.C,
3586: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3587: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3588: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3589: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3590: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3591:
3592: * src/targets/cgi/parser3.C: year updated
3593:
3594: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3595: issue #1041)
3596:
3597: * tests/: 323.html, results/323.processed: test for base classes
3598: added
3599:
3600: * tests/: 261.html, results/261.processed: updated after better
3601: error reporting done for $string.key exception
3602:
3603: * src/types/pa_vstring.h: better error report for $string.key
3604: exception
3605:
3606: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3607: copied as VObject::get_element4call to remove extra virtual call
3608:
3609: * tests/: 322.html, results/322.processed: test for
3610: ^reflection:is[] added (related to feature #1041)
3611:
3612: * src/classes/reflection.C: ^reflection:is empty value is void
3613: (related to feature #1041)
3614:
3615: * src/classes/reflection.C:
3616: ^reflection:is[class_name|code|method;[context;]element_name]
3617: added (implements feature #1041)
3618:
3619: 2015-10-24 moko
3620:
3621: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3622:
1.98 moko 3623: 2015-10-22 moko
3624:
3625: * tests/: 321.html, results/321.processed: test for
3626: ^reflection:method_info[] file detection added
3627:
3628: * tests/: 320.html, results/320.processed: test for
3629: ^reflection:class_by_name[class_name] added (related to feature
3630: #993)
3631:
3632: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3633: added (implements feature #993)
3634:
3635: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3636: (related to feature #1017)
3637:
3638: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3639: added (related to issue #1039)
3640:
3641: * src/main/pa_request.C: ^throw origin fixed (related to feature
3642: #1039)
3643:
3644: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3645: for VDate
3646:
3647: * tests/results/182.processed: updated after feature #1038
3648: implemented
3649:
3650: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3651: compile-time exception origin added (test for feature #1039)
3652:
3653: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3654: main/pa_request.C: exception unification: compile-time exceptions
3655: now have origin, @USE origins also tracked (implements feature
3656: #1039)
3657:
3658: 2015-10-20 moko
3659:
3660: * src/main/pa_request.C: cleanup
3661:
3662: 2015-10-15 moko
3663:
3664: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3665:
3666: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3667: types/pa_vtable.C: new feature: no more $table.method and
3668: $hash.method, aliases for _at, _count, _key (related to feature
3669: #1017)
3670:
1.97 moko 3671: 2015-10-14 moko
3672:
1.98 moko 3673: * tests/: 317.html, results/317.processed: test for
3674: ^string.unescape[] added (related to feature #120)
3675:
1.97 moko 3676: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3677: defined" bug (described in issue #1036)
3678:
3679: * tests/: 247.html, results/247.processed: test for checkBOM added
3680: (test for bug #1037)
3681:
3682: * src/: include/pa_charsets.h, main/pa_charsets.C,
3683: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3684: it's not enforced, skips BOM signature if it complies charset
3685: (fixes bug #1037)
3686:
3687: 2015-10-13 moko
3688:
3689: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3690: linking
3691:
3692: * src/classes/inet.C: vs2003 compilation fix
3693:
3694: * src/classes/math.C: warning war
3695:
3696: * src/lib/punycode/pa_punycode.c: warning war
3697:
3698: 2015-10-12 moko
3699:
3700: * src/lib/punycode/pa_punycode.c: warning war
3701:
3702: * parser3.sln: moved parser3 first, to make it default startup
3703: project
3704:
3705: * buildall: parser "mirror" now used for external libs sources
3706: (implements feature #1036)
3707:
3708: * buildall: most external libs are updated to their current
3709: versions (related to feature #1036)
3710:
3711: * src/classes/image.C: more tags added
3712:
3713: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3714:
3715: 2015-10-11 moko
3716:
3717: * src/classes/curl.C: minor optimization (related to feature #1035)
3718:
3719: 2015-10-09 moko
3720:
3721: * src/classes/curl.C: pa_strdup added for strings from curl
3722: (related to feature #1035)
3723:
3724: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3725: ULLONG_MAX definition
3726:
3727: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3728: (implements feature #1035)
3729:
3730: * src/main/pa_charset.C: String::Body(String::C) used
3731:
3732: * src/main/pa_charset.C: exceptions unified
3733:
3734: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3735: unified
3736:
3737: * src/: classes/file.C, classes/image.C, classes/mail.C,
3738: classes/op.C, classes/xdoc.C, classes/xnode.C,
3739: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3740: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3741: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3742: String::Body(String::C) constructor added (related to bug #957)
3743:
3744: * src/classes/file.C: minor optimization
3745:
3746: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3747: Cord(char*) autocreation (related to bug #957)
3748:
3749: * src/: classes/string.C, main/untaint.C: minor optimizations
3750:
3751: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3752: String(char*, Lang, length) removed, String(C(), Lang) used
3753: instead (related to bug #957)
3754:
3755: 2015-10-08 moko
3756:
3757: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3758: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3759: main/untaint.C: Now char * is converted to CORD only using
3760: AS_CORD() to check for empty cord bug (fixes bug #957)
3761:
3762: * src/include/pa_hash.h: fixed compilation without
3763: HASH_CODE_CACHING
3764:
3765: * src/classes/string.C:
3766: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3767: feature #120)
3768:
3769: * src/main/pa_common.C: reduce js flags checks count (related to
3770: feature #120)
3771:
1.96 moko 3772: 2015-10-07 moko
3773:
3774: * tests/: 275.html, results/275.processed: test modified after
3775: unsigned long long int support implemented (feature #1034)
3776:
3777: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3778: pa_atoul added for unsigned long long int support
3779:
3780: 2015-10-06 moko
3781:
3782: * src/types/pa_vdate.C: INT_MAX used
3783:
3784: 2015-10-03 moko
3785:
3786: * tests/: 302.html, results/302.processed: test for bug #1023
3787: (\u2028, \u2029 escaping) added
3788:
3789: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3790: json:string[] (fixes bug #1023)
3791:
3792: 2015-09-29 moko
3793:
3794: * tests/305.html: try-catch added for OS without ipv6 support
3795:
3796: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3797: compilation
3798:
3799: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3800: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3801: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3802: implemented to distinguish ^hash.method from $hash.field
3803: (implements feature #1017)
3804:
3805: * src/lib/punycode/pa_punycode.c: warning war
3806:
3807: * src/include/pa_config_includes.h: warning war
3808:
3809: * src/include/pa_config_includes.h: pragma warning actualized a bit
3810:
3811: * src/include/pa_config_includes.h: warning war
3812:
3813: * src/include/pa_hash.h: clang compilation fix
3814:
3815: 2015-09-27 moko
3816:
3817: * src/main/compile.tab.C: Bison 3 is now default
3818:
3819: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3820:
3821: 2015-09-25 moko
3822:
3823: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3824: works with undefined HASH_ORDER (related to feature #196)
3825:
3826: 2015-09-24 moko
3827:
3828: * tests/: 027.html, results/027.processed: test modified to test
3829: ^hash.sort (feature #196)
3830:
3831: * src/: classes/hash.C, include/pa_hash.h:
3832: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3833: added (implements feature #196)
3834:
3835: * tests/: 316.html, results/316.processed: Added test for bug #1025
3836: (exception handling in non-cached ^cache), plus for "it does not
3837: have logical value" and "$exception.handled value must be either
3838: boolean or string 'cache'" exceptions.
3839:
3840: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3841: code (fixes bug #1025)
3842:
1.95 moko 3843: 2015-09-23 moko
3844:
3845: * src/classes/table.C: warning war
3846:
3847: * src/: classes/math.C, types/pa_vcookie.C: warning war
3848:
3849: * src/classes/file.C: warning war
3850:
3851: * src/: include/pa_table.h, main/pa_table.C: warning war
3852:
3853: * src/: main/pa_request.C, classes/date.C: warning war
3854:
3855: * src/: types/pa_vdate.C, classes/op.C: warning war
3856:
3857: * tests/: 122.html, results/122.processed: win sync: to remove
3858: differences with OS that doesn't keep timezone change history
3859:
3860: * src/types/pa_vdate.C: tzset() should be called in Windows after
3861: TZ change (related to feature #36)
3862:
3863: * tests/: 075.html, results/075.processed: win sync: to remove
3864: differences with OS that doesn't keep timezone change history
3865:
3866: * tests/: 315.html, results/315.processed: win sync: to remove
3867: differences with OS that doesn't keep timezone change history
3868:
3869: * tests/: 256.html, results/256.processed: win sync: to remove
3870: differences with OS that doesn't keep timezone change history
3871:
3872: * tests/: 124.html, results/124.processed: win results sync: to
3873: avoid hitting time change hole.
3874:
3875: * src/types/pa_vdate.C: static returned. :)
3876:
3877: 2015-09-22 moko
3878:
3879: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3880:
3881: * tests/results/131.processed: more tests for feature #1032
3882:
3883: * src/classes/date.C: minor fix related to feature #1032
3884:
3885: * operators.txt: ISO date creation documented (related to feature
3886: #1032)
3887:
3888: * operators.txt: iso-string documented (related to feature #1032)
3889:
3890: * tests/: 315.html, results/315.processed: more tests added
3891: (related to feature #1032)
3892:
3893: * tests/: 131.html, results/131.processed: date range checks
3894: updated (related to feature #36)
3895:
3896: * tests/: 315.html, results/057.processed, results/315.processed:
3897: test added for ISO date support (related to issue #315)
3898:
3899: * src/classes/date.C: more readable exceptions in date creation
3900: (related to ticket #1032)
3901:
3902: 2015-09-18 moko
3903:
3904: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3905: added (related to issue #1032)
3906:
3907: * tests/results/256.processed, src/classes/json.C: iso-string
3908: documented (related to issue #1032)
3909:
3910: * tests/: 256.html, results/256.processed: ISO date check added
3911: (related to issue #1032)
3912:
3913: * tests/: 057.html, results/057.processed, results/224.processed:
3914: tests results updated after ISO date support implemented (related
3915: to feature #1032)
3916:
3917: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3918: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3919: ^date::create[string] constructor formalized, ^date.iso-string[]
3920: added (implements feature #1032)
3921:
3922: 2015-09-05 moko
3923:
3924: * operators.txt: actualized
3925:
3926: * operators.txt: date changes documented (related to ticket #36)
3927:
3928: 2015-09-04 moko
3929:
3930: * src/types/pa_vdate.C: warning war
3931:
3932: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3933:
3934: 2015-09-03 moko
3935:
3936: * tests/results/096.processed: test result updated for 0..9999 year
3937: date range support (related to feature #36)
3938:
3939: * tests/: 314.html, results/314.processed: test for
3940: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3941: bug #1031)
3942:
3943: * src/classes/string.C: Static calls fixed for ^string:base64[],
3944: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3945:
1.116 moko 3946: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3947: configure.in -> configure.ac
1.95 moko 3948:
1.116 moko 3949: * configure, configure.in, src/include/pa_config_auto.h.in: more
3950: correct timezone check for FreeBSD Warning war: configure.in ->
3951: configure.ac
1.95 moko 3952:
3953: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3954: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3955: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3956: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3957: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3958: src/main/Makefile.am, src/targets/apache/Makefile.am,
3959: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3960: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3961: check added
3962:
3963: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3964:
3965: * tests/results/: 124.processed, 224.processed: test resuls updated
3966: for new date implementation (related to feature #36)
3967:
3968: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3969: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3970: types/pa_vdate.h: new double date implementation with internal
3971: support for extended 0..9999 year range, default timezone support
3972: (related to feature #36)
3973:
3974: 2015-08-28 moko
3975:
3976: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3977: (fixes bug #1030)
3978:
3979: 2015-08-21 moko
3980:
3981: * src/classes/inet.C: snprintf size "bug" commented
3982:
3983: * src/main/pa_common.C: snprintf comments updated
3984:
3985: 2015-08-16 moko
3986:
3987: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3988:
3989: 2015-08-11 moko
3990:
3991: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3992: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3993: can be null (fixes bug #1029)
3994:
3995: 2015-08-06 moko
3996:
1.116 moko 3997: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3998: pa_vdate.C added
1.95 moko 3999:
4000: 2015-08-05 moko
4001:
4002: * tests/: 313.html, results/313.processed: test for
4003: ^table.count[columns] and ^table.flip[] with nameless tables
4004: (feature #1003)
4005:
4006: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4007: max_cell added, now ^table.count[columns] and ^table.flip[] works
4008: correctly for nameless tables (implements feature #1003)
4009:
4010: 2015-08-03 moko
4011:
4012: * tests/312.html: test for ^table.append[$hash] and
4013: ^table.insert[$hash] added (related to feature #1028)
4014:
4015: * src/classes/table.C: ^table.append[$hash] and
4016: ^table.insert[$hash] now supported (implements feature #1028)
4017:
4018: * tests/: 312.html, results/312.processed: test row copy in
4019: ^table.hash[; $.type[table] ] added (related to feature #1016)
4020:
4021: * src/classes/table.C: row copy now created in ^table.hash[;
4022: $.type[table] ] (related to feature #1016)
4023:
4024: 2015-07-29 moko
4025:
4026: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4027: added (related to feature #1016)
4028:
4029: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4030: ^table.delete[] added to delete current row (related to feature
4031: 1016)
4032:
4033: 2015-07-28 moko
4034:
4035: * tests/: 312.html, results/312.processed: test for
4036: $table.column[value] and ^table.insert{row} (related to feature
4037: #1016)
4038:
4039: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4040: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4041: ^table.insert{row} are now implemented (feature #1016)
4042:
4043: * src/include/pa_array.h: Optimization: bool reverse removed from
4044: append(), insert() added, memmove arguments order in remove()
4045: fixed (related to feature #1016)
4046:
4047: 2015-07-23 moko
4048:
4049: * src/classes/json.C: tainted json and empty json exception added
4050: (implements feature #1015)
4051:
4052: * tests/: 311.html, results/311.processed: empty json and tainted
4053: json exception test added (related to issue #1015)
4054:
4055: 2015-07-22 moko
4056:
4057: * tests/: 311.html, results/311.processed: test for UTF-8
4058: processing added
4059:
4060: * tests/: 311.html, results/311.processed: test for
4061: json_exception_with_source added (related to issue #394)
4062:
4063: * src/classes/json.C: json_exception_with_source added (implements
4064: feature #394)
4065:
4066: 2015-06-29 moko
4067:
4068: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4069: directories are now correctly determined if _d_type == DT_UNKNOWN
4070: (closes bug #1027)
4071:
4072: 2015-06-10 moko
4073:
4074: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4075: error if libxml has LIBXML_ICU_ENABLED.
4076:
4077: 2015-06-04 moko
4078:
4079: * tests/099.html: ups, reverting
4080:
4081: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4082: results/310.processed: tests for $response:body[ $.file[] ] and
4083: $response:last-modified added
4084:
4085: * src/main/pa_request.C: last-modified check fixed
4086:
4087: 2015-06-03 moko
4088:
4089: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4090: results/205.processed, results/293.processed: $response:headers
4091: logging added (tests for feature #1007)
4092:
4093: * src/: include/pa_common.h, include/pa_request.h,
4094: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4095: $response:headers are now in uppercase (closes feature #1007)
4096:
4097: 2015-06-02 moko
4098:
4099: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4100: build errors reverted for clang compatibility
4101:
4102: 2015-06-01 moko
4103:
4104: * src/include/pa_memory.h: -pedantic build errors fixed
4105:
4106: * src/classes/math.C: -pedantic build error fixed
4107:
4108: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4109:
4110: 2015-05-31 moko
4111:
4112: * src/classes/table.C: USE_STRINGSTREAM optimized
4113:
4114: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4115: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4116: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4117: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4118: types/pa_vxnode.h: warning war (-pedantic flag)
4119:
4120: 2015-05-28 moko
4121:
4122: * tests/: 308.html, results/308.processed: test for
4123: ^table::create[$t;], etc work added (related to bug #975)
4124:
4125: * src/classes/table.C: check_option_param removed,
4126: ^table::create[$t;], etc now works (fixes bug #975)
4127:
4128: 2015-05-27 moko
4129:
4130: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4131: (Debian jessie) fixed (closes issue #1024)
4132:
4133: * tests/Makefile: sort added as in Debian jessie list become
4134: unsorted
4135:
4136: 2015-05-18 moko
4137:
4138: * tests/: 201.html, results/201.processed: test for
4139: ^string.trim[what] feature #1022
4140:
4141: * src/classes/string.C: ^string.trim[what] now supported,
4142: implements feature #1022
4143:
4144: 2015-05-17 moko
4145:
4146: * tests/results/185.processed: test result updated as feature #1021
4147: implemented (left/right accept negative parameter)
4148:
4149: * src/classes/string.C: left/right now accept negative parameter
4150: (implements feature #1021)
4151:
4152: 2015-05-08 moko
4153:
4154: * src/classes/math.C: isalnum -> pa_isalnum
4155:
4156: * src/main/execute.C: optimization in getter-junction processing
4157: (related to issue #997)
4158:
4159: 2015-05-07 moko
4160:
4161: * tests/: 307.html, results/307.processed: test for issue #997
4162: added
4163:
4164: * src/main/execute.C: process_getter result now checked if junction
4165: returned (closes issue #997)
4166:
4167: * tests/: 305.html, results/305.processed: sort added to ignore
4168: different order
4169:
4170: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4171: assignment (closes issue #994)
4172:
4173: * tests/: 306.html, results/306.processed: test for issue #994
4174: added
4175:
4176: * tests/: 303.html, results/303.processed: two more errors tested
4177:
4178: 2015-05-06 moko
4179:
4180: * tests/: 305.html, results/305.processed: test for name2ip &
4181: ip2name added (related to feature #992)
4182:
4183: * tests/: 303.html, 304.html, results/303.processed,
4184: results/304.processed: tests for idna conversion added (related
4185: to issue #849)
4186:
4187: 2015-05-02 moko
4188:
4189: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4190: implemented
4191:
4192: 2015-04-30 moko
4193:
4194: * src/main/pa_http.C: idna_host added, related to issue #849
4195:
4196: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4197: (related to issue #849)
4198:
4199: 2015-04-24 moko
4200:
4201: * src/types/pa_vjunction.C: warning war
4202:
4203: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4204: unification
4205:
4206: * src/lib/punycode/pa_idna.c: warning war
4207:
4208: 2015-04-22 moko
4209:
4210: * src/main/main.vcproj: punycode include path added
4211:
4212: * src/lib/punycode/pa_idna.c: windows compile error fixed
4213:
4214: * src/lib/punycode/pa_idna.c: warning war
4215:
4216: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4217: project file added
4218:
4219: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4220:
4221: * src/include/pa_memory.h: warning war
4222:
4223: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4224: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4225: implemented (related to feature #849)
4226:
4227: * configure.in, src/main/Makefile.am,
4228: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4229: libpunycode added in Unix
4230:
4231: 2015-04-21 moko
4232:
4233: * configure.in: large files support
4234:
4235: 2015-04-15 moko
4236:
4237: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4238: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4239: pa_punycode.h: initial version for punycode/idna support library
4240: (ticket #849)
4241:
4242: 2015-04-08 moko
4243:
4244: * src/: classes/curl.C, classes/date.C, classes/file.C,
4245: classes/image.C, classes/mail.C, classes/reflection.C,
4246: classes/string.C, classes/xnode.C, include/pa_request.h,
4247: include/pa_string.h, include/pa_stylesheet_connection.h,
4248: main/compile.y, main/compile_tools.h, main/execute.C,
4249: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4250: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4251: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4252: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4253: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4254: clang compiler warnings (closes issue #1018)
4255:
4256: * src/include/pa_string.h: String::Body comparation operators with
4257: char * added (related to issue #958)
4258:
4259: 2015-04-07 moko
4260:
4261: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4262: pa_malloc/pa_free to remove system malloc/free usage (related to
4263: issue #1018)
4264:
4265: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4266: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4267: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4268: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4269: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4270: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4271: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4272: malloc/strdup/free replaced with pa_ version and checks for
4273: accidental use of non-pa_ version added (related to issue #1018)
4274:
4275: 2015-04-03 moko
4276:
4277: * buildall: pcre-8.33 -> pcre-8.36
4278:
4279: * src/: main/compile.y, classes/form.C, classes/mail.C,
4280: classes/op.C, classes/string.C, main/compile.tab.C,
4281: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4282: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4283: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4284: ticket #958)
4285:
4286: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4287: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4288: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4289: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4290: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4291: $request:headers, $request:method added (implements feature
4292: #1007)
4293:
4294: 2015-03-17 misha
4295:
4296: * tests/302.html: - test for
4297: ^json:string[...;$._default[method-name]]
4298:
4299: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4300: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4301: option $._default[method-name] is specified in ^json:string[], a
4302: method with specified name will be called for classes/objects
4303: serialization ( new feature: #982 )
4304:
4305: 2015-03-16 misha
4306:
4307: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4308: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4309: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4310: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4311: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4312: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4313: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4314: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4315: types/pa_vrequest.h, types/pa_vstateless_class.C,
4316: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4317: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4318: $var.CLASS_NAME now have special opcodes. This can be switched
4319: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4320: on pa_opcode.h ( new feature: #844 )
4321:
4322: 2015-03-15 misha
4323:
4324: * tests/075.html: - test for $response:header[]
4325:
4326: * src/types/pa_vresponse.C: - $response:header[] deletes header
4327: that was set earlie ( new feature: #1001 )
4328:
4329: 2015-03-12 misha
4330:
4331: * tests/246.html: - more tests for ^hash._at[]
4332:
4333: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4334: accepts second param [key|value|hash] ( new feature: #1012 )
4335:
4336: 2015-03-09 moko
4337:
4338: * src/types/pa_vmail.C: exception for everything but
4339: $mail:received, closes issue #1011
4340:
4341: 2015-02-20 moko
4342:
4343: * tests/: 275.html, results/275.processed: hex detection in
4344: pa_atoui fix test (closes issue #1010)
4345:
4346: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4347: issue #1010)
4348:
4349: 2015-02-17 moko
4350:
4351: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4352: tainted.
4353:
4354: 2015-02-03 misha
4355:
4356: * tests/301.html: - test for ^json:string($double) causes
4357: exception. bugfix: #1008
4358:
4359: * src/classes/json.C: - ^json:string($double) causes exception.
4360: bugfix: #1008
4361:
4362: * tests/014.html: - updated for work with ^hash.delete[]
4363:
4364: 2015-01-12 misha
4365:
4366: * src/: classes/form.C, include/pa_common.h,
4367: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4368: types/pa_vform.h: - supports body with PUT method as well ( new
4369: feature: #1006 )
4370:
4371: * src/classes/file.C: - warnings war
4372:
4373: 2015-01-11 misha
4374:
4375: * tests/300.html: - test for ^hash.delete[] is added
4376:
4377: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4378: feature: #989 ) - tiny optimization in intersects
4379:
4380: 2015-01-06 moko
4381:
4382: * src/types/pa_vmail.C: file names transcode added, to and cc added
4383: with transcode, attachments detection fixed
4384:
4385: * src/main/pa_request.C: filling mail received after cgi/auto.p
4386: load to allow charset switch (related to issue #996)
4387:
4388: 2014-12-31 moko
4389:
4390: * src/types/pa_vmail.C: from and subject now transcoded if not
4391: UTF-8 source charset (fixes issue 996)
4392:
4393: * src/main/pa_exception.C: fixed string from stack bug (closes
4394: issue #1000)
4395:
4396: 2014-12-11 misha
4397:
4398: * src/types/pa_vhashfile.C: - check if key is not empty before
4399: access ( bug fix: #1005 )
4400:
4401: 2014-11-13 misha
4402:
4403: * src/main/compile.y: - PC.append does not reset to false while
4404: creating a new class. bugfix: #990
4405:
4406: * tests/299.html: - test for creation class after working with
4407: partial class (create+append)
4408:
4409: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4410: #995
4411:
4412: * tests/232.html: - test for @get[def] added
4413:
4414: 2014-10-12 moko
4415:
4416: * src/lib/pcre/pcre_internal.vcproj: correct path
4417:
4418: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4419: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4420: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4421: targets/apache/ApacheModuleParser3.vcproj,
4422: targets/apache/ApacheModuleParser3Core.vcproj,
4423: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4424: types/types.vcproj: project GUID inserted in *.vcproj for correct
4425: conversion in newer VS versions
4426:
4427: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4428: pcre_internal.vcproj added
4429:
4430: 2014-08-28 moko
4431:
4432: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4433: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4434: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4435:
4436: 2014-06-30 misha
4437:
4438: * tests/298.html: - tests for ^reflection:def[class;className]
4439: added
4440:
4441: * src/classes/reflection.C: - ^reflection:def[class;className]
4442: added ( new feature: #918 )
4443:
4444: 2014-06-29 misha
4445:
4446: * src/classes/table.C: - ^table::create[unsupported data] -
4447: exception comment changed to "body must be table or code" ( bug
4448: fix: #951 )
4449:
4450: * tests/: 261.html, results/261.processed: - tests for
4451: ^json:string[...;$.void[null|string]] added
4452:
4453: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4454: option $.void[string|null] added to ^json:string[...] ( new
4455: feature: #952 )
4456:
4457: 2014-06-28 moko
4458:
4459: * src/classes/curl.C: $.charset now processed before other curl
4460: options (closes issue #980)
4461:
4462: 2014-05-23 misha
4463:
4464: * src/classes/json.C: - bug fix: #987
4465:
4466: 2014-05-04 misha
4467:
4468: * tests/: 253.html, 253_json.txt: - test for
4469: ^json:parse[$.int(false)] is added
4470:
4471: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4472: default true). The option is similar to $.double(bool) but for
4473: integers.
4474:
4475: 2014-05-01 moko
4476:
4477: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4478: #12 )
4479:
4480: 2014-04-16 moko
4481:
4482: * src/main/pa_http.C: response-charset option should finally work
4483: now (fix for issue #867)
4484:
4485: * src/main/pa_http.C: response-charset option should work now (fix
4486: for issue #867)
4487:
4488: 2014-03-07 moko
4489:
4490: * buildall: libgc moved
4491:
4492: * buildall: libgc moved
4493:
4494: 2013-12-29 moko
4495:
4496: * src/classes/string.C: ^string:js-unescape result now tainted,
4497: closes issue #966
4498:
4499: * tests/: 186.html, results/186.processed: ^string:js-unescape
4500: result now tainted, issue #966
4501:
4502: 2013-12-03 moko
4503:
4504: * src/: classes/memcached.C, types/pa_vmemcached.C,
4505: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4506: option was added for http://www.parser.ru/forum/?id=79343
4507:
4508: * src/classes/file.C: bugfix for
4509: http://www.parser.ru/forum/?id=79337
4510:
4511: 2013-11-05 moko
4512:
4513: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4514:
4515: * src/main/pa_globals.C: spelling fixed
4516:
4517: 2013-10-29 moko
4518:
4519: * src/lib/json/json.vcproj: json.c -> pa_json.C
4520:
4521: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4522: #892
4523:
4524: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4525: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4526: exceptions to be thrown thougth json library), related to issue
4527: #892
4528:
4529: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4530: related to issue #896
4531:
4532: 2013-10-24 moko
4533:
4534: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4535:
4536: 2013-10-23 moko
4537:
4538: * README: actualization
4539:
4540: 2013-10-22 moko
4541:
4542: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4543: compatibility patch from Sergey Kirpichev
4544:
4545: * tests/: 297.html, results/297.processed: non-working getter fix
4546: test for issue #948
4547:
4548: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4549: called when saving value of $match variable in ^string.match[] to
4550: increase compatibility (related to issue #948).
4551:
4552: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4553: usage optimization
4554:
4555: 2013-10-21 moko
4556:
4557: * tests/: 182.html, results/182.processed: local path removed for
4558: compatibility
4559:
4560: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4561: results/244.processed, results/253.processed,
4562: results/254.processed, results/275.processed,
4563: results/281.processed: try_catch -> try-catch
4564:
4565: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4566: results/294.processed, results/296.processed: try_catch ->
4567: try-catch
4568:
4569: 2013-10-20 moko
4570:
4571: * tests/: 296.html, results/296.processed: test for xsl exception
4572: for issue #938 added.
4573:
4574: * src/: include/pa_xml_exception.h,
4575: main/pa_stylesheet_connection.C: forgotten to be replaced
4576: XmlException is now replaced (once again closes issue #938)
4577:
4578: 2013-10-18 moko
4579:
4580: * buildall: disable clock_gettime detection to avoid librt linking
4581: (which in turn depends on libpthread), related to issue #943
4582:
4583: 2013-10-18 misha
4584:
4585: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4586: lib/smtp/smtp.vcproj, main/main.vcproj,
4587: targets/apache/ApacheModuleParser3Core.vcproj,
4588: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4589: types/types.vcproj: - new locations for libxml2 includes where
4590: added to vcproj files
4591:
4592: 2013-10-18 moko
4593:
4594: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4595: fix
4596:
4597: * tests/: 295.html, results/295.processed: test for issue #948
4598: updated
4599:
4600: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4601: :)
4602:
4603: * tests/: 295.html, results/295.processed: test for issue #948
4604: added
4605:
4606: * src/: classes/hash.C, classes/string.C, classes/table.C,
4607: include/pa_request.h, types/pa_method.h: for getters and setters
4608: to be executed request.put_element should be called, not
4609: context.put_element (fixes issue #948)
4610:
4611: 2013-10-17 moko
4612:
4613: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4614: LIBXML2_NEW_BUFFER check (closes issue #943)
4615:
4616: * buildall: libxml 2.9.1 build is broken --without-reader.
4617:
4618: 2013-10-16 moko
4619:
4620: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4621:
4622: * tests/: 294.html, results/294.processed: test for issue #938
4623:
4624: * src/: classes/xdoc.C, classes/xnode.C,
4625: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4626: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4627:
4628: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4629: libxslt-1.1.26 -> libxslt-1.1.28
4630:
4631: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4632: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4633: to '?', related to issue #938
4634:
4635: 2013-10-15 moko
4636:
4637: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4638: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4639: minor optimizations (closes issue #896)
4640:
4641: * tests/results/: 292.processed, 293.processed: results updated to
4642: comply with issue #896
4643:
4644: * tests/: 292.html, 293.html, results/292.processed,
4645: results/293.processed: tests for json escaping
4646:
4647: 2013-10-14 moko
4648:
4649: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4650: and cleanup, code moved from .h to .C, no changes in code
4651:
4652: 2013-10-12 moko
4653:
4654: * tests/results/119.processed: updated test result commited
4655:
4656: * tests/: 291.html, results/291.processed: test for issue #894
4657: added
4658:
4659: * src/types/pa_wcontext.h: base methods call support function
4660: get_somebody_entered_some_class should not be true forever, as
4661: wcontext can have many get_elements calls (fixes issue #894)
4662:
4663: 2013-10-11 moko
4664:
4665: * tests/: 290.html, results/290.processed: test for junction GPF
4666: issue #942 added
4667:
4668: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4669: to native method fixed (closes issue #942)
4670:
4671: * tests/: 158.html, results/158.processed: test for csv-string[]
4672: added
4673:
4674: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4675: feature #907)
4676:
4677: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4678: feature #907)
4679:
4680: 2013-10-09 moko
4681:
4682: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4683: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4684: types/pa_vstateless_class.C: GET_default, SET_default now works
4685: properly not only in objects, but in classes as well (closes
4686: issue #903)
4687:
4688: * tests/: 289.html, results/289.processed: GET/SET_default now
4689: works in classes, not only objects, test case added, related to
4690: issue #903
4691:
4692: * tests/: 288.html, results/288.processed: test for endless
4693: recursion bug added (related to issue #903)
4694:
4695: 2013-10-05 moko
4696:
4697: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4698: classes/table.C, main/execute.C, types/pa_method.h,
4699: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4700: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4701: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4702: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4703: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4704: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4705: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4706: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4707: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4708: optimization: put_element no longer has "bool areplace" argument,
4709: related to issue #903
4710:
4711: 2013-10-03 moko
4712:
4713: * tests/results/182.processed: result for $.replace(false) test
4714: commited
4715:
4716: * src/classes/date.C: ^date::create(number) processed correctly
4717: (fixes issue #901)
4718:
4719: * src/classes/image.C: as_no_junction removed, as param can be
4720: expression (closes issue #931)
4721:
4722: * tests/233.html: test for issue #931 added
4723:
4724: 2013-10-02 moko
4725:
4726: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4727: modified, test for $.replace(false) added
4728:
4729: * src/main/compile_tools.h: forgotten class replace returned. :)
4730:
4731: 2013-09-30 moko
4732:
4733: * tests/: 141.html, results/141.processed: md5 tainting test added
4734:
4735: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4736: main/compile_tools.h, main/pa_request.C: allow_class_replace
4737: implemented; $.replace option added to ^process and ^use
4738:
4739: 2013-08-27 moko
4740:
4741: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4742: cstr_to_string_body_untaint should be called with charsets for
4743: possible uri language and connection for possible sql language.
4744: related to issue #857
4745:
4746: * buildall: and -> or fixed
4747:
4748: 2013-08-26 moko
4749:
4750: * buildall: prepare_ functions logic changed to support
4751: gc-7.2d.tar.gz extracting to gc-7.2 directory
4752:
4753: 2013-08-23 moko
4754:
4755: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4756: statically
4757:
4758: 2013-08-22 moko
4759:
4760: * src/classes/string.C: String::Empty used (related to issue #912)
4761: append_know_length removed (related to old GPF bug)
4762:
4763: 2013-08-21 moko
4764:
4765: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4766:
4767: * src/classes/math.C: ^math:digest[...;$file] support added
4768: (related to ticket #857
4769:
4770: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4771: implemented
4772:
4773: * src/types/pa_vhashfile.h: warning war
4774:
4775: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4776: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4777: anti_endless_json_string_recoursion removed from request;
4778: json_string_recoursion added to json_options; $.indent[indent
4779: value] now supported and passed within recoursion closes feature
4780: #937
4781:
4782: * tests/: 287.html, results/287.processed: test for feature #937
4783:
4784: 2013-07-31 moko
4785:
4786: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4787: compilation having #define _S
4788:
4789: * src/main/pa_globals.C: cleanup
4790:
4791: 2013-07-30 moko
4792:
4793: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4794: main/pa_common.C: vs2003 warning war
4795:
4796: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4797:
4798: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4799:
4800: * src/lib/md5/pa_sha2.c: warning war
4801:
4802: 2013-07-29 moko
4803:
4804: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4805: patches from github
4806:
4807: * src/: classes/bool.C, classes/double.C, classes/int.C,
4808: classes/memcached.C, include/pa_config_includes.h,
4809: types/pa_vfile.C, types/pa_vfile.h: warning war
4810:
4811: * src/lib/json/json.vcproj: C++ -> C
4812:
4813: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4814:
4815: * src/lib/json/: json.c, pa_json.C: windows compatibility
4816:
4817: * src/lib/json/: json.c, pa_json.C: windows compatibility
4818:
4819: * src/lib/json/: json.c, pa_json.C: warning war
4820:
4821: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4822:
4823: * src/include/pa_config_fixed.h: uint16_t added
4824:
4825: * configure.in: uint16_t check added
4826:
4827: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4828: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4829: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4830: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4831: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4832:
4833: 2013-07-25 moko
4834:
4835: * parser3.sln: dependencies added
4836:
4837: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4838: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4839: module support
4840:
4841: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4842:
4843: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4844:
4845: 2013-07-23 moko
4846:
4847: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4848: PA_DEBUG_GC_MEMORY removed
4849:
4850: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4851: PA_DEBUG_DISABLE_GC compilation fix
4852:
4853: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4854: main/pa_request.C: outdated RESOURCES_DEBUG removed
4855:
4856: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4857: garbage cleanup
4858:
4859: * src/main/pa_common.C: warning war
4860:
4861: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4862:
4863: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4864: minor cleanup
4865:
4866: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4867: uses cygwin, not WIN32 implementation
4868:
4869: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4870: able to exec shell scripts
4871:
4872: * src/classes/math.C: ifdef WIN32 cleanup
4873:
4874: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4875:
4876: * src/classes/curl.C: LT_MODULE_EXT used
4877:
4878: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4879:
4880: 2013-07-22 moko
4881:
4882: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4883: includes fix
4884:
4885: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4886:
4887: * configure.in, src/include/pa_config_includes.h,
4888: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4889: src/main/pa_exec.C: includes cleanup
4890:
4891: * src/targets/cgi/parser3.C: 2012->2013
4892:
4893: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4894:
4895: * configure.in, src/include/pa_config_includes.h,
4896: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4897: src/main/pa_random.C, src/main/pa_socks.C,
4898: src/types/pa_vstatus.C: cygwin support cleanup
4899:
4900: * configure.in: dirent.h check added
4901:
4902: * src/: include/pa_config_includes.h, include/pa_dir.h,
4903: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4904: not copied
4905:
4906: 2013-07-21 moko
4907:
4908: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4909:
4910: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4911: parser3.vcproj: unused getopt.h / getopt.c removed
4912:
4913: * operators.txt, src/classes/file.C, tests/022.html,
4914: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4915: $.stat(true)] usage commented
4916:
4917: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4918: src/main/pa_dir.C: ^file:list[] now has dir column and when
4919: $.stat(true) it has size/*date columns modified patch from misha@
4920: that closes issue #914.
4921:
4922: * src/: include/pa_config_includes.h, main/pa_globals.C:
4923: PA_RELEASE_ASSERTS removed
4924:
4925: * src/lib/md5/pa_md5c.c: minor cleanup
4926:
4927: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4928: localeconv()->decimal_point usage remoed (related to issue #934)
4929:
4930: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4931: cordprnt.c removed
4932:
4933: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4934: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4935: pa-include/pa_strings.h: includes cleanup
4936:
4937: * src/lib/md5/pa_md5c.c: headers cleanup
4938:
4939: 2013-07-20 moko
4940:
4941: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4942: cleanup
4943:
4944: 2013-07-19 moko
4945:
4946: * src/classes/math.C: extern "C" added for crypt
4947:
4948: 2013-07-18 moko
4949:
4950: * src/classes/math.C: fix redhat7.2 build
4951:
4952: 2013-07-17 moko
4953:
4954: * configure.in, src/include/pa_config_includes.h,
4955: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4956: added for uint8/32/64_t)
4957:
4958: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4959: pa_config_includes.h used for uint32/64_t
4960:
4961: 2013-07-16 moko
4962:
4963: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4964: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4965: war
4966:
4967: * src/main/compile.tab.C: compile.y was updated
4968:
4969: * src/main/compile.y: warning war
4970:
4971: * src/: include/pa_exception.h, main/pa_exception.C,
4972: main/pa_xml_exception.C: warning war
4973:
4974: * src/: include/pa_common.h, main/pa_common.C: warning war
4975:
4976: * configure.in: beauty :)
4977:
4978: * tests/: 141.html, results/141.processed: sha256/512 added
4979:
4980: 2013-07-13 moko
4981:
4982: * src/lib/md5/md5.vcproj: sha2 added
4983:
4984: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4985: classes/math.C: sha2 support (sha256/sha512 digest)
4986:
4987: 2013-07-08 moko
4988:
4989: * src/classes/image.C: directory read or other read problem message
4990: fixed (related to issue #933)
4991:
4992: 2013-07-07 moko
4993:
4994: * AUTHORS: + misha + moko. :)
4995:
4996: 2013-07-06 moko
4997:
4998: * src/: classes/curl.C, include/pa_globals.h,
4999: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5000: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5001: for lt_dlinit to be called once and lt_dlexit called at right
5002: place (related to issue #925)
5003:
5004: 2013-07-04 moko
5005:
5006: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5007: VString::as_vfile now uses vfile.set_binary_string to avoid
5008: content-type to be set, as it brokes badly designed logic in
5009: response output. This hopefully finishes issue #928.
5010:
5011: * tests/results/: 256.processed, 286.processed: file now displayed
5012: as name, size, mode, content-type
5013:
5014: * src/main/pa_common.C: read error now reported cottectly (fixes
5015: issue #933
5016:
5017: 2013-06-28 moko
5018:
5019: * tests/: 286.html, results/286.processed: test extended
5020:
5021: * tests/: 286.html, results/286.processed: Test for issue #928
5022: added. it tests default content-type change.
5023:
5024: * src/types/pa_vfile.C: closes issue #928 - default content-type
5025: now updated
5026:
5027: 2013-06-25 moko
5028:
5029: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5030: content-type for text/binary files without name added;
5031: ^file::create[$f;...] options now works properly and $f
5032: properties are default (fixes issue #928)
5033:
5034: 2013-05-16 misha
5035:
5036: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5037: added
5038:
5039: * src/main/pa_table.C: - a tiny memory optimisation while creating
5040: table if specified limit is bigger than source rows count
5041:
5042: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5043: added ( new feature: #858 )
5044:
5045: 2013-04-29 moko
5046:
5047: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5048: $.ipresolve(0|1|2) added (closes issue #891)
5049:
5050: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5051:
5052: 2013-04-24 moko
5053:
5054: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5055: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5056: types/pa_vmemcached.h: ^memcache.release[] added, calls
5057: memcached_quit (refs #893)
5058:
5059: 2013-04-22 moko
5060:
5061: * src/: include/pa_string.h, main/pa_common.C: no more double
5062: slashes in file path (fixes bug #872)
5063:
5064: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5065: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5066: #739)
5067:
5068: * tests/results/266.processed: $.max_params added (feature #915)
5069:
5070: * src/: include/pa_common.h, main/pa_http.C: response-charset
5071: option added to file::load (closes issue #867)
5072:
5073: 2013-04-20 misha
5074:
5075: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5076: commited
5077:
5078: 2013-03-15 misha
5079:
5080: * src/classes/: hash.C, table.C: - Optimisation: do not create
5081: multiple empty strings while ::sql. uae String::Empty instead
5082:
5083: 2013-03-14 misha
5084:
5085: * src/classes/reflection.C: - for user classes
5086: ^reflection:method_info[] returns $.max_params and $.extra_param
5087: with $.call_type if they available ( new feature: #915 )
5088:
5089: * src/classes/file.C: - ^file:delete[] now supports an option
5090: $.exception(false) that suppress any exception while deleting
5091: file ( new feature: #916 )
5092:
5093: * src/classes/curl.C: - parsing cookies after curl:load now should
5094: work :)
5095:
5096: 2013-03-12 misha
5097:
5098: * src/types/pa_vfile.C: - if specified file_name is empty string
5099: set default name for the file
5100:
5101: 2013-03-11 misha
5102:
5103: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5104: also available in $f.cookies
5105:
5106: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5107: moved to a separate method
5108:
5109: 2013-03-10 moko
5110:
5111: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5112: added
5113:
5114: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5115: removed (declared by autoconf)
5116:
5117: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5118: uint32_t define
5119:
5120: 2013-03-10 misha
5121:
5122: * src/classes/file.C: ^file:delete and ^file:move now support
5123: option $.keep-empty-dirs(true) ( new feature: #884 )
5124:
5125: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5126: empty dirs is added
5127:
5128: 2013-03-10 moko
5129:
5130: * src/classes/: bool.C, double.C, int.C: default can be present,
5131: but default check removed from ^int/double/bool.int/double/bool
5132: for string.int/double/bool compatibility (related to issue #913)
5133:
5134: * src/classes/string.C: ^string.int/dobule/bool no longer
5135: internally throws exception if default is present (closes issue
5136: #913)
5137:
5138: 2013-03-09 misha
5139:
5140: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5141: optimisations ( #845 )
5142:
5143: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5144:
5145: 2013-03-08 moko
5146:
5147: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5148: creates correct table (fixes issue #910)
5149:
5150: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5151: use outside of 'connect' operator (fixes issue #911)
5152:
5153: * tests/results/: 096.processed, 122.processed: test results
5154: updated as doubles now printed with 15 significant digits, not 5
5155: (fixes issue #882)
5156:
5157: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5158: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5159:
5160: 2013-02-21 moko
5161:
5162: * src/classes/table.C: _locate_name_value does not check arguments
5163: count, so we check it in advance (fixes issue #905)
5164:
5165: 2012-10-23 moko
5166:
5167: * buildall: old shell for and echo compatibility (for six)
5168:
5169: 2012-10-19 moko
5170:
5171: * buildall: --strip added --disable-safe-mode listed in usage
5172:
5173: 2012-10-17 misha
5174:
5175: * src/classes/op.C: - apply-taint should not throw "outside
5176: connect" exception with sql lang now
5177:
5178: 2012-10-17 moko
5179:
5180: * src/main/pa_request.C: bugfix: safe mode should be inited for
5181: each request (for apache module)
5182:
5183: 2012-09-26 moko
5184:
5185: * src/doc/doxygen.cfg: png -> svg
5186:
5187: 2012-09-25 moko
5188:
5189: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5190: test added
5191:
5192: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5193: double use when key is long
5194:
5195: 2012-09-16 moko
5196:
5197: * src/classes/math.C: Format -> Method Encode -> Format
5198:
5199: * tests/: 141.html, results/141.processed: math:digest hmac test
5200: added
5201:
5202: 2012-09-14 moko
5203:
5204: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5205: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5206: implementation added
5207:
5208: 2012-09-12 moko
5209:
5210: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5211: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5212: targets.dox and string.dox slightly actualized
5213:
5214: 2012-08-31 moko
5215:
5216: * ChangeLog: now generated with patched cvs2cl.pl
5217:
5218: 2012-07-29 moko
5219:
5220: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5221: result should be pushed after VMethodFrame destructor is called,
5222: as it deletes junctions from stack params (fixes issue #868)
5223:
5224: 2012-07-23 moko
5225:
5226: * INSTALL, README: buildall script usage documented, other outdated
5227: info updated.
5228:
5229: * buildall-with-xml, buildall-without-xml: replaced by buildall
5230:
5231: 2012-07-21 moko
5232:
5233: * buildall: glib does not compile when threads are disabled...
5234:
5235: * src/types/pa_vmail.C: g_assertion fixes for empty input
5236:
5237: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5238: unref, can't unref nested objects)
5239:
5240: * src/types/pa_vmail.C: another check added
5241:
5242: 2012-07-19 moko
5243:
5244: * buildall: usage added
5245:
5246: * buildall: new buildall script that unites buildall-with-xml,
5247: buildall-without-xml, --with-apache and --with-mailreceive
5248:
5249: * configure.in: support for static gmime and dynamic glib linking.
5250: fixes for FreeBSD
5251:
5252: 2012-07-17 moko
5253:
5254: * configure.in: --with-mailreceive replaced
5255: --with-static-mailreceive and --with-shared-mailreceive pathlink
5256: removed
5257:
5258: 2012-07-16 moko
5259:
5260: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5261: capitalized, content now decoded and text content converted to
5262: $request:charset. all properties are accessed by functions, this
5263: ready for dynamic load.
5264:
5265: 2012-06-28 moko
5266:
1.116 moko 5267: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5268: 32 bit
1.95 moko 5269:
5270: 2012-06-27 moko
5271:
5272: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5273: passive ftp
5274:
5275: * src/lib/ltdl/ltdl.vcproj: release build fixed
5276:
5277: * configure.in: 3.4.2 RC -> 3.4.2
5278:
5279: 2012-06-22 moko
5280:
5281: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5282: #815)
5283:
5284: * tests/: 284.html, results/284.processed: output options test
5285: (feature #265)
5286:
5287: 2012-06-22 misha
5288:
5289: * tests/215.html: - little changes
5290:
5291: 2012-06-21 moko
5292:
5293: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5294: types/pa_vxdoc.h: output_options returned and used (bugfix for
5295: feature #265)
5296:
5297: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5298: breaks long .*, default 10M restored. (issue #216)
5299:
5300: * tests/: 283.html, results/283.processed: test for issue #815
5301: added
5302:
5303: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5304: again, cstrm not required.
5305:
5306: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5307: Win32 and broken FreeBSD (issue #45)
5308:
5309: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5310:
5311: * src/main/pa_string.C: warnings war
5312:
5313: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5314: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5315: main/pa_socks.C, targets/apache/pa_threads.C,
5316: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5317: types/pa_vstatus.C: compilation under cygwin fixed
5318:
5319: 2012-06-19 moko
5320:
5321: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5322: Windows fixed
5323:
5324: * parser3.sln: removed antique pcre_ctype
5325:
5326: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5327:
5328: * src/include/pa_config_fixed.h: undefined reference to
5329: __imp__pcre_* fix for Windows
5330:
5331: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5332: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5333: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5334: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5335: define fixed
1.95 moko 5336:
5337: 2012-06-18 moko
5338:
5339: * src/classes/memcached.C: flush -> clear
5340:
5341: * src/classes/memcached.C: memcached does not support quotes even
5342: in server name
5343:
5344: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5345: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5346: called on open to check servers existance. $.key(true) syntax
5347: now supported
5348:
5349: 2012-06-17 moko
5350:
5351: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5352: cleanup
5353:
5354: * src/classes/table.C, tests/282.cfg, tests/282.html,
5355: tests/results/282.processed: encloser at the EOF bug fixed,
5356: incorrectly enclosed data now processed more logicaly (fixes
5357: #339)
5358:
5359: 2012-06-15 moko
5360:
5361: * buildall-without-xml: sync with buildall-with-xml
5362:
5363: * buildall-with-xml: download auto-detected between fetch and curl
5364:
5365: * configure.in: --with-gc and --with-pcre now also processed
5366: correctly
5367:
1.116 moko 5368: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5369: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5370: should be run on rol1 using automake / aclocal (GNU automake)
5371: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5372:
5373: * configure.in: new PARSER_VERSION logic
5374:
5375: * src/include/pa_version.h: new pa_version.h logic
5376:
5377: * src/: classes/curl.C, classes/file.C, classes/image.C,
5378: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5379: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5380: feols_normalized -> fis_text_content set_binary added
5381:
5382: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5383:
5384: 2012-06-15 misha
5385:
5386: * src/: classes/curl.C, classes/file.C, classes/image.C,
5387: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5388: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5389: ^file::create[text;content] EOLs in content now is normalized. (
5390: new feature: #815 )
5391:
5392: 2012-06-15 moko
5393:
5394: * configure.in: --disable-version-update added to disable version
5395: update with host information (for debian package) whitespace
5396: optimized
5397:
5398: * configure.in: version changed to 3.4.2 RC no-pic added for
5399: libtool
5400:
5401: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5402: it.
5403:
5404: 2012-06-14 moko
5405:
5406: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5407: tests/results/281.processed: "hash flocked" error removed for
5408: safe operations like ^h._count[] ( new feature: #335 )
5409:
1.116 moko 5410: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5411:
5412: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5413:
5414: * configure.in: --with-static/shared xml replaced with --with-xml,
5415: xml compilation check added
5416:
5417: * configure.in: --with-static/shared-gc, --with-static-pcre are
5418: replaced with --with-gc and --with-pcre test for pcre linking
5419: added
5420:
5421: 2012-06-13 moko
5422:
5423: * configure.in: apxs2 check optimized
5424:
5425: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5426: .la, includes optimized
5427:
5428: * buildall-with-xml: --with-pic looks better for -fPIC
5429:
5430: * configure.in: switched to convenience library in static linking
5431:
5432: * src/targets/apache/Makefile.am: switched to convenience library
5433: usage to avoid libtool warnings
5434:
5435: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5436: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5437: smtp/Makefile.am: switched to convenience library usage
5438:
5439: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5440:
5441: * src/targets/apache/Makefile.am: updated for libtool usage
5442:
5443: * buildall-without-xml: --with-included-ltdl added
5444:
5445: * buildall-without-xml: sync with buildall-with-xml
5446:
5447: * buildall-with-xml: --with-included-ltdl added $cflags added for
5448: -fPIC for x64 $download added for wget success check added
5449:
5450: * buildall-without-xml: --with-dynamic-stdcpp removed
5451:
5452: * configure.in: disable-static returned
5453:
5454: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5455: LIBTOOLFLAGS
5456:
5457: 2012-06-12 moko
5458:
5459: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5460: compatible with LIBTOOLFLAGS for unknown reasons
5461:
5462: * buildall-with-xml: --with-dynamic-stdcpp removed
5463:
5464: * configure.in: static/dynamic -lstdc++ linking option removed
5465: apxs2 check added
5466:
5467: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5468: option removed
5469:
5470: 2012-06-10 moko
5471:
5472: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5473: added
5474:
5475: * src/targets/cgi/pp3.cmd: old PAF stuff
5476:
1.116 moko 5477: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5478: beauty
1.95 moko 5479:
5480: * depcomp: from libtool 2.4.2
5481:
5482: * configure.in: ltdl directory removed, it has correct Makefile.in
5483:
5484: 2012-06-09 moko
5485:
1.116 moko 5486: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5487: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5488: autogenerated files updated after libtool update
5489:
1.116 moko 5490: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5491: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5492: config_auto.h.in, config_fixed.h, configure, configure.ac,
5493: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5494: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5495: config/compile, config/config.guess, config/config.sub,
5496: config/depcomp, config/install-sh, config/ltmain.sh,
5497: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5498: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5499: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5500: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5501: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5502: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5503: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5504: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5505:
5506: * configure.in: preparation for new libtool
5507:
5508: * configure.in: Some beauty added :)
5509:
5510: * src/targets/apache/Makefile.am: := -> =
5511:
5512: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5513: again. :)
5514:
5515: * src/include/pa_config_includes.h, configure.in: limits.h added,
5516: previously was taken from pcre_internal.h. :)
5517:
5518: * src/lib/pcre/Makefile.am: config.h returned
5519:
5520: * src/lib/pcre/config.h: still need this. :)
5521:
5522: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5523:
5524: * configure.in: --with-charsets removed; --with-mysql-client & co
5525: removed
5526:
5527: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5528: now in parser tree, no need to copy
5529:
5530: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5531: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5532: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5533: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5534: extracts now used old trash removed
5535:
5536: * etc/parser3.charsets/Makefile.am: charsets now in share
5537: (debian/patches/104_automake.patch) + all charsets are copied
5538:
5539: * buildall-with-xml, buildall-without-xml: curl option removed +
5540: extra arguments now supported
5541:
5542: 2012-06-08 misha
5543:
5544: * src/classes/table.C: - one params.as_hash usage was rolled back:
5545: the 2nd option in ^table.hash[] could be hash or table so
5546: .as_hash will throw an exception when table option is specified
5547:
5548: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5549: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5550: classes/table.C, classes/void.C, classes/xdoc.C,
5551: include/pa_exception.h, types/pa_vmethod_frame.C,
5552: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5553: and improved (whitespaces are allowed as empty options) -
5554: MethodParams::as_table is added - above methods are used for
5555: parsing methods' options ( new feature: #9 )
5556:
5557: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5558: to vclass. now class fields can be accessible as a hash:
5559: $h[^hash::create[$asd:CLASS]]
5560:
5561: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5562: have get_fields method so their fields can be accessed with
5563: ^reflection:fields[...] & ^reflection:field[...]
5564:
5565: 2012-06-06 misha
5566:
5567: * tests/280.html: - tests for
5568: ^reflection:method[obj-or-class;method],
5569: ^reflection:field[obj-or-class;field] and
5570: ^reflection:fields[obj-or-class] are added
5571:
5572: 2012-06-05 misha
5573:
5574: * src/classes/reflection.C: - ^reflection:method[class or
5575: object;method name] and ^reflection:field[class or object;field
5576: name] are added
5577:
5578: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5579: is used
5580:
5581: * src/types/pa_method.h: - Method::as_vjunction method is added
5582:
5583: 2012-06-05 moko
5584:
1.116 moko 5585: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5586:
5587: * src/classes/memcached.C: flish ttl fixed
5588:
5589: 2012-06-04 moko
5590:
5591: * src/classes/json.C, src/classes/op.C, tests/279.html,
5592: tests/results/279.processed: ^json:parse[] now supports $.taint
5593: option (new feature #833)
5594:
5595: 2012-06-04 misha
5596:
5597: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5598: - search_stop method was moved from pa_vcookie.C to pa_common.C
5599:
5600: 2012-06-03 misha
5601:
5602: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5603: cookies are parced and stored into $.cookies ( new feature: #31 )
5604:
5605: 2012-05-30 misha
5606:
5607: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5608: incomplete class into a scope while @USE is found
5609:
5610: * src/main/compile.y: - add incomplete class into a scope while
5611: @USE and @CLASS instructions are found ( bugfix: #838 )
5612:
5613: 2012-05-30 moko
5614:
5615: * src/types/pa_vclass.C, tests/278.html,
5616: tests/results/278.processed: removed "property has no getter
5617: method" exception when GET_DEFAULT present (fixes #269)
5618:
5619: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5620: $._default
5621:
5622: 2012-05-29 moko
5623:
5624: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5625: uninitialized values usage (new feature: #154)
5626:
5627: 2012-05-28 moko
5628:
5629: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5630: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5631: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5632: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5633: src/types/pa_vobject.C, src/types/pa_vobject.h,
5634: src/types/pa_vstring.h, src/types/pa_vtable.C,
5635: tests/results/277.processed, src/types/pa_vtable.h,
5636: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5637: ^json:string[$o; $.default[$method]] implemented for VObject (new
5638: feature #803)
5639:
5640: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5641: tests/results/277.processed: json numbers are now treated as
5642: double ( new feature: #834 )
5643:
5644: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5645: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5646: added for out of range checks, zero division in vint/vdouble
5647: check added ( fixes #832 )
5648:
5649: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5650: ( fixes #832 )
5651:
5652: 2012-05-28 misha
5653:
5654: * buildall-with-xml: - --without-lzma option is added to libxml2
5655: configure
5656:
5657: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5658: added - tests for unsupported values for options $.file, $.table
5659: and $.date are added
5660:
5661: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5662: accepts "stat" $.file[] option's value in addition to existed
5663: "text" and "base64" ( new feature: #835 )
5664:
5665: * tests/276.html: - test for
5666: ^reflection:delete[$object-or-class;field-name]
5667:
5668: * src/classes/reflection.C: -
5669: ^reflection:delete[$object-or-class;field-name] is added ( new
5670: feature: #268 )
5671:
5672: 2012-05-27 misha
5673:
5674: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5675:
5676: 2012-05-24 misha
5677:
5678: * src/include/pa_common.h: - method lastposafter was removed
5679:
5680: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5681: lastposafter - ^file:dirname[] & Co proper handle windows file
5682: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5683: work as *nix commands
5684:
5685: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5686:
5687: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5688: rskipchars were added
5689:
5690: * tests/270.html: - more tests for ^file:find[]
5691:
5692: * tests/065.html: - more tests for ^file:dirname[] & Co
5693:
5694: * src/include/pa_version.h: - must be "win32" here. it is
5695: auto-generated on *nix
5696:
5697: 2012-05-24 moko
5698:
5699: * src/classes/math.C: ^math:convert[] now supports uint32 and
5700: throws overflow exception ( new feature: #830 )
5701:
5702: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5703: uint32 support and overflow added ( new feature: #830 )
5704:
5705: 2012-05-23 moko
5706:
5707: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5708: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5709: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5710: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5711: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5712: types/pa_vregex.h, types/pa_vstateless_class.C,
5713: types/pa_vstateless_class.h, types/pa_vstring.h,
5714: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5715: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5716: "return string as-is" removed from as_expr_result. ( new feature:
5717: #831 )
5718:
5719: * tests/results/244.processed: test changed after bug #782 fix
5720: commited
5721:
5722: * tests/results/229.processed: test results for bug #782 commited
5723:
5724: * tests/: 254.html, results/254.processed: uid now just compared,
5725: not printed. :)
5726:
5727: 2012-05-20 moko
5728:
5729: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5730: feature: #341 )
5731:
5732: * tests/: 254.html, results/254.processed: test for
5733: ^reflection:uid[] added
5734:
5735: * tests/: 254.html, results/254.processed: test for
5736: ^reflection:uid[$obj] added
5737:
5738: 2012-05-17 misha
5739:
5740: * src/main/untaint.C: - do not replace ' char by _26 while
5741: exploding filespec-tainting ( new feature: #829 )
5742:
5743: 2012-05-12 moko
5744:
5745: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5746: not.
5747:
5748: 2012-05-08 moko
5749:
5750: * src/types/pa_vmethod_frame.h: bug #782 fixed
5751:
5752: * tests/229.html: test for bug #782
5753:
5754: * tests/results/259.processed, src/main/pa_request.C,
5755: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5756: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5757: src/types/pa_vvoid.h: feature #154 - first empty param now
5758: string; defined locals are empty strings; $STRICT-VARS(true)
5759: added
5760:
5761: 2012-04-27 moko
5762:
1.116 moko 5763: * src/targets/apache/Makefile.am:
1.95 moko 5764: ../../lib/memcached/libmemcached.a added
5765:
5766: 2012-04-27 misha
5767:
5768: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5769: ( #827 )
5770:
5771: 2012-04-25 moko
5772:
5773: * src/: classes/json.C, classes/memcached.C,
5774: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5775: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5776: implemented.
5777:
5778: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5779:
5780: 2012-04-23 moko
5781:
5782: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5783: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5784: types/pa_vmemcached.h: open allows options hash for new
5785: memcached(options) function
5786:
5787: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5788: not appended
5789:
5790: 2012-04-21 moko
5791:
5792: * src/classes/curl.C: '' added. :)
5793:
5794: * src/classes/classes.vcproj: new curl.h location
5795:
5796: * src/classes/curl.C: verbose output redirection from stderr to
5797: file curl option added
5798:
5799: 2012-04-20 moko
5800:
5801: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5802: contains what we need from curl, #ifdef HAVE_CURL removed
5803:
1.116 moko 5804: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5805: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5806: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5807: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5808: configure option
5809:
5810: 2012-04-19 moko
5811:
5812: * src/: classes/double.C, classes/inet.C, classes/int.C,
5813: classes/string.C, lib/gc/include/gc_allocator.h,
5814: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5815: options from sql_result_string removed. (closes issue #468)
5816:
5817: * src/types/pa_vmemcached.C: empty string fix
5818:
5819: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5820: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5821: pa_vmemcached.C
5822:
5823: 2012-04-18 moko
5824:
5825: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5826: apache2-mpm-prefork" error displayed in threaded mpm.
5827:
5828: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5829: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5830: installed (issue #354)
5831:
5832: 2012-04-16 moko
5833:
5834: * src/types/pa_vmemcached.C: call to memcached_result_create and
5835: memcached_result_free removed
5836:
5837: 2012-04-14 moko
5838:
5839: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5840:
5841: * src/types/pa_vmemcached.C: check_key added and used
5842:
5843: 2012-04-13 moko
5844:
5845: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5846: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5847: Serialization_data now added and used, VString now serialized
5848: with languages into memcached.
5849:
5850: 2012-03-28 moko
5851:
5852: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5853: lib/memcached/pa_memcached.h: result lengths added
5854:
5855: 2012-03-27 moko
5856:
5857: * src/types/pa_vmemcached.C: strdup added
5858:
5859: 2012-03-24 moko
5860:
5861: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5862: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5863: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5864:
5865: 2012-03-20 moko
5866:
1.116 moko 5867: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5868:
5869: * src/targets/cgi/Makefile.am: cleanup
5870:
5871: * src/: types/Makefile.am, types/pa_vmemcached.C,
5872: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5873:
5874: * src/: classes/Makefile.am, classes/memcached.C,
5875: lib/memcached/Makefile.am, lib/memcached/constants.h,
5876: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5877: lib/memcached/types.h, lib/Makefile.am: memcached initial
5878:
5879: 2012-03-16 moko
5880:
5881: * src/main/execute.C: ident now works under Linux + ident displays
5882: filenames (closes issue #818)
5883:
1.116 moko 5884: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5885: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5886: pa_vmethod_frame_local.h removed
5887:
5888: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5889: classes/classes.h, classes/curl.C, classes/date.C,
5890: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5891: classes/hashfile.C, classes/image.C, classes/inet.C,
5892: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5893: classes/memory.C, classes/op.C, classes/reflection.C,
5894: classes/regex.C, classes/response.C, classes/string.C,
5895: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5896: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5897: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5898: include/pa_config_fixed.h, include/pa_config_includes.h,
5899: include/pa_dictionary.h, include/pa_dir.h,
5900: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5901: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5902: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5903: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5904: include/pa_request_charsets.h, include/pa_request_info.h,
5905: include/pa_sapi.h, include/pa_socks.h,
5906: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5907: include/pa_stack.h, include/pa_string.h,
5908: include/pa_stylesheet_connection.h,
5909: include/pa_stylesheet_manager.h, include/pa_table.h,
5910: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5911: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5912: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5913: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5914: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5915: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5916: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5917: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5918: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5919: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5920: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5921: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5922: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5923: main/pa_string.C, main/pa_stylesheet_connection.C,
5924: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5925: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5926: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5927: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5928: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5929: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5930: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5931: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5932: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5933: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5934: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5935: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5936: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5937: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5938: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5939: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5940: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5941: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5942: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5943: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5944: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5945: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5946: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5947: types/pa_vresponse.h, types/pa_vstateless_class.C,
5948: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5949: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5950: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5951: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5952: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5953: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5954: ident now works under Linux + ident displays filenames (closes
5955: issue #818) Copyright updated
5956:
5957: 2012-03-13 moko
5958:
5959: * src/main/pa_string.C: compilation fix for feature #741
5960:
5961: 2012-03-09 misha
5962:
5963: * tests/193.html: - tests for ^string:base64[encoded] are updated
5964:
5965: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5966: now detects invalid base64 chars in the middle of encoded stricg
5967: ( new feature: #55 )
5968:
5969: * src/include/pa_exception.h: - new exception type for base64
5970: decoding is added
5971:
5972: 2012-03-06 misha
5973:
5974: * tests/274.html: - tests for ^date::today[] and
5975: ^date.sql-string[datetime|date|time] are added
5976:
5977: * src/classes/date.C: - constructor ^date::today[] is added ( new
5978: feature: #811 ) - ^date.sql-string[] now can accept one param --
5979: strings "datetime", "date" or "time" - comments tidying up
5980:
5981: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5982: date and time
5983:
5984: 2012-03-03 misha
5985:
5986: * tests/193.html: - tests for
5987: ^string:base64[encoded;$.strict(true)] are added
5988:
5989: * tests/results/auto.p: - try-catch operator is added
5990:
5991: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5992: main/pa_common.C: - $.strict(true|false) option is added to
5993: base64 decode methods ( new feature: #55 )
5994:
5995: * src/main/pa_common.C: - base64 decode memory usage was decreased
5996: ( new feature: #819 )
5997:
5998: 2012-02-28 moko
5999:
6000: * src/classes/hash.C: ident test
6001:
6002: 2012-02-27 misha
6003:
6004: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6005:
6006: 2012-01-08 misha
6007:
6008: * tests/273.html: - tests for ^string.replace[from;to] are added
6009:
6010: * src/: classes/string.C, include/pa_dictionary.h,
6011: main/pa_dictionary.C, main/pa_string.C: -
6012: ^string.replace[from;to] is added ( new feature: #741 ) -
6013: ^string.replace[one subst here] is slightly optimized
6014:
6015: 2011-12-07 misha
6016:
6017: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6018: named table with one empty column ( bugfix: #63 )
6019:
6020: 2011-11-30 misha
6021:
6022: * src/classes/json.C: - it's possible to set user's method for
6023: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6024: #763 )
6025:
6026: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6027:
6028: 2011-11-23 misha
6029:
6030: * src/: classes/curl.C, classes/file.C, classes/image.C,
6031: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6032: types/pa_vfile.h, types/pa_vform.C: - constructor
6033: ^file::create[mode;filename;content[;options]] now accepts binary
6034: mode and file-content - new constructor's format:
6035: ^file::create[string-or-file-content[;$.name[filename]
6036: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6037: feature: #65 )
6038:
6039: * src/: include/pa_request.h, main/pa_request.C: - new method
6040: mime_type_of(const String*) is added
6041:
6042: * src/include/pa_exception.h: - new exception constant
6043: FILE_NAME_MUST_BE_SPECIFIED is added
6044:
6045: * src/classes/table.C: - bug with negative offset transformed into
6046: a feature. it means pointing to a row from the end of the table (
6047: new feature: #810 )
6048:
6049: 2011-11-19 misha
6050:
6051: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6052: â ìåòîäå _select ( new feature: #810 )
6053:
6054: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6055: options were specified together is simplified
6056:
6057: 2011-11-12 misha
6058:
6059: * src/main/pa_request.C: - forgotten fix for escaping filename in
6060: HTTP content-disposition header (a part of bug #361 )
6061:
6062: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6063: checks for ancestors' classes as well ( new feature: #456 )
6064:
6065: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6066: "without cycle" now have types "parser.break" and
6067: "parser.continue" instead of "parser.runtime" ( new feature: #799
6068: )
6069:
6070: 2011-11-11 misha
6071:
6072: * tests/results/: 099.processed, 100.processed, 205.processed,
6073: 237.processed: - since bug #361 was fixed the content of filename
6074: in HTTP headers is quoted
6075:
6076: * tests/results/270.processed: - result for test 270
6077:
6078: * tests/: 065.html, results/065.processed: - more tests for
6079: ^file:basename[] & Co were added
6080:
6081: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6082:
6083: * tests/270.html: - tests for ^file:find[] are added
6084:
6085: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6086: using option $.charset. option $.engoding is still supported but
6087: these options can not be specified together
6088:
6089: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6090: comparation charset name with string "UTF-8" ( bugfix: #759 )
6091:
6092: 2011-10-11 misha
6093:
6094: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6095: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6096: #622)
6097:
6098: 2011-09-30 misha
6099:
6100: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6101: exception "saving stat-ed file" ( bugfix: #395 )
6102:
6103: 2011-05-30 misha
6104:
6105: * src/classes/string.C: - fixed bug which was added with
6106: params.as_hash into string:sql
6107:
6108: 2011-05-29 misha
6109:
6110: * src/types/pa_value.C: - filename in content-disposition header
6111: must be quoted ( bugfix: #361 )
6112:
6113: 2011-05-27 misha
6114:
6115: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6116: created file
6117:
6118: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6119: usage
6120:
6121: * src/include/pa_exception.h: - one more string for exception was
6122: added
6123:
6124: 2011-05-25 misha
6125:
6126: * tests/269.html: - tests for checking input params in some dom
6127: methods
6128:
6129: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6130: was added. it isn't possible not wo create xdoc with invalid
6131: tagName. ( bugfix: #160 )
6132:
6133: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6134: string "data must be string" was mover from pa_exception.h to
6135: pa_xml_exception.h
6136:
6137: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6138: as_xmlncname, as_xmlname and as_xmlnsuri were added
6139:
6140: * src/main/pa_xml_exception.C: - XmlException accepts more options
6141:
6142: * src/include/pa_xml_exception.h: - XmlException accepts more
6143: options - XML-related exception's strings were added
6144:
6145: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6146: output_options were removed)
6147:
6148: 2011-05-19 misha
6149:
6150: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6151: params.as_hash is used more while parsing methods hash-options
6152:
6153: 2011-05-18 misha
6154:
6155: * operators.txt: - info about json-serialization of xdoc was added
6156:
6157: * tests/256.html: - tests for json-serialization xdoc were added
6158:
6159: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6160:
6161: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6162: classes/json.C, classes/xdoc.C: - now json:string can serialize
6163: xdoc-objects. options (the same as ^xdoc.string[]) could be
6164: specified in $.xdoc[] ( new feature: #265 )
6165:
6166: 2011-05-15 misha
6167:
6168: * tests/268.html: - tests for ^table.count[with options] were added
6169:
6170: * src/classes/table.C: - method ^table.count[] now can accept
6171: options ( new feature: #93 ): ^table.count[column] returns number
6172: of columns for named table; ^table.count[cells] returns number of
6173: cells in the current row; ^table.count[] & ^table.count[rows]
6174: return number of rows in a table.
6175:
6176: * tests/267.html: - test for checking switch/case in boolean mode
6177: was added
6178:
6179: * src/classes/op.C: - if switch's or case's value is bool, they are
6180: compared as bool values, not as double values: new feature: #351
6181:
6182: 2011-05-06 misha
6183:
6184: * tests/242.html: - EOL before EOF was added
6185:
6186: * tests/169.html: - tests for splitting empty string and void were
6187: added
6188:
6189: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6190: returned table with one empty cell)
6191:
6192: 2011-04-03 misha
6193:
6194: * src/include/pa_version.h, configure.in: - version in head was
6195: changed to 3.4.2b
6196:
6197: 2011-03-30 misha
6198:
6199: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6200: as well ( new feature #294 )
6201:
6202: 2011-03-29 misha
6203:
6204: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6205: limited to approx. 6 MB. previous limits were too big for real
6206: life. bugfix: #216
6207:
6208: 2011-03-04 moko
6209:
6210: * etc/parser3.charsets/cp866.cfg: Conforms to
6211: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6212:
6213: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6214: vlalek@
6215:
6216: 2011-02-22 misha
6217:
6218: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6219: be under #ifdef XML or parser can't be compiled without xml
6220: support
6221:
6222: 2011-02-21 misha
6223:
1.116 moko 6224: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6225: ApacheModuleParser3.vcproj was removed
6226:
6227: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6228: removed)
6229:
6230: 2011-02-20 misha
6231:
6232: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6233: $.overridden in ^reflection:method_info[...] were added
6234:
6235: * src/classes/reflection.C: - beautifying result of
6236: ^reflection:method_info[] ($.overridden/inherited)
6237:
6238: 2011-02-18 misha
6239:
6240: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6241: and pa_isalnum instead of isalpha and isalnum - bug with
6242: redundand quoting lowercased latin chars while building email
6243: body was fixed
6244:
6245: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6246: added (they check for latin chars only)
6247:
6248: 2011-02-16 misha
6249:
6250: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6251: string size for transcoding gave too small value (should ever
6252: look for availability char in dest charset inspite of the char
6253: size)
6254:
6255: 2011-02-04 moko
6256:
6257: * tests/223.html: header values now not url-encoded (issue #195)
6258:
6259: 2011-02-01 misha
6260:
6261: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6262:
6263: 2011-01-31 misha
6264:
6265: * src/main/pa_request.C: - throw exception if param file_name in
6266: use_file is empty
6267:
6268: 2011-01-08 moko
6269:
6270: * src/classes/curl.C: compilations errors fixed
6271:
6272: 2010-12-29 moko
6273:
6274: * tests/: 265.html, results/265.processed: test for issue #200
6275: added
6276:
6277: * src/main/pa_string.C: empty regex result check added (fixes issue
6278: #200)
6279:
6280: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6281:
6282: * tests/results/223.processed: header values now not url-encoded
6283: (issue #195)
6284:
6285: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6286: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6287: pa_http_safe_header_name added for headers names (fixes bug #195)
6288:
6289: 2010-12-18 misha
6290:
6291: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6292: => pa-include
6293:
6294: 2010-11-28 moko
6295:
6296: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6297:
6298: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6299: -> pa
6300:
6301: * configure.in: apr -> pa
6302:
6303: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6304:
6305: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6306: classes/Makefile.am, types/Makefile.am: apr -> pa
6307:
6308: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6309: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6310: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6311: pa-include/pa_apr.h, pa-include/pa_errno.h,
6312: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6313: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6314: module apr name conflict resolved)
6315:
6316: 2010-11-27 misha
6317:
6318: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6319: libbz2
6320:
6321: 2010-11-26 misha
6322:
6323: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6324: warnings removed
6325:
6326: 2010-11-25 moko
6327:
6328: * operators.txt: $.indent(true)
6329:
6330: * operators.txt: another bugfix. :)
6331:
6332: * operators.txt: bugfix. :)
6333:
6334: * buildall-with-xml: libxml2-2.7.8 + with-apache
6335:
6336: 2010-11-24 moko
6337:
1.116 moko 6338: * configure: apxs support
1.95 moko 6339:
6340: * configure.in: apxs support -Bstatic gc removed for OS X
6341:
6342: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6343:
6344: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6345: THREAD_LOCAL usage
6346:
6347: * src/: classes/curl.C, include/pa_config_includes.h,
6348: main/pa_globals.C: THREAD_LOCAL defined and used
6349:
6350: 2010-11-23 moko
6351:
6352: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6353: should be passed to pa_sleep, and only fractional part (bugfix:
6354: #188)
6355:
6356: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6357:
6358: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6359: GC_dont_gc=1, as in cgi version
6360:
6361: * src/targets/apache/mod_parser3.c: warning war
6362:
6363: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6364: pa_httpd.h: version removed, some trash removed
6365:
6366: * src/targets/apache/mod_parser3.c: version removed (we don't want
6367: to show it), warning war
6368:
6369: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6370: pa_httpd.h: parser_status_allowed removed + merge config
6371: functions removed (override is the default) + beauty
6372:
6373: * src/: include/pa_request.h, main/pa_request.C,
6374: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6375: hide $status used in apache module removed
6376:
6377: 2010-11-18 moko
6378:
6379: * operators.txt: $.table[compact] added for ^json:string[]
6380:
6381: 2010-11-16 moko
6382:
6383: * src/targets/apache/mod_parser3.c: some cleanup done
6384:
6385: * src/main/untaint.C: bugfix: first, second String::Body argument
6386: is hashcode; second, info.fragment_begin is original, not
6387: resulting length
6388:
6389: * src/classes/file.C: new feature: $.stdin now untainted
6390:
6391: * tests/results/264.processed: new feature: $.stdin[] now untainted
6392:
6393: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6394:
6395: * src/classes/op.C: ^apply-taint[] method added
6396:
6397: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6398: added; $.stdin untaint test added
6399:
6400: 2010-11-15 moko
6401:
6402: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6403: removed
6404:
6405: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6406: pa_httpd.h: 2x2 calculated under apache2. :)
6407:
6408: 2010-11-13 moko
6409:
6410: * src/targets/apache/mod_parser3.c: initial changes to build module
6411: with apache 2.x includes
6412:
6413: * src/targets/apache/: Makefile.am, mod_parser3.c,
6414: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6415: united apache 1.3 / apache 2.x DSO module
6416:
6417: 2010-11-09 moko
6418:
6419: * src/types/pa_method.h: check added to dissallow @method[name;*]
6420: syntax
6421:
6422: * tests/: 263.html, results/263.processed: test from method[*args]
6423: added
6424:
6425: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6426: number of params can now be passed to a method declared with *arg
6427:
6428: 2010-11-06 moko
6429:
6430: * src/classes/table.C: formating fixed. :)
6431:
6432: * src/classes/table.C: closes #4: ^table.select now supports
6433: $.limit(), $.offset, $.reverse() options
6434:
6435: * tests/: 262.html, results/262.processed: test for ^table:select
6436: with options added (feature #4)
6437:
6438: * src/include/pa_array.h: remove function added
6439:
6440: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6441: object in get_element/put_element, using static one.
6442:
6443: 2010-11-04 moko
6444:
6445: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6446: options is passed
6447:
6448: * tests/: 256.html, results/256.processed: $.table[compact] feature
6449: now tested; k and p in handler now tested.
6450:
6451: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6452: $.table[compact] feature added
6453:
6454: * src/classes/json.C: key is now passed to handler in
6455: value_json_string; ^json:string result now process tainting
6456: inside and returns clean string, related to issue #153
6457:
6458: * src/main/untaint.C: bugfix: charset can be null (in
6459: ^string:save[] as example), thus check is added
6460:
6461: 2010-10-31 moko
6462:
6463: * src/classes/string.C: error message changed (fixes issue #149)
6464:
6465: 2010-10-29 moko
6466:
6467: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6468: port is not default (fixes issue #155); exception on invalid port
6469: added.
6470:
6471: * src/main/untaint.C: '*' is now not urlencoded to allow header
6472: "Accept: */*" to be passed
6473:
6474: 2010-10-28 moko
6475:
6476: * src/classes/curl.C: bugfix: detect_charset() was throwing
6477: exception on unknown charset even if response_charset was
6478: specified
6479:
6480: 2010-10-27 moko
6481:
6482: * src/classes/string.C: ^string.append removed for void
6483: compatibility
6484:
6485: 2010-10-26 moko
6486:
6487: * src/classes/json.C: libjson supports array at top level, we too
6488: (GPF fixed)
6489:
6490: 2010-10-25 moko
6491:
6492: * tests/: 253.html, results/253.processed: libjson supports array
6493: at top level, parser now supports it as well.
6494:
6495: * tests/261.html, tests/results/261.processed,
6496: src/types/pa_vstring.h: empty string is now void compatible
6497: (allows $empty.key)
6498:
6499: 2010-10-22 misha
6500:
6501: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6502: while adding additional expires checkout)
6503:
6504: * tests/030.html: - test for session cookie was added
6505:
6506: 2010-10-21 moko
6507:
6508: * src/: classes/string.C, classes/void.C, main/execute.C,
6509: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6510: string (feature #111)
6511:
6512: * tests/: 261.html, results/261.processed: checks void from string
6513: inheritance (feature #111)
6514:
6515: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6516: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6517: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6518: now true by default
6519:
6520: 2010-10-17 moko
6521:
6522: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6523: upload now uses binary blocks instead of L_FILE_POST tainting.
6524: (bugfix: #128)
6525:
6526: * tests/: 223.html, results/223.processed: binary file upload test
6527: added, GPF (issue #128) also checked in this test
6528:
6529: 2010-10-13 misha
6530:
6531: * tests/260.html: - test for math:convert
6532:
6533: * src/classes/math.C: - error in math:convert was fixed
6534:
6535: * operators.txt: - info about
6536: ^math:convert[number](from-base;to-base) was added
6537:
6538: * src/classes/math.C: - method
6539: ^math:convert[number](from-base;to-base) for converting number
6540: represention from one base to another was added ( new feature:
6541: #23 )
6542:
6543: 2010-10-13 moko
6544:
6545: * src/main/compile.tab.C: [] now is empty string, not void
6546:
6547: * src/main/compile.y: [] now is empty string, not void
6548:
6549: * src/types/pa_vvoid.h: void now passed as parameter
6550:
6551: * tests/: 259.html, results/259.processed: to test difference
6552: between void and empty string (see ticket #111)
6553:
6554: * tests/results/152.processed: $sEmpty[] is now empty string, not
6555: void
6556:
6557: * tests/256.html: $s[$void] is no longer empty string
6558:
6559: * tests/254.html: empty string is no longer void
6560:
6561: 2010-10-12 misha
6562:
6563: * src/types/pa_vcookie.C: - check if $.expires value can be
6564: converted to date during cookies set up ( bugfix: #104 )
6565:
6566: * tests/041.html: - more tests for ^table.locate were added
6567:
6568: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6569: work ( bugfix: #129 ) - exception comment for incorrect options
6570: ^table.locate[field;value;options] was fixed
6571:
6572: 2010-10-10 moko
6573:
6574: * src/: classes/reflection.C, main/execute.C: constructor returning
6575: another object feature returned
6576:
6577: * tests/results/258.processed: test result updated as constructor
6578: returning another object feature returned
6579:
6580: * tests/: 258.html, results/258.processed: test for constructor
6581: returning another object
6582:
6583: 2010-10-08 misha
6584:
6585: * tests/257.html: - whitespaces after @METACOMMANDS and their
6586: options shouldn't cause exceptions any longer
6587:
6588: 2010-10-06 moko
6589:
6590: * src/classes/: hash.C, table.C: length from sql server is now
6591: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6592:
6593: 2010-10-02 misha
6594:
6595: * operators.txt: - the X mark was removed from ^cache[file]. it is
6596: usable to delete cache file.
6597:
6598: 2010-10-02 moko
6599:
6600: * tests/: 253.html, results/253.processed: hook_key added for key
6601: checking
6602:
6603: * src/classes/json.C: null key bug fixed
6604:
6605: 2010-09-29 misha
6606:
6607: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6608:
6609: 2010-09-25 moko
6610:
6611: * src/classes/json.C: small fixed
6612:
6613: * tests/results/: 253.processed, 255.processed: just updated
6614:
6615: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6616: results/255.processed: charset transcode test added for
6617: json:parse
6618:
6619: 2010-09-24 moko
6620:
6621: * src/types/pa_value.h: warning war :)
6622:
6623: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6624: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6625: ^json:string
6626:
6627: 2010-09-22 moko
6628:
6629: * src/main/pa_charset.C: parser charset tables declare only
6630: white-space before 0x20, thus adding the missing chars
6631:
6632: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6633: to http://unicode.org/Public/MAPPINGS/VENDORS/
6634:
6635: 2010-09-21 misha
6636:
6637: * src/main/compile.y: - some semicolons were added (VS2010 don't
6638: want to compile grammar if they are absent)
6639:
6640: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6641:
6642: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6643:
6644: * src/main/main.vcproj: - path to bison is changed
6645:
6646: 2010-09-21 moko
6647:
1.116 moko 6648: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6649: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6650: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6651:
6652: 2010-09-20 misha
6653:
6654: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6655:
6656: * src/classes/json.C: - add EOL while json-serializing hash
6657:
6658: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6659: compilers don't like 'ES'.
6660:
6661: 2010-09-17 misha
6662:
6663: * operators.txt: - info about json class was added
6664:
6665: * src/classes/json.C: - ^json:string[object]
6666:
6667: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6668: preventing infinite recursion while executing json:string was
6669: added
6670:
6671: * src/include/pa_string.h: - method append_quoted was added
6672:
6673: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6674: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6675: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6676: was added to Value & Co
6677:
6678: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6679: were used
6680:
6681: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6682: were added
6683:
6684: 2010-09-10 moko
6685:
6686: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6687: die_or_abort (backport from 3.4.1)
6688:
6689: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6690: die_or_abort (bugfix: #106)
6691:
6692: 2010-09-09 moko
6693:
6694: * src/classes/json.C: warning war. :)
6695:
6696: 2010-09-08 misha
6697:
6698: * src/lib/json/Makefile.am: - additional include directories were
6699: added (for pa_memory.h and gc.h)
6700:
6701: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6702: compile as C++ instead default - additional include directory was
6703: added (for gc.h)
6704:
6705: * src/types/pa_vform.C: - little code reformating
6706:
6707: * src/classes/file.C: - $.content-type option now can be specified
6708: in ^file::create ( new feature: #102 )
6709:
6710: 2010-09-08 moko
6711:
6712: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6713: pa_malloc/pa_free
6714:
6715: 2010-09-07 moko
6716:
6717: * tests/results/254.processed: VStateless_class:put_element
6718: exception was fixed
6719:
6720: * src/types/: pa_value.h, pa_vstateless_class.h: now
6721: VStateless_class:put_element barks self.type, not this.type
6722: (bugfix: #105)
6723:
6724: 2010-09-06 moko
6725:
6726: * src/classes/reflection.C: bugfix: new String() is required for
6727: exception handling
6728:
6729: * tests/: 254.html, results/254.processed: test modified
6730:
6731: 2010-09-05 moko
6732:
6733: * tests/: 254.html, results/254.processed: ^reflection:copy test
6734: added
6735:
6736: * src/: classes/reflection.C, include/pa_request.h:
6737: ^reflection:copy implemented (new feature: #100)
6738:
6739: 2010-09-03 moko
6740:
6741: * src/lib/json/JSON_parser.C: c++ compatiblity
6742:
6743: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6744: option testing added
6745:
6746: 2010-09-02 moko
6747:
6748: * src/classes/json.C: $.distinct[first|last|all] added
6749:
6750: 2010-09-01 moko
6751:
6752: * tests/results/253.processed: json test result
6753:
6754: * tests/: 253.html, 253_json.txt: json test added
6755:
6756: * src/classes/json.C: json.C update to actual version + hash key
6757: creation bugfix
6758:
6759: 2010-08-31 misha
6760:
6761: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6762: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6763: src/lib/Makefile.am, src/classes/Makefile.am,
6764: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6765: json library was added
6766:
6767: 2010-08-30 moko
6768:
6769: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6770: types/pa_vobject.C: cosmetic optimization in
6771: request:execute_method usage
6772:
6773: * src/: include/pa_charset.h, main/pa_charset.C: small
6774: optimization, just to decrease number of lines. :)
6775:
6776: 2010-08-27 misha
6777:
6778: * src/classes/op.C: - taint[json] was added
6779:
6780: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6781: were added
6782:
6783: * src/main/pa_exec.C: - warning fix was rolled back.
6784:
6785: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6786: include/pa_string.h: - taint[json] was added - escaping was
6787: slightly modified
6788:
6789: 2010-08-25 misha
6790:
6791: * src/classes/file.C: - typo in file:sql exception was fixed
6792:
6793: * src/main/pa_exec.C: - warning about declared and not used
6794: variable forced_allow was removed
6795:
6796: 2010-08-14 misha
6797:
6798: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6799: were removed
6800:
6801: 2010-08-11 moko
6802:
6803: * tests/: 249.html, results/249.processed: default setter and
6804: anti-recursive default getter test added
6805:
6806: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6807: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6808: types/pa_vobject.h, types/pa_vstateless_class.C,
6809: types/pa_vstateless_class.h: default setter support +
6810: anti-recursive default getter support ( new feature: #13 )
6811:
6812: * src/include/pa_hash.h: optimization: threshold member removed
6813: from hash, reducing sizeof(hash)
6814:
6815: 2010-08-10 misha
6816:
6817: * tests/196.html: - junction-method was added to the test
6818:
6819: * tests/248.html: - ups. typo :)
6820:
6821: * tests/248.html: - test for checking .match with 4 params
6822:
6823: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6824: 247_windows1251.txt: - test for "transcode file from utf-8 to
6825: $request:charset during loading if the BOM code is detected"
6826:
6827: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6828: $request:charset during loading if the BOM code is detected ( new
6829: feature: #98 )
6830:
6831: 2010-08-05 misha
6832:
6833: * src/classes/image.C: - ^image.replace now can accept only 2
6834: params. in this case the whole image is affected ( new feature:
6835: #95 )
6836:
6837: 2010-08-04 misha
6838:
6839: * tests/246.html: - test tor ^hash._at[] was added
6840:
6841: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6842: #53 )
6843:
6844: * src/include/pa_hash.h: - methods for accessing the first and the
6845: last values of ordered hash were added (first_value and
6846: last_value)
6847:
6848: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6849: (similar to others file's methods):
6850: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6851: #68 )
6852:
6853: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6854:
6855: 2010-08-01 moko
6856:
6857: * src/classes/op.C: to correctly process $result[] in code, called
6858: from ^process
6859:
6860: * tests/245.html: $result in ^process[] test added
6861:
6862: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6863: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6864: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6865: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6866: caller, self) op_call(VMethodFrame &frame, bool constructing)
6867: removed, construct(class,method) added
6868:
6869: * tests/results/: 192.processed, 244.processed: request::construct
6870: added
6871:
6872: * tests/: 244.html, 245.html, results/244.processed,
6873: results/245.processed: object creation exceptions and ^process
6874: tests added
6875:
6876: 2010-07-28 misha
6877:
6878: * tests/make_tests.cmd: - win32 EOLs
6879:
6880: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6881: tests on Win32 were added (The system timezone should be GMT+3)
6882:
6883: 2010-07-26 misha
6884:
6885: * tests/: 212.html, results/212.processed: - sizes were removed
6886: mecause they could be different on different OSs
6887:
6888: * tests/065.html: - make it "win32 friendly"
6889:
6890: 2010-07-25 misha
6891:
6892: * src/main/compile.y: - all EOLs between methods are removed during
6893: compilation ( new feature: #47 )
6894:
6895: * tests/results/149.processed: - prepare tests to trim trailing
6896: methods' EOLs
6897:
6898: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6899:
6900: * tests/: results/006.processed, results/014.processed, 006.html,
6901: 014.html, 022.html: - prepare tests to trim trailing methods'
6902: EOLs
6903:
6904: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6905: results/071.processed, results/022.processed: - prepare tests to
6906: trim trailing methods' EOLs
6907:
6908: * tests/: results/073.processed, results/109.processed,
6909: results/142.processed, results/144.processed,
6910: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6911: 144.html: - prepare tests to trim trailing methods' EOLs
6912:
6913: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6914: 149.html, 152.html, results/096.processed, results/107.processed,
6915: results/109.processed, results/142.processed,
6916: results/144.processed: - prepare tests to trim trailing methods'
6917: EOLs
6918:
6919: 2010-07-24 moko
6920:
6921: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6922: the hash order in this test
6923:
6924: * tests/014.html: to check hash order, hash no is longer sorted
6925: before print
6926:
6927: * src/include/pa_hash.h: hash copy constructor now keeps order
6928: (bugfix: #54)
6929:
6930: 2010-07-23 moko
6931:
6932: * tests/results/224.processed: @auto[] is no longer inherited
6933:
6934: * src/types/pa_vstateless_class.C, tests/227.html,
6935: tests/results/227.processed: @auto[] is no longer inherited
6936: (bugfix: #57)
6937:
6938: 2010-07-22 misha
6939:
6940: * src/classes/table.C: - don't skip comment lines during
6941: table::load if encloser or separator is set as '#' ( new feature:
6942: #30 )
6943:
6944: * src/targets/cgi/parser3.C: - don't run as cgi if
6945: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6946: #12 )
6947:
6948: * src/classes/file.C: - set PARSER_VARSION env before external
6949: script executing
6950:
6951: 2010-07-13 misha
6952:
6953: * tests/058.html: - test for suppressing @border was added - test
6954: for user attribute was added
6955:
6956: * tests/results/186.processed: unescaping from \uXXXX
6957:
6958: * tests/186.html: unescaping from \uXXXX
6959:
6960: * tests/: 239.html, results/239.processed: method call type
6961:
6962: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6963: $junction_method.CLASS_NAME (+CLASS)
6964:
6965: 2010-07-07 misha
6966:
6967: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6968: *nix
6969:
6970: 2010-07-05 misha
6971:
6972: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6973: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6974: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6975: comment strings "options must be hash", "options must be hash,
6976: not code" and "called with invalid option" were replaced by
6977: constatns - exception comment string "invalid option passed" was
6978: replaced by "called with invalid option" (now in different
6979: methods are the same exception comment string)
6980:
6981: * src/include/pa_exception.h: - more exception strings were defined
6982:
6983: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6984: types/pa_vstateless_class.h: - now we can define possible
6985: method's call type ( new feature: #5 ) 1.
6986: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6987: methods 2. @static:method[params] (only static keyword could be
6988: used here) -- for specified methods
6989:
6990: * src/main/pa_common.C: - junction points should not be deleted on
6991: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6992: cleanup
6993:
6994: 2010-07-03 misha
6995:
6996: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6997: results/158.processed, results/160.processed,
6998: results/161.processed, results/162.processed,
6999: results/163.processed: - prepare tests to trim trailing methods'
7000: EOLs
7001:
7002: * tests/results/169.processed: - prepare tests to trim trailing
7003: methods' EOLs
7004:
7005: * tests/results/: 168.processed, 169.processed: - prepare tests to
7006: trim trailing methods' EOLs
7007:
7008: * tests/: results/170.processed, results/167.processed,
7009: results/168.processed, results/169.processed, 167.html, 168.html,
7010: 169.html: - prepare tests to trim trailing methods' EOLs
7011:
7012: * tests/: results/170.processed, results/171.processed,
7013: results/172.processed, results/173.processed,
7014: results/174.processed, results/175.processed, 170.html, 171.html,
7015: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7016: trailing methods' EOLs
7017:
7018: * tests/: results/176.processed, results/180.processed,
7019: results/184.processed, results/185.processed,
7020: results/191.processed, results/192.processed,
7021: results/196.processed, results/197.processed,
7022: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7023: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7024: to trim trailing methods' EOLs
7025:
7026: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7027: results/199.processed, results/208.processed,
7028: results/209.processed, results/213.processed,
7029: results/214.processed: - prepare tests to trim trailing methods'
7030: EOLs
7031:
7032: 2010-06-29 misha
7033:
7034: * tests/: 220.html, 218.html, results/218.processed,
7035: results/215.processed, results/217.processed, 215.html, 217.html:
7036: - prepare tests to trim trailing methods' EOLs
7037:
7038: * tests/: results/224.processed, 224.html, 223.html,
7039: results/223.processed, results/220.processed: - prepare tests to
7040: trim trailing methods' EOLs
7041:
7042: * tests/results/: 226.processed, 230.processed: - prepare tests to
7043: trim trailing methods' EOLs
7044:
7045: * tests/: 229.html, results/229.processed: - prepare tests to trim
7046: trailing methods' EOLs
7047:
7048: * tests/: 232.html, 235.html, results/232.processed,
7049: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7050: results/226.processed, results/227.processed,
7051: results/228.processed, results/230.processed: - prepare tests to
7052: trim trailing methods' EOLs
7053:
7054: 2010-06-16 moko
7055:
7056: * tests/: 229.html, results/229.processed: elseif now supported in
7057: ^if
7058:
7059: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7060:
7061: 2010-06-03 misha
7062:
7063: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7064: instead of memcopy for overlaped regions
7065:
7066: 2010-05-25 misha
7067:
7068: * src/main/pa_common.C: - wanring about unused vars was removed
7069:
7070: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7071: get_method_filename was moved to execute.C
7072:
7073: 2010-05-23 misha
7074:
7075: * src/main/pa_request.C: - more accurate detection of method's file
7076:
7077: 2010-05-22 misha
7078:
7079: * src/classes/reflection.C: - bugfix: core during detection of
7080: .file if filespec isn't detected successfully
7081:
7082: 2010-05-20 misha
7083:
7084: * src/main/pa_request.C: - fix in get_method_filename
7085:
7086: * src/include/pa_request.h: - new feature: #24 -- searching
7087: included file in @USE/^use is changed. if its filespec doesn't
7088: start from '/' it will be searched in caller file directory
7089:
7090: * src/classes/reflection.C: - ^reflection:method_info returns file
7091: where the method is defined
7092:
7093: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7094: classes/op.C: - new feature: #24 -- searching included file in
7095: @USE/^use is changed. if its filespec doesn't start from '/' it
7096: will be searched in caller file directory
7097:
7098: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7099: is moved to pa_common.h
7100:
7101: 2010-05-18 misha
7102:
7103: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7104: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7105: cookie parser decode \uXXXX as well as %uXXXX
7106:
7107: 2010-05-17 misha
7108:
7109: * src/classes/curl.C: beauty: - unused param is removed in method
7110: _curl_version_action - some spaces were removed or replaced by
7111: tabs
7112:
7113: * src/classes/table.C: - bugfix: #72 core with empty value during
7114: ^table.hash[...;name_of_the_last_column][$.type[string]]
7115:
7116: 2010-05-16 misha
7117:
7118: * src/classes/curl.C: new: #61 more curl options were added
7119: (contributed by Sumo)
7120:
7121: 2010-04-29 pretender
7122:
7123: * src/main/pa_string.C: fixes #63 Split result from empty string
7124: now empty string.
7125:
7126: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7127: string type.
7128:
7129: 2010-04-28 pretender
7130:
7131: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7132: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7133: macrodefinition removed
7134:
7135: 2010-04-19 pretender
7136:
7137: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7138: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7139:
7140: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7141: fixes #64 Now file.missing exception generates in unsafe mode to.
7142:
7143: * src/classes/file.C: fixes #48 Now not throw "not save environment
7144: variable" exception in grpunlim version.
7145:
7146: 2010-04-05 misha
7147:
7148: * src/classes/string.C: - new feature: 4th param was added to
7149: match. if specified its value is returned in case of nothing was
7150: found
7151:
7152: 2010-04-01 misha
7153:
7154: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7155: multiple execution of /a/b/auto.p
7156:
7157: 2010-03-19 misha
7158:
7159: * src/main/execute.C: - core in $table1.$table2 was fixed
7160:
7161: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7162:
7163: 2010-01-27 misha
7164:
7165: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7166: trying to open file by path /existing-file/non-exixting-file
7167:
7168: 2010-01-26 misha
7169:
7170: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7171: was added (returns file)
7172:
7173: 2009-12-22 misha
7174:
7175: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7176: now parser doesn't have class curl if it was built without it
7177:
7178: 2009-12-15 misha
7179:
7180: * configure.in: - little cheat with curl include dir was added
7181:
7182: 2009-12-05 misha
7183:
7184: * src/classes/curl.C: - some fixes
7185:
7186: 2009-12-04 misha
7187:
7188: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7189: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7190: buildall-with-xml, buildall-without-xml, configure.in: - curl
7191: class was added
7192:
7193: * src/include/pa_hash.h: - hash-iterator was added
7194:
7195: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7196: was added to pcre
7197:
7198: 2009-11-27 misha
7199:
7200: * src/classes/image.C: - don't add @border attribute to output of
7201: ^image.html[] if it was specified by user with empty value
7202:
7203: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7204: root element and we are trying to access .documentElement
7205:
7206: 2009-11-11 misha
7207:
7208: * src/classes/table.C: - in ^table.flip[] look at number of columns
7209: instead of number of items in first row for named tables
7210:
7211: 2009-11-10 misha
7212:
7213: * operators.txt: - info about hash-options in ^file::create was
7214: added
7215:
7216: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7217: added
7218:
7219: 2009-11-09 misha
7220:
7221: * buildall-with-xml: - moving to libxml 2.7.6
7222:
7223: * tests/236.html: - tests for comparations cords with functions
7224: were added
7225:
7226: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7227: added
7228:
7229: * src/main/pa_http.C: - little optimisation
7230:
7231: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7232: GPF mallocs + stringstream (table.save)
7233:
7234: * src/classes/file.C: - file::create now accepts 4th param: options
7235: with $.charset
7236:
7237: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7238: bug in cord (comparation cords with functions was buggy)
7239:
7240: 2009-11-06 misha
7241:
7242: * src/main/pa_string.C: - bugfix: calculation string.length
7243: sometimes was buggy
7244:
7245: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7246: destroyed if exception occured during match/replace
7247:
7248: * src/: main/pa_charset.C, include/pa_charset.h: - method
7249: lengthUTF8Char was added
7250:
7251: * src/classes/op.C: - clean tainting lang was added for user's
7252: usage
7253:
7254: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7255: fixed: checkouts are required after GC_MALLOC
7256:
7257: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7258:
7259: * operators.txt: - actually, there is no ^untaint[xml] in
7260: file::create
7261:
7262: 2009-10-15 misha
7263:
7264: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7265: were added
7266:
7267: * tests/234.html: - more tests for checking ^taint[uri] escaping
7268: were added
7269:
7270: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7271: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7272: hacking: for dealing with transcoding+^taint[uri]
7273: transcode_and_untaint was replaced by untaint_and_transcode
7274:
7275: 2009-10-13 misha
7276:
7277: * tests/: 121.html, results/121.processed: - test transcoding +
7278: url-escaping now
7279:
7280: * tests/results/auto.p: - more helpers' methods were added
7281:
7282: * src/main/pa_globals.C: - die instead of abort
7283:
7284: 2009-10-06 misha
7285:
7286: * src/main/pa_common.C: - don't allocate memory during
7287: capitalization if input string is already capitalized
7288:
7289: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7290:
7291: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7292: use format function because it calls malloc
7293:
7294: * src/include/pa_common.h: - more capitalized headers were added
7295:
7296: * src/main/pa_common.C: - in safe mode clear executable bits during
7297: file writing
7298:
7299: 2009-10-05 misha
7300:
7301: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7302:
7303: 2009-10-03 misha
7304:
7305: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7306: ^img.text[] & ^img.length[] can work in utf-8 now
7307:
7308: * src/: include/pa_charset.h, main/pa_charset.C: - class
7309: UTF8_string_iterator was added
7310:
7311: * src/classes/image.C: - respect utf-8 when calculate alphabet
7312: length
7313:
7314: * src/classes/mail.C: - check from before get message.cstr
7315:
7316: 2009-10-02 misha
7317:
7318: * tests/233.html: - test for image.font, image.length, image.text
7319: with text in utf-8 were added
7320:
7321: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7322:
7323: * buildall-with-xml, buildall-without-xml: - comment about gc
7324: version for freebsd 4 was added
7325:
7326: 2009-10-01 misha
7327:
7328: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7329: terminator) - read_pipe were slightly optimized
7330:
7331: 2009-09-28 misha
7332:
7333: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7334: removed
7335:
7336: * src/types/pa_vmail.C: - forgot about space after ':'
7337:
7338: * src/types/pa_vmail.C: - escape filenames while preparing mail
7339: body - small simplifications
7340:
7341: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7342: inout params like pa_base64
7343:
7344: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7345: option $.debug-print(1) was added to mail:send - changes for
7346: using uue_encode which uses less memory
7347:
7348: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7349:
7350: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7351: memory now
7352:
7353: 2009-09-26 misha
7354:
7355: * src/types/pa_vmail.C: - default encoding now is base64
7356:
7357: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7358:
7359: 2009-09-25 misha
7360:
7361: * src/types/pa_vmail.C: - capitalization of headers was added to
7362: sending mail as well
7363:
7364: * buildall-with-xml: - catalog package was removed from libxml
7365:
7366: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7367: win32 absolute path
7368:
7369: * src/include/pa_common.h: - one more capitalized header was added
7370:
7371: 2009-09-22 misha
7372:
7373: * INSTALL: - comment about building just httpd binary while
7374: building apache module was added
7375:
7376: 2009-09-21 misha
7377:
7378: * buildall-with-xml: - moving to the latest versions of xml libs:
7379: libxml 2.7.4 and libxslt 1.1.25
7380:
7381: 2009-09-19 misha
7382:
7383: * tests/231.html: - test for encoding cookie in win-1251
7384:
7385: 2009-09-18 misha
7386:
7387: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7388: object] were added
7389:
7390: * operators.txt: - info about method ^reflection:fields[class or
7391: object] was added
7392:
7393: * src/classes/reflection.C: - method ^reflection:fields[class or
7394: object] was added
7395:
7396: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7397: methods get_fields were added
7398:
7399: * tests/232.html: - tests for @GET[name]
7400:
7401: * src/classes/table.C: - some changes in handling hash-options for
7402: creare, join and locate
7403:
7404: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7405: defined with option: the type of requested value
7406:
7407: 2009-09-17 misha
7408:
7409: * tests/212.html: - tests for .pattern and .options were added
7410:
7411: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7412: $regex.options were added
7413:
7414: 2009-09-11 misha
7415:
7416: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7417: rewrited. it checks not just one case of sending cookies during
7418: file::load[http], but also sending headers and fields (including
7419: files)
7420:
7421: 2009-09-10 misha
7422:
7423: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7424: was removed => now parser can open files with Russian 'r' in
7425: filename
7426:
7427: * src/main/untaint.C: - bugfix: client charset whould be analized
7428: while escaping cookies but now source charset
7429:
7430: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7431: ^tainted[uri] so it was possible to make request with incorrect
7432: http header
7433:
7434: * src/main/pa_http.C: - capitalization of http headers during
7435: file::load[http was slightly changes - bugfix: all headers which
7436: parser sends during file::load[http should be transcoded and only
7437: then escaped
7438:
7439: * src/main/untaint.C: - a bit more comments were added
7440:
7441: * src/classes/: file.C, string.C: - types where changes (minus 2
7442: warnings)
7443:
7444: * src/include/pa_common.h: - 2 capitalized strings for making http
7445: headers during file::load[http were added
7446:
7447: 2009-09-08 misha
7448:
7449: * operators.txt: - changes in file.save and string.save were added
7450:
7451: * tests/: 230.html, 230.txt: - tests for checking options in
7452: file.save and string.save were added
7453:
7454: * src/main/pa_request.C: - http headers names, which are passed to
7455: SAPI::add_header_attribute are lowercased now (it'll be
7456: capitalized in that method)
7457:
7458: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7459: classes/string.C: - file_write accepts Request_charsets and asked
7460: charset and cound transcode content before writing - string.save
7461: and file.save have option $.charset now
7462:
7463: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7464: classes/xdoc.C: - file_write accepts Request_charsets and asked
7465: charset and cound transcode content before writing
7466:
7467: * src/include/pa_exception.h: - new exception comment string was
7468: defined
7469:
7470: 2009-09-07 misha
7471:
7472: * src/main/compile.y: - grammar $name\ name stops now for regex
7473: sub-pattern\s
7474:
7475: 2009-09-04 misha
7476:
7477: * src/main/pa_http.C: - capitalization of http headers during
7478: file::load[http was implemented
7479:
7480: 2009-09-03 misha
7481:
7482: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7483: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7484: types/pa_vmail.C, targets/cgi/parser3.C,
7485: targets/isapi/parser3isapi.C: - back to storing response http
7486: headers in lowercase - capitalize them during output
7487:
7488: 2009-08-31 misha
7489:
7490: * src/classes/table.C: - allow call with any brackets (it could be
7491: useful in methods with explict result declaration)
7492:
7493: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7494: correctly if $request:charset==koi8-r
7495:
7496: 2009-08-30 misha
7497:
7498: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7499: changed: content-type => Content-type and so on
7500:
7501: * src/classes/file.C, src/include/pa_common.h,
7502: src/include/pa_request.h, src/main/pa_http.C,
7503: src/main/pa_request.C, src/types/pa_vcookie.C,
7504: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7505: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7506: tests/results/002.processed, tests/results/003.processed,
7507: tests/results/004.processed, tests/results/005.processed,
7508: tests/results/006.processed, tests/results/007.processed,
7509: tests/results/008.processed, tests/results/009.processed,
7510: tests/results/010.processed, tests/results/011.processed,
7511: tests/results/012.processed, tests/results/013.processed,
7512: tests/results/014.processed, tests/results/015.processed,
7513: tests/results/016.processed, tests/results/017.processed,
7514: tests/results/018.processed, tests/results/019.processed,
7515: tests/results/020.processed, tests/results/021.processed,
7516: tests/results/022.processed, tests/results/023.processed,
7517: tests/results/024.processed, tests/results/025.processed,
7518: tests/results/026.processed, tests/results/027.processed,
7519: tests/results/028.processed, tests/results/029.processed,
7520: tests/results/030.processed, tests/results/031.processed,
7521: tests/results/032.processed, tests/results/033.processed,
7522: tests/results/034.processed, tests/results/035.processed,
7523: tests/results/036.processed, tests/results/037.processed,
7524: tests/results/038.processed, tests/results/039.processed,
7525: tests/results/040.processed, tests/results/041.processed,
7526: tests/results/042.processed, tests/results/043.processed,
7527: tests/results/044.processed, tests/results/045.processed,
7528: tests/results/046.processed, tests/results/047.processed,
7529: tests/results/048.processed, tests/results/049.processed,
7530: tests/results/050.processed, tests/results/051.processed,
7531: tests/results/052.processed, tests/results/053.processed,
7532: tests/results/054.processed, tests/results/055.processed,
7533: tests/results/056.processed, tests/results/057.processed,
7534: tests/results/058.processed, tests/results/059.processed,
7535: tests/results/060.processed, tests/results/061.processed,
7536: tests/results/062.processed, tests/results/063.processed,
7537: tests/results/064.processed, tests/results/065.processed,
7538: tests/results/066.processed, tests/results/067.processed,
7539: tests/results/068.processed, tests/results/069.processed,
7540: tests/results/070.processed, tests/results/071.processed,
7541: tests/results/072.processed, tests/results/073.processed,
7542: tests/results/074.processed, tests/results/075.processed,
7543: tests/results/076.processed, tests/results/077.processed,
7544: tests/results/078.processed, tests/results/079.processed,
7545: tests/results/080.processed, tests/results/081.processed,
7546: tests/results/082.processed, tests/results/083.processed,
7547: tests/results/084.processed, tests/results/085.processed,
7548: tests/results/086.processed, tests/results/087.processed,
7549: tests/results/088.processed, tests/results/089.processed,
7550: tests/results/090.processed, tests/results/091.processed,
7551: tests/results/092.processed, tests/results/093.processed,
7552: tests/results/094.processed, tests/results/095.processed,
7553: tests/results/096.processed, tests/results/097.processed,
7554: tests/results/098.processed, tests/results/099.processed,
7555: tests/results/100.processed, tests/results/101.processed,
7556: tests/results/102.processed, tests/results/103.processed,
7557: tests/results/104.processed, tests/results/105.processed,
7558: tests/results/106.processed, tests/results/107.processed,
7559: tests/results/108.processed, tests/results/109.processed,
7560: tests/results/110.processed, tests/results/111.processed,
7561: tests/results/112.processed, tests/results/113.processed,
7562: tests/results/114.processed, tests/results/115.processed,
7563: tests/results/116.processed, tests/results/117.processed,
7564: tests/results/118.processed, tests/results/119.processed,
7565: tests/results/120.processed, tests/results/121.processed,
7566: tests/results/122.processed, tests/results/123.processed,
7567: tests/results/124.processed, tests/results/125.processed,
7568: tests/results/126.processed, tests/results/127.processed,
7569: tests/results/128.processed, tests/results/129.processed,
7570: tests/results/130.processed, tests/results/131.processed,
7571: tests/results/132.processed, tests/results/133.processed,
7572: tests/results/134.processed, tests/results/135.processed,
7573: tests/results/136.processed, tests/results/138.processed,
7574: tests/results/139.processed, tests/results/140.processed,
7575: tests/results/141.processed, tests/results/142.processed,
7576: tests/results/143.processed, tests/results/144.processed,
7577: tests/results/145.processed, tests/results/146.processed,
7578: tests/results/147.processed, tests/results/148.processed,
7579: tests/results/149.processed, tests/results/150.processed,
7580: tests/results/151.processed, tests/results/152.processed,
7581: tests/results/153.processed, tests/results/154.processed,
7582: tests/results/155.processed, tests/results/156.processed,
7583: tests/results/157.processed, tests/results/158.processed,
7584: tests/results/159.processed, tests/results/160.processed,
7585: tests/results/161.processed, tests/results/162.processed,
7586: tests/results/163.processed, tests/results/164.processed,
7587: tests/results/165.processed, tests/results/166.processed,
7588: tests/results/167.processed, tests/results/168.processed,
7589: tests/results/169.processed, tests/results/170.processed,
7590: tests/results/171.processed, tests/results/172.processed,
7591: tests/results/173.processed, tests/results/174.processed,
7592: tests/results/175.processed, tests/results/176.processed,
7593: tests/results/177.processed, tests/results/178.processed,
7594: tests/results/179.processed, tests/results/180.processed,
7595: tests/results/181.processed, tests/results/182.processed,
7596: tests/results/183.processed, tests/results/184.processed,
7597: tests/results/185.processed, tests/results/186.processed,
7598: tests/results/187.processed, tests/results/188.processed,
7599: tests/results/189.processed, tests/results/190.processed,
7600: tests/results/191.processed, tests/results/192.processed,
7601: tests/results/193.processed, tests/results/194.processed,
7602: tests/results/195.processed, tests/results/196.processed,
7603: tests/results/197.processed, tests/results/198.processed,
7604: tests/results/199.processed, tests/results/200.processed,
7605: tests/results/201.processed, tests/results/202.processed,
7606: tests/results/203.processed, tests/results/204.processed,
7607: tests/results/205.processed, tests/results/206.processed,
7608: tests/results/207.processed, tests/results/208.processed,
7609: tests/results/209.processed, tests/results/210.processed,
7610: tests/results/211.processed, tests/results/212.processed,
7611: tests/results/213.processed, tests/results/214.processed,
7612: tests/results/215.processed, tests/results/216.processed,
7613: tests/results/217.processed, tests/results/218.processed,
7614: tests/results/219.processed, tests/results/220.processed,
7615: tests/results/221.processed, tests/results/222.processed,
7616: tests/results/223.processed, tests/results/224.processed,
7617: tests/results/225.processed, tests/results/226.processed,
7618: tests/results/227.processed, tests/results/228.processed,
7619: tests/results/229.processed: - http headers were changed:
7620: content-type => Content-type and so on
7621:
7622: 2009-08-27 misha
7623:
7624: * src/: main/pa_random.C, include/pa_random.h,
7625: targets/cgi/parser3.C: - year was updated :)
7626:
7627: 2009-08-26 misha
7628:
7629: * tests/: 224.html, 224.p: - test for creating of parser object
7630: using constructor without params - little bugfix in test
7631:
7632: * src/main/compile_tools.h: - bugfix: should't call autouse while
7633: checking existed class while processing partial option
7634:
7635: * src/classes/reflection.C: - bugfix: core when creating object
7636: with reflection and constructor doesn't have params
7637:
7638: 2009-08-24 misha
7639:
7640: * tests/229.html: - tests for checking the number of parameters
7641: were added
7642:
7643: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7644: number of method's parameters wasn't checked correctly (the bug
7645: was introduced in 3.4.0)
7646:
7647: 2009-08-22 misha
7648:
7649: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7650: transcoded, but tainted pieces are escaped only when
7651: content-type==url-encoding
7652:
7653: * tests/228.html: - test for checking
7654: ^file::load[http://...;$.body[]]
7655:
7656: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7657: post charset was too early (charsets is empty at this moment)
7658:
7659: 2009-08-21 misha
7660:
7661: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7662: main/untaint.C: - some fixes with transcode+untaint
7663:
7664: 2009-08-15 misha
7665:
7666: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7667: was increaced to 100 (was 50)
7668:
7669: * tests/227.html: - test for checking overriding properties in
7670: static classes was added
7671:
7672: * tests/: 226.html, 226.p: - test for @autoload[] was added
7673:
7674: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7675: main/execute.C, main/pa_request.C, classes/reflection.C: -
7676: autouse was implemented
7677:
7678: 2009-08-14 misha
7679:
7680: * src/classes/reflection.C: - outdated checkout was removed
7681:
7682: * src/classes/reflection.C: - optimization - method ^dynamical was
7683: added.
7684:
7685: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7686: types/pa_vstateless_class.h, main/execute.C: - optimization
7687:
7688: * src/types/pa_vclass.C: - exception if base on sytem class
7689:
7690: 2009-08-12 misha
7691:
7692: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7693: pa_vstateless_class.h: - little optimisation
7694:
7695: 2009-08-11 misha
7696:
7697: * tests/224.html: - method_params => method_info - checking for
7698: $.inherited
7699:
7700: * src/classes/reflection.C, operators.txt: - method method_params
7701: was renamed to method_info and now it returns class name, if
7702: method was defined in ancestor
7703:
7704: * tests/225.html: - tests for cheching properties in hierarhical
7705: classes were added
7706:
7707: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7708: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7709: main/compile.y, main/execute.C, classes/classes.C: - problems
7710: with properties in new classes implementation were fixed
7711:
7712: 2009-08-10 misha
7713:
7714: * src/main/execute.C: - now constructor shouldn't be defined in
7715: class. it could be defined in parent.
7716:
7717: 2009-08-09 misha
7718:
7719: * src/classes/reflection.C: - ^reflection:methods doesn't return
7720: base's methods
7721:
7722: 2009-08-08 misha
7723:
7724: * src/: classes/classes.h, classes/date.C, classes/file.C,
7725: classes/form.C, classes/hash.C, classes/hashfile.C,
7726: classes/image.C, classes/mail.C, classes/op.C,
7727: classes/reflection.C, classes/regex.C, classes/string.C,
7728: classes/table.C, classes/xdoc.C, classes/xnode.C,
7729: classes/xnode.h, include/pa_hash.h, main/execute.C,
7730: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7731: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7732: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7733: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7734: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7735: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7736: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7737: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7738: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7739: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7740: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7741: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7742: types/pa_vresponse.C, types/pa_vresponse.h,
7743: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7744: types/pa_vstateless_object.h, types/pa_vstatus.C,
7745: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7746: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7747: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7748: types/pa_wwrapper.h, types/types.vcproj: - new classes
7749: implementation
7750:
7751: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7752: USE_MUNMAP is used. so it is disabled as a workaround.
7753:
7754: 2009-08-05 misha
7755:
7756: * src/: main/pa_common.C, include/pa_common.h: - not needed
7757: parameter was removed
7758:
7759: * src/main/pa_http.C: - bugfix: error was during detecting
7760: content-type of file which was loaded by http
7761:
7762: 2009-08-01 misha
7763:
7764: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7765: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7766: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7767: can't be disabled with defines any longer
7768:
7769: 2009-07-29 misha
7770:
7771: * src/classes/reflection.C, tests/results/224.processed: - for
7772: native methods with any call type now returned empty call_type
7773: value
7774:
7775: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7776: classes/table.C, include/pa_hash.h, include/pa_request.h,
7777: main/pa_request.C: - break in cycles was optimized
7778:
7779: * INSTALL: - more defines were described
7780:
7781: 2009-07-28 misha
7782:
7783: * operators.txt: - some changes in information about reflection
7784: class
7785:
7786: * tests/: 224.html, 224.p: - tests for reflection class
7787:
7788: * src/classes/reflection.C: - some bugs were fixed, method classes
7789: was added, refactoring
7790:
7791: 2009-07-26 misha
7792:
7793: * src/classes/classes.vcproj: - reflection class wass added to
7794: project
7795:
7796: * operators.txt: - information about reflection class was added
7797:
7798: * src/classes/reflection.C: - class was redesigned
7799:
7800: 2009-07-24 misha
7801:
7802: * src/classes/: Makefile.am, reflection.C: - class reflection was
7803: added
7804:
7805: * src/types/pa_vstateless_class.h: - method for reflection method's
7806: in classes was added
7807:
7808: 2009-07-22 misha
7809:
7810: * src/main/compile_tools.h: - bugfix: $object.$var was
7811: over-optimized. it failed if $object1.$object2.field
7812:
7813: 2009-07-16 misha
7814:
7815: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7816: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7817: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7818: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7819: one more arg: length of cord
7820:
7821: 2009-07-15 misha
7822:
7823: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7824: tainted in ^file::load[http://...;$.cookies[]]
7825:
7826: * src/classes/: op.C, regex.C, string.C: - new string with
7827: exception was used
7828:
7829: * src/include/pa_exception.h: - new string with exception was added
7830:
7831: * tests/223.html: - test for checking cookie-encoding during
7832: ^file::load[http was added
7833:
7834: * tests/: 221.html, 222.html: - tests for checking type of
7835: $table.fields.field were added
7836:
7837: * src/types/pa_vtable.C: - not used var decl was removed
7838:
7839: * src/include/pa_string.h: - use cached string length in Body::mid.
7840: it improves speed of match with brackets in pattern
7841:
7842: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7843: outside
7844:
7845: 2009-07-14 misha
7846:
7847: * src/types/pa_vtable.C: - $table.fields.a return string even if
7848: column is empty (sometime returned void) - $table.fields was
7849: added for nameless tables
7850:
7851: * src/targets/cgi/getopt.c: - one warning resolved
7852:
7853: * src/main/pa_string.C: - potentian bug fixed
7854:
7855: * src/classes/op.C: - small optimization in taint/untaint
7856:
7857: 2009-07-13 misha
7858:
7859: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7860: added
7861:
7862: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7863: souldn't add the attribut to output
7864:
7865: 2009-07-11 misha
7866:
7867: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7868: stack size was increaced to 2MB (default=1MB)
7869:
7870: 2009-07-08 misha
7871:
7872: * src/main/pa_string.C: - link to UTF-8 description was added
7873:
7874: * src/include/pa_hash.h: - hash keeps element's order in more
7875: places (ex: ._keys[])
7876:
7877: * tests/220.html: - test for checking order of elements in hash in
7878: foreach was added
7879:
7880: * tests/172.html: - small changes in printing hash
7881:
7882: * tests/129.html: - small changes in printing hash
7883:
7884: * src/: include/pa_common.h, include/pa_hash.h,
7885: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7886: types/pa_vmethod_frame.h: - hash now keeps order of elements
7887:
7888: * tests/014.html: - small changes in printing hash
7889:
7890: 2009-07-07 misha
7891:
7892: * src/classes/op.C: - new taint language "parser-code" was added
7893:
7894: * tests/219.html: - test for auto untaint parser code in process
7895: was added
7896:
7897: * src/classes/op.C: - tainted pieces in body of process are
7898: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7899:
7900: * src/: include/pa_string.h, main/untaint.C: - new language
7901: L_PARSER_CODE for auto-untaint in process was added
7902:
7903: * src/: classes/file.C, classes/hash.C, classes/image.C,
7904: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7905: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7906: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7907: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7908: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7909: code cleanup
7910:
7911: 2009-07-06 misha
7912:
7913: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7914: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7915: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7916:
7917: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7918: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7919: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7920: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7921: should be used
7922:
7923: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7924: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7925: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7926: untaint_cstr[m] should be used
7927:
7928: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7929: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7930:
7931: * tests/218.html: - test for checking automatic file-spec-taint was
7932: added
7933:
7934: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7935: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7936: classes/file.C, classes/hash.C, classes/image.C,
7937: classes/string.C, classes/table.C, classes/void.C,
7938: classes/xdoc.C: - optimizations and simplification of
7939: string.cstr(...)
7940:
7941: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7942: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7943: - optimizations and simplification of string.cstr(...)
7944:
7945: 2009-07-04 misha
7946:
7947: * tests/217.html: - test for recursion detection was added
7948:
7949: * src/: types/types.vcproj, main/main.vcproj,
7950: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7951: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7952: from .vcproj
7953:
7954: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7955:
7956: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7957: uploading files and case-insensitive http-method were added
7958:
7959: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7960: tainted pattern in ^file:list[] was added
7961:
7962: 2009-07-03 misha
7963:
7964: * src/: classes/classes.vcproj, main/main.vcproj,
7965: types/types.vcproj, targets/cgi/parser3.vcproj,
7966: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7967: for dynamic_cast) - little options changes
7968:
7969: * src/main/pa_http.C: - file::load[http works now with uploading
7970: files _and_ changing $.charset
7971:
7972: 2009-06-29 misha
7973:
7974: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7975: while creating pattern
7976:
7977: 2009-06-25 misha
7978:
7979: * src/classes/image.C, operators.txt: - options' names for
7980: ^image.font were changed to $.space, $.width and $spacing -
7981: default space width now == gif's width
7982:
7983: 2009-06-24 misha
7984:
7985: * tests/215.html: - tests for $file.mode were added
7986:
7987: * operators.txt: - added info about $file.mode and changes in
7988: ^image.font[
7989:
7990: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7991: param now could be omited - third param now could be hash (with
7992: all widths options: $.space-width, $.letter-width) - it's
7993: possible to specify tracking ($.letter-space)
7994:
7995: * src/classes/file.C: - file objects now could have mode field
7996: (text|binary)
7997:
7998: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7999:
8000: 2009-06-23 misha
8001:
8002: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8003: trim can work with utf-8 chars now
8004:
8005: 2009-06-20 misha
8006:
8007: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8008: was implemented
8009:
8010: * src/classes/table.C: - string length cacheing was implemented
8011:
8012: * src/include/pa_string.h: - string length cacheing was implemented
8013:
8014: 2009-06-17 misha
8015:
8016: * src/main/execute.C: - value param was removed from
8017: WContext::WContext
8018:
8019: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8020: pa_wwrapper.h: - value param was removed from WContext::WContext
8021: - field wcontext was removed from VCodeFrame (using fparent
8022: instead)
8023:
8024: * tests/214.html: - test with hash copying
8025:
8026: 2009-06-16 misha
8027:
8028: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8029: strings doesn't work in expression anymore
8030:
8031: * src/main/execute.C: - less calls for get_constructing() - little
8032: refactoring
8033:
8034: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8035: include/pa_request.h: - less calls for get_constructing()
8036:
8037: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8038: introduced with OPTIMIZE_SINGLE_STRING optimization
8039:
8040: 2009-06-14 misha
8041:
8042: * src/: classes/date.C, classes/file.C, classes/hash.C,
8043: classes/hashfile.C, classes/image.C, classes/regex.C,
8044: classes/table.C, classes/xdoc.C, classes/xnode.h,
8045: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8046: types/pa_vstateless_class.h, main/execute.C: - create object for
8047: storing object's fields only for parser objects
8048:
8049: 2009-06-13 misha
8050:
8051: * buildall-with-xml, buildall-without-xml: - new option was added
8052: for building GC (it slightly reduces memory usage)
8053:
8054: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8055: single string write
8056:
8057: * src/main/execute.C: - bytecode optimization of ^class:constructor
8058: - optimization of single string write
8059:
8060: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8061: - bytecode optimization of ^class:constructor
8062:
8063: 2009-06-09 misha
8064:
8065: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8066: main (better compatibility)
8067:
8068: 2009-06-08 misha
8069:
8070: * src/main/compile.y: - I've forgot to commit it :(
8071:
8072: 2009-06-07 misha
8073:
8074: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8075: WITH_READ and WITH_ROOT
8076:
8077: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8078: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8079: WITH_ROOT - little refactoring
8080:
8081: 2009-06-06 misha
8082:
8083: * tests/213.html: - tests for 3rd match string-param were added
8084:
8085: * src/classes/string.C: - 3rd match param could be string now
8086:
8087: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8088: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8089: GET_OBJECT_ELEMENT
8090:
8091: 2009-06-05 misha
8092:
8093: * src/main/pa_http.C: - bugfix: content-length was not calculated
8094: if $.body was specified
8095:
8096: 2009-06-04 misha
8097:
8098: * src/classes/op.C: - optimizing write_assign_lang in connect
8099:
8100: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8101:
8102: * src/main/execute.C: - little refactoring - optimizing
8103: write_assign_lang in taint/untaint
8104:
8105: * src/include/pa_opcode.h: - little refactoring
8106:
8107: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8108: main/compile_tools.h, main/execute.C: - optimizations for
8109: $self.field, ^self.method, $self.field[...] and $self.field(...)
8110: were added
8111:
8112: 2009-06-03 misha
8113:
8114: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8115:
8116: 2009-06-02 misha
8117:
8118: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8119: include/pa_opcode.h: - refactoring in last optimizations
8120: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8121: now but code is much easy and it is ready for further
8122: improvements.
8123:
8124: 2009-05-27 misha
8125:
8126: * src/: types/pa_junction.h, types/pa_vjunction.C,
8127: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8128: changed in destructing junctions
8129:
8130: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8131: String:Body
8132:
8133: 2009-05-26 misha
8134:
8135: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8136: one method detect_charset was deleted - bug was fixed in this
8137: method (error while detecting charset in content_type withot last
8138: ';')
8139:
8140: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8141: once
8142:
8143: 2009-05-25 misha
8144:
8145: * src/classes/file.C: - bugfix: file::exec didn't work after
8146: optimizing of helper_length
8147:
8148: 2009-05-24 misha
8149:
8150: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8151: were added - little refactoring
8152:
8153: * src/main/execute.C: - core while printing in debug log
8154: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8155: optimisations were added
8156:
8157: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8158: were added
8159:
8160: 2009-05-23 misha
8161:
8162: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8163: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8164: CORD_cat optimization
8165:
8166: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8167: - call constr optimisation under separate define now
8168:
8169: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8170: in $b should be string, not void
8171:
8172: * src/main/compile.y: - little fix for rem-cut optimisation
8173:
8174: * src/: include/pa_opcode.h, main/compile_tools.C,
8175: main/compile_tools.h, main/execute.C: - optimisations for
8176: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8177:
8178: * INSTALL: - description of some #defined were added
8179:
8180: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8181: before 1st access (memory usage is reduced if don't access to
8182: .text field)
8183:
8184: * src/include/pa_array.h: - array grows step now not static (it
8185: reduces numbers of reallocs)
8186:
8187: 2009-05-20 misha
8188:
8189: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8190: $.b(2), $c[d] and $.e[f] was added
8191:
8192: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8193: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8194: $.e[f] was added
8195:
8196: * src/main/execute.C: - debug printing moved in defines
8197:
8198: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8199: and little refactoring for OP_GET_OBJECT_ELEMENT +
8200: OP_GET_OBJECT_VAR_ELEMENT optimisation
8201:
8202: 2009-05-19 misha
8203:
8204: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8205: execute.C: - $a.$b & ^a.$b bytecode optimisation
8206:
8207: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8208: ^a.$b optimisation)
8209:
8210: * src/main/compile.y: - compiler now generate new opcodes:
8211: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8212: ^a.b - compiler now cut off ^rem{ with all content ; any number
8213: of params }
8214:
8215: * src/main/execute.C: - code for handle new opcodes
8216: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8217:
8218: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8219: added for LA2V and LA2S
8220:
8221: * src/include/pa_opcode.h: - new defines which can be used for
8222: disable some bytecode optimisation and new opcodes were added
8223:
8224: 2009-05-17 misha
8225:
8226: * src/lib/cord/cordxtra.c: - bugfix.
8227:
8228: * tests/212.html: - .size[] and .study_size[] were added to tests
8229:
8230: * operators.txt: - info about regex class was added
8231:
8232: * tests/212.html: - tests for regex class were added
8233:
8234: 2009-05-16 misha
8235:
8236: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8237: gc7.1
8238:
8239: * tests/022.html: - test for ^file:list[path;] (empty second param)
8240: was added
8241:
8242: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8243: param) should work
8244:
8245: 2009-05-15 misha
8246:
8247: * src/classes/table.C: - automatically disable stringstream usage
8248: on freebsd4
8249:
8250: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8251: scope
8252:
8253: * tests/211.html: - test with different types of access to hash was
8254: added
8255:
8256: * tests/210.html: - test which checks for loosing tainting in
8257: hash's keys was added
8258:
8259: * tests/208.html: - some parser work added. or stime == 0 %-)
8260:
8261: * src/lib/cord/cordbscs.c: - little hack was added to cord
8262:
8263: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8264:
8265: * src/include/pa_version.h, configure.in: - moko have made a lot of
8266: optimisations for increacing version number more dramatically :)
8267:
8268: * src/classes/date.C: - little refactoring: use constructor which
8269: accepts formated string
8270:
8271: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8272: which can print formatted string was added
8273:
8274: 2009-05-14 misha
8275:
8276: * src/include/pa_string.h: - type was fixed
8277:
8278: * src/: classes/hashfile.C, classes/op.C,
8279: include/pa_cache_managers.h, include/pa_charset.h,
8280: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8281: include/pa_request.h, include/pa_sql_driver_manager.h,
8282: include/pa_string.h, include/pa_stylesheet_manager.h,
8283: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8284: main/pa_charsets.C, main/pa_string.C,
8285: main/pa_stylesheet_connection.C, types/pa_value.h,
8286: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8287: types/pa_vobject.C, types/pa_vstateless_class.C,
8288: types/pa_vstateless_class.h: - hash_code caching was implemented
8289: (seaches should be faster now)
8290:
8291: * src/: classes/file.C, classes/hash.C, classes/image.C,
8292: classes/string.C, classes/table.C, include/pa_string.h,
8293: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8294: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8295: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8296: types/pa_vrequest.C: - String constructors don't have that stupid
8297: true/false param which means 'tainted'. they accept lang instead.
8298:
8299: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8300: with OPTIMIZE_RESULT
8301:
8302: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8303: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8304:
8305: 2009-05-13 misha
8306:
8307: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8308: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8309: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8310: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8311: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8312: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8313: include/pa_string.h, classes/date.C, classes/file.C,
8314: classes/hash.C, classes/image.C, classes/string.C,
8315: classes/table.C, classes/xdoc.C: - result optimisation -
8316: helper_length parameter removed from string constructors
8317:
8318: 2009-05-11 misha
8319:
8320: * tests/209.html: - tests for ^hash::create[hash] were added
8321:
8322: * tests/208.html: - tests for $status:rusage, $status:memory,
8323: ^memory:compact[] were added
8324:
8325: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8326: log10 were added
8327:
8328: * tests/206.html: - test for try with finally was added
8329:
8330: 2009-05-10 misha
8331:
8332: * tests/205.html: - test for ^file::create[...] was added
8333:
8334: * tests/204.html: - test for ^response:clear[] was added
8335:
8336: * tests/038.html: - tests for trigonometric functions were added
8337:
8338: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8339: added - more tests for .add, .sub, .union, .intersects and
8340: .intersections
8341:
8342: * tests/065.html: - test for ^file:dirname was added
8343:
8344: * tests/030.html: - test for $cookie:fields was added
8345:
8346: * tests/203.html: - test for ^h._keys[column name] was added
8347:
8348: * tests/201.html: - tests for .trim were added
8349:
8350: * tests/202.html: - tests for last-day,
8351: date:calendar[type](YYYY;MM;DD) were added
8352:
8353: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8354: .offset[type](N) were added
8355:
8356: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8357: and .pos[c](N) were added
8358:
8359: * tests/141.html: - test for math:sha1 was added
8360:
8361: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8362:
8363: 2009-05-09 misha
8364:
8365: * src/main/compile.y: - rollback
8366:
8367: 2009-05-05 misha
8368:
8369: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8370: replaced by is_empty()
8371:
8372: * src/: include/pa_string.h, main/pa_charset.C: - little
8373: optimisation: somewhere length() was replaced by is_empty()
8374:
8375: * src/classes/table.C: - little optimisation: somewhere length()
8376: was replaced by is_empty()
8377:
8378: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8379: classes/op.C, classes/table.C, main/pa_exception.C: - little
8380: optimisation: somewhere length() was replaced by is_empty()
8381:
8382: 2009-05-04 misha
8383:
8384: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8385: types/pa_vstateless_class.h, main/execute.C,
8386: include/pa_request.h, classes/hash.C, classes/op.C,
8387: classes/table.C: - more optimisations were added: some operators
8388: don't switch write context anylonger
8389:
8390: 2009-05-01 misha
8391:
8392: * src/main/compile.y: - slightly more opcode optimisations for
8393: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8394:
8395: * src/main/execute.C: - simplifying process for getters
8396:
8397: 2009-04-30 misha
8398:
8399: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8400:
8401: * tests/results/199.processed: - test for checking $result into
8402: ^rem was added
8403:
8404: * tests/199.html: - test for checking $result into ^rem was added
8405:
8406: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8407: some OS it returns list in different order)
8408:
8409: * src/: include/pa_array.h, include/pa_request.h,
8410: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8411: changes in stack impl - get_element() optimisation: 3rd param
8412: removed - bugfix: problems with reading empty input param -
8413: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8414:
8415: * tests/results/198.processed: - test for reading empty local var
8416: was added
8417:
8418: * tests/198.html: - test for reading empty local var was added
8419:
8420: 2009-04-29 misha
8421:
8422: * src/main/compile.y: - bugfix: couldn't compile because
8423: OP_VALUE__GET_ELEMENT should be unde #ifdef
8424:
8425: * src/: include/pa_array.h, include/pa_opcode.h,
8426: include/pa_request.h, main/compile.y, main/execute.C,
8427: main/pa_request.C, types/pa_vmethod_frame.C,
8428: types/pa_vmethod_frame.h: - we can work without opcode
8429: OP_STORE_PARAM, so it was removed
8430:
8431: 2009-04-28 misha
8432:
8433: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8434: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8435: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8436: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8437: 4.
8438: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8439:
8440: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8441:
8442: * src/: main/pa_string.C, classes/string.C: - !length() =>
8443: is_empty()
8444:
8445: 2009-04-27 misha
8446:
8447: * src/types/pa_vregex.h: - back explicit vars initialisation
8448:
8449: 2009-04-24 misha
8450:
8451: * src/classes/string.C: - ups. typo fixed
8452:
8453: * src/main/execute.C: - more replacements '*new VBool' to
8454: 'VBool::get' - checks for ^break[], ^continue[] and
8455: parser.interrupted were optimised
8456:
8457: * src/classes/string.C: - number of params.count() calls was
8458: slightly reduced
8459:
8460: 2009-04-23 misha
8461:
8462: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8463: make it x64 friendly
8464:
8465: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8466: parser is x64 friendly now
8467:
8468: 2009-04-22 misha
8469:
8470: * src/types/pa_vhashfile.C: - coder friendly exception about
8471: exceeding record size was added
8472:
8473: * src/classes/file.C: - use vregex object instead of direct calls
8474: methods from pcre lib
8475:
8476: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8477: classes/string.C: - use vregex object instead of direct calls
8478: methods from pcre lib
8479:
8480: * src/: include/pa_common.h, main/pa_common.C: - method
8481: print_pcre_exec_error_text was moved to class vregex
8482:
8483: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8484: was added
8485:
8486: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8487: - class vregex was added
8488:
8489: 2009-04-21 misha
8490:
8491: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8492:
8493: * src/: types/pa_junction.h, types/pa_value.C,
8494: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8495: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8496: junction-optimisation (destructors)
8497:
8498: * src/include/pa_array.h: - free under if now
8499:
8500: 2009-04-19 misha
8501:
8502: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8503:
8504: 2009-04-18 misha
8505:
8506: * src/include/pa_version.h:
8507: :q :
8508:
8509: CV:
8510: ----------------------------------------------------------------------
8511:
8512: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8513: refactoring
8514:
8515: * src/: include/pa_array.h, include/pa_hash.h,
8516: types/pa_vmethod_frame.h: - destructors under #ifdef now
8517:
8518: * src/include/pa_memory.h: - define for using destructors was added
8519:
8520: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8521: main/execute.C: - some junctions will be cached now
8522:
8523: * src/include/pa_hash.h: - hash destructor frees pairs now
8524:
8525: * src/include/pa_array.h: - inline was added to destructor
8526:
8527: * src/types/pa_method.h: - comment was changed
8528:
8529: 2009-04-17 misha
8530:
8531: * src/: include/pa_array.h, include/pa_hash.h,
8532: types/pa_vmethod_frame.h: - destructors were added
8533:
8534: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8535: renamed to always_use_result
8536:
8537: * src/main/: compile.y, compile_tools.h: - rollback changes in
8538: compiler: full backward compatibility is better
8539:
8540: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8541: result in var's hash
8542:
8543: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8544: optimisation in method_frame
8545:
8546: * src/include/pa_array.h: - optimisation in array (allocate
8547: elements only when needed)
8548:
8549: * src/types/pa_vresponse.C: - check for $response:headers field
8550: before looking at custom fields
8551:
8552: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8553: not needed to check existance var with name 'result' in var's
8554: hash
8555:
8556: * src/main/compile.y: - compiler was changed: now it detects
8557: writings to $result and set flag writo_to_result in method
8558:
8559: * src/classes/string.C: - little optimisation: no needed to write
8560: number with lang
8561:
8562: * src/main/pa_charset.C: - methods readChar and skipChar which is
8563: used for read utf8-strings were renamed - is_escaped was renamed
8564: to isEscaped (to the same name convention)
8565:
8566: * src/: types/pa_method.h, main/compile_tools.h: - flag
8567: write_to_result added. compiler get this info from code.
8568:
8569: 2009-04-16 misha
8570:
8571: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8572: String only before 1st write
8573:
8574: * src/include/pa_string.h: - not needed template removed
8575:
8576: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8577: types/pa_vjunction.C, types/pa_vproperty.C,
8578: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8579: main/pa_request.C, classes/bool.C, classes/double.C,
8580: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8581: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8582: bool objects)
8583:
8584: 2009-04-15 misha
8585:
8586: * src/lib/cord/cordxtra.c: - more optimisation
8587:
8588: * src/: include/pa_string.h, main/untaint.C: - String::append
8589: optimisation
8590:
8591: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8592: then get and can sometime be used)
8593:
8594: * src/main/pa_string.C: - String::length optimisation
8595:
8596: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8597: these methods read different strings
8598:
8599: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8600: fresult_initial_void removed + some optimisation - if $result
8601: defined we don't write to context anymore
8602:
8603: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8604: need just skip char)
8605:
8606: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8607: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8608: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8609:
8610: * src/types/pa_vvoid.h: - added get() method for retreave one
8611: instance
8612:
8613: 2009-04-11 misha
8614:
8615: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8616:
8617: * tests/197.html: - test for parser://test in xml was added
8618:
8619: * src/classes/string.C: - small optimisation
8620:
8621: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8622: optimisation
8623:
8624: 2009-04-10 misha
8625:
8626: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8627: to pcre-7.8
8628:
8629: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8630:
8631: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8632: added
8633:
8634: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8635: $request:CLASS_NAME were added
8636:
8637: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8638: were added
8639:
8640: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8641: $env:CLASS_NAME were added
8642:
8643: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8644: '@todo' now
8645:
8646: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8647: compirer
8648:
8649: * src/main/pa_string.C: - little code cleanup
8650:
8651: * src/main/pa_common.C: - describe one more UTF-8 related error
8652: during PCRE compile/execute
8653:
8654: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8655: normalizing todo-comments: '@todo' now
8656:
8657: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8658:
8659: * src/main/pa_charset.C: - type changed for making compiler happy
8660:
8661: 2009-03-10 misha
8662:
8663: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8664: in main()
8665:
8666: 2009-02-01 misha
8667:
8668: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8669: boundary
8670:
8671: 2009-01-25 misha
8672:
8673: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8674:
8675: * src/classes/file.C: - more changes for parsing different number
8676: of params for file::load
8677:
8678: * tests/193.html: - tests for exception while base64-decode binary
8679: to string was added
8680:
8681: * tests/192.html: - tests for file::load with different number of
8682: options
8683:
8684: * src/classes/math.C: - ups. forgot '+1'
8685:
8686: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8687: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8688: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8689: (new option $.encode[multipart-form/data] should be specified) -
8690: $.method[] option for file::load now is not case-sensitive
8691:
8692: * src/: include/pa_string.h, main/untaint.C: - for file post the
8693: new taint language L_FILE_POST was added
8694:
8695: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8696: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8697: stuff was moved to separate files
8698:
8699: 2009-01-23 misha
8700:
8701: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8702: spaces to tabs were converted
8703:
8704: 2009-01-12 misha
8705:
8706: * src/main/pa_http.C: - value of $.method[] option force uppercased
8707: now
8708:
8709: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8710: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8711: their names
8712:
8713: * src/main/pa_common.C: - changes in formating
8714:
8715: * src/: classes/file.C, main/pa_http.C: - some constants changed
8716: their names
8717:
8718: * src/include/pa_http.h: - some spaces were converted to tabs
8719:
8720: * src/include/pa_common.h: - some constants changed their names
8721:
8722: * src/classes/file.C: - fixed 4-th paramether for file::load -
8723: little code rewriting
8724:
8725: * src/types/pa_vfile.C: - little code rewriting
8726:
8727: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8728: types/pa_value.h: - some formating changes
8729:
8730: * src/include/pa_common.h: - some formating spaces transformed to
8731: tabs
8732:
8733: * src/classes/string.C: - exception while base64-decode binary to a
8734: string
8735:
8736: 2009-01-11 misha
8737:
8738: * configure.in: - version changed to 3.3.1b
8739:
8740: 2008-09-05 misha
8741:
8742: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8743: release_3_3_0 on 2008-09-05 10:59:35 +0000
8744:
8745: 2008-09-04 misha
8746:
8747: * tests/: 130.html, 131.html: - these exceptions not typeless
8748: anymore
8749:
8750: * src/classes/op.C: - exception with 'invalid taint language' not
8751: typeless anylonger
8752:
8753: * src/classes/image.C: - some exceptions while operations with
8754: image not typeless anymore
8755:
8756: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8757: main/pa_exec.C, main/pa_http.C: - some exceptions while
8758: operations with files not typeless anymore
8759:
8760: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8761: types/pa_vdate.h: - exceptions while checking date range not
8762: typeless anymore
8763:
8764: * src/include/pa_exception.h: - exception type string for invalid
8765: date range was added
8766:
8767: 2008-09-03 misha
8768:
8769: * src/: classes/file.C, main/pa_string.C: - exception while pce
8770: operations not typeless anymore
8771:
8772: * src/include/pa_exception.h: - exception type for pce operations
8773: was added
8774:
8775: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8776: and .CLASS_NAME insite classes
8777:
8778: * src/classes/table.C: - don't save table header whiile
8779: ^table.save[append;filename] if file exists
8780:
8781: 2008-09-02 misha
8782:
8783: * src/main/compile.y, src/main/compile_tools.h,
8784: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8785: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8786: renamed to partial and it login changed: we must mark class as
8787: partial for allow their modifications in future.
8788:
8789: 2008-08-29 misha
8790:
8791: * tests/results/022.processed: - testing taint[regex] in mask for
8792: file:list
8793:
8794: * tests/022.html: - testing taint[regex] in mask for file:list
8795:
8796: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8797: for file:list was added
8798:
8799: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8800: file:list
8801:
8802: 2008-08-26 misha
8803:
8804: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8805: last derived object
8806:
8807: * src/classes/image.C: - many strings "image.format" replaced by
8808: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8809: understand some more exif tags
8810:
8811: * src/include/pa_exception.h: - string "image.format" was added
8812:
8813: 2008-08-21 misha
8814:
8815: * src/: main/pa_string.C, classes/file.C: - use method for print
8816: pcre_exec text error
8817:
8818: * src/main/pa_common.C: - method for print pcre_exec text error was
8819: added
8820:
8821: * src/include/pa_common.h: - method declaration for print pcre_exec
8822: text error was added
8823:
8824: 2008-08-19 misha
8825:
8826: * src/main/execute.C: - bugfix: opcodes must be in separate
8827: namespace while debug execution as well
8828:
8829: * tests/: 015.html, results/015.processed: - test for escaping some
8830: parser chars was added
8831:
8832: 2008-08-18 misha
8833:
8834: * tests/: 190.html, 190.p, results/190.processed: - test for
8835: $caller.self.field + default getter in one class was added
8836:
8837: * tests/: 189.html, results/189.processed: - test for
8838: ^date::create[date object]
8839:
8840: * tests/: 188.html, results/188.processed: - tests for match with
8841: UTF-8 strings
8842:
8843: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8844: ^string.match[]
8845:
8846: * ChangeLog: - parser 3.3.0 beta13
8847:
8848: 2008-08-15 misha
8849:
1.116 moko 8850: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8851: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8852: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8853: dftables.c: - old PCRE files removed
1.95 moko 8854:
8855: * src/lib/pcre/config.h: - configuration for PCRE library
8856:
8857: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8858: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8859:
8860: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8861: library and set flag UTF8 if $request:charset is UTF-8
8862:
8863: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8864: include/pa_config_fixed.h: - moved to new PCRE library
8865:
8866: * src/: main/main.vcproj, types/types.vcproj,
8867: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8868: win32\pcre instead of parser3\src\lib\pcre
8869:
8870: * src/: include/pa_opcode.h, include/pa_operation.h,
8871: main/compile.C, main/compile.y, main/compile_tools.C,
8872: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8873: opcodes were moved to separate namespace
8874:
8875: 2008-08-14 misha
8876:
8877: * src/types/pa_vstateless_class.C: - newline at the end missed
8878:
8879: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8880: tainting
8881:
8882: 2008-08-11 misha
8883:
8884: * tests/: 187.html, 187.p, results/187.processed: - tests for
8885: $caller.self, $caller.self.field and $caller.self.field[value]
8886: were added
8887:
8888: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8889: runtime as well (for $caller.self)
8890:
8891: 2008-07-25 misha
8892:
8893: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8894: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8895: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8896: tests with international characters
8897:
8898: 2008-07-23 misha
8899:
8900: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8901: file::load[...;http://
8902:
8903: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8904: now everywhere in separate namespace
8905:
8906: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8907: for vars
8908:
8909: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8910: can be escaped by '^'
8911:
8912: 2008-07-22 misha
8913:
8914: * src/classes/string.C, tests/186.html: - names changes:
8915: escape=>js-escape, unescape=>js-unescape
8916:
8917: 2008-07-21 misha
8918:
8919: * tests/results/186.processed: - test for string escape/unescape
8920:
8921: * tests/186.html: - test for string escape/unescape
8922:
8923: * src/classes/string.C: - string has escape and unescape methods
8924: now
8925:
8926: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8927: added
8928:
8929: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8930: method-layers added (with different params)
8931:
8932: 2008-07-18 misha
8933:
8934: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8935: was added
8936:
8937: * tests/185.html: - test for ^str.pos[sub](offset) added
8938:
8939: * src/classes/string.C, src/classes/void.C, operators.txt: -
8940: ^string.pos[substr](offset) -- 2nd param accepted now
8941:
8942: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8943: strings
8944:
8945: 2008-07-17 misha
8946:
8947: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8948: helper length added for mid for small optimisation
8949:
8950: 2008-07-16 misha
8951:
8952: * tests/: 185.html, results/185.processed: - tests for
8953: length/left/right/mid/pos with utf-8 strings
8954:
8955: * src/classes/string.C: - left/right/mid/length/pos works fine for
8956: utf-8 strings
8957:
8958: * src/main/untaint.C: - comments removed
8959:
8960: * src/: include/pa_string.h, main/pa_string.C,
8961: include/pa_charset.h, main/pa_charset.C: - methods for working
8962: with pos/mid for strings in utf-8 were added
8963:
8964: 2008-07-15 misha
8965:
8966: * tests/: 184.html, results/184.processed: - test for case body as
8967: expression: $var(^switch(1){^case(1)(true)..})
8968:
8969: * src/classes/op.C: - case body can be expression now:
8970: $var(^switch(1){^case(1)(true)..})
8971:
8972: * tests/: results/183.processed, 183.html: - added test for testing
8973: new cookie encoding (%uXXXX)
8974:
8975: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8976: decoding for backward compatibility they decoded from %XX in
8977: request:charset too
8978:
8979: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8980: - cookie class now decode cookies before first access after last
8981: request:charset changing (as form class).
8982:
8983: * src/main/pa_charset.C: - added method escape for escaping cookies
8984: as %uXXXX - before transcode calculate required space for dest
8985: string. it reduce mem usage for transcode
8986:
8987: * src/include/pa_charset.h: - added method escape for escaping
8988: cookies as %uXXXX
8989:
8990: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8991: was added. will used for escaping cookies as %uXXXX
8992:
8993: * src/include/pa_common.h: - escape method has new option for skip
8994: converting '+' to a space char
8995:
8996: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8997: transcode - escape method has new option for skip converting '+'
8998: to a space char
8999:
9000: 2008-07-08 misha
9001:
9002: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9003: (no UE if more then 1 case matches anylonger) - optimization:
9004: doing searching.as_string() || searching.as_double() only once
9005:
9006: 2008-07-04 misha
9007:
9008: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9009: now ^date::create[date object] works
9010:
9011: * src/classes/string.C: - left and right added as aliases for start
9012: and end in ^string.trim[]
9013:
9014: 2008-07-03 misha
9015:
9016: * src/classes/file.C: - allow $.limit for file::sql as well
9017:
9018: * src/classes/file.C: - allow $.offset option for file::sql - force
9019: send limit=1 to query for use sql specifics authomatically
9020:
9021: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9022: if $.limit value if empty. autoconvert it as everywere
9023:
9024: 2008-07-02 misha
9025:
9026: * configure.in: - time to change version number to 3.3.0 %-)
9027:
9028: * src/include/pa_version.h: - time to change version number to
9029: 3.3.0 %-)
9030:
9031: 2008-06-26 misha
9032:
9033: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9034: $.limit(0) fixes
9035:
9036: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9037: - $.limit(0) fixes
9038:
9039: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9040: new API)
9041:
9042: * src/: include/pa_sql_driver_manager.h,
9043: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9044: classes/op.C: - document_root added
9045:
9046: * src/main/compile.tab.C: - error message was changed
9047:
9048: 2008-06-25 misha
9049:
9050: * src/main/compile.y: - error message was changed
9051:
9052: 2008-06-24 misha
9053:
9054: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9055:
9056: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9057: tests for @OPTIONS\nappend
9058:
9059: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9060:
9061: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9062:
9063: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9064:
9065: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9066: compile.y
9067:
9068: 2008-06-17 misha
9069:
9070: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9071: compilation: ^if(default){true. it's incorrect. must be
9072: exception}
9073:
9074: 2008-06-16 misha
9075:
9076: * tests/: 181.ent, 181.html, results/181.processed: - test for
9077: checking external reference loading with 'http://localhost'
9078: prefix while creating xdoc
9079:
9080: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9081: ^math:long2ip[] and ^math:ip2long[]
9082:
9083: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9084: added which use scalar stateless class method when user object
9085: used in scalar context - use get_scalar_value when user object
9086: requested in scalar context
9087:
9088: * src/main/pa_common.C: - size must be int but not size_t or we
9089: can't compare with 0 sprintf result
9090:
9091: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9092: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9093: with internal switch between local/global vars
9094:
9095: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9096: specified
9097:
9098: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9099: pa_vstateless_object.h: - stateless class and object now has
9100: private scalar field and getter/setter for working with it
9101:
9102: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9103: moved to inet static class
9104:
9105: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9106: class added (^inet:aton[IP], ^inet:ntoa(number))
9107:
9108: * tests/: 180.html, results/180.processed: - tests for
9109: ^math:long2ip(long) and ^math:ip2long[IP]
9110:
9111: * src/classes/math.C: - ^math:ip2long[IP] added
9112:
9113: 2008-06-11 misha
9114:
9115: * src/main/pa_xml_io.C: - use file_read_text again because of we
9116: need cut BOM code and remove DOS newline chars. but don't
9117: transcode it anyway.
9118:
9119: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9120: main/pa_http.C: - option for disable transcoding while file_read
9121: and file_read_text added
9122:
9123: 2008-06-10 misha
9124:
9125: * tests/: 179.html, 179.p, results/179.processed: - test for many
9126: classes in 1 file
9127:
9128: * src/main/: compile.C, compile_tools.h: - compile return list of
9129: classes now.
9130:
9131: * src/main/: compile.y, compile.tab.C: - compile return list of
9132: classes now. internals.
9133:
9134: * src/main/pa_request.C: - compile return list of classes now. try
9135: call @conf and @auto for each returned class
9136:
9137: * src/include/pa_request.h: - compile return list of classes now
9138:
9139: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9140: return list of classes when compile buf)
9141:
9142: 2008-06-07 misha
9143:
9144: * src/main/pa_request.C: - constructing VRequest object with 3rd
9145: param -- form
9146:
9147: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9148: 3rd param: form. needed for get post_charset
9149:
9150: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9151: added
9152:
9153: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9154: types/pa_vform.C, types/pa_vform.h: - some polish
9155:
9156: 2008-06-06 misha
9157:
9158: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9159: charset and decode chars from it but not from response:charset
9160:
9161: * src/main/pa_http.C: - detect_charset moved out of here
9162:
9163: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9164: methods moved here - unescape_chars accepn one charset now
9165:
9166: * src/main/pa_http.C: - new constants used - don't allow
9167: $.content-type in ^file::load[;http://;$.method[POST]] - add
9168: charset info while ^file::load[;http://;$.method[POST]] - option
9169: $.omit-post-charset(true) added to ^file::load[;http://] for
9170: disabling charset during post
9171:
9172: * src/types/pa_vform.C: - new constants used
9173:
9174: * src/include/pa_common.h: - some constants were added
9175:
9176: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9177: instead of StrEqNc
9178:
9179: * src/main/pa_common.C: - new method for caseless search
9180: c-substring in c-string - use isxdigit instead of is_hex_digit
9181:
9182: * src/include/pa_common.h: - new method for caseless search
9183: c-substring in c-string
9184:
9185: 2008-06-05 misha
9186:
9187: * tests/results/178.processed: - test for testing default getter
9188:
9189: * tests/178.html: - test for testing default getter
9190:
9191: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9192: for test for testing default getter
9193:
9194: * src/main/execute.C: - default getter soul
9195:
9196: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9197: requested objects' field not found
9198:
9199: * src/types/pa_vclass.C: - register default getter if defined - get
9200: default getter if requested field not found
9201:
9202: * src/types/pa_vstateless_object.h: - method get_default_getter was
9203: added
9204:
9205: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9206: pointer to default getter and methods for get/set it were added
9207:
9208: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9209: auto_name field (for default getter)
9210:
9211: 2008-06-04 misha
9212:
9213: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9214: transcoding, no cutting BOM code, no fixing line breaks) and get
9215: it to libxml "as is"
9216:
9217: 2008-06-03 misha
9218:
9219: * src/main/pa_common.C: - use store_Char instead of
9220: transcodeCharFromUTF8
9221:
9222: * src/: include/pa_charset.h, main/pa_charset.C: - method
9223: store_Char added, transcodeCharFromUTF8 -- removed
9224:
9225: 2008-06-02 misha
9226:
9227: * tests/: results/177.processed, 177.html: - test for checking
9228: .[acm]date after local ^file::load[] was added
9229:
9230: * tests/: results/176.processed, 176.html: - test for checking
9231: @OPTION\locals + @method[vars][locals] added
9232:
9233: * tests/results/auto.p: - CLASS_PATH specified for checking use
9234:
9235: 2008-05-30 misha
9236:
9237: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9238: @OPTION\nlocals + @method[vars][;locals;] were added
9239:
9240: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9241: moved to separate method op_code - switch from VMethodFrame to
9242: VMethodFrameGlobal + VMethodFrameLocal
9243:
9244: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9245: was moved to separate method op_code
9246:
9247: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9248: VMethodFrame now
9249:
9250: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9251: all_vars_local as well
9252:
9253: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9254: pa_vmethod_frame_local.h, Makefile.am: - who children for
9255: VMethodFrame were added: one (global) works as VMethodFrame
9256: before and second (local) write all vars in self vars scope
9257:
9258: * src/types/pa_method.h: - method has bool flag all_vars_local now
9259:
9260: 2008-05-29 misha
9261:
9262: * tests/: 129.html, results/129.processed: - more tests for
9263: ^table.hash[]
9264:
9265: * src/classes/hash.C: - ^hash::sql has a new option:
9266: $.type[hash|string|table] as ^table.hash[] one.
9267:
9268: * src/classes/op.C: - ^try has 3rd param now: finally code which
9269: executed anyway after try or catch section
9270:
9271: 2008-05-27 misha
9272:
9273: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9274: must not fail if $.distinct(1) wasn't specified
9275:
9276: 2008-05-26 misha
9277:
9278: * src/classes/op.C: - allow ^throw[my type]
9279:
9280: 2008-05-22 misha
9281:
9282: * configure.in, configure: - version number updated to 3.2.4b
9283:
9284: * src/classes/: op.C, string.C: - trim format string before
9285: eval/format
9286:
9287: * tests/: results/175.processed, 175.html: - more tests for
9288: different format strings in .format[]
9289:
9290: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9291: as well (not only %XX)
9292:
9293: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9294: charset specified - checks for format before print number
9295: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9296: (instead of tabs) removed
9297:
9298: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9299: charset specified
9300:
9301: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9302: char in requested charset from utf code was added
9303:
9304: 2008-05-19 misha
9305:
9306: * tests/: 174.html, results/174.processed: - test for
9307: ^hashfile.cleanup[] added
9308:
9309: * src/classes/hashfile.C: - optimization: don't create any key or
9310: value variable if it's name weren't specified
9311: (^hf.foreach[;v]{...})
9312:
9313: 2008-05-16 misha
9314:
9315: * src/classes/hash.C: - optimization: don't create any key variable
9316: if variable name wasn't specified (^h.foreach[;v]{...})
9317:
9318: 2008-05-15 misha
9319:
9320: * src/classes/op.C: - small changes
9321:
9322: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9323:
9324: * src/classes/hash.C: - calculate var_context once before foreach
9325:
9326: 2008-05-14 misha
9327:
9328: * src/classes/hashfile.C: - incorrect vars context calculation for
9329: ^hashfile.foreach[;]{} fixed
9330:
9331: * src/classes/: hash.C, table.C: - little optimisation
9332:
9333: * src/classes/file.C: - bugfix: double absolute path while loading
9334: file
9335:
9336: * tests/: 174.html, results/174.processed: - tests for hashfile
9337: were added
9338:
9339: * buildall-with-xml: - moving to libxslt 1.1.24
9340:
9341: 2008-04-30 misha
9342:
9343: * src/classes/file.C: - stat file while loading (local only) so
9344: .adate, .mdate and .cdate available without additional ::stat
9345:
9346: 2008-04-28 misha
9347:
9348: * src/classes/file.C: - $.name and $.content-type available for
9349: stated file
9350:
9351: 2008-04-14 misha
9352:
9353: * src/targets/cgi/parser3.C: - new year in copyright %-)
9354:
9355: * src/include/pa_version.h: - new version number in head
9356:
9357: 2008-04-10 misha
9358:
9359: * tests/: 080.html, results/080.processed: - cut '0' from
9360: exponential part because of on diff OS it differ (20 or 020 for
9361: ex)
9362:
9363: * tests/: 119.html, results/119.processed: - check for encoding
9364: while creating xdoc
9365:
9366: 2008-04-09 misha
9367:
9368: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9369:
9370: * src/main/pa_common.C: - comment added
9371:
9372: * src/classes/date.C: - little refactoring
9373:
9374: 2008-04-07 misha
9375:
9376: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9377: style of ^table.save[]: prepare one big string and sabe it at
9378: once. it's safe on freebsd 4.x but use much more memory.
9379:
9380: * buildall-with-xml, buildall-without-xml: - option
9381: --disable-stringstream added (under comment. use it on freebsd
9382: 4.x)
9383:
9384: 2008-02-22 misha
9385:
9386: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9387: specified together in file::load[;http] - get back transcoding
9388: $.body[] in file::load[;http]
9389:
9390: 2008-02-21 misha
9391:
9392: * src/classes/date.C: - ^date.gmt-string[] was added
9393:
9394: * src/types/pa_value.C: - method for output date in RFC 822 format
9395: moved to pa_common.h
9396:
9397: * src/include/pa_common.h: - method for output date in RFC 822
9398: format moved here from pa_value.C
9399:
9400: * src/types/pa_vmail.C: - fixed core in sending mail with
9401: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9402:
9403: 2008-02-20 misha
9404:
9405: * src/main/pa_http.C: - transcode $.headers before escaping into
9406: specified charset while ^file::load[...;http://...] (L_URI
9407: instead of L_HTTP_HEADER) - $.cookies param available in
9408: ^file::load[;http://...] now (but we don't parse set-cookies from
9409: response yet) (cookies not transcoded as common $cookies)
9410:
9411: 2008-02-19 misha
9412:
9413: * src/main/pa_request.C: - rollback: we mustn't force taint
9414: $response:field values because in this case
9415: $response:locateion[http://...] don't works.
9416:
9417: 2008-02-15 misha
9418:
9419: * src/classes/op.C: - little refactoring
9420:
9421: * src/main/pa_http.C: - taint names of $.headers for load[;http
9422:
9423: * src/main/pa_request.C: - force taint values of $response:field
9424:
9425: 2008-02-14 misha
9426:
9427: * src/main/pa_request.C: - $response:field transcoded to
9428: $response:charset before escaping now
9429:
9430: * src/main/pa_http.C: - some outdated comments removed
9431:
9432: * src/classes/date.C: - lastdat -> last-day
9433:
9434: * src/classes/date.C: - ^date:lastday(year;month) and
9435: ^date.lastday[] were added - little code refactoring - comments
9436: changes
9437:
9438: * tests/: 159.html, results/159.processed: - test for number of
9439: days in February
9440:
9441: * src/types/pa_value.C: - fixes in code formatting
9442:
9443: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9444: and comments
9445:
9446: 2008-02-13 misha
9447:
9448: * src/main/pa_common.C: - bugfix for february at leap year
9449:
9450: 2008-01-28 misha
9451:
9452: * tests/: 160.html, results/160.processed: - more test for cache
9453: added
9454:
9455: * src/classes/op.C: - bugfix: cache body executed twice if contains
9456: unhandled exception
9457:
9458: 2008-01-25 misha
9459:
9460: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9461: bug when hashfile became inavailable after memory:compact)
9462:
9463: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9464:
9465: 2008-01-22 misha
9466:
9467: * src/classes/table.C: - little refactiring and exception texts
9468: changes in method ^table.hash[]
9469:
9470: * src/types/pa_vcookie.C: - link to cookie specification changed
9471:
9472: 2008-01-21 misha
9473:
9474: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9475: file::exec/cgi
9476:
9477: * src/classes/file.C: - bugfix: core while processing headers if
9478: executed cgi script don't return content
9479:
9480: 2008-01-18 misha
9481:
9482: * buildall-with-xml: - move to libxml2 version 2.6.31
9483:
9484: * src/include/pa_version.h, configure.in: - version number updated
9485: to '3.2.3b'
9486:
9487: 2007-12-28 misha
9488:
9489: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9490: hash.contains
9491:
9492: 2007-12-27 misha
9493:
9494: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9495: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9496: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9497: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9498: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9499: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9500: src/targets/cgi/parser3.vcproj,
9501: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9502: back to VS2003 because of Apache 1.3 module can't work if it was
9503: built in VS 2005. with cgi all file so VS2003 project files can
9504: be easy converted to the new format.
9505:
9506: 2007-12-04 misha
9507:
9508: * src/types/pa_vcode_frame.h: - changes in comment
9509:
9510: 2007-11-29 misha
9511:
9512: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9513: intercept strings any longer
9514:
9515: * tests/: 173.html, results/173.processed: - tests for
9516: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9517: but not in main code frame
9518:
9519: * tests/: 172.html, results/172.processed: - more tests for pass
9520: objects from code frames
9521:
9522: 2007-11-27 misha
9523:
9524: * tests/: 152.html, results/152.processed: - tests for converting
9525: strings 'true'/'false' to bool were added
9526:
9527: * tests/152.html: - added checks for converting strings
9528: 'true'/'false' to bool
9529:
9530: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9531: not only strings with numbers but with values 'true'/'false' as
9532: well
9533:
9534: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9535: for parser3.log increased
9536:
9537: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9538:
9539: * src/include/pa_common.h: - remove_crlf return cstring size now
9540:
9541: * src/include/pa_types.h: - constant with buffer size for
9542: parser3.log added
9543:
9544: 2007-11-16 misha
9545:
9546: * tests/cat.sh: - script for tests for file::exec/cgi
9547:
9548: * tests/171.html: - tests for file::exec/cgi
9549:
9550: * tests/results/171.processed: - tests results for file::exec/cgi
9551:
9552: 2007-11-15 misha
9553:
9554: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9555:
9556: * src/classes/file.C: - .body must be set before analyzing cgi
9557: headers
9558:
9559: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9560: only if exec/cgi return anything.
9561:
9562: 2007-11-14 misha
9563:
9564: * operators.txt: - info about new text|binary option for
9565: file::exec/cgi was added
9566:
9567: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9568: ^file:exec[[text|binary];script;...]
9569:
9570: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9571: classes/string.C, classes/table.C: - more text strings moved to
9572: the one place
9573:
9574: 2007-11-09 misha
9575:
9576: * src/types/pa_vrequest.C: - $request:argv must be taint
9577:
9578: * ChangeLog: - $request:argv [patch from Sumo]
9579:
9580: * operators.txt: - $request:argv
9581:
9582: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9583: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9584:
9585: 2007-10-25 misha
9586:
9587: * buildall-with-xml, buildall-without-xml: - options preparations
9588: for ./configure rewrited
9589:
9590: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9591: error occure in unhandled_exception finally fixed
9592:
9593: 2007-10-23 misha
9594:
9595: * tests/: 170.html, results/170.processed: - test for
9596: @method[][result]
9597:
9598: * operators.txt: - added info about node.prefix and
9599: node.namespaceURI
9600:
9601: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9602:
9603: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9604: added for node and attribute
9605:
9606: 2007-10-22 misha
9607:
9608: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9609:
9610: * src/main/pa_request.C: - added const content-transfer-encoding
9611:
9612: * src/include/pa_request.h: - added const content-transfer-encoding
9613: - ups. constants must be in lowercase (for search)
9614:
9615: * src/types/pa_vmail.C: - more constants used -
9616: content-transfer-encoding: 8bit added
9617:
9618: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9619:
9620: * src/include/pa_request.h: - more constants
9621:
9622: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9623: ommit anymore if $.content-disposition was specified - little
9624: refactoring
9625:
9626: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9627:
9628: 2007-10-17 misha
9629:
9630: * operators.txt: - info about
9631: table::create[nameless]{data}[>options<] was added
9632:
9633: * src/main/: compile.tab.C, compile.y: - if error occure while
9634: compile method don't put this method in methods table anymore.
9635: in other case the parser coredumped if @unhandled_exception
9636: method can't be compiled because of parser.compile error.
9637:
9638: * src/main/execute.C: - little code reformating
9639:
9640: * src/main/pa_request.C: - little code reformating - comment
9641: changed
9642:
9643: 2007-10-16 misha
9644:
9645: * tests/: 035.html, results/035.processed: - tests
9646: table::create[]{}[options] added
9647:
9648: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9649: options (only $.seperator[] yet)
9650:
9651: 2007-10-10 misha
9652:
9653: * src/classes/table.C: - some contstants moved to pa_common.h -
9654: some code changes
9655:
9656: 2007-10-02 misha
9657:
9658: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9659: then three time as much. but base64 encoding method still use
9660: less memory anyway.
9661:
9662: 2007-09-17 misha
9663:
9664: * operators.txt: - added info about $cookie:fields
9665:
9666: * src/types/pa_vcookie.C: - $cookie:fields available now
9667:
9668: * src/classes/hash.C: - some stuff for use with .for_each moved to
9669: common
9670:
9671: * src/include/pa_common.h: - some stuff for use with .for_each
9672: moved here
9673:
9674: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9675:
9676: 2007-09-14 misha
9677:
9678: * buildall-with-xml: - new xml libs again =)
9679:
9680: 2007-08-28 misha
9681:
9682: * operators.txt: - texts about ^table.columns[[column name]] and
9683: ^string.split[...][v][column name] were added
9684:
9685: * tests/: 168.html, 169.html, results/168.processed,
9686: results/169.processed: - tests for ^table.columns[[column name]]
9687: and ^string.split[...][v][column name] were added
9688:
9689: * src/classes/table.C: - new option ^table.columns[[column name]]
9690: was added
9691:
9692: * src/classes/string.C: - new option ^string.split[...;v;[column
9693: name]]
9694:
9695: * src/include/pa_exception.h: - error text message for
9696: ^hash._keys[], ^table.columns[] and ^string.split[]
9697:
9698: 2007-08-27 misha
9699:
9700: * src/main/untaint.C: - try to fix coredump on unix if print to
9701: body ^taint[sql][something] outside of connect
9702:
9703: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9704: outside of connect
9705:
9706: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9707: added (commented by default)
9708:
9709: 2007-08-20 misha
9710:
9711: * operators.txt: - comment about new method ^node.hasAttributes[]
9712: was added
9713:
9714: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9715: duplicated exception text strings were removed
9716:
9717: * src/include/pa_exception.h: - more exception text strings moved
9718: here
9719:
9720: * src/classes/table.C: - some duplicate exceptions' text strings
9721: removed
9722:
9723: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9724: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9725: removed
9726:
9727: * src/include/pa_exception.h: - some exception text strings movet
9728: to pa_exception
9729:
9730: * tests/: 149.html, results/149.processed: - test for
9731: ^xnode.hasAttributes[] was added - some code changes
9732:
9733: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9734: added
9735:
9736: 2007-08-17 misha
9737:
9738: * tests/: results/006.processed, results/059.processed, 006.html,
9739: 059.html: - more tests for match
9740:
9741: * tests/: 129.html, results/129.processed: - tests for
9742: ^table.hash[...][$.type[string|hash|table]] added
9743:
9744: * src/targets/cgi/parser3.C: - little syntax changes
9745:
9746: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9747: syntax changes
9748:
9749: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9750: messages in parser3.log switched off by default. If someone
9751: really still need it: use $SIGPIPE(1)
9752:
9753: 2007-08-08 misha
9754:
9755: * buildall-with-xml, buildall-without-xml: - remove libs source
9756: files by default since now
9757:
9758: 2007-08-07 misha
9759:
9760: * buildall-without-xml: - some option syntax changes
9761:
9762: * buildall-with-xml: - compile libxml2 without http support - some
9763: option syntax changes
9764:
9765: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9766:
9767: 2007-08-06 misha
9768:
9769: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9770:
9771: * tests/: 160.html, results/160.processed: - cache test was
9772: rewrited
9773:
9774: 2007-07-06 misha
9775:
9776: * tests/: 153.html, results/153.processed: - added test for
9777: ^math:sha1[string]
9778:
9779: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9780: transcoded
9781:
9782: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9783: were added
9784:
9785: 2007-06-28 misha
9786:
9787: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9788: some incorrect chars
9789:
9790: 2007-06-19 misha
9791:
9792: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9793: were moved on top because of gcc 4 had a problems during
9794: building.
9795:
9796: 2007-06-18 misha
9797:
9798: * tests/results/019.processed: - new image commited
9799:
9800: 2007-06-09 misha
9801:
9802: * src/classes/: op.C, table.C: - in while and table.select method
9803: as_expression used now
9804:
9805: * src/types/pa_vmethod_frame.h: - method as_expression was added
9806:
9807: 2007-06-08 misha
9808:
9809: * tests/: 166.html, results/166.processed: - test for
9810: ^match[...][n]
9811:
9812: * tests/: 165.html, results/165.processed: - tests for loops
9813:
9814: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9815: because of no speed/memory optimisation but some proglems with
9816: long cycles occure
9817:
9818: 2007-06-06 misha
9819:
9820: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9821: ^table.select(true) and ^table.select(1) didn't works because of
9822: awaiting junction-param only. fixed.
9823:
9824: 2007-05-24 misha
9825:
9826: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9827: with 0.5 secs interval
9828:
9829: * src/classes/op.C: - cache was rewrited. I hope it works with
9830: locking system now on unix
9831:
9832: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9833: system locks which wait till other threads release it but try get
9834: lock, if fail wait 1 sec and make 10 attempts.
9835:
9836: * src/include/pa_os.h: - consts for blocking locks + some comments
9837: were added
9838:
9839: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9840: opening files
9841:
9842: * src/classes/table.C: - changes in includes. if unclude <sstream>
9843: after our classes on unix it can't be build
9844:
9845: * src/types/pa_vhashfile.C: - not needed code removed
9846:
9847: 2007-05-23 misha
9848:
9849: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9850: include/pa_common.h: - cosmetic changes
9851:
9852: 2007-05-18 misha
9853:
9854: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9855: often. it's give some speed increasing
9856:
9857: * tests/results/160.processed: - returned time corrected
9858:
9859: * tests/160.html: - time increased because on unix 1 mean nothing
9860: :(
9861:
9862: * operators.txt: - added info about ^hash.contain[key]
9863:
9864: * src/classes/hash.C: - added ^hash.contain[key]
9865:
9866: * src/include/pa_hash.h: - added method for checking key exists in
9867: hash
9868:
9869: 2007-05-07 misha
9870:
9871: * src/include/pa_string.h: - was compilation error during build on
9872: freebsd4
9873:
9874: 2007-05-03 misha
9875:
9876: * src/classes/table.C: - option $.type[hash|string|table] was added
9877: for ^table.hash[]
9878:
9879: * src/classes/file.C: - comment removed
9880:
9881: 2007-04-26 misha
9882:
9883: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9884: real files doesn't opened in place anymore
9885:
9886: 2007-04-24 misha
9887:
9888: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9889:
9890: * src/include/pa_exception.h: "static" removed
9891:
9892: 2007-04-23 misha
9893:
9894: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9895:
9896: * src/classes/math.C: added: - ^math:ln(N) (the same as
9897: ^math:log(N)) - ^math:lg(N)
9898:
9899: * tests/: 097.html, results/097.processed: - charsets converstion
9900: during ^file::load[text;http://...] added
9901:
9902: * tests/: 164.html, results/164.processed: - check for set expires
9903: as a date
9904:
9905: * tests/: 164.html, results/164.processed: - test for hashfile
9906:
9907: * src/classes/hashfile.C: - little comment changes
9908:
9909: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9910: access
9911:
9912: * src/: classes/date.C, classes/double.C, classes/file.C,
9913: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9914: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9915: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9916: classes/xnode.h, include/pa_request.h, main/execute.C,
9917: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9918: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9919: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9920: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9921: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9922: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9923: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9924: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9925: "parser.runtime" strings were removed
9926:
9927: * src/classes/hashfile.C: - with .clear[] called files_delete()
9928: now.
9929:
9930: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9931:
9932: * src/include/pa_exception.h: - string constant with
9933: "parser.runtime" text was added
9934:
9935: 2007-04-20 misha
9936:
9937: * operators.txt: - some comments changing
9938:
9939: * operators.txt: - added info about .^hashfile.release[],
9940: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9941:
9942: * configure: =cheching for unsetenv
9943:
9944: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9945: ^hashfile.release[] were added
9946:
9947: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9948: ^string.match[][] understand new option now: return number of
9949: matches but not table wit results
9950:
9951: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9952: reopen now
9953:
9954: * src/classes/op.C: - bug. must be false
9955:
9956: * configure.in: - checking for unsetenv was added
9957:
9958: * src/types/pa_vform.C: - some comments
9959:
9960: 2007-04-18 misha
9961:
9962: * buildall-with-xml: moving to libxml2-2.6.28
9963:
9964: * buildall-with-xml, buildall-without-xml: added commented lines
9965: with --disable-safe-mode option
9966:
9967: * operators.txt: - info about $form:files
9968:
9969: 2007-04-17 misha
9970:
9971: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9972: $form:files was added
9973:
9974: * tests/: 163.html, results/163.processed: removing auto format
9975:
9976: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9977:
9978: 2007-04-16 misha
9979:
9980: * tests/: 163.html, results/163.processed: - test for .int[],
9981: floor, round, ceiling and .format[]
9982:
9983: * src/classes/file.C: - little optimization for getting args in
9984: exec/cgi
9985:
9986: 2007-04-13 misha
9987:
9988: * src/classes/file.C: - arguments for file::exec/cgi can be
9989: specified now as s table with one column
9990:
9991: 2007-03-27 misha
9992:
9993: * tests/: 162.html, results/162.processed: - test for
9994: ^table.select(^condition[$t])
9995:
9996: * tests/results/auto.p: - load windows-1251 charset for some tests
9997:
9998: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9999:
10000: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10001: 161_windows1251.txt: - added test for
10002: ^file::load[text;/local/file.txt;$.charset[...]]
10003:
10004: * tests/: results/013.processed, 013.html: - added test for
10005: checking $._default value while hash modifications
10006:
10007: * tests/: 160.html, results/160.processed: - add test for
10008: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10009:
10010: 2007-03-22 misha
10011:
10012: * src/include/pa_common.h: - "charset" string defined for
10013: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10014:
10015: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10016: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10017: added - not needed transcodes were removed from
10018: ^file::load[...;http://...]
10019:
10020: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10021: added
10022:
10023: * src/classes/date.C: - date.week was fixed
10024:
10025: * operators.txt: - added info about date.weekyear
10026:
10027: * tests/: 159.html, results/159.processed: - tests for date.week
10028: and date.weekyear added
10029:
10030: 2007-03-15 misha
10031:
10032: * src/classes/table.C: - enclose column numbers for nameless tables
10033: as well
10034:
10035: 2007-03-14 misha
10036:
10037: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10038:
10039: * src/classes/table.C: - table.save optimization: now required much
10040: less memory
10041:
10042: 2007-03-13 misha
10043:
10044: * tests/results/: 158.processed, 158.processes: - tests for
10045: table.save/table.load
10046:
10047: * tests/: 158.html, results/158.processes: - tests for
10048: table.save/table.load
10049:
10050: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10051:
10052: * buildall-with-xml: - pattern needed now for building
10053:
10054: * tests/results/097.processed: - added test results for xdoc::load
10055: & xdoc::load[http://...]
10056:
10057: * tests/097.html: - added test for xdoc::load
10058:
10059: 2007-03-12 misha
10060:
10061: * tests/: 107.html, results/107.processed: - added test for xpath
10062: '//man'
10063:
10064: 2007-03-01 misha
10065:
10066: * tests/: 097.html, results/097.processed: - added test for
10067: creating xdoc from file
10068:
10069: * tests/: results/157.processed, 157.html: - added test for
10070: file:move
10071:
10072: 2007-02-28 misha
10073:
10074: * src/classes/xdoc.C: - another attempt
10075:
10076: * src/classes/xdoc.C: - roll back last changes for a while
10077:
10078: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10079:
10080: * src/classes/file.C: - under lock we create non-exist dir anyway
10081:
10082: * tests/results/099.processed: - ever send content-disposition to
10083: client with file
10084:
10085: * tests/157.html: + test for file:copy
10086:
10087: 2007-02-26 misha
10088:
10089: * src/classes/file.C: - some similar strings moved to #define
10090: instead of to be copy/pasted many times
10091:
10092: * src/types/pa_vfile.h: - class name string ("file") moved to
10093: #define
10094:
10095: 2007-02-20 misha
10096:
10097: * configure.in: - added some strings for sqlite detection
10098:
10099: 2007-02-19 misha
10100:
10101: * operators.txt: - some comments changes
10102:
10103: * buildall-with-xml, buildall-without-xml: - some modifications
10104:
10105: 2007-02-17 misha
10106:
10107: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10108:
10109: * src/main/pa_request.C: - damn, i forgot to commit it while I
10110: change console behaviour
10111:
10112: 2007-02-12 misha
10113:
10114: * src/targets/cgi/parser3.C: - don't print headers if
10115: $console:line[data] was used during cgi execution.
10116:
10117: * src/types/pa_vconsole.h: - console class have bool flag now which
10118: marked as 'true' if class was used.
10119:
10120: * tests/: 152.html, results/152.processed: - more types was added
10121: to test 152
10122:
10123: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10124: adding 'bool' (^if($image){} caused exception)
10125:
10126: 2007-02-09 misha
10127:
10128: * tests/: 152.html, results/152.processed: - test alightly updated
10129:
10130: * tests/: 152.html, results/152.processed: - test rewrited
10131:
10132: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10133: bugfix. I broke xdoc & xnode in expression
10134:
10135: 2007-02-08 misha
10136:
10137: * tests/: 152.html, results/152.processed: - add test for checking
10138: 'def' for void, string, bool, int & double
10139:
10140: 2007-02-07 misha
10141:
10142: * operators.txt: - ^file:base64[filespec] was added
10143:
10144: * tests/results/153.processed: - result test for
10145: ^file:base64[filespec] was updated
10146:
10147: * tests/153.html: - test for ^file:base64[filespec] was added
10148:
10149: * src/types/pa_vconsole.h: - little optimization
10150:
10151: * src/classes/file.C: - ^file:base64[filespec]
10152:
10153: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10154:
10155: * src/include/pa_common.h: - declarations for
10156: ^file:base64[filespec]
10157:
10158: * src/types/pa_vcookie.C: - little optimization
10159:
10160: 2007-02-06 misha
10161:
10162: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10163: were temporary commented
10164:
10165: * src/types/pa_vbool.h: - bugfix
10166:
10167: * tests/156.html: - added test for bool cookie
10168:
10169: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10170:
10171: * tests/: 155.html, results/155.processed: - added test for check
10172: $.encloser[] option for table save/load
10173:
10174: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10175:
10176: 2007-02-05 misha
10177:
10178: * tests/results/152.processed: - newline at the end was missed
10179:
10180: * tests/results/141.processed: - math:md5 must be lowercased
10181:
10182: * src/targets/cgi/parser3.C: - 2007 in help ;)
10183:
10184: 2007-02-03 misha
10185:
10186: * tests/results/: 150.processed, 151.processed, 152.processed: -
10187: test for bool added and some content length fixes
10188:
10189: * tests/152.html: - test for bool added
10190:
10191: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10192:
10193: * operators.txt: - info bool class was added
10194:
1.116 moko 10195: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10196: classes/classes.vcproj, classes/double.C, classes/int.C,
10197: classes/string.C, classes/void.C, classes/xnode.C,
10198: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10199: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10200: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10201: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10202: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10203: types/types.vcproj: - bool class was added
10204:
10205: * src/main/pa_request.C: - fix
10206:
10207: 2007-01-18 misha
10208:
10209: * src/: main/pa_string.C, classes/string.C: - return table during
10210: ^string.match[][] even if no matched found.
10211:
10212: 2006-12-20 misha
10213:
10214: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10215: http://www.parser.ru/forum/?id=55598 ]
10216:
10217: 2006-12-19 misha
10218:
10219: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10220: details: http://www.parser.ru/forum/?id=52359
10221:
10222: * src/main/pa_request.C: - always set content-disposition for
10223: $response:body[hash here]. more details:
10224: http://www.parser.ru/forum/?id=52130
10225:
10226: 2006-12-07 misha
10227:
10228: * operators.txt: - added info about bool params in cookie set
10229:
10230: * src/types/pa_vcookie.C: - bool param in cookies available now
10231: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10232: ]
10233:
10234: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10235: was added
10236:
10237: 2006-12-02 misha
10238:
10239: * src/classes/file.C: - file_block_read used instead of native read
10240:
10241: * src/main/pa_common.C: - added file_block_read with read error
10242: detection - file_block_read used instead of native read
10243:
10244: * src/include/pa_common.h: - added file_block_read declaration
10245:
10246: 2006-12-01 misha
10247:
10248: * operators.txt: - info about $var.CLASS_NAME was added
10249:
10250: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10251: $var.CLASS_NAME added
10252:
10253: * operators.txt: - added info about ^file:copy[]
10254:
10255: * src/classes/file.C: - ^file:copy[from;fo] was added
10256:
10257: 2006-11-20 misha
10258:
10259: * src/classes/date.C: - bug fix :)
10260:
10261: 2006-11-17 misha
10262:
10263: * src/include/pa_common.h: - array in crc32 calculation was changed
10264: to static
10265:
10266: * src/main/pa_common.C: - little optimization in getMonthDays -
10267: small changes in crc32 calculation
10268:
10269: * src/classes/date.C: - not needed code was removed
10270:
10271: 2006-11-16 misha
10272:
10273: * src/types/pa_vmail.C: - fix missed brakes
10274:
10275: * src/types/pa_vmail.C: - mail:send now set content-type:
10276: multipart/related instead of multipart/mixed if file have
10277: $.content-id[]
10278:
10279: 2006-11-15 misha
10280:
10281: * src/types/pa_vdouble.h: abs -> fabs
10282:
10283: 2006-11-14 misha
10284:
10285: * operators.txt: - added info about ^file.md5[] and
10286: ^file:md5[file-name]
10287:
10288: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10289: added
10290:
10291: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10292: FILE_BUFFER_SIZE
10293:
10294: * src/classes/math.C: - hex_string was moved to pa_common.h
10295:
10296: * src/include/pa_common.h: - hex_string was moved from math.C -
10297: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10298:
10299: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10300: values was fixed
10301:
10302: 2006-11-13 misha
10303:
10304: * operators.txt: - added info about ^math:crc32[string],
10305: ^file:crc32[file-name] & ^file.crc32[]
10306:
10307: * src/classes/math.C: - added ^math:crc32[string]
10308:
10309: * src/classes/file.C: - some comments were changed - added
10310: ^file:crc32[file-name] and ^file.crc32[]
10311:
10312: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10313: crc32 calculation added
10314:
10315: 2006-11-03 misha
10316:
10317: * src/include/pa_array.h: - not needed variable removed
10318:
10319: * tests/: 150.html, 151.html, results/150.processed,
10320: results/151.processed: - 2 tests were added
10321:
10322: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10323: with $.reverse(1) were fixed
10324:
10325: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10326: query converted to $.charset during ^file::load[http://...]
10327:
10328: 2006-11-02 misha
10329:
10330: * src/include/pa_table.h: ups. forget '=' char
10331:
10332: * src/include/pa_table.h: - one more fix in
10333: .locate[...][$.reverse(1)]
10334:
10335: 2006-11-01 misha
10336:
10337: * src/classes/math.C: - bug fix, details:
10338: http://www.parser.ru/forum/?id=53360
10339:
10340: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10341: false for all records )[$.reverse(1)]
10342:
10343: * src/main/pa_http.C: - second param for this mid method is length
10344: but not end_index so this method has error and can't detect
10345: charsets in next content-types: Content-type: text/html;
10346: charset="windows-1251" Content-type: text/html;
10347: charset="windows-1251"; Content-type: text/html;
10348: charset=windows-1251;
10349:
10350: only Content-type: text/html; charset=windows-1251 was fine
10351:
10352: 2006-10-31 misha
10353:
10354: * src/classes/file.C: - empty args in file::exec removed now
10355:
10356: 2006-09-03 paf
10357:
10358: * src/classes/file.C: proper tainting of
10359: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10360:
10361: 2006-06-09 paf
10362:
10363: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10364:
10365: * src/classes/table.C: formatting
10366:
10367: * src/classes/table.C: incorporated patch from misha: Sent:
10368: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10369: ignoring string options for ^table.save[]
10370:
10371: * src/classes/hash.C: incorporated patch from misha Sent:
10372: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10373: $hash._default disappear while
10374:
10375: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10376: $.format[!uue|!base64] << new base64 option. default uue ] ]
10377:
10378: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10379: PM Subject: patch for base64 in ^mail:send[] %-)
10380:
10381: 2006-04-09 paf
10382:
10383: * src/main/compile.tab.C: ` change compiled
10384:
10385: * gnu.vcproj, operators.txt, parser3.sln,
10386: src/classes/classes.vcproj, src/classes/file.C,
10387: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10388: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10389: src/classes/xnode.C, src/include/pa_array.h,
10390: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10391: src/include/pa_memory.h, src/include/pa_request.h,
10392: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10393: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10394: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10395: src/lib/pcre/pcre_dftables.vcproj,
10396: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10397: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10398: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10399: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10400: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10401: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10402: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10403: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10404: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10405: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10406: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10407: src/types/pa_value.h, src/types/pa_vcookie.C,
10408: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10409: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10410: src/types/pa_vstatus.C, src/types/types.vcproj,
10411: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10412: ^menu, ^hash/hashfile.foreach
10413:
10414: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10415: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10416: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10417: src/classes/xnode.C, src/include/pa_array.h,
10418: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10419: src/include/pa_memory.h, src/include/pa_request.h,
10420: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10421: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10422: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10423: src/lib/pcre/pcre_dftables.vcproj,
10424: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10425: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10426: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10427: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10428: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10429: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10430: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10431: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10432: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10433: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10434: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10435: src/types/pa_value.h, src/types/pa_vcookie.C,
10436: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10437: src/types/pa_vstatus.C, src/types/types.vcproj,
10438: tests/descript.ion: ! switched to VS2005 (projects and
10439: object<info explicitly typed>.for_each(, info)) +
10440: $response:field[] setting void means removing + grammar $name`
10441: name stops now, for mysql `$field` + started ^break[]
10442: ^continue[], in ^for. TODO: to other iterators (while, menu,
10443: foreach) + all log messages += [uri=, method=, cl=]
10444:
10445: * buildall-with-xml: merged . ftp paths update
10446:
10447: * buildall-with-xml: . ftp paths update
10448:
10449: 2006-03-04 paf
10450:
10451: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10452: checks++ [thanks to Igor Zinkovsky for detailed report]
10453:
10454: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10455: Igor Zinkovsky for detailed report]
10456:
10457: 2006-03-01 paf
10458:
10459: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10460: \n to ' ' in
10461:
10462: 2006-02-18 paf
10463:
10464: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10465: \n to ' ' in
10466:
10467: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10468:
10469: 2006-02-03 paf
10470:
10471: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10472: base64
10473:
10474: * src/main/pa_common.C: ! bugfix: decoding from base64
10475:
10476: 2006-01-20 paf
10477:
10478: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10479: economy fix
10480:
10481: * src/classes/: table.C: merged from HEAD ! bugfix
10482: ^table.save[$.encloser-s now handled properly
10483:
10484: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10485: handled properly
10486:
10487: 2006-01-19 paf
10488:
10489: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10490: libgc:USE_MUNMAP activates merging of free memory blocks which
10491: helps a lot in our case: after transform we want
10492: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10493:
10494: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10495: economy fix
10496:
10497: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10498: activates merging of free memory blocks which helps a lot in our
10499: case: after transform we want CORD(main.result)->cstr[big
10500: malloc]->transcode[big malloc]
10501:
10502: 2006-01-17 paf
10503:
10504: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10505: before reading them. got rid of reallocs = became quicker and
10506: less fragmentated
10507:
10508: 2005-12-29 paf
10509:
1.116 moko 10510: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10511: configure, configure.in, src/include/pa_version.h,
10512: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10513: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10514: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10515: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10516: src/lib/ltdl/missing: . merged from 3.2.1
10517:
1.116 moko 10518: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10519: packaged when 'make dist', so do configure companion files in
10520: src/lib/ltdl
10521:
10522: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10523: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10524: missing: . now config_auto.h is created with configure [were
10525: constant]
1.95 moko 10526:
10527: * INSTALL: . references to documentation and some clarification
10528:
10529: * buildall-with-xml, buildall-without-xml: . farawell doc
10530: indication
10531:
1.116 moko 10532: * Makefile.am: . dist+=buildall*
1.95 moko 10533:
10534: 2005-12-28 paf
10535:
10536: * configure: . 3.2.1
10537:
10538: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10539: simplify build process, see INSTALL
10540:
10541: 2005-12-26 paf
10542:
10543: * configure: ver
10544:
10545: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10546: version
10547:
10548: 2005-12-21 paf
10549:
10550: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10551: compiled with bison 1.875b, it reports unexpected token names
10552:
10553: 2005-12-19 paf
10554:
10555: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10556: holds a link to xmlNode to prevent premature gc(xmlNode)
10557:
10558: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10559: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10560: src/main/main.vcproj, src/main/pa_globals.C,
10561: src/targets/cgi/parser3.vcproj,
10562: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10563: configure, configure.in, src/include/pa_version.h: . killing
10564: gdome [what a relief]
10565:
10566: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10567: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10568: run_parser.sh, results/001.processed, results/002.processed,
10569: results/003.processed, results/004.processed,
10570: results/005.processed, results/006.processed,
10571: results/008.processed, results/009.processed,
10572: results/010.processed, results/011.processed,
10573: results/012.processed, results/013.processed,
10574: results/014.processed, results/015.processed,
10575: results/016.processed, results/017.processed,
10576: results/018.processed, results/020.processed,
10577: results/021.processed, results/022.processed,
10578: results/023.processed, results/024.processed,
10579: results/025.processed, results/026.processed,
10580: results/027.processed, results/028.processed,
10581: results/029.processed, results/030.processed,
10582: results/031.processed, results/032.processed,
10583: results/033.processed, results/034.processed,
10584: results/035.processed, results/036.processed,
10585: results/037.processed, results/038.processed,
10586: results/039.processed, results/040.processed,
10587: results/041.processed, results/042.processed,
10588: results/043.processed, results/044.processed,
10589: results/045.processed, results/046.processed,
10590: results/047.processed, results/048.processed,
10591: results/049.processed, results/050.processed,
10592: results/051.processed, results/052.processed,
10593: results/053.processed, results/054.processed,
10594: results/055.processed, results/056.processed,
10595: results/057.processed, results/058.processed,
10596: results/059.processed, results/060.processed,
10597: results/061.processed, results/062.processed,
10598: results/063.processed, results/064.processed,
10599: results/065.processed, results/066.processed,
10600: results/067.processed, results/068.processed,
10601: results/069.processed, results/070.processed,
10602: results/071.processed, results/072.processed,
10603: results/073.processed, results/074.processed,
10604: results/075.processed, results/076.processed,
10605: results/077.processed, results/078.processed,
10606: results/079.processed, results/080.processed,
10607: results/081.processed, results/082.processed,
10608: results/083.processed, results/084.processed,
10609: results/085.processed, results/086.processed,
10610: results/087.processed, results/088.processed,
10611: results/089.processed, results/090.processed,
10612: results/091.processed, results/092.processed,
10613: results/093.processed, results/094.processed,
10614: results/095.processed, results/096.processed,
10615: results/097.processed, results/099.processed,
10616: results/100.processed, results/101.processed,
10617: results/102.processed, results/104.processed,
10618: results/105.processed, results/106.processed,
10619: results/107.processed, results/108.processed,
10620: results/109.processed, results/110.processed,
10621: results/111.processed, results/112.processed,
10622: results/113.processed, results/114.processed,
10623: results/115.processed, results/117.processed,
10624: results/119.processed, results/120.processed,
10625: results/121.processed, results/122.processed,
10626: results/123.processed, results/124.processed,
10627: results/125.processed, results/126.processed,
10628: results/127.processed, results/128.processed,
10629: results/129.processed, results/130.processed,
10630: results/131.processed, results/132.processed,
10631: results/133.processed, results/134.processed,
10632: results/135.processed, results/136.processed,
10633: results/138.processed, results/139.processed,
10634: results/140.processed, results/141.processed,
10635: results/142.processed, results/143.processed,
10636: results/144.processed, results/145.processed,
10637: results/146.processed, results/147.processed,
10638: results/148.processed, results/149.processed, results/auto.p: .
10639: now works if we turn off default auto.p
10640:
1.116 moko 10641: * configure: . makes
1.95 moko 10642:
10643: * src/types/pa_vxnode.C: . less warnings
10644:
10645: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10646: tests/145.html, tests/149.html, tests/descript.ion,
10647: tests/outputs/d.cmd, tests/results/142.processed,
10648: tests/results/143.processed, tests/results/144.processed,
10649: tests/results/145.processed, tests/results/146.processed,
10650: tests/results/147.processed, tests/results/148.processed,
10651: tests/results/149.processed: . removed .nodeValue from all node
10652: types other than 5 (grabbed piece from gdome)
10653:
10654: * tests/: 137.html, results/137.processed: . not handled this case
10655: yet. code does not hang from inserting parent into child,
10656: considering thing minor issue -- nodes are removed from source
10657: anyway, don't know why shold that be an error after all
10658:
10659: * src/targets/cgi/parser3.C: . style
10660:
10661: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10662: xdoc too [were barking "not element"]
10663:
10664: 2005-12-16 paf
10665:
10666: * tests/: 146.html, 147.html, 148.html: . more tests
10667:
10668: * src/classes/xnode.C: . also bark on possible errors
10669:
10670: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10671: props
10672:
10673: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10674: main/compile.y: merged from HEAD ! fixed overoptimized
10675: ^call(false) case. (confused it with ^call[] case)
10676:
10677: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10678: ^call(false) case. (confused it with ^call[] case)
10679:
10680: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10681:
10682: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10683: results/001.processed, results/002.processed,
10684: results/003.processed, results/004.processed,
10685: results/005.processed, results/006.processed,
10686: results/008.processed, results/009.processed,
10687: results/010.processed, results/011.processed,
10688: results/012.processed, results/013.processed,
10689: results/014.processed, results/015.processed,
10690: results/016.processed, results/017.processed,
10691: results/018.processed, results/019.processed,
10692: results/020.processed, results/021.processed,
10693: results/022.processed, results/023.processed,
10694: results/024.processed, results/025.processed,
10695: results/026.processed, results/027.processed,
10696: results/028.processed, results/029.processed,
10697: results/030.processed, results/031.processed,
10698: results/032.processed, results/033.processed,
10699: results/034.processed, results/035.processed,
10700: results/036.processed, results/037.processed,
10701: results/038.processed, results/039.processed,
10702: results/040.processed, results/041.processed,
10703: results/042.processed, results/043.processed,
10704: results/044.processed, results/045.processed,
10705: results/046.processed, results/047.processed,
10706: results/048.processed, results/049.processed,
10707: results/050.processed, results/051.processed,
10708: results/052.processed, results/053.processed,
10709: results/054.processed, results/055.processed,
10710: results/056.processed, results/057.processed,
10711: results/058.processed, results/059.processed,
10712: results/060.processed, results/061.processed,
10713: results/062.processed, results/063.processed,
10714: results/064.processed, results/065.processed,
10715: results/066.processed, results/067.processed,
10716: results/068.processed, results/069.processed,
10717: results/070.processed, results/071.processed,
10718: results/072.processed, results/073.processed,
10719: results/074.processed, results/075.processed,
10720: results/076.processed, results/077.processed,
10721: results/078.processed, results/079.processed,
10722: results/080.processed, results/081.processed,
10723: results/082.processed, results/083.processed,
10724: results/084.processed, results/085.processed,
10725: results/086.processed, results/087.processed,
10726: results/088.processed, results/089.processed,
10727: results/090.processed, results/091.processed,
10728: results/092.processed, results/093.processed,
10729: results/094.processed, results/095.processed,
10730: results/096.processed, results/097.processed,
10731: results/099.processed, results/101.processed,
10732: results/102.processed, results/104.processed,
10733: results/105.processed, results/106.processed,
10734: results/107.processed, results/108.processed,
10735: results/109.processed, results/110.processed,
10736: results/111.processed, results/112.processed,
10737: results/113.processed, results/114.processed,
10738: results/115.processed, results/116.processed,
10739: results/117.processed, results/118.processed,
10740: results/119.processed, results/120.processed,
10741: results/121.processed, results/122.processed,
10742: results/123.processed, results/124.processed,
10743: results/125.processed, results/126.processed,
10744: results/127.processed, results/128.processed,
10745: results/129.processed, results/130.processed,
10746: results/131.processed, results/132.processed,
10747: results/133.processed, results/134.processed,
10748: results/135.processed, results/136.processed,
10749: results/137.processed, results/138.processed,
10750: results/139.processed, results/140.processed,
10751: results/141.processed: . refreshed old tests, made them work
10752: without auto.p (in utf8) . things noted: . gif got encoded
10753: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10754: some strange year)
10755:
10756: * INSTALL: . revived linux libgc fix
10757:
10758: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10759: glib/gdome in INSTALL and patches]
10760:
10761: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10762: include/pa_charset.h, include/pa_config_includes.h,
10763: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10764: include/pa_xml_exception.h, lib/cord/Makefile.am,
10765: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10766: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10767: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10768: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10769: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10770: types/pa_vxnode.h: . started killing gdome
10771:
10772: 2005-12-13 paf
10773:
10774: * src/main/: pa_request.C: merged from HEAD ! when code in
10775: @unhandled_exception thrown another exception, print correct
10776: origin (earlier code in catch of exception inside of
10777: @unhandled_exception grabbed parent_frame(original_exception)
10778: origin and printed it, instead of true origin)
10779:
10780: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10781: another exception, print correct origin (earlier code in catch of
10782: exception inside of @unhandled_exception grabbed
10783: parent_frame(original_exception) origin and printed it, instead
10784: of true origin)
10785:
10786: 2005-12-09 paf
10787:
10788: * INSTALL: . updated INSTALL doc to work around linux stack base
10789: detection problem, due to change in gc6.4 code
10790:
10791: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10792: ignored in ^string.matched :(
10793:
10794: * src/main/pa_string.C: ! regex tainting were ignored in
10795: ^string.matched :(
10796:
10797: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10798: src/include/pa_config_fixed.h, src/include/pa_version.h,
10799: src/main/compile.y, src/main/compile_tools.h,
10800: src/main/pa_charset.C, src/main/pa_common.C,
10801: src/main/pa_globals.C, src/main/pa_string.C,
10802: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10803: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10804:
10805: 2005-12-08 paf
10806:
10807: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10808: 500 chars now handled OK [were wrapped on 500th char according to
10809: rfc, but sendmail failed to unwrap it properly]
10810:
10811: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10812: handled OK [were wrapped on 500th char according to rfc, but
10813: sendmail failed to unwrap it properly]
10814:
10815: * src/targets/isapi/parser3isapi.C: . less warnings
10816:
10817: * src/targets/isapi/parser3isapi.C: . undone some strange change
10818: since 3.1.5
10819:
10820: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10821: link fixes
10822:
10823: * src/: classes/date.C, include/pa_config_fixed.h,
10824: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10825: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10826: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10827:
10828: * src/include/pa_config_fixed.h: . removed outdated string origins
10829: [in current storage scheme there's no place for them. someday we
10830: can add third CORD to store origins and special version of parser
10831: which stores origins there [separate binary]]
10832:
10833: 2005-12-07 paf
10834:
10835: * src/targets/isapi/parser3isapi.C: . now links in release mode
10836:
10837: * src/include/pa_version.h: makefiles
10838:
10839: * src/include/pa_version.h: . not beta
10840:
10841: * configure, configure.in, src/include/pa_version.h: not beta
10842:
10843: 2005-12-06 paf
10844:
10845: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10846: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10847: decided to undo the change ^call[$void] passes void. now it will
10848: pass empty string again.
10849:
10850: * src/main/: compile.tab.C, compile.y: . version readded
10851:
10852: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10853: = ^switch[void] problem
10854:
10855: 2005-12-01 paf
10856:
10857: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10858: caused ^case[string] to be coerced to double since searching
10859: value were not string (it was vvoid)
10860:
10861: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10862: ^case[string] to be coerced to double since searching value were
10863: not string (it was vvoid)
10864:
10865: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10866: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10867:
10868: 2005-11-30 paf
10869:
10870: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10871: win32 must putenv("TZ="), on unix works only putenv("TZ")
10872:
10873: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10874: putenv("TZ="), on unix works only putenv("TZ")
10875:
10876: * INSTALL: . xml libs versions updated
10877:
10878: * src/main/pa_globals.C: //20051130 trying to remove this, author
10879: claims that fixed a lot there // 20040920 for now both
10880: workarounds needed. wait for new libxml/xsl versions
10881:
10882: 2005-11-28 paf
10883:
10884: * src/classes/table.C: merged from HEAD: ! nameless table has
10885: columns==0
10886:
10887: * src/classes/table.C: ! nameless table has columns==0
10888:
10889: * src/main/pa_http.C: merged from HEAD: ! status line check made
10890: earlier [was totally wrong]
10891:
10892: * src/main/pa_http.C: ! status line check made earlier [was totally
10893: wrong]
10894:
10895: 2005-11-25 paf
10896:
10897: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10898: undoing for now...
10899:
10900: * src/include/pa_version.h: -this reduces speed(table::load),
10901: strange. undoing
10902:
10903: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10904:
10905: * src/classes/op.C: + ^while(){}[SEPARATOR]
10906:
10907: * src/include/pa_array.h: + optimistics added: all arrays (table
10908: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10909: this speeds things up and saves memory a LOT! (not noticed
10910: negative effect on syntetic tests, future will tell...)
10911:
10912: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10913: changed gc_malloc implementation, which obscured profiling
10914:
10915: * src/classes/table.C: merged from HEAD: + optimized
10916: table::load/sql, now row ArrayString-s allocated with
10917: columns.count() elements and don't always grow from
10918: count=3[realloc,realloc]
10919:
10920: * src/classes/table.C: + optimized table::load/sql, now row
10921: ArrayString-s allocated with columns.count() elements and don't
10922: always grow from count=3[realloc,realloc]
10923:
10924: * src/classes/table.C: merged from HEAD: . ^table.save unused
10925: buffer after save
10926:
10927: * src/classes/table.C: . ^table.save unused buffer after save
10928:
10929: 2005-11-24 paf
10930:
10931: * configure.in: . merged glib2-config patch
10932:
10933: * configure.in: + trying to find glib2-config
10934:
10935: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10936: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10937: file/dir_readable to simple file/dir_exist, this would help in
10938: situations "class not found because .p file has bad rights" << in
10939: that case error would be explicit "access denied to 'this' file"
10940:
1.116 moko 10941: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10942:
10943: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10944: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10945: to simple file/dir_exist, this would help in situations "class
10946: not found because .p file has bad rights" << in that case error
10947: would be explicit "access denied to 'this' file"
10948:
10949: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10950: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10951: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10952: ^file::exec/cgi[script;$.charset[changed]
10953: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10954: encoded in $.charset charset
10955:
10956: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10957: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10958: encoded in $.charset charset
10959:
10960: * src/: include/Makefile.am, include/pa_common.h,
10961: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10962: main/pa_common.C, main/pa_http.C: . extracted http:// into
10963: separate file [preparation for
10964: ^file::cgi[script;$.form[$.field1[]
10965:
10966: 2005-11-22 paf
10967:
10968: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10969:
10970: * acinclude.m4, configure.in: . merged underquting fixes
10971:
1.116 moko 10972: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10973:
10974: * src/classes/op.C: . overmerged a little
10975:
10976: * src/main/compile.tab.C: Makefile
10977:
10978: * src/main/: pa_common.C: . less gcc warnings
10979:
10980: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10981: now reports original exception if we have no old cache
10982:
10983: * src/classes/op.C: + $exception.handled[cache] now reports
10984: original exception if we have no old cache
10985:
10986: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10987: from HEAD: + ^taint/untaint[regex] << escapes these:
10988: \^$.[]|()?*+{}
10989:
10990: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10991: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10992:
10993: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10994: getenv-ed variable, which does not work both on win32&unix.
10995: copied old TZ value now
10996:
10997: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10998: stored pointer to getenv-ed variable, which does not work both on
10999: win32&unix. copied old TZ value now
11000:
11001: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11002: getenv-ed variable, which does not work both on win32&unix.
11003: copied old TZ value now
11004:
11005: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11006: access to internal hash
11007:
11008: * src/types/pa_vresponse.C: + $response:headers access to internal
11009: hash
11010:
11011: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11012: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11013: isapi] this reduces number of "GC Warning: Repeated allocation of
11014: very large block" messages to only important onces
11015:
11016: * src/targets/isapi/parser3isapi.C: +
11017: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11018: isapi] this reduces number of "GC Warning: Repeated allocation of
11019: very large block" messages to only important onces
11020:
11021: * src/classes/string.C: merged from HEAD: + removed limitation on
11022: ^string/int/double:sql{}[$.default[({param style})] ]
11023:
11024: * src/classes/string.C: + removed limitation on
11025: ^string/int/double:sql{}[$.default[({param style})] ]
11026:
11027: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11028: with ?params or $.form option" limitation
11029:
11030: * src/main/pa_common.C: + removed "use either uri with ?params or
11031: $.form option" limitation
11032:
11033: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11034: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11035: ^file::base64[encoded] decode
11036:
11037: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11038: main/pa_common.C: + ^file.base64[] encode +
11039: ^file::base64[encoded] decode
11040:
11041: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11042: ^string:base64[encoded] decode
11043:
11044: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11045: ^string:base64[in] encode + ^string.base64[] decode
11046:
11047: 2005-11-21 paf
11048:
11049: * src/classes/file.C: + merged from HEAD:
11050: ^file::create[text;file.xml;^untaint[xml]{data}]
11051:
11052: * src/classes/file.C: +
11053: ^file::create[text;file.xml;^untaint[xml]{data}]
11054:
11055: * src/main/pa_request.C: ! merged: $response:body[file] now
11056: differes from :download, it does not return content-disposition
11057: at all now [previusely it returned valueless content-disposition]
11058:
11059: * src/main/pa_request.C: ! $response:body[file] now differes from
11060: :download, it does not return content-disposition at all now
11061: [previusely it returned valueless content-disposition]
11062:
11063: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11064: literals, reverted to just vvod, recreating empty array with each
11065: void_value token. that's absolutely needed, since that array
11066: grows
11067:
11068: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11069: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11070: types/pa_vmethod_frame.h: + merged: expression literals:
11071: true/false. ^format[$.indent(true)]
11072:
11073: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11074: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11075: types/pa_vmethod_frame.h: + expression literals: true/false.
11076: ^format[$.indent(true)]
11077:
11078: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11079: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11080: i386-pc-win32)"
11081:
11082: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11083: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11084: i386-pc-win32)"
11085:
11086: 2005-11-18 paf
11087:
11088: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11089: null}[$.default(123)] will now return default value
11090:
11091: * src/classes/op.C: + merged ^cache[] << returns current cache
11092: expiration time
11093:
11094: * src/classes/op.C: + ^cache[] << returns current cache expiration
11095: time
11096:
11097: * src/classes/table.C: ! merged ^table::create[not'nameless';
11098: failed << Exception.problem_source pointed to local var!
11099:
11100: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11101: Exception.problem_source pointed to local var!
11102:
11103: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11104: now loads VFile.ptr!=0, so such files can be saved now
11105:
11106: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11107: loads VFile.ptr!=0, so such files can be saved now
11108:
11109: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11110: only . and .. now removed from list [were removed all .*]
11111:
11112: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11113: .. now removed from list [were removed all .*]
11114:
11115: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11116: open error now checked, were not :( [stole that piece from apache
11117: 1.3 sources]
11118:
11119: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11120: checked, were not :( [stole that piece from apache 1.3 sources]
11121:
11122: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11123: untainting of @main result if returned by $result or
11124: $response:body
11125:
11126: * src/main/pa_request.C: ! ensured proper untainting of @main
11127: result if returned by $result or $response:body
11128:
11129: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11130: issue: now tries to guess content-length and allocates one big
11131: piece if possible [regretfully gc_realloc works as malloc+free,
11132: leaving lots of holes behind]
11133:
11134: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11135: fixed file load memory issue: now tries to guess content-length
11136: and allocates one big piece if possible [regretfully gc_realloc
11137: works as malloc+free, leaving lots of holes behind]
11138:
11139: 2005-11-16 paf
11140:
11141: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11142: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11143: table::save with enclosers now doubles them: "->"" !
11144: table::save/load do not remove elements from options hash
11145:
11146: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11147: [were overoptimized ^if(double_literal), compiler confused
11148: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11149:
11150: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11151: [were overoptimized ^if(double_literal), compiler confused
11152: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11153:
11154: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11155: main/pa_common.C: ! table::save with enclosers now doubles them:
11156: "->"" ! table::save/load do not remove elements from options hash
11157:
11158: 2005-11-03 paf
11159:
1.116 moko 11160: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11161: compilation, not all makefiles liked that
1.95 moko 11162:
11163: 2005-08-30 paf
11164:
11165: * src/classes/op.C: merge . speedup check of [DEFAULT]
11166:
11167: * src/classes/op.C: . speedup check of [DEFAULT]
11168:
11169: 2005-08-26 paf
11170:
11171: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11172:
11173: * src/: classes/date.C, types/pa_vdate.h: + date.week
11174:
11175: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11176: complains about bad!=nameless
11177:
11178: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11179: about bad!=nameless
11180:
11181: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11182: optional options were allowed to be empty. were checked
11183: if(is_string), changed to !defined||is_string to allow void
11184:
11185: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11186: classes/string.C, classes/table.C, classes/void.C: ! optional
11187: options were allowed to be empty. were checked if(is_string),
11188: changed to !defined||is_string to allow void
11189:
11190: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11191: as_junction where they needed as_int/double, so failed with
11192: recent "(const) now no junction" optimization
11193:
11194: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11195: merged ! many classes/* used as_junction where they needed
11196: as_int/double, so failed with recent "(const) now no junction"
11197: optimization
11198:
11199: * src/: classes/double.C, classes/int.C, classes/math.C,
11200: classes/op.C, classes/string.C, classes/table.C,
11201: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11202: used as_junction where they needed as_int/double, so failed with
11203: recent "(const) now no junction" optimization
11204:
11205: 2005-08-24 paf
11206:
11207: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11208: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11209: stripped it
11210:
11211: 2005-08-09 paf
11212:
11213: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11214: not cleared
11215:
11216: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11217: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11218: classes/hashfile.C, classes/image.C, classes/int.C,
11219: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11220: classes/response.C, classes/string.C, classes/table.C,
11221: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11222: include/pa_array.h, include/pa_cache_managers.h,
11223: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11224: include/pa_config_fixed.h, include/pa_config_includes.h,
11225: include/pa_dictionary.h, include/pa_dir.h,
11226: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11227: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11228: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11229: include/pa_request_charsets.h, include/pa_request_info.h,
11230: include/pa_sapi.h, include/pa_socks.h,
11231: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11232: include/pa_stack.h, include/pa_string.h,
11233: include/pa_stylesheet_connection.h,
11234: include/pa_stylesheet_manager.h, include/pa_table.h,
11235: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11236: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11237: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11238: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11239: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11240: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11241: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11242: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11243: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11244: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11245: main/pa_sql_driver_manager.C, main/pa_string.C,
11246: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11247: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11248: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11249: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11250: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11251: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11252: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11253: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11254: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11255: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11256: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11257: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11258: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11259: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11260: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11261: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11262: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11263: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11264: types/pa_vresponse.C, types/pa_vresponse.h,
11265: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11266: types/pa_vstateless_object.h, types/pa_vstatus.C,
11267: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11268: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11269: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11270: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11271: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11272:
11273: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11274: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11275: speedup consequent checks in vmethod_frame
11276:
11277: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11278: not cleared
11279:
11280: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11281: params: 50 max (were 10)
11282:
11283: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11284: params: 50 max (were 10)
11285:
11286: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11287: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11288: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11289: empty string) ! simplified (double) speedup consequent checks in
11290: vmethod_frame
11291:
11292: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11293: optimized constants in expressions vstring->vdouble + optimized
11294: ^call(vdouble), no junction creation, no calls later
11295:
11296: 2005-08-08 paf
11297:
11298: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11299: compile_tools.h: merged + optimized constants in expressions
11300: vstring->vdouble + optimized ^call(vdouble), no junction
11301: creation, no calls later
11302:
11303: * src/types/pa_vdouble.h: merged . double values without fractional
11304: part now default printed as %.0f instead of %g
11305:
11306: * src/types/pa_vdouble.h: . double values without fractional part
11307: now default printed as %.0f instead of %g
11308:
11309: * src/classes/hashfile.C: . merged ! second hashfile::open would
11310: cause an exception
11311:
11312: * src/classes/hashfile.C: ! second hashfile::open would cause an
11313: exception
11314:
11315: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11316: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11317: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11318: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11319: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11320: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11321: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11322: types/pa_vresponse.h, types/pa_vstateless_class.C,
11323: types/pa_vstateless_object.h, types/pa_vvoid.h,
11324: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11325: merged VJunction(new Junction) optimization from 3.1.4
11326:
11327: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11328: types/pa_vstateless_class.C: + optimized new VJunction(new
11329: Junction(params)) to new VJunction(params), thousands of mallocs
11330: removed
11331:
11332: 2005-08-05 paf
11333:
11334: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11335: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11336: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11337: creation, no calls later
11338:
11339: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11340: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11341: classes/hashfile.C, classes/image.C, classes/int.C,
11342: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11343: classes/response.C, classes/string.C, classes/table.C,
11344: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11345: include/pa_array.h, include/pa_cache_managers.h,
11346: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11347: include/pa_config_fixed.h, include/pa_config_includes.h,
11348: include/pa_dictionary.h, include/pa_dir.h,
11349: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11350: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11351: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11352: include/pa_request_charsets.h, include/pa_request_info.h,
11353: include/pa_sapi.h, include/pa_socks.h,
11354: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11355: include/pa_stack.h, include/pa_string.h,
11356: include/pa_stylesheet_connection.h,
11357: include/pa_stylesheet_manager.h, include/pa_table.h,
11358: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11359: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11360: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11361: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11362: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11363: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11364: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11365: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11366: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11367: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11368: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11369: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11370: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11371: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11372: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11373: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11374: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11375: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11376: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11377: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11378: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11379: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11380: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11381: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11382: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11383: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11384: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11385: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11386: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11387: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11388: types/pa_vstateless_object.h, types/pa_vstatus.C,
11389: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11390: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11391: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11392: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11393: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11394:
11395: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11396: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11397: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11398: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11399: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11400: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11401: optimized constants in expressions vstring->vdouble
11402:
11403: 2005-07-29 paf
11404:
11405: * src/types/pa_vclass.C: . shaped up error messages a bit
11406:
11407: * src/types/pa_vclass.C: + property getter can now be overridden
11408:
11409: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11410: bug fix: static parent fields were not replaced in case
11411: $derived:field[put] + property setter can now be overridden
11412:
11413: 2005-07-28 paf
11414:
11415: * configure, configure.in, src/classes/classes.h,
11416: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11417: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11418: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11419: src/classes/xnode.h, src/include/pa_hash.h,
11420: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11421: src/types/Makefile.am, src/types/pa_method.h,
11422: src/types/pa_value.h, src/types/pa_vclass.C,
11423: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11424: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11425: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11426: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11427: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11428: src/types/pa_vobject.C, src/types/pa_vobject.h,
11429: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11430: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11431: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11432: src/types/pa_vstateless_class.h,
1.95 moko 11433: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11434: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11435: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11436: dynamic_fields_join
11437:
11438: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11439: classes/xnode.C, include/pa_hash.h, main/execute.C,
11440: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11441: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11442: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11443: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11444: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11445: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11446: types/pa_vresponse.h, types/pa_vstateless_object.h,
11447: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11448: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11449: restored its checks in vobject.put_element->static fields |
11450: dynamic properties
11451:
11452: 2005-07-27 paf
11453:
11454: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11455: is some old code containing @set_name $name
11456:
11457: * src/types/pa_vobject.h: . fixed warning
11458:
11459: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11460: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11461:
11462: * src/: classes/xnode.C, include/pa_hash.h,
11463: types/pa_vstateless_class.C: ! new asserts were all false.
11464: regretfully reverted them all to checks
11465:
11466: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11467: classes/op.C, main/execute.C, types/pa_method.h,
11468: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11469: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11470: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11471: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11472: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11473: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11474: types/pa_vstateless_object.h, types/pa_vvoid.h,
11475: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11476: joined_dynamic_fields: removed unused param from put_method
11477: (returned to 3 params)
11478:
11479: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11480: joined_dynamic_fields: dynamic get/set works with overriding
11481: props [alpha2]
11482:
11483: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11484: works [alfa]
11485:
11486: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11487: classes/op.C, include/pa_hash.h, main/execute.C,
11488: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11489: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11490: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11491: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11492: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11493: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11494: types/pa_vresponse.h, types/pa_vstateless_class.C,
11495: types/pa_vstateless_object.h, types/pa_vvoid.h,
11496: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11497: joined_dynamic_fields: just compiled
11498:
11499: * src/: classes/date.C, classes/file.C, classes/hash.C,
11500: classes/hashfile.C, classes/image.C, classes/table.C,
11501: classes/xdoc.C, classes/xnode.h, main/execute.C,
11502: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11503: types/pa_vstateless_class.h: joined_dynamic_fields: started
11504:
11505: * src/types/pa_vobject.C: . object setters [only started, does not
11506: work yet]
11507:
11508: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11509: object setters [only started, does not work yet]
11510:
11511: 2005-07-26 paf
11512:
11513: * src/: include/pa_request.h, main/execute.C: . properties: set
11514: works [alpha2]. for classes. todo: for objects
11515:
11516: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11517: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11518: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11519: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11520: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11521: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11522: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11523: types/pa_vstateless_object.h, types/pa_vvoid.h,
11524: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11525: properties: set works [alpha1]
11526:
11527: 2005-07-25 paf
11528:
11529: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11530: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11531: properties: started, get works [alpha1, other approach]
11532:
11533: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11534: properties: started, get works [alpha2]
11535:
11536: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11537: pa_vstateless_class.h: . properties: started, get works [alpha]
11538:
11539: 2005-07-15 paf
11540:
11541: * src/: classes/classes.h, classes/op.C, main/execute.C,
11542: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11543: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11544: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11545: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11546: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11547: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11548: types/pa_vresponse.C, types/pa_vresponse.h,
11549: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11550: types/pa_vstateless_object.h, types/pa_vvoid.h,
11551: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11552: types/pa_wwrapper.h, types/types.vcproj: + started property
11553: [getters work but think of changing them too to precaching]
11554:
11555: 2005-07-08 paf
11556:
11557: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11558: gpf
11559:
11560: 2005-06-28 paf
11561:
11562: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11563: in passing empty strings to file::exec/cgi environment
11564:
11565: 2005-06-06 paf
11566:
11567: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11568: ^table:sql ^hash:sql now DO process $.bind option
11569:
11570: 2005-05-24 paf
11571:
11572: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11573: $.limit] now work again [support was broken in 3.1.4]
11574:
11575: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11576: ALL_INTERIOR_POINTERS
11577:
11578: 2005-05-12 paf
11579:
11580: * configure: 3.1.5beta
11581:
11582: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11583:
11584: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11585: $.limit] now work again [support was broken in 3.1.4]
11586:
11587: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11588: line-width [was refusing to fill if line-width >1, thanks to
11589: Seras <seras@pinxit.lt> for repro case
11590:
11591: 2005-04-25 paf
11592:
11593: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11594: correctly
11595:
11596: 2005-04-19 paf
11597:
11598: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11599: in VString violating invariant!!
11600:
11601: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11602: getenv("TZ")==null
11603:
11604: 2005-04-08 paf
11605:
11606: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11607: bugfix: when there is no char in charset one byte produces 6
11608: (ÿ <<max). increased buffer size!
11609:
11610: 2005-03-23 paf
11611:
11612: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11613: ^date.sql-string now takes TZ into account
11614:
11615: 2005-03-16 paf
11616:
11617: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11618: gcc 3.4
11619:
11620: * src/types/pa_vhash.C: . warning about eof eol
11621:
11622: 2005-02-17 paf
11623:
11624: * operators.txt, src/classes/op.C: + operator ^sleep(double
11625: seconds)
11626:
11627: 2005-02-02 paf
11628:
11629: * src/classes/xnode.C: beauty: removed needless includes
11630:
11631: 2005-01-31 paf
11632:
11633: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11634: $.partNoNumber now alias to $.part1
11635:
11636: * src/types/pa_vmail.C: change: incoming letter part contains
11637: "content-disposition" header with any value? now considering that
11638: part to be "file#" [for text/plain text/html were $.text#
11639: $.html#]
11640:
11641: * INSTALL: updatet to latest working versions available
11642:
11643: 2005-01-20 paf
11644:
11645: * configure.in, src/include/pa_version.h: version
11646:
11647: 2005-01-19 paf
11648:
1.116 moko 11649: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11650: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11651: couple warnings in parser3.C
1.95 moko 11652:
11653: 2004-12-23 paf
11654:
11655: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11656:
11657: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11658: dir to directory of script (when shbang used), not to directory
11659: of its interpreter
11660:
11661: * src/include/pa_version.h: compiled on win32...
11662:
11663: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11664: we need more hspace
11665:
11666: * configure, configure.in, src/include/pa_version.h: configured
11667: host to pa_version. will be displayed everywhere
11668:
11669: * src/main/pa_request.C: new: @unhandled_exception can prevent
11670: exception from being logged by setting $exception.handled(1)
11671:
11672: * operators.txt, src/classes/file.C: change:
11673: ^file::sql{query}[[options]] options: $.name[file name]
11674: $.content-type[application/what]
11675:
11676: * src/: include/pa_common.h, main/pa_common.C,
11677: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11678: new file
11679:
11680: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11681: bugfix: table->hash now regards _default
11682:
11683: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11684: created by accessing $name_of_method it acquired bad self=closest
11685: methodframe; instead of proper self (current class)
11686:
11687: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11688: hashfile produced bad cord
11689:
11690: 2004-12-10 paf
11691:
11692: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11693: subsequent failures though defined in .h
11694:
11695: * src/main/pa_common.C: comment on volatile
11696:
11697: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11698: alarm function were not used since the beginning due to stupid
11699: error [setsigjmp were not checked in configure.in]
11700:
11701: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11702: unix too
11703:
11704: * src/main/pa_common.C: http: exception status of send/recv errors
11705: change to most probable http.timeout
11706:
11707: * src/main/pa_common.C: win32: http connection $.timeout option now
11708: works [setsockopt on send/receive]
11709:
11710: 2004-12-08 paf
11711:
11712: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11713: cstr-ed knowing mail charset, and untainting uri lang now knows
11714: proper charset
11715:
11716: 2004-11-24 paf
11717:
11718: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11719:
11720: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11721: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11722:
11723: 2004-11-12 paf
11724:
11725: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11726: [since 3.0.4]
11727:
11728: 2004-11-09 paf
11729:
11730: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11731: writes basics to c:\parser3.log
11732:
11733: 2004-10-21 paf
11734:
11735: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11736: tainted strings [were returning clean onces]
11737:
11738: 2004-10-15 paf
11739:
11740: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11741: cycles(i=1; i=2), which was wrong, now does ONE
11742:
11743: 2004-10-12 paf
11744:
11745: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11746:
11747: 2004-10-07 paf
11748:
11749: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11750: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11751: release asserts
11752:
11753: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11754: String.dump() to stdout in detailed form [were String.v() in
11755: short form]
11756:
11757: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11758: \t\r\n as @#| and truncates long char sequences less
11759:
11760: 2004-10-06 paf
11761:
11762: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11763: win32 beauty: socket errors properly decoded
11764:
11765: 2004-10-05 paf
11766:
11767: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11768: request::configure_user/admin done always, even if no
11769: file-to-process useful in @unhandled_exception [say, if they
11770: would want to mail by SMTP something]
11771:
11772: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11773: now performed prior to file loading [and @auto executing] thus
11774: making $cookie:value available in @auto and in
11775: @unhandled_exception when IIS is configured to run interpreter
11776: even if no file exist
11777:
11778: 2004-09-20 paf
11779:
11780: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11781: somewhere where it should have called xmlMalloc and it calls
11782: xmlFree when it should have not called it. inserted two
11783: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11784: xmlFree just ignored. put away a testcase, maybe someday libxml
11785: author would fix all that. until that day: we have SLOW garbage
11786: collecting when many xml objects are alive hint: do
11787: ^memory:compact[] before xdoc::create
11788:
11789: 2004-09-17 paf
11790:
11791: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11792: error from 3.0.8 version]
11793:
11794: 2004-09-14 paf
11795:
11796: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11797: part bugfix: hashfile.foreach iterated only part if hashfile were
11798: modified inside
11799:
11800: 2004-09-13 paf
11801:
11802: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11803: [were as octal]
11804:
11805: * src/types/pa_vhashfile.C: beauty: not reproduced
11806: $hashfile.key[$novalue] bug [reported by motorin], inserted
11807: safety-check
11808:
11809: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11810: [not something obscure from sdbm lib]
11811:
11812: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11813: = strerror now returnes something and we can properly report that
11814: to client
11815:
11816: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11817: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11818:
11819: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11820: [tainted as-is] this helps //[space][newline] to remain as-is and
11821: not be unnecessary optimized away [ruining javascript]
11822:
11823: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11824: [tainted as-is]
11825:
11826: * src/classes/mail.C: bugfix: typo error
11827:
11828: 2004-09-09 paf
11829:
11830: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11831: separators bugfix: loads header with endings \r\n\r\n and \n\n
11832: (bloody yandex.server)
11833:
11834: 2004-09-06 paf
11835:
11836: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11837: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11838: encoded
11839:
11840: 2004-09-01 paf
11841:
11842: * src/types/pa_vmail.C: change: multipart/mixed changed to
11843: multipart/related outlook express have no problems showing
11844: unrelated attachments. todo: someday figure out a way of
11845: multipart/mixed multipart/related text/html
11846: image/xxx application/octet-stream << true attachments
11847:
11848: * src/types/pa_vmail.C: new:
11849: ^mail:send[$.file[$.content-disposition can be overriden new:
11850: empty mail header fields removed from letter
11851:
11852: * src/: classes/mail.C, include/pa_config_fixed.h,
11853: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11854: ^mail:send[ $.file[ $.any[header]
11855:
11856: 2004-08-30 paf
11857:
11858: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11859: warnings
11860:
11861: * src/main/pa_common.C: beauty: do not bother with charset
11862: detection when ^file::load[binary
11863:
11864: 2004-08-27 paf
11865:
11866: * src/main/pa_common.C: hack: for yandex.server http server
11867:
11868: 2004-08-18 paf
11869:
11870: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11871: possibly-chunked response
11872:
11873: 2004-08-17 paf
11874:
11875: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11876: $f.content-type now = that of http response
11877:
11878: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11879: $f.content-type now = that of http response
11880:
11881: 2004-07-30 paf
11882:
11883: * src/: include/pa_request.h, main/pa_request.C,
11884: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11885: win32: system&parser exceptions in release mode reported properly
11886: parser exception in exception handler WERE mistakenly reported as
11887: system exception, without details [in apache & isapi] +some
11888: beauty in exception text
11889:
11890: * src/: include/pa_exception.h, main/pa_request.C,
11891: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11892: release mode reported properly parser exception in exception
11893: handler WERE mistakenly reported as system exception, without
11894: details
11895:
11896: * src/main/execute.C: beauty: simplified system exception handling
11897:
11898: 2004-07-29 paf
11899:
11900: * src/classes/table.C: bugfix:
11901: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11902: were ignored, and \t used unconditionally]
11903:
11904: * src/types/Makefile.am: added vhash.c
11905:
11906: 2004-07-28 paf
11907:
11908: * src/: classes/date.C, classes/image.C, classes/math.C,
11909: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11910: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11911: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11912: failed on russian letters
11913:
11914: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11915: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11916: letters
11917:
11918: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11919: as 'currentDirectory' parameter to CreateProcess
11920:
11921: 2004-07-27 paf
11922:
11923: * src/targets/cgi/parser3.vcproj: beauty: win32:
11924: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11925: from release somewhere [to help searching for unhandled system
11926: exceptions]
11927:
11928: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11929: TZ shift
11930:
11931: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11932: but also in ctor
11933:
11934: 2004-07-26 paf
11935:
11936: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11937: src/main/pa_request.C, src/types/pa_vfile.h,
11938: src/types/pa_vhash.C, src/types/pa_vhash.h,
11939: src/types/types.vcproj: new: $response:body/download[
11940: $.file[name on disk] $.name[of file for user]
11941: $.mdate[date of last-modified. default from directory] ]
11942:
11943: * src/classes/file.C: moving file:send somewhere else..
11944:
11945: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11946: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11947: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11948: $response:download[ $.filename[filename] $.option[] ,, ]
11949:
11950: * src/classes/file.C: beauty: invalid mode thoroughly reported
11951:
11952: 2004-07-21 paf
11953:
11954: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11955: to several lines
11956:
11957: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11958:
11959: note: ms outlook[!express] shows only first 255 characters of
11960: subject
11961:
11962: 2004-07-15 paf
11963:
11964: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11965: off]
11966:
11967: 2004-07-14 paf
11968:
11969: * src/classes/table.C: bugfix: $.bind values now got untainted
11970: according to lang [were: as-is]
11971:
11972: 2004-07-07 paf
11973:
11974: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11975: checked that
11976:
11977: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11978: now untainted according to their languages. were: as-is.
11979: EVERYWHERE
11980:
11981: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11982: environment string now untainted according to their languages.
11983: were: as-is. EVERYWHERE
11984:
11985: * src/main/pa_exec.C: bufix: on unix environment string now
11986: untainted according to their languages. were: as-is. on win32:
11987: ok
11988:
11989: * parser3.vssscc: ...would not go unnoticed
11990:
11991: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11992: fails. in case on input appears nonutf, those bytes will be
11993: printed in %HH form. that can be easily decoded/recovered.
11994:
11995: this form is quite noticable, and hopefully would not go noticed
11996:
11997: 2004-07-06 paf
11998:
11999: * src/main/pa_exec.C: bufix: on unix environment string now
12000: untainted according to their languages. were: as-is. on win32:
12001: ok
12002:
12003: 2004-07-01 paf
12004:
12005: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12006: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12007: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12008: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12009: main/main.vcproj, targets/cgi/parser3.vcproj,
12010: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12011: option: global optimization ON
12012:
12013: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12014: to do xdoc::create{invalid chars} standard disables chars less
12015: then \x20, except tab, cr, lf.
12016:
12017: changed tainting so that those become '!'
12018:
12019: 2004-06-25 paf
12020:
12021: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12022: int on odd address [prev bugfix failed due to superwize
12023: optimizer, which turned memcpy into same 'ld' asm command]
12024:
12025: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12026: int on odd address
12027:
12028: 2004-06-22 paf
12029:
12030: * src/sql/pa_sql_driver.h: note: about possible optimization
12031:
12032: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12033: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12034: src/include/pa_config_includes.h: new: ^void:sql{call
12035: paf(:a)}[ $.bind[ $.a[2]
12036: ] ] output variables work. todo: check in out
12037: variables
12038:
12039: 2004-06-18 paf
12040:
12041: * src/: classes/file.C, classes/hash.C, classes/string.C,
12042: classes/table.C, classes/void.C, include/pa_globals.h,
12043: include/pa_sql_connection.h, main/compile.tab.C,
12044: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12045: $.bind[ $.a[2] ]
12046: ] input variables work. todo:output
12047:
12048: * src/targets/cgi/parser3.C: bugfix: iis specific
12049: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12050: /_bug.html?404;http://hpsv/test/
12051: --------------------------------------------------------------------------------
12052: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12053: --------------------------------------------------------------------------------
12054: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12055:
12056: 2004-06-16 paf
12057:
12058: * src/targets/cgi/parser3.C: new: iis specific
12059: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12060: $request:query
12061: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12062: $form:fields IIS-STATUS="404"
12063: IIS-DOCUMENT="http://server/_bug.html" f="v"
12064:
12065: todo: isapi too
12066:
12067: 2004-05-26 paf
12068:
12069: * src/include/pa_version.h: 3.1.3
12070:
12071: * operators.txt: beauty: removed outdated level 'table'
12072:
12073: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12074:
12075: * src/main/pa_string.C: beauty: removed 3 warnings
12076:
12077: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12078: classes/op.C: beauty: removed outdated level 'table'
12079:
12080: 2004-05-25 paf
12081:
12082: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12083: implementation. mistery: how anything worked
12084:
12085: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12086: changed, it is now safe to use url if pointers to it are stored
12087: to gc mem
12088:
12089: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12090: unknown errors reported and not cause SIGSEGV now
12091:
12092: 2004-05-24 paf
12093:
12094: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12095: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12096: less memory: CORD_chars_block originally intended to ... it was
12097: good that CORD_chars_block were not used: it consumes more memory
12098: [and, might be slow too] undoing that. [and removed that func so
12099: that it would not confuse parser developer in future]
12100:
12101: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12102: less memory: CORD_chars_block originally intended to
12103: speedup/reduce mem usage were forgotten, and were used stupid
12104: CORD_chars
12105:
12106: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12107:
12108: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12109: BIGENDIAN processors space-conserving mech failed, causing
12110: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12111: (1|2|3));
12112:
12113: 2004-05-14 paf
12114:
12115: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12116: bugfix: void now has vfile value, and $response:body[] works OK
12117:
12118: 2004-05-12 paf
12119:
12120: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12121: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12122: sources to use is_defined() {return as_bool();} along VBool
12123:
12124: 2004-05-11 paf
12125:
12126: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12127: referencing to local objects
12128:
12129: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12130: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12131: left intact
12132:
12133: 2004-04-15 paf
12134:
12135: * src/classes/date.C: merged: beauty: unused var removed
12136:
12137: * src/classes/date.C: beauty: unused var removed
12138:
12139: * src/include/: pa_exec.h: bugfix: interface without pointer
12140: provoked bug
12141:
12142: 2004-04-09 paf
12143:
12144: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12145:
12146: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12147:
12148: 2004-04-08 paf
12149:
12150: * src/classes/date.C: new: ^date::create[y-m-d
12151: h-M-s>>.milliseconds<<] now allowed, ignored so far
12152:
12153: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12154:
12155: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12156: to consult default catalog [usually, that file belongs to other
12157: user/group]
12158:
12159: 2004-04-06 paf
12160:
12161: * src/main/pa_common.C: beauty: gcc warning removed
12162:
12163: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12164: accept that trick, trying other
12165:
12166: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12167: explicit result problem
12168:
12169: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12170: explicit result problem
12171:
12172: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12173: explicit result problem
12174:
12175: * operators.txt, src/classes/string.C: new: ^string.append[string]
12176:
12177: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12178: main/execute.C: attempt_check_call_in_explicit_result_mode:
12179: failed
12180:
12181: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12182: http://i.p.a.ddress gethostbyaddr added [on some platforms
12183: gethostbyname failed with such 'domains'] now checked properly,
12184: were: needless reverse/forward dns lookup
12185:
12186: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12187: http://i.p.a.ddress gethostbyaddr added [on some platforms
12188: gethostbyname failed with such 'domains'] now checked properly,
12189: were: needless reverse/forward dns lookup
12190:
12191: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12192: @method[][result] means "no string output here" moved to lexical
12193: level [on grammar level it were too difficult]
12194:
12195: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12196: src/main/compile.y, src/main/compile_tools.h,
12197: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12198: @method[][result] means "no string output here", implemented part
12199: of that idea: compiler throws away string literal generation
12200: code. and barks nonwhitespace chars
12201:
12202: * operators.txt: truth: removed comment about $ORIGIN
12203:
12204: 2004-04-05 paf
12205:
12206: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12207: src/include/pa_version.h, src/main/pa_common.C,
12208: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12209:
12210: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12211: Konstantin Tomashevitch [mailto:konst@design.ru]
12212:
12213: * src/doc/html2chm.cmd: beauty: no need in bg here
12214:
12215: * src/doc/sources2html.cmd: beauty: same window, in bg it
12216: interfered with FAR console
12217:
12218: * configure, configure.in: 3.1.3
12219:
12220: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12221:
12222: * src/main/pa_common.C: removed warning
12223:
12224: * src/include/pa_version.h: 3.1.3
12225:
12226: 2004-04-02 paf
12227:
12228: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12229:
12230: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12231: allows to specify where to put parser log file
12232:
12233: 2004-04-01 paf
12234:
12235: * src/classes/table.C: bugfix: bugfix: table::load last line
12236: without tab and enter were ignored
12237:
12238: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12239: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12240: main/pa_socks.C, targets/cgi/parser3.C,
12241: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12242: bugfix: sql connections now are disconnected
12243:
12244: 2004-03-30 paf
12245:
12246: * src/classes/table.C: bugfix: table::load last line without tab
12247: and enter were ignored
12248:
12249: * src/classes/table.C: bufix: if last table lines were commented,
12250: gpfed
12251:
12252: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12253: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12254: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12255: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12256: doc/methoded.dox, doc/object.dox, doc/string.dox,
12257: doc/targets.dox, doc/value.dox, include/pa_version.h,
12258: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12259: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12260: bugfixes from 3.1.2, changed version to 3.1.3beta
12261:
12262: 2004-03-29 paf
12263:
12264: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12265: causes gpf
12266:
12267: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12268: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12269: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12270: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12271: value.dox: translated to english
12272:
12273: 2004-03-25 paf
12274:
12275: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12276: parser3project dependency removed
12277:
12278: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12279: bugfix: refused to compile without xml
12280:
12281: * src/types/pa_vform.C: beauty: removed warning
12282:
12283: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12284: any folder [removed last ;) folder dependency]
12285:
12286: * src/classes/classes.vcproj: bugfix: now all compiles in any
12287: folder [removed last ;) folder dependency]
12288:
12289: * src/include/pa_version.h: release
12290:
12291: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12292:
12293: * src/classes/table.C: beauty: comment& more meaningful error
12294: message
12295:
12296: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12297: $.hash[$.column_value1(true) ... ] [were producing some strang
12298: thing]
12299:
12300: 2004-03-23 paf
12301:
12302: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12303: and http status line parsing checked number of columns in table
12304: [user reported an assert]
12305:
12306: * operators.txt: example: on hashfile
12307:
12308: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12309: bugfix: junction reattach now actually reattaches a junction to
12310: new wcontext [were only assigning it to junction, which caused
12311: junction tracking to loose junction, and it's context were not
12312: killed, and it tried to process in invalid context, gpf]
12313:
12314: * src/targets/cgi/parser3.C: debug helper added
12315:
12316: 2004-03-19 paf
12317:
12318: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12319: "type(type)" in braces
12320:
12321: 2004-03-10 paf
12322:
12323: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12324: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12325: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12326: solution to search-in-namespaces problem:
12327: $xdoc.search-namespaces.x[http://pif.design.ru/]
12328: $nodes[^xdoc.select[//x:second]]
12329:
12330: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12331: expression][[NAMESPACES HASH]] allows to search for info in
12332: namespaces
12333:
12334: $nodes[^xdoc.select[//x:second][
12335: $.x[http://pif.design.ru/] ]]
12336:
12337: 2004-03-09 paf
12338:
12339: * operators.txt, src/main/pa_common.C: new:
12340: ^file::load[...][options] $.form[
12341: !$.field1[string]
12342: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12343: ] !$.body[string]
12344:
12345: GET ?here notGET(POST, HEAD, others) in content-type:
12346: application/x-www-form-urlencoded
12347:
12348: todo: upload files ability
12349:
12350: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12351: properly, done
12352:
12353: 2004-03-05 paf
12354:
12355: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12356: GET/POST $.form[$.fields started, not tested yet
12357: todo:$.field[table] for multiple values
12358:
12359: * operators.txt: new: http:// options $.user $.password basic
12360: authorization
12361:
12362: * src/main/pa_common.C: beauty: link to rtf added
12363:
12364: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12365: new: http:// options $.user $.password basic authorization
12366:
12367: * src/main/pa_common.C: beauty: removed needless vars
12368:
12369: * operators.txt: new: pgsql option [like that recently added to
12370: oracle driver] ClientCharset=parser-charset <<
12371: charset in which parser thinks client works
12372:
12373: * operators.txt: new: odbc option [like that recently added to
12374: oracle driver] ClientCharset=parser-charset <<
12375: charset in which parser thinks client works
12376:
12377: * src/sql/pa_sql_driver.h: beauty: important warning added
12378:
12379: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12380: char!
12381:
12382: * etc/parser3.charsets/windows-1251.cfg: typo
12383:
12384: 2004-03-04 paf
12385:
12386: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12387: cached, sql transcoding now goes faster
12388:
12389: * operators.txt: new: mysql option [like that recently added to
12390: oracle driver] ClientCharset=parser-charset <<
12391: charset in which parser thinks client works
12392:
12393: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12394: typo error
12395:
12396: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12397: chars commented
12398:
12399: 2004-03-03 paf
12400:
12401: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12402: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12403:
12404: 2004-03-02 paf
12405:
12406: * operators.txt: new[update typo]: !^void.left(n)
12407: nothing !^void.right(n) nothing !^void.mid(p[;n])
12408: nothing
12409:
12410: * operators.txt, src/classes/void.C: new: !^void.left(n)
12411: nothing !^void.right(n) nothing !^void.pos(p[;n])
12412: nothing
12413:
12414: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12415: ^file::sql[[name_to_become_$.name]]{} query result must be one
12416: row with columns: first: data second: file name third:
12417: content-type
12418:
12419: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12420: ^connect gets properly escaped string, which can be passed to
12421: request now this for mysql only. it's up to parser sql driver to
12422: fix zeros properly
12423:
12424: * INSTALL: note: added on building apache with this option:
12425: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12426:
12427: 2004-03-01 paf
12428:
12429: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12430: extension memory:compact befor processingrequest
12431:
12432: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12433: call sole column of result
12434:
12435: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12436: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12437: pixel color
12438:
12439: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12440: beauty: image -- less checks [were ugly impl]
12441:
12442: * src/classes/string.C: bugfix: ^string.left/right/mid with
12443: negative values now considered bad
12444:
12445: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12446:
12447: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12448: options now have unified defaults [after transform
12449: indent/omit-xml-declaration/standalone 'default' erroreously
12450: meant 'true']
12451:
12452: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12453: added [on some platforms gethostbyname failed with such
12454: 'domains']
12455:
12456: * src/include/pa_config_auto.h.in: no select check, no define
12457:
12458: * src/classes/string.C: feature: ^string.trim both parameters may
12459: be empty-strings, meaning kind=both chars=whitespaces
12460:
12461: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12462: exist
12463:
12464: * src/classes/string.C: check: trim 'chars' must not be empty,
12465: exception if it is
12466:
12467: * src/classes/string.C: changed: ^string.trim [] << both,
12468: whitespaces [start|both|end] << kind, whitespaces
12469: [start|both|end;chars] full
12470:
12471: 2004-02-27 paf
12472:
12473: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12474: method: ^string.trim[start|both|end[;chars]] default
12475: 'chars' -- whitespace chars finished
12476:
12477: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12478: src/main/pa_string.C: new method:
12479: ^string.trim[start|both|end[;chars]] default 'chars' --
12480: whitespace chars started, only start works
12481:
12482: * src/main/compile.C: bugfix: line numbers after
12483: ^process{}[$.line(-10]] can be negative, allowed to print they as
12484: signed
12485:
12486: * src/main/untaint.C: speed: there's no \n chars in output
12487: [normally], so no need to optimize them they could be retrived
12488: from databases, though. but 1. should be replaced 2. if not
12489: optimized, no harm done
12490:
12491: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12492: ^file::exec/cgi could return invalid status & zombie child can
12493: remain for short period until process exists [very bad in
12494: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12495:
12496: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12497: malicious SMTP server to attack as by returning too long status
12498: responses http://i2/tasks/edit/?id=4629448401140924947
12499:
12500: 2004-02-26 paf
12501:
12502: * operators.txt: feature: ^process...{CODE}[now has options] which
12503: are $.main[to what to rename @main] $.file[file,
12504: from which (user says) goes that CODE] $.lineno(line
12505: number in that file, where CODE starts. may be negative)
12506:
12507: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12508: src/main/compile.C, src/main/compile_tools.h,
12509: src/main/pa_request.C: feature: ^process...{CODE}[now has
12510: options] which are $.main[to what to rename @main]
12511: $.file[file, from which (user says) goes that CODE]
12512: $.lineno(line number in that file, where CODE starts. may be
12513: negative)
12514:
12515: 2004-02-25 paf
12516:
1.116 moko 12517: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12518: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12519:
12520: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12521: produces hash of column=>1
12522:
12523: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12524: with incomplete errno constants set
12525:
12526: 2004-02-24 paf
12527:
12528: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12529: "man select"
12530:
12531: * src/main/pa_os.C: beauty: <0 better then ==-1
12532:
12533: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12534:
12535: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12536:
1.116 moko 12537: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12538:
12539: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12540: unix: steps to work on unix [extracted 'to']
12541:
12542: * src/classes/mail.C: smtp on unix: steps to work on unix
12543:
12544: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12545:
1.116 moko 12546: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12547: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12548: unix [testing on solaris]
1.95 moko 12549:
12550: 2004-02-20 paf
12551:
12552: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12553: pointing that out
12554:
12555: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12556: fixed again [same solution, mistanenly removed one line]
12557:
12558: 2004-02-19 paf
12559:
12560: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12561: date::create from bad datetime in spring daylightsaving hole now
12562: OK for all platforms [on some platforms it failed]
12563:
12564: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12565: in daylightsaving hole] now throws error
12566:
12567: * src/classes/date.C: comment: mistake fixed
12568:
12569: 2004-02-18 paf
12570:
12571: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12572: now renderes in $request:charset, but in header puts
12573: $response:charset todo: make that default only so that coder
12574: could override that
12575:
12576: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12577: turns off omit-xml-declaration
12578:
12579: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12580: /.xsl for sample
12581:
12582: 2004-02-17 paf
12583:
12584: * src/classes/xdoc.C: beauty: needless helper class removed
12585:
12586: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12587: copied extra time
12588:
12589: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12590: part of libxml
12591:
12592: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12593: libxml to do the work] <xsl:output method="html"
12594: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12595: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12596: />
12597:
12598: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12599:
12600: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12601: caused assertion
12602:
12603: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12604: could hang. now such add does nothing, sub clears $hash
12605:
12606: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12607: not made quoted-printable
12608:
12609: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12610: string invariant
12611:
12612: 2004-02-16 paf
12613:
12614: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12615: cleared [were not cleared properly]
12616:
12617: 2004-02-13 paf
12618:
1.116 moko 12619: * src/include/pa_version.h: prerelease
1.95 moko 12620:
12621: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12622: used, introducing dependencies timestamp check
12623:
12624: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12625: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12626: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12627: .xsl.stamp now not used, introducing dependencies timestamp check
12628:
1.150 moko 12629: * configure.in: auto.p: @conf made relative
1.95 moko 12630:
12631: 2004-02-12 paf
12632:
12633: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12634: ruined empty <input type=file> submits. parser thought there were
12635: nameless empty file and $form:field got value of type 'file'
12636:
12637: * INSTALL: --without-threads
12638:
12639: * src/include/pa_sapi.h: 2004
12640:
12641: 2004-02-11 paf
12642:
12643: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12644: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12645: classes/hashfile.C, classes/image.C, classes/int.C,
12646: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12647: classes/response.C, classes/string.C, classes/table.C,
12648: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12649: include/pa_array.h, include/pa_cache_managers.h,
12650: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12651: include/pa_config_fixed.h, include/pa_config_includes.h,
12652: include/pa_dictionary.h, include/pa_dir.h,
12653: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12654: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12655: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12656: include/pa_request_charsets.h, include/pa_request_info.h,
12657: include/pa_socks.h, include/pa_sql_connection.h,
12658: include/pa_sql_driver_manager.h, include/pa_stack.h,
12659: include/pa_string.h, include/pa_stylesheet_connection.h,
12660: include/pa_stylesheet_manager.h, include/pa_table.h,
12661: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12662: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12663: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12664: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12665: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12666: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12667: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12668: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12669: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12670: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12671: main/pa_sql_driver_manager.C, main/pa_string.C,
12672: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12673: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12674: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12675: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12676: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12677: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12678: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12679: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12680: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12681: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12682: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12683: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12684: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12685: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12686: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12687: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12688: types/pa_vresponse.h, types/pa_vstateless_class.C,
12689: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12690: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12691: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12692: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12693: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12694: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12695:
12696: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12697: debug version of gc.dll
12698:
12699: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12700: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12701: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12702: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12703: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12704: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12705: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12706: processes
12707:
12708: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12709: main/pa_globals.C, targets/cgi/parser3.vcproj,
12710: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12711: changes to reflect libxml xsl new folders
12712:
12713: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12714: lib/smtp/smtp.vcproj, main/main.vcproj,
12715: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12716: to reflect libxml xsl new folders
12717:
12718: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12719: lib/smtp/smtp.vcproj, main/main.vcproj,
12720: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12721: types/types.vcproj: started changes to reflect libxml xsl new
12722: folders
12723:
12724: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12725: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12726: src/main/compile.tab.C, src/main/main.vcproj,
12727: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12728: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12729: started changes to reflect libxml xsl new folders
12730:
12731: 2004-02-10 paf
12732:
12733: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12734: compile. recommened latest libxml up to date
12735:
12736: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12737: pattern compilation errors", on which spent 4 hours worktime. use
12738: versions higher than that. recommended now latest up to date
12739:
12740: 2004-02-06 paf
12741:
12742: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12743: beauty: unified destructing style
12744:
12745: * src/main/untaint.C: beauty: removed old def/ifdef
12746:
12747: * src/main/untaint.C: beauty: coredump @unknown untaint language
12748: now
12749:
12750: 2004-02-03 paf
12751:
12752: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12753: targets/isapi/parser3isapi.C, types/pa_value.C,
12754: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12755: then %ld/%lu
12756:
12757: * src/main/pa_common.C: typo: %l -> %u
12758:
12759: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12760: in attributes or documents-results of transform now not xx;
12761:
12762: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12763:
12764: * src/main/pa_charset.C: bugfix: forgot to undo some
12765:
12766: * src/main/pa_charset.C: beauty: uncomment
12767: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12768: libraries
12769:
12770: 2004-02-02 paf
12771:
12772: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12773: $cookie:example[ $.value[value] $.path[/there/] ]
12774:
12775: $cookie:example[ $.value[] $.expires[session]
12776: $.path[/there/] $.domain[test.com] ]
12777:
12778: * src/types/pa_vform.C: bugfix: empty values with
12779: enctype=multipart/form-data now produce entries in $form:tables
12780: <form method=post enctype=multipart/form-data> <input type=hidden
12781: name=a> <input type=hidden name=b>
12782:
12783: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12784: <hr> <pre>$request:body
12785:
12786: 2004-01-30 paf
12787:
12788: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12789: or documents-results of transform now not xx;
12790:
12791: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12792: produce exception.
12793:
12794: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12795: bugfix: ^date::create[invalid fields now produce exception.
12796:
12797: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12798: year] now produces exception. todo: check other fields
12799:
12800: 2004-01-29 paf
12801:
12802: * src/include/pa_memory.h: typo error
12803:
12804: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12805: more byte then specified, then zeroed it << useless and
12806: potentially harmful(could gpf)
12807:
12808: 2004-01-22 paf
12809:
12810: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12811:
12812: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12813: optimization
12814:
12815: * src/main/untaint.C: bugfix: whitespace now optimized properly
12816: [were bug: ^taint[1 & 2]="1 &2"
12817:
12818: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12819: errors
12820:
12821: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12822: overflow
12823:
12824: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12825: error-reporting code * in parser-error reporting code [when no
12826: @unhandled_exception defined]
12827:
12828: fixed in one place: my *snprintf override
12829:
12830: 2004-01-13 paf
12831:
12832: * operators.txt: typo erro
12833:
12834: 2003-12-25 paf
12835:
12836: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12837: garbled [pieces after zero bytes were removed]
12838:
12839: 2003-12-22 paf
12840:
1.116 moko 12841: * src/include/Makefile.am: bugfix: removed from dist:
12842: src/include/pa_config_auto.h which were configured for
1.95 moko 12843: make-dist-platform and badly updated proper config file in target
12844: [when .tar used for updating existing source tree]
12845:
12846: * ChangeLog, operators.txt, src/classes/op.C,
12847: src/include/pa_sql_connection.h,
12848: src/include/pa_sql_driver_manager.h,
12849: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12850: feature: sql introducing ability to transcode charsets
12851:
12852: 2003-12-19 paf
12853:
12854: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12855: error message
12856:
12857: * src/main/pa_charset.C: bugfix: memory for charsethandler
12858: structure for libxml now allocated properly
12859:
12860: 2003-12-17 paf
12861:
12862: * src/types/pa_vfile.C: beauty: removed outdated cast
12863:
12864: * src/main/pa_common.C: bugfix: empty http response caused gpf
12865:
12866: * src/include/pa_string.h: bugfix: removed too strong a assert
12867:
12868: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12869: unreported xmlGenericErrors]
12870:
12871: 2003-12-15 paf
12872:
12873: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12874: works}
12875:
12876: 2003-12-11 paf
12877:
12878: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12879: id
12880: !$status:tid thread id
12881:
12882: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12883: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12884: bugfix(solaris): removed dependency on object initialization
12885: order [one more place]
12886:
12887: * src/: classes/file.C, classes/mail.C, classes/op.C,
12888: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12889: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12890: understand that
12891:
12892: * src/: classes/file.C, classes/mail.C, classes/op.C,
12893: classes/xdoc.C, include/pa_cache_managers.h,
12894: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12895: include/pa_stylesheet_manager.h, main/pa_request.C,
12896: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12897: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12898: ctor call [relying on implicit String::Body(cstr) call]
12899:
12900: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12901: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12902: object initialization order [two places]
12903:
12904: 2003-12-10 paf
12905:
12906: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12907: << time now ok
12908:
12909: * operators.txt, src/main/pa_sql_driver_manager.C,
12910: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12911: operational
12912:
12913: * ChangeLog, operators.txt, src/classes/xdoc.C,
12914: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12915: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12916: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12917: back operational
12918:
12919: 2003-12-02 paf
12920:
12921: * src/types/pa_vmail.C: bugfix:
12922: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12923: as-is forced]
12924:
12925: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12926: exceptions out of libxml callbacks: reimplemented error handling
12927: of http://localhost, parser://method and safemode check callbacks
12928:
12929: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12930: [merged from HEAD]
12931:
12932: * src/classes/image.C: nothing: comment removed
12933:
12934: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12935: addresses to int
12936:
12937: 2003-12-01 paf
12938:
12939: * src/main/pa_xml_io.C: bugfix: typo
12940:
12941: * src/main/pa_globals.C: bugfix: win32: compile prob
12942:
12943: * src/classes/xdoc.C: bugfix: typo
12944:
12945: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12946: exception
12947:
12948: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12949:
12950: 2003-11-28 paf
12951:
12952: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12953: all xml documents read
12954:
12955: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12956:
12957: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12958: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12959: replaced original open mech of xdoc::create & co to use libxml
12960: open, so that this would work for root document todo: safe mode
12961: checks to libxml: ideally to some 1 point
12962:
12963: * src/main/pa_xml_io.C: comment
12964:
12965: * operators.txt, src/main/pa_xml_io.C: leading / in
12966: http://parser[abscent params]
12967:
12968: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12969: works. todo: maybe replace original open mech of xdoc::create &
12970: co to use libxml open, so that this would work for root document
12971:
12972: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12973: "parser://method/params/here"> <test> &test^; </test> }]
12974:
12975: ^taint[^xdoc.string[]]
12976:
12977: @method[param] <!ENTITY test
12978: "test-entity-value+$form:user+$param!">
12979:
12980: 2003-11-27 paf
12981:
12982: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12983:
12984: * src/classes/date.C: bugfix: typo error
12985:
12986: 2003-11-26 paf
12987:
12988: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12989: src/main/Makefile.am, src/main/main.vcproj,
12990: src/main/pa_globals.C, src/main/pa_request.C,
12991: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12992: xml errors to hash<thread_id,error> reorganization: xml io moved
12993: to pa_xml_io.C/h
12994:
12995: * src/types/pa_value.h: warnings: --
12996:
12997: 2003-11-25 paf
12998:
12999: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13000: whatever)
13001:
13002: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13003: a, (c?x:y, z)
13004:
13005: * src/main/untaint.C: bugfix: consequences of not reading this
13006: comment: CORD_pos_chars_left /* Number of characters in cache.
13007: <= 0 ==> none */
13008:
13009: * src/include/pa_array.h: removed needless checks
13010:
13011: 2003-11-24 paf
13012:
13013: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13014: removed limit: now $form:xxx can be accessed anytime, even in
13015: @auto/conf [and request/response:charset still can be changed
13016: anytime]
13017:
13018: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13019: now not transcodes response body
13020:
13021: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13022: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13023: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13024: $xdoc.firstChild.firstChild.nodeValue[different]
13025: ^taint[^xdoc.string[]]
13026:
13027: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13028: workaround: static Hash::allocates -> static Hash_allocates
13029:
13030: 2003-11-21 paf
13031:
1.116 moko 13032: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13033: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13034: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13035:
13036: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13037:
13038: * src/classes/mail.C: bugfix: typo
13039:
13040: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13041: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13042: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13043: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13044: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13045: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13046:
13047: * src/main/pa_exec.C: bug in safe mode
13048:
13049: * src/include/Makefile.am: pa_xml_exception.h
13050:
13051: * src/targets/isapi/parser3isapi.C: more warnings --
13052:
13053: 2003-11-20 paf
13054:
13055: * src/: classes/math.C, classes/op.C, classes/string.C,
13056: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13057: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13058: --
13059:
13060: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13061: more warnings --
13062:
13063: * src/classes/xdoc.C: more warnings --
13064:
13065: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13066:
13067: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13068: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13069:
13070: * src/: classes/date.C, classes/file.C, classes/hash.C,
13071: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13072: classes/table.C, include/pa_cache_managers.h,
13073: include/pa_stylesheet_connection.h, main/pa_request.C,
13074: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13075: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13076: --
13077:
13078: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13079: can't report problem (undefined @unhandled_exception) problem
13080: source string were not reported
13081:
13082: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13083: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13084: classes/hashfile.C, classes/image.C, classes/int.C,
13085: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13086: classes/response.C, classes/string.C, classes/table.C,
13087: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13088: include/pa_array.h, include/pa_cache_managers.h,
13089: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13090: include/pa_config_fixed.h, include/pa_dictionary.h,
13091: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13092: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13093: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13094: include/pa_request.h, include/pa_request_charsets.h,
13095: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13096: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13097: include/pa_stack.h, include/pa_string.h,
13098: include/pa_stylesheet_connection.h,
13099: include/pa_stylesheet_manager.h, include/pa_table.h,
13100: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13101: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13102: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13103: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13104: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13105: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13106: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13107: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13108: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13109: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13110: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13111: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13112: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13113: targets/isapi/parser3isapi.C, types/pa_junction.h,
13114: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13115: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13116: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13117: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13118: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13119: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13120: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13121: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13122: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13123: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13124: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13125: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13126: types/pa_vresponse.h, types/pa_vstateless_class.C,
13127: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13128: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13129: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13130: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13131: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13132: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13133: const IDENT
13134:
13135: * src/: include/pa_array.h, include/pa_pool.h,
13136: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13137: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13138: types/pa_wcontext.h: more warnings --
13139:
13140: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13141: classes/file.C, classes/hash.C, classes/hashfile.C,
13142: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13143: classes/memory.C, classes/op.C, classes/string.C,
13144: classes/table.C, classes/xdoc.C, classes/xnode.C,
13145: include/pa_config_includes.h, include/pa_operation.h,
13146: include/pa_sql_connection.h, include/pa_table.h,
13147: include/pa_types.h, lib/ltdl/config_fixed.h,
13148: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13149: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13150: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13151: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13152: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13153: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13154: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13155: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13156: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13157: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13158: types/pa_vmail.C, types/pa_vobject.C,
13159: types/pa_vstateless_class.h, types/pa_vtable.C,
13160: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13161: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13162: on all projects (except libltdl=off & libsdbm=level3) found
13163: several unitialized vars
13164:
13165: 2003-11-19 paf
13166:
13167: * src/classes/op.C: more ansi C++ comp
13168:
13169: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13170: src/main/pa_request.C: ^cache[...]{body}{catch block with
13171: $exception.handled[cache] meaning "get expired cache, if any.
13172: else error"}
13173:
13174: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13175: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13176: ^cache[...]{body}{catch code with $exception.cache field}
13177:
13178: 2003-11-12 paf
13179:
13180: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13181: [copy/paste bug]
13182:
13183: 2003-11-11 paf
13184:
13185: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13186: failed]
13187:
13188: 2003-11-10 paf
13189:
13190: * src/types/pa_vconsole.h: flush
13191:
13192: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13193: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13194: read/write [for nntp]
13195:
13196: * operators.txt: mysql: transaction support: ?autocommit=0
13197:
13198: * operators.txt: comment: updated
13199:
13200: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13201: serialize version and exipire now removes entries
13202:
13203: * operators.txt: ^hashfile.delete[] removes files altogether [and
13204: dir, if could]
13205:
13206: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13207: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13208: removes files altogether [and dir, if could]
13209:
13210: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13211: nonexistent pair. .c coded that that was error. fixed
13212:
13213: * src/types/pa_vhashfile.C: sdbm: exception type change to
13214: file.access [regretfull can't split it to different exceptions
13215: without modifying sdbm source wich would prefer not to]
13216:
13217: 2003-11-07 paf
13218:
13219: * src/: classes/date.C, classes/file.C, classes/hash.C,
13220: classes/hashfile.C, classes/image.C, classes/table.C,
13221: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13222: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13223: main/execute.C, main/main.vcproj, main/pa_pool.C,
13224: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13225: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13226: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13227: destructing objects at request processing end
13228:
13229: 2003-11-06 paf
13230:
13231: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13232: updates
13233:
13234: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13235: to include sdbm
13236:
1.116 moko 13237: * src/include/: pa_config_includes.h, pa_version.h: our
13238: replacements of max& co only for cpp
1.95 moko 13239:
13240: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13241: upper dir, .am updated
13242:
13243: * tests/todo.txt: hashfile: done
13244:
13245: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13246: expiration [time in value. todo: move time to key]
13247:
13248: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13249:
13250: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13251: to do that in foreach, no errors, but surely wrong]
13252:
13253: * operators.txt, src/types/pa_vhashfile.C,
13254: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13255:
13256: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13257: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13258: foreach
13259:
13260: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13261: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13262:
13263: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13264: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13265:
13266: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13267: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13268: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13269: get/put [raw]
13270:
13271: * src/: classes/op.C, main/pa_os.C: just linked
13272:
13273: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13274: XmlException changes
13275:
13276: * src/: include/pa_charset.h, include/pa_globals.h,
13277: include/pa_stylesheet_connection.h, main/pa_exception.C:
13278: XmlException changes
13279:
13280: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13281:
13282: * src/: include/pa_common.h, include/pa_exception.h,
13283: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13284: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13285: main/pa_xml_exception.C: locking move to pa_os [along with
13286: pa_sleep] apr-impl locking done
13287:
13288: * configure, configure.in, operators.txt, parser3.sln,
13289: src/classes/classes.vcproj, src/classes/hashfile.C,
13290: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13291: src/include/pa_exception.h, src/include/pa_globals.h,
13292: src/include/pa_memory.h, src/include/pa_version.h,
13293: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13294: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13295: src/main/compile.tab.C, src/main/main.vcproj,
13296: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13297: src/types/Makefile.am, src/types/pa_vhash.C,
13298: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13299: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13300: again with sdbm from apache
13301:
13302: 2003-11-05 paf
13303:
13304: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13305: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13306: \parser3project dir anymore
13307:
13308: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13309: thoughtlessly from xalan]
13310:
13311: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13312: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13313: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13314:
13315: * src/main/helpers/CaseFolding.txt:
13316: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13317:
13318: 2003-11-04 paf
13319:
13320: * operators.txt: comment: ^mail:send[$.options[
13321:
13322: * src/classes/table.C: compiled on unix
13323:
1.116 moko 13324: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13325:
13326: * src/classes/mail.C: compiled on unix
13327:
13328: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13329: src/types/pa_vmail.h: !^mail:send[
13330: $.options[unix: string to append to sendmail command
13331: line]
13332:
13333: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13334: tests/todo.txt: ^table.save[... $.separator[^#09]
13335: $.encloser["] <nothing> by default
13336:
13337: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13338: !$.separator[^#09] !$.encloser["] <nothing> by
13339: default
13340:
13341: 2003-11-03 paf
13342:
13343: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13344: ^table::load[; options: !$.column-separator[^#09]
13345: !$.column-encloser["]
13346:
13347: * operators.txt, src/include/pa_config_fixed.h,
13348: src/types/pa_vrequest.C: $request:document-root
13349:
13350: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13351: [already included into uri=xxx]
13352:
13353: * operators.txt, src/classes/image.C, tests/todo.txt:
13354: ^image.gif[filename] for $response:download
13355:
13356: * src/classes/date.C: minor precaution
13357:
13358: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13359: !^date.unix-timestamp[]
13360:
13361: 2003-10-30 paf
13362:
13363: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13364: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13365:
13366: * src/classes/: date.C, image.C: improvement diagnostics:
13367: $now[^date::create[$undefined]] now is error
13368:
13369: * src/main/pa_common.C: read errors would now be reported 'actually
13370: read -1 bytes'
13371:
13372: 2003-10-24 paf
13373:
13374: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13375: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13376: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13377: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13378:
13379: 2003-10-22 paf
13380:
13381: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13382:
13383: 2003-10-21 paf
13384:
13385: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13386: fixed: string.match[g] without <'> option produced columns with
13387: NULL's, which gpf'ed at table.save time
13388:
13389: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13390: recoursion' message with intensive throw-catches fixed: incorrect
13391: name and line (one name upper then needed) in error message about
13392: problems inside try block
13393:
13394: 2003-10-10 paf
13395:
13396: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13397: check offset argument for validity did that in String::Body::pos
13398: myself http://i2/tasks/edit/?id=4577425257580789777
13399:
13400: 2003-10-07 paf
13401:
13402: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13403: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13404:
13405: 2003-10-03 paf
13406:
13407: * parser3.sln, src/include/pa_dictionary.h,
13408: src/main/pa_dictionary.C, src/main/pa_string.C,
13409: src/targets/cgi/parser3.vcproj: dictionary optimized by
13410: precalculating cstr&length
13411:
13412: 2003-10-02 paf
13413:
13414: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13415: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13416: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13417: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13418:
13419: 2003-09-30 paf
13420:
13421: * src/main/pa_string.C: string::replace bug fix [were ignoring
13422: occurrances after lang-mismatched
13423:
13424: 2003-09-29 paf
13425:
13426: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13427: helper
13428:
13429: * src/main/pa_string.C: string::serialize bug fix with
13430: zero-terminator
13431:
13432: * src/classes/table.C: ^nameless_table.save column row now has no
13433: \t at the end
13434:
13435: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13436: @postprocess now takes $response:body/download
13437:
13438: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13439: error message
13440:
13441: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13442:
13443: * src/classes/table.C: bugfix: flip: must produce nameless
13444: http://i2/tasks/edit/?id=4573405524674081244
13445:
13446: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13447: main/helpers/simple_folding.pl: utf-8 upper/lower
13448:
13449: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13450: to typo error http://i2/tasks/edit/?id=4573354650786434584
13451:
13452: 2003-09-26 paf
13453:
13454: * src/main/untaint.C: removed needless field
13455:
13456: * src/main/untaint.C: removed needless const
13457:
13458: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13459: String.for_each bug fixed [omited one-char cases]
13460:
13461: * src/include/pa_stack.h: bugfix: before collecting garbage,
13462: runtime-executor stack were cleared... BADLY
13463:
13464: * src/main/pa_string.C: ^stirng.replace code used old
13465: param-convention on langs.append, fixed that search fo the like,
13466: found none
13467:
13468: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13469: string::serialize/deserialize implemented Language enum assigned
13470: meaningful letters [more convinient for debugging. read warning
13471: before adding/changing anything]
13472:
13473: 2003-09-25 paf
13474:
13475: * src/: include/pa_string.h, include/pa_version.h,
13476: main/pa_string.C, main/untaint.C: templates and anonymous unions
13477: differences on unix
13478:
13479: * parser3.sln, src/classes/file.C, src/classes/image.C,
13480: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13481: src/classes/xdoc.C, src/classes/xnode.C,
13482: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13483: src/include/pa_charsets.h, src/include/pa_common.h,
13484: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13485: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13486: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13487: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13488: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13489: src/main/compile_tools.h, src/main/pa_charset.C,
13490: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13491: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13492: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13493: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13494: src/types/pa_vmail.C, src/types/pa_vmath.C,
13495: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13496: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13497:
13498: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13499: functions aligned to that of eeparser3 look
13500:
13501: * src/lib/cord/cordprnt.c: removed warnings
13502:
13503: 2003-09-24 paf
13504:
13505: * src/: classes/file.C, classes/image.C, classes/mail.C,
13506: classes/op.C, classes/xdoc.C, classes/xnode.C,
13507: include/pa_cache_managers.h, include/pa_charset.h,
13508: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13509: include/pa_sql_driver_manager.h, include/pa_string.h,
13510: include/pa_stylesheet_manager.h, include/pa_table.h,
13511: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13512: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13513: main/pa_sql_driver_manager.C, main/pa_string.C,
13514: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13515: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13516: types/pa_vstateless_class.h, types/pa_vstatus.C,
13517: types/pa_vxnode.C: v() functions of String::Body,
13518: String::Languages and String itself StringBody->String::Body
13519:
13520: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13521: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13522: never optimized anything. todo: somehow speed up harder cases:
13523: concatenationA+concatenationB when last block of A and first of B
13524: contain same letters
13525:
13526: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13527: lib/cord/include/cord.h: langs: speed up by joining adjucent
13528: blocks of same char [CORD_append_block]
13529:
13530: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13531: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13532: save space by extending blocks when appending block with c ==
13533: lastblock.c
13534:
13535: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13536: working yet :( but more working &understood :)
13537:
13538: * src/: classes/table.C, include/pa_string.h,
13539: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13540:
13541: 2003-09-23 paf
13542:
13543: * src/main/untaint.C: $a[ok!] $a works!
13544:
13545: * src/main/untaint.C: something even more works :)
13546:
13547: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13548: something more works :)
13549:
13550: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13551: lib/cord/cordxtra.c: something already works :)
13552:
13553: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13554: serialize&deserialize
13555:
13556: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13557: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13558: main/untaint.C: main idea implemented, details left
13559:
13560: 2003-09-22 paf
13561:
13562: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13563:
13564: * src/classes/xnode.C: copy/paste comment bugfix
13565:
13566: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13567: allocator returns 0, just die.
13568: http://i2/tasks/edit/?id=4570798492410259445
13569:
13570: * src/classes/xdoc.C: copy/paste comment bugfix
13571:
13572: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13573: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13574: xnode: getAttributeNS setAttributeNS removeAttributeNS
13575: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13576:
13577: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13578: chars due to bitwise operation signed-char error]
13579:
13580: 2003-09-19 paf
13581:
13582: * src/types/pa_wcontext.C: output message: more practical
13583: suggestion
13584:
13585: * src/main/pa_common.C, operators.txt: merged
13586: $f[^file::load[binary;http://...]] $f.tables
13587:
13588: 2003-09-02 paf
13589:
13590: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13591: flush stdout without referencing 'stdout' symbol. to hell with
13592: non-ansi libraries without 'stdout' symbol
13593:
13594: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13595: unix (users reported problems with some old libc)
13596:
13597: * src/types/pa_vdate.h: forgot initializer
13598:
13599: 2003-09-01 paf
13600:
13601: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13602: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13603: zone]
13604:
13605: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13606:
13607: 2003-08-19 paf
13608:
13609: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13610: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13611: simplified a little
13612:
13613: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13614: [lost fix from 3.0.8]
13615:
13616: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13617: visible here }
13618:
13619: bug fix
13620:
13621: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13622:
13623: * src/main/compile.tab.C: initialized couple of variables about
13624: which user reported runtime problems when parser were compiled
13625: with VC7, warning level4. study shows that later in bison
13626: they've fixed that. would migrate to latest bison someday
13627:
13628: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13629: recoding headers)
13630:
13631: * src/types/pa_vmail.C: works as before, same charset problems:
13632: gmime recodes to UTF-8 only headers, not body. so not recoding
13633: anything for now
13634:
13635: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13636: problems with body
13637:
13638: * src/types/pa_vmail.C: mail_receive just compiled
13639:
13640: 2003-08-18 paf
13641:
13642: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13643: main/main.vcproj, types/types.vcproj: win32: continued process
13644: detaching from \parser3project directory
13645:
13646: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13647: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13648: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13649: src/lib/pcre/pcre_dftables.dsp,
13650: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13651: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13652: src/types/types.dsp: moved to MSVC 7
13653:
13654: * gnu.vcproj.vspscc, parser3.vssscc,
13655: src/classes/classes.vcproj.vspscc,
13656: src/lib/cord/cord.vcproj.vspscc,
13657: src/lib/ltdl/libltdl.vcproj.vspscc,
13658: src/lib/md5/md5.vcproj.vspscc,
13659: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13660: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13661: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13662: src/targets/isapi/parser3isapi.vcproj.vspscc,
13663: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13664: moved to MSVC 7
13665:
13666: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13667: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13668: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13669: src/lib/pcre/pcre_dftables.vcproj,
13670: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13671: src/targets/cgi/parser3.vcproj,
13672: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13673: new VS project files
13674:
13675: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13676: .NET to detect Jalindi Igloo capabilities.
13677:
13678: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13679: src/classes/classes.awk, src/doc/footer.htm,
13680: src/include/pa_config_fixed.h, src/include/pa_version.h,
13681: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13682: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13683: src/types/pa_vmail.C: merged 3.1.0 latest changes
13684:
13685: 2003-08-15 paf
13686:
13687: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13688: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13689:
13690: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13691: non-ascii <yyy> now encoded correctly
13692:
13693: 2003-07-29 paf
13694:
1.116 moko 13695: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13696: dist
1.95 moko 13697:
13698: * src/types/pa_vmail.C: just started --with-mail-receive
13699:
13700: 2003-07-28 paf
13701:
1.116 moko 13702: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13703: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13704:
13705: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13706:
13707: 2003-07-25 paf
13708:
13709: * src/doc/footer.htm: year
13710:
13711: 2003-07-24 paf
13712:
13713: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13714: fix
13715:
13716: * src/include/pa_version.h: release
13717:
1.116 moko 13718: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13719:
13720: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13721: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13722: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13723: getting rid of win32xml pseudo project
13724:
13725: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13726:
1.116 moko 13727: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13728: configure.in, operators.txt, parser3.dsw,
1.95 moko 13729: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13730: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13731: src/classes/classes.C, src/classes/classes.awk,
13732: src/classes/classes.dsp, src/classes/classes.h,
13733: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13734: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13735: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13736: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13737: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13738: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13739: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13740: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13741: src/include/pa_array.h, src/include/pa_cache_managers.h,
13742: src/include/pa_charset.h, src/include/pa_charsets.h,
13743: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13744: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13745: src/include/pa_dictionary.h, src/include/pa_dir.h,
13746: src/include/pa_exception.h, src/include/pa_exec.h,
13747: src/include/pa_globals.h, src/include/pa_hash.h,
13748: src/include/pa_memory.h, src/include/pa_opcode.h,
13749: src/include/pa_operation.h, src/include/pa_pool.h,
13750: src/include/pa_pragma_pack_begin.h,
1.95 moko 13751: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13752: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13753: src/include/pa_sapi.h, src/include/pa_socks.h,
13754: src/include/pa_sql_connection.h,
13755: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13756: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13757: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13758: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13759: src/include/pa_uue.h, src/lib/Makefile.am,
13760: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13761: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13762: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13763: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13764: src/lib/cord/include/ec.h,
13765: src/lib/cord/include/private/Makefile.am,
13766: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13767: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13768: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13769: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13770: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13771: src/main/compile_tools.C, src/main/compile_tools.h,
13772: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13773: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13774: src/main/pa_charsets.C, src/main/pa_common.C,
13775: src/main/pa_dictionary.C, src/main/pa_dir.C,
13776: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13777: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13778: src/main/pa_request.C, src/main/pa_socks.C,
13779: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13780: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13781: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13782: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13783: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13784: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13785: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13786: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13787: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13788: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13789: src/targets/isapi/parser3isapi.dsp,
13790: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13791: src/types/pa_junction.h, src/types/pa_method.h,
13792: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13793: src/types/pa_vclass.C, src/types/pa_vclass.h,
13794: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13795: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13796: src/types/pa_vdouble.h, src/types/pa_venv.h,
13797: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13798: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13799: src/types/pa_vimage.C, src/types/pa_vimage.h,
13800: src/types/pa_vint.h, src/types/pa_vjunction.h,
13801: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13802: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13803: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13804: src/types/pa_vobject.C, src/types/pa_vobject.h,
13805: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13806: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13807: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13808: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13809: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13810: src/types/pa_vstring.h, src/types/pa_vtable.C,
13811: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13812: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13813: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13814: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13815: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13816: HEAD
13817:
13818: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13819: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13820: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13821: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13822: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13823: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13824: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13825: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13826: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13827: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13828: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13829: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13830: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13831: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13832: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13833: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13834: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13835: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13836: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13837: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13838: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13839: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13840: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13841: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13842: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13843: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13844: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13845: outputs/create-dir, results/001.processed, results/002.processed,
13846: results/003.processed, results/004.processed,
13847: results/005.processed, results/006.processed,
13848: results/007.processed, results/008.processed,
13849: results/009.processed, results/010.processed,
13850: results/011.processed, results/012.processed,
13851: results/013.processed, results/014.processed,
13852: results/015.processed, results/016.processed,
13853: results/017.processed, results/018.processed,
13854: results/019.processed, results/020.processed,
13855: results/021.processed, results/022.processed,
13856: results/023.processed, results/024.processed,
13857: results/025.processed, results/026.processed,
13858: results/027.processed, results/028.processed,
13859: results/029.processed, results/030.processed,
13860: results/031.processed, results/032.processed,
13861: results/033.processed, results/034.processed,
13862: results/035.processed, results/036.processed,
13863: results/037.processed, results/038.processed,
13864: results/039.processed, results/040.processed,
13865: results/041.processed, results/042.processed,
13866: results/043.processed, results/044.processed,
13867: results/045.processed, results/046.processed,
13868: results/047.processed, results/048.processed,
13869: results/049.processed, results/050.processed,
13870: results/051.processed, results/052.processed,
13871: results/053.processed, results/054.processed,
13872: results/055.processed, results/056.processed,
13873: results/057.processed, results/058.processed,
13874: results/059.processed, results/060.processed,
13875: results/061.processed, results/062.processed,
13876: results/063.processed, results/064.processed,
13877: results/065.processed, results/066.processed,
13878: results/067.processed, results/068.processed,
13879: results/069.processed, results/070.processed,
13880: results/071.processed, results/072.processed,
13881: results/073.processed, results/074.processed,
13882: results/075.processed, results/076.processed,
13883: results/077.processed, results/078.processed,
13884: results/079.processed, results/080.processed,
13885: results/081.processed, results/082.processed,
13886: results/083.processed, results/084.processed,
13887: results/085.processed, results/086.processed,
13888: results/087.processed, results/088.processed,
13889: results/089.processed, results/090.processed,
13890: results/091.processed, results/092.processed,
13891: results/093.processed, results/094.processed,
13892: results/095.processed, results/096.processed,
13893: results/097.processed, results/098.processed,
13894: results/099.processed, results/100.processed,
13895: results/101.processed, results/102.processed,
13896: results/103.processed, results/104.processed,
13897: results/105.processed, results/106.processed,
13898: results/107.processed, results/108.processed,
13899: results/109.processed, results/110.processed,
13900: results/111.processed, results/112.processed,
13901: results/113.processed, results/114.processed,
13902: results/115.processed, results/116.processed,
13903: results/117.processed, results/118.processed,
13904: results/119.processed, results/120.processed,
13905: results/121.processed, results/122.processed,
13906: results/123.processed, results/124.processed,
13907: results/125.processed, results/126.processed,
13908: results/127.processed, results/128.processed,
13909: results/129.processed, results/130.processed,
13910: results/131.processed, results/132.processed,
13911: results/133.processed, results/134.processed,
13912: results/135.processed, results/136.processed,
13913: results/137.processed, results/138.processed,
13914: results/139.processed, results/140.processed,
13915: results/141.processed: merged(copied) to HEAD from template_gc
13916:
13917: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13918: towards \parser3project not having to be in root
13919:
13920: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13921: module compiled [were minor unnecessary changes in lib/md5
13922: interface]
13923:
13924: * src/include/pa_version.h: release
13925:
13926: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13927:
13928: * src/classes/math.C: merged uuid bugfix
13929:
13930: * tests/: 141.html, results/141.processed: fixed bug with
13931: too-small-a-buffer
13932:
13933: * src/classes/math.C: uuid bugfix
13934:
13935: * tests/: 141.html, Makefile, results/005.processed,
13936: results/030.processed, results/075.processed,
13937: results/078.processed: to reflect date format change (were -
13938: become ' ')
13939:
13940: * src/classes/math.C: uuid bugfix
13941:
13942: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13943: debug/release changes
13944:
13945: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13946:
13947: 2003-07-23 paf
13948:
13949: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13950: renamed a little [to move to comman naming conv]
13951:
1.116 moko 13952: * src/targets/Makefile.am: apache13 splitted to simplify apache
13953: build
1.95 moko 13954:
13955: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13956: main/pa_request.C, main/pa_sql_driver_manager.C,
13957: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13958: stack top_index() fixed
13959:
13960: * src/main/pa_globals.C: minor style changes
13961:
13962: * src/: classes/op.C, include/pa_sql_connection.h: connection
13963: closing/caching fixed [connections were not closed/put to cache]
13964:
13965: 2003-07-22 paf
13966:
13967: * INSTALL: gc part updated stightly
13968:
13969: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13970: new sapi interface
13971:
13972: * src/classes/file.C: comment on OS
13973:
13974: * src/main/pa_string.C: removed reduntant invariant check [there is
13975: one deeper in cord lib]
13976:
13977: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13978:
13979: * src/main/pa_memory.C: out of memory is no longer coredump
13980:
13981: * INSTALL: disable-threads adviced
13982:
13983: 2003-07-21 paf
13984:
1.116 moko 13985: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13986:
13987: * src/classes/file.C: file::exec/cgi environment variables now must
13988: be UPPERCASE and A-Z 0-9 _-
13989:
13990: * src/classes/file.C: env passing fixed
13991:
13992: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13993:
13994: * src/main/pa_common.C: http:// CRLF now
13995:
13996: 2003-07-02 paf
13997:
13998: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13999: fields to reflect their real meaning
14000:
14001: 2003-06-27 paf
14002:
14003: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14004: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14005: file::exec/cgi .charset
14006:
14007: 2003-06-26 paf
14008:
14009: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14010: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14011: src/classes/table.C: fixed several uninitialized local
14012: structures. notably ^hash.foreach now inserts delimiters
14013: properly [were inserting it before first body]
14014:
14015: 2003-06-24 paf
14016:
14017: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14018:
14019: 2003-06-20 paf
14020:
14021: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14022: src/main/pa_globals.C: introducing
14023: $f[^file::load[binary;http://...]] $f.tables
14024:
14025: 2003-06-06 paf
14026:
14027: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14028: table. [were method lookup: inconsistent]
14029:
14030: 2003-06-02 paf
14031:
14032: * src/include/pa_memory.h: empty string clone fixed to return
14033: writable memory
14034:
14035: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14036: were not appended] which violated string invariant
14037:
14038: 2003-05-30 paf
14039:
14040: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14041: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14042:
14043: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14044: GMT ; RFC 822, updated by RFC 1123
14045:
14046: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14047: targets/isapi/parser3isapi.C: initialized request_info properly
14048:
14049: * src/classes/xnode.C: found minor bug, commended for future
14050:
14051: 2003-05-28 paf
14052:
14053: * src/classes/form.C: request_info.content_length can't be <0,
14054: size_t for some time
14055:
14056: 2003-05-26 paf
14057:
14058: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14059: forgotten <0 changed to !=STRING_NOT_FOUND
14060:
14061: * src/classes/math.C: merged ffffu from HEAD
14062:
14063: 2003-05-11 paf
14064:
14065: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14066:
14067: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14068: premature doc free. transformed document had xmlDoc reference
14069: stored to non-gc-memory (libgdome) added holding-reference
14070:
14071: 2003-04-29 paf
14072:
14073: * src/main/pa_globals.C: started digging on double free. on win32
14074: found that that's perfectly normal.
14075:
14076: 2003-04-25 paf
14077:
14078: * src/classes/table.C: table.join bug fix [bad limit check]
14079:
14080: * src/classes/math.C: merged from HEAD: simpiler hash_string
14081:
14082: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14083: print anything. changed to quicker and simplier code
14084:
14085: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14086: strict a check]
14087:
14088: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14089:
14090: 2003-04-24 paf
14091:
14092: * src/include/pa_table.h: too strict assert loosened
14093:
14094: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14095: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14096: report
14097:
14098: 2003-04-21 paf
14099:
1.116 moko 14100: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14101:
14102: * src/main/pa_globals.C: pcre memory management changed to use GC
14103: memory
14104:
14105: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14106: xmlMallocAtomic [author agreed to my suggestion], used that
14107:
14108: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14109:
14110: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14111: types/pa_vmail.C: attributed_meaning_to_string added
14112: L_UNSPECIFIED piece which was sortof OK, but violated string
14113: invariant [assertion barked on that] changed to L_PASS_APPEND,
14114: made that param obligatory
14115:
14116: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14117: fixed [assert helped]
14118:
14119: * src/include/pa_string.h: assert added [looking for bug]
14120:
14121: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14122: names on Win32 considered disk-global
14123:
14124: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14125: considered disk-global
14126:
14127: 2003-04-18 paf
14128:
14129: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14130: filenames
14131:
14132: * src/main/untaint.C: enabled '~' letter in filenames
14133:
14134: 2003-04-16 paf
14135:
14136: * src/classes/file.C: small bug introduced in autoptr times fixed
14137:
14138: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14139: HEAD
14140:
1.116 moko 14141: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14142:
14143: 2003-04-15 paf
14144:
14145: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14146: src/lib/md5/pa_md5c.c, tests/141.html,
14147: tests/results/141.processed: merged from head ^math:uuid[]
14148: ^math:uid64[] ^math:md5[string]
14149:
14150: test added: 141.html
14151:
14152: * operators.txt, src/classes/math.C: ^math:uid64[]
14153:
14154: * src/classes/math.C: ^math:uuid[]
14155:
14156: * operators.txt, src/classes/math.C: ^math:uuid[]
14157:
14158: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14159: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14160:
14161: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14162: src/include/pa_config_fixed.h, src/main/pa_common.C:
14163: ^file::load[mode;name; $.offset $.limit
14164:
14165: 2003-04-14 paf
14166:
14167: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14168: started ^math:md5
14169:
14170: * src/classes/table.C, src/include/pa_array.h,
14171: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14172: tests/results/140.processed: table $.reverse option works in
14173: create&co table $.distinct[tables] bug fix merged
14174:
14175: * src/: classes/table.C, include/pa_table.h: table
14176: $.distinct[tables] bug fixed
14177:
14178: * src/classes/table.C: more warnings
14179:
14180: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14181: removed checks in table::set_current, moved them back to
14182: table::locate implemented table::create/join ñ $.reverse
14183:
14184: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14185: removed checks in table::set_current, moved them back to
14186: table::locate
14187:
14188: 2003-04-11 paf
14189:
14190: * operators.txt, src/classes/date.C, src/classes/table.C,
14191: src/include/pa_array.h, src/include/pa_common.h,
14192: src/include/pa_config_includes.h, src/include/pa_string.h,
14193: src/include/pa_table.h, src/main/pa_request.C,
14194: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14195: src/main/pa_table.C: merged from HEAD from
14196: before_append_array_limit_sense_change to
14197: after_append_array_limit_sense_change
14198:
14199: * src/classes/table.C: typo
14200:
14201: * operators.txt, src/classes/date.C, src/classes/table.C,
14202: src/include/pa_array.h, src/include/pa_common.h,
14203: src/include/pa_config_includes.h, src/include/pa_globals.h,
14204: src/include/pa_table.h, src/main/pa_array.C,
14205: src/main/pa_globals.C, src/main/pa_request.C,
14206: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14207: src/main/pa_table.C: append_array_limit_sense_change locate
14208: accepts options same as create new option: $.reverse(1) [do not
14209: work in table::create]
14210:
14211: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14212: (stat xxx,
14213:
14214: * src/classes/: table.C: typo
14215:
14216: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14217: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14218: results/130.processed, results/131.processed,
14219: results/132.processed, results/133.processed,
14220: results/134.processed, results/135.processed,
14221: results/136.processed, results/137.processed,
14222: results/138.processed, results/139.processed: added few mustfail
14223: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14224: date/time 132.html mustfail: access to junction outside of
14225: context 133.html mustfail: access to junction outside of context,
14226: case version 134.html mustfail: hash: adding a key inside of
14227: foreach 135.html mustfail: modifying system class 136.html
14228: mustfail: $.name outside of $hash[here] 137.html mustfail:
14229: appendChild without import 138.html mustfail: invalid encoding
14230: inside of xml 139.html mustfail: bad XPath
14231:
14232: * operators.txt, src/classes/table.C, tests/084.html,
14233: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14234: tests/129.html, tests/results/125.processed,
14235: tests/results/126.processed, tests/results/127.processed,
14236: tests/results/128.processed, tests/results/129.processed: merged
14237: from HEAD ^table.hash[key][$.distinct[tables]]
14238:
14239: maked appropriate tests [changed one old nonconforming]
14240:
14241: * operators.txt, src/classes/table.C:
14242: ^table.hash[key][$.distinct[tables]]
14243:
14244: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14245: merged fix for found very old xml (dom) bug: were passing
14246: domString objects and later ERROREOUSLY freed them
14247:
14248: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14249: src/main/pa_charset.C: re-added libgdome patch. regretfully
14250: libgdome bug can not be worked around
14251:
14252: 2003-04-10 paf
14253:
14254: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14255: found very old xml (dom) bug: were passing domString objects and
14256: later ERROREOUSLY freed them
14257:
14258: * src/doc/string.dox, src/include/pa_memory.h,
14259: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14260: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14261: tests/123.html, tests/124.html, tests/results/001.processed,
14262: tests/results/002.processed, tests/results/003.processed,
14263: tests/results/004.processed, tests/results/005.processed,
14264: tests/results/006.processed, tests/results/008.processed,
14265: tests/results/009.processed, tests/results/010.processed,
14266: tests/results/011.processed, tests/results/012.processed,
14267: tests/results/013.processed, tests/results/014.processed,
14268: tests/results/015.processed, tests/results/016.processed,
14269: tests/results/017.processed, tests/results/018.processed,
14270: tests/results/020.processed, tests/results/021.processed,
14271: tests/results/022.processed, tests/results/023.processed,
14272: tests/results/024.processed, tests/results/025.processed,
14273: tests/results/026.processed, tests/results/027.processed,
14274: tests/results/028.processed, tests/results/029.processed,
14275: tests/results/030.processed, tests/results/031.processed,
14276: tests/results/032.processed, tests/results/033.processed,
14277: tests/results/034.processed, tests/results/035.processed,
14278: tests/results/036.processed, tests/results/037.processed,
14279: tests/results/038.processed, tests/results/039.processed,
14280: tests/results/040.processed, tests/results/041.processed,
14281: tests/results/042.processed, tests/results/043.processed,
14282: tests/results/044.processed, tests/results/045.processed,
14283: tests/results/046.processed, tests/results/047.processed,
14284: tests/results/048.processed, tests/results/049.processed,
14285: tests/results/050.processed, tests/results/051.processed,
14286: tests/results/052.processed, tests/results/053.processed,
14287: tests/results/054.processed, tests/results/055.processed,
14288: tests/results/056.processed, tests/results/057.processed,
14289: tests/results/058.processed, tests/results/059.processed,
14290: tests/results/060.processed, tests/results/061.processed,
14291: tests/results/062.processed, tests/results/063.processed,
14292: tests/results/064.processed, tests/results/065.processed,
14293: tests/results/066.processed, tests/results/067.processed,
14294: tests/results/068.processed, tests/results/069.processed,
14295: tests/results/070.processed, tests/results/071.processed,
14296: tests/results/072.processed, tests/results/073.processed,
14297: tests/results/074.processed, tests/results/075.processed,
14298: tests/results/076.processed, tests/results/077.processed,
14299: tests/results/078.processed, tests/results/079.processed,
14300: tests/results/080.processed, tests/results/081.processed,
14301: tests/results/082.processed, tests/results/083.processed,
14302: tests/results/084.processed, tests/results/085.processed,
14303: tests/results/086.processed, tests/results/087.processed,
14304: tests/results/088.processed, tests/results/089.processed,
14305: tests/results/090.processed, tests/results/091.processed,
14306: tests/results/092.processed, tests/results/093.processed,
14307: tests/results/094.processed, tests/results/095.processed,
14308: tests/results/096.processed, tests/results/097.processed,
14309: tests/results/101.processed, tests/results/102.processed,
14310: tests/results/104.processed, tests/results/105.processed,
14311: tests/results/106.processed, tests/results/107.processed,
14312: tests/results/108.processed, tests/results/109.processed,
14313: tests/results/110.processed, tests/results/111.processed,
14314: tests/results/112.processed, tests/results/113.processed,
14315: tests/results/114.processed, tests/results/115.processed,
14316: tests/results/116.processed, tests/results/117.processed,
14317: tests/results/118.processed, tests/results/119.processed,
14318: tests/results/120.processed, tests/results/121.processed,
14319: tests/results/122.processed, tests/results/123.processed,
14320: tests/results/124.processed: new convention: char* never 0.
14321: assert in cord on that
14322:
14323: * src/main/pa_charset.C: couple more asserts
14324:
14325: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14326: speedup
14327:
14328: * src/main/pa_charset.C: couple assertions on fantastic situations
14329: added [may be those is the case now?]
14330:
14331: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14332: that's memory from gc_malloc, not from g_malloc :(, but would
14333: hope]
14334:
14335: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14336: that's memory from gc_malloc, not from g_malloc :(, but would
14337: hope]
14338:
14339: * src/main/pa_charset.C: checked custom malloc for returning 0
14340:
14341: 2003-04-09 paf
14342:
14343: * src/classes/date.C: merged ^date.roll changes
14344:
14345: * src/classes/date.C: ^date.roll bug fix
14346:
14347: * src/classes/date.C: ^date.roll now throws less errors: month
14348: shifts handles end of month situation by reducing day number
14349: hour-hole shift reduces hour to recover
14350:
14351: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14352: Sort by function time
14353:
14354: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14355: http:// $.charset[] param done
14356:
14357: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14358: added [after volatile fix. passes on win&intel-solaris]
14359:
14360: 2003-04-08 paf
14361:
14362: * src/: classes/file.C, classes/op.C, classes/table.C,
14363: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14364: include/pa_common.h, include/pa_request_charsets.h,
14365: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14366: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14367: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14368: types/pa_vresponse.C: started http:// $.charset[] param and
14369: http response charset detection just compiled. todo:test
14370:
14371: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14372:
14373: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14374: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14375: types/pa_vmail.C: changed transcode param converntion along with
14376: string creating convention -- all strings are zero-terminated,
14377: this allowed to fix one remaining String("123", 2) case
14378:
14379: * src/: classes/date.C, classes/file.C, classes/hash.C,
14380: classes/op.C, classes/string.C, classes/table.C,
14381: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14382: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14383: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14384: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14385: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14386: violated String::invariant. started fixing [not compiled now]
14387:
14388: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14389: main/compile.tab.C, main/compile.y, main/pa_string.C,
14390: main/untaint.C, targets/cgi/parser3.C: number of string style
14391: improvements & optimizations
14392:
14393: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14394: :(]
14395:
14396: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14397: [for it's a pointer really]
14398:
14399: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14400: 'n' param. worked that around
14401:
14402: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14403: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14404: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14405: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14406: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14407:
14408: Thanks for the bug report and patch.
14409:
14410: I hadn't looked at this code in a while. Reading it now, it
14411: seems to me that the tests should also be ">= MAX_DEPTH" to
14412: comply with the invariant, though that may not matter a lot. I
14413: changed that, too.
14414:
14415: Hans
14416:
14417: 2003-04-07 paf
14418:
14419: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14420: merged from head:safe mode error message now includes numbers
14421:
14422: * src/main/execute.C: n-th attempt to make a=a work with double.
14423: problem: as_double returns it's result in fp-register compiler
14424: optimizes access to that register after b->as_double, and just
14425: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14426: from memory. _SAME_ double values do not match here. when
14427: forced to REload fp-register, values do match.
14428:
14429: tried to make them volatile.
14430:
14431: * src/main/execute.C: n-th attempt to make a=a work with double.
14432: problem: as_double returns it's result in fp-register compiler
14433: optimizes access to that register after b->as_double, and just
14434: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14435: from memory. _SAME_ double values do not match here. when
14436: forced to REload fp-register, values do match.
14437:
14438: tried to make them volatile.
14439:
14440: * src/types/pa_vobject.h: small style change
14441:
14442: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14443:
14444: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14445: mode error message now includes numbers
14446:
14447: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14448: now causes death
14449:
14450: 2003-04-04 paf
14451:
14452: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14453: incorportated pa_exec patch by From: "Victor Fedoseev"
14454: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14455: Sent: Thursday, January 23, 2003 9:14 AM
14456:
14457: huge speedup on ^file::cgi with big result
14458:
14459: * src/classes/table.C: sort table with 0 rows bug fixed
14460:
14461: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14462: fix http://i2/tasks/edit/?id=4493701604654042676
14463:
14464: @main[] $with_default[ $.a[1] $._default[default from
14465: with_default] ] ^show[$with_default]
14466:
14467: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14468: =$to_add_to.xxx=<br>
14469:
14470: ^show[$to_add_to]
14471:
14472: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14473: ^show[$cloned]
14474:
14475: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14476:
14477: } <hr>
14478:
14479: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14480: http://i2/tasks/edit/?id=4493701604654042676
14481:
14482: @main[] $with_default[ $.a[1] $._default[default from
14483: with_default] ] ^show[$with_default]
14484:
14485: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14486: =$to_add_to.xxx=<br>
14487:
14488: ^show[$to_add_to]
14489:
14490: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14491: ^show[$cloned]
14492:
14493: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14494:
14495: } <hr>
14496:
14497: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14498: http://i2/tasks/edit/?id=4507350336410850921
14499:
14500: * src/classes/xdoc.C: memory allocation func bugfix
14501: http://i2/tasks/edit/?id=4499303470368629745
14502:
14503: * src/classes/math.C: allowed random 1...
14504:
14505: * src/classes/math.C: allowed random 0..
14506:
14507: * src/main/pa_globals.C: exif mem leak
14508: http://i2/tasks/edit/?id=4480590323629807263
14509:
14510: * src/: classes/classes.dsp, main/main.dsp,
14511: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14512: fix http://i2/tasks/edit/?id=4493946731322521294
14513: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14514:
14515: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14516: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14517: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14518: links to xml libs made relative, no need to unpack parser3project
14519: to /parser3project.
14520:
14521: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14522: column more precise - tab handling bug fixed
14523:
14524: * src/main/: compile.tab.C, compile.y: more understandable error
14525: message in case @CLASS with more then one line inside
14526:
14527: * src/targets/cgi/parser3.C: more understandable error message in
14528: case of errors in @unhandled_exception
14529:
14530: 2003-04-03 paf
14531:
14532: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14533: src/main/compile.tab.C, src/main/compile.y,
14534: src/main/compile_tools.C, src/main/compile_tools.h,
14535: src/main/execute.C, src/main/pa_request.C: debug info format
14536: simplified, now it's: OP_VALUE Operation::Origin << here value*
14537:
14538: higher limits: file number (max: 255) line number (max:
14539: 64535) column number (max: 255)
14540:
14541: * src/classes/math.C: top limit
14542:
14543: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14544: precise parse error position in case of
14545:
14546: ^bug ]
14547:
14548: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14549: changed to realities, and passed [bug fixed]
14550:
14551: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14552: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14553: main/compile_tools.h, main/pa_request.C: introducing
14554: ^process...[main-method-alias]
14555:
14556: * src/: classes/date.C, classes/image.C, classes/op.C,
14557: classes/string.C, classes/table.C, classes/xdoc.C,
14558: types/pa_vmethod_frame.h: MethodParams& now [methods without
14559: params receive zero reference, but they are expected not to look
14560: there]
14561:
14562: * operators.txt, src/classes/date.C, src/classes/double.C,
14563: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14564: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14565: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14566: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14567: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14568: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14569: [methods without params receive zero reference, but they are
14570: expected not to look there]
14571:
14572: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14573: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14574: ^process...[filename] useful for better error reporting
14575: [file/line/col]
14576:
14577: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14578: types/pa_vstring.h: slightly improved error messages text: 1. is
14579: '%s', it 2. method undefined in case of ^void[]
14580:
14581: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14582: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14583: handling done. now we have error columns todo: test it
14584:
14585: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14586: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14587:
14588: this makes life easier: were: bad stack order -- were in
14589: exception catch unwind order, which didn't match execution order
14590:
14591: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14592:
14593: @first[] ^throw[a;1]
14594:
14595: showed throw a first throw b try
14596:
14597: which is no good
14598:
14599: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14600: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14601: trace reset after handled exception [old bug fixed]
14602:
14603: * src/main/: compile.tab.C, compile.y: parse position old bug
14604: fixed. position reporting made precise [both, in parse erros and
14605: runtime errors]
14606:
14607: 2003-04-02 paf
14608:
14609: * src/: include/pa_operation.h, include/pa_request.h,
14610: main/compile.C, main/compile.tab.C, main/compile.y,
14611: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14612: main/pa_exception.C, main/pa_request.C: debug info: started
14613: using. todo:complete
14614:
14615: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14616: main/compile.C, main/compile.tab.C, main/compile.y,
14617: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14618: main/pa_request.C: prepared debug info todo:use it
14619:
14620: * src/include/pa_operation.h: strange mistake fixed: forgot to
14621: return Operation class->union after switching from autoptrs.
14622:
14623: * tests/: Makefile, results/108.processed, results/117.processed:
14624: meta considered OK [it's up to coder now to remove it not needed]
14625:
14626: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14627: Dictionary constructor when moved to gc]
14628:
14629: * src/main/pa_common.C: uncommented http:// file loading
14630:
14631: * src/include/pa_array.h, src/main/execute.C,
14632: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14633: fix [gdGrowingBuf]
14634:
14635: * configure.in, src/lib/Makefile.am: removed patches
14636:
14637: * configure, src/include/pa_config_auto.h.in,
14638: src/main/pa_charset.C: --enable-assertions autoconf-ed
14639:
14640: * src/main/pa_common.C: uncommented http:// file loading
14641:
14642: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14643: xdoc::create/load
14644:
14645: * src/: classes/form.C, classes/hash.C, classes/image.C,
14646: classes/string.C, classes/table.C, classes/void.C,
14647: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14648: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14649: String::String(str,helper_length) are checked. found/fixed one
14650: place: $request:body now zero-terminated,
14651:
14652: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14653: main/compile_tools.C, main/execute.C, types/pa_value.h,
14654: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14655: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14656: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14657: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14658: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14659: types/pa_vxnode.h: more locally scoped vars in execute (more
14660: easily optimizable)
14661:
14662: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14663: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14664:
14665: * src/: include/pa_array.h, include/pa_stack.h,
14666: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14667: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14668: become assertion iterator in methodframe filler
14669:
14670: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14671: targets/cgi/parser3.C: array::get/put inlined
14672:
14673: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14674: gc_substitute_memory_management_functions +installed CORD_oom
14675: function
14676:
14677: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14678: src/include/pa_config_includes.h, src/include/pa_string.h,
14679: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14680: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14681: assertions started configure.in --enable-assertions
14682:
14683: 2003-04-01 paf
14684:
14685: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14686: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14687: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14688: gdome uses glib memory, and stores last pointer to xmlDoc there,
14689: gc misses that and collects valid memory fixed by remembering
14690: xmlDoc from dom object in xdoc. todo: do something with
14691: premature free of xdoc with xnodes/node values referring into it
14692:
14693: * src/classes/: mail.C: typo fix
14694:
14695: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14696: changes
14697:
14698: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14699: main/pa_memory.C: moved memory debugging to global level: to
14700: pa_gc_malloc
14701:
14702: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14703: debugging showed no errors. todo: debug parser memory
14704:
14705: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14706: configurations
14707:
14708: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14709: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14710: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14711: types/types.dsp: prepared xml-static configuration
14712:
14713: 2003-03-31 paf
14714:
14715: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14716: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14717: xml lib memory debugging, simple checks failed: it seems that
14718: library does realloc(bad ptr), and recording those ptrs in heap
14719: [for debugging] was bad: heap situation changes = everything
14720: works fine
14721:
14722: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14723: xmlRegisterCharEncodingHandler limitation [currently imposed
14724: limit of 10 user-defined charsets]
14725:
14726: 2003-03-28 paf
14727:
14728: * src/main/execute.C: execution stack copied to local register
14729: variable, removed lots [~2e7) of memory accesses
14730:
14731: 2003-03-27 paf
14732:
14733: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14734: works in debug, but fails in release todo: fix that
14735:
14736: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14737: targets/cgi/parser3.C: forgot to merge XML memory funcs
14738: replacement from gc branch
14739:
14740: * src/main/pa_exec.C: introducing append_help_length [radical
14741: improvement here]
14742:
14743: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14744: 'not recommened' in gc.h, on win32 noticed no difference]
14745:
14746: * src/include/pa_array.h: returned checked array get [were disabled
14747: for debugging] result:not slower [don't understand that, it were
14748: INLINED] todo: find out a way of inlining it!
14749:
14750: * src/: include/pa_string.h, lib/gc/include/gc.h,
14751: lib/gc/include/gc_fake.h, main/compile.tab.C,
14752: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14753: convention changed: all resulting strings are zero-terminated
14754:
14755: * src/: classes/date.C, classes/file.C, classes/hash.C,
14756: classes/string.C, classes/table.C, classes/void.C,
14757: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14758: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14759: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14760: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14761: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14762: types/pa_vfile.C, types/pa_vmail.C: introducing
14763: append_help_length [radical improvement here]
14764:
14765: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14766: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14767: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14768: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14769: even slower
14770:
14771: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14772: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14773: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14774: clients of &get(): most to use non-ref version, some[in tight
14775: places] to get_unchecked_ref
14776:
14777: * src/doc/memory.dox: forgot to add
14778:
14779: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14780: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14781: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14782: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14783: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14784: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14785: targets/cgi/parser3.dsp, types/pa_vmail.C,
14786: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14787: T>>&<< removed after Stack::pop wiping removed [moved to separate
14788: func] other Array & removed
14789:
14790: 2003-03-26 paf
14791:
14792: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14793: classes/table.C, include/pa_array.h, include/pa_charset.h,
14794: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14795: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14796: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14797: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14798: main/pa_exec.C, main/pa_sql_driver_manager.C,
14799: main/pa_stylesheet_manager.C, main/pa_table.C,
14800: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14801: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14802: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14803: pre-evaluated .count() in some places
14804:
14805: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14806: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14807: types/types.dsp: .dsp profiling updated
14808:
14809: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14810: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14811: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14812:
14813: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14814: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14815: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14816: use lib/gc,lib/cord
14817:
1.116 moko 14818: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14819: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14820: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14821: src/include/pa_config_includes.h, src/include/pa_request.h,
14822: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14823: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14824: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14825: src/lib/cord/include/Makefile.am,
1.116 moko 14826: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14827: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14828: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14829: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14830: src/types/pa_vform.h, src/types/pa_vhash.h,
14831: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14832: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14833: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14834: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14835: funcs ported pa_exec
1.95 moko 14836:
14837: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14838:
14839: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14840: bundled gc includes
14841:
14842: * src/: classes/op.C, include/pa_array.h,
14843: include/pa_sql_connection.h, include/pa_string.h,
14844: include/pa_version.h, main/compile.tab.C, main/compile.y,
14845: main/execute.C, main/pa_common.C, main/pa_exception.C,
14846: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14847: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14848: first real site (aval)]
14849:
14850: 2003-03-25 paf
14851:
14852: * operators.txt, src/main/pa_sql_driver_manager.C,
14853: src/types/pa_vstatus.C: $status.memory used free since_compact
14854: process
14855:
14856: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14857: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14858:
14859: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14860:
14861: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14862: src/types/pa_value.h, src/types/pa_vfile.h,
14863: src/types/pa_vobject.C, src/types/pa_vobject.h,
14864: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14865: tests/results/121.processed: untaint.C L_URI
14866:
14867: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14868: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14869: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14870: src/types/pa_vmemory.h: ^memory:compact[]
14871:
14872: * tests/results/109.processed: it was a bug in parser. updated 109
14873: test result
14874:
14875: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14876:
14877: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14878: tests/results/107.processed: fixed dom language [values are now
14879: considered tainted. it was a bug in parser. updated 107 test
14880: result
14881:
14882: * src/classes/xdoc.C: fixed transform params
14883:
14884: * src/: include/pa_stylesheet_manager.h,
14885: main/pa_stylesheet_manager.C: fixed stylesheet caching
14886:
14887: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14888: overloads for structure handling
14889:
14890: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14891: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14892: StringBody(0) ambiguilty, introducting static
14893: StringBody::Format(int)
14894:
14895: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14896: linked
14897:
14898: * src/types/pa_vxdoc.C: vxdoc compiled
14899:
14900: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14901: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14902: finalizers isntalled
14903:
14904: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14905: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14906: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14907: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14908: compiled todo: xnode.C / finalizers
14909:
14910: * src/doc/string.dox: updated: new string internals
14911:
14912: 2003-03-24 paf
14913:
14914: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14915: include/pa_charset.h, include/pa_config_fixed.h,
14916: include/pa_request.h, include/pa_stylesheet_connection.h,
14917: include/pa_stylesheet_manager.h, main/pa_charset.C,
14918: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14919: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14920: types/pa_vxnode.h: started XML
14921:
14922: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14923:
14924: * src/: classes/file.C, classes/image.C, classes/mail.C,
14925: include/pa_string.h, main/pa_common.C,
14926: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14927:
14928: * src/: classes/file.C, classes/image.C, classes/mail.C,
14929: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14930: main/pa_request.C, main/pa_sql_driver_manager.C,
14931: types/pa_vimage.h: size_t pos everywhere checks changed to check
14932: for eq STRING_NOT_FOUND
14933:
14934: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14935: optimize bit implemented
14936:
14937: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14938: String::ArrayFragment::append_positions fixed
14939:
14940: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14941: String::this_starts fixed
14942:
14943: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14944:
14945: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14946: hashcode implemented fully, including per-char callback [it can
14947: be - substr CORD node]
14948:
14949: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14950: rewritten to rewalloc with 100byte buf ahead
14951:
14952: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14953: src/include/pa_string.h, src/main/compile.tab.C,
14954: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14955: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14956: CORD_ec [bad] would rewrite as realloc now
14957:
14958: * src/: classes/date.C, classes/file.C, classes/form.C,
14959: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14960: include/pa_cache_managers.h, include/pa_charsets.h,
14961: include/pa_common.h, include/pa_request.h,
14962: include/pa_sql_driver_manager.h, include/pa_table.h,
14963: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14964: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14965: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14966: types/pa_vmail.C, types/pa_vmethod_frame.C,
14967: types/pa_vstateless_class.h: 2*2 worked :)
14968:
14969: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14970: src/include/pa_exec.h, src/include/pa_string.h,
14971: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14972: passed OK
14973:
14974: * src/: classes/hash.C, classes/string.C, classes/table.C,
14975: types/pa_value.C: all linked todo: debug
14976:
14977: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14978: types/pa_vstateless_class.C: all compiled. todo:link
14979:
14980: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14981:
14982: * src/types/pa_vtable.C: pa_vtable.C compiled
14983:
14984: * src/types/pa_vstring.C: pa_vstring.C compiled
14985:
14986: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14987:
14988: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14989: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14990: pa_vstateless_class.C, pa_vstateless_class.h:
14991: pa_vstateless_class.C compiled
14992:
14993: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14994: types/pa_vmath.C: pa_vmail.C compiled
14995:
14996: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14997:
14998: * src/types/pa_vform.C: pa_vform.C compiled
14999:
15000: * src/types/pa_vfile.C: pa_vfile.C compiled
15001:
15002: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15003: pa_vstateless_class.C: pa_vcookie.C compiled
15004:
15005: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15006: types/pa_vhash.h: pa_value.C compiled
15007:
15008: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15009: classes.lib main.lib compiled
15010:
15011: * src/classes/void.C: void.C compiled
15012:
15013: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15014: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15015: compiled
15016:
15017: * src/: classes/string.C, include/pa_request.h,
15018: include/pa_string.h, main/pa_string.C: string.C compiled
15019:
15020: * src/: classes/op.C, classes/string.C, classes/table.C,
15021: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15022: main/pa_request.C, main/pa_string.C: op.C compiled
15023:
15024: * src/classes/: math.C, op.C: math.C compiled
15025:
15026: * src/: classes/mail.C, classes/string.C, classes/table.C,
15027: types/pa_vmail.h: mail.C compiled
15028:
15029: * src/classes/: int.C, table.C: int.C compiled
15030:
15031: * src/: classes/hash.C, classes/image.C, classes/string.C,
15032: classes/table.C, include/pa_memory.h, include/pa_string.h,
15033: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15034: compiled
15035:
15036: * src/: classes/hash.C, classes/string.C, classes/table.C,
15037: classes/void.C, classes/xdoc.C, include/pa_request.h,
15038: include/pa_sql_connection.h: hash.C compiled
15039:
15040: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15041: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15042: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15043: classes/math.C, classes/op.C, classes/response.C,
15044: classes/string.C, classes/table.C, classes/void.C,
15045: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15046: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15047: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15048: file.C table.C compiled
15049:
15050: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15051: main/untaint.C: main.lib compiled
15052:
15053: 2003-03-21 paf
15054:
15055: * src/: classes/op.C, include/pa_cache_managers.h,
15056: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15057: include/pa_stylesheet_manager.h, main/pa_exception.C,
15058: main/pa_globals.C, main/pa_sql_driver_manager.C,
15059: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15060: compiled
15061:
15062: * src/: classes/hash.C, classes/image.C, classes/op.C,
15063: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15064: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15065: main/compile.C, main/pa_common.C, main/pa_request.C,
15066: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15067: pa_request.C compiled
15068:
15069: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15070: include/pa_request.h, main/execute.C, main/pa_request.C,
15071: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15072: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15073: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15074: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15075: compiled
15076:
15077: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15078: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15079: on unix
15080:
15081: * src/: include/pa_charset.h, include/pa_charsets.h,
15082: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15083: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15084: pa_charsets.C compiled
15085:
15086: * src/: classes/image.C, classes/mail.C, classes/op.C,
15087: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15088: main/compile.y, main/execute.C, main/pa_common.C,
15089: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15090: types/pa_vcode_frame.h, types/pa_vimage.h,
15091: types/pa_vmethod_frame.h: execute.C compiled
15092:
15093: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15094: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15095: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15096: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15097: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15098: include/pa_cache_managers.h, include/pa_charsets.h,
15099: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15100: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15101: include/pa_sql_driver_manager.h, include/pa_string.h,
15102: include/pa_stylesheet_connection.h,
15103: include/pa_stylesheet_manager.h, include/pa_table.h,
15104: main/compile.C, main/compile.tab.C, main/compile.y,
15105: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15106: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15107: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15108: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15109: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15110: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15111: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15112: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15113: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15114: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15115: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15116: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15117: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15118: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15119: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15120: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15121: types/pa_vresponse.h, types/pa_vstateless_class.C,
15122: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15123: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15124: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15125: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15126: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15127: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15128: [C++ CORD wrapper]
15129:
15130: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15131:
15132: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15133: $file::exec/cgi[script; $.charset[this is script's charset]
15134:
15135: command line, env values, input got transcoded before call
15136: stdout, stderr got transcoded after call
15137:
15138: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15139: by default. use: ^file::exec[...;$.stdin[$request.body]
15140:
15141: * src/main/pa_common.C: } typo bug fix
15142:
15143: * src/main/pa_common.C: } typo bug fix
15144:
15145: 2003-03-20 paf
15146:
15147: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15148: main/untaint.C: cord bug fix, but still errors todo: clear out
15149:
15150: * src/include/pa_string.h: more tests
15151:
15152: * src/main/pa_string.C: string.pos fixed
15153:
1.116 moko 15154: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15155: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15156: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15157: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15158: replaces
1.95 moko 15159:
15160: * src/: classes/image.C, include/pa_dictionary.h,
15161: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15162: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15163: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15164: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15165:
15166: * src/include/pa_string.h: warning
15167:
15168: * src/include/pa_string.h: this_starts fixed
15169:
15170: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15171: new String ctor & append params convention
15172:
15173: * src/: classes/file.C, classes/hash.C, classes/image.C,
15174: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15175: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15176: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15177: main/pa_exception.C, main/pa_exec.C,
15178: main/pa_sql_driver_manager.C, main/pa_string.C,
15179: main/pa_stylesheet_manager.C, main/untaint.C,
15180: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15181: types/pa_vmail.C: more tests OK
15182:
15183: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15184: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15185: gc/exit runned OK
15186:
15187: * src/types/pa_vmail.C: another naming problem: should not name
15188: vars like that: unpredictable close caused problems with later
15189: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15190: descriptors missing on startup: stdin; Bad file number
15191:
15192: todo: find out why so many filters(stream) here. probably wrong?
15193:
15194: * src/: include/pa_dictionary.h, include/pa_string.h,
15195: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15196: main/untaint.C: test compiled
15197:
15198: * src/: classes/image.C, classes/mail.C, classes/math.C,
15199: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15200: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15201: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15202: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15203: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15204: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15205: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15206: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15207: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15208:
15209: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15210: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15211: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15212: src/include/pa_memory.h, src/include/pa_request.h,
15213: src/include/pa_request_charsets.h,
15214: src/include/pa_sql_connection.h, src/include/pa_string.h,
15215: src/main/compile.tab.C, src/main/execute.C,
15216: src/main/pa_charset.C, src/main/pa_common.C,
15217: src/main/pa_exception.C, src/main/pa_exec.C,
15218: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15219: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15220: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15221: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15222: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15223: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15224: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15225: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15226: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15227: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15228: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15229: pa_common.C [done, without http for now]
15230:
15231: 2003-03-19 paf
15232:
15233: * src/: classes/date.C, classes/form.C, classes/hash.C,
15234: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15235: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15236: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15237: include/pa_string.h, include/pa_table.h, main/compile.C,
15238: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15239: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15240: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15241: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15242: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15243: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15244: types/pa_vstateless_class.h, types/pa_vtable.C,
15245: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15246: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15247: types/pa_wwrapper.h: started test
15248:
1.116 moko 15249: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15250: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15251:
15252: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15253: include/pa_string.h, main/pa_string.C: string compiled todo: test
15254: it
15255:
15256: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15257: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15258: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15259: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15260: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15261: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15262: types/pa_vmethod_frame.h, types/types.dsp: string
15263: reimplementation with cord+array<fragment>: 70%
15264:
15265: 2003-03-18 paf
15266:
15267: * src/: classes/date.C, classes/file.C, classes/form.C,
15268: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15269: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15270: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15271: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15272: can ignore lang in cmp and pos really, but would
15273: split properly!
15274:
15275: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15276: cord part made parser/src/lib: it's not compiled into libgc by
15277: default
15278:
15279: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15280: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15281: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15282: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15283: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15284: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15285: src/classes/xnode.C, src/classes/xnode.h,
15286: src/include/Makefile.am, src/include/pa_cache_managers.h,
15287: src/include/pa_charset.h, src/include/pa_charsets.h,
15288: src/include/pa_common.h, src/include/pa_dictionary.h,
15289: src/include/pa_exception.h, src/include/pa_exec.h,
15290: src/include/pa_globals.h, src/include/pa_hash.h,
15291: src/include/pa_memory.h, src/include/pa_pool.h,
15292: src/include/pa_request.h, src/include/pa_request_charsets.h,
15293: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15294: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15295: src/include/pa_stylesheet_connection.h,
15296: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15297: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15298: src/main/compile.C, src/main/compile.tab.C,
15299: src/main/compile_tools.C, src/main/compile_tools.h,
15300: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15301: src/main/pa_charsets.C, src/main/pa_common.C,
15302: src/main/pa_dictionary.C, src/main/pa_exception.C,
15303: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15304: src/main/pa_pool.C, src/main/pa_request.C,
15305: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15306: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15307: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15308: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15309: src/types/pa_junction.h, src/types/pa_method.h,
15310: src/types/pa_value.C, src/types/pa_value.h,
15311: src/types/pa_vclass.C, src/types/pa_vclass.h,
15312: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15313: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15314: src/types/pa_vdouble.h, src/types/pa_venv.h,
15315: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15316: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15317: src/types/pa_vimage.C, src/types/pa_vimage.h,
15318: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15319: src/types/pa_vmath.C, src/types/pa_vmath.h,
15320: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15321: src/types/pa_vobject.C, src/types/pa_vobject.h,
15322: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15323: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15324: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15325: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15326: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15327: src/types/pa_vstring.h, src/types/pa_vtable.C,
15328: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15329: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15330: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15331: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15332: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15333: gc: PA_Object done lots of replacements also
15334:
15335: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15336: gc logging
15337:
15338: 2003-03-17 paf
15339:
15340: * src/: classes/date.C, classes/file.C, classes/form.C,
15341: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15342: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15343: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15344: include/pa_string.h, include/pa_types.h, main/compile.C,
15345: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15346: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15347: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15348: main/pa_sql_driver_manager.C, main/pa_string.C,
15349: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15350: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15351: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15352: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15353: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15354: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15355: types/pa_vxnode.h: libgc attempt
15356:
15357: 2003-03-13 paf
15358:
15359: * src/: include/pa_sql_driver_manager.h,
15360: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15361: called
15362:
15363: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15364: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15365: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15366: types/pa_value.h, types/pa_vobject.h,
15367: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15368: set_base, set_derived simplified [counter leaks fixed]
15369:
15370: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15371: src/types/types.dsp: incorporated status class patch From:
15372: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15373: 2003 8:14 AM
15374:
15375: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15376: Win32 specific: QuotaPeakNonPagedPoolUsage
15377: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15378:
15379: 2003-03-12 paf
15380:
1.116 moko 15381: * configure, configure.in, src/lib/ltdl/configure,
15382: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15383: lib/ltdl/Makefile now created by /configure.in only [were by
15384: lib/ltdl/configure.in OVERWRITE]
15385:
1.116 moko 15386: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15387: linkage fixed for g++ 3.2.2
1.95 moko 15388:
15389: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15390: on using privately declared class [fixed]
15391:
15392: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15393: 3.2 rightliy complained on using privately declared class [fixed]
15394:
15395: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15396: sigpipe before request constructor now causes death
15397:
15398: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15399: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15400: not cause exception in exception handler
15401:
1.116 moko 15402: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15403: now default links libstdc++ statically. that can be overriden by
15404: --with-dynamic-stdcpp
1.95 moko 15405:
15406: 2003-03-11 paf
15407:
15408: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15409: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15410: necessity of libstdc++
15411:
15412: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15413:
15414: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15415:
15416: 2003-03-08 paf
15417:
15418: * tests/Makefile: make install & co
15419:
15420: * src/: include/pa_request.h, classes/op.C: removing
15421: vclass,object.h -> pa_request.h dependency
15422:
15423: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15424: main/pa_request.C: removing vform,response,cookie.h ->
15425: pa_request.h dependency
15426:
15427: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15428: dependency [testing...]
15429:
15430: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15431: return 0; fixed
15432:
15433: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15434: types/pa_vmail.h: vmail.C received just compiled [not tested]
15435:
15436: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15437:
15438: * src/main/pa_request.C: forgotten: ifdef XML
15439:
15440: * src/main/pa_request.C: forgotten: ifdef XML
15441:
15442: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15443: win32 and run memleak tests again
15444:
15445: * src/targets/cgi/parser3.C: charsets: see some strange things with
15446: old xml lib-- it's internal memory handling has faults
15447:
15448: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15449: problems when transcode from charset A to A.
15450:
15451: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15452: todo: still problems when transcode from charset A to A.
15453:
15454: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15455: classes/table.C, include/pa_array.h,
15456: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15457: started full-scale-site-test [~ http://parser.ru sources]
15458:
15459: some fixes
15460:
15461: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15462: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15463: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15464: results/110.processed, results/111.processed,
15465: results/112.processed, results/113.processed,
15466: results/114.processed, results/115.processed,
15467: results/116.processed, results/117.processed,
15468: results/118.processed, results/119.processed,
15469: results/120.processed: xml: tests 109 dom create/show 110 xpath
15470: selectSingle 111 xdoc.create from tainted & 112
15471: xdoc.create/output with russian attr value 113 xpath
15472: selectString/Number 114 dom attributes.count 115 xpath selectBool
15473: 116 output media-type change 117 transform by dom stylesheet 118
15474: empty transform result 119 dom setAttribute 120 nbsp letter
15475: output
15476:
15477: =END OF PREPARED XML TESTS=
15478:
15479: 2003-03-07 paf
15480:
15481: * src/classes/xdoc.C, src/include/pa_charset.h,
15482: src/include/pa_stylesheet_connection.h, tests/108.html,
15483: tests/108.xsl, tests/results/108.processed: xml: test 108
15484: transform with params [bugs fixed]
15485:
15486: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15487: from copy/paste bug
15488:
15489: * src/classes/xdoc.C, src/include/pa_charset.h,
15490: src/include/pa_request.h, src/main/execute.C,
15491: src/main/pa_charset.C, src/main/pa_exception.C,
15492: src/main/pa_globals.C, src/main/pa_request.C,
15493: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15494: src/types/pa_vxnode.C, tests/107.html,
15495: tests/results/107.processed: xml: test: 107 bug fixes
15496:
15497: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15498: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15499: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15500:
15501: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15502: string
15503:
15504: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15505: mem alloc functions used for different cases [libxml, libxsl]
15506:
15507: * src/classes/classes.C: fixed: prevent system classes from
15508: modification to lock ALL the classes, not only directly used
15509:
15510: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15511: linked
15512:
15513: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15514:
15515: 2003-03-06 paf
15516:
15517: * src/classes/xdoc.C: xdoc.C 50%
15518:
15519: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15520: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15521: main/pa_globals.C, main/pa_request.C,
15522: main/pa_stylesheet_manager.C: xnode.C compiled
15523:
15524: * src/: include/pa_stylesheet_connection.h,
15525: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15526: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15527:
15528: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15529: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15530: xml: stylesheet&manager STARTED
15531:
15532: * src/: include/pa_globals.h, main/pa_charset.C,
15533: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15534:
15535: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15536: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15537: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15538: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15539: charsets
15540:
15541: * tests/023.html: in some cases it rounded up badly. postponing
15542: solution of that problem, making more simple test
15543:
15544: * tests/: 058_paf2000.png, results/058.processed: .png added with
15545: -kb now
15546:
15547: * src/: include/pa_charset.h, include/pa_charsets.h,
15548: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15549: moved to charsets.C
15550:
15551: 2003-03-05 paf
15552:
15553: * src/classes/string.C, src/include/pa_string.h,
15554: src/main/pa_string.C, tests/105.html,
15555: tests/results/105.processed: String::match bug fixed
15556:
15557: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15558: tests/results/104.processed: ^bpt operator added [does int3 in
15559: debug build on win32]
15560:
15561: * tests/: 057.html, results/057.processed: test bug fixed
15562:
1.116 moko 15563: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15564:
15565: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15566: missing
15567:
1.116 moko 15568: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15569: forgotten files added to Makes
1.95 moko 15570:
15571: * ltmain.sh: ltmain.sh added
15572:
15573: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15574: change undone ;(
15575:
15576: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15577: made static
15578:
15579: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15580: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15581: todo:make linker happy
1.95 moko 15582:
15583: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15584: env param made optional
15585:
15586: 2003-03-04 paf
15587:
15588: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15589: types/pa_vimage.h: number of gcc compiler bugs fixed
15590:
15591: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15592: results/103.processed: tests: 103 image.copy transparence test
15593:
15594: * src/main/execute.C, tests/101.html, tests/102.html,
15595: tests/results/101.processed, tests/results/102.processed: tests:
15596: 101 method/variable name conflict test 102 form fields change
15597: should not not change anything [bug fix]
15598:
15599: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15600: results/099.processed, results/100.processed: tests: 57 date
15601: create 2002: added 99,100 response:body/download
15602:
15603: * src/classes/image.C, tests/098.html, tests/098font.gif,
15604: tests/results/098.processed: test: 98 image font text [bug fixed]
15605:
15606: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15607: tests/results/097.processed: test: 97 file::load http:// [bugs
15608: fixed]
15609:
15610: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15611: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15612: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15613: image EXIF [bug fixed]
15614:
15615: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15616: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15617: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15618: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15619: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15620: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15621: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15622: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15623: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15624: tests/094.html, tests/095.html, tests/results/061.processed,
15625: tests/results/062.processed, tests/results/063.processed,
15626: tests/results/064.processed, tests/results/065.processed,
15627: tests/results/066.processed, tests/results/067.processed,
15628: tests/results/068.processed, tests/results/069.processed,
15629: tests/results/070.processed, tests/results/071.processed,
15630: tests/results/072.processed, tests/results/073.processed,
15631: tests/results/074.processed, tests/results/075.processed,
15632: tests/results/076.processed, tests/results/077.processed,
15633: tests/results/078.processed, tests/results/080.processed,
15634: tests/results/081.processed, tests/results/082.processed,
15635: tests/results/083.processed, tests/results/084.processed,
15636: tests/results/085.processed, tests/results/086.processed,
15637: tests/results/087.processed, tests/results/088.processed,
15638: tests/results/089.processed, tests/results/090.processed,
15639: tests/results/091.processed, tests/results/092.processed,
15640: tests/results/093.processed, tests/results/094.processed,
15641: tests/results/095.processed, tests/079.html,
15642: tests/results/079.processed: tests: 61 file::stat size 62
15643: string->int autoconvert 63 double .int,dec,div,mul 64 date
15644: compare 65 file: basename,justname,justext 66 math:crypt 67
15645: string.match simple on long 68 string.match normalized simple on
15646: long 69 string.int 70 file::stat content-type 71 table.join 72
15647: hash parameter conditional pass 73 date daylightsaving,yearday 74
15648: date arithmetics 75 response date values/attributes 76 string.pos
15649: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15650: with local 80 scientific numeric literal in string autoconvert 81
15651: xor: logical and numerical 82 for delims 83 menu delims 84
15652: table.hash distinct 85 long string replace 86 throw+catch
15653: current language preserve 87 bit shifts 88 junction tests +
15654: $caller test 89 hash.foreach selfmodification 90 int/void to int
15655: 91 $caller test 92 junction is + def junction tests 93 $caller
15656: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15657:
15658: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15659: fixed] 60 string eq string [bug fixed]
15660:
15661: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15662: 058.html, 058_paf2000.png, 059.html, 060.html,
15663: results/053.processed, results/054.processed,
15664: results/055.processed, results/056.processed,
15665: results/057.processed, results/058.processed,
15666: results/059.processed, results/060.processed: test: 53
15667: string.replace 54 junctions 55 table.hash 56 call indirect 57
15668: date.create[string] 58 image.measure[png]
15669:
15670: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15671: outputs/051.processed, results/052.processed: test: 52
15672: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15673: task: fix that
15674:
15675: 2003-03-03 paf
15676:
15677: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15678: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15679: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15680: outputs/049.processed, outputs/050.processed,
15681: outputs/051.processed, results/001.processed,
15682: results/002.processed, results/003.processed,
15683: results/005.processed, results/006.processed,
15684: results/008.processed, results/009.processed,
15685: results/011.processed, results/012.processed,
15686: results/013.processed, results/014.processed,
15687: results/015.processed, results/016.processed,
15688: results/017.processed, results/020.processed,
15689: results/021.processed, results/022.processed,
15690: results/024.processed, results/025.processed,
15691: results/026.processed, results/027.processed,
15692: results/028.processed, results/029.processed,
15693: results/030.processed, results/031.processed,
15694: results/049.processed, results/050.processed,
15695: results/051.processed, results/043.processed,
15696: results/044.processed, results/045.processed,
15697: results/046.processed, results/047.processed,
15698: results/048.processed: tests: 43,44,45 date rolls 46
15699: autoevaluating junction 47 table.select 48 name with subvar 49
15700: hash-creating switch 50 process 51 started parent/child, works as
15701: it were but it were NOT GOOD, created separate task to fix that
15702:
15703: * tests/: 042.html, results/042.processed: test: 42
15704: exception.handled
15705:
15706: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15707: expression
15708:
15709: * tests/: 040.html, results/040.processed: test: 39 method result
15710: of type table 40 method param junction auto evaluate
15711:
15712: * tests/: 039.html, results/039.processed: test: 37 method result
15713: of type table
15714:
15715: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15716: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15717: tests/038.html, tests/results/033.processed,
15718: tests/results/034.processed, tests/results/035.processed,
15719: tests/results/036.processed, tests/results/037.processed,
15720: tests/results/038.processed: tests: 33 string.replace 34
15721: string.upper 35 table created 36 local/global vars with juntions
15722: 37 table clone 38 math PI & number formatting
15723:
15724: math class registring typo fixed
15725:
15726: * src/classes/op.C, src/include/pa_request.h,
15727: src/include/pa_string.h, src/main/execute.C,
15728: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15729: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15730: tests/032.html, tests/results/032.processed: uchar changed to
15731: String_UL in all places [was not everywhere] untaint test: 032
15732:
15733: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15734: tests/results/004.processed, tests/parser-cygwin.sh,
15735: tests/parser-unix.sh: removed -H command line key, now testing
15736: using .sh file with SERVER_SOFTWARE=xxx
15737:
15738: 2003-02-26 paf
15739:
15740: * src/main/execute.C, src/types/pa_vstateless_class.h,
15741: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15742: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15743: tests/results/024.processed, tests/results/025.processed,
15744: tests/results/026.processed, tests/results/027.processed,
15745: tests/results/028.processed, tests/results/029.processed,
15746: tests/results/030.processed, tests/results/031.processed: fixed
15747: bug with name_cstr mutable CharPtr more tests
15748:
15749: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15750: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15751: << abort. die now just exits
15752:
15753: * src/classes/classes.awk, src/classes/classes.h,
15754: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15755: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15756: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15757: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15758: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15759: src/classes/xnode.C, src/include/pa_memory.h,
15760: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15761: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15762: src/types/pa_vform.C, tests/015.html, tests/016.html,
15763: tests/017.html, tests/018.html, tests/019.html,
15764: tests/019paf2001.gif, tests/020.html, tests/021.html,
15765: tests/022.html, tests/023.html, tests/022_dir/a.html,
15766: tests/022_dir/b.txt, tests/022_dir/c.htm,
15767: tests/results/015.processed, tests/results/016.processed,
15768: tests/results/017.processed, tests/results/018.processed,
15769: tests/results/019.processed, tests/results/020.processed,
15770: tests/results/021.processed, tests/results/022.processed,
15771: tests/results/023.processed: methoded_array now contains all Mxxx
15772: classes SAPI::get_env now returns info on pool more tests
15773:
15774: * src/include/pa_array.h, src/include/pa_hash.h,
15775: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15776: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15777: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15778: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15779: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15780: tests/results/001.processed, tests/results/002.processed,
15781: tests/results/003.processed, tests/results/004.processed,
15782: tests/results/005.processed, tests/results/006.processed,
15783: tests/results/007.processed, tests/results/008.processed,
15784: tests/results/009.processed, tests/results/010.processed,
15785: tests/results/011.processed, tests/results/012.processed,
15786: tests/results/013.processed, tests/results/014.processed: hash
15787: cloning fixed
15788:
15789: 2003-02-25 paf
15790:
15791: * src/main/pa_common.C: typo fixed
15792:
15793: 2003-02-24 paf
15794:
15795: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15796: [one remained]
15797:
15798: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15799: [should have been get_string(&pool)] todo: check other such calls
15800:
15801: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15802: test10, bad lookups
15803:
15804: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15805: object got destructed, and xxx points to sky
15806:
15807: * ChangeLog, src/classes/string.C: match bug fixed
15808:
15809: * src/types/pa_vmail.C: body [text/html] transcoded to
15810: $.charset[specified] now
15811:
15812: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15813: which failed to handle sigsetjmp+throw: crashed inside of
15814: pre-throw code. rewritten simplier [though duplicating
15815: closesocket code]
15816:
15817: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15818: which failed to handle sigsetjmp+throw: crashed inside of
15819: pre-throw code. rewritten simplier [though duplicating
15820: closesocket code]
15821:
15822: 2003-02-21 paf
15823:
15824: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15825: $cookie:name[$.expires[date << can be now]]
15826:
15827: written makefile with regression tests [raw]
15828:
15829: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15830: tests' only [it's not forcing CGI mode now] now use -H to output
15831: CGI header when parser used in command line [useful for tests
15832: also]
15833:
15834: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15835: switches on CGI mode, and is used in regression tests
15836:
15837: * src/: include/pa_request.h, main/pa_request.C,
15838: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15839: fixed
15840:
15841: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15842: handling pa_*
15843:
15844: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15845: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15846: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15847: memory handling files
15848:
15849: * src/main/pa_array.C: pool::format_integer terminator fixed
15850:
15851: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15852: compiles OK test to show benefits of free
15853:
15854: * src/: classes/file.C, classes/image.C, classes/mail.C,
15855: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15856: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15857: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15858: use pool [as the one in ^process]
15859:
15860: * src/classes/op.C: fixed process. sould now check for all cstr's
15861: -- some must use pool [as the one in ^process]
15862:
15863: 2003-02-20 paf
15864:
15865: * src/: classes/date.C, classes/double.C, classes/file.C,
15866: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15867: classes/math.C, classes/op.C, classes/response.C,
15868: classes/string.C, classes/table.C, classes/void.C,
15869: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15870: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15871: string cmp fixed
15872:
15873: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15874: values passed OK now
15875:
15876: 2003-02-19 paf
15877:
15878: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15879: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15880: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15881: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15882: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15883: all remaning leaks resulted from pooled::malloc calls [excluding
15884: in gd -- planning complete rewrite extremely ugly code]
15885:
15886: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15887: files
15888:
15889: 2003-02-17 paf
15890:
15891: * src/: classes/date.C, classes/double.C, classes/file.C,
15892: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15893: classes/response.C, classes/string.C, classes/table.C,
15894: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15895: include/pa_stylesheet_connection.h,
15896: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15897: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15898: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15899: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15900: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15901: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15902: of unitialized simple-typed field
15903:
15904: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15905: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15906: simple-typed field fixed. todo: find&kill all like that one
15907:
15908: * src/: main/execute.C, targets/cgi/pa_pool.C,
15909: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15910: debug output fixed
15911:
15912: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15913: main/pa_request.C: stack-stored items need extra .ref to prevent
15914: object_ptr from delete[them]
15915:
15916: * src/: classes/date.C, classes/op.C, classes/table.C,
15917: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15918: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15919: main/pa_charset.C, main/pa_common.C,
15920: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15921: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15922: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15923: calls
15924:
15925: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15926: couple mem leaks rusulted from old pooled::malloc usage.
15927: todo:find more like those
15928:
15929: * src/main/: compile.C, compile_tools.C: 2*2!
15930:
15931: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15932: stackItem fixed [there were no string on stack before]
15933:
15934: * src/: main/execute.C, main/pa_request.C,
15935: types/pa_vmethod_frame.C: first letters out OK
15936:
15937: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15938: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15939: main/pa_string.C, main/untaint.C, types/pa_value.h,
15940: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15941: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15942: type not initialized with zeros :( while class fields of class
15943: types initialized with default constructors. learn C++
15944:
15945: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15946: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15947: classes/math.C, classes/xdoc.C, classes/xnode.C,
15948: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15949: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15950:
15951: 2003-02-14 paf
15952:
15953: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15954: 13 link errors
15955:
15956: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15957: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15958: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15959: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15960: errors :)
15961:
15962: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15963: classes/hash.C, classes/mail.C, classes/op.C,
15964: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15965: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15966: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15967: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15968:
15969: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15970: classes/table.C, include/pa_common.h, include/pa_globals.h,
15971: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15972: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15973: types/pa_vint.h, types/types.dsp: op compiled
15974:
15975: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15976: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15977: main/untaint.C, types/pa_vtable.h: string, response compiled
15978:
15979: 2003-02-07 paf
15980:
15981: * src/: classes/table.C, types/pa_vtable.h: table compiled
15982:
15983: 2003-02-06 paf
15984:
15985: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15986: mail compiled
15987:
15988: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15989: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15990: types/pa_vfile.h, types/pa_vimage.h: image compiled
15991:
15992: * src/classes/: file.C, form.C: form compiled
15993:
15994: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15995: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15996: types/pa_vfile.C, types/pa_vfile.h: file compiled
15997:
15998: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15999: types/pa_vmath.h: math compiled [win32]
16000:
16001: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16002: types/pa_vstring.h: hash compiled
16003:
16004: 2003-02-04 paf
16005:
16006: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16007: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16008: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16009: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16010: types/pa_vhash.h: hash 50% compiled
16011:
16012: * src/: classes/date.C, classes/file.C, classes/hash.C,
16013: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16014: classes/string.C, classes/table.C, classes/xdoc.C,
16015: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16016: main/pa_string.C: date compiled
16017:
16018: * src/classes/: classes.dsp, double.C: double compiled
16019:
16020: * src/: classes/date.C, classes/double.C, classes/file.C,
16021: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16022: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16023: classes/string.C, classes/table.C, classes/void.C,
16024: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16025: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16026: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16027: compiled
16028:
16029: * src/: classes/date.C, classes/double.C, classes/file.C,
16030: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16031: classes/math.C, classes/op.C, classes/response.C,
16032: classes/string.C, classes/table.C, classes/void.C,
16033: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16034: types/pa_vvoid.h: void compiled :)
16035:
16036: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16037: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16038: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16039: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16040: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16041: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16042: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16043: types/pa_vresponse.C, types/pa_vstateless_class.C,
16044: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16045: types/pa_wcontext.C, types/types.dsp: removed stupid
16046: value_includes.h
16047:
16048: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16049: trying to remove stupid value_includes.h
16050:
16051: * src/main/pa_exec.C: pa_exec compiled on win32
16052:
16053: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16054:
16055: * src/: include/pa_globals.h, include/pa_request.h,
16056: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16057: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16058: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16059: types/pa_vrequest.C, types/pa_vstateless_class.C,
16060: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16061:
16062: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16063: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16064: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16065:
16066: * src/: include/pa_array.h, include/pa_config_includes.h,
16067: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16068: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16069: compiled
16070:
16071: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16072: name conflicts)
16073:
16074: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16075: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16076: yelds "virtual memory exhausted" while trying to compile
16077: execute.C [eating up to 127MB]
16078:
16079: 2003-02-03 paf
16080:
16081: * src/: include/pa_config_includes.h, include/pa_hash.h,
16082: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16083: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16084: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16085: types/pa_vint.h, types/pa_vjunction.h,
16086: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16087: started gcc compiling pa_common compiled
16088:
16089: * src/: include/pa_exception.h, include/pa_pool.h,
16090: main/pa_exception.C: exception gcc change #1
16091:
1.116 moko 16092: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16093: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16094:
16095: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16096:
16097: * src/types/pa_vtable.C: vtable compiled
16098:
16099: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16100:
16101: * src/: include/pa_cache_managers.h, main/pa_request.C,
16102: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16103:
16104: * src/types/pa_vstateless_class.C: vstateless_class compiled
16105:
16106: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16107:
16108: * src/types/pa_vrequest.C: vrequest compiled
16109:
16110: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16111: pa_vobject.C, pa_vobject.h: vobject compiled
16112:
16113: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16114: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16115: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16116: compiled
16117:
16118: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16119:
16120: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16121: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16122: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16123: compiled
16124:
16125: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16126: main.lib - 0 error(s), 0 warning(s)
16127:
16128: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16129: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16130:
16131: 2003-01-31 paf
16132:
16133: * src/: include/pa_array.h, include/pa_operation.h,
16134: include/pa_request.h, main/execute.C, main/main.dsp,
16135: types/pa_vjunction.h: started last file from main library:
16136: execute
16137:
16138: * src/: include/pa_request.h, include/pa_sapi.h,
16139: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16140: main/pa_request.C, targets/cgi/parser3.C,
16141: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16142: types/pa_vhash.h: pa_request compiled
16143:
16144: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16145: include/pa_globals.h, include/pa_request.h,
16146: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16147: main/execute.C, main/main.dsp, main/pa_common.C,
16148: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16149: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16150: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16151: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16152: types/types.dsp: most pa_request compiled
16153:
16154: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16155: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16156: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16157: classes/op.C, classes/response.C, classes/string.C,
16158: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16159: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16160: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16161: include/pa_config_fixed.h, include/pa_config_includes.h,
16162: include/pa_dictionary.h, include/pa_dir.h,
16163: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16164: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16165: include/pa_pool.h, include/pa_request.h,
16166: include/pa_request_charsets.h, include/pa_request_info.h,
16167: include/pa_sapi.h, include/pa_socks.h,
16168: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16169: include/pa_stack.h, include/pa_string.h,
16170: include/pa_stylesheet_connection.h,
16171: include/pa_stylesheet_manager.h, include/pa_table.h,
16172: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16173: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16174: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16175: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16176: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16177: main/compile.C, main/compile.tab.C, main/compile.y,
16178: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16179: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16180: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16181: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16182: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16183: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16184: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16185: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16186: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16187: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16188: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16189: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16190: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16191: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16192: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16193: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16194: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16195: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16196: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16197: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16198: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16199: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16200: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16201: types/pa_vresponse.h, types/pa_vstateless_class.C,
16202: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16203: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16204: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16205: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16206: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16207: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16208:
16209: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16210: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16211: src/include/pa_charsets.h, src/include/pa_common.h,
16212: src/include/pa_dictionary.h, src/include/pa_exception.h,
16213: src/include/pa_exec.h, src/include/pa_pool.h,
16214: src/include/pa_request.h, src/include/pa_sapi.h,
16215: src/include/pa_sql_connection.h,
16216: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16217: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16218: src/main/compile.tab.C, src/main/compile_tools.C,
16219: src/main/compile_tools.h, src/main/main.dsp,
16220: src/main/pa_charset.C, src/main/pa_charsets.C,
16221: src/main/pa_common.C, src/main/pa_dictionary.C,
16222: src/main/pa_exception.C, src/main/pa_exec.C,
16223: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16224: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16225: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16226: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16227: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16228: src/types/pa_vdouble.h, src/types/pa_venv.h,
16229: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16230: src/types/pa_vhash.h, src/types/pa_vimage.C,
16231: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16232: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16233: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16234: src/types/pa_vobject.C, src/types/pa_vobject.h,
16235: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16236: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16237: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16238: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16239: src/types/pa_vstring.h, src/types/pa_vtable.h,
16240: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16241: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16242: died, long live StringPtr
16243:
16244: 2003-01-30 paf
16245:
16246: * src/: include/pa_charset.h, include/pa_request.h,
16247: include/pa_sql_driver_manager.h, main/compile.tab.C,
16248: main/compile.y, main/compile_tools.h, main/pa_request.C,
16249: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16250:
16251: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16252: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16253: types/pa_vhash.h, types/pa_vmethod_frame.h,
16254: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16255: types/types.dsp: vstateless_class compiled
16256:
16257: * src/main/compile.C: compile compiled
16258:
16259: * src/: include/pa_array.h, include/pa_operation.h,
16260: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16261: main/pa_table.C: compile_tools compiled
16262:
16263: * src/: include/pa_operation.h, main/compile.y,
16264: main/compile_tools.C, main/compile_tools.h: started
16265: compile_tools. vagues ideas of how to free compiled code
16266:
16267: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16268: main/main.dsp, types/pa_value.C, types/pa_value.h,
16269: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16270: compiled
16271:
16272: 2003-01-29 paf
16273:
16274: * src/: include/pa_globals.h, include/pa_request.h,
16275: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16276: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16277: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16278: compiled
16279:
16280: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16281: now
16282:
16283: * src/: include/pa_array.h, include/pa_exception.h,
16284: include/pa_pool.h, main/pa_exception.C: gd compiled
16285:
16286: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16287: compiled
16288:
16289: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16290: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16291: types/pa_vfile.h: vfile compiled
16292:
16293: * src/: include/pa_common.h, include/pa_globals.h,
16294: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16295: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16296: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16297:
16298: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16299: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16300: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16301: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16302: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16303:
16304: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16305: main/main.dsp, main/untaint.C: more compiled
16306:
16307: * src/: include/pa_charsets.h, include/pa_request.h,
16308: include/pa_request_info.h, include/pa_string.h,
16309: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16310: types/pa_vresponse.h: vrequest compiled
16311:
16312: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16313: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16314: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16315:
16316: * src/: classes/classes.h, include/pa_charset.h,
16317: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16318: include/pa_request.h, include/pa_string.h, main/main.dsp,
16319: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16320: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16321: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16322: types/pa_vrequest.C, types/pa_vrequest.h,
16323: types/pa_vstateless_class.h, types/pa_vstring.h,
16324: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16325:
16326: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16327: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16328: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16329: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16330: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16331: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16332: types/pa_vobject.h, types/pa_vstateless_class.h,
16333: types/pa_vstateless_object.h, types/pa_vstatus.h,
16334: types/pa_vstring.h, types/types.dsp: vmath compiled
16335:
16336: 2003-01-28 paf
16337:
16338: * src/: classes/classes.h, classes/date.C, classes/file.C,
16339: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16340: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16341: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16342: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16343: compile_tools
16344:
16345: * src/: include/pa_charset.h, include/pa_exception.h,
16346: include/pa_request.h, include/pa_string.h, main/untaint.C:
16347: untaint compiled
16348:
16349: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16350: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16351: more compiled. struck with string::store_to needing to know
16352: source/client charsets
16353:
16354: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16355: types/pa_vfile.h: uue compiled
16356:
16357: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16358: table compiled
16359:
16360: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16361: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16362:
16363: * src/: include/pa_charset.h, main/pa_charset.C,
16364: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16365: introduced]
16366:
16367: * src/: classes/date.C, include/pa_charset.h,
16368: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16369: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16370: pa_charsets compiled
16371:
16372: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16373: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16374:
16375: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16376: common compiled
16377:
16378: * src/: include/pa_charsets.h, main/pa_charsets.C,
16379: main/pa_sql_driver_manager.C: pa_charsets compiled
16380:
16381: * src/: include/pa_array.h, include/pa_charset.h,
16382: include/pa_charsets.h, include/pa_pool.h,
16383: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16384: include/pa_stack.h, include/pa_string.h,
16385: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16386: sql_driver_manager compiled
16387:
16388: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16389: letter i with two dots added to koi, all ukranian letters added
16390: to win1251.
16391:
16392: typographic simbol 0xb9 deleted from win1251 [strange one & were
16393: abscent from koi]
16394:
16395: 2003-01-27 paf
16396:
16397: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16398: include/pa_sql_driver_manager.h, include/pa_string.h,
16399: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16400: sql/pa_sql_driver.h: paused on sql_manager
16401:
16402: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16403: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16404: include/pa_stack.h, main/pa_sql_driver_manager.C,
16405: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16406:
16407: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16408: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16409: include/pa_table.h, main/pa_sql_driver_manager.C,
16410: main/pa_table.C: table compiled
16411:
16412: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16413: cache_managers compiled
16414:
16415: * src/: include/pa_array.h, include/pa_charset.h,
16416: include/pa_pool.h, main/pa_charset.C: charset compiled
16417:
16418: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16419:
16420: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16421: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16422: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16423: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16424: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16425:
16426: 2003-01-24 paf
16427:
16428: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16429: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16430: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16431: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16432: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16433: types/pa_vint.h, types/pa_vjunction.h,
16434: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16435: types/pa_vstatus.h, types/pa_vstring.h: more patched
16436:
16437: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16438: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16439: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16440: main/pa_string.C, main/pa_table.C: string compiled
16441:
16442: * src/: include/pa_array.h, include/pa_common.h,
16443: include/pa_dictionary.h, include/pa_exception.h,
16444: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16445: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16446: main/pa_string.C: dictionary compiled
16447:
16448: 2003-01-23 paf
16449:
16450: * src/: include/pa_array.h, include/pa_common.h,
16451: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16452: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16453: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16454: types/pa_value.h: resurrected pool in new sense: now it's
16455: factory, producing&accounting memory chunks for read[autofree]
16456: buffers
16457:
16458: * src/: include/pa_array.h, include/pa_exception.h,
16459: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16460: main/pa_exception.C, main/pa_table.C: table compiled
16461:
16462: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16463: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16464: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16465: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16466: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16467: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16468: main/pa_table.C: aint that easy
16469:
16470: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16471: main/main.dsp: continued with Hash
16472:
16473: * src/main/pa_common.C: connect_string allocated on heap[wes on
16474: stack] now. and exception can be reported OK now [can be reported
16475: outside of pro c with that stack]
16476:
16477: 2003-01-22 paf
16478:
16479: * src/: include/pa_array.h, include/pa_charset.h,
16480: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16481: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16482: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16483: base: contains references_count. auto_ptr template calls
16484: add_ref/release
16485:
16486: 2003-01-21 paf
16487:
16488: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16489: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16490: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16491: classes/op.C, classes/response.C, classes/string.C,
16492: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16493: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16494: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16495: include/pa_config_fixed.h, include/pa_config_includes.h,
16496: include/pa_dictionary.h, include/pa_dir.h,
16497: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16498: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16499: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16500: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16501: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16502: include/pa_stack.h, include/pa_string.h,
16503: include/pa_stylesheet_connection.h,
16504: include/pa_stylesheet_manager.h, include/pa_table.h,
16505: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16506: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16507: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16508: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16509: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16510: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16511: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16512: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16513: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16514: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16515: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16516: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16517: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16518: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16519: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16520: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16521: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16522: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16523: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16524: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16525: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16526: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16527: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16528: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16529: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16530: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16531: types/pa_vstateless_object.h, types/pa_vstatus.C,
16532: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16533: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16534: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16535: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16536: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16537: 2002->2003
16538:
16539: 2003-01-16 paf
16540:
16541: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16542: src/main/pa_globals.C: http:// introducing $.any-status(1)
16543:
16544: * operators.txt, src/include/pa_config_fixed.h,
16545: src/main/pa_common.C: http request now return status. and not
16546: fail on status!=200
16547:
16548: 2003-01-15 paf
16549:
16550: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16551:
16552: 2003-01-14 paf
16553:
16554: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16555: mkinstalldirs: removed some ancient files [they in / really]
16556:
16557: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16558: regretfully needed patch in two places. in config_fixed.h made
16559: stubs for lib to compile in MSVC
16560:
16561: 2003-01-13 paf
16562:
16563: * config.guess, config.sub, ltmain.sh: removed last piece of
16564: configure.in(libtool) hacks
16565:
1.116 moko 16566: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16567: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16568: ltdl.h: moved to latest libtool (1.4.3)
16569:
16570: 2003-01-10 paf
16571:
16572: * src/lib/ltdl/: configure, configure.in: PROG_NM
16573:
16574: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16575: patches. libxml2 >= 2.5.1
16576: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16577: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16578: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16579:
16580: * INSTALL: moved to latest versions of xml libs libxml2 >=
16581: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16582: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16583: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16584:
16585: 2003-01-09 paf
16586:
16587: * INSTALL: xml,xslt,gdome lib urls updated
16588:
16589: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16590: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16591: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16592: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16593: 1.7.2
1.95 moko 16594:
16595: * depcomp: moving to automake 1.7.2
16596:
16597: 2002-12-27 paf
16598:
16599: * src/include/pa_version.h: 0007
16600:
16601: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16602: outdated parts, made links to language docs
16603:
16604: * src/include/pa_config_auto.h.in: comment
16605:
16606: 2002-12-26 paf
16607:
16608: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16609: not contain trailing / fixed.
16610:
16611: * INSTALL: changing SAFE_MODE politics
16612:
16613: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16614:
16615: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16616:
16617: 2002-12-25 paf
16618:
16619: * src/main/pa_globals.C: optimized-xml
16620:
16621: * src/main/pa_globals.C: optimized-as-is
16622:
16623: 2002-12-24 paf
16624:
16625: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16626: fixed [were really called with zero size when .html?a=&b=]
16627:
16628: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16629: with --with-sendmail
16630:
16631: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16632: fixed]
16633:
16634: 2002-12-23 paf
16635:
16636: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16637: ignoring parameters & were storing only string with default
16638: expires
16639:
16640: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16641: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16642: December 23, 2002 4:22 AM Subject: bug â
16643: Charset::transcode_buf2xchar
16644:
16645: 2002-12-20 paf
16646:
16647: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16648: non-cgi [script] runs
16649:
16650: 2002-12-19 paf
16651:
16652: * INSTALL: --without-iconv recommended [it crashes on some systems
16653: [tested on elik]] moreover, it's not needed there [parser
16654: registers charsets itself]
16655:
16656: * INSTALL: --without-iconv recommended [it crashes on some systems
16657: [tested on elik]]
16658:
16659: * operators.txt, src/include/pa_globals.h,
16660: src/include/pa_request.h, src/main/pa_globals.C,
16661: src/main/pa_request.C: $response:download
16662:
16663: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16664: compiler [win32]].
16665:
16666: 2002-12-18 paf
16667:
16668: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16669:
16670: 2002-12-17 paf
16671:
16672: * src/targets/cgi/parser3.C: merged die&iis changes
16673:
16674: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16675: to exit(1) 2. more flexible iilegal call check
16676:
16677: 2002-12-16 paf
16678:
16679: * ltmain.sh: some automakes silly insist on having this handy
16680:
16681: * src/main/untaint.C: filespec russian small 'r' changed to latin
16682: 'p' bug fix
16683:
16684: 2002-12-15 paf
16685:
16686: * src/main/untaint.C: filespec russian small 'r' changed to latin
16687: 'p'
16688:
16689: * configure.in, src/include/pa_config_auto.h.in,
16690: src/main/compile.C, src/main/pa_common.C: merged small changes
16691: from branch 6 to HEAD
16692:
16693: * src/main/compile.C: removed warning
16694:
16695: * src/main/pa_common.C: ftruncate having checked
16696:
16697: * configure.in, src/include/pa_version.h: new version
16698:
16699: 2002-12-14 paf
16700:
16701: * src/classes/table.C: removed unnecessary code
16702:
16703: * src/sql/pa_sql_driver.h: exception type fixed
16704:
16705: 2002-12-09 paf
16706:
16707: * src/types/pa_vvoid.h: $void.store[now] error
16708:
16709: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16710:
16711: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16712: tries to write core dump
16713:
16714: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16715:
16716: * src/: classes/hash.C, classes/string.C, classes/table.C,
16717: classes/void.C, main/pa_sql_driver_manager.C,
16718: sql/pa_sql_driver.h: changed exception handling mech in sql
16719: handlers #2
16720:
16721: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16722: exception handling mech in sql handlers
16723:
16724: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16725: handlers
16726:
16727: * src/: classes/hash.C, classes/string.C, classes/table.C,
16728: classes/void.C, main/pa_sql_driver_manager.C,
16729: sql/pa_sql_driver.h: changed exception handling mech in sql
16730: handlers
16731:
1.116 moko 16732: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16733: to write makefile which used libtool to install things, which is
16734: not needed
1.95 moko 16735:
16736: 2002-12-06 paf
16737:
16738: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16739: $hash.fields -- pseudo field to make 'hash' more like 'table'
16740:
16741: 2002-12-05 paf
16742:
16743: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16744: cc/bcc OK now
16745:
16746: * src/main/untaint.C: mail header closed properly
16747:
16748: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16749: header ',' allowed. still bugs in smtp [only one receiptient
16750: works, cc, bcc ignored now, and MAILED ;)]
16751:
16752: [strncpy killed, memnchr used]
16753:
16754: * src/main/pa_table.C: table-copy now current=0
16755:
16756: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16757: lowlevel proc
16758:
16759: * src/targets/cgi/parser3.C: more checks on
16760: http://domain/parser.cgi start [maybe some getenv returns "",
16761: checked that now
16762:
16763: * src/targets/cgi/parser3.C: more checks on
16764: http://domain/parser.cgi start [maybe some getenv returns "",
16765: checked that now
16766:
16767: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16768: out-of-mem errors reached log]
16769:
16770: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16771: mail:send MIME-Version default
16772:
16773: * src/main/main.dsp: pa_version included into main.dsp
16774:
16775: 2002-12-04 paf
16776:
16777: * src/types/pa_vform.C: $form:field string value cut by premature 0
16778:
16779: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16780: lib/libltdl -> lib/ltdl Win32 changes. s
16781:
16782: * src/classes/classes.awk: more strict *.C$
16783:
16784: * gnu.dsp: restored
16785:
1.116 moko 16786: * configure.in, gnu.dsp, src/lib/Makefile.am,
16787: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16788: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16789: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16790: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16791: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16792: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16793: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16794: now created with /configure, not ltdl/configure, so it does have
16795: no problems with automake. ltdl/configure
16796: AC_OUTPUT(Makefile<<removed)
1.95 moko 16797:
16798: 2002-12-02 paf
16799:
16800: * operators.txt: removed outdated status:db
16801:
16802: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16803: src/main/pa_common.C, src/main/pa_request.C,
16804: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16805: tainted parts becomes http-header
16806:
16807: 2002-11-29 paf
16808:
16809: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16810: dates now objects of type date
16811:
16812: * src/classes/image.C: file.seek removed [it were used in image.C
16813: only, and for parser user this means that jpeg image has bad
16814: size in fragment's header] now used image.format
16815:
16816: * src/: include/pa_common.h, main/pa_common.C,
16817: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16818: now handled exactly like $response:header values. e.g. can be
16819: hash [can have subattributes] & contain date values.
16820:
16821: * src/main/pa_common.C: http:// param values lang forced URI
16822:
16823: * src/main/pa_common.C: http:// tainted partes now %xx
16824:
16825: 2002-11-28 paf
16826:
16827: * operators.txt: http.timeout
16828:
16829: * src/classes/image.C: ^image.length now counts interchar space.
16830: plus space after last char
16831:
16832: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16833:
16834: * src/classes/image.C: ^image.font width measurer now scans full
16835: height [were -1]
16836:
16837: * configure.in: stopped double libltdl/Makefile generation
16838:
16839: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16840: chars [one top horizontal line of 1pixel height were missing]
16841:
16842: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16843: 'false' to go into (Hash *) parameter
16844:
16845: 2002-11-27 paf
16846:
16847: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16848: types/pa_vmail.C: response:body[file] if file nows it's name now
16849: returns content-disposition: >>attachment<<
16850:
16851: * src/classes/image.C: ^image.font << bad font file-size now
16852: properly reported
16853:
16854: 2002-11-26 paf
16855:
16856: * src/main/pa_request.C: fixed lang in reponse header
16857:
16858: * src/main/pa_common.C: utf8 prefix ignored @read text
16859:
16860: * operators.txt, src/main/pa_common.C: http:// response status!=200
16861: made exception: http.status with source=bad status#
16862:
16863: 2002-11-25 paf
16864:
16865: * configure.in, src/classes/image.C,
16866: src/include/pa_config_auto.h.in,
16867: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16868: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16869: const void related probs fixed
1.95 moko 16870:
16871: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16872:
16873: $file[^file::load[http://there]] $file.SERVER
16874:
16875: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16876: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16877: http options [invalid onces now reported] made default
16878: user-agent: paf
16879:
16880: * operators.txt, src/classes/file.C, src/classes/table.C,
16881: src/classes/xdoc.C, src/include/pa_common.h,
16882: src/include/pa_globals.h, src/main/pa_common.C,
16883: src/main/pa_globals.C, src/main/pa_request.C,
16884: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16885: now understand http:// prefix and additional params, sample:
16886: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16887: $.USER-AGENT[parser3] ]]
16888:
16889: 2002-11-22 paf
16890:
16891: * src/classes/image.C, src/include/pa_globals.h,
16892: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16893: src/types/pa_vimage.h, operators.txt: $image.exif support
16894: $image.exif.DateTime & co
16895:
16896: 2002-11-21 paf
16897:
16898: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16899: _PASS_APPENDED)
16900:
16901: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16902: EXIF information [were big block and it's size were considered
16903: negative :(]
16904:
16905: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16906: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16907: internals rewritten. no there's reader.seek, and all's ready for
16908: EXIF extraction [now we fail to measure files with EXIF info]
16909:
16910: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16911: O_TRUNC truncates even exclusevely write-locked file [thanks to
16912: Igor Milyakov <virtan@rotabanner.com> for discovering]
16913:
16914: 2002-11-20 paf
16915:
16916: * src/targets/cgi/parser3.C: logging @signal += query_string
16917:
16918: * configure.in, src/include/pa_config_auto.h.in,
16919: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16920: comment
16921:
16922: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16923:
16924: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16925: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16926: currently processed document SIGPIPE >> interrupts request
16927: processing [exception = DB rollback]
16928:
16929: * src/main/pa_exec.C: comment
16930:
16931: * src/main/pa_exec.C: pa_exec: data written only if size>0
16932:
16933: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16934: << disable HTTP-POST repassing
16935:
16936: * src/: include/pa_config_fixed.h, main/pa_common.C,
16937: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16938: pipe read errors now checked
16939:
16940: 2002-11-19 paf
16941:
16942: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16943: CGI: Illegal call
16944:
16945: 2002-11-01 paf
16946:
16947: * src/main/execute.C: comment
16948:
16949: 2002-10-31 paf
16950:
16951: * src/main/execute.C: found out why, checked that for now. todo:
16952: find out a way for that user could do that
16953:
16954: * src/types/pa_vstateless_object.h: object put replaces static
16955: parent if any
16956:
16957: * src/types/pa_vobject.C: object put replaces static parent if any
16958:
16959: * src/: classes/form.C, classes/mail.C, classes/op.C,
16960: classes/xnode.h, main/compile.tab.C, main/execute.C,
16961: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16962: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16963: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16964: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16965: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16966: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16967: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16968: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16969: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16970: types/pa_vstateless_object.h, types/pa_vstatus.C,
16971: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16972: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16973: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16974: types/pa_wwrapper.h: static fix merged
16975:
16976: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16977: $virtual_fields in dynamic, but one can reach derived
16978: static[class] variable from base
16979:
16980: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16981: types/pa_vobject.C, types/pa_vobject.h,
16982: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16983: statics, left $virtual_fields in dynamic
16984:
16985: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16986: one can't remember derivates in base class: there's so many of
16987: them. also there can be no virtual method calls in static
16988: classes
16989:
16990: * src/: classes/form.C, classes/mail.C, classes/op.C,
16991: classes/xnode.h, main/execute.C, main/pa_request.C,
16992: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16993: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16994: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16995: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16996: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16997: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16998: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16999: types/pa_vresponse.C, types/pa_vresponse.h,
17000: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17001: types/pa_vstateless_object.h, types/pa_vstatus.C,
17002: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17003: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17004: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17005: types/pa_wwrapper.h: static call $self fixed
17006:
17007: * src/main/execute.C: comment
17008:
17009: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17010: ^process[$caller.self]{...} now compiles to last derived object
17011: part of that 'self'
17012:
17013: 2002-10-29 paf
17014:
17015: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17016: re-passing [iis to blame]
17017:
17018: * src/classes/string.C: changed string.save to pass current sql
17019: connection to cstr thus one can ^connect[some server]{
17020: $s[insert into table x (x) values (^taint[sql]{value})]
17021: ^s.save[some.sql] } and he'd get in some.sql file code with
17022: properly escaped. [tried in mssql->mysql export->import of
17023: binary data]
17024:
17025: 2002-10-25 paf
17026:
17027: * src/types/pa_vresponse.C: case insensitive response user fields
17028: get/put
17029:
17030: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17031: types/pa_vresponse.C: saving for maybe-future
17032:
17033: 2002-10-23 paf
17034:
17035: * operators.txt, src/classes/table.C: ^table.hash{code}...
17036: ^table.hash(expr)...
17037:
17038: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17039:
17040: 2002-10-22 paf
17041:
17042: * src/types/: pa_vform.C, pa_vform.h: removed needless
17043: VForm::Append...(...Value)
17044:
17045: * src/main/execute.C: $.name outside of $name[...] checked
17046:
17047: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17048: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17049:
17050: 2002-10-21 paf
17051:
17052: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17053: $form:qtail $form:imap.x/y
17054:
17055: * operators.txt, src/types/pa_vform.C: $form:nameless =
17056: "?value&...", "...&value&...", "...&value"
17057:
17058: * operators.txt, src/types/pa_vform.C: $form:image-map
17059:
17060: * operators.txt, src/classes/file.C: /some/page.html:
17061: ^file:fullpath[a.gif] => /some/a.gif
17062:
17063: 2002-10-17 paf
17064:
17065: * src/main/: compile.tab.C, compile.y: operators precedence changed
17066: a little: logical not and bitwise negation precedence made
17067: highest, << and >> bitshits precedence made equal [were << higher
17068: than >>]
17069:
17070: * src/classes/op.C: exception handling fixed [were bad with
17071: contexts]
17072:
17073: 2002-10-16 paf
17074:
17075: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17076: main/pa_request.C: Request::self considered equal to
17077: VMethodFrame::self, and removed, Request::get_self() mapped to
17078: VMethodFrame.self()
17079:
17080: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17081: $hash in open field now gives old good error meesage
17082:
17083: 2002-10-15 paf
17084:
17085: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17086: use ^if($junction is junction){was and now true}
17087:
17088: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17089: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17090: types/pa_vxnode.C: xml->parser strings now have origin, which
17091: points to place where value left xml library and came to parser:
17092: place of dom field extraction/call
17093:
17094: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17095: main/compile.tab.C, main/compile.y, main/execute.C,
17096: types/pa_vmethod_frame.h: removed last pieces of old code
17097: allowing $junction.xxx at compile time
17098:
17099: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17100: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17101: objects also considered [were only classes]
17102:
17103: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17104: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17105: with CLASS self. [ (request&method_frame).self temporarily
17106: changed ]
17107:
17108: * src/classes/: hash.C, op.C: method_frame now always changed, with
17109: no exception to native calls. for&foreach changed to use
17110: method_frame.caller for their var's name context
17111:
17112: * src/: main/execute.C, targets/cgi/parser3.C,
17113: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17114: compiling to system classes disabled
17115:
17116: * operators.txt, src/classes/op.C:
17117: ^process[$caller.CLASS]{code-string} added
17118:
17119: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17120: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17121: src/types/Makefile.am, src/types/pa_vjunction.C,
17122: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17123: src/types/types.dsp: removed $junction.get $junction.set[]
17124: introducing $caller
17125:
17126: * src/types/pa_value.h: removed outdated comments. doxygen would
17127: find them lower by inheritance tree
17128:
17129: * src/types/pa_vjunction.C: ident
17130:
17131: 2002-10-14 paf
17132:
17133: * src/classes/op.C: process compiles to code's class class
17134:
17135: * src/: classes/form.C, classes/mail.C, classes/op.C,
17136: include/pa_request.h, main/compile.C, main/compile.tab.C,
17137: main/compile.y, main/execute.C, main/pa_request.C,
17138: types/pa_vstateless_class.h: operators now main-class-methods
17139:
17140: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17141: better stack trace [has "call" & co there]
17142:
17143: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17144: operators @auto now executed in MAIN context
17145:
17146: * src/main/execute.C: operator execution context now = MAIN, not
17147: closest stack frame
17148:
17149: @touchit[] $i[after]
17150:
17151: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17152: were 'after'
17153:
17154: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17155: 'after'
17156:
17157: * src/main/execute.C: comment
17158:
17159: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17160: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17161: action]
17162:
17163: * src/types/pa_vxnode.C: misreplace fixed
17164:
17165: * configure, configure.in, src/include/pa_config_auto.h.in,
17166: src/types/pa_vstatus.C, operators.txt:
17167: $status:rusage.tv_secs/usecs introduced
17168:
17169: 2002-10-09 paf
17170:
17171: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17172: on empty string [or uses (default)]
17173:
17174: 2002-10-08 paf
17175:
17176: * src/main/untaint.C: mail header quoted printable changed after
17177: RFC reread
17178:
17179: * operators.txt: plan on ^if(method
17180:
17181: * src/types/pa_vxnode.C: misreplace
17182:
17183: 2002-09-24 paf
17184:
1.116 moko 17185: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17186:
17187: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17188: mailreceive would compile on freebsd now
17189:
17190: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17191: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17192: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17193: mailreceive would compile on freebsd now
1.95 moko 17194:
17195: * src/: classes/file.C, main/untaint.C: 1. file spec language
17196: changed: now there are only few chars are untainted: * ? ' " < >
17197: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17198: one should use ^untaint[uri]{...} now]
17199:
17200: 2. $list[^file:list[dir]] now returns simply tainted names in
17201: $list.name, not tainted as filespec
17202:
17203: @russianindex[] #dir with files with russian-lang names
17204: $where[dir]
17205:
17206: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17207: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17208:
17209: 2002-09-23 paf
17210:
17211: * src/types/pa_vdouble.h: double->int round added
17212:
17213: * src/classes/date.C: date bug fix, now
17214: round(floatDays*secondsPerDay)
17215:
17216: * src/classes/date.C: date bug fix, now
17217: round(floatDays*secondsPerDay)
17218:
17219: 2002-09-20 paf
17220:
17221: * src/main/execute.C: code junction calls disabled [before: code
17222: was compiled in such a way, that there were no code-junctions in
17223: OP_CALL]
17224:
17225: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17226:
17227: @badjunctioncallinside[code] ^code[]
17228:
17229: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17230: expanding to include ^junction.method
17231:
17232: * src/main/pa_common.C: -d "DIR/" now true
17233:
17234: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17235: as internal xdoc encoding, and after decoding attributes set by
17236: dom functions now encoded OK, not as digital entities
17237:
17238: * src/classes/xdoc.C: empty transform result, being taken as file
17239: now returns empty file, not raises stupid error about "stat-ed
17240: file"
17241:
17242: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17243: allowed
17244:
17245: * src/types/types.dsp: introducing $junction.get/put(1) one can
17246: write iterators now:
17247:
17248: ^user-foreach[key;value]{$key=$value<br>}
17249:
17250: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17251: $code.value($i*2) $code }
17252:
17253: * src/main/compile_tools.h: mistype
17254:
1.116 moko 17255: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17256: thus taking linking options configure changes into account [were:
17257: ignoring]
1.95 moko 17258:
17259: * src/types/: pa_vjunction.C, Makefile.am: introducing
17260: $junction.get/put(1) one can write iterators now:
17261:
17262: ^user-foreach[key;value]{$key=$value<br>}
17263:
17264: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17265: $code.value($i*2) $code }
17266:
17267: * src/: include/pa_opcode.h, include/pa_request.h,
17268: main/compile.tab.C, main/compile.y, main/execute.C,
17269: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17270: introducing $junction.get/put(1) one can write iterators now:
17271:
17272: ^user-foreach[key;value]{$key=$value<br>}
17273:
17274: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17275: $code.value($i*2) $code }
17276:
17277: 2002-09-19 paf
17278:
1.116 moko 17279: * Makefile.am: new: make commit
1.95 moko 17280:
17281: * aclocal.m4: forced to be older
17282:
17283: 2002-09-18 paf
17284:
17285: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17286: src/main/compile.y, src/main/execute.C: << >> int shifts
17287:
17288: * src/: include/pa_common.h, include/pa_request.h,
17289: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17290: - now this - fatal error
17291:
17292: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17293: that one can pass binary data there
17294:
17295: * src/: classes/date.C, classes/double.C, classes/file.C,
17296: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17297: classes/op.C, classes/response.C, classes/string.C,
17298: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17299: include/pa_request.h: pa_request contexts made privated, plus
17300: get_{self/method_frame} to read. Request_context_saver used in
17301: ^try to save flang too. [were not saved]
17302:
17303: * src/types/pa_vresponse.C: header value chains joined before
17304: output, this should help $.subject[$var $var] from being
17305: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17306:
17307: 2002-09-17 paf
17308:
17309: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17310: removed changes, operators executed with calling self. lots of
17311: code with ^include code relies on defined/defining self variables
17312:
17313: $a[1] ^include[print_a.p] print_a.p: $a
17314:
17315: ^include[set_a.p] a=$a set_a.p: $a[1]
17316:
17317: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17318: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17319: types/pa_vstateless_class.h: operators now executed with MAIN
17320: self. it's for ^include sake, too strong a change
17321:
17322: * src/classes/op.C: made place for ^process to compile it's code to
17323: in case of no self
17324:
17325: * src/main/execute.C: found ancient param to Junction, removed.
17326: allowed passing self to native_code_operators [for ^process to
17327: work, she needs self]
17328:
17329: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17330: types/pa_vstateless_class.h: found ancient param to Junction,
17331: removed. allowed passing self to native_code_operators [for
17332: ^process to work, she needs self]
17333:
17334: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17335: types/pa_value.h, types/pa_vmethod_frame.h,
17336: types/pa_vstateless_class.h: allowed Request.self to be 0,
17337: checked that in VMethodFrame get/put and $self.
17338:
17339: * src/classes/: table.C, xdoc.C: table::sql options table::create
17340: copy options options checked, wrong option now fatal error
17341:
17342: * src/main/pa_string.C: string.replace fixed [were missing words on
17343: pieces boundaries]
17344:
1.150 moko 17345: * configure, configure.in: .so now detected [can be .sl on hpux,
17346: .dll on cygwin, .so in other cases)
1.95 moko 17347:
17348: * configure, configure.in: .so now detected [can be .sl on hpux,
17349: .dll on cygwin, .so in other cases)
17350:
17351: * operators.txt, src/classes/hash.C, src/classes/table.C,
17352: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17353: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17354: record taken [were last]
17355:
17356: * src/: classes/hash.C, classes/table.C,
17357: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17358: now errors
17359:
17360: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17361:
17362: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17363: ,2,3]
17364:
17365: 2002-09-16 paf
17366:
17367: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17368: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17369: stdout to be binary. now detected closest header break.
17370:
17371: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17372: closed right
17373:
17374: 2002-09-13 paf
17375:
17376: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17377: src/main/compile_tools.h: (expression #comment)
17378:
17379: (multiline expression #comment line2 #comment )
17380:
17381: (expression #comment with (brackets) comment) << OK
17382:
17383: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17384: bitwise !|| numerical xor now [preparing for expression
17385: #comments]
17386:
17387: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17388: error
17389:
17390: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17391: cheched in pa_socks.C
17392:
1.116 moko 17393: * configure, configure.in, src/include/pa_config_auto.h.in:
17394: HAVE_WINSOCK_H created in configure.in
1.95 moko 17395:
17396: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17397: cookie date now clean [were mistakenly tainted & that worked bad
17398: with opera -- 'happily' that worked OK with msie]
17399:
17400: 2002-09-12 paf
17401:
17402: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17403: VClass get_element now first looks to fields, next to methods &
17404: co todo: the rest reason: more speed
17405:
17406: * src/main/untaint.C: quoted printable encoding stops before
17407: \s*<...>$
17408:
17409: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17410: stops before <...>$
17411:
17412: 2002-09-11 paf
17413:
17414: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17415: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17416: forgot to check users of those funcs. not all were using that
17417: return value convention
17418:
17419: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17420: windows-1254 added
17421:
17422: 2002-09-10 paf
17423:
17424: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17425: VCodeFrame parent param were specified badly
17426:
17427: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17428: WWrapper which used in constructing objects(second param to sql
17429: method) ^...sql{}[$.default{code}] now has parent, wich helps
17430: code in hash to survivi
17431:
17432: * src/: include/pa_request.h, main/execute.C: removed redundant
17433: param to execute [stack said 'thanks']
17434:
17435: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17436: types/pa_value.h, types/pa_vcode_frame.h,
17437: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17438: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17439: responsibility to wcontext
17440:
17441: * src/classes/file.C: decided not to log exec's with stderr, that
17442: could be warnings, and it's up to scritper to log/show them
17443:
17444: * src/: classes/double.C, main/execute.C: double:sql badly called
17445: write_assign_lang, not write_no_lang, thus doing unnecessary
17446: double/string converstion, which were loosing time&precesion
17447:
17448: * src/: main/pa_charset.C, types/pa_vmail.C:
17449: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17450: case of unfinished in buffer processing, causing accidental
17451: transcode stop [in case that source enc != utf-8 & there is
17452: incomplete utf-8 sequence at the end of 16000block iside of
17453: libxml lib] tfm readed & code updated
17454:
17455: 2002-09-04 paf
17456:
17457: * configure: makes with sjlj
17458:
17459: * INSTALL, src/include/pa_config_fixed.h,
17460: src/include/pa_sql_connection.h,
17461: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17462: checked. on win32 it made default
17463:
17464: * src/include/pa_config_auto.h.in: sjlj define
17465:
17466: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17467: can not work with longjump/throw pair, and one must switch that
17468: on there. todo: detect that automatically]
17469:
17470: * src/types/pa_vxnode.C: removed too strong checks of
17471: xnode.elements. now, for instance, if element does not have any
17472: attributes, $xnode.attributes is void, not error
17473:
17474: 2002-09-02 paf
17475:
17476: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17477: removed double_result, didn't help
17478:
17479: * src/main/execute.C: double_result made to move that var away from
17480: hungry g++ optimizer (-O2), before: it were optimized and
17481: comparison operators worked badly
17482:
17483: * src/types/pa_vdate.h: removed debug
17484:
1.116 moko 17485: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17486:
17487: * src/main/execute.C: fixed numeric < & co so that thay now use
17488: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17489: unknown reason.
17490:
17491: 2002-08-29 paf
17492:
17493: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17494: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17495: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17496: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17497: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17498: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17499: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17500: [called less frequent, allowed to remove ugly
17501: Junction.change_context-s from many places, switch,
17502: mail:send..html{}, ..] request.root renamed to method_frame [more
17503: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17504: [speed up]
17505:
17506: 2002-08-28 paf
17507:
17508: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17509: tainted
17510:
17511: * src/types/pa_vcookie.C: fixed cookie delete when
17512: $cookie:name[$.value[]]
17513:
17514: * operators.txt, src/classes/string.C:
17515: ^string.split[delim[;options]]
17516:
17517: 2002-08-27 paf
17518:
1.116 moko 17519: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17520:
17521: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17522: delimiter
17523:
17524: * INSTALL: recommended latest gmime 1.0.5
17525:
17526: 2002-08-26 paf
17527:
17528: * configure, configure.in: apache13/hook added to make dist.
17529:
17530: 2002-08-23 paf
17531:
17532: * src/: include/pa_common.h, main/pa_common.C,
17533: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17534: beside binary [cgi, isapi] not accessible [due to bad rights or
17535: whatever] it's error now
17536:
17537: 2002-08-21 paf
17538:
1.116 moko 17539: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17540:
17541: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17542: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17543: class". compiled as if here they named base class
17544:
17545: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17546: cloning constructor]
17547:
17548: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17549:
1.150 moko 17550: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17551: $mail.received.file.value.content-type fixed
17552:
17553: 2002-08-20 paf
17554:
17555: * src/classes/file.C: fixed language of file:file result
17556:
17557: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17558: from 3.0.0005
17559:
17560: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17561:
17562: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17563: 3.0.0005
17564:
17565: * src/classes/void.C, operators.txt: ^void.length[] = 0
17566:
17567: 2002-08-19 paf
17568:
17569: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17570: work now
17571:
17572: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17573: error in xnode, which were not catched in xdoc]
17574:
17575: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17576: prepared: // validate each document after load/create (?)
17577: //xmlDoValidityCheckingDefaultValue = 1;
17578:
17579: 2002-08-15 paf
17580:
17581: * src/classes/classes.h: write to static var caused useless
17582: Exception, introduced Methoded::put_element wich consumes those
17583:
17584: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17585: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17586: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17587: $response:field[date] $response:field[$.xxx[date]]
17588:
17589: * src/: classes/hash.C, classes/string.C, classes/table.C,
17590: classes/void.C, include/pa_sql_connection.h: fixed source of
17591: ^hash::sql{bad}
17592:
17593: * operators.txt: $request:body unprecessed POST request body
17594:
17595: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17596:
17597: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17598: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17599:
17600: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17601: src/include/pa_request.h, src/main/pa_pool.C,
17602: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17603: $request:body r.post_data now const
17604:
17605: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17606: classes/xnode.C, main/execute.C, types/pa_value.h,
17607: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17608: types/pa_vtable.h: instead of type() checking everywhere used
17609: Value.as now user descendants can be used in params.
17610:
17611: VObject::as_*, is_defined now taken from bases. xtable(table)
17612: ^if($xtable) now OK
17613:
17614: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17615: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17616: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17617:
17618: 2002-08-14 paf
17619:
17620: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17621: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17622: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17623: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17624: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17625: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17626: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17627: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17628: types/pa_vresponse.C, types/pa_vresponse.h,
17629: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17630: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17631: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17632: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17633: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17634: & VClass
17635:
17636: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17637:
17638: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17639: removed fixopt stupidity. on stupid linux use cd /document/root
17640: ../cgi/parser3 script
17641:
17642: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17643: params, splitting them by space, excluding argv[0], argv[argc-1]
17644:
17645: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17646: fixopt.h: fixopt now preprocesses command line params, splitting
17647: them by space, excluding argv[0], argv[argc-1]
17648:
17649: * src/targets/cgi/parser3.C: -f config file
17650:
17651: * src/targets/cgi/parser3.C: fixed .log file dir
17652:
17653: 2002-08-13 paf
17654:
17655: * src/types/pa_vobject.C: allow override parent variables, useful
17656: for form descendants [in vobject too, were in vclass]
17657:
17658: * src/types/pa_vclass.C: allow override parent variables, useful
17659: for form descendants
17660:
17661: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17662: overwritten in derived(table)
17663:
17664: * src/: classes/form.C, classes/mail.C, classes/op.C,
17665: classes/xnode.h, include/pa_request.h, main/execute.C,
17666: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17667: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17668: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17669: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17670: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17671: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17672: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17673: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17674: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17675: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17676: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17677: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17678: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17679: Value::get_element(..., bool looking_down) [needed to exclude
17680: endless recoursion]
17681:
17682: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17683: fix bug with put endless recoursion todo: check 'as'
17684:
17685: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17686: reorganized modules todo: fix bug with put endless recoursion
17687: todo: check 'as'
17688:
17689: * src/types/pa_vobject.h: checked: table fields can be overwritten
17690: in derived(table)
17691:
17692: * src/types/pa_vobject.h: derived classes can have fields of their
17693: own now
17694:
17695: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17696: fixed error message on using non-created table
17697:
17698: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17699: classes/op.C, classes/xnode.h, include/pa_request.h,
17700: main/compile.C, main/compile.tab.C, main/execute.C,
17701: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17702: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17703: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17704: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17705: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17706: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17707: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17708: types/pa_vresponse.C, types/pa_vresponse.h,
17709: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17710: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17711: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17712: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17713: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17714: looking down/up tree todo: fix error message on non-constructed
17715: parents
17716:
17717: 2002-08-12 paf
17718:
17719: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17720: derived OK
17721:
17722: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17723: thorough testing
17724:
17725: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17726: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17727: types/pa_vobject.h, types/pa_vstateless_class.h,
17728: types/pa_vstateless_object.h, types/pa_wcontext.h,
17729: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17730: ^base:create[] dynamic call rewritten todo: thorough testing
17731:
17732: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17733: now instantates base class, remembers it and saves child in
17734: parent VObject.get_class now returns last child = downward
17735: virtual calls OK
17736:
17737: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17738: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17739: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17740: types/pa_vobject.h, types/pa_vresponse.h,
17741: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17742: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17743: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17744: VAliased [redundant], moved $CLASS to VObject only [parser class
17745: instance]
17746:
17747: * src/main/pa_request.C: $response:body[file] content-type check
17748: fixed [were bad when content-type is hash]
17749:
17750: 2002-08-09 paf
17751:
17752: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17753: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17754:
17755: 2002-08-08 paf
17756:
17757: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17758: src/main/pa_globals.C: year column in month calendar [week year]
17759:
17760: * src/main/execute.C: error reporting on object writes to MAIN
17761: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17762:
17763: * operators.txt, src/types/pa_vdate.h: $date.yearday
17764: $date.daylightsaving
17765:
17766: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17767: use tainted data now. only she must specify the language.
17768:
17769: ^mail:send[ $.from[paf@mail.design.ru]
17770: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17771: $.text[^taint[uri][ìîñêâà]=] ]
17772:
17773: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17774: now prints more precise origin
17775:
17776: * src/include/pa_string.h: String::first_char now not fails on
17777: empty strings ^if(-f '') now ok and in 3 other places.
17778:
17779: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17780: String::first_char now not fails on empty strings ^if(-f '') now
17781: ok and in 3 other places.
17782:
17783: 2002-08-07 paf
17784:
17785: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17786: fixed
17787:
17788: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17789:
17790: * src/: main/execute.C, types/pa_vcode_frame.h,
17791: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17792: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17793: mistakenly not completely transparent to object writes.
17794: $hash[^if(1){$hash}] now works
17795:
17796: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17797: now erasing cache file [there were bad check on that]
17798:
17799: * src/: classes/classes.dsp, classes/table.C,
17800: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17801: all Debug dirs in .dsp now named 'Debug'
17802:
1.116 moko 17803: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17804:
17805: * operators.txt, src/classes/mail.C: exception_type email.send
17806:
17807: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17808:
17809: * src/types/pa_vmail.C: mail:send empty email checked
17810:
17811: 2002-08-06 paf
17812:
17813: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17814: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17815: ^table::create[$source;$.options] ^table::join[$source;$.options]
17816:
17817: * operators.txt, src/classes/hash.C, src/classes/string.C,
17818: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17819: # $.default() }
17820:
17821: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17822:
17823: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17824: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17825: $file.content-type [instead of .mime-type] now works for
17826: file::stat also
17827:
17828: * src/main/pa_request.C: case insensitive mime_type_of
17829:
17830: 2002-08-05 paf
17831:
17832: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17833:
17834: * src/types/pa_vmail.C: file buffer relocated to parser heap
17835:
17836: * operators.txt: comment on date:calendar week column
17837:
17838: * src/main/pa_common.C: write checked
17839:
17840: * src/main/: pa_common.C: write checked
17841:
17842: * src/classes/date.C: +1 buf size for stupid snprintfs
17843:
17844: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17845: month calendar week column [ISO 8601 Week Numbers]
17846:
17847: 2002-08-02 paf
17848:
17849: * src/: include/pa_config_fixed.h, main/pa_string.C,
17850: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17851: DEBUG*
17852:
17853: * configure, configure.in, src/include/pa_version.h: release
17854: 3_0_0005
17855:
17856: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17857: multipart post fixed
17858:
17859: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17860: response transcoded source->client only when text/* or simple
17861: onoverridden $response:body
17862:
17863: 2002-08-01 paf
17864:
17865: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17866: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17867: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17868: classes/op.C, classes/response.C, classes/string.C,
17869: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17870: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17871: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17872: include/pa_config_fixed.h, include/pa_dictionary.h,
17873: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17874: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17875: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17876: include/pa_socks.h, include/pa_sql_connection.h,
17877: include/pa_sql_driver_manager.h, include/pa_stack.h,
17878: include/pa_string.h, include/pa_stylesheet_connection.h,
17879: include/pa_stylesheet_manager.h, include/pa_table.h,
17880: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17881: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17882: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17883: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17884: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17885: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17886: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17887: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17888: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17889: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17890: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17891: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17892: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17893: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17894: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17895: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17896: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17897: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17898: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17899: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17900: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17901: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17902: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17903: types/pa_vmethod_frame.h, types/pa_vobject.h,
17904: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17905: types/pa_vresponse.h, types/pa_vstateless_class.C,
17906: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17907: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17908: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17909: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17910: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17911: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17912:
17913: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17914: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17915: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17916: classes/math.C, classes/op.C, classes/response.C,
17917: classes/string.C, classes/table.C, classes/void.C,
17918: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17919: include/pa_array.h, include/pa_cache_managers.h,
17920: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17921: include/pa_config_fixed.h, include/pa_config_includes.h,
17922: include/pa_dictionary.h, include/pa_dir.h,
17923: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17924: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17925: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17926: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17927: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17928: include/pa_stack.h, include/pa_string.h,
17929: include/pa_stylesheet_connection.h,
17930: include/pa_stylesheet_manager.h, include/pa_table.h,
17931: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17932: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17933: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17934: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17935: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17936: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17937: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17938: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17939: main/pa_sql_driver_manager.C, main/pa_string.C,
17940: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17941: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17942: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17943: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17944: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17945: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17946: targets/isapi/pool_storage.h, types/pa_valiased.C,
17947: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17948: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17949: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17950: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17951: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17952: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17953: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17954: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17955: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17956: types/pa_vresponse.C, types/pa_vresponse.h,
17957: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17958: types/pa_vstateless_object.h, types/pa_vstatus.C,
17959: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17960: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17961: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17962: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17963: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17964: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17965: types/Makefile.am: ident.C* removed
17966:
17967: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17968: file:find[/can/do/this/now.txt]
17969:
17970: * src/targets/cgi/parser3.C: usage to stdout now
17971:
17972: 2002-07-31 paf
17973:
17974: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17975:
17976: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17977: default "postmaster"
17978:
17979: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17980: -f postmaster now default sendmail key word "postmaster"
17981: replaced to $.from
17982:
17983: 2002-07-30 paf
17984:
1.116 moko 17985: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17986: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17987:
17988: * src/main/pa_charset.C: comment
17989:
17990: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17991: table, &#decimal;
17992:
17993: * src/main/pa_request.C: comment
17994:
17995: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17996: paragraf]
17997:
17998: 2002-07-11 paf
17999:
18000: * src/main/pa_exec.C: build command line badly added params twice
18001: [and first time without ' ']. double wrong. fixed.
18002:
18003: * src/main/pa_exec.C: invalid .exe caused error message with params
18004: wich parser did not provide = reported badly. fixed that.
18005:
18006: * src/classes/mail.C: $MAIL[ # xxx ]
18007:
18008: now ok
18009:
18010: * operators.txt: plan: sql detailed exception
18011:
18012: 2002-07-01 paf
18013:
18014: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18015: [MForm.configure_admin were called when request.main_class ==0
18016:
18017: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18018:
18019: * src/classes/form.C: content_length type fix
18020:
18021: 2002-06-30 paf
18022:
18023: * src/classes/mail.C: merged from 4
18024:
18025: * src/classes/mail.C: restored $MAIL
18026:
18027: 2002-06-28 paf
18028:
18029: * configure, configure.in: removed paths.h
18030:
1.116 moko 18031: * configure, src/include/pa_version.h,
1.95 moko 18032: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18033: merged, makes updated
18034:
18035: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18036: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18037: src/include/pa_pool.h, src/include/pa_version.h,
18038: src/main/pa_charset.C, src/main/pa_pool.C,
18039: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18040: src/types/pa_vmail.C: merged latest updates to head
18041:
18042: 2002-06-27 paf
18043:
18044: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18045: not error now
18046:
18047: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18048: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18049: src/main/pa_charset.C, src/main/pa_pool.C:
18050: ^xdoc::create[[uri]]... base uri for document being created,
18051: imports and other relative file names would be relative to this
18052: uri default uri=path_translated
18053:
18054: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18055:
18056: 2002-06-26 paf
18057:
18058: * configure, configure.in, src/include/pa_version.h:
18059: release_3_0_0004
18060:
18061: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18062: 0 now
18063:
18064: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18065:
18066: 2002-06-25 paf
18067:
18068: * src/main/pa_string.C: emtpy string, or string of whitespaces
18069: considered bad number now
18070:
18071: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18072: now
18073:
18074: * operators.txt, src/classes/string.C: ^string.normalize [old
18075: name: optimize
18076:
18077: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18078: library configured
18079:
18080: * src/main/pa_request.C: configure_admin forced if no @conf
18081:
1.150 moko 18082: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18083: ^math:crypt updated to generate random salt when needed and to
18084: call system crypt() if not $apr1$ prefix
1.95 moko 18085:
18086: 2002-06-24 paf
18087:
18088: * INSTALL: --with-static/shared-mailreceive described
18089:
18090: * src/include/pa_config_fixed.h: ssize_t fixed
18091:
1.116 moko 18092: * configure, configure.in, src/include/pa_config_auto.h.in,
18093: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18094: src/types/pa_vmail.C: $mail:received makes update
18095:
18096: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18097: WITH_MAILRECEIVE
18098:
18099: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18100:
18101: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18102: option, for $mail:receive
18103:
18104: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18105: introducting $message:received ^mail:send rewritten with backward
18106: comp
18107:
18108: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18109: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18110: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18111: now
18112:
18113: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18114: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18115: src/include/pa_request.h, src/include/pa_string.h,
18116: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18117: src/main/pa_globals.C, src/main/pa_request.C,
18118: src/main/pa_string.C, src/main/pa_uue.C,
18119: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18120: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18121: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18122: uue to separate file introducting $message:received ^mail:send
18123: rewritten with backward comp
18124:
18125: 2002-06-21 paf
18126:
1.116 moko 18127: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18128: co changes
1.95 moko 18129:
1.116 moko 18130: * configure, configure.in, src/lib/md5/Makefile.am,
18131: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18132: restructure .in and .am files appropriate changes
1.95 moko 18133:
18134: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18135: pcre to libs/ added libs/md5 which is linked to non-apache
18136: targets ^math:crypt[password;$apr1$salt]
18137:
18138: * INSTALL, configure.in, operators.txt, parser3.dsw,
18139: src/Makefile.am, src/classes/Makefile.am,
18140: src/classes/classes.dsp, src/classes/math.C,
18141: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18142: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18143: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18144: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18145: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18146: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18147: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18148: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18149: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18150: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18151: src/lib/pcre/pcre_parser_ctype.dsp,
18152: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18153: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18154: src/main/compile.tab.C, src/main/main.dsp,
18155: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18156: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18157: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18158: to libs/ added libs/md5 which is linked to non-apache targets
18159: ^math:crypt[password;$apr1$salt]
18160:
18161: 2002-06-20 paf
18162:
1.150 moko 18163: * INSTALL, configure, configure.in, operators.txt,
18164: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18165: src/include/pa_globals.h, src/include/pa_request.h,
18166: src/main/execute.C, src/main/pa_request.C,
18167: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18168: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18169: file:justname&co & @auto/conf[filespec
1.95 moko 18170:
18171: * operators.txt, src/classes/file.C:
18172: !^file:dirname[/a/some.tar.gz]=/a
18173: !^file:dirname[/a/b/]=/a
18174: !^file:basename[/a/some.tar.gz]=some.tar.gz
18175: !^file:justname[/a/some.tar.gz]=some.tar
18176: !^file:justext[/a/some.tar.gz]=gz
18177:
18178: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18179: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18180: @conf/auto[filespec]
18181:
1.116 moko 18182: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18183:
1.150 moko 18184: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18185: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18186: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18187:
18188: 2002-06-18 paf
18189:
18190: * configure, configure.in, src/include/pa_version.h: version to
18191: configure.in
18192:
18193: * INSTALL: reflected .conf.dist dir change
18194:
1.150 moko 18195: * Makefile.am, configure, configure.in,
1.116 moko 18196: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18197: .in & *.am updated
18198:
18199: * src/classes/file.C: strncasecmp
18200:
18201: * src/classes/file.C: strcasecmp
18202:
1.150 moko 18203: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18204:
18205: * src/classes/file.C: ^file::exec[script;$.bad error case
18206: insensitive check now
18207:
18208: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18209:
18210: * configure, configure.in, src/include/pa_pool.h,
18211: src/include/pa_types.h: pack configure.in detection simplified.
18212: figured out that gcc on sparc not that stupid as thought
18213: previously: on sparc: when it sees packed class it modifies it's
18214: field-access-code to byte operations [stb, ldub] instead of 4byte
18215: operations [st, lduh] so packed must be all parts of packed
18216: class, i.e. it's parents&fields(classes). for now it's only
18217: String that packed and what was wrong is that it's parent -
18218: Pooled, were not packed. fixed that.
18219:
18220: 2002-06-14 paf
18221:
18222: * operators.txt: more precise xml-to-text options
18223:
18224: * operators.txt, src/types/pa_vxnode.C: xnode
18225: attribute_node.name/value xnode pi.node.data
18226:
18227: 2002-06-12 paf
18228:
1.116 moko 18229: * configure, configure.in, src/targets/cgi/Makefile.am,
18230: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18231:
18232: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18233: src/include/pa_globals.h, src/include/pa_request.h,
18234: src/main/compile.tab.C, src/main/pa_globals.C,
18235: src/main/pa_request.C, src/targets/cgi/parser3.C,
18236: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18237:
18238: * src/classes/mail.C: sendmail -ti [default now]
18239:
18240: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18241: to be strings. for convinient #ing
18242:
18243: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18244: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18245:
18246: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18247: main/pa_globals.C, main/pa_request.C: @conf
18248:
18249: 2002-06-11 paf
18250:
18251: * src/classes/file.C: check simplified
18252:
18253: * src/: classes/file.C, targets/cgi/parser3.dsp,
18254: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18255: valid prefix
18256:
18257: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18258: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18259: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18260:
18261: 2002-06-10 paf
18262:
18263: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18264: src/main/pa_common.C: lock failures reported now
18265:
18266: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18267: string->double @ compile time were not-enough-checking...
18268:
18269: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18270: autoconvert now ignored
18271:
18272: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18273: check
18274:
18275: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18276: $response:body content-type:name
18277:
18278: * configure, configure.in: hpux check, nsl link, no socket
18279:
18280: * operators.txt: old merge conflict removed
18281:
18282: * configure, configure.in: pack even address access on sparc&co
18283: arch checked in configure
18284:
18285: * configure, src/include/pa_version.h: makes
18286:
18287: * configure, configure.in, src/include/pa_version.h: makes
18288:
18289: * src/main/untaint.C: (bug#2) mail subject got always prepended
18290: with charset even when all letters were 7bit one
18291:
18292: * src/main/pa_common.C: merged fixed -d (bug)
18293:
18294: * src/main/pa_common.C: fixed -d (bug)
18295:
18296: 2002-06-03 paf
18297:
18298: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18299: src/classes/classes.dsp, src/main/compile.tab.C,
18300: src/main/main.dsp, src/main/pa_globals.C,
18301: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18302: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18303: .dsp-s along with reorganized cvs modules dirs structure
18304:
18305: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18306: main/pa_globals.C, targets/cgi/parser3.dsp,
18307: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18308: modules
18309:
18310: 2002-05-28 paf
18311:
18312: * src/targets/cgi/parser3.C: info.uri now ""
18313:
18314: 2002-05-17 paf
18315:
18316: * src/classes/: table.C: ^table.save << checked empty
18317: pre/match/post columns
18318:
18319: 2002-05-16 paf
18320:
18321: * src/classes/image.C: image::measure can png now
18322:
18323: 2002-05-15 paf
18324:
18325: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18326: added
18327:
18328: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18329:
18330: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18331: %H[:%M[:%S]]]]]] [-%m now
18332:
18333: 2002-05-14 paf
18334:
18335: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18336:
18337: 2002-05-07 paf
18338:
18339: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18340: src/include/pa_globals.h, src/include/pa_request.h,
18341: src/include/pa_table.h, src/main/compile.tab.C,
18342: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18343: src/main/pa_request.C, src/main/pa_table.C,
18344: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18345: src/targets/isapi/parser3isapi.dsp,
18346: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18347: name2number field now &. main_method_name now on Request pool
18348: rather on global_pool [Junction+VJunction created on same pool as
18349: name = were created on global pool, causing mem leaks]
18350:
18351: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18352: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18353: main/compile.y, main/main.dsp, main/pa_globals.C,
18354: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18355: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18356: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18357: field now &. main_method_name now on Request pool rather on
18358: global_pool [Junction+VJunction created on same pool as name =
18359: were created on global pool, causing mem leaks]
18360:
18361: 2002-05-06 paf
18362:
18363: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18364: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18365: 100*40 bytes per request memory leak [nonpool malloc in globals]
18366:
18367: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18368: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18369: 100*40 bytes per request memory leak [nonpool malloc in globals]
18370:
18371: 2002-04-30 paf
18372:
18373: * configure, src/include/pa_version.h: version now not b
18374:
18375: * src/targets/cgi/parser3.C: request.uri now never 0
18376:
18377: 2002-04-29 paf
18378:
18379: * configure.in: removed b
18380:
18381: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18382: Exception::comment/type checked in (), no there's no empty
18383: type/comment by default
18384:
18385: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18386: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18387: src/doc/value.dox, src/include/pa_exception.h,
18388: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18389: 0001
18390:
18391: 2002-04-26 paf
18392:
18393: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18394: size reduced
18395:
18396: 2002-04-25 paf
18397:
18398: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18399: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18400: now that took into account
18401:
18402: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18403: 01:03:04]
18404:
18405: * ChangeLog, operators.txt, src/classes/date.C:
18406: ^date::create[2002-12-33 01:03:04]
18407:
18408: * ChangeLog: updated changelog
18409:
18410: * src/classes/table.C: removed restriction on column count to
18411: ^table.hash to work, now must be >0 [were >1]
18412:
18413: 2002-04-24 paf
18414:
18415: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18416: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18417: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18418: targets
18419:
18420: 2002-04-23 paf
18421:
18422: * operators.txt, src/classes/string.C:
18423: int/double/string:sql{}[$.default{code}] fixed [were barking:
18424: "junction used outside of context"]
18425:
18426: 2002-04-22 paf
18427:
18428: * types.txt, src/classes/string.C, src/include/pa_string.h,
18429: src/main/pa_string.C, src/types/pa_vstring.C,
18430: src/types/pa_vstring.h: ^string.optimize[]
18431:
18432: * src/: include/pa_globals.h, include/pa_table.h,
18433: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18434: table template
18435:
18436: * src/classes/: string.C: optimize removed from string
18437: .left/right/pos
18438:
18439: * src/main/execute.C: rolled back to
18440: before_killing_userjunction_contexts
18441:
18442: * src/main/execute.C: user junctions context killed
18443:
18444: * src/main/execute.C: junctions to local contexts got
18445: cleanized&checked later
18446:
18447: 2002-04-19 paf
18448:
18449: * src/: classes/string.C, include/pa_request.h,
18450: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18451: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18452: prior to .left .right .mid .pos .match when that is profitable,
18453: and always before .replace when $ORIGINS(1) optimization disabled
18454: economy from not wasting mem on lots of strings which occur by
18455: lots of String:mid calls to get parts of source string between
18456: found_occurances
18457:
18458: * src/classes/file.C: ovector now local economy: 16 bytes per
18459: ^file:list
18460:
18461: * src/: include/pa_globals.h, include/pa_table.h,
18462: main/pa_globals.C, main/pa_string.C: String::match table columns
18463: globalized, not created @ each ^match anymore economy:
18464: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18465:
18466: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18467: removed from each String::match replace iteration, and made
18468: stacked sizeof(VTable)=12bytes economy on each replace code
18469:
18470: * src/doc/footer.htm: 2001,
18471:
18472: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18473: string.match[]['] option enables generation of $match.prematch
18474: .match .postmatch columns
18475:
18476: * src/main/pa_string.C: String::match options analized without
18477: cstr-ing them now
18478:
18479: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18480: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18481: config updated to doxygen 1.2.15, created helper which fixes
18482: minor bugs in chm project files & htm tree. changed extension to
18483: .htm
18484:
18485: 2002-04-18 paf
18486:
18487: * src/doc/doxygen.cfg: .chi generation disabled
18488:
18489: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18490: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18491: fields&methods
18492:
18493: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18494: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18495: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18496: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18497: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18498: types/pa_vresponse.h, types/pa_vstateless_class.h,
18499: types/pa_vstateless_object.h, types/pa_vstatus.h,
18500: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18501: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18502: VStateless_class to VObject
18503:
18504: * src/: main/pa_request.C, types/pa_valiased.h,
18505: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18506: types/pa_vstring.h: VStateless_string_object speicalized light
18507: version of VStateless_object
18508:
18509: * src/classes/op.C: ^throw comment param made optional
18510:
18511: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18512: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18513: and implemented down in VClass, fclass_alias removed,
18514:
18515: * src/types/pa_value.C: forced to cut that from .h because of
18516: VStateless_class usage [undefined in .h]
18517:
18518: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18519: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18520: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18521: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18522: on each CALL]
18523:
18524: * src/: classes/classes.h, classes/date.C, classes/double.C,
18525: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18526: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18527: classes/response.C, classes/string.C, classes/table.C,
18528: classes/void.C, classes/xnode.C, include/pa_globals.h,
18529: include/pa_request.h, main/execute.C, main/pa_globals.C,
18530: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18531: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18532: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18533: types/pa_vstateless_class.h, types/pa_wcontext.C,
18534: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18535: removed Value::fname
18536:
18537: 2002-04-17 paf
18538:
18539: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18540: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18541: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18542: include/pa_pool.h, include/pa_types.h: dox updated to current
18543: state, PTHROW freshen to throw & co
18544:
18545: * src/types/pa_vhash.h: vstring wrong parent fixed
18546:
18547: * src/classes/op.C: taint local result var bug fixed
18548:
18549: 2002-04-16 paf
18550:
18551: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18552: Attic asm.txt as most interesting
18553:
18554: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18555: check, preventing content-length: 0 from appearing
18556:
18557: * src/main/execute.C: $result in @main now taken into account as in
18558: usual functions
18559:
18560: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18561: & @unhandled_exception now taken into account as in usual
18562: functions
18563:
18564: * src/doc/postbuild.txt: instructions on post .html build
18565:
18566: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18567:
18568: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18569: tainted
18570:
18571: * src/main/pa_request.C: uri in error log
18572:
18573: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18574: cheched date:create(days) param for validity [later were assumed
18575: valid and crashed on invalid onces]
18576:
18577: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18578: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18579: and used that for removing VString wrapper
18580:
18581: * src/classes/op.C: exception2vhash file now tainted
18582:
18583: * src/classes/op.C: _process pseudo origin copied from local var to
18584: heap
18585:
18586: * src/classes/op.C: extra check on empty file in origin in _execute
18587:
18588: 2002-04-15 paf
18589:
18590: * src/: main/execute.C, types/pa_value.h: fixed name update
18591:
18592: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18593: functions
18594:
18595: * src/: classes/file.C, classes/hash.C, classes/op.C,
18596: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18597: started dual write_xxx_lang functions, if checked & works
18598:
18599: * src/: classes/date.C, classes/file.C, classes/mail.C,
18600: classes/string.C, classes/xnode.C, include/pa_request.h,
18601: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18602: unnecessary VString shells
18603:
18604: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18605: prev changes]
18606:
18607: * src/: classes/image.C, classes/op.C, classes/string.C,
18608: classes/table.C, include/pa_request.h, main/execute.C,
18609: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18610: StringOrValue wcontext result, now ready for dual writes
18611:
18612: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18613: checked that
18614:
18615: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18616: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18617: changed to OP_WRITE_VALUE in var get cases
18618:
18619: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18620: include/pa_request.h, main/compile.tab.C, main/compile.y,
18621: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18622: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18623: switch in hash constructor fixed [were problems with using of
18624: stacked wwrapper after it's death]
18625:
18626: 2002-04-12 paf
18627:
18628: * operators.txt, src/classes/table.C: table.select(expression) 0
18629:
18630: 2002-04-11 paf
18631:
18632: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18633: Request::process_internal codeFrame & wwrapper stacked [not
18634: wasting heap anymore]
18635:
18636: 2002-04-10 paf
18637:
18638: * src/: classes/double.C, classes/file.C, classes/hash.C,
18639: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18640: classes/string.C, classes/table.C, classes/void.C,
18641: classes/xdoc.C, include/pa_request.h, main/execute.C,
18642: main/pa_string.C: killed Request::process() wrapping
18643: VString(String) in case we need only String
18644:
18645: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18646: killed 8 bytes from String.head
18647:
18648: 2002-04-09 paf
18649:
18650: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18651: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18652: local*/char b[...]; a=b; situations
18653:
18654: * operators.txt, src/classes/xdoc.C: xslt params made literal
18655:
18656: * src/classes/xdoc.C: xslt params fixed
18657:
18658: * src/: main/pa_common.C, targets/cgi/parser3.C,
18659: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18660: not pool.malloc(MAX_NUMBER) but really neaded
18661:
18662: * operators.txt, src/classes/double.C, src/classes/int.C:
18663: int/double.int/double(default)
18664:
18665: 2002-04-04 paf
18666:
18667: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18668: [when reconstructing pieces were split by
18669: max_integral(piece.size), thus some strings to replace happen to
18670: be split into two = not replaced)
18671:
18672: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18673: standalone version = current dir
18674:
18675: * src/targets/cgi/parser3.C: document root in standalone version =
18676: current dir
18677:
18678: 2002-04-03 paf
18679:
18680: * configure, configure.in: more checks on nonexistent charset
18681:
1.116 moko 18682: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18683:
18684: 2002-04-02 paf
18685:
18686: * src/main/compile.C: parser.compile [exception name more like in
18687: doc]
18688:
18689: 2002-04-01 paf
18690:
18691: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18692: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18693: .content-type.charset, not .charset
18694:
18695: 2002-03-29 paf
18696:
18697: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18698:
18699: * operators.txt, src/classes/date.C: ^date::create now may not
18700: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18701: days' year. | 31.05->31.04 roll
18702:
18703: 2002-03-28 paf
18704:
18705: * operators.txt, src/classes/date.C, src/classes/op.C,
18706: src/include/pa_globals.h, src/include/pa_hash.h,
18707: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18708: ^cache(seconds) ^cache[date] }
18709:
18710: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18711: param
18712:
18713: 2002-03-27 paf
18714:
18715: * operators.txt, src/classes/date.C, src/classes/double.C,
18716: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18717: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18718: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18719: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18720: src/classes/xnode.C, src/include/pa_exception.h,
18721: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18722: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18723: src/main/pa_array.C, src/main/pa_charset.C,
18724: src/main/pa_charsets.C, src/main/pa_common.C,
18725: src/main/pa_dictionary.C, src/main/pa_exception.C,
18726: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18727: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18728: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18729: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18730: src/types/pa_value.h, src/types/pa_vcookie.C,
18731: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18732: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18733: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18734: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18735: src/types/pa_wwrapper.h: assigned exception types
18736:
18737: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18738: src/include/pa_request.h, src/main/execute.C,
18739: src/main/pa_request.C: decided agains resetting exception_trace,
18740: just changed name
18741:
18742: 2002-03-26 paf
18743:
18744: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18745: fixed
18746:
18747: * src/classes/op.C: forced language of $source field of exception
18748: to 'tainted', so that sql-langed-frags could be outputed outside
18749: of connect
18750:
18751: * operators.txt: removed date.roll limit of +-1 offset
18752:
18753: * src/classes/date.C: removed date.roll limit of +-1 offset
18754:
18755: * operators.txt, src/classes/date.C: fixed date roll on
18756: daylightsaving days mktime took into account tm_isdst flag, which
18757: remained from BEFORE roll, but should have been reset
18758:
18759: 2002-03-25 paf
18760:
18761: * operators.txt, src/targets/cgi/parser3.C:
18762: http_site_config_filespec
18763:
18764: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18765: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18766: with any/both --disable-foreign-group-files --disable-execs
18767:
18768: * INSTALL: "--with=sendmail=COMMAND" comment
18769:
18770: * INSTALL, configure, configure.in, src/classes/mail.C,
18771: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18772: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18773: disables execs also. introducing --sendmail
1.95 moko 18774:
18775: * operators.txt: pgsql options comment
18776:
18777: * INSTALL: comment on --disable-link-stdcpp
18778:
1.116 moko 18779: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18780: libstdc++ link skipping configure option
1.95 moko 18781:
18782: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18783: with error were put to cache with 'marked_to_rollback' flag, all
18784: consequent even OK requests rolled back
18785:
18786: 2002-03-22 paf
18787:
18788: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18789: false return
18790:
18791: * operators.txt: few comments on sets
18792:
18793: 2002-03-18 paf
18794:
18795: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18796: src/include/pa_globals.h, src/include/pa_request.h,
18797: src/include/pa_stack.h, src/main/pa_globals.C,
18798: src/main/pa_request.C: introducing ^try
18799:
18800: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18801: types/pa_vdouble.h: removed some tested @tests
18802:
18803: 2002-03-15 paf
18804:
18805: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18806:
18807: 2002-03-13 paf
18808:
18809: * src/main/pa_exception.C: checked not-pooled malloc
18810:
18811: 2002-03-11 paf
18812:
18813: * INSTALL, configure, configure.in,
18814: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18815:
18816: * src/main/pa_common.C: --disable-foreign-group-files
18817:
18818: * INSTALL: --disable-execs
18819:
18820: * src/main/pa_exec.C: --disable-execs
18821:
18822: * configure, configure.in, src/include/pa_config_auto.h.in:
18823: --disable-execs
18824:
18825: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18826:
18827: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18828: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18829:
18830: 2002-03-05 paf
18831:
18832: * operators.txt, src/classes/date.C: date week calendar columns
18833: named
18834:
18835: * operators.txt, src/classes/date.C: date week calendar columns
18836: named
18837:
18838: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18839: requires headers to be terminated with \r\n manually [refuses to
18840: separate header/body itself]
18841:
18842: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18843: targets/isapi/parser3isapi.C: isapi site config beside .dll
18844:
18845: 2002-03-04 paf
18846:
18847: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18848: in PASS language
18849:
18850: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18851: deserialize checks on broken file
18852:
18853: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18854: parser3isapi.dsp: isapi updated
18855:
18856: 2002-03-01 paf
18857:
18858: * src/main/pa_exec.C: execle -> execve, now argc OK
18859:
18860: 2002-02-28 paf
18861:
18862: * src/main/untaint.C: removed some debug comments
18863:
18864: * src/main/pa_charsets.C: when placing charset to cache using
18865: global name now [were request]
18866:
18867: * configure, configure.in: apache module updated
18868:
18869: * src/main/pa_string.C: origin by first piece preferred before last
18870: piece
18871:
18872: 2002-02-27 paf
18873:
18874: * src/main/pa_charset.C: size_t
18875:
18876: * INSTALL: shared/static-xml with-pathlink
18877:
18878: * operators.txt: SMTP comment
18879:
18880: 2002-02-26 paf
18881:
18882: * src/main/pa_exec.C: more precise names for vars, cosmetic
18883:
18884: * src/classes/xnode.C: in some situation, xpath query returned
18885: result with type NODESET, but empty nodeset member field, checked
18886: that
18887:
18888: 2002-02-22 paf
18889:
18890: * INSTALL: without-zlib comment
18891:
18892: * etc/parser3.charsets/windows-1251.cfg: °
18893:
18894: * configure, configure.in: glib###.a detection fixed
18895:
18896: * INSTALL: hashfile removed from INSTALL
18897:
1.116 moko 18898: * Makefile.am: make update
1.95 moko 18899:
18900: * src/main/pa_string.C: string iterators fixed again, so were
18901: String::join_chain
18902:
18903: * src/main/pa_string.C: string iterators fixed again, so were
18904: String::join_chain
18905:
18906: * src/: include/pa_string.h, main/pa_string.C: string iterators
18907: fixed again, so were String::join_chain
18908:
18909: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18910:
18911: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18912: "session"
18913:
1.116 moko 18914: * configure, configure.in, src/include/pa_config_auto.h.in:
18915: --with-shared-xml --with-static-xml
1.95 moko 18916:
18917: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18918: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18919: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18920: xalan&xml
18921:
18922: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18923:
18924: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18925: src/types/types.dsp: removed hashfile support from sources for
18926: now
18927:
1.116 moko 18928: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18929: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18930: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18931: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18932: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18933: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18934: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18935: src/types/Makefile.am, src/types/pa_vhashfile.C,
18936: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18937:
18938: 2002-02-21 paf
18939:
18940: * src/main/untaint.C: removed debug code, activated commented-for
18941: debug parts
18942:
1.116 moko 18943: * Makefile.am: make cvsupdate
1.95 moko 18944:
18945: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18946: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18947: append_row, not at link zero now string to string appending works
18948:
18949: 2002-02-20 paf
18950:
18951: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18952: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18953: DEBUG_STRING_APPENDS_VS_EXPANDS
18954:
18955: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18956: economy: 22%
18957:
18958: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18959: space uptimized: string::link_row removed
18960:
18961: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18962: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18963: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18964: types/pa_vstring.h: speed uptimized: string::is_empty
18965:
18966: * operators.txt, src/include/pa_common.h,
18967: src/include/pa_config_fixed.h, src/include/pa_string.h,
18968: src/include/pa_types.h, src/main/compile.tab.C,
18969: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18970: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18971: string append optimiziation idea and estimates
18972:
18973: 2002-02-19 paf
18974:
18975: * src/classes/math.C: not used directly [but erroreously reported
18976: that 'is', thus registering twice&other probs]
18977:
18978: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18979: to node [element]
18980:
18981: * src/main/compile.C: without string_origins parse error
18982: file+line+col possible
18983:
18984: * src/main/: compile.C: without string_origins not worked
18985:
18986: 2002-02-18 paf
18987:
18988: * src/types/pa_vdouble.h: since we have in_expression removed that
18989: trick i've installed into double::as_string
18990:
18991: * src/main/pa_globals.C: extern "C" was removed too fast
18992:
18993: * src/: include/pa_opcode.h, include/pa_request.h,
18994: main/compile.tab.C, main/compile.y, main/execute.C,
18995: types/pa_wcontext.h: in_expression aimed to solve old problem
18996: with string/nonstring values, now in expressions double/int
18997: values are passed as-is, without stupid tostring/fromstring
18998: conversions
18999:
19000: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19001: __cplusplus } #endif
19002:
19003: * src/main/compile.tab.C: bison env set so one could compile
19004: without cygwin installed
19005:
19006: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19007: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19008: gnome xml libs parser .dsp-s changed accordingly
19009:
19010: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19011:
19012: * operators.txt, src/classes/date.C: date::create [were date::set,
19013: with backward comp
19014:
19015: * src/classes/math.C: math:random range check fixed
19016:
19017: * src/main/: compile.tab.C, compile.y: integer division stops name
19018:
19019: * INSTALL: local install comment
19020:
1.116 moko 19021: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19022:
1.116 moko 19023: * acinclude.m4, aclocal.m4, configure, configure.in,
19024: src/include/pa_config_auto.h.in,
19025: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19026: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19027:
19028: * operators.txt: \ comment
19029:
19030: 2002-02-13 paf
19031:
19032: * src/include/pa_config_includes.h: sys/time time both included
19033: now. vaguely remember confilicts on this on some system [not on
19034: six|ablv] so when would see them again would think up proper
19035: check
19036:
1.116 moko 19037: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19038: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19039:
19040: * src/main/pa_common.C: truncation never occured when writing files
19041: on unix [since i've changed cache mech] fix
19042:
19043: * src/main/pa_common.C: strnchr: sanity check added
19044:
19045: * etc/parser3.charsets/windows-1257.cfg: id added
19046:
19047: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19048: baltic charset file generated, in generation script ispunct check
19049: added
19050:
19051: 2002-02-08 paf
19052:
1.116 moko 19053: * src/: include/Makefile.am, sql/Makefile.am,
19054: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19055:
19056: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19057: forgotten
19058:
19059: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19060:
19061: * INSTALL, README: install&others updated
19062:
19063: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19064:
1.116 moko 19065: * Makefile.am, configure, configure.in,
19066: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19067: src/classes/Makefile.am, src/main/Makefile.am,
19068: src/main/pa_status_provider.C, src/targets/Makefile.am,
19069: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19070: works
1.95 moko 19071:
19072: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19073: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19074: classes/hashfile.C, classes/int.C, classes/mail.C,
19075: classes/math.C, classes/op.C, classes/response.C,
19076: classes/string.C, classes/table.C, classes/void.C,
19077: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19078: include/pa_array.h, include/pa_cache_managers.h,
19079: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19080: include/pa_config_fixed.h, include/pa_config_includes.h,
19081: include/pa_db_connection.h, include/pa_db_manager.h,
19082: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19083: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19084: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19085: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19086: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19087: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19088: include/pa_stack.h, include/pa_string.h,
19089: include/pa_stylesheet_connection.h,
19090: include/pa_stylesheet_manager.h, include/pa_table.h,
19091: include/pa_threads.h, include/pa_types.h, main/compile.C,
19092: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19093: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19094: main/pa_db_connection.C, main/pa_db_manager.C,
19095: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19096: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19097: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19098: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19099: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19100: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19101: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19102: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19103: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19104: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19105: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19106: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19107: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19108: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19109: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19110: types/pa_vmethod_frame.h, types/pa_vobject.h,
19111: types/pa_vrequest.h, types/pa_vresponse.h,
19112: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19113: types/pa_vstateless_object.h, types/pa_vstatus.C,
19114: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19115: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19116: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19117: classes/image.C, main/pa_common.C, main/pa_exec.C,
19118: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19119: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19120: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19121: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19122: types/pa_vxnode.C, main/pa_charset.C: name spelling
19123:
19124: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19125: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19126: classes/hashfile.C, classes/image.C, classes/int.C,
19127: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19128: classes/string.C, classes/table.C, classes/void.C,
19129: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19130: include/pa_array.h, include/pa_cache_managers.h,
19131: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19132: include/pa_config_fixed.h, include/pa_config_includes.h,
19133: include/pa_db_connection.h, include/pa_db_manager.h,
19134: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19135: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19136: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19137: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19138: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19139: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19140: include/pa_stack.h, include/pa_string.h,
19141: include/pa_stylesheet_connection.h,
19142: include/pa_stylesheet_manager.h, include/pa_table.h,
19143: include/pa_threads.h, include/pa_types.h, main/compile.C,
19144: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19145: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19146: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19147: main/pa_db_connection.C, main/pa_db_manager.C,
19148: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19149: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19150: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19151: main/pa_socks.C, main/pa_sql_driver_manager.C,
19152: main/pa_status_provider.C, main/pa_string.C,
19153: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19154: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19155: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19156: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19157: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19158: targets/isapi/pool_storage.h, types/pa_valiased.C,
19159: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19160: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19161: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19162: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19163: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19164: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19165: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19166: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19167: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19168: types/pa_vresponse.h, types/pa_vstateless_class.C,
19169: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19170: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19171: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19172: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19173: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19174: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19175:
19176: 2002-02-07 paf
19177:
19178: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19179:
1.116 moko 19180: * configure, configure.in, src/include/pa_config_auto.h.in,
19181: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19182: added yet another locking function: fcntl
1.95 moko 19183:
19184: * config.sub: on cygwin configure passes it with strange i1586
19185: const, hacked it to mean i586
19186:
19187: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19188: disabled $if reference due to conflicts with local variables
19189:
19190: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19191: xdoc::set obsolete now, now xdoc::create, with both sences
19192:
19193: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19194: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19195: table::create now // 'set' name obsolete now table clone.
19196:
19197: * operators.txt, src/classes/string.C,
19198: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19199: ^int/double/string.format now can be called with normal []
19200: brackets, not stupid {} as it were implemented for some strange
19201: reason. retaining backward compatibility due to some
19202: already-implemented servers
19203:
19204: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19205: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19206: operators now detected by check at name_without_curly_rdive_read
19207: rule whether diving code constists only of
19208: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19209: with OP_GET_ELEMENT_OR_OPERATOR to form
19210: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19211:
19212: 2002-02-06 paf
19213:
19214: * configure, configure.in: prefix expanded, grr
19215:
19216: * operators.txt, src/classes/mail.C: mail:send config changed
19217:
19218: 2002-02-05 paf
19219:
19220: * operators.txt: regex options commented
19221:
19222: * src/main/: pa_exec.C: argv0 now correct
19223:
19224: * src/types/pa_vstatus.C: status:rusage 3
19225:
19226: * src/types/pa_vstatus.C: status:rusage 2
19227:
19228: * operators.txt: status:rusage described int operators
19229:
19230: * src/types/pa_vstatus.C: status:rusage 1
19231:
19232: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19233: src/types/types.dsp: status:rusage
19234:
19235: * configure.in, operators.txt, src/classes/file.C,
19236: src/classes/op.C, src/include/pa_common.h,
19237: src/include/pa_config_includes.h, src/main/compile.tab.C,
19238: src/main/pa_common.C: rewritten ^cache to use
19239: non-blocking-exclusive-caches
19240:
19241: * src/main/pa_common.C: text file read mode on win32 adjusted
19242: [speed impact. was off for debugging purpose, but forgotten
19243: afterwards]
19244:
19245: 2002-02-01 paf
19246:
19247: * src/classes/op.C: file_write does EX lock after create, while
19248: file_read does SH after open, so there's a moment after create
19249: but before EX lock when read can sneak into, and read
19250: just-created-for-writing-and-not-yet-locked file, added a check
19251: for that in ^cache...read
19252:
19253: 2002-01-31 paf
19254:
19255: * src/main/: compile.y, compile.tab.C: disabled operator call after
19256: ^xxx:
19257:
19258: * src/main/: compile.tab.C, execute.C: made operators lookup first
19259: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19260:
19261: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19262: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19263: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19264: operators check 6.1 rewritten. now check is done at compile time
19265:
19266: * src/main/execute.C: operators check 5 floated up old error of
19267: staying in 'entered class/object' state after $a($a..) it
19268: prevented operators from being called thereafter
19269:
19270: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19271: main/execute.C: operators check 4 floated up old error of staying
19272: in 'entered object' state after ^a.a(a) it prevented operators
19273: from being called thereafter
19274:
19275: * src/main/execute.C: operators check 3 floated up old error of
19276: staying in 'entered class' state after $a:a(a) it prevented
19277: operators from being called thereafter
19278:
19279: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19280: floated up old error of staying in 'entered class' state after
19281: $a:a[a] it prevented operators from being called thereafter
19282:
19283: * src/main/execute.C: operators check, thay mistakenly seen in
19284: $class:operator $object.operators contexts
19285:
19286: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19287: win32
19288:
1.116 moko 19289: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19290: src/classes/Makefile.am, src/main/Makefile.am,
19291: src/targets/cgi/Makefile.am,
1.95 moko 19292: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19293: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19294:
1.116 moko 19295: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19296: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19297: configure, configure.in, form.txt, ident.awk, install-sh,
19298: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19299: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19300: etc/parser3.charsets/Makefile.am,
19301: etc/parser3.charsets/koi8-r.cfg,
19302: etc/parser3.charsets/windows-1250.cfg,
19303: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19304: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19305: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19306: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19307: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19308: straightened installation scripts procedure made
19309: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19310: change
19311:
19312: 2002-01-30 paf
19313:
19314: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19315: removed] those comments were a mistake, and prevented libltdl
19316: from function properly
19317:
19318: 2002-01-29 paf
19319:
1.116 moko 19320: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19321: creation [modified acinclude.m4 which were creating int into just
19322: assignment LIBTOOL=../libtool] added default system
19323: config&charsetts prepared 'make install', now it installs
19324: targets/cgi/parser3 into bin directory etc/parser3.conf &
19325: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19326: $sysconfdir/parser3.charsets respectively
19327:
19328: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19329: main/pa_globals.C: few forgotten ifdef XML added
19330:
19331: 2002-01-28 paf
19332:
1.116 moko 19333: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19334: removed
19335:
19336: * src/main/pa_exception.C: dom|generic error output fix
19337:
19338: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19339:
19340: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19341:
19342: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19343: [fixed as_node helper func to accept docs]
19344:
19345: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19346: xdoc.importNode 0
19347:
19348: * src/classes/xdoc.C: xdoc::set now untaints OK
19349:
19350: 2002-01-25 paf
19351:
19352: * src/main/: compile.tab.C, compile.y: #comment before @ after
19353: @SPECIAL now works OK
19354:
19355: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19356:
19357: * src/main/pa_exec.C: max arg count now 10, and proper message on
19358: violation that added
19359:
19360: * src/classes/hash.C: unified hash::sql, now
19361: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19362:
19363: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19364: ^file:lock[filename]{code}
19365:
19366: * src/: classes/file.C, classes/op.C, classes/string.C,
19367: classes/table.C, classes/xdoc.C, include/pa_common.h,
19368: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19369: to some pa_common funcs
19370:
19371: * src/: include/pa_charset.h, main/pa_globals.C:
19372: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19373:
19374: * src/: include/pa_charset.h, main/pa_charset.C,
19375: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19376: not stupid illegal define
19377:
19378: 2002-01-24 paf
19379:
19380: * src/include/pa_version.h: changed version number
19381:
19382: * src/: classes/hashfile.C, include/pa_db_table.h,
19383: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19384: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19385: main/pa_db_connection.C, main/pa_db_table.C,
19386: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19387: hashfile without logfiles
19388:
19389: * src/: classes/hashfile.C, include/pa_db_table.h,
19390: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19391: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19392: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19393: DB_INIT_TXN init bits, thus got rid of huge log files, which
19394: cluttered disk without huge need]
19395:
19396: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19397: handy macro, which is strangly abscent in dome lib
19398:
19399: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19400:
19401: * src/classes/xdoc.C: checked empty response
19402:
19403: * src/classes/xnode.C: xdoc.select fixed context node [were always
19404: /, not self node]
19405:
19406: * src/classes/xnode.C: xnode.select returns array always now, in
19407: case 'nothing found' returns empty array
19408:
19409: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19410: be more tender with ctrl/c/v
19411:
19412: 2002-01-23 paf
19413:
19414: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19415: substituted. // 2. when dom tree with entites goes under
19416: transform text nodes // got [erroreosly] cut on first
19417: entity occurance
19418:
19419: * src/types/pa_vdouble.h: double prec. todo: get rid of
19420: twice-converting
19421:
19422: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19423: 'e' in output this is for regretful twice-converting here:
19424: $a(double value) when they write double falue they convert it to
19425: string first, thus %g were losing precesion.
19426:
19427: todo: think up some way to remove double->string string->double
19428: twice-converting
19429:
19430: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19431: %.20E now default float format this is for regretful
19432: twice-converting here: $a(double value) when they write double
19433: falue they convert it to string first, thus %g were losing
19434: precesion.
19435:
19436: todo: think up some way to remove double->string string->double
19437: twice-converting
19438:
19439: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19440: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19441: reasons in comment inside
19442:
19443: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19444: statically linked]
19445:
19446: * src/: include/pa_exception.h, main/compile.tab.C,
19447: main/pa_exception.C: removed exception va_list constructor. 1.
19448: not needed anymore 2. there were a conflict[causing errors]
19449: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19450: never detected an ambiguilty here, compiling ctor(, "hello") into
19451: ctor(, va_list) which, of course, caused gpf
19452:
19453: * src/main/pa_globals.C: removed debug xslt messages
19454:
19455: 2002-01-22 paf
19456:
19457: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19458: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19459: helps compiling stylesheet properly. example: this refused to
19460: work, <b>«<xsl:value-of select="@title"
19461: />»</b> stranly worked only this way:
19462: <b>«<xsl:value-of select="@title" />»</b>
19463:
19464: docs says "set it to 1", never going into details, so I decided
19465: to try NOT to do that
19466:
19467: * src/classes/table.C: join behaived badly in case named tables
19468: structure mismatched: 0 strings sneaked into dest failing
19469: afterwards. replaced them with empty strings
19470:
19471: 2002-01-21 paf
19472:
19473: * src/main/pa_charset.C: checked empty transcoders in
19474: transcode_cstr|buf
19475:
19476: * src/classes/xdoc.C: xdoc::load error source = filespec
19477:
19478: * src/classes/xdoc.C: transform error source now
19479: stylesheet_filespec
19480:
1.116 moko 19481: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19482: include/pa_stylesheet_connection.h, main/pa_charset.C,
19483: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19484: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19485: gnome
1.95 moko 19486:
19487: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19488: include/pa_globals.h, include/pa_stylesheet_connection.h,
19489: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19490: xslt generic error 1
19491:
19492: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19493: xml generic message 1
19494:
19495: * src/classes/table.C: ^table::load empty lines or #comments before
19496: headline
19497:
19498: * src/: include/pa_array.h, include/pa_globals.h,
19499: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19500: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19501: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19502: errors 0
19503:
19504: 2002-01-16 paf
19505:
19506: * src/: classes/hash.C, classes/op.C, classes/string.C,
19507: classes/table.C, classes/void.C, classes/xdoc.C,
19508: include/pa_db_connection.h, include/pa_request.h,
19509: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19510: include/pa_stylesheet_connection.h,
19511: include/pa_stylesheet_manager.h, main/pa_request.C,
19512: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19513: targets/cgi/pool_storage.h: auto closers to sql_connection,
19514: stylesheet_connection auto destroyers to remaining gnome objects
19515:
19516: * src/classes/xdoc.C: few comments
19517:
19518: 2002-01-15 paf
19519:
19520: * src/classes/xdoc.C: xdoc file save string
19521:
19522: ready. todo: error handling
19523:
19524: * src/classes/xdoc.C: xdoc save rewritten using
19525: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19526: result
19527:
19528: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19529: started output options parsing
19530:
19531: 2002-01-14 paf
19532:
19533: * src/classes/xdoc.C: method
19534:
19535: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19536: include/pa_pool.h, include/pa_stylesheet_connection.h,
19537: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19538: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19539: xslt transform0. TODO: use output options handle errors
19540:
19541: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19542:
19543: 2002-01-11 paf
19544:
19545: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19546: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19547: partial logical && || evaluation
19548:
19549: * src/classes/xnode.C: xpath selectNodes
19550:
19551: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19552: string/number/bool
19553:
19554: * src/classes/xnode.C: xpath selectNode 2
19555:
19556: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19557: xpath selectNode 1
19558:
19559: 2002-01-10 paf
19560:
19561: * src/classes/xnode.C: xpath selectNode -100 [just written]
19562:
19563: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19564: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19565: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19566: refcounter]
19567:
19568: 2001-12-29 paf
19569:
19570: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19571: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19572: glib works 0
19573:
19574: 2001-12-28 paf
19575:
19576: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19577: main/pa_exception.C: started glib transcoders
19578:
19579: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19580:
19581: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19582: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19583: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19584: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19585: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19586: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19587: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19588: libs just compiled in. no refcounting no xpath no xslt yet
19589:
19590: 2001-12-27 paf
19591:
19592: * src/: include/pa_charset.h, include/pa_common.h,
19593: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19594: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19595: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19596: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19597: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19598: from xalan&xerces, started the process. globals [initialization
19599: pool [charset update charset [transcodings vxnode vxdoc [DOM
19600: calls
19601:
19602: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19603: anymore
19604:
19605: 2001-12-26 paf
19606:
19607: * src/: include/pa_charset.h, include/pa_charsets.h,
19608: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19609: key globalized [bug]
19610:
19611: 2001-12-25 paf
19612:
19613: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19614: main/pa_string.C: table set & append changed splitting languages,
19615: separators now can be clean AND as-is same to mail command line
19616: $MAIN:MAIL.progX arguments
19617:
19618: 2001-12-24 paf
19619:
19620: * src/classes/mail.C: one parted text messages - no multipart
19621: mime-type anymore. for convinient if $.attach-ments
19622:
19623: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19624: main/pa_string.C: read from cache size check updated
19625:
19626: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19627:
19628: 2001-12-21 paf
19629:
19630: * src/classes/date.C: date:sql-string now returns localtime
19631:
19632: * src/main/pa_request.C: $result in @main actually not working, to
19633: hell with it for now
19634:
19635: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19636: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19637: @postprocess @exception
19638:
19639: * src/main/execute.C: junction evaluation canceled - endless
19640: recursion detected
19641:
19642: 2001-12-19 paf
19643:
19644: * src/main/pa_charset.C: charset->charset transcoding via unicode
19645: intermediate
19646:
19647: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19648:
19649: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19650:
19651: * src/classes/op.C: ^cache keypath now relative
19652:
19653: * src/classes/mail.C: changed weighting prior to sort
19654:
19655: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19656: were missing
19657:
19658: 2001-12-17 paf
19659:
19660: * src/main/pa_charset.C: ifndef XML were bad type
19661:
19662: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19663: outdated unset services_pool
19664:
19665: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19666: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19667: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19668:
19669: * src/main/untaint.C: allowed space in filespec
19670:
19671: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19672:
19673: * src/classes/image.C: no govno
19674:
19675: * src/classes/image.C: govno
19676:
19677: 2001-12-16 paf
19678:
19679: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19680:
19681: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19682: charset_connection&manager replaced by charset&charsets
19683:
19684: * src/main/pa_charset.C: name_cstr 0
19685:
19686: * src/main/untaint.C: uri lang now knows about client/source
19687: charsets
19688:
19689: * src/: classes/file.C, classes/math.C, classes/op.C,
19690: classes/string.C, classes/table.C, classes/xdoc.C,
19691: include/pa_array.h, include/pa_cache_managers.h,
19692: include/pa_charset_connection.h, include/pa_charset_manager.h,
19693: include/pa_common.h, include/pa_db_connection.h,
19694: include/pa_db_manager.h, include/pa_db_table.h,
19695: include/pa_dictionary.h, include/pa_exception.h,
19696: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19697: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19698: include/pa_sapi.h, include/pa_socks.h,
19699: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19700: include/pa_string.h, include/pa_stylesheet_connection.h,
19701: include/pa_stylesheet_manager.h, include/pa_table.h,
19702: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19703: main/pa_charset.C, main/pa_charset_connection.C,
19704: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19705: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19706: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19707: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19708: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19709: types/types.dsp: introducing Charset
19710:
19711: 2001-12-14 paf
19712:
19713: * src/: include/pa_request.h, include/pa_transcoder.h,
19714: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19715: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19716: uri lang
19717:
19718: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19719:
19720: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19721:
19722: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19723: defalts_name global
19724:
19725: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19726: include/pa_request.h, main/main.dsp,
19727: main/pa_charset_connection.C, main/pa_charset_manager.C,
19728: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19729: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19730: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19731: changed charset model. now important: $request:charset
19732: $response:charset while $response:content-type.charset become
19733: unimportant [informational]
19734:
19735: 2001-12-13 paf
19736:
19737: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19738:
19739: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19740: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19741: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19742: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19743: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19744: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19745:
19746: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19747: auto_ptr part other way, because of stupid gcc 2.96
19748: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19749: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19750: FormatterListener] /usr/include/g++-3/memory:48:
19751: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19752: _Tp1 = FormatterListener, _Tp = FormatterListener]
19753:
19754: * src/classes/xdoc.C: removed extra inc
19755:
19756: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19757:
19758: * src/include/pa_types.h: msvc head debugging flag
19759:
19760: * src/classes/xdoc.C: freed up listener
19761:
19762: * src/classes/string.C: change msg '... code is not code'
19763:
19764: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19765: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19766: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19767: [past/future prob]
19768:
19769: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19770: include/pa_config_fixed.h, include/pa_db_manager.h,
19771: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19772: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19773:
19774: * src/: include/pa_config_fixed.h, main/pa_common.C,
19775: main/pa_string.C: removed signed mismatch warnings
19776:
19777: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19778: 'expires' from header outputs
19779:
19780: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19781: row ptr
19782:
19783: * src/classes/file.C: file::cgi bug, request_method were passed to
19784: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19785:
19786: * src/classes/xdoc.C: lang list updated
19787:
19788: 2001-12-10 paf
19789:
19790: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19791:
19792: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19793: erase files like that, knowing their full name introducing //
19794: theoretical problem with, for instance, "_2B" and "." fragments,
19795: // they would yield the same // because
19796: need_file_encode('_')=false // but we need to delete such files
19797: somehow, getting names from ^index
19798:
19799: * src/main/pa_string.C: ^string.replace bug fixed [bad
19800: string::join_chank break]
19801:
19802: 2001-12-07 paf
19803:
19804: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19805: include/pa_common.h, include/pa_config_auto.h.in,
19806: include/pa_config_fixed.h, include/pa_config_includes.h,
19807: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19808: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19809: types/pa_vhashfile.C: merged from r14_simple_cache
19810:
19811: * src/main/pa_string.C: stupid sparc architecture failed to access
19812: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19813: lduh [ %i2 + 1 ], %l0
19814:
19815: bus error, fixed that
19816:
19817: * src/main/pa_string.C: strange string deserialize bug on
19818: client[pmts], a bit shortened,
19819:
19820: * src/include/pa_config_auto.h.in: makes
19821:
19822: * src/: include/pa_common.h, include/pa_config_fixed.h,
19823: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19824: file write shared lock file read
19825:
19826: * src/: classes/op.C, include/pa_common.h,
19827: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19828:
19829: 2001-12-06 paf
19830:
19831: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19832: main/pa_request.C: #ifdef RESOURCES_DEBUG
19833:
19834: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19835: info
19836:
19837: * src/classes/hashfile.C: removed transaction from ^cache
19838:
19839: 2001-12-05 paf
19840:
19841: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19842: IIS5 there were a prob with illegal call check
19843:
19844: 2001-12-04 paf
19845:
19846: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19847: main/pa_request.C: measures to log
19848:
19849: 2001-11-23 paf
19850:
19851: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19852: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19853: types/pa_vhashfile.C: merged from _0014, 1
19854:
19855: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19856: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19857: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19858: ^cache(33) would change
19859:
19860: 0660 bits in file_write & hashfile create
19861:
19862: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19863: after pa_string optimization]
19864:
19865: 2001-11-22 paf
19866:
19867: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19868: table.offset[whence]
19869:
19870: * src/classes/op.C: process cstr(,connection)
19871:
19872: * src/classes/op.C: process now gets its body on current language,
19873: not as-is
19874:
19875: * src/main/untaint.C: ORIGINS mode removed UHTML
19876:
19877: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19878: bit
19879:
1.116 moko 19880: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19881:
19882: 2001-11-21 paf
19883:
19884: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19885: <xsl:output output options made identical to xsl:output
19886: attributes exclusion: cdata-section-elements what xalan can do
19887: but that not used now: it can escape and remove CDATA sections
19888:
19889: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19890: produced by xslt
19891:
19892: * src/targets/cgi/parser3.C: removed debug cgi||1
19893:
19894: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19895:
19896: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19897: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19898: default language for {code}, it happen to change it's language
19899: from CLEAN, so later refused to split by CLEAN \t
19900:
19901: 2001-11-20 paf
19902:
1.116 moko 19903: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19904: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19905: bottom of dependeces, so that errors would popup quicklier, fixed
19906: line numbering in table::sql
19907:
19908: 2001-11-19 paf
19909:
19910: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19911: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19912: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19913: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19914: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19915: at wcontext.write
19916:
1.116 moko 19917: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19918: _set_new_handler
19919:
1.116 moko 19920: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19921: set_new_handler in apache&isapi
1.95 moko 19922:
19923: 2001-11-16 paf
19924:
19925: * src/targets/cgi/parser3.C: pool debug @ die
19926:
19927: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19928: removed 8 bytes from String, 2 bytes from
19929: string::chunk::row::item
19930:
19931: * src/main/pa_string.C: removed 1+4 bytes from String
19932:
19933: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19934: types/pa_vstring.C: removed 1+4 bytes from String
19935:
19936: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19937: 0
19938:
19939: * src/: include/pa_globals.h, include/pa_string.h,
19940: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19941: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19942: targets/cgi/parser3.C: introducing estimating
19943: String::cstr_bufsize, 0
19944:
19945: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19946:
19947: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19948:
19949: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19950: include/pa_pool.h: die in pool::fail
19951:
19952: 2001-11-15 paf
19953:
19954: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19955: main/pa_exception.C, targets/cgi/parser3.C: exception with
19956: dynamic buffer re-back now with counter
19957:
19958: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19959: static buffer back
19960:
19961: * src/targets/cgi/parser3.C: std::
19962:
19963: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19964: include/pa_config_includes.h: setnewhandler check
19965:
1.116 moko 19966: * src/include/pa_config_auto.h.in: makes
1.95 moko 19967:
19968: * src/targets/cgi/parser3.C: set_new_handler started
19969:
19970: 2001-11-14 paf
19971:
19972: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19973: was wrong
19974:
19975: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19976: was wrong
19977:
19978: * src/main/pa_request.C: z
19979:
19980: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19981: full returns win32 -1 solaris >buffer_size
19982:
19983: checked all that
19984:
19985: * src/classes/op.C: ^untaint{body} as-is default now
19986:
19987: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19988: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19989: with no_bad_constructors_try
19990:
19991: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19992: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19993: this: $bred[^string::length[]] $bred[^response::clear[]]
19994: $bred[^int::int[]]
19995:
19996: now VObject creation moved into overriden
19997: VClass::create_new_value, thus 0 from create_new_value means that
19998: class has no ctors
19999:
20000: 2001-11-13 paf
20001:
20002: * src/classes/classes.C: returned accedently removed if in foreach
20003: callbacks [when hash no-0-restructure]
20004:
20005: 2001-11-12 paf
20006:
20007: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20008: passed as-is to method, xalan makes & into & itself
20009:
20010: * src/classes/date.C: date.roll parser2 alg used
20011:
20012: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20013: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20014: main/pa_dictionary.C, main/pa_hash.C,
20015: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20016: now does not containt 0 values. put 0 actullay removes. no check
20017: on 0 value in foreach now required
20018:
20019: 2001-11-11 paf
20020:
20021: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20022:
20023: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20024:
20025: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20026: driver initialize not const
20027:
20028: 2001-11-10 paf
20029:
20030: * src/main/pa_exec.C: doc
20031:
20032: 2001-11-09 paf
20033:
20034: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20035: param properly
20036:
20037: * src/classes/string.C: string.save now does untainting before
20038: saving
20039:
20040: * src/main/pa_common.C: line endings fixing fixed last piece[was
20041: still cstr oriented]
20042:
20043: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20044: line endings fixing got rid of cstr, now must work ok with post
20045: multipart
20046:
20047: * src/types/pa_vform.C: line endings fixed at post / multipart /
20048: not file also now
20049:
20050: 2001-11-08 paf
20051:
20052: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20053: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20054: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20055: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20056: main/pa_stylesheet_manager.C: restructured Cache manager to be
20057: simple parent, not second parent [gcc 2.96 strangly refused to
20058: call virtual from second parent]
20059:
1.116 moko 20060: * src/: include/pa_common.h, main/Makefile.am,
20061: targets/cgi/pa_pool.C: makes
1.95 moko 20062:
20063: * src/: include/pa_request.h, main/pa_request.C,
20064: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20065: 'status' class enabler
20066:
20067: <Location /parser-status.html> ParserStatusAllowed </Location>
20068:
20069: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20070: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20071: include/pa_stylesheet_manager.h, main/main.dsp,
20072: main/pa_cache_managers.C, main/pa_charset_manager.C,
20073: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20074: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20075: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20076: todo: apache 'status' class enabler
20077:
20078: 2001-11-05 paf
20079:
20080: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20081: debug to normal
20082:
20083: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20084: hence i removed skipping 0 values in hash::for_each-es we need to
20085: check cleaned cache items manually. few more checks.
20086:
20087: expiring to 0 time was wrong, changed to 'now' time
20088:
20089: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20090: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20091: on apache already done :)
20092:
20093: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20094: skipping 0 values in hash::for_each-es we need to check cleaned
20095: cache items manually
20096:
20097: * src/main/: pa_db_connection.C, pa_db_table.C:
20098: parser_multithreaded check was wrong
20099:
20100: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20101: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20102: classes/hashfile.C, classes/image.C, classes/int.C,
20103: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20104: classes/string.C, classes/table.C, classes/void.C,
20105: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20106: include/pa_array.h, include/pa_charset_connection.h,
20107: include/pa_charset_manager.h, include/pa_common.h,
20108: include/pa_config_fixed.h, include/pa_config_includes.h,
20109: include/pa_db_connection.h, include/pa_db_manager.h,
20110: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20111: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20112: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20113: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20114: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20115: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20116: include/pa_stack.h, include/pa_string.h,
20117: include/pa_stylesheet_connection.h,
20118: include/pa_stylesheet_manager.h, include/pa_table.h,
20119: include/pa_threads.h, include/pa_types.h, main/compile.C,
20120: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20121: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20122: main/pa_charset_manager.C, main/pa_common.C,
20123: main/pa_db_connection.C, main/pa_db_manager.C,
20124: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20125: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20126: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20127: main/pa_socks.C, main/pa_sql_driver_manager.C,
20128: main/pa_status_provider.C, main/pa_string.C,
20129: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20130: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20131: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20132: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20133: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20134: targets/isapi/pool_storage.h, types/pa_valiased.C,
20135: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20136: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20137: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20138: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20139: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20140: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20141: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20142: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20143: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20144: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20145: types/pa_vstateless_object.h, types/pa_vstatus.h,
20146: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20147: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20148: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20149: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20150: $status:db fixed used not initialized in db_connection & db_table
20151:
20152: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20153: $status:charset
20154:
20155: * src/: classes/xdoc.C, include/pa_db_connection.h,
20156: include/pa_stylesheet_connection.h,
20157: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20158: types/pa_vstatus.h: $status:stylesheet
20159:
20160: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20161: include/pa_request.h, include/pa_sql_connection.h,
20162: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20163: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20164: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20165: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20166: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20167: types/pa_vxnode.C, types/types.dsp: started status parser class
20168:
20169: 2001-11-01 paf
20170:
20171: * src/include/pa_config_auto.h.in: makes
20172:
20173: * src/main/pa_hash.C: removed old extra include
20174:
20175: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20176: checks [for hp, there are such in math.h]
20177:
20178: * src/classes/op.C: ^for endless loop check strightened
20179:
20180: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20181: behavior in native calls. it left unchanged, so ^for ^foreach &
20182: co can use r.root to write their i & key,value there
20183:
20184: * src/classes/op.C: detected for var storage bug, fixed.
20185: todo:foreach
20186:
20187: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20188: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20189: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20190: changing of hash inside of foreach
20191:
20192: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20193: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20194: were hash.foreach
20195:
20196: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20197: types/pa_vstring.C, types/pa_vstring.h:
20198: ^foreach[key|value]{body}[[separator]|{separator}]
20199:
20200: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20201: types/pa_vcookie.C: ^hash.delete[key]
20202:
20203: 2001-10-31 paf
20204:
20205: * src/main/: compile.C, pa_common.C: completely empty file now
20206: considered "read", not ignored [not perfect trick used]
20207:
20208: * src/main/pa_common.C: simplier common ifdefs
20209:
20210: * src/main/pa_common.C: typing bug in common - bad ifdeff
20211:
20212: * src/main/pa_db_connection.C: z
20213:
20214: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20215: lockdetector flags
20216: dbenv.lk_detect=DB_LOCK_RANDOM;
20217:
20218: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20219: from accidental show [imagine user forgot @exception]
20220:
20221: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20222:
20223: * src/: classes/file.C, classes/image.C, classes/mail.C,
20224: classes/string.C, classes/xnode.C, include/pa_common.h,
20225: main/pa_common.C: ^string.save[[append;]path]
20226:
20227: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20228: main/execute.C: \ in expression: int divide 10/3=3
20229:
20230: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20231: inside of ^cache
20232:
20233: * src/: include/pa_threads.h, main/pa_db_connection.C,
20234: main/pa_db_table.C, targets/cgi/pa_threads.C,
20235: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20236: needed
20237:
20238: 2001-10-30 paf
20239:
20240: * src/: classes/classes.dsp, main/main.dsp,
20241: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20242: types/types.dsp: enabled debug incremental compile
20243:
20244: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20245: form post data line endings not reformatted now.
20246:
20247: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20248: now required [had bug when file= has no value]
20249:
20250: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20251: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20252: cstr(asis) default param removed
20253:
20254: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20255:
20256: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20257:
20258: * src/include/pa_dir.h: LOAD_DIR fixed
20259:
20260: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20261: was broken} fix_line_breaks
20262:
20263: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20264: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20265: packed with #pragma pack
20266:
1.116 moko 20267: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20268:
20269: 2001-10-29 paf
20270:
20271: * src/types/pa_wcontext.h: bitfield syntax stricter
20272:
20273: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20274: string hash.puts
20275:
20276: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20277:
20278: * src/include/pa_sql_connection.h: there were one wrong
20279: SQL_CONNECTION_FUNC_GUARDED [failed]
20280:
20281: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20282: param.someday either ifdef or remove it
20283:
20284: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20285:
20286: * src/main/untaint.C: optimizing returned after debugging
20287:
20288: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20289: main/untaint.C: memory hunging #pragma pack(1)
20290:
20291: 16 419 844 13 169 394
20292:
20293: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20294: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20295: places [todo:Array]
20296:
20297: * src/: main/execute.C, targets/cgi/pa_pool.C,
20298: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20299: types/pa_wwrapper.h: debugging memory WContext flags to bits
20300:
20301: total 5 652 652/158731 total 5 469 332/158731
20302:
20303: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20304: Array:: without cache in get/put now
20305:
20306: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20307: 18:25:27 2001] total 5 652 652/158731
20308:
20309: * src/: include/pa_string.h, main/pa_string.C,
20310: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20311: now
20312:
20313: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20314: 18:11:53 2001] total 5796092/158731
20315:
20316: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20317: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20318: key ref now
20319:
20320: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20321: 17:11:17 2001] total 16867948/202658
20322:
20323: * src/: classes/file.C, classes/image.C, classes/string.C,
20324: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20325: main/execute.C, main/pa_array.C, main/pa_common.C,
20326: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20327: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20328: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20329: string::as_int/double now usually uses stack, not heap [200K out
20330: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20331:
20332: * src/main/pa_sql_driver_manager.C: ping to have services [old
20333: hiding bug]
20334:
20335: * src/Makefile.am: .am order
20336:
20337: * src/: include/pa_array.h, include/pa_charset_manager.h,
20338: include/pa_db_connection.h, include/pa_db_manager.h,
20339: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20340: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20341: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20342: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20343: required "friend class"
20344:
20345: ../include/pa_request.h:51: friend declaration requires
20346: class-key, i.e. `friend class Temp_lang'
20347:
20348: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20349: main/pa_exception.C, main/pa_sql_driver_manager.C,
20350: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20351:
20352: the idea is to #1 jump to C++ some function to main body, where
20353: every function stack frame has exception unwind information and
20354: from there... #2 propagate_exception()
20355:
20356: 2001-10-28 paf
20357:
20358: * src/main/pa_db_connection.C: removed old consts
20359:
20360: * src/main/pa_db_connection.C: expire table [was accidently pasted
20361: with wrong type/cast]
20362:
20363: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20364: translation
20365:
1.116 moko 20366: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20367: remember to build DB2 with -fexceptions!!!
20368:
20369: * src/main/pa_db_table.C: DB_RMW defed
20370:
20371: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20372: include/pa_db_connection.h, include/pa_db_manager.h,
20373: include/pa_db_table.h, main/pa_db_connection.C,
20374: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20375:
20376: 2001-10-27 paf
20377:
20378: * src/: classes/hashfile.C, include/pa_db_connection.h,
20379: include/pa_db_table.h, main/pa_db_connection.C,
20380: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20381: types/pa_vhashfile.C: DB2 ifdefs
20382:
1.116 moko 20383: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20384: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20385: makes with DB2
20386:
1.116 moko 20387: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20388: types/Makefile.am: makes db
1.95 moko 20389:
20390: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20391: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20392: globals.C
20393:
20394: * src/: classes/hashfile.C, include/pa_db_connection.h,
20395: include/pa_db_table.h, main/pa_db_connection.C,
20396: main/pa_db_table.C: ^hashfile.clear[]
20397:
20398: * src/classes/classes.awk: no $ in var names
20399:
20400: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20401: connection&table [forgotten calls]
20402:
20403: 2001-10-26 paf
20404:
20405: * src/main/pa_db_connection.C: db checkpoints
20406:
20407: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20408: checkpoints
20409:
20410: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20411: default. but entities still reparsed. todo: tothink
20412:
20413: * src/main/pa_db_connection.C: db recover mech 2
20414:
20415: * src/: classes/hashfile.C, include/pa_db_connection.h,
20416: include/pa_db_manager.h, include/pa_db_table.h,
20417: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20418: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20419: types/pa_vhashfile.h: db connections & tables now cached at
20420: create time & multithreaded
20421:
20422: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20423: parsed_source
20424:
20425: * src/main/pa_db_connection.C: about to remove connection from
20426: vhashfile
20427:
20428: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20429: transaction commit/rollback responsibility left to parent [as it
20430: sould - else there were a bug with double free]
20431:
20432: * src/include/pa_db_table.h: db: child transaction commit/rollback
20433: responsibility left to parent [as it sould - else there were a
20434: bug with double free]
20435:
20436: 2001-10-25 paf
20437:
20438: * src/: classes/hashfile.C, include/pa_common.h,
20439: include/pa_db_connection.h, include/pa_db_manager.h,
20440: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20441: types/pa_vhashfile.C, types/pa_vhashfile.h,
20442: include/pa_db_table.h, main/pa_db_table.C: started db_home
20443: [multiple, cached] todo: autorecover [tried, but not succeded,
20444: yet]
20445:
20446: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20447:
20448: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20449: transaction parent passed
20450:
20451: 2001-10-24 parser
20452:
1.116 moko 20453: * src/classes/Makefile.am: makes
1.95 moko 20454:
20455: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20456: isapi/pool_storage.h: pool_storage fixed
20457:
20458: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20459: types/pa_vform.h: form fix_line_breaks
20460:
1.116 moko 20461: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20462:
20463: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20464: targets/cgi/pool_storage.h: makes
20465:
20466: * src/sql/pa_sql_driver.h: version
20467:
20468: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20469: types/pa_vform.C, types/pa_vform.h: .am
20470:
20471: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20472: this: DB_RMW Acquire write locks instead of read locks when doing
20473: the retrieval. Setting this flag may decrease the likelihood of
20474: deadlock during a read-modify-write cycle by immediately
20475: acquiring the write lock during the read part of the cycle so
20476: that another thread of control acquiring a read lock for the same
20477: item, in its own read-modify-write cycle, will not result in
20478: deadlock
20479:
20480: * src/targets/isapi/parser3isapi.dsp: doc
20481:
20482: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20483:
20484: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20485:
20486: * src/: classes/hashfile.C, include/pa_db_connection.h,
20487: main/pa_db_connection.C: hashfile expired deleted from db when
20488: get & iterate
20489:
20490: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20491: expiring 1
20492:
20493: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20494:
20495: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20496: db_connection not bothers with key when not returning expired
20497: data
20498:
20499: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20500: types/pa_vhashfile.C: db_cursor constructor public now
20501:
20502: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20503: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20504: stamped, todo: put_element analize
20505:
20506: * src/: include/pa_db_connection.h, include/pa_string.h,
20507: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20508: serialize. todo stamp
20509:
20510: 2001-10-23 parser
20511:
20512: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20513: classes/image.C, classes/mail.C, classes/response.C,
20514: classes/string.C, classes/table.C, classes/xdoc.C,
20515: include/pa_config_fixed.h, include/pa_db_connection.h,
20516: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20517: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20518: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20519: types/pa_vtable.C: ^hashfile.hash[]
20520:
20521: * src/: classes/hashfile.C, classes/xdoc.C,
20522: include/pa_config_fixed.h, main/pa_db_manager.C,
20523: main/pa_globals.C: ifdefs so it compiled without db
20524:
20525: * src/: classes/hashfile.C, include/pa_db_connection.h,
20526: include/pa_db_manager.h, main/pa_db_connection.C,
20527: main/pa_db_manager.C, types/pa_vhashfile.h:
20528: ^hashfile.transaction{code} ^hashfile:clear[filename]
20529: ^hashfile.delete[key]
20530:
20531: 2001-10-22 parser
20532:
20533: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20534: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20535:
20536: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20537: classes/xnode.C, include/pa_charset_connection.h,
20538: include/pa_db_connection.h, include/pa_db_manager.h,
20539: include/pa_exception.h, include/pa_sapi.h,
20540: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20541: include/pa_stylesheet_connection.h,
20542: include/pa_stylesheet_manager.h,
20543: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20544: main/pa_db_connection.C, main/pa_db_manager.C,
20545: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20546: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20547: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20548: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20549: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20550: types/types.dsp: hashfile 0
20551:
20552: * src/types/pa_vhashfile.C: z
20553:
20554: * src/: classes/classes.dsp, classes/hashfile.C,
20555: include/pa_config_fixed.h, main/execute.C,
20556: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20557: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20558:
20559: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20560:
20561: * src/: include/pa_exception.h, include/pa_request.h,
20562: main/execute.C, main/pa_exception.C, main/pa_request.C,
20563: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20564: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20565:
20566: 2001-10-19 parser
20567:
20568: * src/include/pa_pool.h: header
20569:
20570: * src/main/pa_pool.C: auto compiled on gcc
20571:
20572: * src/classes/image.C: comment
20573:
1.116 moko 20574: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20575:
20576: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20577: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20578: types/pa_vxnode.h: xnode clone got freed
20579:
20580: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20581: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20582: can free up xalandomstring resulting from pool::transcode
20583:
20584: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20585: include/pa_config_fixed.h, include/pa_exception.h,
20586: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20587: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20588: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20589: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20590: from non-xml compile
20591:
20592: * src/main/pa_request.C: pool:: context - get_context
20593:
20594: * src/: classes/classes.h, classes/date.C, classes/double.C,
20595: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20596: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20597: classes/string.C, classes/table.C, classes/void.C,
20598: include/pa_config_fixed.h, include/pa_exception.h,
20599: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20600: main/compile.C, main/compile_tools.C, main/execute.C,
20601: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20602: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20603: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20604: main/pa_string.C, main/pa_table.C, main/untaint.C,
20605: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20606: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20607: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20608: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20609: types/pa_vstateless_class.h, types/pa_vtable.C,
20610: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20611: exceptions 0
20612:
20613: * src/classes/classes.awk: $ removed
20614:
20615: 2001-10-18 parser
20616:
20617: * src/types/pa_vcookie.C: cookie:CLASS
20618:
20619: * src/main/main.dsp: project
20620:
20621: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20622: set_document & ctor question "who owns document" solved
20623:
20624: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20625:
20626: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20627: main/pa_pool.C: encoding in dom creating funcs
20628:
20629: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20630: be transformed now
20631:
20632: * src/classes/xdoc.C: dom created by create can be transformed now
20633:
20634: * src/classes/xdoc.C: z
20635:
20636: * src/classes/xdoc.C: comment
20637:
20638: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20639: create now uses XercesDocumentBridge, appendChild&co now works
20640:
20641: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20642: @ recompile
20643:
20644: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20645: $origin @exception[
20646:
20647: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20648: tag names forced to XML lang
20649:
20650: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20651: leechy-found bugs in code&doc fixed
20652:
20653: 2001-10-17 parser
20654:
20655: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20656: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20657: n functionality preserved
20658:
20659: * src/types/pa_vimage.h: removed unused vimage::save
20660:
20661: 2001-10-16 parser
20662:
20663: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20664:
20665: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20666:
20667: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20668:
20669: * src/classes/image.C: image.copy tolerance
20670:
20671: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20672: ineffective, but works for small paleted image
20673:
20674: * src/types/pa_vimage.C: comment
20675:
20676: * src/classes/image.C: gd size/resize bugfix
20677:
20678: * src/: classes/classes.dsp, main/main.dsp,
20679: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20680: types/types.dsp: ident >nul 2>&1
20681:
20682: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20683: systems
20684:
20685: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20686: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20687:
20688: 2001-10-15 parser
20689:
20690: * src/main/execute.C: z
20691:
20692: * src/classes/: xdoc.C: !::create{qualifiedName}
20693:
20694: * src/types/pa_vxnode.C: document_type_node.
20695: !readonly attribute DOMString name
20696: !notation_node.
20697: !readonly attribute DOMString publicId
20698: !readonly attribute DOMString systemId
20699:
1.116 moko 20700: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20701: ::write badly passed string too transparently [failed to
20702: intercept it]
1.95 moko 20703:
20704: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20705: include/pa_request.h, main/pa_sql_driver_manager.C,
20706: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20707: types/pa_vxnode.h: DOM1 major addtion, only few
20708: attributes/methods left
20709:
20710: 2001-10-13 parser
20711:
20712: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20713: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20714: in main handler
20715:
20716: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20717: cleanups & frees order
20718:
20719: * src/types/pa_vcode_frame.h: couple comments
20720:
20721: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20722: transparent enough to handle hash if creation&passing
20723:
20724: * src/: include/pa_config_fixed.h, main/execute.C,
20725: main/pa_exception.C: noticed that vcodeframe not transparent
20726: enough, would change now
20727:
20728: 2001-10-12 parser
20729:
20730: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20731: fixed. initialization&free on each thread!
20732:
20733: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20734: handling changed: now type of default param analized always, not
20735: only at problem time, thus helping early problem spotting
20736:
20737: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20738: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20739: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20740: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20741: multithread bug fixed. initialization&free on each thread!
20742:
20743: 2001-10-11 parser
20744:
20745: * src/classes/xnode.C: xnode.selectSingle now
20746:
20747: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20748: include/pa_pool.h, include/pa_stylesheet_connection.h,
20749: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20750: convertors out of Pool into Exception
20751:
20752: * src/main/pa_string.C: const
20753:
20754: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20755: linked pieces of same language together prior to String::replace
20756:
20757: * src/classes/hash.C: !^hash.add[addme]
20758: !^hash.sub[subme]
20759: !^a.union[b] = new
20760: !^a.intersection[b] = new
20761: !^a.intersects[b] = bool
20762:
20763: * src/classes/hash.C: !^hash::append[append_from]
20764:
20765: * src/: classes/hash.C, types/pa_vhash.h:
20766: !^hash::create[[copy_from]]
20767:
20768: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20769: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20770: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20771: fixed. got rid of empty_string, which caused errors - it hasnt
20772: exception but somebody[value.bark] tried to throw it on it's pool
20773:
1.116 moko 20774: * src/include/pa_config_auto.h.in: makes
1.95 moko 20775:
20776: 2001-10-10 parser
20777:
20778: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20779:
20780: * src/main/: compile.tab.C, compile.y: ^a[
20781:
20782: @next_method << now unclosed ] would be reported here
20783:
20784: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20785: compile error
20786:
20787: 2001-10-09 parser
20788:
1.116 moko 20789: * src/: classes/Makefile.am, main/Makefile.am,
20790: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20791:
20792: * src/classes/Makefile.am: makes
20793:
20794: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20795: win32 errors intercepted [xalan transformer patched and
20796: incorporated]
20797:
20798: * src/: classes/classes.dsp, classes/xdoc.C,
20799: include/pa_stylesheet_connection.h, main/main.dsp,
20800: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20801: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20802: patches starting
20803:
20804: * src/classes/: string.C, table.C: ^string.save[file]
20805:
20806: * src/classes/: date.C, table.C: calendar moved to date
20807:
20808: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20809: string/table] now
20810:
20811: * src/classes/: op.C, table.C: z
20812:
20813: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20814: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20815: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20816: be code [be string..]
20817:
20818: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20819: table.C: lots of
20820: params->as_int/double/as_string/as_junction/as_no_junction
20821: messages added
20822:
20823: 2001-10-08 parser
20824:
20825: * src/: classes/date.C, classes/image.C, classes/string.C,
20826: classes/table.C, classes/void.C, include/pa_request.h:
20827: params->as_int/double message added
20828:
20829: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20830:
20831: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20832: image:sector removed image:html internal "line-*" attribs
20833:
20834: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20835: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20836:
20837: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20838: way
20839:
20840: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20841: main/untaint.C: header untainting to UL_HTTP_HEADER,
20842: UL_MAIL_HEADER made nonforced [only tainted pieces]
20843:
20844: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20845: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20846: @ SAPI::log
20847:
20848: * src/main/untaint.C: \r to ' ' in origins mode
20849:
20850: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20851: set]
20852:
20853: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20854: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20855: nonstandard liaison freed up
20856:
20857: 2001-10-07 parser
20858:
20859: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20860: project
20861:
20862: 2001-10-05 parser
20863:
20864: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20865: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20866: from outputing to cerr. lots of "todos"
20867:
20868: * src/main/untaint.C: http_header tainting more gentle with
20869: enquoting now
20870:
20871: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20872: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20873: xml errorhandler. fixed string.replace a little, read @test
20874:
20875: * src/main/pa_string.C: found replace bug - first_that_starts(char
20876: *) does not have limit, and looks further eos, fixing....
20877:
20878: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20879:
20880: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20881:
20882: * src/main/: pa_charset_connection.C: ctype another mem clear
20883: bugfix
20884:
1.116 moko 20885: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20886: $result[^[$p^]z] now works fine
1.95 moko 20887:
20888: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20889: wrong. fixed it
20890:
20891: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20892: of totable appered to be vital
20893:
20894: 2001-10-04 parser
20895:
20896: * src/classes/image.C: ^image.length[text]
20897:
20898: 2001-10-03 parser
20899:
20900: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20901:
20902: * src/main/pa_request.C: restored pcre defaulting in request
20903: [mindlessly "optimized" yesterday] comment left
20904:
20905: 2001-10-02 parser
20906:
20907: * src/: main/pa_charset_manager.C,
20908: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20909: needed
20910:
20911: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20912: forgot non-xml pool.*charset needed
20913:
20914: * src/classes/table.C: # config comments fixed
20915:
20916: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20917: charset_connection #comment now
20918:
20919: * src/: classes/classes.dsp, types/types.dsp: release projects
20920: options fixed to use release msvcrt lib
20921:
20922: * src/main/pa_charset_connection.C: pcre tables now const inside
20923: removed default - pcre handles that internally fixed bug on
20924: not-cleaning tables [previously was calloced, now member]
20925:
20926: * src/: include/pa_request.h, main/pa_charset_connection.C,
20927: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20928: inside removed default - pcre handles that internally fixed bug
20929: on not-cleaning tables [previously was calloced, now member]
20930:
20931: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20932: tested charset reload on file change @ apache version = OK tested
20933: freeing up prev encoding on adding new = OK
20934:
20935: 2001-10-01 parser
20936:
20937: * src/main/pa_charset_connection.C: removed entitify external hack
20938: [internal installed]
20939:
1.116 moko 20940: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20941:
20942: * src/: include/pa_charset_connection.h,
20943: include/pa_charset_manager.h,
20944: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20945: main/pa_charset_connection.C, main/pa_charset_manager.C,
20946: main/pa_request.C: charset loading & caching mech 0
20947:
20948: * src/: include/pa_stylesheet_connection.h,
20949: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20950: main/pa_globals.C, main/pa_request.C: would make charset loading
20951: & caching mech now
20952:
20953: 2001-09-30 parser
20954:
20955: * src/main/pa_request.C: forgot to fill toTable
20956:
20957: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20958: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20959: failed on win32 for now..
20960:
20961: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20962: now charsets table configuration variable is: CHARSETS
20963:
20964: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20965: ctype with unicode 1. todo: no П entities on output somehow
20966:
20967: * src/: classes/file.C, classes/op.C, classes/string.C,
20968: include/pa_request.h, main/pa_request.C: started ctype with
20969: unicode values
20970:
20971: 2001-09-28 parser
20972:
20973: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20974: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20975: string passed AS-IS now
20976:
20977: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20978: way of user-configuring... todo: implement
20979:
20980: 2001-09-27 parser
20981:
20982: * src/classes/table.C: table.sort changed to sort table itself
20983:
20984: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20985: X^.getElementsByTagName[tagname] = array of xnode
20986: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20987: nodes removed - regretfully not supported @ xalan. maybe someday
20988: would reimplement, if needed.
20989:
20990: win32build system: solved long waiting anti-non-started-apache
20991: problem
20992:
20993: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20994: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20995: types/types.dsp: win32 ident make system so not to rebuild
20996: library [ident.C.new]
20997:
20998: 2001-09-26 parser
20999:
21000: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21001: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21002: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21003: types/pa_vxnode.C, types/types.dsp: z
21004:
21005: * src/classes/classes.C: forgot one non-xml check
21006:
1.116 moko 21007: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21008: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21009:
21010: * src/targets/cgi/parser3.C: z
21011:
21012: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21013: targets/isapi/parser3isapi.C: #ifdef SMTP
21014:
21015: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21016: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21017: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21018: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21019: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21020: types/types.dsp: xdoc&xnode now
21021:
21022: * src/: classes/classes.C, classes/classes.awk,
21023: classes/classes.dsp, classes/classes.h, classes/date.C,
21024: classes/dnode.C, classes/dnode.h, classes/dom.C,
21025: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21026: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21027: classes/op.C, classes/response.C, classes/string.C,
21028: classes/table.C, classes/void.C, include/pa_array.h,
21029: include/pa_common.h, include/pa_config_fixed.h,
21030: include/pa_config_includes.h, include/pa_dictionary.h,
21031: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21032: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21033: include/pa_socks.h, include/pa_sql_connection.h,
21034: include/pa_sql_driver_manager.h, include/pa_stack.h,
21035: include/pa_string.h, include/pa_stylesheet_connection.h,
21036: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21037: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21038: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21039: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21040: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21041: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21042: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21043: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21044: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21045: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21046: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21047: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21048: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21049: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21050: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21051: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21052: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21053: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21054: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21055: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21056: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21057: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21058: types/pa_vmethod_frame.h, types/pa_vobject.h,
21059: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21060: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21061: types/pa_vstateless_object.h, types/pa_vstring.C,
21062: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21063: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21064: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21065: main.dsp splitted to main+classes+types along to .am
21066:
21067: * src/classes/Makefile.am: removed useless var
21068:
21069: * src/: classes/classes.cmd, main/main.dsp,
21070: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21071: main.dsp
21072:
21073: 2001-09-25 parser
21074:
21075: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21076: 1251 though, todo ICU
21077:
1.116 moko 21078: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21079: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21080: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21081: types/pa_vdom.h: xml configure makes
1.95 moko 21082:
21083: 2001-09-24 parser
21084:
1.116 moko 21085: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21086: types/Makefile.am: makes
1.95 moko 21087:
1.116 moko 21088: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21089:
21090: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21091: started unix makes update
21092:
21093: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21094: started unix makes update
21095:
21096: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21097:
21098: * src/types/pa_value.h: z
21099:
21100: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21101: bugs with usinge hash/table in expressions
21102:
21103: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21104: resolved conflicts fixed [const]
21105:
21106: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21107: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21108: main/compile.C, main/compile.tab.C, main/compile.y,
21109: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21110: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21111: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21112: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21113: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21114: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21115: with before_xml [merge2 actually didn't happen - i've created
21116: tags on wrong branch. so this merge is in fact re-merge]
21117:
21118: 2001-09-21 parser
21119:
21120: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21121: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21122: produced "" in make file and sadly wrong interpreted on load]
21123:
1.116 moko 21124: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21125: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21126: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21127: include/pa_sql_driver_manager.h, include/pa_string.h,
21128: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21129: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21130: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21131:
21132: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21133: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21134: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21135: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21136: main/pa_pool.C, main/pa_request.C,
21137: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21138: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21139: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21140: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21141: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21142: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21143: types/pa_vrequest.C, types/pa_vresponse.h,
21144: types/pa_vstateless_class.C, types/pa_vstring.C,
21145: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21146: created new projects for sql drivers [planning to remove sql
21147: drivers from main cvs project] first, will join latest changes
21148:
21149: * src/classes/: dom.C: defaulted dom writing methods encoding to
21150: pool.get_charset
21151:
21152: * src/classes/dom.C: defaulted dom writing methods encoding to
21153: pool.get_charset
21154:
21155: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21156: pool.get_charset
21157:
21158: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21159: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21160: methods encoding to pool.get_charset
21161:
21162: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21163: transcoder were created right "unsupported encoding" message.
21164: not @ set time, but @ use time, so until xml output functions
21165: .string, .file, .save used - no encoding name check occur
21166:
21167: reduced transcode buffer size to 60 fixed pool cleanup - no
21168: registration needed, pools are officially destructured
21169:
21170: 2001-09-20 parser
21171:
21172: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21173:
21174: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21175: $MAIN:DEFAULTS.content-type[$.charset[here]]
21176:
21177: * src/: classes/dnode.C, classes/dom.C,
21178: include/pa_config_includes.h, include/pa_globals.h,
21179: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21180: main/pa_pool.C, targets/cgi/parser3.dsp,
21181: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21182: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21183: Pool::transcode 0
21184:
21185: * src/classes/dom.C: dom. string save file moved output xml options
21186: to last param and made it optional
21187:
21188: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21189: dnodes
21190: !$attributenode.specified = boolean
21191: true if the attribute received its value explicitly
21192: in the XML document,
21193: or if a value was assigned programatically with the
21194: setValue function.
21195: false if the attribute value came from the default value
21196: declared in the document's DTD.
21197: !$pinode.target = target of this processing instruction
21198: XML defines this as being the first token following the
21199: markup
21200: that begins the processing instruction.
21201: XPath:
21202: !^node.select[xpath/query/expression] = hash of 0->node0
21203: 1->node1
21204: !^node.select-single[xpath/query/expression] = first node if
21205: any
21206:
21207: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21208: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21209: some 'const's added
21210:
21211: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21212: expression context now, there value = size and boolean value
21213: size!=0
21214:
21215: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21216: can be used in expression context now, there value = size and
21217: boolean value size!=0
21218:
21219: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21220: types/pa_vstring.h: dnode .file .string .save moved back to dom
21221: due to strange xalan bug
21222:
21223: 2001-09-18 parser
21224:
21225: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21226: classes/image.C, classes/op.C, classes/table.C,
21227: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21228: include/pa_sql_driver_manager.h, main/compile.C,
21229: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21230: main/execute.C, main/pa_common.C, main/pa_request.C,
21231: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21232: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21233: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21234: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21235: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21236: before_xml branch ^if(def $hash) now true only when
21237: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21238:
21239: * src/: classes/op.C, main/execute.C: operators self changed to
21240: root ^for variable context changed to self
21241:
21242: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21243: dnode 1
21244:
21245: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21246: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21247:
21248: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21249: poly* fixed
21250:
21251: 2001-09-17 parser
21252:
21253: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21254: types/pa_vdom.h: started dnode+dom
21255:
21256: dnode DOM methods: $node.name $node.value
21257: ...others...
21258:
21259: ^node.xpath[/rates/USD] = hash
21260: $hash[
21261: $.0[node0]
21262: $.1[node1]
21263: ]
21264:
21265: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21266: applies to all linear primitives
21267:
21268: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21269: include/pa_stylesheet_connection.h, main/main.dsp,
21270: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21271: types/pa_vimage.h: started dnode DOM: $node.name
21272: $node.value ...others... ^node.xpath[/rates/USD] = hash
21273: dom(dnode)
21274:
21275: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21276: main/compile.y, main/compile_tools.h, main/execute.C,
21277: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21278: in expression compound($aa.zz.xx) names now can have minus '-' in
21279: name after '.'
21280:
21281: 2001-09-15 parser
21282:
21283: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21284: image: $line-width ^line(...)[**** style]
21285:
21286: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21287: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21288: pool_storage - cleanups first, allocations second. apache wisely
21289: does just like that
21290:
21291: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21292: rewritten using template, no bugs now
21293:
21294: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21295: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21296: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21297: poorly started isapi pool_storage, would rewrite using template
21298: now
21299:
21300: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21301: include/pa_stylesheet_connection.h, main/main.dsp,
21302: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21303: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21304: xalan objects freed up [introducing Pool::register_cleanup]
21305:
21306: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21307: comments
21308:
21309: 2001-09-14 parser
21310:
21311: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21312: z
21313:
21314: * src/: classes/dom.C, classes/file.C, classes/image.C,
21315: classes/mail.C, include/pa_common.h,
21316: include/pa_sql_driver_manager.h, include/pa_string.h,
21317: include/pa_stylesheet_connection.h,
21318: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21319: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21320: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21321: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21322: compiled&cached
21323:
21324: 2001-09-13 parser
21325:
21326: * src/: classes/dom.C, classes/file.C, classes/image.C,
21327: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21328:
21329: * src/classes/dom.C: dom:file content-type(.method)
21330:
21331: * src/: include/pa_common.h, include/pa_globals.h,
21332: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21333: string now more informative error messages
21334:
21335: * src/: include/pa_globals.h, include/pa_request.h,
21336: main/pa_request.C, targets/cgi/parser3.C,
21337: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21338: ParserSiteConfig .../parser3.conf
21339:
21340: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21341:
21342: 2001-09-12 parser
21343:
21344: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21345: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21346: precise error reporting: "connection string must start with
21347: protocol://" now
21348:
21349: * src/main/compile.tab.C: fixed - subname code parts actually []
21350: braced
21351:
21352: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21353: lexer on LS_USER level did [] matching without setting nestage,
21354: introduced special LS_NAME_SQUARE_PART state
21355:
21356: 2001-09-11 parser
21357:
21358: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21359: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21360: languages+=xml
21361:
21362: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21363:
21364: * src/classes/dom.C: ^dom:save/string/file[output options] output
21365: options: $.method[xml|html|text] detection fixed
21366:
21367: * src/types/pa_vdom.h: messages
21368:
21369: * src/classes/dom.C: ^dom:save/string/file[output options] output
21370: options: $.method[xml|html|text] detection fixed
21371:
21372: 2001-09-10 parser
21373:
21374: * src/classes/dom.C: ^dom:save/string/file[output options] output
21375: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21376:
21377: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21378: added]
21379:
21380: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21381: ^dom.xslt[stylesheet filename] 0
21382:
21383: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21384: ^dom.xslt[stylesheet filename] -1 doc is lying
21385:
21386: * src/classes/dom.C: ^dom.file[encoding] = file
21387:
21388: * src/classes/: dom.C: ^dom.string[encoding] 1
21389: ^dom.save[encoding;filename]
21390:
21391: * src/classes/dom.C: ^dom.string[] 0
21392:
21393: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21394:
21395: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21396: types/pa_vform.h: ^dom.save[b.xml] 0
21397:
21398: 2001-09-08 parser
21399:
21400: * src/types/pa_vform.C: $form:tables.name.field
21401:
21402: 2001-09-07 parser
21403:
21404: * src/classes/table.C: table:empty removed, superceded by ^if(def
21405: $table)...
21406:
21407: * src/targets/cgi/parser3.C: z
21408:
21409: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21410: from '' to int/double is 0]
21411:
21412: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21413: $table) is false when table is empty
21414:
21415: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21416: !$form:tables $atable[$form:tables.a]
21417: ^atable.menu{a=$atable.element}[,]
21418:
21419: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21420: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21421:
1.116 moko 21422: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21423: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21424: of dom
21425:
21426: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21427: types/pa_vform.C, types/pa_vform.h: z
21428:
21429: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21430: element [not last]
21431:
1.116 moko 21432: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21433: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21434:
21435: 2001-09-06 parser
21436:
21437: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21438: table with one column 'element' and two rows: 1 and 2
21439:
21440: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21441: table with one column 'element' and two rows: 1 and 2
21442:
21443: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21444: bad int/double conversions, and now $form:nonexistent.int(88)
21445: would return 88
21446:
21447: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21448: types/pa_vhash.h: now there's special hash key '_default'
21449: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21450: $._default[xx] ] $hash.c
21451:
21452: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21453: fixed [thanks, fif], ^; were treated there non-literally
21454:
21455: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21456: doxygen
21457:
21458: * src/: classes/image.C, classes/op.C, classes/string.C,
21459: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21460: types/pa_vtable.C: few #ifndef DOXYGEN
21461:
21462: 2001-09-05 parser
21463:
21464: * src/classes/: string.C, table.C: sql options can be void [same as
21465: image:html the other day]
21466:
21467: * src/targets/cgi/Makefile.am: .am undo
21468:
21469: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21470: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21471: macro expantion on param, simply qoutes whatever passed, undone
21472:
21473: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21474: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21475: STRINGIZE(name) #name invented
21476:
21477: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21478: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21479: MAIN_SQL_DRIVERS_NAME "drivers"
21480:
21481: moved to be availible to all users
21482:
21483: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21484: SQL_DRIVER_CREATE_FUNC_NAME
21485:
21486: * src/classes/mail.C: MAIN:MAIL check fixed
21487:
21488: 2001-09-04 parser
21489:
21490: * src/classes/image.C: image.html now can accept void params
21491:
21492: * src/targets/isapi/parser3isapi.C: z
21493:
21494: * src/targets/cgi/parser3.C: full_file_spec bug
21495:
21496: * src/targets/cgi/parser3.C: getenvcheck
21497:
21498: * src/targets/cgi/parser3.C: zz
21499:
21500: * src/targets/cgi/parser3.C: zzz
21501:
21502: * src/classes/date.C: date
21503:
21504: * src/classes/date.C: date:sql-string is now without ''
21505:
1.116 moko 21506: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21507: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21508: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21509:
1.116 moko 21510: * src/include/pa_config_auto.h.in: makes
1.95 moko 21511:
21512: 2001-09-03 parser
21513:
21514: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21515:
21516: 2001-09-01 parser
21517:
21518: * src/classes/image.C: letter_spacing
21519:
21520: * src/classes/image.C: image: font params changed
21521:
21522: * src/classes/image.C: image: as_int as_string used
21523:
21524: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21525: analized
21526:
21527: 2001-08-31 parser
21528:
21529: * src/targets/cgi/parser3.C: z
21530:
1.116 moko 21531: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21532: cygwin
1.95 moko 21533:
21534: * src/classes/void.C: void:int/double += (default)
21535:
21536: * src/classes/image.C: image:font added space param image:font
21537: changed charwidth alg, added kerning const[for now]
21538:
21539: * src/classes/: string.C, table.C: string:int/double (defaults)
21540:
21541: 2001-08-29 parser
21542:
21543: * src/main/pa_exception.C: exception redundant debug info
21544:
21545: 2001-08-28 parser
21546:
21547: * src/classes/image.C: image error msgs
21548:
21549: * src/classes/image.C: image: gifsize little endian
21550:
21551: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21552: doxygeneration
21553:
21554: * src/: classes/Makefile.am, main/Makefile.am,
21555: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21556:
21557: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21558: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21559:
21560: * src/main/compile.C: NO_STRING_ORIGIN check2
21561:
21562: * src/classes/table.C: NO_STRING_ORIGIN check
21563:
21564: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21565: storage class specifiers invalid in friend function declarations
21566:
21567: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21568: main/untaint.C, targets/cgi/parser3.C,
21569: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21570: case of limit
21571:
21572: * src/: classes/file.C, main/pa_common.C: file:move
21573: autocreate/remove dest/src dir
21574:
21575: * src/: classes/string.C, include/pa_dictionary.h,
21576: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21577: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21578: to directory constructor. string:replace
21579:
21580: 2001-08-27 parser
21581:
21582: * src/classes/image.C: fixed jpgsize alg
21583:
21584: * src/classes/image.C: fixed jpgsize alg
21585:
21586: * src/main/pa_exception.C: z
21587:
21588: * src/main/pa_common.C: removed debug info from pa_common
21589:
21590: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21591: [auto.p from current dir loading]
21592:
1.116 moko 21593: * src/: main/pa_common.C, main/pa_exception.C,
21594: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21595: for solaris -lsocket
1.95 moko 21596:
21597: 2001-08-24 parser
21598:
21599: * src/targets/cgi/parser3.C: not cgi extra \n 3
21600:
21601: * src/targets/cgi/parser3.C: not cgi extra \n 2
21602:
21603: * src/targets/cgi/parser3.C: not cgi extra \n
21604:
21605: * src/main/pa_sql_driver_manager.C: z
21606:
21607: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21608: sql* removed services from disconnect - cross-request ideological
21609: probs.
21610:
21611: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21612: cross-request ideological probs. oracle - fixed bug: cs
21613: allocated on request.pool and got freed before disconnect
21614:
21615: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21616: mallocs fixed
21617:
21618: 2001-08-23 parser
21619:
21620: * src/classes/file.C: minor bug in file:save fixed
21621:
21622: * src/main/pa_sql_driver_manager.C: oracle: dlink
21623:
21624: 2001-08-22 parser
21625:
21626: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21627: types/pa_vfile.h: file:load|save[text|binary;
21628:
21629: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21630:
21631: 2001-08-21 parser
21632:
21633: * src/classes/: file.C, table.C: ^file:list
21634:
21635: 2001-08-20 parser
21636:
21637: * src/: main/compile.tab.C, main/compile.y,
21638: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21639: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21640: recousively caused problems: inc incremeted 123 literal!! fixed
21641:
21642: 2001-08-10 parser
21643:
21644: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21645:
21646: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21647: added
21648:
21649: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21650: added
21651:
21652: * src/classes/table.C: table:sort restored [it was bad test :(]
21653:
21654: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21655: ''
21656:
21657: * src/main/: pa_request.C: wanted to make const int
21658: MAX_EXECUTE_SECONDS=1;
21659:
21660: but couldnt, set_callback_and_alarm appeared to be not exported
21661: :(
21662:
21663: * src/main/pa_string.C: string.match hanged on. there were a hang
21664: check but it weren't wise enough
21665:
21666: @parse[dateString][tmp]
21667: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21668: #end
21669:
21670: @main[] ^parse[2001-02-03]
21671:
21672: * src/classes/: table.C: table:sort now default desc
21673:
21674: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21675: table.sort now creates new sorted table
21676:
21677: 2001-08-09 parser
21678:
21679: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21680:
21681: * src/classes/hash.C: hash:_default now [was hash:default]
21682:
21683: * src/classes/op.C: case without switch check added
21684:
21685: * src/types/pa_vcookie.C: cookie name&value origins added, more
21686: precise $ORIGINS(1)
21687:
21688: * src/main/Makefile.am: .am
21689:
21690: * src/classes/void.C: void: int double copy/paste from int: bug
21691: fixed
21692:
21693: * src/classes/void.C: void: int double copy/paste from int: bug
21694: fixed
21695:
21696: 2001-08-07 parser
21697:
21698: * src/: classes/double.C, classes/int.C, classes/string.C,
21699: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21700: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21701: string, table
21702:
21703: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21704: srand made working
21705:
21706: 2001-08-06 parser
21707:
21708: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21709: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21710: main/compile.tab.C, main/compile.y, main/pa_array.C,
21711: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21712: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21713:
21714: * src/main/pa_exec.C: exec win32 real filename
21715:
21716: * src/classes/file.C: exec stderr out
21717:
21718: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21719:
21720: 2001-08-03 parser
21721:
21722: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21723:
21724: 2001-08-02 parser
21725:
21726: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21727: main/execute.C, main/pa_exec.C: introducing Array_iter
21728:
21729: * src/main/execute.C: detected quick_get recursion bug. changed to
21730: get@execute, but needs array iterator, separate from array to
21731: avoid it & use caching
21732:
21733: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21734: bug fixed
21735:
21736: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21737: main/execute.C, main/pa_globals.C: found another multithread bug
21738: in op.C (last, last global var killed) :)
21739:
21740: 2001-08-01 parser
21741:
21742: * src/: include/pa_dictionary.h, include/pa_globals.h,
21743: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21744: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21745: main/untaint.C: speeded up typo-html replacements. introducing
21746: Dictionary with first-char caching
21747:
21748: 2001-07-31 parser
21749:
21750: * src/types/Makefile.am: pa_vtable.C added to .am
21751:
21752: * src/main/compile.tab.C: added, so that could be compiled even on
21753: non-bison-enabled platforms
21754:
21755: 2001-07-28 parser
21756:
21757: * src/classes/table.C: table:hash always produces hash, when can't
21758: - empty
21759:
21760: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21761: skipped \n
21762:
21763: 2001-07-27 parser
21764:
21765: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21766: on int/double/string :sql without result and default
21767:
21768: 2001-07-26 parser
21769:
21770: * src/classes/op.C: fixed bad multithread bug with strangly global
21771: OP
21772:
21773: * src/main/compile.y: $man[$.age[zzz]] 0
21774:
21775: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21776: creation syntax problem persists. restored $: for a while.
21777: thinking of $man[$.age[zzz]] syntax now
21778:
21779: * src/: classes/double.C, classes/int.C, classes/string.C,
21780: include/pa_opcode.h, main/compile.C, main/compile.y,
21781: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21782: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21783: types/pa_wwrapper.h: fixing :: realization #1
21784:
21785: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21786: main/compile_tools.h, main/execute.C, main/pa_request.C,
21787: types/pa_vmethod_frame.h: introducing :: this is constructor call
21788: prefix. ordinary : remains for static accesses
21789:
21790: 2001-07-25 parser
21791:
21792: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21793: fields 2. methods 3. columns
21794:
21795: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21796: quote. optimized double&int tostring-s
21797:
21798: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21799: whitespace before first method decl
21800:
21801: * src/classes/table.C: allowed nontable result in table:sql,
21802: results in empty table
21803:
21804: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21805: lines before first method decl
21806:
21807: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21808: types/pa_vtable.h: ^table.record[] now $table.fields
21809:
21810: * src/main/compile.y: $var[] is now empty string, not void
21811:
21812: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21813: void
21814:
21815: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21816: main/pa_globals.C: match replace code context moved to implicit
21817: $match context
21818:
21819: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21820: main/compile_tools.h, main/execute.C: with killed, code storage
21821: introduced with former 'with' syntax
21822:
21823: 2001-07-24 parser
21824:
21825: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21826: types/pa_value.h: first get_element, next get operator
21827:
21828: * src/main/compile.y: removed @end handling
21829:
21830: * src/main/: compile.C, compile.y: @end handling method2
21831:
21832: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21833: file:move
21834:
21835: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21836: fixed
21837:
21838: 2001-07-23 parser
21839:
21840: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21841: driver
21842:
21843: * src/classes/hash.C: changed sql driver query interface
21844:
21845: * src/: classes/hash.C, classes/string.C, classes/table.C,
21846: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21847: changed sql driver query interface
21848:
21849: 2001-07-20 parser
21850:
21851: * src/types/pa_vrequest.C: X!$browser:type
21852:
21853: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21854: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21855: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21856: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21857: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21858: types/pa_vobject.h, types/pa_vrequest.C,
21859: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21860: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21861: BASE element globally removed
21862:
21863: 2001-07-18 parser
21864:
21865: * src/classes/file.C: file:exec/cgi msg
21866:
21867: * src/classes/file.C: $file:exit-code renamed to 'status'
21868:
21869: * src/: classes/file.C, main/pa_exec.C: file:exec
21870:
1.116 moko 21871: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21872: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21873: removed $id from *.in *.am
1.95 moko 21874:
21875: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21876: abbrevations
21877:
21878: * src/: classes/date.C, classes/mail.C, classes/math.C,
21879: classes/string.C, classes/table.C, include/pa_globals.h,
21880: include/pa_string.h, main/execute.C, main/pa_globals.C,
21881: main/pa_request.C, main/pa_string.C, main/untaint.C,
21882: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21883: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21884: $ORIGINS(1) output tracing mode
21885:
21886: 2001-07-13 parser
21887:
21888: * src/: classes/double.C, classes/int.C, classes/string.C,
21889: include/pa_request.h, main/execute.C, main/pa_request.C:
21890: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21891: second would not call first @auto
21892:
21893: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21894: wrong, fixed
21895:
21896: 2001-07-12 parser
21897:
21898: * src/types/pa_value.h: pa_value.putelement modification of system
21899: classes prevented
21900:
21901: 2001-07-11 parser
21902:
21903: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21904: table $piece
21905:
21906: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21907: types/pa_vstateless_class.h: $file created by file:state +=
21908: .atime .mtime .ctime +found&fixed bug with exceptions on
21909: get_junction-created objects [they were on wrong pool]
21910:
21911: 2001-07-09 parser
21912:
21913: * src/main/untaint.C: qp wrong name
21914:
21915: * src/: classes/date.C, classes/string.C, classes/table.C,
21916: main/compile.y: date format 0
21917:
21918: 2001-07-07 parser
21919:
21920: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21921: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21922: roll table calendar
21923:
21924: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21925: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21926: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21927: include/pa_request.h, main/main.dsp, types/pa_value.h,
21928: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21929: string. todo: sql, calendar
21930:
21931: 2001-07-06 parser
21932:
21933: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21934: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21935:
21936: 2001-07-03 parser
21937:
21938: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21939: classes/random.C, main/main.dsp: class random renamed to math,
21940: operators became methods
21941:
21942: * src/classes/op.C: pow sqrt
21943:
21944: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21945:
21946: 2001-07-02 parser
21947:
21948: * src/classes/table.C: ^table.columns column renamed from 'name' to
21949: 'column'
21950:
21951: * src/classes/hash.C: ^hash.keys[]
21952:
21953: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21954:
21955: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21956: 'strings'
21957:
21958: 2001-06-29 parser
21959:
21960: * src/main/: execute.C: /0 %0 checkes ver 2
21961:
21962: * src/main/execute.C: /0 %0 checke
21963:
21964: * src/classes/Makefile.am: nothing - void
21965:
21966: * src/classes/table.C: empty strings @ sql
21967:
21968: 2001-06-28 parser
21969:
21970: * src/: classes/double.C, classes/file.C, classes/form.C,
21971: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21972: classes/op.C, classes/random.C, classes/response.C,
21973: classes/string.C, classes/table.C, classes/void.C,
21974: main/compile.C, main/compile_tools.C, main/execute.C,
21975: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21976: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21977: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21978: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21979: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21980: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21981: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21982: $";
21983:
21984: * src/: classes/double.C, classes/file.C, classes/form.C,
21985: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21986: classes/op.C, classes/random.C, classes/response.C,
21987: classes/string.C, classes/table.C, classes/void.C,
21988: main/compile.C, main/compile.y, main/compile_tools.C,
21989: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21990: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21991: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21992: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21993: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21994: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21995:
21996: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21997: $class:name: == ${class:name}:
21998:
21999: * src/classes/string.C: exactly one
22000:
22001: 2001-06-27 parser
22002:
22003: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22004: types/pa_vvoid.h: nothing renamed to void
22005:
22006: * src/classes/op.C: ^switch ^case
22007:
22008: * src/main/compile.y: nothing renamed to void
22009:
22010: * src/: classes/hash.C, classes/table.C, main/compile.y,
22011: main/execute.C, main/main.dsp, main/pa_request.C,
22012: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22013: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22014: void
22015:
22016: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22017:
22018: 2001-05-28 parser
22019:
22020: * src/doc/html2chm.cmd: removed >a
22021:
22022: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22023: project options [some bugs]
22024:
22025: * src/doc/sources2html.cmd: z
22026:
22027: * src/: classes/classes.C, main/compile.C, main/compile.y,
22028: main/execute.C: operators are not in root class again
22029:
22030: 2001-05-24 parser
22031:
22032: * src/targets/cgi/parser3.dsp: project file
22033:
22034: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22035: ^log ^exp
22036:
22037: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22038: conversions in @exception[params]
22039:
22040: * src/main/pa_request.C: // no _ conversions in @exception[params]
22041:
22042: 2001-05-23 parser
22043:
22044: * src/main/pa_string.C: string cmp bug
22045:
22046: * src/classes/: mail.C, op.C: rem max 1000
22047:
22048: * src/: classes/op.C, main/compile.y: allow one empty line before
22049: LS_DEF_NAME
22050:
22051: 2001-05-22 parser
22052:
22053: * src/classes/op.C: if params code-required
22054:
22055: 2001-05-21 parser
22056:
22057: * src/types/pa_vstring.C: eoleof
22058:
22059: * src/classes/Makefile.am: .AM
22060:
22061: * src/classes/nothing.C: resultless ^sql moved to nothing:
22062:
22063: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22064:
22065: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22066: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22067: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22068: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22069: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22070: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22071: 'nothing'
22072:
22073: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22074: vstring::set_string
22075:
22076: * src/classes/: double.C, int.C, string.C: int,double;sql
22077:
22078: * src/: classes/hash.C, classes/int.C, classes/string.C,
22079: classes/table.C, include/pa_string.h, main/pa_string.C,
22080: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22081:
22082: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22083: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22084: hash:sql moved to main trunc. operators.txt updated
22085:
22086: * src/classes/: hash.C, op.C, table.C: hash:sql
22087:
22088: * src/classes/op.C: z
22089:
22090: * src/: main/compile.C, classes/classes.C: 1
22091:
22092: * src/: classes/classes.C, main/compile.C, main/compile.y,
22093: main/execute.C: 0
22094:
22095: * src/main/execute.C: z
22096:
22097: * src/targets/cgi/parser3.C: z
22098:
22099: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22100: site_auto_path "." in that case
22101:
22102: * src/targets/cgi/: parser3.C: z
22103:
22104: * src/main/pa_request.C: .am
22105:
22106: * src/: main/pa_request.C, targets/cgi/parser3.C:
22107: pcre_tables=pcre_default_tables;
22108:
22109: 2001-05-19 parser
22110:
22111: * src/main/pa_string.C: z
22112:
22113: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22114: introducing String::cstr_bufsize, returns just size+1 for as_is
22115: target.
22116:
22117: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22118: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22119: used, 4* mem wasted
22120:
22121: * src/classes/string.C: root context in match replace body now
22122: unchanged
22123:
22124: * src/types/pa_value.h: parameter # 1 based
22125:
22126: * src/main/pa_common.C: common: actual filename '%s'
22127:
22128: * src/classes/string.C: z
22129:
22130: * src/classes/Makefile.am: classes/.am
22131:
22132: * src/classes/: Makefile.am: classes/.am
22133:
22134: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22135: targets/cgi/pa_pool.C: classes/.am
22136:
22137: 2001-05-18 parser
22138:
1.116 moko 22139: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22140: pa_threads.C ins
1.95 moko 22141:
22142: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22143:
22144: 2001-05-17 parser
22145:
22146: * src/: classes/string.C, include/pa_config_fixed.h,
22147: include/pa_config_includes.h, main/compile.y,
22148: main/compile_tools.h, main/execute.C, main/pa_array.C,
22149: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22150: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22151: types/pa_vform.C: #include "pa_config_includes.h" removed from
22152: most .C
22153:
22154: * src/doc/html2chm.cmd: z
22155:
22156: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22157: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22158:
22159: * src/main/pa_sql_driver_manager.C: moved expiration to
22160: get_connection_from_cache
22161:
22162: * src/main/pa_sql_driver_manager.C: cache expiration bf
22163:
22164: * src/: classes/classes.h, include/pa_sql_connection.h,
22165: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22166: cache expiration[use SQL_Driver::disconnect]
22167:
22168: * src/main/pa_table.C: table.locate current restored on "not found"
22169:
22170: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22171: line no
22172:
22173: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22174: ANTI_ENDLESS_EXECUTE_RECOURSION
22175:
22176: * src/: classes/op.C, include/pa_sql_connection.h,
22177: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22178: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22179: 1driver and set_services fight for driver::fservices. before fix
22180:
22181: * src/: classes/op.C, include/pa_config_fixed.h,
22182: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22183: main/pa_sql_driver_manager.C: found problem at last: 2connections
22184: own 1driver and set_services fight for driver::fservices. before
22185: fix
22186:
22187: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22188: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22189: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22190: pa_threads.C
22191:
22192: * src/include/pa_threads.h: removed targets/parser
22193:
22194: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22195: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22196: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22197: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22198: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22199: headers
22200:
22201: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22202: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22203: order prevented sqlmanager to see MULTYTHREAD define
22204:
22205: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22206: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22207: put/gets
22208:
22209: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22210: from hash.h
22211:
22212: * src/: classes/op.C, include/pa_sql_connection.h,
22213: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22214: from cache ->set_services(&services);
22215:
22216: 2001-05-16 parser
22217:
22218: * src/targets/cgi/parser3.C: z
22219:
22220: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22221: debug, #ifdefed some. would debug later, on more precise sample
22222: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22223: $name.$tail[$tail!] $name.$tail } ok3
22224:
22225: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22226: removed array debug. before vstring rebasing
22227:
22228: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22229: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22230: array debugged; adjusted
22231:
22232: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22233: SQL_Driver_manager line no for connect/charset errors
22234:
22235: 2001-05-15 parser
22236:
22237: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22238: main/pa_string.C: string+array made linear grows
22239:
22240: * src/: include/pa_string.h, main/pa_string.C,
22241: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22242: grow lineary, not exponentialy
22243:
22244: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22245: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22246: with fullchunk cmps
22247:
22248: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22249: 70041= 81
22250:
22251: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22252: targets/cgi/parser3.C: detected huge mem allocation: size/times
22253: malloc 27809390/368771, calloc 3232/83. would test now
22254:
22255: * src/: classes/random.C, main/compile.y, main/execute.C,
22256: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22257: numbered params had wrong name - for instance: bad error message
22258: in ^for[] bad body type. fixed
22259:
22260: 2001-05-14 parser
22261:
22262: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22263: main/untaint.C: ^string.upper|lower[]
22264:
22265: 2001-05-11 parser
22266:
22267: * src/: classes/double.C, classes/image.C, classes/op.C,
22268: classes/string.C, classes/table.C, classes/unknown.C,
22269: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22270: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22271: types/pa_vunknown.h: op: MAX_LOOPS as_int
22272:
22273: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22274: .dsp for win32tools
22275:
22276: 2001-05-11 paf
22277:
22278: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22279: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22280: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22281: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22282:
22283: 2001-05-10 paf
22284:
22285: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22286: for C++, that's all
22287:
1.116 moko 22288: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22289: pa_config_includes.h: inline wonders
1.95 moko 22290:
22291: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22292: doc/doxygen.cmd: hash.C added
22293:
22294: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22295:
22296: * src/main/compile.y: @end grammar: allowed zero strings in control
22297: menthod
22298:
22299: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22300: pa_vstateless_object.h: changed priority: field before method
22301: lookup in vclass & vobject
22302:
22303: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22304: grammar: priorities changes [lowerd && prior] vobject: now first
22305: fields, next methods
22306:
22307: 2001-05-08 paf
22308:
22309: * src/main/pa_table.C: table columnname2item on nameless ignored
22310: bark=false. fixed
22311:
22312: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22313: types/pa_vmethod_frame.h: hash:default works at last!
22314:
22315: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22316: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22317: hash:default
22318:
22319: * src/classes/table.C: z
22320:
22321: * src/classes/table.C: table:hash always hash of hash now
22322:
22323: * src/classes/table.C: table:empty return bool now
22324:
22325: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22326: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22327: types/pa_vtable.h: table:hash
22328:
22329: * src/classes/table.C: table:record have name
22330:
22331: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22332: returns vunknown
22333:
22334: * src/classes/: double.C, int.C, op.C, string.C:
22335: int,double,string:int[] double[] string:length[] results now have
22336: hames
22337:
22338: * src/: classes/op.C, classes/table.C, main/main.dsp,
22339: types/pa_vtable.h: removed table:find. table:locate and op:eval
22340: now return bool
22341:
22342: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22343: in method checkparams again. fixed
22344:
22345: 2001-05-07 paf
22346:
22347: * src/doc/chm.cmd: cmd
22348:
22349: * src/: classes/image.C, classes/mail.C, classes/string.C,
22350: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22351: types/pa_value.h: method reported errors on wrong pool
22352:
22353: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22354: now
22355:
22356: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22357: include/code.h, include/pa_opcode.h, main/compile.C,
22358: main/compile_tools.h, main/execute.C, types/pa_value.h,
22359: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22360: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22361: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22362: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22363: types/pa_vmethod_frame.h, types/pa_vobject.h,
22364: types/pa_vrequest.h, types/pa_vresponse.h,
22365: types/pa_vstateless_class.h, types/pa_vstring.h,
22366: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22367: types/pa_wwrapper.h: pa_code.h
22368:
22369: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22370:
22371: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22372: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22373: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22374: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22375: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22376: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22377: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22378: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22379: types/pa_vtable.h: dox, split by not clean parts also
22380:
22381: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22382: types/pa_vtable.h: table: fields, then methods. so to enable
22383: 'dir' fields & co. more
22384:
22385: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22386: so to enable 'dir' fields & co.
22387:
22388: * src/main/compile.y: grammar: @end
22389:
22390: 2001-05-04 paf
22391:
22392: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22393: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22394:
22395: * src/: classes/classes.h, classes/double.C, classes/file.C,
22396: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22397: classes/op.C, classes/random.C, classes/response.C,
22398: classes/string.C, classes/table.C, classes/unknown.C,
22399: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22400: method dox
22401:
22402: 2001-05-03 paf
22403:
22404: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22405: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22406: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22407: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22408: doc/string.dox, doc/targets.dox, doc/value.dox,
22409: main/pa_request.C: dox splitted .dox files and added some
22410:
22411: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22412:
22413: 2001-05-02 paf
22414:
22415: * src/classes/: image.C, table.C: table:dir result are not tainted
22416: by file_name language now
22417:
22418: 2001-04-28 paf
22419:
22420: * src/classes/classes.inc: removed classes.inc
22421:
22422: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22423: from .am
22424:
22425: * src/classes/classes.awk: skipped classes in .awk
22426:
22427: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22428: classes/classes.inc, classes/double.C, classes/file.C,
22429: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22430: classes/string.C, classes/table.C, classes/unknown.C,
22431: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22432: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22433: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22434: pa_methoded back to classes/classes.h
22435:
22436: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22437:
22438: * src/: classes/Makefile.am, classes/classes.awk,
22439: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22440: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22441:
22442: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22443: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22444: classes/response.C, classes/string.C, classes/table.C,
22445: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22446: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22447: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22448: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22449: include|main/pa_methoded
22450:
22451: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22452: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22453:
22454: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22455: moved some configured data to request::classes_conf moved some
22456: string crations from globals to M... [works]
22457:
22458: * src/: classes/form.C, classes/mail.C, classes/op.C,
22459: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22460: main/pa_request.C: moved some configured data to
22461: request::classes_conf moved some string crations from globals to
22462: M...
22463:
22464: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22465: about to move configured data to special request hash
22466:
22467: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22468: classes/form.C, classes/mail.C, include/pa_request.h,
22469: main/pa_request.C: configure started
22470:
22471: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22472: 2. todo: methoded-configure
22473:
22474: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22475: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22476: classes/_random.h, classes/_response.h, classes/_string.h,
22477: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22478: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22479: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22480: classes/random.C, classes/response.C, classes/string.C,
22481: classes/table.C, classes/unknown.C, include/pa_globals.h,
22482: include/pa_request.h, main/compile.y, main/execute.C,
22483: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22484: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22485: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22486: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22487: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22488: types/pa_vrequest.h, types/pa_vresponse.h,
22489: types/pa_vstateless_class.h, types/pa_vstring.h,
22490: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22491: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22492: methoded-configure
22493:
22494: * src/: classes/file.C, classes/table.C, main/compile.y,
22495: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22496: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22497: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22498:
22499: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22500: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22501: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22502: classes/random.C, classes/response.C, classes/string.C,
22503: classes/table.C, classes/unknown.C, include/pa_request.h,
22504: main/compile.y, main/execute.C, main/pa_globals.C,
22505: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22506: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22507: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22508: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22509: beautifying just compiled. todo: debug, configure
22510:
22511: 2001-04-27 paf
22512:
22513: * src/: classes/file.C, classes/image.C, classes/table.C,
22514: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22515: beautifying -99
22516:
22517: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22518: classes/_response.h, classes/_unknown.h, classes/classes.C,
22519: classes/classes.h, classes/double.C, classes/file.C,
22520: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22521: classes/op.C, classes/random.C, classes/response.C,
22522: classes/string.C, include/pa_globals.h, main/main.dsp,
22523: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22524: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22525: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22526: types/pa_vunknown.h: beautifying -100
22527:
22528: * src/main/compile.y: serge@ found @CLASS bug. fixed
22529:
22530: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22531: classes/_op.h, classes/_random.h, classes/_table.h,
22532: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22533: classes/op.C, classes/random.C, classes/response.C,
22534: classes/string.C, classes/table.C, classes/unknown.C,
22535: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22536: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22537: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22538: beautifying
22539:
22540: 2001-04-26 paf
22541:
22542: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22543:
22544: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22545: documentation ++
22546:
22547: * src/: classes/_exec.h, doc/doxygen.cfg,
22548: include/pa_config_fixed.h, include/pa_config_includes.h,
22549: targets/cgi/pa_pool.C: code documentation ++
22550:
22551: * src/: classes/_image.h, classes/op.C, classes/random.C,
22552: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22553: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22554: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22555: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22556: types/pa_vmethod_frame.h, types/pa_vobject.h,
22557: types/pa_vrequest.C, types/pa_vrequest.h,
22558: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22559: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22560: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22561: code documentation ++
22562:
22563: * src/: classes/image.C, classes/mail.C, classes/string.C,
22564: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22565: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22566: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22567: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22568: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22569: types/pa_vobject.h, types/pa_vstateless_class.h,
22570: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22571:
22572: * src/main/: pa_request.C, pa_string.C: z
22573:
22574: * src/: include/pa_common.h, include/pa_types.h,
22575: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22576: connection caching fixed. request-pooled-url were stored into
22577: global connectioncache
22578:
22579: 2001-04-25 paf
22580:
22581: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22582: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22583:
22584: * src/: include/code.h, include/pa_common.h, main/compile.y,
22585: main/execute.C, main/pa_common.C: -d
22586:
22587: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22588: illegal call check a bit improved, but still under iis no mapping
22589: of dir with parser allowed!
22590:
22591: 2001-04-24 paf
22592:
22593: * src/targets/Makefile.am: apache module lib .am
22594:
22595: * src/main/pa_exec.C: windows32 buildCommand
22596:
22597: 2001-04-23 paf
22598:
22599: * src/targets/cgi/Makefile.am: win32 conditional
22600:
22601: * src/targets/cgi/Makefile.am: win32 conditional
22602:
22603: * src/targets/cgi/Makefile.am: liblink
22604:
22605: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22606: vfile fields return type
22607:
22608: * src/types/pa_vfile.h: vfile fields return type
22609:
22610: * src/include/pa_config_auto.h.in: .h.in
22611:
22612: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22613: types/Makefile: makefiles removed
22614:
22615: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22616: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22617:
22618: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22619: [tested: i & g ]
22620:
22621: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22622: @test noticed series in isapi, check how initialize_random_class
22623: is called! [must be called only once]
22624:
22625: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22626: would not be 'unknown column'
22627:
22628: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22629: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22630:
22631: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22632: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22633: [now doesnt]
22634:
22635: * src/targets/cgi/parser3.C: cgi cmdline ver
22636:
22637: * src/targets/cgi/parser3.C: cgi /// @test disable
22638: /cgi-bin/parser3/auto.p
22639:
22640: * src/main/untaint.C: untaint without charset
22641:
22642: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22643: main/pa_common.C: common: file_write /// @test mkdirs
22644: file_delete rmdirs
22645:
22646: * src/main/untaint.C: mail header only once to =?
22647:
22648: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22649: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22650: main/untaint.C: untaint - @test optimize whitespaces for
22651: all but 'html'
22652:
22653: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22654: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22655: main/untaint.C: untaint - @test mail-header
22656:
22657: 2001-04-20 paf
22658:
22659: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22660: include/pa_request.h, include/pa_string.h, main/compile.y,
22661: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22662: targets/cgi/parser3.C: $MAIN:LOCALE
22663:
22664: * src/main/untaint.C: z
22665:
22666: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22667:
22668: 2001-04-19 paf
22669:
22670: * src/main/compile_tools.h: $a$b bugfix
22671:
22672: * src/targets/cgi/parser3.C: z
22673:
22674: * src/classes/file.C: z
22675:
22676: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22677: done: header to $fields. waits for header '\' tricks
22678:
22679: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22680: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22681: changed urlencode here and in untaint.C to HTTP standard's " and
22682: \" mech
22683:
22684: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22685: http://alx/~paf/ doesnt load /auto.p
22686:
22687: 2001-04-18 paf
22688:
22689: * src/main/pa_request.C: 1
22690:
22691: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22692: linux @alx
22693:
22694: 2001-04-17 paf
22695:
22696: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22697: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22698: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22699: enabled
22700:
22701: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22702: classes/_exec.h, classes/_file.h, classes/_form.h,
22703: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22704: classes/_random.h, classes/_response.h, classes/_string.h,
22705: classes/_table.h, classes/_unknown.h, classes/file.C,
22706: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22707: include/pa_config_fixed.h, include/pa_config_includes.h,
22708: include/pa_hash.h, include/pa_sql_driver_manager.h,
22709: include/pa_version.h, main/Makefile.am, main/compile.y,
22710: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22711: main/pa_sql_driver_manager.C, sql/Makefile.am,
22712: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22713: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22714: types/pa_vform.C, types/pa_vimage.h: exec @jav
22715:
22716: * src/: include/pa_sql_driver_manager.h,
22717: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22718: types/pa_vimage.h: sql driver interface now has initialize(client
22719: .so)
22720:
22721: 2001-04-16 paf
22722:
22723: * src/Makefile.am: compile2 cygwin
22724:
22725: * src/: include/pa_config_includes.h, main/pa_exec.C,
22726: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22727:
22728: * src/targets/cgi/Makefile.am: compile0 jav
22729:
22730: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22731: classes/_exec.h, classes/_file.h, classes/_form.h,
22732: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22733: classes/_random.h, classes/_response.h, classes/_string.h,
22734: classes/_table.h, classes/_unknown.h, classes/image.C,
22735: classes/mail.C, classes/op.C, classes/random.C,
22736: include/pa_config_fixed.h, include/pa_config_includes.h,
22737: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22738: main/compile.y, main/pa_common.C, main/pa_exec.C,
22739: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22740: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22741: compile-1
22742:
22743: 2001-04-15 paf
22744:
22745: * src/classes/op.C: z
22746:
22747: * src/classes/table.C: table:empty +=process
22748:
22749: * src/types/pa_value.h: MethodParams !junction
22750:
22751: * src/: classes/_string.h, classes/double.C, classes/file.C,
22752: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22753: classes/random.C, classes/response.C, classes/string.C,
22754: classes/table.C, classes/unknown.C, main/pa_request.C:
22755: MethodParams everywhere
22756:
22757: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22758: types/pa_vmethod_frame.h: MethodParams in op.C
22759:
22760: 2001-04-12 paf
22761:
22762: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22763:
22764: * src/: classes/_unknown.h, classes/unknown.C,
22765: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22766: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22767:
22768: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22769:
22770: * src/classes/image.C: image:gif now does not have params
22771:
22772: * src/classes/image.C:
22773: image:line/fill/rectangle/bar/replace/polygon/polybar
22774:
22775: * src/: classes/image.C, classes/op.C, main/execute.C,
22776: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22777: for var now written not to r.wcontext, but to r.root cleared
22778: "entered_object" state
22779:
22780: 2001-04-11 paf
22781:
22782: * src/classes/image.C: image:create image:load
22783:
22784: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22785: just compiled
22786:
22787: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22788: todo: gif without file
22789:
22790: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22791: started porting to Pooled descendant
22792:
22793: * src/: classes/image.C, main/execute.C, main/main.dsp,
22794: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22795: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22796: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22797:
22798: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22799: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22800: end. switching to python imaging lib
22801:
22802: * src/main/main.dsp: gd+smtp made separate libs
22803:
22804: * src/: include/pa_globals.h, include/pa_string.h,
22805: main/pa_common.C, main/pa_request.C, main/untaint.C,
22806: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22807: length
22808:
22809: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22810: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22811: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22812: UL_FILE_NAME of posted file name
22813:
22814: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22815: post [broke when moved post read to core]
22816:
22817: 2001-04-10 paf
22818:
22819: * src/classes/image.C: image:html done
22820:
22821: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22822:
22823: * src/classes/image.C: z
22824:
22825: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22826: forgotten!
22827:
22828: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22829: main/pa_request.C, main/pa_string.C, main/untaint.C,
22830: types/pa_vimage.h: image:measure -90
22831:
22832: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22833: classes/_int.h, classes/_mail.h, classes/_op.h,
22834: classes/_random.h, classes/_response.h, classes/_string.h,
22835: classes/_table.h, classes/file.C, classes/mail.C,
22836: include/pa_common.h, include/pa_globals.h, main/execute.C,
22837: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22838: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22839: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22840: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22841: compiled
22842:
22843: * src/classes/mail.C: minor bug with unclear from/to
22844:
22845: * src/classes/mail.C: sendmail unix skipping defaults
22846:
22847: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22848: sendmail unix added defaults
22849:
22850: * src/classes/mail.C: unix sendmail compiled. todo:testing
22851:
22852: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22853:
22854: 2001-04-09 paf
22855:
22856: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22857: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22858: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22859: targets/isapi/parser3isapi.dsp: all targets exec
22860:
22861: * src/: include/pa_sapi.h, include/pa_string.h,
22862: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22863: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22864: args in apache:util.script
22865:
22866: * src/include/pa_string.h: written but not tested exec with env for
22867: unix
22868:
22869: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22870: targets/cgi/parser3.C: exec win32 env
22871:
22872: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22873: 0
22874:
22875: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22876: main/execute.C, main/main.dsp, main/pa_globals.C,
22877: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22878: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22879:
22880: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22881: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22882:
22883: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22884: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22885:
22886: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22887: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22888: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22889: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22890: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22891: exec class just compiled. moved post read to request core
22892:
22893: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22894: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22895: main/pa_globals.C, targets/cgi/parser3.C,
22896: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22897: are already read by vform
22898:
22899: 2001-04-08 paf
22900:
22901: * src/: classes/file.C, classes/mail.C, classes/string.C,
22902: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22903: uuencode. string<<
22904:
22905: 2001-04-07 paf
22906:
22907: * src/classes/mail.C: z
22908:
22909: * src/classes/mail.C: z
22910:
22911: * src/classes/mail.C: ^mail[$attach
22912:
22913: * src/classes/mail.C: ^attach dead end
22914:
22915: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22916: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22917: targets/isapi/parser3isapi.C: mail:send 1
22918:
22919: * src/: classes/mail.C, main/pa_request.C: z
22920:
22921: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22922: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22923: compiled
22924:
22925: * src/classes/mail.C: +=
22926:
22927: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22928: prepared
22929:
22930: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22931: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22932: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22933: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22934:
22935: 2001-04-06 paf
22936:
22937: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22938: main/pa_string.C: table:dir 1
22939:
22940: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22941: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22942:
22943: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22944: classes/root.C, include/pa_globals.h, include/pa_request.h,
22945: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22946: main/pa_request.C: renamed 'root' to 'op'
22947:
22948: * src/classes/: _op.h, op.C: renamed from 'root'
22949:
22950: * src/types/pa_valiased.C: another root inherititance skipped
22951:
22952: * src/main/: compile.C, compile.y, execute.C: operators are now not
22953: root methods of parent class. just 'ROOT' class
22954:
22955: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22956: @office
22957:
22958: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22959:
22960: 2001-04-05 paf
22961:
22962: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22963: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22964: constructor flag dropped at get_method_frame and remembered into
22965: method_frame
22966:
22967: * src/: classes/file.C, classes/root.C, classes/string.C,
22968: classes/table.C, main/pa_request.C: junction to code&expression
22969: in errors
22970:
22971: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22972: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22973: $LOCALE:ctype[Russian_Russia.1251]
22974:
22975: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22976: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22977: main/pa_table.C: hash now not thread-safe.
22978:
22979: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22980: main/untaint.C: z
22981:
22982: * src/: classes/random.C, classes/root.C, classes/table.C,
22983: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22984: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22985: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22986: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22987:
22988: * src/: classes/table.C, include/pa_sql_connection.h,
22989: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22990:
22991: * src/classes/table.C: select * from hren error contains statement
22992:
22993: * src/: classes/table.C, include/pa_sql_connection.h,
22994: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22995: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22996:
22997: * src/: classes/root.C, include/pa_sql_connection.h,
22998: include/pa_sql_driver.h, main/main.dsp,
22999: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23000: services for conv memory & error reporting
23001:
23002: 2001-04-04 paf
23003:
23004: * src/doc/doxygen.cfg: z
23005:
23006: * src/include/pa_sql_driver.h: mysql connect
23007:
23008: * src/include/pa_sql_driver.h: mysql info
23009:
23010: * src/: classes/root.C, include/pa_sql_driver.h,
23011: include/pa_sql_driver_manager.h, main/main.dsp,
23012: main/pa_sql_driver_manager.C: more manager&connection&driver
23013:
23014: * src/sql/Makefile.am: forgot to add mysql client
23015:
23016: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23017: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23018: [forgot to add libltdl, added]
23019:
23020: * src/: Makefile.am, classes/root.C, classes/string.C,
23021: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23022: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23023: include/pa_string.h, include/pa_table.h, main/main.dsp,
23024: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23025: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23026: -1000 just compiled
23027:
23028: * src/: classes/random.C, classes/root.C, classes/table.C,
23029: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23030: main/pa_request.C, types/pa_vclass.h: sql frame -10
23031:
23032: 2001-04-03 paf
23033:
23034: * src/types/pa_vform.C: z
23035:
23036: * src/: classes/string.C, types/pa_vform.C: string:match replace
23037: assigned lang
23038:
23039: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23040: {}[]< empty []
23041:
23042: * src/: classes/file.C, classes/string.C, classes/table.C,
23043: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23044: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23045:
23046: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23047: string:match replace strange matches
23048:
23049: * src/classes/string.C: string:match replace 0
23050:
23051: * src/: classes/string.C, main/pa_string.C: string:match replace
23052: prepared 2
23053:
23054: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23055: string:match replace prepared
23056:
23057: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23058: string:match replace -11
23059:
23060: * src/: classes/string.C, include/pa_globals.h,
23061: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23062: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23063:
23064: * src/: classes/string.C, include/pa_globals.h,
23065: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23066: main/pa_string.C: string:match [search] -1 just compiled
23067:
23068: * src/types/pa_vstring.C: z
23069:
23070: * src/: classes/double.C, classes/file.C, classes/form.C,
23071: classes/int.C, classes/response.C, classes/root.C,
23072: classes/string.C, classes/table.C, include/pa_string.h,
23073: main/pa_string.C: string:match -10 [frame]
23074:
23075: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23076: main/pa_request.C: z
23077:
23078: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23079: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23080: todo/tests
23081:
23082: * src/include/pa_common.h: z
23083:
23084: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23085: main/pa_request.C, targets/cgi/parser3.C,
23086: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23087: content-disposition
23088:
23089: * src/: include/pa_common.h, include/pa_globals.h,
23090: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23091: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23092:
23093: * src/: include/pa_common.h, include/pa_request.h,
23094: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23095: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23096: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23097: response:body
23098:
23099: * src/classes/table.C: table:append now uses string::split
23100:
23101: * src/classes/table.C: z
23102:
23103: * src/: classes/file.C, classes/root.C, classes/string.C,
23104: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23105: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23106: include/pa_string.h, main/execute.C, main/pa_string.C,
23107: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23108: string::pos & cmp & piece bugs fixed. string::split new
23109: table:load separated from set table:set implemented with clean \n
23110: \t searches
23111:
23112: 2001-04-02 paf
23113:
23114: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23115: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23116: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23117: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23118: it in table:set/load
23119:
23120: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23121: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23122:
23123: * src/classes/random.C: random:generate 1
23124:
23125: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23126: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23127: types/pa_value.h: random:generate
23128:
23129: 2001-03-30 paf
23130:
23131: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23132: todo: table flip and append. string::pos
23133:
23134: * src/: classes/double.C, classes/file.C, classes/int.C,
23135: classes/response.C, classes/root.C, classes/string.C,
23136: classes/table.C, main/compile.y, main/execute.C,
23137: types/pa_value.h, types/pa_vstateless_class.C,
23138: types/pa_vstateless_class.h: static|dynamic|any method
23139: registration
23140:
23141: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23142: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23143: table:flip
23144:
23145: 2001-03-29 paf
23146:
23147: * src/classes/string.C: string:xsplit forgot that they must result
23148: in 1 row N column [not vice versa]
23149:
23150: * src/classes/string.C: z
23151:
23152: * src/classes/string.C: string: rsplit
23153:
23154: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23155: string: lsplit
23156:
23157: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23158: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23159: lsplit -1
23160:
23161: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23162: string: pos
23163:
23164: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23165: string: pos -1
23166:
23167: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23168: main/compile.y, main/pa_request.C, main/pa_string.C,
23169: main/untaint.C: string: left right mid
23170:
23171: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23172: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23173: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23174: and [;] are different now.
23175:
23176: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23177: main/untaint.C: pool.request undone
23178:
23179: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23180: main/untaint.C: pool.request
23181:
23182: 2001-03-28 paf
23183:
23184: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23185: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23186: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23187: $request:browser [.type .version]; unknown.get_double now = 0.
23188:
23189: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23190: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23191: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23192: types/pa_vform.C: file:load autodetection of mime-type by
23193: user-file-name
23194:
23195: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23196: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23197: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23198:
23199: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23200: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23201: write. must be self.set
23202:
23203: * src/: classes/file.C, classes/root.C, classes/table.C,
23204: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23205:
23206: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23207: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23208: types/pa_vtable.h: table:locate just compiled
23209:
23210: 2001-03-27 paf
23211:
23212: * src/main/: execute.C, pa_common.C: fixed r/w context of
23213: code-params2, fixed ntfs hardlink slow dir update
23214:
23215: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23216: types/pa_wcontext.h: fixed r/w context of code-params
23217:
23218: * src/: classes/table.C, main/execute.C: about to change junction
23219: rcontext!!
23220:
23221: * src/: classes/double.C, classes/int.C, classes/root.C,
23222: classes/string.C, classes/table.C, main/compile_tools.C,
23223: main/execute.C, main/pa_request.C, main/untaint.C,
23224: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23225: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23226: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23227: types/pa_vunknown.h: sort 0
23228:
23229: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23230: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23231: renamed to are_static_calls_disabled
23232:
23233: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23234: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23235: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23236: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23237:
23238: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23239:
23240: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23241: started table:sort fixed minor bug in #...^{
23242:
23243: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23244: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23245: decided to have as it were. stepped back. grammar: added 'in'
23246: 'is' 'lt'&co follow-space check
23247:
23248: 2001-03-26 paf
23249:
23250: * src/: classes/file.C, classes/root.C, classes/table.C,
23251: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23252: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23253: main/pa_table.C: moved ::save to pa_table. disabled @auto
23254: invocation in ^process
23255:
23256: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23257:
23258: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23259: main/pa_array.C: table:record
23260:
23261: * src/: main/untaint.C, targets/cgi/parser3.C,
23262: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23263: targets/isapi/pool_storage.h, types/pa_valiased.h,
23264: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23265: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23266: types/pa_vtable.h: z
23267:
23268: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23269: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23270: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23271: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23272: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23273: method realisations on 'self' validity - they now can simply
23274: assume that 'self' is V{Proper} .
23275:
23276: 2001-03-25 paf
23277:
23278: * src/main/untaint.C: z
23279:
23280: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23281: lowlevel - it initialization could be skipped if failed in @auto.
23282: so that exception report would use some table
23283:
23284: * src/main/pa_request.C: table empty lines ignored. system-default
23285: content type assigned in output:result [can fail in main:auto and
23286: skipped normal defaults extraction]
23287:
23288: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23289: bug
23290:
23291: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23292: processing to table [except preliminary \r\n \r \n replacements
23293: to "\n"]
23294:
23295: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23296: move all the processing to table
23297:
23298: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23299: main/pa_table.C, main/untaint.C: returned table originating.
23300: useful for reporting typo table problems origin. think would be
23301: useful somewhere else
23302:
23303: * src/main/untaint.C: typo \r \r\n \n properly handled
23304:
23305: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23306: include/pa_table.h, main/compile.y, main/compile_tools.C,
23307: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23308: main/pa_string.C, main/pa_table.C, main/untaint.C,
23309: types/pa_vcookie.h: typo & typo-default
23310:
23311: 2001-03-24 paf
23312:
23313: * src/main/pa_common.C: z
23314:
23315: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23316: targets/cgi/parser3.C: html-typo 2
23317:
23318: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23319: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23320: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23321: main/execute.C, main/pa_array.C, main/pa_globals.C,
23322: main/pa_request.C, main/pa_string.C, main/untaint.C,
23323: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23324: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23325: noticed double default content-type prob. run cgi.cmd tomorrow
23326: first html-typo sample. detected << problem: they become ltlt too
23327: fast
23328:
23329: * src/main/compile.y: z
23330:
23331: * src/main/: compile.y, compile_tools.h: #comment
23332:
23333: * src/: classes/file.C, classes/root.C, classes/table.C,
23334: include/pa_common.h, include/pa_request.h, main/compile.y,
23335: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23336: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23337: stringified
23338:
23339: * src/types/pa_valiased.C: decided to String-ify file_read
23340:
23341: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23342: isapi/parser3isapi.dsp: cgi: sapi::log
23343:
23344: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23345: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23346: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23347: error log experiments failed - cgi under iis got no access to
23348: log. registereventsource simply failed with 5(illegal call) code,
23349: while worked OK as standalone executable. isapi: used
23350: HSE_APPEND_LOG_PARAMETER feature
23351:
23352: * src/: include/pa_common.h, include/pa_globals.h,
23353: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23354: targets/isapi/parser3isapi.C: fixed default content-type
23355: allocation storage
23356:
23357: * src/: include/pa_globals.h, include/pa_request.h,
23358: main/pa_globals.C, main/pa_request.C: z
23359:
23360: * src/: include/pa_array.h, include/pa_hash.h,
23361: include/pa_request.h, main/compile.y, main/pa_array.C,
23362: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23363: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23364: content-type
23365:
23366: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23367: sanity
23368:
23369: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23370: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23371: away freeze mech. no danger now for you can't do
23372: ^request:process[@new-method[] body] trick anymore. still
23373: remains $some_instance.process[@new-method[] possibility] but
23374: would leave it as a feature. see index for sample
23375:
23376: * src/: include/pa_common.h, main/pa_common.C,
23377: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23378: monkey every target
23379:
23380: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23381: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23382: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23383:
23384: 2001-03-23 paf
23385:
23386: * src/: include/pa_pool.h, main/pa_request.C,
23387: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23388: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23389: targets/isapi/pool_storage.h: isapi: dumb pool storage
23390:
23391: * src/targets/isapi/pa_pool.C: decided to continue with extension
23392:
23393: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23394: it would be better to rewrite as filter then to deal with pool
23395:
23396: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23397: now like in cgi, not from APPL_PHYSICAL_PATH
23398:
23399: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23400: include/pa_config_fixed.h, include/pa_config_includes.h,
23401: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23402: include/pa_version.h, main/compile.y, main/execute.C,
23403: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23404: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23405: main/untaint.C, targets/cgi/parser3.C,
23406: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23407: cgi: reinvent document_root and request_uri under iis. autoconf
23408: updated. introducing ap_config_includes
23409:
23410: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23411:
23412: * src/targets/cgi/parser3.C: cgi: only one pool now
23413:
23414: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23415: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23416: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23417: types/pa_venv.h, types/pa_vform.C: sapi made object
23418:
23419: * src/: include/pa_globals.h, main/pa_request.C,
23420: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23421: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23422: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23423:
23424: * src/: main/pa_request.C, targets/cgi/parser3.C,
23425: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23426: isapi minor env beauty
23427:
23428: * src/: main/pa_request.C, targets/cgi/parser3.C,
23429: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23430: isapi document_root 0
23431:
23432: 2001-03-22 paf
23433:
23434: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23435:
23436: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23437: isapi/parser3isapi.C: z
23438:
23439: * src/: include/pa_pool.h, main/pa_request.C,
23440: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23441:
23442: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23443: kill.pl: isapi added utils
23444:
23445: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23446: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23447: types/pa_vform.C: isapi 0
23448:
23449: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23450: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23451: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23452: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23453: started isapi
23454:
23455: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23456: some comments
23457:
23458: * src/: include/pa_globals.h, include/pa_request.h,
23459: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23460: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23461: parser_root_auto_path parser_site_auto_path
23462:
23463: * src/types/pa_vcookie.C: cookie attr decoded
23464:
23465: 2001-03-21 paf
23466:
23467: * src/targets/cgi/parser3.C: z
23468:
23469: * src/include/pa_globals.h: post. todo: config of auto.p path
23470:
23471: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23472: types/pa_venv.h: in cookie & env. todo:post
23473:
23474: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23475: classes/root.C, classes/table.C, include/pa_array.h,
23476: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23477: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23478: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23479: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23480: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23481: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23482: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23483: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23484: shifted apache branch on main trunc
23485:
23486: * src/: include/pa_common.h, include/pa_globals.h,
23487: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23488: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23489: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23490: starting mod_parser3
23491:
23492: * src/targets/cgi/parser3.C: starting mod_parser3
23493:
23494: 2001-03-20 paf
23495:
23496: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23497: targets/cgi/parser3.C: automake compiled and works. todo:make
23498: win32 ifdefs work and add ifdef unistd
23499:
23500: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23501: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23502: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23503: z
23504:
23505: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23506: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23507: locking
23508:
23509: * src/: classes/Makefile.am, types/Makefile.am: z
23510:
23511: * src/: Makefile.am, classes/file.C, classes/root.C,
23512: classes/table.C, include/pa_array.h, include/pa_request.h,
23513: include/pa_string.h, main/Makefile.am, main/execute.C,
23514: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23515: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23516: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23517: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23518:
23519: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23520: main/pa_request.C, types/pa_vfile.h: ^table:save
23521:
23522: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23523: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23524: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23525: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23526: types/pa_vform.h: z
23527:
23528: * src/include/pa_string.h: z
23529:
23530: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23531: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23532: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23533: :Value
23534:
23535: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23536: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23537: :VStateless_object
23538:
23539: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23540: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23541: :VStateless_object
23542:
23543: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23544: types/pa_valiased.C, types/pa_vform.h: commented VForm
23545:
23546: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23547: types/pa_valiased.h, types/pa_value.h,
23548: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23549: types/pa_vstateless_object.h: moved common get_element part from
23550: stateless object&class into VAliased
23551:
23552: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23553: classes/table.C, main/execute.C, main/main.dsp,
23554: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23555: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23556: now :Value
23557:
23558: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23559: main/execute.C, main/main.dsp, main/pa_globals.C,
23560: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23561:
23562: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23563: doxx
23564:
23565: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23566: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23567: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23568: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23569: and ^file:save
23570:
23571: 2001-03-19 paf
23572:
23573: * src/types/pa_vfile.C: z
23574:
23575: * src/: classes/file.C, classes/request.C, classes/table.C,
23576: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23577: main/pa_request.C, main/untaint.C, types/pa_value.h,
23578: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23579:
23580: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23581: include/pa_string.h, include/pa_table.h, main/main.dsp,
23582: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23583: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23584: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23585: classes/_file.h, classes/file.C, types/pa_vfile.C,
23586: types/pa_vfile.h: file class just compiled
23587:
23588: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23589: include/pa_table.h, include/pa_types.h, main/execute.C,
23590: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23591: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23592: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23593:
23594: * src/include/pa_pool.h: z
23595:
23596: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23597: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23598: Hash::Value to Val so to doxygen would finlly stop confusing
23599: those Value-s
23600:
23601: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23602: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23603: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23604: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23605: include/pa_types.h, main/compile.C, main/compile.y,
23606: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23607: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23608: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23609: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23610: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23611:
23612: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23613: derivates somehow unlinked. don't know why yet
23614:
23615: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23616: include/pa_string.h, include/pa_threads.h, main/compile.C,
23617: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23618: main/execute.C, main/pa_array.C, main/pa_common.C,
23619: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23620: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23621: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23622:
23623: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23624: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23625: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23626: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23627: types/pa_vrequest.h: doc: detected Value derivates prob
23628:
23629: * src/include/pa_globals.h: z
23630:
23631: * src/: classes/_request.h, classes/request.C, include/code.h,
23632: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23633: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23634: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23635: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23636: main/execute.C, main/pa_pool.C, main/pa_request.C,
23637: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23638: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23639:
23640: 2001-03-18 paf
23641:
23642: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23643: cookie: allowed access to hash-assigned
23644:
23645: * src/targets/cgi/parser3.C: z
23646:
23647: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23648: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23649: include/pa_types.h, main/main.dsp, main/pa_common.C,
23650: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23651: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23652: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23653: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23654: types/pa_vunknown.h: cookie class
23655:
23656: * src/main/pa_request.C: zero length output allowed
23657:
23658: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23659: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23660:
23661: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23662: lang switch
23663:
23664: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23665: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23666: types/pa_value.h, types/pa_vhash.h:
23667: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23668:
23669: * src/main/execute.C: z
23670:
23671: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23672: targets/cgi/parser3.C: taint[uri
23673:
23674: * src/: classes/request.C, classes/response.C, classes/root.C,
23675: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23676: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23677: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23678:
23679: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23680: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23681: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23682: types/pa_vstateless_class.C: convinient string(pool, char *src,
23683: bool tainted) ctor
23684:
23685: * src/: include/pa_hash.h, include/pa_request.h,
23686: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23687: main/pa_request.C, main/pa_string.C, main/untaint.C,
23688: targets/cgi/parser3.C: proper @exceptions params tainting
23689:
23690: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23691: response fields to header
23692:
23693: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23694: z
23695:
23696: * src/: classes/_response.h, classes/response.C,
23697: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23698: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23699: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23700: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23701: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23702: $response: 0 request::core exception rethrow
23703:
23704: 2001-03-16 paf
23705:
23706: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23707: types/pa_vrequest.h: native method' class call with less params
23708: then needed error reporting
23709:
23710: * src/: classes/_request.h, classes/request.C,
23711: include/pa_globals.h, include/pa_request.h, main/execute.C,
23712: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23713: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23714: types/pa_vrequest.h: $request : query :uri
23715:
23716: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23717: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23718: types/pa_wcontext.h: $result
23719:
23720: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23721:
23722: * src/: classes/double.C, include/code.h, main/compile.y,
23723: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23724: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23725:
23726: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23727: main/compile.y, main/execute.C, types/pa_value.h,
23728: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23729: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23730: wcontext conflict
23731:
23732: * src/: main/execute.C, types/pa_value.h,
23733: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23734: $string.field
23735:
23736: 2001-03-15 paf
23737:
23738: * src/main/pa_request.C: news sample
23739:
23740: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23741: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23742:
23743: * src/main/: compile.y, execute.C: z
23744:
23745: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23746: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23747: pre pre works
23748:
23749: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23750: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23751: fillfields just compiled
23752:
23753: 2001-03-14 paf
23754:
23755: * src/: include/pa_request.h, main/pa_request.C,
23756: targets/cgi/parser3.C: z
23757:
23758: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23759: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23760: types/pa_vstring.h: limits -1
23761:
23762: * src/: include/pa_globals.h, include/pa_request.h,
23763: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23764: main/pa_request.C, targets/cgi/parser3.C,
23765: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23766: request_info -1
23767:
23768: * src/: include/pa_globals.h, main/pa_globals.C,
23769: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23770: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23771: vform_fields_fill
23772:
23773: * src/targets/cgi/parser3.C: # if MSVC
23774:
23775: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23776: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23777:
23778: * src/targets/cgi/parser3.C: z
23779:
23780: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23781: include/pa_string.h, include/pa_types.h, main/compile.y,
23782: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23783: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23784: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23785: types/pa_vunknown.h: global handler, exceptions in parser3
23786:
23787: 2001-03-13 paf
23788:
23789: * src/: classes/form.C, main/compile.y, main/core.C,
23790: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23791: types/pa_vform.h, types/pa_vstateless_class.C,
23792: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23793: instead
23794:
23795: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23796: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23797: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23798: started cgi target
23799:
23800: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23801: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23802: before error show with parser
23803:
23804: * src/: classes/_form.h, classes/form.C, include/core.h,
23805: include/pa_request.h, main/core.C, main/pa_request.C,
23806: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23807:
23808: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23809:
23810: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23811: parser3.C: renamed targets/ parser to cgi
23812:
23813: * src/: classes/double.C, classes/env.C, classes/int.C,
23814: classes/root.C, classes/string.C, classes/table.C,
23815: include/pa_request.h, types/pa_vhash.h: z
23816:
23817: * src/: classes/_env.h, classes/env.C, classes/root.C,
23818: include/core.h, include/pa_pool.h, include/pa_request.h,
23819: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23820: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23821: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23822: [historical moment :)]
23823:
23824: * src/: include/code.h, include/pa_string.h, main/compile.y,
23825: main/execute.C, main/pa_string.C: 'value is type' expr operator
23826:
23827: * src/types/pa_venv.h: $ENV 1
23828:
23829: * src/main/execute.C: z
23830:
23831: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23832: future methods of ENV constructor if
23833:
23834: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23835: class
23836:
23837: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23838: classes/_root.h, classes/_string.h, classes/_table.h,
23839: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23840: classes/string.C, classes/table.C, include/pa_request.h,
23841: main/compile.C, main/compile_tools.h, main/core.C,
23842: main/execute.C, main/main.dsp, main/pa_request.C,
23843: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23844: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23845: types/pa_vobject.h, types/pa_vstateless_class.C,
23846: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23847: types/pa_wcontext.h: $ENV: re 0, stateless classes
23848:
23849: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23850: classes/_root.h, classes/_string.h, classes/_table.h,
23851: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23852: classes/string.C, classes/table.C, include/pa_request.h,
23853: main/compile.C, main/compile_tools.h, main/core.C,
23854: main/execute.C, main/main.dsp, main/pa_request.C,
23855: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23856: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23857: types/pa_vobject.h, types/pa_vstateless_class.C,
23858: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23859: types/pa_wcontext.h: $ENV: re 0, stateless classes
23860:
23861: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23862: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23863: yesterdays bad decision on execute_static_method
23864:
23865: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23866:
23867: * src/: classes/double.C, classes/int.C, classes/root.C,
23868: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23869:
23870: * src/main/pa_request.C: z
23871:
23872: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23873: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23874:
23875: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23876: include/pa_pool.h, main/pa_request.C:
23877: restructure_exceptions_dead_end
23878:
23879: * src/: classes/root.C, main/compile.y: ^if required junctions.
23880: allowed ; inside {} to break params
23881:
23882: * src/classes/root.C: ^eval
23883:
23884: * src/: classes/_string.h, classes/double.C, classes/int.C,
23885: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23886: string ^format
23887:
23888: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23889: 'bad' but not 'enough'
23890:
23891: * src/: classes/double.C, classes/root.C, classes/table.C,
23892: include/pa_common.h, include/pa_types.h, main/compile.y,
23893: main/pa_common.C, main/pa_request.C, main/untaint.C,
23894: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23895: types/pa_wwrapper.h: think constructing flag as is is bad
23896:
23897: * src/: classes/double.C, classes/int.C, classes/root.C,
23898: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23899: types/pa_vint.h: ^for
23900:
23901: 2001-03-12 paf
23902:
23903: * src/classes/table.C: table ^empty
23904:
23905: * src/: classes/table.C, include/pa_table.h: table ^menu
23906:
23907: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23908: ^offset ^line ^count
23909:
23910: * src/classes/root.C: ^round() ^floor() ^ceiling()
23911: ^abs() ^sign()
23912:
23913: * src/classes/: root.C, table.C: ^use
23914:
23915: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23916: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23917: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23918: ^while. switched off wcontext.constructing after write(value) or
23919: auto-vhash-constructing
23920:
23921: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23922: main/pa_request.C: fail_if_junction_ helper func
23923:
23924: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23925: include/pa_request.h, main/execute.C, main/main.dsp,
23926: main/pa_common.C, main/pa_request.C: ^process error point by
23927: actual method_name, not source. ^load
23928:
23929: * src/types/pa_vtable.h: table: no, better with string in cells...
23930:
23931: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23932: classes/_table.h, classes/table.C, main/untaint.C: z
23933:
23934: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23935: include/pa_table.h, main/core.C, main/execute.C,
23936: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23937: types/pa_value.h: table:set 0
23938:
23939: * src/: classes/root.C, include/core.h, include/pa_array.h,
23940: include/pa_request.h, include/pa_table.h, main/core.C,
23941: main/main.dsp, main/pa_request.C, main/pa_table.C,
23942: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23943: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23944: types/pa_vstring.h: freeze, ^table:create[] -1
23945:
23946: * src/: classes/root.C, types/pa_value.h: z
23947:
23948: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23949: get_method in couple places optimizing them
23950:
23951: * src/classes/root.C: z
23952:
23953: * src/: classes/root.C, types/pa_vclass.h: process temp main
23954: zeroing
23955:
23956: * src/: classes/double.C, classes/int.C, classes/root.C,
23957: classes/string.C, include/pa_common.h, include/pa_request.h,
23958: include/pa_string.h, include/pa_types.h, main/compile.C,
23959: main/compile.y, main/compile_tools.h, main/execute.C,
23960: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23961: types/pa_vmframe.h: ^process. actual names to store param and
23962: check_actual_numbered_params for better place diagnostics
23963:
23964: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23965: method-junctions bug fixed
23966:
23967: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23968: pa_vstateless_object.h, pa_vstring.h: stateless_object
23969:
23970: 2001-03-11 paf
23971:
23972: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23973: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23974: VDouble VInt base now VObject_base - without fields
23975:
23976: * src/: classes/root.C, include/core.h, main/core.C: z
23977:
23978: * src/: classes/double.C, classes/int.C, classes/root.C,
23979: classes/string.C, include/core.h, include/pa_hash.h,
23980: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23981: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23982:
23983: * src/: classes/double.C, classes/int.C, classes/root.C,
23984: include/pa_request.h, main/execute.C: intercept_string
23985:
23986: * src/: classes/double.C, classes/int.C, classes/root.C,
23987: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23988:
23989: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23990: ^inc-s(expr)
23991:
23992: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23993: classes/_root.h, classes/_string.h, classes/double.C,
23994: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23995: include/code.h, include/core.h, include/pa_array.h,
23996: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23997: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23998: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23999: include/pa_types.h, main/compile.C, main/compile.y,
24000: main/compile_tools.C, main/compile_tools.h, main/core.C,
24001: main/execute.C, main/pa_array.C, main/pa_common.C,
24002: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24003: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24004: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24005: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24006: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24007: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24008: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24009: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24010:
24011: * src/: main/pa_request.C, types/pa_vhash.h: z
24012:
24013: * src/: include/core.h, include/pa_request.h, main/core.C,
24014: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24015:
24016: * src/: include/pa_valiased.h, include/pa_value.h,
24017: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24018: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24019: include/pa_vjunction.h, include/pa_vmframe.h,
24020: include/pa_vobject.h, include/pa_vstring.h,
24021: include/pa_vunknown.h, include/pa_wcontext.h,
24022: include/pa_wwrapper.h, main/compile.y, main/core.C,
24023: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24024: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24025: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24026: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24027: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24028: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24029: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24030: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24031: include/
24032:
24033: 2001-03-10 paf
24034:
24035: * src/: include/core.h, include/pa_request.h, main/core.C,
24036: main/pa_request.C: run+auto=run
24037:
24038: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24039:
24040: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24041: classes/_root.h, classes/_string.h, classes/double.C,
24042: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24043: include/code.h, include/core.h, include/pa_array.h,
24044: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24045: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24046: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24047: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24048: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24049: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24050: include/pa_vjunction.h, include/pa_vmframe.h,
24051: include/pa_vobject.h, include/pa_vstring.h,
24052: include/pa_vunknown.h, include/pa_wcontext.h,
24053: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24054: main/compile_tools.C, main/compile_tools.h, main/core.C,
24055: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24056: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24057: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24058: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24059: main/pa_wcontext.C: sources header
24060:
24061: * src/main/pa_request.C: auto..
24062:
24063: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24064: main/pa_request.C: auto tree0
24065:
24066: * src/: include/core.h, include/pa_request.h, main/compile.y,
24067: main/core.C, main/pa_request.C: names to core.C
24068:
24069: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24070: include/pa_request.h, main/core.C, main/execute.C,
24071: main/pa_common.C, main/pa_request.C: root auto.p loaded
24072:
24073: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24074: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24075: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24076: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24077:
24078: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24079: @auto[] realised. auto.p scan togo
24080:
24081: * src/: include/pa_request.h, main/execute.C: autocalc
24082: code-junctions result now have names
24083:
24084: * src/: classes/double.C, classes/int.C, classes/root.C,
24085: classes/string.C, include/pa_request.h, include/pa_string.h,
24086: include/pa_wcontext.h, main/compile.y, main/execute.C,
24087: main/pa_string.C, main/pa_wcontext.C: tainting 0
24088:
24089: * src/classes/env.C: env:file/line
24090:
24091: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24092: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24093: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24094: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24095: main/compile_tools.C, main/compile_tools.h, main/core.C,
24096: main/execute.C, main/main.dsp, main/pa_cframe.C,
24097: main/pa_request.C, main/pa_wcontext.C: const fight finished
24098:
24099: * src/include/pa_vclass.h: const fight to go
24100:
24101: * src/: classes/_env.h, classes/env.C, classes/root.C,
24102: include/pa_request.h, include/pa_vclass.h, main/core.C,
24103: main/main.dsp: env0
24104:
24105: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24106: classes/_string.h, classes/double.C, classes/int.C,
24107: classes/root.C, classes/string.C, include/pa_request.h,
24108: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24109: include/pa_wcontext.h, main/core.C, main/main.dsp,
24110: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24111: main/pa_wcontext.C: ^lang prepare0
24112:
24113: 2001-03-09 paf
24114:
24115: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24116: construct proper naming
24117:
24118: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24119: classes/double.C, classes/int.C, classes/root.C,
24120: classes/string.C, include/code.h, include/pa_value.h,
24121: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24122: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24123: main/compile.y, main/compile_tools.C, main/core.C,
24124: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24125: and ^double[]. fixed expr type
24126:
24127: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24128: ^string.length[]
24129:
24130: 2001-03-08 paf
24131:
24132: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24133:
24134: * src/: include/pa_vclass.h, include/pa_vstring.h,
24135: include/pa_wcontext.h, main/compile.y, main/core.C,
24136: main/execute.C, main/main.dsp: dead end: vstring can't be
24137: derivated from vobject
24138:
24139: * src/: include/pa_vclass.h, include/pa_vhash.h,
24140: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24141:
24142: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24143: remained clone conseqs
24144:
24145: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24146:
24147: * src/main/pa_vclass.C: wow! vclass were out of vcs
24148:
24149: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24150: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24151: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24152: include/pa_vobject.h, include/pa_vstring.h,
24153: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24154: main/execute.C: withoud cloning. didn't need it actually, params
24155: got passed from out unnamed ewpool
24156:
24157: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24158: include/pa_vjunction.h, include/pa_vobject.h,
24159: include/pa_vunknown.h, main/compile.y: cloning dead end
24160:
24161: * src/: include/pa_bool.h, include/pa_double.h,
24162: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24163: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24164: include/pa_vjunction.h, include/pa_vmframe.h,
24165: include/pa_vobject.h, include/pa_vstring.h,
24166: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24167: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24168: to give params proper names
24169:
24170: * src/main/pa_wcontext.C: z
24171:
24172: * src/: include/pa_vmframe.h, main/execute.C: added names to
24173: unknown values in get_element and unfilled params. removed wrong
24174: name change in get_element
24175:
24176: * src/main/execute.C: z
24177:
24178: * src/main/execute.C: fixed problems calling operators in
24179: constructors
24180:
24181: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24182: detected problems calling operators in constructors
24183:
24184: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24185: autocalc def to string
24186:
24187: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24188: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24189:
24190: * src/classes/root.C: added root.c
24191:
24192: * src/: include/pa_request.h, include/pa_value.h,
24193: include/pa_vcframe.h, include/pa_vmframe.h,
24194: include/pa_wcontext.h, main/compile.C, main/compile.y,
24195: main/core.C, main/execute.C, main/pa_cframe.C,
24196: main/pa_wcontext.C: 'if' just compiled
24197:
24198: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24199: include/pa_vjunction.h, include/pa_vmframe.h,
24200: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24201: main/pa_wcontext.C: z
24202:
24203: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24204: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24205: with parameter names in operator methods
24206:
24207: * src/main/compile.y: minor renamings in .y
24208:
24209: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24210: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24211: @BASE. changed 'RUN' assignment mech
24212:
24213: * src/main/execute.C: z
24214:
24215: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24216: main/compile_tools.h, main/execute.C: made class: dynamic, not
24217: static. so to enable runtime ^use
24218:
24219: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24220:
24221: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24222: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24223:
24224: * src/main/execute.C: root root in code-junction
24225:
24226: 2001-03-07 paf
24227:
24228: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24229: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24230:
24231: * src/: include/pa_stack.h, include/pa_value.h,
24232: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24233: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24234: fixed rwcontext of {} params up
24235:
24236: * src/main/: compile.y, compile_tools.h: ^func(params)
24237:
24238: * src/main/compile.y: .y priorities syntax shaped up a bit
24239:
24240: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24241: include/pa_vunknown.h, main/compile.y, main/execute.C,
24242: main/pa_hash.C: expr def in -f
24243:
24244: * src/main/: compile.y, execute.C: expr calls
24245:
24246: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24247: fixed
24248:
24249: * src/main/compile.y: expr quoted code
24250:
24251: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24252: support0
24253:
24254: * src/main/compile.y: expr string comparisons 0
24255:
24256: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24257: main/pa_string.C: just compiled lt&co
24258:
24259: * src/main/execute.C: ^var.menu{$field} problem detected. that
24260: $field not a $var.field
24261:
24262: 2001-03-06 paf
24263:
24264: * src/main/compile.y: .y expr visible-shorter
24265:
24266: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24267: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24268: logical
24269:
24270: * src/: include/pa_vstring.h, main/compile.y: problems with
24271: skipping whitespace in yylex
24272:
24273: * src/include/pa_vbool.h: forgot this
24274:
24275: * src/: include/code.h, main/compile.y, main/execute.C: without
24276: string ops in expressions 0
24277:
24278: * src/: include/pa_value.h, include/pa_vdouble.h,
24279: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24280: main/execute.C, main/main.dsp: !~
24281:
24282: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24283: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24284: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24285: include/pa_vunknown.h, include/pa_wcontext.h,
24286: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24287: main/compile_tools.h, main/execute.C: +-*/
24288:
24289: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24290: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24291:
24292: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24293: main/execute.C: expr grammar-1 2*2=4.000000 :)
24294:
24295: * src/main/compile.y: expr grammar-1
24296:
24297: * src/main/compile.y: expr lexx1
24298:
24299: * src/main/: compile.y, execute.C, main.dsp: z
24300:
24301: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24302: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24303: main/execute.C: expr lex0 exec-1
24304:
24305: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24306:
24307: 2001-02-26 paf
24308:
24309: * src/main/compile.y: max_string in yyerror bug fix
24310:
24311: 2001-02-25 paf
24312:
24313: * src/: include/pa_value.h, include/pa_vmframe.h,
24314: include/pa_wcontext.h, main/execute.C: VAliased3
24315:
24316: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24317:
24318: * src/main/execute.C: VAliased1
24319:
24320: * src/: include/pa_request.h, include/pa_value.h,
24321: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24322: VAliased0
24323:
24324: * src/: include/pa_pool.h, include/pa_request.h,
24325: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24326: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24327: VAliased just compiled
24328:
24329: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24330: include/pa_vobject.h, main/execute.C: alias dead end
24331:
24332: * src/: include/pa_value.h, include/pa_vclass.h,
24333: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24334: main/main.dsp: no not get fields into interm VFielded class.
24335: fields & staticfields 1
24336:
24337: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24338: include/pa_vobject.h, include/pa_wcontext.h,
24339: include/pa_wwrapper.h, main/core.C, main/execute.C,
24340: main/main.dsp: would now get fields into interm VFielded class
24341:
24342: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24343: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24344: include/pa_wcontext.h, main/compile.y, main/core.C,
24345: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24346: main/pa_wcontext.C: virtuals2
24347:
24348: * src/main/compile.y: : 1
24349:
24350: * src/main/compile.y: rethought to $class:static.field.subfield
24351:
24352: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24353: $class:element
24354:
24355: * src/: include/pa_value.h, include/pa_vmframe.h,
24356: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24357: main/pa_wcontext.C: before execute class calls rewrite
24358:
24359: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24360: name RUN, also alias
24361:
24362: * src/main/compile.y: escaping bug
24363:
24364: * src/: include/pa_request.h, include/pa_value.h,
24365: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24366: main/core.C, main/execute.C, main/pa_common.C: vobject1
24367:
24368: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24369: include/pa_vmframe.h, include/pa_vobject.h,
24370: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24371: main/compile_tools.h, main/execute.C: ^class:method() just
24372: compiled
24373:
24374: 2001-02-24 paf
24375:
24376: * src/main/main.dsp: no bison -d
24377:
24378: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24379: class' err msg wrong
24380:
24381: * src/main/compile.y: z
24382:
24383: * src/main/: compile.y, core.C: yylex need some @special lines adj
24384:
24385: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24386: main/compile.y, main/compile_tools.h, main/core.C: modules0
24387:
24388: * src/: include/pa_vclass.h, main/core.C: z
24389:
24390: * src/: include/pa_value.h, include/pa_vclass.h,
24391: include/pa_vobject.h, main/main.dsp: vobject00
24392:
24393: * src/main/pa_array.C: minor bug in expanding very small arrays.
24394: 60% from 1 were 0
24395:
24396: * src/: include/pa_value.h, include/pa_wcontext.h,
24397: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24398: as bad as you've named it: wcontext.value() was not a perfect
24399: idea
24400:
24401: * src/main/execute.C: codeframe1
24402:
24403: * src/: include/pa_value.h, include/pa_vcframe.h,
24404: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24405: include/pa_vjunction.h, include/pa_vmframe.h,
24406: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24407: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24408: just compiled
24409:
24410: * src/: include/pa_vframe.h, main/compile.y: found junction
24411: ideology @: ^x{$a()) must construct current wcontext element, so
24412: smart wcontext handling needed
24413:
24414: * src/main/compile.y: fixed grammar bugs in constructor/params
24415: klinch
24416:
24417: * src/main/: compile.y, execute.C: fixed empty constructor
24418: optimized empty case. failed on calls - produced empty string
24419: param
24420:
24421: * src/main/compile.y: fixed last \n macrotemplate strip bug
24422:
24423: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24424: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24425: main/compile_tools.C, main/compile_tools.h, main/core.C,
24426: main/execute.C: code junctions0. something wrong with last \n
24427: macrotemplate strip
24428:
24429: * src/: include/pa_value.h, main/compile.C, main/core.C,
24430: main/pa_value.C: minor error reporting format beautifyings
24431:
24432: * src/: include/pa_value.h, include/pa_vclass.h,
24433: include/pa_vframe.h, main/core.C, main/execute.C,
24434: main/pa_value.C: get_method RIP. junctions everywhere. call with
24435: junctions0
24436:
24437: 2001-02-23 paf
24438:
24439: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24440: pa_wwrapper.h: lara came, can't work, sorry :(
24441:
24442: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24443: junction
24444:
24445: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24446: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24447: main/execute.C, main/main.dsp, main/pa_value.C: call0
24448:
24449: * src/: include/pa_hash.h, include/pa_value.h,
24450: include/pa_wcontext.h, main/core.C, main/execute.C,
24451: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24452: done
24453:
24454: * src/include/pa_wcontext.h: z
24455:
24456: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24457: wrong grammar in complex constructor case
24458:
24459: * src/main/: compile.y, execute.C: empty constructor bug fixed
24460:
24461: * src/main/execute.C: with result rwpool
24462:
24463: * src/: include/pa_value.h, main/core.C, main/execute.C,
24464: main/main.dsp: value named
24465:
24466: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24467: strign 2 value in 2 places in execute
24468:
24469: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24470: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24471: wcontext.put_element when wcontext fvalue==0
24472:
24473: 2001-02-22 paf
24474:
24475: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24476: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24477: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24478:
24479: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24480: erroreos checkout
24481:
24482: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24483:
24484: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24485: main/compile_tools.h, main/pa_array.C: $self.get
24486:
24487: * src/main/: compile.C, compile.y, compile_tools.C: z
24488:
24489: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24490: bit. finished now.
24491:
24492: * src/main/compile.y: $: finished
24493:
24494: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24495:
24496: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24497: main/execute.C: OP_STRING better then some xxx _VALUE
24498:
24499: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24500: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24501: string to vstring it .y all
24502:
24503: * src/: include/pa_request.h, include/pa_stack.h,
24504: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24505: all
24506:
24507: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24508: precise parse error line:col
24509:
24510: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24511: main/pa_hash.C, main/pa_pool.C: TRY...
24512:
24513: * src/: include/pa_exception.h, include/pa_pool.h,
24514: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24515: main/compile.C, main/compile.y, main/compile_tools.C,
24516: main/core.C, main/pa_array.C, main/pa_exception.C,
24517: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24518: main/pa_table.C: removed exception from request
24519:
24520: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24521: some forgotten
24522:
24523: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24524: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24525: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24526: get/put simple vars to VClass works0
24527:
24528: * src/: include/pa_array.h, include/pa_wcontext.h,
24529: main/pa_string.C: in process, but found that exceptions are too
24530: global
24531:
24532: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24533: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24534: main/execute.C, main/pa_string.C: write_value write_string 0 it
24535: seems wcontext must write strings regardles of fvalue!=0
24536:
24537: 2001-02-21 paf
24538:
24539: * src/main/execute.C: tired :)
24540:
24541: * src/main/: compile.C, compile.y, execute.C: store0
24542:
24543: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24544: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24545: include/pa_wcontext.h, main/compile.C, main/compile.y,
24546: main/execute.C, main/main.dsp, main/pa_array.C,
24547: main/pa_request.C: get put -1 [just compiled]
24548:
24549: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24550: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24551: main/main.dsp, main/pa_request.C: request core methods0
24552:
24553: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24554: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24555: execute
24556:
24557: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24558: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24559: methods and one_big_piece. now compile returns array<method*>
24560:
24561: * src/main/compile.y: more straightforward yylex[end]
24562:
24563: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24564: string.operator==(char*)
24565:
24566: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24567: main/execute.C, main/pa_array.C: after array.const get wonders
24568:
24569: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24570: pa_string.h, pa_value.h: struck with const array.gets
24571:
24572: * src/main/: execute.C: z
24573:
24574: * src/main/: compile.y, execute.C: z
24575:
24576: * src/main/: compile.C, compile.y, compile_tools.h: error
24577: processing in eval & yyerror so it wouldn't cause memleaks.
24578:
24579: * src/main/: compile.C, compile.y: failed to add absolute precies
24580: parse error positions. leaving RIGHTMOST position as
24581: @file[line:col]
24582:
24583: * src/: include/compile.h, main/compile.C, main/compile.y,
24584: main/compile_tools.h: line numbers needed. would add them to .y
24585: now internally. externally it's not as precise as needed
24586:
24587: * src/: include/code.h, include/pa_types.h, main/compile.C,
24588: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24589: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24590: compiler works ok
24591:
24592: 2001-02-20 paf
24593:
24594: * src/main/: compile.C, compile.y, compile_tools.C,
24595: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24596: not perfect
24597:
24598: * src/: include/code.h, include/compile.h, include/execute.h,
24599: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24600: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24601: main/compile.C, main/compile.y, main/compile_tools.C,
24602: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24603: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24604: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24605: compiled. execute=dump for now
24606:
24607: * src/main/core.C: core rewrite using yacc investigations now will
24608: be compile[yacc]/execute[opcodes]
24609:
24610: 2001-02-15 paf
24611:
24612: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24613: rewrite as turing machine? for it seems it would be it's too many
24614: ifs with this syntax now
24615:
24616: 2001-02-14 paf
24617:
24618: * src/main/core.C: get_params 1
24619:
24620: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24621: :( ]
24622:
24623: * src/main/core.C: varios breaks
24624:
24625: * src/main/core.C: get names 3
24626:
24627: * src/main/core.C: get names 2
24628:
24629: * src/main/core.C: get names 1
24630:
24631: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24632: names 0
24633:
24634: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24635: text repassing2 operator static vars
24636:
24637: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24638: main/pa_string.C: process text repassing
24639:
24640: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24641: module:calls changes
24642:
24643: 2001-02-13 paf
24644:
24645: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24646: ^class:calls[] started
24647:
24648: * src/: include/pa_value.h, main/core.C: z
24649:
24650: * src/main/core.C: operators : and self. prefixes
24651:
24652: * src/main/core.C: z
24653:
24654: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24655: tested
24656:
24657: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24658: optimized
24659:
24660: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24661: would change privates to better support optimization
24662:
24663: * src/: include/pa_string.h, main/pa_string.C:
24664: String_iterator::skip_to todo:optimize
24665:
24666: 2001-02-12 paf
24667:
24668: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24669: String_iterator
24670:
24671: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24672: comments
24673:
24674: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24675: self/methodref joined
24676:
24677: 2001-02-11 paf
24678:
24679: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24680: main/main.dsp: core started. core.C, context&value .h
24681:
24682: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24683: include/pa_string.h, main/main.dsp, main/pa_array.C,
24684: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24685:
24686: 2001-01-30 paf
24687:
24688: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24689: comments
24690:
24691: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24692: main/pa_pool.C: moved pa_pool.C to be target specific
24693:
24694: * src/: include/pa_exception.h, include/pa_pool.h,
24695: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24696: to & changes
24697:
24698: * src/: include/pa_exception.h, include/pa_pool.h,
24699: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24700: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24701: re-associated. that's much better even removed 'die' necessety
24702:
24703: * src/: include/pa_error.h, include/pa_exception.h,
24704: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24705: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24706: targets/Makefile.am: lowered targets/parser into subdir, added
24707: parser_Pool(Pool) failed to add. would think..
24708:
24709: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24710: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24711: main/pa_string.C, main/pa_table.C: Table more like C++ style
24712: hence lots of 'const'
24713:
24714: * src/: include/pa_error.h, include/pa_request.h,
24715: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24716: main/pa_table.C: Error fixed
24717:
24718: 2001-01-29 paf
24719:
24720: * src/: include/pa_array.h, include/pa_common.h,
24721: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24722: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24723: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24724: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24725:
24726: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24727: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24728: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24729: main/pa_string.C, main/pa_table.C: Request Error Table
24730:
24731: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24732: templates"
24733:
24734: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24735: main/main.dsp, main/pa_array.C: templates failed no template
24736: specializations [VC6], no library auto instantation [VC6, GNU c++
24737: 2.95.2-6 from latest cygwin]
24738:
24739: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24740: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24741: main/main.dsp, main/pa_array.C, main/pa_string.C,
24742: main/pa_table.C: Table started would test template Array now
24743:
24744: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24745: String originating
24746:
24747: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24748: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24749: SYNCHRONIZED(thread_safe)
24750:
24751: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24752: parts to top
24753:
24754: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24755: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24756: see: needed only in global Hash now, made Hash:: put/get
24757: SYNCHRONIZED
24758:
24759: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24760: main/pa_threads.C: added pa_threads
24761:
24762: Mutex
24763:
24764: * src/include/pa_hash.h: some comments
24765:
24766: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24767: Array& operator += (Array& src)
24768:
24769: * src/main/pa_array.C: expand not convinient, would rewrite
24770:
24771: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24772: (Array& src)
24773:
24774: rethought, would change now
24775:
24776: 2001-01-27 paf
24777:
24778: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24779: caching
24780:
24781: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24782: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24783: cache rethought to chunk caching
24784:
24785: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24786: include/pa_string.h, main/main.dsp, main/pa_array.C,
24787: main/pa_hash.C, main/pa_string.C: Array 0
24788:
24789: * src/main/pa_string.C: String::operator ==
24790:
24791: * src/main/pa_hash.C: String(&String)
24792:
24793: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24794:
24795: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24796: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24797: pa_hash[forgotten]
24798:
24799: 2001-01-26 paf
24800:
24801: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24802: removed templates [vc++ suxx]
24803:
24804: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24805: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24806:
24807: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24808:
1.119 moko 24809: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24810:
1.119 moko 24811: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24812: check
24813:
24814: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24815: dynamic row_count
24816:
24817: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24818: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24819: targets/Makefile.am: Initial revision
24820:
24821: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24822: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24823: targets/Makefile.am: creating parser3 module
24824:
E-mail: