Annotation of parser3/ChangeLog, revision 1.176
1.176 ! moko 1: 2022-03-21 moko
! 2:
! 3: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
! 4: xmlInitCharEncodingHandlers is called in libxml static
! 5: initializers before gc_substitute_memory_management_functions in
! 6: pa_globals and thus gc may not see reference to our
! 7: xmlCharEncodingHandler and free it.
! 8:
1.175 moko 9: 2022-01-26 moko
10:
11: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
12:
1.174 moko 13: 2021-12-28 moko
14:
15: * tests/: 417.html, results/417.processed: test for empty string
16: match added (related to bug #1224)
17:
18: * src/main/pa_string.C: empty string match now works (fixes bug
19: #1224)
20:
1.173 moko 21: 2021-12-24 moko
22:
23: * tests/: 415_dir/29.p, results/415.processed: yet another test
24:
25: 2021-12-23 moko
26:
27: * src/: classes/table.C, main/pa_request.C: warnings war
28:
29: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
30: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
31:
32: 2021-12-21 moko
33:
34: * tests/: 416.html, results/416.processed: test for ^break[] in
35: ^hash/table.select[] (related to feature #1222)
36:
37: * src/classes/: hash.C, table.C: ^break[] support for
38: ^hash/table.select[] (implements feature #1222)
39:
1.172 moko 40: 2021-11-30 moko
41:
42: * src/targets/cgi/parser3.C: default sock_ready interval changed to
43: 0.5 sec
44:
1.171 moko 45: 2021-11-10 moko
46:
47: * tests/results/415.processed: more syntax errors tests added
48:
49: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
50: 28.p: minor syntax error tests
51:
52: * src/main/pa_exception.C: pa_strdup added for compatibility
53:
54: * src/classes/curl.C: hint to call ^curl:options[
55: $.library[correct.libcurl.so.name] ] added if default load fails.
56:
57: 2021-11-09 moko
58:
59: * src/main/compile.y: error message can be on stack
60:
61: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
62:
63: * src/main/pa_charset.C: memcpy is more correct and efficient in
64: this case then strncpy
65:
66: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
67: instead of strcpy where possible
68:
69: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
70: used to avoid MAX_STRING limit in Exception comment
71:
72: * tests/results/415.processed: compiler exceptions are no longer
73: limited to MAX_STRING
74:
75: * src/main/: compile.y, compile_tools.h: Parse_control uses const
76: char * instead of fixed buffer
77:
78: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
79: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
80: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
81: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
82: results/415.processed: tests for parser.compile exceptions added
83:
84: 2021-11-08 moko
85:
86: * src/: classes/math.C, include/pa_common.h, main/compile.y,
87: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
88: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
89: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
90: drawbacks
91:
1.170 moko 92: 2021-11-06 moko
93:
94: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
95: (implements feature #1219)
96:
97: * tests/: 414.html, results/414.processed: test for
98: ^hash.rename[from;to] added (related to feature #1144)
99:
100: 2021-11-05 moko
101:
102: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
103: (related to feature #1144)
104:
105: 2021-11-04 moko
106:
107: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
108: added (implements feature #1144)
109:
1.169 moko 110: 2021-10-19 moko
111:
112: * tests/: 413.html, results/413.processed: test for hash no longer
113: is accepted as file parameter (related to bug #1218)
114:
115: * src/: classes/curl.C, classes/file.C, classes/image.C,
116: classes/math.C, classes/xdoc.C, types/pa_value.C,
117: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
118: longer is accepted as file parameter (fixes bug #1218)
119:
1.168 moko 120: 2021-07-19 moko
121:
122: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
123: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
124:
1.167 moko 125: 2021-04-16 moko
126:
127: * src/types/pa_vmail.C: message can be null when e-mail is broken,
128: processing it leads to assertions.
129:
1.166 moko 130: 2021-03-25 moko
131:
132: * tests/: 412.html, results/412.processed: test to demonstrate bug
133: #1213
134:
1.165 moko 135: 2021-02-12 moko
136:
137: * tests/: 360.html, results/360.processed, results/363.processed:
138: parser method call in expression mode no longer differs from call
139: in string mode (related to feature #1211)
140:
141: 2021-02-11 moko
142:
143: * src/types/pa_vmail.C: mail parsing with Windows line endings
144: fixed (bug #1212)
145:
146: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
147: when called $v[^test[]] vs $v(^test[]), numbers are converted to
148: strings in both calls (implements feature #1211)
149:
1.164 moko 150: 2021-01-28 moko
151:
152: * buildall, etc/auto.p.in: to remove last patch in debian package
153:
154: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
155: 3.4.7b
156:
1.162 moko 157: 2021-01-21 moko
158:
159: * src/main/pa_http.C: no alarm() in file::load when web server mode
160: is MULTITHREADED
161:
1.157 moko 162: 2021-01-20 moko
163:
1.161 moko 164: * src/targets/apache/mod_parser3.c: it is more correct to recommend
165: 'a2enmod mpm_prefork'
166:
1.160 moko 167: * src/targets/apache/mod_parser3.c: prefork name is now
168: 'libapache2-mpm-itk'
169:
170: * src/targets/apache/mod_parser3_core.C: last regular malloc
171: removed
172:
1.159 moko 173: * src/targets/isapi/Makefile.am: -pa_threads.C
174:
1.158 moko 175: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
176: 3.4.6
177:
1.157 moko 178: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
179:
180: * etc/auto.p.in: @config[result] added to simplify $cfg change in
181: /httpd.p
182:
183: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
184: ^use[/httpd.p] + optional ^preprocess[] (related to feature
185: #1203)
186:
187: 2021-01-19 moko
188:
189: * buildall: --disable-parallel-mark added to avoid "number of
190: processors" threads creation for heap marking as it conflicts
191: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
192: limits threads)
193:
1.156 moko 194: 2021-01-16 moko
195:
196: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
197: main/pa_globals.C, main/pa_memory.C,
198: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
199: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
200: feature #1209)
201:
202: 2021-01-15 moko
203:
204: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
205: 3.4.6rc
206:
207: * src/classes/json.C: get_delim added for delimiter caching (10%
208: faster on large json)
209:
210: 2021-01-14 moko
211:
212: * operators.txt: updated with 3.4.6 changes
213:
214: * tests/results/224.processed: test result modified after
215: today(shift) implemented
216:
217: * tests/: 407.html, results/407.processed: test for ^hash.select
218: option $.default(bool) added (related to feature #1172)
219:
220: * src/classes/hash.C: ^hash.select option $.default(bool) added
221: (related to feature #1172)
222:
223: * tests/: 141.html, results/141.processed: test modified for
224: feature #1185.
225:
226: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
227: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
228: options $.lower(bool) (implements feature #1185)
229:
230: 2021-01-11 moko
231:
232: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
233: #1192)
234:
235: * tests/: 411.html, results/411.processed: test for ^date::today(N)
236: added (related to feature #1192)
237:
1.155 moko 238: 2021-01-05 moko
239:
240: * tests/: 270.html, results/270.processed: test modified to work
241: under Windows
242:
243: * tests/: 390.html, 395.html, results/395.processed: tests updated
244: 4 windows
245:
246: * tests/: 410.html, results/410.processed: test for
247: $CLASS-GETTER-PROTECTED(false) added
248:
249: 2021-01-04 moko
250:
251: * tests/: 409.html, results/409.processed, results/auto.p: test for
252: $MAIN:LOCALS(true) added
253:
1.154 moko 254: 2021-01-03 moko
255:
256: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
257: types/pa_vclass.h, types/pa_vstateless_class.C,
258: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
259: +LOCALS. $main -> $MAIN in exception texts (implements feature
260: #1207)
261:
262: 2021-01-02 moko
263:
264: * etc/auto.p.in: minor
265:
266: * src/main/pa_request.C: sending headers only after opening file to
267: allow error reporting if file was not opened (foreign group,
268: etc).
269:
270: 2020-12-31 moko
271:
272: * src/: include/pa_request.h, main/pa_request.C,
273: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
274:
275: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
276: main/pa_request.C: get_class_ref added and used
277:
278: * etc/auto.p.in: @CLASS httpd added
279:
280: * etc/auto.p.in: @auto[] is now first
281:
282: 2020-12-30 moko
283:
284: * tests/: 408.html, results/408.processed: test for bug #1166
285: (windows only) added
286:
287: * src/main/pa_common.C: create_dir_for_file should not create dir
288: for trailing / (fixes bug #1166)
289:
290: * tests/: 341.html, results/341.processed: tests for
291: ^nameless_table.hash[] added (related to feature #1138)
292:
293: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
294: (implements feature #1138), extra fields in named tables no
295: longer ignored (implements feature #1138)
296:
297: * tests/results/390.processed: updated after exception text change
298:
299: 2020-12-29 moko
300:
301: * tests/: 407.html, results/407.processed: +$._default check
302:
303: * src/classes/hash.C: keep $_default in ^hash.reverse[]
304:
305: * tests/: 407.html, results/407.processed: test for ^hash.select[]
306: and ^hash.reverse[] added (releated to feature #1172)
307:
308: * src/classes/hash.C:
309: ^hash.select[key;value](bool-condition)[options hash] +
310: ^hash.reverse[] added (implements feature #1172)
311:
312: * src/types/pa_vtable.h: warning war
313:
314: * src/include/pa_config_fixed.h: win32 fix
315:
1.153 moko 316: 2020-12-27 moko
317:
318: * tests/: 406.html, results/406.processed: test results updated
319:
320: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
321: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
322: spelling
323:
324: 2020-12-26 moko
325:
326: * tests/: 406.html, results/406.processed: tests for
327: ^table.rename[] added (related to feature #1148)
328:
329: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
330: ^table.rename[column name from;column name to], ^table.rename[
331: $.[column name from][column name to] ... ] added (implements
332: feature #1148)
333:
334: 2020-12-25 moko
335:
336: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
337: request_info now on stack to avoid yet another THREAD_LOCAL
338: memory deallocation issue (now with cookies), explained in #1203
339:
340: * src/types/pa_vcookie.C: fields should be inited
341:
342: 2020-12-24 moko
343:
344: * src/include/pa_stylesheet_connection.h: looks like
345: xsltFreeStylesheet leads to memory double-free. If so, it's for
346: sure libxml bug, but we have GC anyway, so we just remove this
347: call and see...
348:
349: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
350: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
351: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
352: abort.c:65:8 frame #3: 0x00000000004da663
353: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
354: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
355: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
356: malloc.c:617:9 frame #5: 0x0000000000577f0c
357: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
358: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
359: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
360: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
361: frame #8: 0x000000000050d35c
362: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
363: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
364: frame #10: 0x00000000004436e5
365: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
366: [inlined]
367: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
368: pa_stylesheet_connection.h:62:3
369:
370: 2020-12-23 moko
371:
372: * src/classes/image.C: ^image::measure[; $.video() ] option added
373:
374: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
375: ^image::measure[; $.video(true) ] added
376:
377: * src/main/pa_exec.C: not cleared automatically in multithreaded
378: httpd mode for unknown reasons
379:
380: 2020-12-22 moko
381:
382: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
383: error_log uri of currently processed document", but never used
384: and conflicts with how libgc stops threads on FreeBSD (#define
385: SIG_SUSPEND SIGUSR1), thus removed.
386:
387: 2020-12-21 moko
388:
389: * src/main/pa_request.C: +comment
390:
1.151 moko 391: 2020-12-20 moko
392:
1.152 moko 393: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
394: it is more safe to have versions of pa_strdup with one and two
395: arguments, as helper_length=0 not always mean that strlen()
396: should be called, but means zero.
397:
398: * src/targets/isapi/parser3isapi.C: minor
399:
400: * src/main/pa_http.C: +valid_http_method
401:
1.151 moko 402: * src/: include/pa_http.h, main/pa_http.C,
403: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
404:
405: 2020-12-17 moko
406:
407: * tests/: 405.html, results/405.processed: test for split by regex
408: added (related to feature #1160)
409:
410: * src/classes/string.C: split by regex implemented (feature #1160)
411:
412: * src/classes/string.C: minor
413:
414: * tests/: 404.html, results/404.processed: test for whitespace
415: string is now OK for table argument (related to feature #1169)
416:
417: * src/: classes/image.C, classes/string.C, classes/table.C,
418: types/pa_vmethod_frame.C: whitespace string is now OK for table
419: argument (as with hash) (implements feature #1169)
420:
421: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
422: limit for comment (fixes bug #1102)
423:
424: * src/targets/cgi/parser3.C: +HAVE_TLS check
425:
426: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
427:
428: * src/include/pa_config_includes.h: HAVE_TLS used
429:
430: * configure.ac: +TLS check
431:
432: * src/main/pa_http.C: content logging added
433:
434: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
435: clear_response_headers added
436:
437: 2020-12-16 moko
438:
439: * buildall: as we now use threads, libatomic_ops still required for
440: some OS.
441:
442: * src/main/pa_request.C: whitespace
443:
444: * src/: include/pa_request.h, main/pa_request.C:
445: Request::Exception_trace::table extracted and used
446:
447: * src/main/pa_request.C: moving output_result call outside of try
448: as network exceptions should not be handled by parser code
449:
450: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
451: logging network exchange
452:
453: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
454: via network if it was network write error.
455:
456: * src/targets/cgi/parser3.C: log -> pa_log
457:
458: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
459:
460: * src/main/pa_threads.C: getpid() if no gettid() found
461:
462: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
463: we need to ignore "void" connections from browsers (browsers open
464: connections in advance and they will be empty if user does not
465: request more pages)
466:
467: 2020-12-15 moko
468:
469: * src/targets/cgi/parser3.C: avoid previous uri in logs
470:
471: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
472: RequestController not needed in httpd mode
473:
474: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
475: classes/classes.h, classes/curl.C, classes/date.C,
476: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
477: classes/hashfile.C, classes/image.C, classes/inet.C,
478: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
479: classes/memcached.C, classes/memory.C, classes/op.C,
480: classes/reflection.C, classes/regex.C, classes/response.C,
481: classes/string.C, classes/table.C, classes/void.C,
482: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
483: include/pa_array.h, include/pa_base64.h,
484: include/pa_cache_managers.h, include/pa_charset.h,
485: include/pa_charsets.h, include/pa_common.h,
486: include/pa_config_fixed.h, include/pa_config_includes.h,
487: include/pa_dictionary.h, include/pa_dir.h,
488: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
489: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
490: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
491: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
492: include/pa_request_charsets.h, include/pa_request_info.h,
493: include/pa_sapi.h, include/pa_socks.h,
494: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
495: include/pa_stack.h, include/pa_string.h,
496: include/pa_stylesheet_connection.h,
497: include/pa_stylesheet_manager.h, include/pa_symbols.h,
498: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
499: include/pa_uue.h, include/pa_xml_exception.h,
500: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
501: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
502: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
503: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
504: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
505: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
506: main/compile.tab.C, main/compile.y, main/compile_tools.C,
507: main/compile_tools.h, main/execute.C, main/pa_base64.C,
508: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
509: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
510: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
511: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
512: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
513: main/pa_sql_driver_manager.C, main/pa_string.C,
514: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
515: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
516: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
517: main/untaint.C, sql/pa_sql_driver.h,
518: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
519: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
520: targets/isapi/parser3isapi.C, types/pa_junction.h,
521: types/pa_method.h, types/pa_property.h, types/pa_value.C,
522: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
523: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
524: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
525: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
526: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
527: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
528: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
529: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
530: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
531: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
532: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
533: types/pa_vmemory.h, types/pa_vmethod_frame.C,
534: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
535: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
536: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
537: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
538: types/pa_vstateless_object.h, types/pa_vstatus.C,
539: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
540: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
541: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
542: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
543: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
544:
545: * src/main/pa_request.C: old compilers support
546:
547: * tests/: 362.html, results/362.processed: test updated after
548: changes after upgrade to libxml2-2.9.9 were made (related to bug
549: #1108)
550:
551: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
552: removed, as xsltFreeStylesheet has side effects on original doc.
553: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
554: not updated after xdoc modification (part 3 of test 362).
555: (related to bug #1108)
556:
557: * src/targets/isapi/parser3isapi.C: +pa_strcat
558:
559: * src/: classes/memory.C, include/pa_memory.h,
560: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
561: PA_GC_GCOLLECT used
562:
563: * src/include/pa_memory.h: +PA_GC_COLLECT
564:
565: * src/targets/cgi/parser3.C: msvs support fixes
566:
567: * src/lib/gc/include/gc.h: more cleanup
568:
569: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
570:
571: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
572: targets/cgi/parser3.C: $main:HTTPD.mode implemented
573:
574: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
575:
576: * configure.ac: pthread.h added to checked headers
577:
578: * src/classes/table.C: string stream is back :)
579:
580: * src/classes/memory.C: GC_generate_random_backtrace no longer
581: exists
582:
583: * src/main/pa_globals.C: GC_dont_gc replaced
584:
585: * src/lib/gc/include/gc.h: major cleanup, only used functions are
586: left to simplify adding new functions. depricated GC_dont_gc
587: replaced with GC_disable and GC_enable calls.
588:
589: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
590: CORD_from_file* not used and thus removed
591:
592: * src/lib/gc/include/gc_allocator.h: minor cleanup
593:
594: 2020-12-14 moko
595:
596: * src/classes/: curl.C, memory.C, table.C: every TLS should be
597: referenced elsewhere, or GC will collect it.
598:
599: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
600: main/pa_xml_io.C: bugfix: TLS variables should be referenced
601: elsewhere, or GC will collect them (and we'll get GPF in
602: multithreaded enviroment). May be it can be also fixed by some
603: GC call, not sure. But this fix costs nothing (but hours of
604: debugging to find the issue :).
605:
1.150 moko 606: 2020-12-11 moko
607:
608: * configure.ac: gettid() check added
609:
610: * src/main/pa_threads.C: HAVE_GETTID used
611:
612: * src/include/pa_config_auto.h.in: +HAVE_GETTID
613:
614: * src/: include/pa_threads.h, main/pa_threads.C: now unified
615: version for isapi/cgi/apache
616:
617: * buildall: threads are now required.
618:
619: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
620: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
621: main/main.vcproj: pa_threads.C moved to main
622:
623: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
624: isapi/pa_threads.C: pa_threads.C moved to main
625:
626: * src/: main/Makefile.am, targets/cgi/Makefile.am,
627: targets/apache/Makefile.am: pa_threads.C moved to main
628:
629: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
630:
631: * src/: include/pa_stylesheet_connection.h,
632: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
633: and weird GPF in multithreaded httpd is gone
634:
635: * src/include/: pa_stylesheet_connection.h,
636: pa_sql_driver_manager.h: whitespace
637:
638: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
639:
640: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
641: main/pa_stylesheet_manager.C: whitespace, warning war
642:
643: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
644: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
645: parser_multithreaded never used
646:
647: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
648:
649: 2020-12-10 moko
650:
651: * src/: include/pa_config_includes.h, include/pa_http.h,
652: main/pa_http.C, targets/cgi/parser3.C: initial support for
653: MULTITHREADED and PARALLEL httpd server modes
654:
655: * src/main/pa_globals.C: GC_java_finalization is depricated
656:
657: 2020-12-09 moko
658:
659: * etc/auto.p.in: + @httpd-main
660:
661: * src/: include/pa_common.h, main/pa_request.C,
662: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
663: work
664:
665: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
666: slow file_read_binary no longer used, send_range added
667:
668: 2020-12-08 moko
669:
670: * src/main/pa_request.C: >4Gb support
671:
672: * src/targets/cgi/parser3.C: msvc warning war
673:
674: * src/: include/pa_config_includes.h, main/pa_http.C,
675: main/pa_request.C: msvc warnings war
676:
677: * src/classes/image.C: warning war
678:
679: * src/classes/table.C: MSVC warning war
680:
681: * src/targets/cgi/parser3.C: msvc warnings war
682:
683: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
684: added
685:
1.149 moko 686: 2020-12-07 moko
687:
1.150 moko 688: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
689: avoid logging beside system-wide auto.p
690:
691: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
692:
693: * configure, configure.ac, src/include/pa_config_auto.h.in:
694: configure options added:
695:
696: --with-system-cfg=FILE to specify system-wide auto.p
697: --with-system-log=FILE to specify system-wide parser3.log
698:
699: * Makefile.am: bin no longer exists
700:
701: * configure, configure.ac: auto.p moved to etc to simplify debian
702: package
703:
704: * buildall: auto.p and parser3.charsets moved to their default
705: location after install
706:
707: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
708:
709: * aclocal.m4, configure: automake 1.15 -> 1.16.1
710:
1.149 moko 711: * src/targets/cgi/parser3.C: locate_config call returned to
712: original place as it requires pa_thread_request() under Windows
713:
714: * src/targets/cgi/parser3.C: renaming
715:
716: 2020-12-06 moko
717:
718: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
719: check added
720:
721: 2020-12-04 moko
722:
723: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
724: main/pa_request.C: unified uint64_t lseek implemented to support
725: >4Gb files under x86, including Windows
726:
727: 2020-12-02 moko
728:
729: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
730: with max_file_size
731:
732: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
733: support for processing files sized >4Gb on 32 bit planforms
734:
735: * tests/399.html: file moved
736:
737: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
738:
739: * src/targets/cgi/pa_sapi_info.h: warning war
740:
741: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
742: warning war
743:
744: 2020-12-01 moko
745:
746: * src/classes/image.C: mp4 extended size (>4Gb) support added
747:
748: * src/classes/image.C: for "size not found" exception to be shown
749: if size not found until eof
750:
751: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
752: bit linux)
753:
754: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
755: #1188)
756:
757: 2020-11-30 moko
758:
759: * src/classes/image.C: definitions moved closer to code
760:
761: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
762: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
763: 395_dir/3_VP8X.webp, results/395.processed,
764: results/396.processed: tests for ^image::measure[] .webp support
765: added, all image files moved into one directory (related to
766: feature #1188)
767:
768: * src/classes/image.C: ^image::measure[] now supports webp (feature
769: #1188)
770:
1.148 moko 771: 2020-11-29 moko
772:
773: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
774: processing, unnessesary defines removed
775:
776: 2020-11-24 moko
777:
778: * tests/results/: 099.processed, 100.processed, 205.processed,
779: 309.processed, 310.processed: Content-Disposition: inline
780: returned
781:
782: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
783: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
784: ] added (related to bug #1204)
785:
786: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
787: ] supported to avoid Content-Disposition: inline;
788: filename="<file>.ext" but still set Content-Type for ext (related
789: to bug #1204)
790:
1.147 moko 791: 2020-11-22 moko
792:
793: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
794: types/pa_vfile.C: pa_filename added to avoid useless rsplit
795:
796: * src/main/pa_request.C: content_disposition_inline returned.
797:
798: 2020-11-17 moko
799:
800: * src/main/pa_request.C: empty main method name support
801:
802: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
803: config_handler added, stdout flush added.
804:
805: 2020-11-16 moko
806:
807: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
808:
809: * tests/results/: 099.processed, 205.processed, 237.processed,
810: 309.processed, 310.processed: Content-Disposition: inline is not
811: required and should not contain filename="<name>"
812:
813: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
814: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
815: targets/isapi/parser3isapi.C: pa_strcat implemented and used
816:
1.146 moko 817: 2020-11-14 moko
818:
819: * src/targets/cgi/parser3.C: spelling
820:
821: * src/targets/cgi/parser3.C: renaming
822:
823: * src/targets/cgi/parser3.C: args_skip removed, locate_config
824: relocated
825:
826: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
827: before request processing, which is weired
828:
829: 2020-11-13 moko
830:
831: * src/main/pa_http.C: pa_recv added with timeout support, thus read
832: copied in httpd.
833:
834: 2020-11-12 moko
835:
836: * src/main/pa_http.C: ALARM code unified to be used in httpd
837:
838: * src/: include/pa_request.h, main/pa_request.C,
839: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
840:
841: * src/main/pa_http.C: URI validation added
842:
843: * src/targets/cgi/parser3.C: filespec_to_process now variable,
844: can't be empty but can be null. httpd-main is now main method
845: name for httpd mode
846:
847: 2020-11-11 moko
848:
849: * src/main/pa_request.C: path_translated can be null in httpd mode
850:
851: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
852: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
853: classes/xdoc.C, include/pa_request.h, main/execute.C,
854: main/pa_request.C: r.absolute -> r.full_disk_path
855:
856: * src/targets/cgi/parser3.C: if filename to process is not
857: specified, auto.p should be present.
858:
1.145 moko 859: 2020-11-03 moko
860:
861: * src/: classes/op.C, include/pa_request.h: unused argument removed
862:
863: * src/main/pa_request.C: content_disposition_inline is the default,
864: not required.
865:
1.144 moko 866: 2020-10-29 moko
867:
868: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
869: ^use[file; $.main(true) ] implemented for auto.p processing and
870: path_translated changing to correct relative files path
871: calculation in httpd mode
872:
873: * src/: include/pa_request.h, main/pa_request.C:
874: fail_on_read_problem removed, as it allways true, as if should
875: be.
876:
877: * src/: include/pa_request.h, main/pa_request.C,
878: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
879: targets/isapi/parser3isapi.C: clearing config_filespec when
880: config was not found, thus flag not required and removed.
881:
882: 2020-10-28 moko
883:
884: * tests/: 402.html, results/402.processed: error reporting test
885:
886: * src/main/execute.C: better error reporting when
887: $result[^hash::create[]] in @main.
888:
889: * src/main/: execute.C, pa_request.C: frame.result() should be used
890: + minor optimization
891:
892: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
893: main/pa_xml_io.C: execute_*_method simplified and unified
894:
895: 2020-10-27 moko
896:
897: * tests/: 306.html, results/306.processed: a bit more testing. :)
898:
899: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
900: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
901: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
902: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
903: types/pa_vmethod_frame.h, types/pa_vobject.C,
904: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
905: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
906: longer used in object-prototype mode
907:
908: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
909: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
910: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
911: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
912: $form:name[value] features
913:
1.143 moko 914: 2020-10-18 moko
915:
916: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
917:
918: 2020-10-15 moko
919:
920: * src/main/pa_http.C: url no longer needed as
921: ALTER_EXCEPTION_SOURCE is used
922:
923: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
924: main/pa_http.C: check_file_size filespec is now optional
925:
926: * src/: classes/curl.C, include/pa_exception.h,
927: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
928: ALTER_EXCEPTION_COMMENT added for better error reporting
929:
930: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
931: results/346-curl.processed, results/379-curl.processed,
932: results/379.processed: test results updated as load now provides
933: better error reporting + curl responses updated
934:
935: 2020-10-14 moko
936:
937: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
938: main/pa_string.C, targets/apache/mod_parser3_core.C,
939: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
940: checked. 10 is now default base, no hex autodetect by default
941:
942: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
943: connection socket closing in destructor + accept exception
944: handling
945:
946: * src/targets/cgi/parser3.C: warning war
947:
948: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
949: main/pa_request.C, targets/apache/mod_parser3_core.C,
950: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
951: exception handling unified
952:
953: 2020-10-13 moko
954:
955: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
956: autodetection
957:
958: * src/targets/apache/mod_parser3_core.C: reverted to atoi
959:
960: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
961:
962: * src/main/pa_http.C: warning war
963:
1.142 moko 964: 2020-10-12 moko
965:
1.143 moko 966: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
967: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
968: unhandled exception code optimization
969:
970: * src/targets/cgi/parser3.C: request_info now global variable
971:
972: * src/main/pa_http.C: http_read_response moved to HTTP_response
973: class
974:
975: * src/: include/pa_http.h, main/pa_http.C,
976: targets/cgi/pa_sapi_info.h: read_post implemented
977:
1.142 moko 978: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
979: [host:]port syntax support in httpd mode
980:
981: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
982: targets/cgi/parser3.C: populate_env added
983:
984: * src/include/pa_hash.h: to make get(char *) compiling in
985: HashStringString
986:
987: 2020-10-10 moko
988:
989: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
990: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
991:
992: * src/: include/pa_http.h, include/pa_request_info.h,
993: main/pa_http.C, main/pa_string.C,
994: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
995: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
996: types/pa_vrequest.C: initial httpd mode implementation
997:
1.141 moko 998: 2020-10-04 moko
999:
1000: * src/targets/cgi/parser3.C: options together
1001:
1002: 2020-09-30 moko
1003:
1004: * src/main/pa_http.C: renamed
1005:
1.140 moko 1006: 2020-08-14 moko
1007:
1008: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1009: src/targets/cgi/Makefile.am: no httpd as separate library
1010:
1011: 2020-08-13 moko
1012:
1013: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1014: unhandled exception handler to report 500 instead of 200 it was
1015: before.
1016:
1017: * src/targets/apache/mod_parser3_core.C: minor cleanup
1018:
1019: * src/: include/pa_sapi.h, main/untaint.C,
1020: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1021: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1022: thus replaced with SAPI::die and removed
1023:
1024: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1025: cgi/parser3.C: whitespace
1026:
1027: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1028:
1029: 2020-08-12 moko
1030:
1031: * src/targets/cgi/parser3.C: duplicate info in signal logging
1032: removed, whitespace was: SIGPIPE received while executing code.
1033: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1034: cl=0]
1035:
1036: * parser3.sln: + httpd.vcproj
1037:
1038: 2020-08-11 moko
1039:
1040: * src/targets/cgi/Makefile.am: +libhttpd
1041:
1042: * configure.ac, src/lib/Makefile.am: +libhttpd
1043:
1.139 moko 1044: 2020-07-13 moko
1045:
1046: * tests/: 401.html, results/401.processed: test for hash key does
1047: not keep language, but tainted in foreach.
1048:
1.138 moko 1049: 2020-07-01 moko
1050:
1051: * tests/: 235.html, results/235.processed: test result updated as
1052: messages before attachments implemented (feature #1176)
1053:
1.137 moko 1054: 2020-06-27 moko
1055:
1056: * tests/: 400.html, results/400.processed: test updated to check
1057: ^return{code}
1058:
1059: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1060: fixed
1061:
1062: 2020-06-26 moko
1063:
1064: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1065: added (related to https://www.parser.ru/forum/?id=85319)
1066:
1067: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1068: when $result assignment was last statement in the method
1069: (https://www.parser.ru/forum/?id=85319)
1070:
1.136 moko 1071: 2020-05-23 moko
1072:
1073: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1074: whitespace, unused level removed
1075:
1076: 2020-05-19 moko
1077:
1078: * src/types/pa_vmail.C: whitespace
1079:
1080: * src/types/pa_vmail.C: files should be processed last (related to
1081: feature #1176)
1082:
1.135 moko 1083: 2020-05-12 moko
1084:
1085: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1086: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1087:
1088: * configure.ac: FreeBSD1X.X check added to avoid
1089: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1090:
1.134 moko 1091: 2020-02-26 moko
1092:
1093: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1094: compilation issue (related to bug #1201)
1095:
1096: * src/main/pa_common.C: entry_readable -> entry_exists,
1097: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1098: -f and -d now works under Windows in UTF-8 with Russian
1099: filenames.
1100:
1101: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1102: advice (related to feature #1199)
1103:
1104: 2020-02-25 moko
1105:
1106: * buildall: --silent removed
1107:
1108: * configure.ac: gmime-3.0 support
1109:
1110: * buildall: --with-system-mailreceive option added to build with
1111: system libgmime
1112:
1113: * src/types/pa_vmail.C: avoiding
1114: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1115: to feature #1199)
1116:
1.133 moko 1117: 2020-02-18 moko
1118:
1119: * src/classes/op.C: windows x64 debug mode compile fix
1120:
1121: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1122: change (releated to feature #1200)
1123:
1124: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1125: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1126: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1127: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1128: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1129: targets/apache/ApacheModuleParser3.vcproj,
1130: targets/apache/ApacheModuleParser3Core.vcproj,
1131: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1132: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1133: dependency (related to feature #1200)
1134:
1.132 moko 1135: 2020-02-12 moko
1136:
1137: * src/types/pa_vmail.C: minimize diff
1138:
1139: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1140: #1199)
1141:
1.131 moko 1142: 2020-01-18 moko
1143:
1144: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1145:
1.130 moko 1146: 2019-12-28 moko
1147:
1148: * src/targets/cgi/parser3.C: avoid empty ?
1149:
1150: 2019-12-27 moko
1151:
1152: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1153: DOCUMENT_ROOT (related to feature #1164)
1154:
1155: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1156: fcgiwrap setup (implements feature #1164)
1157:
1158: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1159: but no issues found (related to feature #1164)
1160:
1161: * src/targets/cgi/parser3.C: actualized
1162:
1163: 2019-12-26 moko
1164:
1165: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1166: removed
1167:
1168: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1169: removed
1170:
1171: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1172: allocation errors, we don't want default gc warnings (without
1173: timestamp and URI).
1174:
1175: * src/: classes/memory.C, main/pa_globals.C,
1176: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1177: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1178: pa_globals_init
1179:
1180: * src/main/pa_globals.C: setup_hex_value() removed, static array
1181: initialization used (optimization)
1182:
1183: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1184: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1185: pa_socks_init/pa_socks_done moved inside pa_globals_init
1186: (optimization)
1187:
1.129 moko 1188: 2019-12-09 moko
1189:
1190: * src/include/pa_config_fixed.h: warning war
1191:
1.128 moko 1192: 2019-12-08 moko
1193:
1194: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1195: process grammar under Unix.
1196:
1197: 2019-12-07 moko
1198:
1199: * tests/389.html: For Windows XP. :)
1200:
1201: * tests/388-sql.html: Windows compatibility added
1202:
1203: 2019-12-06 moko
1204:
1205: * src/targets/cgi/parser3.C: warning war
1206:
1207: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1208: == sizeof(CORD)) to avoid aligning bugs in future
1209:
1210: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1211: XML_STATIC
1212:
1213: * src/include/pa_request.h: StackItem() not required
1214:
1215: * src/include/pa_stack.h: warning war
1216:
1217: * src/include/pa_config_includes.h: GCC warning silenced
1218:
1219: * src/include/pa_memory.h: warning war: the program should also
1220: define 'void operator delete [](void*, std::size_t)'
1221: [-Wsized-deallocation]
1222:
1223: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1224:
1225: * src/classes/string.C: not reqired cast removed
1226:
1227: * src/classes/string.C: not reqired cast removed
1228:
1229: 2019-12-05 moko
1230:
1231: * src/lib/sdbm/pa_file_io.C: warning war
1232:
1233: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1234: enum Language : size_t - required for VS2015+ to make
1235: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1236: without it (related to feature #1198)
1237:
1238: 2019-12-04 moko
1239:
1240: * src/main/pa_base64.C: unsigned char -> uchar
1241:
1242: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1243: as other libs
1244:
1245: * src/include/pa_version.h: +amd64
1246:
1247: 2019-12-03 moko
1248:
1249: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1250: release
1251:
1252: * src/include/pa_config_includes.h: warning war
1253:
1254: * src/classes/image.C: warning war
1255:
1256: * src/main/pa_globals.C: x64 libs support
1257:
1258: * src/include/pa_config_includes.h: warning war
1259:
1260: * src/types/pa_method.h: warning war
1261:
1.127 moko 1262: 2019-11-28 moko
1263:
1264: * src/classes/math.C: vs2003 compatibility + warning war
1265:
1266: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1267: libxml2-2.9.9 (related to feature #1136)
1268:
1269: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1270: typecast for more compatibility (related to feature #1136)
1271:
1272: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1273: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1274: feature #1136)
1275:
1276: 2019-11-26 moko
1277:
1278: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1279: removed (it was failing in $$var case), condition added
1280:
1.126 moko 1281: 2019-11-25 moko
1282:
1283: * tests/: 397.html, 399.html, results/141.processed,
1284: results/399.processed: base64 options tested
1285:
1286: * src/: classes/math.C, main/pa_http.C: base64 options used
1287:
1288: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1289: implemented (feature #986)
1290:
1291: * src/main/pa_cache_managers.C: whitespace
1292:
1293: * tests/: 397.html, 399.html, results/399.processed: tests for
1294: ^base64 encode options added (related to feature #986)
1295:
1296: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1297: pa_base64_encode(file) removed - more memory, but faster and less
1298: code (related fo feature #986)
1299:
1300: 2019-11-24 moko
1301:
1302: * tests/: 155.html, results/155.processed: limit and offset in
1303: ^table::load[] now supported, thus test added
1304:
1305: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1306: main/pa_common.C: optimization: offset and limit options parsing
1307: moved inside file_load.
1308:
1309: 2019-11-23 moko
1310:
1311: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1312: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1313: optimization: file_read replaced with simplified file_read_binary
1314:
1315: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1316: types/pa_vform.C: whitespace
1317:
1318: * src/: include/pa_common.h, main/pa_common.C: never used params
1319: removed
1320:
1321: 2019-11-21 moko
1322:
1323: * tests/: 193.html, results/193.processed, results/389.processed:
1324: test results updated as now base64 does not discard tail without
1325: padding (related to feature #986)
1326:
1327: 2019-11-20 moko
1328:
1329: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1330: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1331: pa_base64_decode (related to feature #986)
1332:
1333: * tests/398.html: tests for base64 decode added (related to feature
1334: #986)
1335:
1336: * src/main/pa_base64.C: base64_decode rewritten - padding option
1337: support, padding inside base 64 supported (related to feature
1338: #096)
1339:
1340: 2019-11-19 moko
1341:
1342: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1343: FreeBSD 12
1344:
1.125 moko 1345: 2019-11-16 moko
1346:
1347: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1348: support added, step support removed (related to #986)
1349:
1350: 2019-11-15 moko
1351:
1352: * src/classes/math.C: using log since log2 is not present on
1353: FreeBSD < 8.4 (related to feature #1177)
1354:
1355: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1356: pa_base64_size extracted and used for files as well (related to
1357: feature 986)
1358:
1359: 2019-11-14 moko
1360:
1361: * tests/: 397.html, results/397.processed: + content check
1362:
1363: * tests/: 141.html, results/141.processed: make test resuls more
1364: readable
1365:
1366: * tests/: 397.html, results/193.processed, results/397.processed:
1367: test results updated after \x00 character was disabled in
1368: math:convert string mode (related to feature #1177)
1369:
1370: * src/classes/: math.C, string.C: \\x00 character disabled while
1371: converting to string (as in base64, related to feature #1177)
1372:
1373: * src/classes/file.C: more correct arguments separation
1374:
1375: * src/: classes/file.C, classes/math.C, classes/string.C,
1376: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1377: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1378: options added, but not yet implemented (related to feature #986)
1379:
1380: * src/classes/math.C: whitespace
1381:
1382: 2019-11-13 moko
1383:
1384: * tests/: 397.html, results/397.processed: +tainting test (related
1385: to feature #1177)
1386:
1387: * src/classes/math.C: as we now produce not only digits, result
1388: should be tainted (related to feature #1177)
1389:
1390: * src/main/pa_base64.C: whitespace
1391:
1392: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1393: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1394: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1395: implementation moved from pa_common.h and pa_common.C
1396:
1397: 2019-11-12 moko
1398:
1399: * tests/: 275.html, results/275.processed: out of range test fixed,
1400: as ^math:convert now supports arbitrary precision
1401:
1402: 2019-11-11 moko
1403:
1404: * tests/results/389.processed: uctualized error message
1405:
1406: * tests/: 389.html, 397.html, results/397.processed: tests for
1407: ^math:convert added (related to feature #1177)
1408:
1409: * src/classes/math.C: ^math:convert now supports arbitrary
1410: precision, alphabet support added (implements feature #1177)
1411:
1.124 moko 1412: 2019-11-06 moko
1413:
1414: * tests/: 181.html, results/181.processed: entities usage added,
1415: more entites load tests (related to bug #842 discussion)
1416:
1417: 2019-11-05 moko
1418:
1419: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1420: call from xmlFileOpen if http://localhost/<file> was not found
1421: (related to bug #842)
1422:
1423: * src/main/pa_xml_io.C: rename
1424:
1425: * src/main/pa_xml_io.C: +MemoryStream constructor
1426:
1427: * src/main/pa_xml_io.C: whitespace
1428:
1.123 moko 1429: 2019-10-31 moko
1430:
1431: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1432: XML_PARSE_NOENT) added to fix entities load, (related to feature
1433: #1181)
1434:
1.122 moko 1435: 2019-10-25 moko
1436:
1437: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1438: queries tests
1439:
1440: 2019-10-24 moko
1441:
1442: * tests/: 388-sql.html, results/388-sql.processed: support for
1443: pgsql driver test
1444:
1445: * tests/: 388-sql.html, results/388-sql.processed:
1446: multi_statements=1 now tested, mysql test now supported
1447: (connection must be specified in [parser3] section in .my.cnf)
1448: related to issues #1195 and #1194
1449:
1.121 moko 1450: 2019-09-11 moko
1451:
1452: * src/classes/int.C: whitespace
1453:
1454: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1455: exception test
1456:
1457: * tests/results/388-sql.processed: sql queries now shown (related
1458: to feature #1196)
1459:
1460: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1461: with old parser versions.
1462:
1463: * src/: classes/file.C, classes/hash.C, classes/string.C,
1464: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1465: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1466: instead of connect string in query_event_handlers exceptions
1467: (implements feature #1196)
1468:
1.120 moko 1469: 2019-09-06 moko
1470:
1471: * tests/388-sql.html: mysql compat
1472:
1473: * src/: classes/hash.C, classes/string.C, classes/table.C,
1474: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1475: sql_ variables declaration moved to pa_common.h
1476:
1.116 moko 1477: 2019-01-15 moko
1478:
1479: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1480: logically sorted
1481:
1482: 2018-12-27 moko
1483:
1484: * src/include/pa_config_includes.h: warning war:
1485: -Wdeprecated-register added for C++ 17
1486:
1487: 2018-10-15 moko
1488:
1489: * configure.ac: FreeBSD 11.2 can be build with ./configure
1490: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1491: --with-xml=/usr/local/
1492:
1493: 2018-09-24 moko
1494:
1495: * tests/: 396.html, 396.tiff, results/396.processed: test for
1496: ^image::measure[] now supports tiff added (related to feature
1497: #1188)
1498:
1499: * src/classes/image.C: ^image::measure[] now supports tiff
1500: (implements feature #1188)
1501:
1502: 2018-09-20 moko
1503:
1504: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1505: files measure added (related to ticket #1188)
1506:
1507: * src/classes/image.C: measure of bmp files implemented (related to
1508: ticket #1188)
1509:
1510: 2018-09-18 moko
1511:
1512: * tests/: 394-curl.html, results/394-curl.processed,
1513: results/auto.p: test for bug #1187 (max_file_size check for head
1514: requests) added
1515:
1516: 2018-08-24 moko
1517:
1518: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1519: response content-length check is required (fixes bug #1187)
1520:
1521: 2018-05-11 moko
1522:
1523: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1524: $.append(bool) ] option added (related to feature #919)
1525:
1526: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1527: from misha@ patch (implements feature #919)
1528:
1529: 2018-03-22 moko
1530:
1531: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1532: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1533: with 128kb buffer. Now works at least 12 times faster. :) May be
1534: Windows-only problem.
1535:
1536: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1537: build fix)
1538:
1539: 2018-02-03 moko
1540:
1541: * src/main/execute.C: removes irrelevant lines from exception stack
1542: trace when exceptions occurs in assigment (fixes bug #1165)
1543:
1544: * tests/: 393.html, results/393.processed: test for behavour after
1545: "Property can not be created, already exists field with that
1546: name" exception removed (related to feature #1183)
1547:
1548: * src/types/pa_vclass.C: "Property can not be created, already
1549: exists field with that name" exception removed (implements
1550: feature #1183)
1551:
1552: 2018-01-19 moko
1553:
1554: * src/classes/string.C: whitespace
1555:
1556: * src/classes/string.C: whitespace
1557:
1558: * tests/: 392.html, results/392.processed: test for
1559: ^regex::create[$regex] added (related to feature #1135)
1560:
1561: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1562: ^regex::create[$regex] added (implements feature #1135)
1563:
1564: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1565: commented define added (related to feature #1157)
1566:
1567: 2018-01-17 moko
1568:
1569: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1570:
1571: 2018-01-15 moko
1572:
1573: * tests/: 390.html, results/390.processed: real path replaced by
1574: stub
1575:
1576: * tests/: 391.html, results/391.processed: test for feature #1181
1577: (XML_PARSE_HUGE exception) added
1578:
1579: 2018-01-11 moko
1580:
1581: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1582: XML_PARSE_HUGE option passed by default (implements feature
1583: #1181)
1584:
1585: * src/classes/string.C: whitespace
1586:
1587: 2017-12-10 moko
1588:
1589: * tests/: 389.html, 390.html, results/389.processed,
1590: results/390.processed: image code coverage tests added (related
1591: to feature #1125)
1592:
1593: 2017-12-08 moko
1594:
1595: * tests/: 346-curl.html, 388-sql.html, 389.html,
1596: results/346-curl.processed, results/388-sql.processed,
1597: results/389.processed: more code coverage tests
1598:
1599: * tests/: 264.html, results/264.processed: code coverage for
1600: ^file::exec[]
1601:
1602: 2017-12-07 moko
1603:
1604: * tests/: 174.html, 388-sql.html, 389.html,
1605: results/388-sql.processed, results/389.processed,
1606: results/174.processed: more coverage tests
1607:
1608: * src/classes/math.C: exception text actualized
1609:
1610: 2017-12-06 moko
1611:
1612: * tests/388-sql.html: $SQL can be here
1613:
1614: * tests/results/auto.p: $SQL not required here
1615:
1616: * tests/: 388-sql.html, 389.html, Makefile,
1617: results/388-sql.processed, results/389.processed, results/auto.p:
1618: code coverage tests for sql (using sqlite) and int/double/bool
1619: added (related to feature #1125)
1620:
1621: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1622: lib/json/json.vcproj, lib/md5/md5.vcproj,
1623: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1624: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1625: targets/apache/ApacheModuleParser3Core.vcproj,
1626: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1627: types/types.vcproj: gc\include no longer required
1628:
1629: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1630: required
1631:
1632: * src/: classes/Makefile.am, classes/table.C,
1633: include/pa_config_includes.h, include/pa_string.h,
1634: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1635: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1636: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1637: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1638: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1639: used, we now include it directly
1640:
1641: 2017-12-04 moko
1642:
1643: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1644: memcached/memcached.vcproj, punycode/punycode.vcproj,
1645: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1646: where required
1647:
1648: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1649: now can be used to trace memory allocations
1650:
1651: * src/: classes/table.C, include/pa_config_includes.h,
1652: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1653: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1654: method removes, libcord also can work without libgc
1655:
1656: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1657:
1658: 2017-11-29 moko
1659:
1660: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1661: are not present (related to feature #1173)
1662:
1663: * tests/346-curl.html: test updated to test curl content-length bug
1664: (related to feature #1173)
1665:
1666: * tests/results/346-curl.processed: more test for content-length
1667: curl bug (related to feature #1173)
1668:
1669: * tests/results/346-curl.processed: test results updated after
1670: #1173 implemented
1671:
1672: 2017-11-28 moko
1673:
1674: * src/classes/curl.C: another libcurl Content-length bug walkaround
1675: (related to feature #1173)
1676:
1677: 2017-11-27 moko
1678:
1679: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1680: $.http_version[version string] added (implements feature #1173),
1681: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1682: where $post(true) bug existed.
1683:
1684: 2017-11-18 moko
1685:
1686: * src/include/pa_memory.h: warning war (related to feature #1170)
1687:
1688: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1689: feature #1170)
1690:
1691: 2017-11-17 moko
1692:
1693: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1694: std::basic_stringstream used in ^table.csv-string[] is compatible
1695: with delete usage check only under Debian 9 (related to feature
1696: #1170)
1697:
1698: 2017-11-16 moko
1699:
1700: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1701: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1702: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1703: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1704: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1705: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1706: stubs defend from accidental use (implements feature #1170)
1707:
1708: 2017-06-24 moko
1709:
1710: * configure.ac: minor fix: thanks to alx@
1711:
1.115 moko 1712: 2017-05-29 moko
1713:
1714: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1715: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1716: added to avoid cutting of UTF-8 chars (fixed bug #123)
1717:
1718: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1719: ignored, =?UTF-8?Q?= should start in case of leading space
1720: (related to bug #123)
1721:
1722: * buildall: echo -n -> printf for OS X. :)
1723:
1724: 2017-05-25 moko
1725:
1726: * tests/: 288.html, results/288.processed: test updated afted
1727: setting $o.prop without setter exception removed (related to
1728: feature #1157)
1729:
1730: * src/types/pa_vclass.C: no more "this property has no setter
1731: method" when setting $o.prop without setter (implements feature
1732: #1157)
1733:
1734: * buildall: echo \c -> echo -n for FreeBSD
1735:
1736: * configure, configure.ac, src/include/pa_config_auto.h.in,
1737: src/types/pa_vdouble.h: isfinite now checked in configure
1738:
1739: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1740: upgraded to automake 1.15
1741:
1742: 2017-05-23 moko
1743:
1744: * src/types/pa_vdouble.h: finite returned where isfinite not
1745: defined
1746:
1747: 2017-05-22 moko
1748:
1749: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1750:
1751: * buildall: extern CFLAGS setting support
1752:
1753: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1754:
1755: * buildall: http -> https
1756:
1757: * buildall: gc-7.2f -> gc-7.6.0
1758:
1759: 2017-05-20 moko
1760:
1761: * buildall: https, pcre, xml, xslt updated to current versions
1762: (related to feature #1136)
1763:
1764: 2017-05-19 moko
1765:
1766: * tests/097.html: after parser.ru moved to https
1767:
1768: 2017-05-17 moko
1769:
1770: * tests/results/: 175.processed, 372.processed: tests resuls
1771: updated after lintian spelling typos fixed (related to bug #1156)
1772:
1773: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1774: classes/string.C, classes/table.C, main/pa_charset.C,
1775: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1776: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1777: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1778:
1779: * tests/results/096.processed: +XMP
1780:
1781: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1782: $.xmp(true) options tested (test for feature #1154)
1783:
1784: * src/classes/image.C: ^image:measure[] options $.exif(false)
1785: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1786: fetched by default! (implements feature #1154)
1787:
1788: 2017-05-16 moko
1789:
1790: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1791: allowed (related to feature #1154)
1792:
1793: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1794: initial XMP implementation - without options and transcode
1795: (related to feature #1154)
1796:
1797: 2017-05-12 moko
1798:
1799: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1800: image: exif moved to ffields, skipped in ^image.html[] where
1801: iterators now used (preparation for feature #1154)
1802:
1803: 2017-05-05 moko
1804:
1805: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1806: results/387.processed: test for circular class inheritance check
1807: added (related to bug #1150)
1808:
1809: * src/types/pa_vstateless_class.C: circular class inheritance check
1810: added (fixes endless add_derived bug #1150)
1811:
1812: 2017-05-04 moko
1813:
1814: * tests/: 386.html, results/386.processed: test for
1815: $table.value(number) added (related to feature #1152)
1816:
1817: * src/types/pa_vtable.C: table put_element: column value must be
1818: string - > column value must be string compatible to allow
1819: $t.value(1) (implements feature #1152)
1820:
1821: 2017-05-03 moko
1822:
1823: * src/main/pa_request.C: $use[$method] is not possible, reverting
1824: (related to feature #1151)
1825:
1826: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1827: not possible, removing test (related to feature #1151)
1828:
1829: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1830: get_element_method added and used to allow $use[$method] and
1831: $autouse[$method] (implements feature 1151)
1832:
1833: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1834: variable added (related to feature #1151)
1835:
1836: * tests/results/226.processed: actualized after ^try-catch used
1837:
1838: * tests/: 226.html, 385.html, results/385.processed: test for
1839: @autouse in variable added
1840:
1841: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1842:
1.114 moko 1843: 2017-02-27 moko
1844:
1845: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1846:
1.113 moko 1847: 2017-02-20 moko
1848:
1849: * operators.txt: actualization + beauty
1850:
1851: 2017-02-16 moko
1852:
1853: * tests/: 384.html, results/384.processed: test for
1854: ^reflection:mixin[; $.name[] ] option added (related to feature
1855: #1089)
1856:
1857: * tests/: 384.html, results/384.processed: test for
1858: ^reflection:mixin[] added (related to feature #1089)
1859:
1860: * src/types/pa_value.h: warning war: virtual ~Value() added
1861:
1.112 moko 1862: 2017-02-15 moko
1863:
1864: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1865: fixed
1866:
1867: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1868: test added (related to feature #1069)
1869:
1870: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1871: compilation without HASH_ORDER fixed
1872:
1873: * src/: classes/reflection.C, include/pa_hash.h:
1874: $.reverse(true/false) added to ^reflection:methods[] (related to
1875: feature #1069)
1876:
1877: 2017-02-14 moko
1878:
1879: * tests/: 152.html, results/152.processed: test for $._default hash
1880: added (related to bug #1131)
1881:
1882: * tests/: 277.html, results/277.processed: test for hash with only
1883: $._default is now defined (related to bug #1131)
1884:
1885: * src/types/pa_vhash.h: hash with only $._default is now defined
1886: (fixed bug #1131)
1887:
1888: 2017-02-13 moko
1889:
1890: * tests/cat-windows.sh: cat-windows added (cygwin required)
1891:
1892: * tests/: 171.html, 264.html, 286.html, 370.html,
1893: results/320.processed, results/375.processed, results/auto.p:
1894: cat-windows.sh support added
1895:
1896: * tests/375.html: Windows support
1897:
1898: * tests/270.html: documented
1899:
1900: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1901: (not backslashes) even under Windows (broke test 270)
1902:
1903: 2017-02-12 moko
1904:
1905: * tests/: descript.ion, todo.txt: cleanup
1906:
1907: 2017-02-09 moko
1908:
1909: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1910: run_tests.cmd: Windows compatibility
1911:
1912: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1913: incorrectly (GMT) if parser is called from cygwin
1914:
1.111 moko 1915: 2017-02-08 moko
1916:
1.112 moko 1917: * operators.txt: actualization 15% completed
1918:
1919: * operators.txt: cp1251 -> utf-8
1920:
1921: * NEWS, README: minor update
1922:
1923: * src/include/pa_config_includes.h: warning war continues
1924:
1925: * src/: include/pa_config_includes.h, include/pa_memory.h,
1926: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1927: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1928: gcc 6.x issues fixed
1929:
1.111 moko 1930: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1931: classes/classes.h, classes/curl.C, classes/date.C,
1932: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1933: classes/hashfile.C, classes/image.C, classes/inet.C,
1934: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1935: classes/memcached.C, classes/memory.C, classes/op.C,
1936: classes/reflection.C, classes/regex.C, classes/response.C,
1937: classes/string.C, classes/table.C, classes/void.C,
1938: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1939: include/pa_array.h, include/pa_cache_managers.h,
1940: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1941: include/pa_config_fixed.h, include/pa_config_includes.h,
1942: include/pa_dictionary.h, include/pa_dir.h,
1943: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1944: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1945: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1946: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1947: include/pa_request_charsets.h, include/pa_request_info.h,
1948: include/pa_sapi.h, include/pa_socks.h,
1949: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1950: include/pa_stack.h, include/pa_string.h,
1951: include/pa_stylesheet_connection.h,
1952: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1953: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1954: include/pa_uue.h, include/pa_xml_exception.h,
1955: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1956: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1957: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1958: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1959: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1960: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1961: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1962: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1963: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1964: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1965: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1966: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1967: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1968: main/pa_string.C, main/pa_stylesheet_connection.C,
1969: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1970: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1971: main/untaint.C, sql/pa_sql_driver.h,
1972: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1973: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1974: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1975: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1976: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1977: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1978: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1979: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1980: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1981: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1982: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1983: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1984: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1985: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1986: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1987: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1988: types/pa_vmemcached.h, types/pa_vmemory.h,
1989: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1990: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1991: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1992: types/pa_vresponse.C, types/pa_vresponse.h,
1993: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1994: types/pa_vstateless_object.h, types/pa_vstatus.C,
1995: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1996: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1997: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1998: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1999: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2000: 2015->2017
2001:
1.110 moko 2002: 2017-02-07 moko
2003:
2004: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2005:
2006: 2017-02-06 moko
2007:
2008: * src/main/pa_common.C: minor fixes, whitespace
2009:
2010: * src/: classes/curl.C, classes/file.C, classes/image.C,
2011: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2012: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2013: now used (implements feature #1081)
2014:
2015: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2016:
2017: 2017-02-01 moko
2018:
2019: * src/include/pa_request.h: cleanup
2020:
2021: 2017-01-30 moko
2022:
2023: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2024:
2025: 2017-01-29 moko
2026:
2027: * tests/: 383.html, results/383.processed: test for
2028: ^reflection:stack[] added (related to feature #1052)
2029:
2030: * src/classes/reflection.C: else added
2031:
2032: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2033: $.max_file_lock_wait added (implements feature #1128)
2034:
2035: 2017-01-28 moko
2036:
2037: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2038: body and other cases tests added (related to featue #1014)
2039:
2040: * src/classes/curl.C: bug if response is empty fixed (related to
2041: feature #1014)
2042:
2043: 2017-01-27 moko
2044:
2045: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2046: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2047: added (implements feature #1052)
2048:
2049: 2017-01-25 moko
2050:
2051: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2052: method test added
2053:
2054: 2017-01-23 moko
2055:
2056: * src/classes/reflection.C: optimization: options->get replaced by
2057: hash iterator
2058:
2059: * tests/: 381.html, results/381.processed: now -> fixed date
2060:
2061: * src/main/pa_request.C: warning war
2062:
2063: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2064: 5Mb (fixes bug #1058)
2065:
2066: * src/classes/curl.C: warning war
2067:
2068: * tests/: 381.html, results/381.processed: tests for ^json:string
2069: $.one-line(true) option added (related to feature #1124)
2070:
2071: * src/: classes/json.C, types/pa_value.h: $json-string
2072: $.one-line(true|false) options is now supported (implements
2073: feature #1124)
2074:
2075: * tests/: 380.html, results/380.processed: test for modified
2076: $.max_file_size added (related to bug #1014)
2077:
2078: * tests/: 379.html, results/auto.p: tests for rewritten http file
2079: load added (related to bug #1014)
2080:
2081: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2082: main/pa_common.C, main/pa_http.C: check_file_size added and used
2083: in curl / file load from disk and http, http file load rewritten
2084: (related to bug #1014)
2085:
2086: 2017-01-18 moko
2087:
2088: * tests/: 378.html, results/378.processed: tests for ^result[]
2089: added (related to feature #66)
2090:
2091: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2092: Method::CO_WITHOUT_FRAME as frame still added in expression
2093: (related to feature #66)
2094:
2095: 2017-01-17 moko
2096:
2097: * tests/: 377.html, results/377.processed: test for different
2098: combinations of breaks in body and delimiter (related to bug
2099: #1077)
2100:
2101: * tests/: 376.html, results/376.processed: many ^break[] tests
2102: added (related to bug #1077)
2103:
2104: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2105: passed to native method" exception added to avoid bugs due to
2106: WRITE_EXPR_RESULT skipped and native methods execution continues
2107: after ^break[] (related to bug #1077)
2108:
2109: 2017-01-14 moko
2110:
2111: * tests/: 330.html, results/330.processed: test results updated
2112: after ^break[] bugs where fixed (related to bug #1077)
2113:
2114: * tests/: 329.html, results/329.processed: test results updated
2115: after ^break[] bugs where fixed (related to bug #1077)
2116:
2117: * tests/results/320.processed: ^return[] added
2118:
2119: 2017-01-13 moko
2120:
2121: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2122: classes/table.C, include/pa_request.h, main/execute.C,
2123: main/pa_request.C, targets/cgi/parser3.C,
2124: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2125: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2126: checked after each possible process/execute call (fixes bug
2127: #1077)
2128:
2129: 2016-12-29 moko
2130:
2131: * src/main/pa_common.C: warning war
2132:
2133: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2134: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2135: pa_file_size_limit added, ^math:random fixed for upper limit and
2136: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2137: (related to feature #1014)
2138:
2139: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2140: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2141: (related to feature #1014)
2142:
2143: 2016-12-28 moko
2144:
2145: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2146: warning war
2147:
2148: 2016-12-26 moko
2149:
2150: * tests/: 341.html, results/341.processed: test for
2151: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2152:
2153: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2154: (related to feature #1057)
2155:
2156: * src/types/pa_vdate.C: warning war continues...
2157:
2158: * src/: classes/date.C, classes/image.C, classes/table.C,
2159: include/pa_config_includes.h, types/pa_vfile.C: warning war
2160:
2161: * src/lib/gd/gifio.C: warning war / cleanup
2162:
2163: * src/lib/json/pa_json.C: warning war
2164:
2165: * src/classes/hash.C: warning war
2166:
2167: * src/types/pa_vfile.C: warning war
2168:
2169: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2170: -Wall warning war continues
2171:
2172: * configure.ac: --with-build-warnings actualized
2173:
2174: 2016-12-25 moko
2175:
2176: * src/main/pa_exec.C: -wAll warning war
2177:
2178: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2179: -wAll warning war
2180:
2181: * src/: include/pa_common.h, include/pa_sapi.h,
2182: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2183: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2184: -wAll warning war
2185:
2186: 2016-12-23 moko
2187:
2188: * src/lib/ltdl/Makefile.am: extra dist added
2189:
2190: * tests/results/344.processed: test result updated after $file.text
2191: prefetched in ^hash::create[$file] (related to feature #1075)
2192:
2193: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2194: ^hash::create[$file] (related to feature #1075)
2195:
2196: 2016-12-22 moko
2197:
2198: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2199: main/pa_request.C, main/pa_stylesheet_connection.C,
2200: types/pa_vfile.C: file_stat now return 64-bit size (implements
2201: #1014 under 32-bit unix versions)
2202:
2203: 2016-12-21 moko
2204:
2205: * tests/: 375.html, results/375.processed: test for exec returning
2206: stated file added (related to feature #1119)
2207:
2208: * src/classes/file.C: load should not return file with null body
2209: (fixes bug #1119)
2210:
2211: 2016-12-14 moko
2212:
2213: * tests/: 374.html, results/374.processed: test for $method.name
2214: added (related to feature #1117) plus method returning junction
2215: test
2216:
2217: 2016-12-13 moko
2218:
2219: * src/: include/pa_symbols.h, main/pa_symbols.C,
2220: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2221: (implements feature #1117)
2222:
2223: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2224: HEAD and TRACE can't have body (implements feature #1116)
2225:
2226: 2016-12-09 moko
2227:
2228: * tests/: 373.html, results/373.processed: tests for
2229: ^reflection:tainting added (related to feature #1098)
2230:
2231: * src/classes/reflection.C: ^reflection:tainting arguments order
2232: change (related to feature #1098)
2233:
2234: 2016-12-06 moko
2235:
2236: * src/: classes/reflection.C, include/pa_string.h,
2237: main/pa_string.C: ^reflection:tainting[$string] added (implements
2238: feature #1098)
2239:
2240: 2016-12-05 moko
2241:
2242: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2243: (fixes bug #1114)
2244:
2245: 2016-12-04 moko
2246:
2247: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2248: check added
2249:
2250: 2016-12-03 moko
2251:
2252: * tests/: 346-curl.html, results/346-curl.processed: test modified
2253: to test value.as_hash() usage
2254:
2255: * src/classes/curl.C: value.as_hash() used for correct hash
2256: processing
2257:
2258: * src/classes/reflection.C: exceptions texts fixes
2259:
2260: 2016-12-02 moko
2261:
2262: * tests/: 372.html, results/372.processed: tests for
2263: ^reflection:create[ $.class[name] $.constructor[name]
2264: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2265: feature #1094)
2266:
2267: * src/types/pa_vmethod_frame.h: comment added: params should be
2268: declared outside of *_FRAME_ACTION as MethodParams destructor
2269: will be called in ~VNativeMethodFrame
2270:
2271: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2272: ] minor fix
2273:
2274: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2275: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2276: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2277: now supported (implements feature #1094) value::as_hash added
2278: (and should be used everywhere)
2279:
2280: * src/classes/reflection.C: cleanup
2281:
2282: 2016-12-01 moko
2283:
2284: * tests/: 356.html, results/356.processed: test for method
2285: junctions class name added to the resulting hash added (related
2286: to feature #1068)
2287:
2288: * src/classes/reflection.C: for method junctions class name added
2289: to the resulting hash (related to feature #1068)
2290:
2291: 2016-11-30 moko
2292:
2293: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2294: exception (related to bug #1113)
2295:
2296: * src/types/pa_vhashfile.C: whitespace
2297:
2298: * src/main/pa_os.C: errno now returned as it should (fixes bug
2299: #1113)
2300:
2301: * tests/results/: 175.processed, 192.processed, 224.processed,
2302: 229.processed, 239.processed, 244.processed, 246.processed,
2303: 314.processed, 352.processed: tests results updated after method
2304: call exceptions improved as method now keeps its name
2305:
2306: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2307: types/pa_vmethod_frame.h: method call exceptions improved as
2308: method now keeps its name
2309:
2310: * tests/: 224.html, 239.html, results/224.processed,
2311: results/239.processed: tests and tests results updated after
2312: Request::construct exception changed
2313:
2314: * src/: classes/reflection.C, main/execute.C: Request::construct
2315: exception optimized
2316:
2317: * tests/: 371.html, results/371.processed: test for
2318: WWrapper.get_element call in $.name.key[value] code added
2319: (related to feature #1091)
2320:
2321: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2322: in $.name.key[value] code (related to feature #1091)
2323:
2324: 2016-11-29 moko
2325:
2326: * src/classes/op.C: VS warning war
2327:
2328: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2329: C4239: nonstandard extension used : 'return' : conversion from
2330: 'Value' to 'Value &' (related to feature #1020)
2331:
2332: * src/: main/execute.C, types/pa_vmethod_frame.h,
2333: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2334: used : 'return' : conversion from 'Value' to 'Value &' (related
2335: to feature #1020)
2336:
2337: * src/main/execute.C: VS warning war
2338:
2339: * src/targets/cgi/parser3.C: VS compatibility fix
2340:
2341: * src/include/pa_request.h: VS warning war
2342:
2343: * tests/: 370.html, results/370.processed: test for ^file::exec[
2344: ... $.stdin[$binary_file] ] added (related to bug #1044)
2345:
2346: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2347: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2348: $.stdin[$binary_file] (fixes bug #1044)
2349:
2350: 2016-11-28 moko
2351:
2352: * src/main/pa_exec.C: whitespace
2353:
2354: * src/main/pa_request.C: whitespace
2355:
2356: * tests/: 369.html, results/369.processed: test for
2357: $response:status usage added (related to feature #1099)
2358:
2359: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2360: if < 100 (implements feature #1099)
2361:
2362: * src/targets/cgi/parser3.C: whitespace
2363:
2364: * src/targets/cgi/parser3.C: whitespace
2365:
2366: * tests/: 368.html, results/368.processed: test updated after
2367: ^reflection:filename[$method] added (related to feature #1053)
2368:
2369: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2370: main/compile.y, main/execute.C, main/pa_request.C,
2371: types/pa_vclass.h: filename -> filespec,
2372: ^reflection:filename[$method] added (related to feature #1053)
2373:
2374: 2016-11-27 moko
2375:
2376: * tests/: 368.html, results/368.processed: test for
2377: reflection:filename[$class or object] added (related to feature
2378: #1053)
2379:
2380: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2381: types/pa_vstateless_class.h: ^reflection:filename[$class or
2382: object] added (implements feature #1053)
2383:
2384: 2016-11-26 moko
2385:
2386: * src/: include/pa_request_info.h,
2387: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2388: remove_absolute_uri -> strip_absolute_uri
2389:
2390: 2016-11-25 moko
2391:
2392: * src/: include/pa_request_info.h,
2393: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2394: request_info.remove_absolute_uri added to remove possible
2395: http://site.name/ from $request:uri (implements feature #1112)
2396:
2397: 2016-11-24 moko
2398:
2399: * tests/: 367-curl.html, results/367-curl.processed: test for
2400: previous request headers clearing after redirect added (related
2401: to bug #1109)
2402:
2403: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2404: response headers from previous requests are now cleared, only
2405: last request headers are collected (fixes bug #1109)
2406:
2407: * tests/results/: 266.processed, 321.processed, 356.processed:
2408: tests results updated as method name now added to the resulting
2409: hash for new syntax only (Imp1 compatimility fixed, related to
2410: feature #1068)
2411:
2412: * src/classes/reflection.C: method name now added to the resulting
2413: hash for new syntax only (Imp1 compatimility fixed, related to
2414: feature #1068)
2415:
2416: * tests/results/366.processed: test for native and parser
2417: implementation of ^use[] logic (related to feature #1074)
2418:
2419: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2420: for native and parser implementation of ^use[] logic (related to
2421: feature #1074)
2422:
2423: 2016-11-23 moko
2424:
2425: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2426: main/pa_request.C: @USE file now implemented as ^use[file;
2427: $.origin[origin_file] ] (implements feature #1074)
2428:
1.109 moko 2429: 2016-11-21 moko
2430:
1.110 moko 2431: * tests/: 365.html, results/365.processed: test for $caller bugs in
2432: 3.4.4 and $caller.method now tested (related to feature #1110)
2433:
2434: * tests/: 364.html, results/364.processed: $caller usage in
2435: different contexts now tested (related to feature #1110)
2436:
2437: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2438:
2439: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2440:
1.109 moko 2441: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2442: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2443: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2444: used (implements feature #1110)
2445:
2446: 2016-11-20 moko
2447:
2448: * src/types/pa_vdouble.h: whitespace
2449:
2450: 2016-11-11 moko
2451:
2452: * tests/: 363.html, results/363.processed: more tests for feature
2453: #1091 (how parser methods work in expression context)
2454:
2455: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2456: expressions strings are now written as strings, not values by
2457: write_as_string (related to feature #1091)
2458:
2459: * src/classes/op.C: to make more correct behavour in expression
2460: context
2461:
2462: 2016-11-07 moko
2463:
2464: * tests/: 362.html, results/362.processed: test for
2465: xsltParseStylesheetDoc caching as xsl modification after it added
2466: (related to bug #1108)
2467:
2468: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2469: result now cached as xdoc is modified after it (fixes bug #1108)
2470:
2471: 2016-11-06 moko
2472:
2473: * src/types/pa_vxdoc.h: whitespace
2474:
2475: 2016-11-05 moko
2476:
2477: * src/types/pa_vmethod_frame.h: cleanup
2478:
2479: 2016-11-03 moko
2480:
2481: * tests/results/244.processed: more correct exception after method
2482: frames separation
2483:
2484: * src/types/pa_vmethod_frame.h: minor optimizaion
2485:
2486: * src/types/pa_method.h: optimization: params_count added
2487:
2488: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2489: include/pa_request.h, main/execute.C, main/pa_request.C,
2490: types/pa_value.C, types/pa_vmethod_frame.C,
2491: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2492: VMethodFrame now divided into VNativeMethodFrame,
2493: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2494: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2495: and used (related to feature #1104)
2496:
2497: 2016-11-02 moko
2498:
2499: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2500: classes/double.C, classes/file.C, classes/hash.C,
2501: classes/hashfile.C, classes/image.C, classes/inet.C,
2502: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2503: classes/memcached.C, classes/op.C, classes/reflection.C,
2504: classes/regex.C, classes/string.C, classes/table.C,
2505: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2506: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2507: r.write (implements feature #1091)
2508:
2509: * src/main/execute.C: cleanup (related to feature #1104)
2510:
2511: * src/: include/pa_request.h, main/execute.C,
2512: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2513: added, in_expression removed (implements feature #1104)
2514:
2515: 2016-10-31 moko
2516:
2517: * src/types/pa_value.C: whitespace
2518:
2519: 2016-10-28 moko
2520:
2521: * tests/results/244.processed: updated after error reporting fixed
2522: in pa_wcontext.C
2523:
2524: * src/types/pa_wcontext.C: error reporting fixed
2525:
2526: * src/types/pa_wcontext.h: whitespace
2527:
2528: * src/classes/image.C: not fully readed entries are no longer
2529: processed (fixes bug #1106)
2530:
2531: 2016-10-26 moko
2532:
2533: * src/classes/image.C: whitespace
2534:
2535: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2536: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2537: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2538: longer required (related to feature #1091)
2539:
2540: * tests/results/: 264.processed, 350.processed: test results update
2541: reverted (whitespace optimization) after write_no_lang removed :)
2542: (related to feature #1091)
2543:
2544: * src/: classes/file.C, classes/hash.C, classes/op.C,
2545: classes/string.C, classes/table.C, classes/void.C,
2546: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2547: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2548: equal write_pass_lang (related to feature #1091)
2549:
2550: * tests/results/: 264.processed, 350.processed: test results
2551: updated (whitespace optimization) after write_assign_lang removed
2552: (related to feature #1091)
2553:
2554: * tests/: 361.html, results/361.processed: test for non-string
2555: ^untaint added (related to feature #1091)
2556:
2557: * src/: classes/curl.C, classes/date.C, classes/file.C,
2558: classes/hash.C, classes/op.C, classes/string.C,
2559: include/pa_request.h, main/execute.C: optimization:
2560: write_assign_lang removed as not required (first part of feature
2561: #1091 implementation)
2562:
1.108 moko 2563: 2016-10-12 moko
2564:
2565: * tests/: 360.html, results/360.processed: more test code (related
2566: to feature #1104)
2567:
2568: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2569: include/pa_request.h, main/compile.y, main/execute.C: opcode
2570: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2571: WContext is next task (implements feature #1104)
2572:
2573: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2574: / CO_WITHOUT_WCONTEXT
2575:
2576: * tests/: 360.html, results/360.processed: test for in expression
2577: state (related to feature #1104)
2578:
2579: 2016-10-11 moko
2580:
2581: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2582:
2583: * src/classes/op.C: default value removed from initializer
2584:
2585: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2586:
2587: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2588:
2589: 2016-10-10 moko
2590:
2591: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2592: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2593: to feature #42)
2594:
2595: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2596: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2597:
2598: 2016-10-08 moko
2599:
2600: * src/classes/double.C: whitespace
2601:
2602: 2016-10-07 moko
2603:
2604: * src/types/pa_vmethod_frame.h: reorder
2605:
2606: 2016-10-06 moko
2607:
2608: * src/classes/date.C: typo
2609:
2610: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2611:
2612: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2613: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2614: types/pa_vmethod_frame.h: params.get now returns Value&, not
2615: Value*
2616:
2617: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2618:
2619: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2620: removed; first as_* code rewrite
2621:
2622: 2016-10-05 moko
2623:
2624: * src/include/pa_request.h: whitespace
2625:
2626: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2627: intercept_string added (related to feature #1097)
2628:
2629: * src/: classes/image.C, classes/op.C, classes/table.C,
2630: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2631: optimization: intercept_string removed (implements feature #1097)
2632:
2633: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2634:
2635: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2636: from VCodeFrame and WWrapper as not required
2637:
2638: 2016-10-04 moko
2639:
2640: * src/: classes/curl.C, classes/date.C, classes/double.C,
2641: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2642: classes/int.C, classes/json.C, classes/op.C,
2643: classes/reflection.C, classes/string.C, classes/table.C,
2644: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2645: proces_to_value -> process after StringOrValue removed (related
2646: to feature #1020)
2647:
2648: * src/classes/form.C: whitespace
2649:
2650: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2651:
2652: * tests/: 357.html, 358.html, results/357.processed,
2653: results/358.processed, results/auto.p: test for @conf
2654: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2655:
2656: 2016-10-03 moko
2657:
2658: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2659: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2660: supported (implements feature #42)
2661:
2662: * src/types/pa_vregex.h: no reason for VRegex to be
2663: is_evaluated_expr
2664:
2665: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2666: (implements feature #1095)
2667:
2668: 2016-10-01 moko
2669:
2670: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2671: false by default (related to feature #1089)
2672:
2673: 2016-09-30 moko
2674:
2675: * src/types/pa_wcontext.h: cleanup
2676:
2677: 2016-09-29 moko
2678:
2679: * src/main/execute.C: whitespace
2680:
2681: * src/include/pa_request.h: whitespace
2682:
2683: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2684: classes/op.C, classes/table.C, include/pa_request.h,
2685: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2686: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2687: StringOrValue removed as it just slows down and adds complexity
2688: (implements feature #1020)
2689:
2690: 2016-09-28 moko
2691:
2692: * tests/: 356.html, results/266.processed, results/321.processed,
2693: results/356.processed: tests updated after name was added to
2694: method_info hash, test for ^reflection:method_info[junction]
2695: added (related to feature #1068)
2696:
2697: * src/classes/reflection.C: ^reflection:method_info[junction] now
2698: supported, method name added to the resulting hash (implements
2699: feature #1068)
2700:
2701: * tests/: 276.html, results/276.processed: more tests for
2702: ^reflection:delete[]
2703:
2704: * src/classes/reflection.C: fixed bug then ^reflection:delete
2705: didn't work on class and could damage native objects (like file)
2706:
2707: 2016-09-26 moko
2708:
2709: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2710: results/345.processed, results/346-curl.processed,
2711: results/347-curl.processed, results/348.processed: numbers added
2712: to simplify diff analysis
2713:
2714: * tests/: 352.html, results/352.processed: test result updated as
2715: method name used
2716:
2717: * src/classes/reflection.C: method name used
2718:
2719: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2720: its name
2721:
2722: * src/types/pa_method.h: whitespace
2723:
2724: * src/classes/reflection.C: both method and field with one name can
2725: exist.
2726:
2727: * src/classes/reflection.C: ^reflection:mixin added (implements
2728: feature #1089)
2729:
2730: * tests/: 355.html, results/355.processed: property appears in
2731: derived class if added in base test added
2732:
2733: * src/types/pa_vstateless_class.h: get_method declaration +
2734: whitespace
2735:
2736: * tests/: 354.html, results/354.processed: nice test from method
2737: and property with one name in class added
2738:
2739: 2016-09-23 moko
2740:
2741: * src/classes/reflection.C: ^reflection:method usage documented
2742:
2743: 2016-09-22 moko
2744:
2745: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2746: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2747: compile warning and GPF occures on VS2003 (related to feature
2748: #1087)
2749:
2750: * tests/: 350.html, results/350.processed: test added for
2751: $.encloser[] support in ^table::create (related to feature #11)
2752:
2753: * src/classes/table.C: another minor fix (related to feature #11)
2754:
1.107 moko 2755: 2016-09-21 moko
2756:
2757: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2758:
2759: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2760: classes/json.C, classes/string.C, classes/table.C,
2761: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2762: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2763: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2764: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2765: pa_charsets, vs2015 warning war
2766:
2767: * src/classes/table.C: vs2015 warning war
2768:
2769: * src/types/pa_vdate.C: vs2015 warning war
2770:
2771: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2772:
2773: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2774: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2775:
2776: * src/main/pa_common.C: vs2015 compilation fixes
2777:
2778: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2779: vs2015 compilation fixes
2780:
2781: * src/main/pa_charset.C: vs2015 warning war
2782:
2783: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2784:
2785: * src/main/pa_charset.C: vs2015 warning war
2786:
2787: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2788:
2789: * src/types/pa_vdate.C: vs2015 compilation fix
2790:
2791: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2792:
2793: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2794: VS2015 compilation fixes
2795:
2796: * src/classes/table.C: minor fix (related to feature #11)
2797:
2798: * tests/results/282.processed: no longer skipping extra enclosers
2799: (related to feature #11)
2800:
2801: * src/classes/table.C: minor fix + no longer skipping extra
2802: enclosers (related to feature #11)
2803:
2804: * src/classes/table.C: minor optimization (related to feature #11)
2805:
2806: * src/classes/table.C: minor fix and optimization (related to
2807: feature #11)
2808:
2809: 2016-09-20 moko
2810:
2811: * tests/: 353.html, results/353.processed: test for
2812: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2813: added (related to bug #1090)
2814:
2815: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2816: one_big_piece (fixes bug #1090)
2817:
2818: * tests/: 229.html, results/229.processed: code coverage tests
2819:
2820: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2821: body) was called
2822:
2823: * src/classes/op.C: whitespace
2824:
2825: * tests/: 323.html, results/323.processed: test for code junction
2826: should not be returned by ^reflection:class, ^reflection:base
2827:
2828: * src/classes/reflection.C: bugfix: code junction should not be
2829: returned by ^reflection:class, ^reflection:base
2830:
2831: * tests/: 323.html, 352.html, results/352.processed: no more
2832: exception for ^reflection:method[class;no-such-method] (related
2833: to feature #1087)
2834:
2835: * src/classes/reflection.C:
2836: ^reflection:method[class;no-such-method] : exception -> void
2837: (related to feature #1087)
2838:
2839: * src/include/pa_request.h: request::write_value added to allow
2840: write value without convertion (related to issue #1091)
2841:
2842: 2016-09-19 moko
2843:
2844: * src/main/pa_random.C: windows build fix
2845:
2846: * src/types/pa_vhash.h: warning war
2847:
2848: 2016-09-14 moko
2849:
2850: * tests/: 352.html, 552.html, results/352.processed,
2851: results/552.processed: test for ^reflection:method[] extension
2852: added (related to feature #1087)
2853:
2854: * tests/: 552.html, results/552.processed: test for
2855: ^reflection:method[] extension added (related to feature #1087)
2856:
2857: * src/classes/reflection.C: compatibility issue fixed, VClass
2858: dynamic_cast check added (related to feature #1087)
2859:
2860: * tests/: 351.html, results/351.processed: test for @auto[]
2861: inheritance bug diring ^process[] added (related to bug #1088)
2862:
2863: * src/: classes/op.C, main/pa_request.C,
2864: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2865: disable it inheritance during ^process (fixes bug #1088)
2866:
2867: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2868: added (implements feature #1087)
2869:
2870: 2016-09-13 moko
2871:
2872: * tests/: 349.html, results/auto.p: test for objects prototyping
2873: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2874: to feature #1086)
2875:
2876: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2877: types/pa_vobject.C: objects now are not class instances, but have
2878: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2879: in @conf (implements feature #1086)
2880:
2881: 2016-09-08 moko
2882:
2883: * src/: classes/file.C, classes/mail.C, classes/string.C,
2884: classes/table.C, main/pa_http.C, main/pa_string.C,
2885: include/pa_string.h: cleanup: string::split limit argument
2886: removed as no longer required, pos_after no longer reference
2887: (related to feature #11)
2888:
2889: * src/classes/table.C, tests/results/348.processed: now exception
2890: is rised when invalid option is passed to ^table::create[]
2891:
2892: * tests/: 282.cfg, 282.html, results/282.processed: more code
2893: coverage tests
2894:
2895: * tests/: 348.html, results/348.processed: code coverage tests
2896: added
2897:
2898: * tests/: 348.html, results/348.processed: generic ^table::create[]
2899: tests
2900:
2901: * tests/: 035.html, results/035.processed, results/272.processed:
2902: tests updated after $.encloser[] support for ^table::create
2903: implementation (related to feature #11)
2904:
2905: * src/classes/table.C: $.encloser[] support for ^table::create
2906: finally added (implements feature #11)
2907:
2908: 2016-09-07 moko
2909:
2910: * src/include/pa_string.h: added StringSplitHelper as friend
2911: (related to feature #11)
2912:
2913: * src/include/pa_string.h: body and langs now protected, not
2914: private to allow inheritance (related to feature #11)
2915:
2916: * src/classes/table.C: lsplit optimized before cloning for
2917: ^table::create with $.encloser[] (related to feature #11)
2918:
2919: * src/classes/table.C: optimizaion: TableControlChars.separators
2920: added and used (related to feature #11)
2921:
2922: * src/classes/table.C: spelling:
2923:
2924: TableSeparators -> TableControlChars column -> separator
2925: separators -> control_chars
2926:
2927: 2016-09-06 moko
2928:
2929: * src/main/pa_string.C: whitespace
2930:
2931: * src/main/pa_string.C: whitespace
2932:
2933: 2016-09-01 moko
2934:
2935: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2936: results OS-independent
2937:
2938: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2939: compiler (related to feature #1042)
2940:
2941: 2016-08-15 moko
2942:
2943: * src/include/pa_string.h: whitespace
2944:
2945: * src/classes/table.C: whitespace
2946:
1.106 moko 2947: 2016-08-05 moko
2948:
2949: * tests/: 344.html, results/344.processed: test for
2950: ^hash::create[$file] added (related to feature #1075)
2951:
2952: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2953: supported (implements feature #1075)
2954:
2955: 2016-08-04 moko
2956:
2957: * tests/: 341.html, results/341.processed: more code coverage tests
2958:
2959: * tests/: 346-curl.html, results/346-curl.processed: more code
2960: coverage tests for curl
2961:
2962: * tests/: 346-curl.html, results/346-curl.processed: more code
2963: coverage tests for curl
2964:
2965: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2966: results/223.processed: code coverage tests: $.form[ $.table[] ]
2967: test added
2968:
2969: * tests/: 223-curl.html, results/223-curl.processed: more code
2970: coverage tests for curl
2971:
2972: 2016-08-03 moko
2973:
2974: * src/classes/curl.C: dlink(curl_library) now called not once, but
2975: until it will be loaded, allowing to find existing library.
2976:
2977: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2978: results/347-curl.processed: more code coverage tests for curl
2979:
2980: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2981: results/339-curl.processed, results/346-curl.processed: curl
2982: functionality tests
2983:
2984: 2016-08-02 moko
2985:
2986: * tests/: 339.html, results/339.processed: test for tables in
2987: ^file:load[] and ^curl:load[] (commented) added (related to
2988: feature #1042)
2989:
2990: * tests/: 345.html, results/345.processed: code coverage tests for
2991: file class
2992:
2993: * tests/: 344.html, results/344.processed: code coverage tests
2994:
2995: * tests/: 344.html, results/344.processed: mdate removed from
2996: output
2997:
2998: * src/classes/file.C: minor bugfix: is_text should be taked from
2999: fcontent.is_text_mode() if not set (related to feature #1061)
3000:
3001: * tests/: 344.html, results/344.processed: more tests
3002:
3003: * tests/: 343.html, 344.html, results/343.processed,
3004: results/344.processed: tests for ^file::create[ $.from-charset
3005: and $.to-charset ] (related to feature #1061)
3006:
3007: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3008: aset_text_mode argument optimized
3009:
3010: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3011: checkBOM now used in detect_binary_content (related to feature
3012: #1061)
3013:
3014: * src/main/pa_request.C: load_charset no longer required to_upper
3015:
3016: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3017: preserves original file mode (if no $.mode specified)
3018:
3019: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3020: ^file::create now supports $.from-charset[] and $.to-charset
3021: options (implements feature #1061), automatic transcode is done
3022: if text file is created from binary file and charset is detected.
3023:
3024: 2016-07-30 moko
3025:
3026: * src/classes/table.C: ^t.hash[..;] now supported (related to
3027: feature #1057)
3028:
3029: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3030: added (related to feature #1057)
3031:
3032: * tests/: 286.html, results/286.processed: code tests coverage
3033:
3034: 2016-07-29 moko
3035:
3036: * src/classes/table.C: table size should be checked inside menu and
3037: foreach (related to feature #858)
3038:
3039: * src/: classes/curl.C, classes/file.C, classes/string.C,
3040: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3041: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3042: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3043: charsets.get now does str_upper inside (related to feature #1061)
3044:
3045: * tests/: 342.html, results/342.processed: more code coverage tests
3046:
3047: * tests/: 342.html, outputs/342.processed: table menu code coverage
3048: + foreach test added (related to feature #858)
3049:
3050: * tests/: 341.html, results/341.processed: tests for
3051: ^table.hash[]{code} added + code coverage tests (related to
3052: feature #1057)
3053:
3054: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3055: value} support (implements feature #1057)
3056:
3057: * src/classes/table.C: whitespace
3058:
3059: 2016-07-28 moko
3060:
3061: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3062: from URL, if not specified query string removed from url-based
3063: filenames in ^curl:load[] and ^file::load[] (related to feature
3064: #1042)
3065:
3066: 2016-07-27 moko
3067:
3068: * tests/: 340.html, results/340.processed: test for
3069: transcode_text_result=false added (related to issue #1042)
3070:
3071: 2016-07-26 moko
3072:
3073: * src/types/pa_vfile.C: file name should not be empty (if file path
3074: is folder and ends with /) (related to feature #1042)
3075:
3076: * src/main/pa_http.C: whitespace optimizaion
3077:
3078: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3079: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3080: multiple headers, ^file::load supports headers transcoding
3081: (implements feature #1042)
3082:
3083: 2016-07-25 moko
3084:
3085: * src/include/pa_common.h: PA_DEFAULT added
3086:
3087: 2016-07-22 moko
3088:
3089: * tests/: 338.html, results/338.processed: test for
3090: $date.field(value) added (related to feature #1066)
3091:
3092: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3093: $date.field(value) now supported for y/m/d/h/m/s (implements
3094: feature #1066)
3095:
1.105 moko 3096: 2016-07-21 moko
3097:
3098: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3099: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3100: arguments removed; image.C - absolute path shown in exception
3101: (implements feature #1071)
3102:
3103: * tests/: 235.html, results/235.processed: test and test result
3104: updated after static boundary in mail and Errors-To: mail header
3105: removed (related to feature #1047)
3106:
3107: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3108: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3109: used, static boundary in mail removed, Errors-To: mail header
3110: removed (implements feature #1047)
3111:
3112: 2016-07-20 moko
3113:
3114: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3115: equest.classes(): Value -> VStateless_class, part 3 (related to
3116: issue #1051)
3117:
3118: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3119: request.classes(): Value -> VStateless_class, part 2 (related to
3120: issue #1051)
3121:
3122: * tests/results/: 224.processed, 323.processed: classes without
3123: methods should not be methoded (related to issue #1051)
3124:
3125: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3126: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3127: -> VStateless_class, part 1 (related to issue #1051)
3128:
3129: * tests/: 337.html, results/337.processed: test for
3130: ^reflection:fields_reference[] and VHashReference class added
3131: (related to feature #1072)
3132:
3133: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3134: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3135: and VHashReference added, allowing ^reflection:fields_reference[]
3136: implementation (closes feature #1072)
3137:
3138: 2016-07-19 moko
3139:
3140: * tests/: 323.html, results/323.processed: we want to see
3141: "methoded"
3142:
3143: * tests/: 336.html, results/336.processed: test for $BASE:property
3144: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3145: #1059)
3146:
3147: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3148: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3149: somebody_entered_some_class, $BASE:property works again,
3150: ^BASE:method[] bugs fixed (fixes bug #1059)
3151:
3152: 2016-07-14 moko
3153:
3154: * tests/: 335.html, results/335.processed: test for feature #1055
3155: added
3156:
3157: * src/classes/hash.C: bugfix: $._default was not copied if empty
3158: feature: ^hash.contains[_default] added (implements feature
3159: #1055)
3160:
3161: 2016-07-13 moko
3162:
3163: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3164: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3165:
3166: 2016-07-05 moko
3167:
3168: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3169: in ^hash.foreach (related to feature #1073)
3170:
3171: 2016-07-04 moko
3172:
3173: * tests/: 134.html, 281.html, results/134.processed,
3174: results/281.processed: tests updated after hash blocking removed
3175: (related to feature #1073)
3176:
3177: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3178: no longer blocks on change during foreach (implements feature
3179: #1073)
3180:
3181: 2016-06-17 moko
3182:
3183: * tests/: 330.html, results/330.processed: try exception source
3184: test added (related to bug in #1062)
3185:
3186: * tests/: 334.html, results/334.processed: Exception stack trace
3187: test added (related to bug in $1062)
3188:
3189: * src/classes/op.C: Exception trace now correctly restored and
3190: errors reported (related to bug #1062)
3191:
1.104 moko 3192: 2016-05-25 moko
3193:
3194: * src/main/compile.y: minor cleanup + beauty
3195:
3196: 2016-05-24 moko
3197:
3198: * tests/: 333.html, results/333.processed: more exceptions testing
3199:
3200: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3201: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3202: features #1056, #1026)
3203:
3204: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3205: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3206: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3207: (implements feature #1056)
3208:
3209: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3210: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3211: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3212: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3213: feature #1026)
3214:
3215: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3216: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3217: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3218: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3219: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3220: feature #1026)
3221:
3222: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3223: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3224: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3225: SYMBOLS_CACHING define implemented (related to feature #1026)
3226:
3227: * src/main/main.vcproj: + ps_symbols
3228:
3229: * src/: include/Makefile.am, include/pa_string.h,
3230: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3231: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3232: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3233: types/pa_vstateless_class.C: initial implementation for symbols
3234: cache (related to feature #1026)
3235:
3236: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3237:
3238: * src/main/pa_globals.C: minor cleanup
3239:
3240: 2016-05-19 moko
3241:
3242: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3243: (related to feature #1046)
3244:
3245: * tests/: 331.html, results/331.processed: test for
3246: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3247: (related to feature #1051)
3248:
3249: * src/main/compile.y:
3250: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3251: (implements feature #1054)
3252:
3253: 2016-05-18 moko
3254:
3255: * src/types/pa_vtable.C, tests/results/324.processed: no more
3256: "column not found" exception for ^table.no-such-method[] (related
3257: to feature #1046)
3258:
3259: * tests/: 261.html, results/261.processed: test added and updated
3260: after feature #1046 implementation
3261:
3262: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3263: types/pa_vvoid.h: $string.anything works for whitespace strings,
3264: ^string.contains added for hash compatibility, $string.method no
3265: longer returns stting method (implements feature #1046)
3266:
3267: 2016-05-12 moko
3268:
3269: * src/classes/curl.C: content-type response header no longer
3270: ignored (fixes issue #1045)
3271:
3272: * tests/: 330.html, results/330.processed: test for incomplete
3273: finally execution when break occures added (related to issue
3274: #1077)
3275:
3276: * src/classes/op.C: bugfix: Request::skip reset is called before
3277: executing catch and finally code (fixes issue #1062)
3278:
3279: 2016-05-11 moko
3280:
3281: * tests/: 329.html, results/329.processed: test for invalid
3282: ^break[] behavour added (bug #1077)
3283:
3284: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3285:
3286: 2016-04-24 moko
3287:
3288: * src/types/pa_vstateless_class.h: warning war
3289:
3290: 2016-04-17 moko
3291:
3292: * tests/: 328.html, results/328.processed: test for
3293: ^break(condition) and ^continue(condition) (related to feature
3294: #1063)
3295:
3296: * src/classes/op.C: ^break(condition) and ^continue(condition)
3297: implemented (feature #1063)
3298:
3299: 2016-04-12 moko
3300:
3301: * tests/results/280.processed: ordered hash now used for class
3302: methods and properties (test results updated for feature #1069)
3303:
3304: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3305: to xdoc.C as under FreeBSD it was inited after and inheritance
3306: failed (related to issue #1051)
3307:
3308: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3309: are printed to check inheritance (related to feature #1051)
3310:
1.103 moko 3311: 2016-04-09 moko
3312:
3313: * tests/results/320.processed: ordered hash now used for class
3314: methods and properties (test results updated for feature #1069)
3315:
3316: * src/types/pa_vstateless_class.h: ordered hash now used for class
3317: methods and properties (implements feature #1069)
3318:
3319: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3320: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3321: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3322: feature #1051)
3323:
3324: 2016-04-07 moko
3325:
3326: * src/main/execute.C: returned Value in .CLASS case for VJunction
3327: (related to feature #1051)
3328:
3329: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3330: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3331: string constants deduplication (related to feature #1051)
3332:
3333: * tests/results/224.processed: test result updated (related to
3334: feature #1051)
3335:
3336: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3337: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3338: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3339: types/pa_vstatus.h: classes hash now contains only
3340: VStateless_class derived objects, .CLASS is also allways
3341: VStateless_class derived object (related to feature #1051).
3342:
3343: 2016-04-06 moko
3344:
3345: * tests/results/323.processed: test result updated after feature
3346: #1051 implementation
3347:
3348: * src/: classes/classes.h, classes/op.C, classes/response.C,
3349: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3350: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3351: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3352: types/pa_vresponse.C, types/pa_vresponse.h,
3353: types/pa_vstateless_class.h: base -> methoded_donor for static
3354: classes, type() moved from VStateless_class to VClass and
3355: Methoded (implements feature #1051)
3356:
3357: 2016-04-04 moko
3358:
3359: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3360: beauty: put_class added (related to feature #1051)
3361:
3362: 2016-04-01 moko
3363:
3364: * tests/results/: 175.processed, 192.processed, 224.processed,
3365: 229.processed, 244.processed, 246.processed, 316.processed: test
3366: results updated as class.type() removed from error messages, only
3367: type() left (related to feature #1051)
3368:
3369: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3370: classes/op.C, classes/reflection.C, main/compile.y,
3371: main/compile_tools.h, main/execute.C, main/pa_request.C,
3372: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3373: types/pa_vmethod_frame.h, types/pa_vobject.h,
3374: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3375: from VStateless_class, type() is used instead (related to feature
3376: #1051)
3377:
3378: * src/classes/mail.C: old logic restored.
3379:
3380: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3381: classes/classes.h, classes/curl.C, classes/date.C,
3382: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3383: classes/hashfile.C, classes/image.C, classes/inet.C,
3384: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3385: classes/memcached.C, classes/memory.C, classes/reflection.C,
3386: classes/regex.C, classes/response.C, classes/string.C,
3387: classes/table.C, classes/xdoc.C, classes/xnode.C,
3388: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3389: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3390: feature #1051)
3391:
3392: 2016-03-30 moko
3393:
3394: * tests/: 327.html, results/224.processed, results/327.processed:
3395: test for TZ specification in ^date::create[], TZ is kept during
3396: ^date::create[$dt] (related to feature #1048)
3397:
3398: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3399: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3400: feature #1048)
3401:
3402: 2016-03-29 moko
3403:
3404: * tests/: 315.html, results/315.processed: test for timezone format
3405: +HHmm added (related to feature #1065)
3406:
3407: * src/classes/date.C: timezone format +HHmm now supported
3408: (implements feature #1065)
3409:
3410: 2016-03-28 moko
3411:
3412: * tests/: 202.html, results/131.processed, results/202.processed,
3413: results/224.processed, results/256.processed,
3414: results/315.processed: test results updated after %.2d now
3415: default for hours offset in iso-string (was %2d), test for
3416: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3417: added (related to feature #1065)
3418:
3419: 2016-03-27 moko
3420:
3421: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3422: feature #1065)
3423:
3424: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3425: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3426: added (implements feature #1065)
3427:
3428: 2016-03-24 moko
3429:
3430: * tests/: 202.html, results/202.processed: test $date.week added
3431: (related to bug #1067)
3432:
3433: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3434: date (fix for bug #1067)
3435:
3436: 2016-03-10 moko
3437:
3438: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3439:
1.102 moko 3440: 2015-12-07 moko
3441:
3442: * tests/: 326.html, results/326.processed: test for .CLASS &
3443: .CLASS_NAME optimization added (related to feature #844)
3444:
3445: 2015-11-17 moko
3446:
3447: * tests/: 323.html, results/323.processed: order added
3448:
3449: * tests/: 325.html, results/325.processed: double range test added
3450: (related to bug #1049)
3451:
3452: 2015-11-16 moko
3453:
3454: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3455: added to disallow NaN and Infinity (fixes bug #1049)
3456:
3457: 2015-11-11 moko
3458:
3459: * tests/324.html: parser 3.4.3 execution support added (related to
3460: feature #1017)
3461:
3462: * tests/: 324.html, results/324.processed: test for
3463: GET_ELEMENT4CALL feature added (feature #1017)
3464:
1.101 moko 3465: 2015-10-29 moko
3466:
3467: * operators.txt: updated for 3.4.4
3468:
3469: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3470:
3471: * src/main/pa_exec.C: get_exit_status implemented for Windows
3472: (related to bug #1043)
3473:
3474: 2015-10-28 moko
3475:
3476: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3477: hangup during ^file::exec (fixes bug #1043)
3478:
1.100 moko 3479: 2015-10-27 moko
3480:
3481: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3482:
1.99 moko 3483: 2015-10-26 moko
3484:
1.100 moko 3485: * tests/322.html, src/classes/reflection.C: arguments reorder
3486: (related to issue #1041)
3487:
3488: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3489: Copyright year updated
3490:
1.99 moko 3491: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3492: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3493: classes/form.C, classes/hash.C, classes/hashfile.C,
3494: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3495: classes/mail.C, classes/math.C, classes/memcached.C,
3496: classes/memory.C, classes/op.C, classes/reflection.C,
3497: classes/regex.C, classes/response.C, classes/string.C,
3498: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3499: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3500: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3501: include/pa_config_fixed.h, include/pa_config_includes.h,
3502: include/pa_dictionary.h, include/pa_dir.h,
3503: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3504: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3505: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3506: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3507: include/pa_request_charsets.h, include/pa_request_info.h,
3508: include/pa_sapi.h, include/pa_socks.h,
3509: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3510: include/pa_stack.h, include/pa_string.h,
3511: include/pa_stylesheet_connection.h,
3512: include/pa_stylesheet_manager.h, include/pa_table.h,
3513: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3514: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3515: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3516: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3517: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3518: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3519: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3520: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3521: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3522: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3523: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3524: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3525: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3526: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3527: main/pa_string.C, main/pa_stylesheet_connection.C,
3528: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3529: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3530: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3531: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3532: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3533: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3534: targets/isapi/parser3isapi.C, types/pa_junction.h,
3535: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3536: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3537: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3538: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3539: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3540: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3541: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3542: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3543: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3544: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3545: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3546: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3547: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3548: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3549: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3550: types/pa_vresponse.C, types/pa_vresponse.h,
3551: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3552: types/pa_vstateless_object.h, types/pa_vstatus.C,
3553: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3554: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3555: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3556: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3557: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3558:
3559: * src/targets/cgi/parser3.C: year updated
3560:
3561: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3562: issue #1041)
3563:
3564: * tests/: 323.html, results/323.processed: test for base classes
3565: added
3566:
3567: * tests/: 261.html, results/261.processed: updated after better
3568: error reporting done for $string.key exception
3569:
3570: * src/types/pa_vstring.h: better error report for $string.key
3571: exception
3572:
3573: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3574: copied as VObject::get_element4call to remove extra virtual call
3575:
3576: * tests/: 322.html, results/322.processed: test for
3577: ^reflection:is[] added (related to feature #1041)
3578:
3579: * src/classes/reflection.C: ^reflection:is empty value is void
3580: (related to feature #1041)
3581:
3582: * src/classes/reflection.C:
3583: ^reflection:is[class_name|code|method;[context;]element_name]
3584: added (implements feature #1041)
3585:
3586: 2015-10-24 moko
3587:
3588: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3589:
1.98 moko 3590: 2015-10-22 moko
3591:
3592: * tests/: 321.html, results/321.processed: test for
3593: ^reflection:method_info[] file detection added
3594:
3595: * tests/: 320.html, results/320.processed: test for
3596: ^reflection:class_by_name[class_name] added (related to feature
3597: #993)
3598:
3599: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3600: added (implements feature #993)
3601:
3602: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3603: (related to feature #1017)
3604:
3605: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3606: added (related to issue #1039)
3607:
3608: * src/main/pa_request.C: ^throw origin fixed (related to feature
3609: #1039)
3610:
3611: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3612: for VDate
3613:
3614: * tests/results/182.processed: updated after feature #1038
3615: implemented
3616:
3617: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3618: compile-time exception origin added (test for feature #1039)
3619:
3620: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3621: main/pa_request.C: exception unification: compile-time exceptions
3622: now have origin, @USE origins also tracked (implements feature
3623: #1039)
3624:
3625: 2015-10-20 moko
3626:
3627: * src/main/pa_request.C: cleanup
3628:
3629: 2015-10-15 moko
3630:
3631: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3632:
3633: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3634: types/pa_vtable.C: new feature: no more $table.method and
3635: $hash.method, aliases for _at, _count, _key (related to feature
3636: #1017)
3637:
1.97 moko 3638: 2015-10-14 moko
3639:
1.98 moko 3640: * tests/: 317.html, results/317.processed: test for
3641: ^string.unescape[] added (related to feature #120)
3642:
1.97 moko 3643: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3644: defined" bug (described in issue #1036)
3645:
3646: * tests/: 247.html, results/247.processed: test for checkBOM added
3647: (test for bug #1037)
3648:
3649: * src/: include/pa_charsets.h, main/pa_charsets.C,
3650: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3651: it's not enforced, skips BOM signature if it complies charset
3652: (fixes bug #1037)
3653:
3654: 2015-10-13 moko
3655:
3656: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3657: linking
3658:
3659: * src/classes/inet.C: vs2003 compilation fix
3660:
3661: * src/classes/math.C: warning war
3662:
3663: * src/lib/punycode/pa_punycode.c: warning war
3664:
3665: 2015-10-12 moko
3666:
3667: * src/lib/punycode/pa_punycode.c: warning war
3668:
3669: * parser3.sln: moved parser3 first, to make it default startup
3670: project
3671:
3672: * buildall: parser "mirror" now used for external libs sources
3673: (implements feature #1036)
3674:
3675: * buildall: most external libs are updated to their current
3676: versions (related to feature #1036)
3677:
3678: * src/classes/image.C: more tags added
3679:
3680: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3681:
3682: 2015-10-11 moko
3683:
3684: * src/classes/curl.C: minor optimization (related to feature #1035)
3685:
3686: 2015-10-09 moko
3687:
3688: * src/classes/curl.C: pa_strdup added for strings from curl
3689: (related to feature #1035)
3690:
3691: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3692: ULLONG_MAX definition
3693:
3694: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3695: (implements feature #1035)
3696:
3697: * src/main/pa_charset.C: String::Body(String::C) used
3698:
3699: * src/main/pa_charset.C: exceptions unified
3700:
3701: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3702: unified
3703:
3704: * src/: classes/file.C, classes/image.C, classes/mail.C,
3705: classes/op.C, classes/xdoc.C, classes/xnode.C,
3706: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3707: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3708: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3709: String::Body(String::C) constructor added (related to bug #957)
3710:
3711: * src/classes/file.C: minor optimization
3712:
3713: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3714: Cord(char*) autocreation (related to bug #957)
3715:
3716: * src/: classes/string.C, main/untaint.C: minor optimizations
3717:
3718: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3719: String(char*, Lang, length) removed, String(C(), Lang) used
3720: instead (related to bug #957)
3721:
3722: 2015-10-08 moko
3723:
3724: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3725: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3726: main/untaint.C: Now char * is converted to CORD only using
3727: AS_CORD() to check for empty cord bug (fixes bug #957)
3728:
3729: * src/include/pa_hash.h: fixed compilation without
3730: HASH_CODE_CACHING
3731:
3732: * src/classes/string.C:
3733: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3734: feature #120)
3735:
3736: * src/main/pa_common.C: reduce js flags checks count (related to
3737: feature #120)
3738:
1.96 moko 3739: 2015-10-07 moko
3740:
3741: * tests/: 275.html, results/275.processed: test modified after
3742: unsigned long long int support implemented (feature #1034)
3743:
3744: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3745: pa_atoul added for unsigned long long int support
3746:
3747: 2015-10-06 moko
3748:
3749: * src/types/pa_vdate.C: INT_MAX used
3750:
3751: 2015-10-03 moko
3752:
3753: * tests/: 302.html, results/302.processed: test for bug #1023
3754: (\u2028, \u2029 escaping) added
3755:
3756: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3757: json:string[] (fixes bug #1023)
3758:
3759: 2015-09-29 moko
3760:
3761: * tests/305.html: try-catch added for OS without ipv6 support
3762:
3763: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3764: compilation
3765:
3766: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3767: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3768: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3769: implemented to distinguish ^hash.method from $hash.field
3770: (implements feature #1017)
3771:
3772: * src/lib/punycode/pa_punycode.c: warning war
3773:
3774: * src/include/pa_config_includes.h: warning war
3775:
3776: * src/include/pa_config_includes.h: pragma warning actualized a bit
3777:
3778: * src/include/pa_config_includes.h: warning war
3779:
3780: * src/include/pa_hash.h: clang compilation fix
3781:
3782: 2015-09-27 moko
3783:
3784: * src/main/compile.tab.C: Bison 3 is now default
3785:
3786: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3787:
3788: 2015-09-25 moko
3789:
3790: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3791: works with undefined HASH_ORDER (related to feature #196)
3792:
3793: 2015-09-24 moko
3794:
3795: * tests/: 027.html, results/027.processed: test modified to test
3796: ^hash.sort (feature #196)
3797:
3798: * src/: classes/hash.C, include/pa_hash.h:
3799: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3800: added (implements feature #196)
3801:
3802: * tests/: 316.html, results/316.processed: Added test for bug #1025
3803: (exception handling in non-cached ^cache), plus for "it does not
3804: have logical value" and "$exception.handled value must be either
3805: boolean or string 'cache'" exceptions.
3806:
3807: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3808: code (fixes bug #1025)
3809:
1.95 moko 3810: 2015-09-23 moko
3811:
3812: * src/classes/table.C: warning war
3813:
3814: * src/: classes/math.C, types/pa_vcookie.C: warning war
3815:
3816: * src/classes/file.C: warning war
3817:
3818: * src/: include/pa_table.h, main/pa_table.C: warning war
3819:
3820: * src/: main/pa_request.C, classes/date.C: warning war
3821:
3822: * src/: types/pa_vdate.C, classes/op.C: warning war
3823:
3824: * tests/: 122.html, results/122.processed: win sync: to remove
3825: differences with OS that doesn't keep timezone change history
3826:
3827: * src/types/pa_vdate.C: tzset() should be called in Windows after
3828: TZ change (related to feature #36)
3829:
3830: * tests/: 075.html, results/075.processed: win sync: to remove
3831: differences with OS that doesn't keep timezone change history
3832:
3833: * tests/: 315.html, results/315.processed: win sync: to remove
3834: differences with OS that doesn't keep timezone change history
3835:
3836: * tests/: 256.html, results/256.processed: win sync: to remove
3837: differences with OS that doesn't keep timezone change history
3838:
3839: * tests/: 124.html, results/124.processed: win results sync: to
3840: avoid hitting time change hole.
3841:
3842: * src/types/pa_vdate.C: static returned. :)
3843:
3844: 2015-09-22 moko
3845:
3846: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3847:
3848: * tests/results/131.processed: more tests for feature #1032
3849:
3850: * src/classes/date.C: minor fix related to feature #1032
3851:
3852: * operators.txt: ISO date creation documented (related to feature
3853: #1032)
3854:
3855: * operators.txt: iso-string documented (related to feature #1032)
3856:
3857: * tests/: 315.html, results/315.processed: more tests added
3858: (related to feature #1032)
3859:
3860: * tests/: 131.html, results/131.processed: date range checks
3861: updated (related to feature #36)
3862:
3863: * tests/: 315.html, results/057.processed, results/315.processed:
3864: test added for ISO date support (related to issue #315)
3865:
3866: * src/classes/date.C: more readable exceptions in date creation
3867: (related to ticket #1032)
3868:
3869: 2015-09-18 moko
3870:
3871: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3872: added (related to issue #1032)
3873:
3874: * tests/results/256.processed, src/classes/json.C: iso-string
3875: documented (related to issue #1032)
3876:
3877: * tests/: 256.html, results/256.processed: ISO date check added
3878: (related to issue #1032)
3879:
3880: * tests/: 057.html, results/057.processed, results/224.processed:
3881: tests results updated after ISO date support implemented (related
3882: to feature #1032)
3883:
3884: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3885: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3886: ^date::create[string] constructor formalized, ^date.iso-string[]
3887: added (implements feature #1032)
3888:
3889: 2015-09-05 moko
3890:
3891: * operators.txt: actualized
3892:
3893: * operators.txt: date changes documented (related to ticket #36)
3894:
3895: 2015-09-04 moko
3896:
3897: * src/types/pa_vdate.C: warning war
3898:
3899: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3900:
3901: 2015-09-03 moko
3902:
3903: * tests/results/096.processed: test result updated for 0..9999 year
3904: date range support (related to feature #36)
3905:
3906: * tests/: 314.html, results/314.processed: test for
3907: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3908: bug #1031)
3909:
3910: * src/classes/string.C: Static calls fixed for ^string:base64[],
3911: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3912:
1.116 moko 3913: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3914: configure.in -> configure.ac
1.95 moko 3915:
1.116 moko 3916: * configure, configure.in, src/include/pa_config_auto.h.in: more
3917: correct timezone check for FreeBSD Warning war: configure.in ->
3918: configure.ac
1.95 moko 3919:
3920: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3921: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3922: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3923: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3924: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3925: src/main/Makefile.am, src/targets/apache/Makefile.am,
3926: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3927: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3928: check added
3929:
3930: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3931:
3932: * tests/results/: 124.processed, 224.processed: test resuls updated
3933: for new date implementation (related to feature #36)
3934:
3935: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3936: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3937: types/pa_vdate.h: new double date implementation with internal
3938: support for extended 0..9999 year range, default timezone support
3939: (related to feature #36)
3940:
3941: 2015-08-28 moko
3942:
3943: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3944: (fixes bug #1030)
3945:
3946: 2015-08-21 moko
3947:
3948: * src/classes/inet.C: snprintf size "bug" commented
3949:
3950: * src/main/pa_common.C: snprintf comments updated
3951:
3952: 2015-08-16 moko
3953:
3954: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3955:
3956: 2015-08-11 moko
3957:
3958: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3959: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3960: can be null (fixes bug #1029)
3961:
3962: 2015-08-06 moko
3963:
1.116 moko 3964: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3965: pa_vdate.C added
1.95 moko 3966:
3967: 2015-08-05 moko
3968:
3969: * tests/: 313.html, results/313.processed: test for
3970: ^table.count[columns] and ^table.flip[] with nameless tables
3971: (feature #1003)
3972:
3973: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3974: max_cell added, now ^table.count[columns] and ^table.flip[] works
3975: correctly for nameless tables (implements feature #1003)
3976:
3977: 2015-08-03 moko
3978:
3979: * tests/312.html: test for ^table.append[$hash] and
3980: ^table.insert[$hash] added (related to feature #1028)
3981:
3982: * src/classes/table.C: ^table.append[$hash] and
3983: ^table.insert[$hash] now supported (implements feature #1028)
3984:
3985: * tests/: 312.html, results/312.processed: test row copy in
3986: ^table.hash[; $.type[table] ] added (related to feature #1016)
3987:
3988: * src/classes/table.C: row copy now created in ^table.hash[;
3989: $.type[table] ] (related to feature #1016)
3990:
3991: 2015-07-29 moko
3992:
3993: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3994: added (related to feature #1016)
3995:
3996: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3997: ^table.delete[] added to delete current row (related to feature
3998: 1016)
3999:
4000: 2015-07-28 moko
4001:
4002: * tests/: 312.html, results/312.processed: test for
4003: $table.column[value] and ^table.insert{row} (related to feature
4004: #1016)
4005:
4006: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4007: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4008: ^table.insert{row} are now implemented (feature #1016)
4009:
4010: * src/include/pa_array.h: Optimization: bool reverse removed from
4011: append(), insert() added, memmove arguments order in remove()
4012: fixed (related to feature #1016)
4013:
4014: 2015-07-23 moko
4015:
4016: * src/classes/json.C: tainted json and empty json exception added
4017: (implements feature #1015)
4018:
4019: * tests/: 311.html, results/311.processed: empty json and tainted
4020: json exception test added (related to issue #1015)
4021:
4022: 2015-07-22 moko
4023:
4024: * tests/: 311.html, results/311.processed: test for UTF-8
4025: processing added
4026:
4027: * tests/: 311.html, results/311.processed: test for
4028: json_exception_with_source added (related to issue #394)
4029:
4030: * src/classes/json.C: json_exception_with_source added (implements
4031: feature #394)
4032:
4033: 2015-06-29 moko
4034:
4035: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4036: directories are now correctly determined if _d_type == DT_UNKNOWN
4037: (closes bug #1027)
4038:
4039: 2015-06-10 moko
4040:
4041: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4042: error if libxml has LIBXML_ICU_ENABLED.
4043:
4044: 2015-06-04 moko
4045:
4046: * tests/099.html: ups, reverting
4047:
4048: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4049: results/310.processed: tests for $response:body[ $.file[] ] and
4050: $response:last-modified added
4051:
4052: * src/main/pa_request.C: last-modified check fixed
4053:
4054: 2015-06-03 moko
4055:
4056: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4057: results/205.processed, results/293.processed: $response:headers
4058: logging added (tests for feature #1007)
4059:
4060: * src/: include/pa_common.h, include/pa_request.h,
4061: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4062: $response:headers are now in uppercase (closes feature #1007)
4063:
4064: 2015-06-02 moko
4065:
4066: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4067: build errors reverted for clang compatibility
4068:
4069: 2015-06-01 moko
4070:
4071: * src/include/pa_memory.h: -pedantic build errors fixed
4072:
4073: * src/classes/math.C: -pedantic build error fixed
4074:
4075: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4076:
4077: 2015-05-31 moko
4078:
4079: * src/classes/table.C: USE_STRINGSTREAM optimized
4080:
4081: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4082: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4083: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4084: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4085: types/pa_vxnode.h: warning war (-pedantic flag)
4086:
4087: 2015-05-28 moko
4088:
4089: * tests/: 308.html, results/308.processed: test for
4090: ^table::create[$t;], etc work added (related to bug #975)
4091:
4092: * src/classes/table.C: check_option_param removed,
4093: ^table::create[$t;], etc now works (fixes bug #975)
4094:
4095: 2015-05-27 moko
4096:
4097: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4098: (Debian jessie) fixed (closes issue #1024)
4099:
4100: * tests/Makefile: sort added as in Debian jessie list become
4101: unsorted
4102:
4103: 2015-05-18 moko
4104:
4105: * tests/: 201.html, results/201.processed: test for
4106: ^string.trim[what] feature #1022
4107:
4108: * src/classes/string.C: ^string.trim[what] now supported,
4109: implements feature #1022
4110:
4111: 2015-05-17 moko
4112:
4113: * tests/results/185.processed: test result updated as feature #1021
4114: implemented (left/right accept negative parameter)
4115:
4116: * src/classes/string.C: left/right now accept negative parameter
4117: (implements feature #1021)
4118:
4119: 2015-05-08 moko
4120:
4121: * src/classes/math.C: isalnum -> pa_isalnum
4122:
4123: * src/main/execute.C: optimization in getter-junction processing
4124: (related to issue #997)
4125:
4126: 2015-05-07 moko
4127:
4128: * tests/: 307.html, results/307.processed: test for issue #997
4129: added
4130:
4131: * src/main/execute.C: process_getter result now checked if junction
4132: returned (closes issue #997)
4133:
4134: * tests/: 305.html, results/305.processed: sort added to ignore
4135: different order
4136:
4137: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4138: assignment (closes issue #994)
4139:
4140: * tests/: 306.html, results/306.processed: test for issue #994
4141: added
4142:
4143: * tests/: 303.html, results/303.processed: two more errors tested
4144:
4145: 2015-05-06 moko
4146:
4147: * tests/: 305.html, results/305.processed: test for name2ip &
4148: ip2name added (related to feature #992)
4149:
4150: * tests/: 303.html, 304.html, results/303.processed,
4151: results/304.processed: tests for idna conversion added (related
4152: to issue #849)
4153:
4154: 2015-05-02 moko
4155:
4156: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4157: implemented
4158:
4159: 2015-04-30 moko
4160:
4161: * src/main/pa_http.C: idna_host added, related to issue #849
4162:
4163: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4164: (related to issue #849)
4165:
4166: 2015-04-24 moko
4167:
4168: * src/types/pa_vjunction.C: warning war
4169:
4170: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4171: unification
4172:
4173: * src/lib/punycode/pa_idna.c: warning war
4174:
4175: 2015-04-22 moko
4176:
4177: * src/main/main.vcproj: punycode include path added
4178:
4179: * src/lib/punycode/pa_idna.c: windows compile error fixed
4180:
4181: * src/lib/punycode/pa_idna.c: warning war
4182:
4183: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4184: project file added
4185:
4186: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4187:
4188: * src/include/pa_memory.h: warning war
4189:
4190: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4191: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4192: implemented (related to feature #849)
4193:
4194: * configure.in, src/main/Makefile.am,
4195: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4196: libpunycode added in Unix
4197:
4198: 2015-04-21 moko
4199:
4200: * configure.in: large files support
4201:
4202: 2015-04-15 moko
4203:
4204: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4205: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4206: pa_punycode.h: initial version for punycode/idna support library
4207: (ticket #849)
4208:
4209: 2015-04-08 moko
4210:
4211: * src/: classes/curl.C, classes/date.C, classes/file.C,
4212: classes/image.C, classes/mail.C, classes/reflection.C,
4213: classes/string.C, classes/xnode.C, include/pa_request.h,
4214: include/pa_string.h, include/pa_stylesheet_connection.h,
4215: main/compile.y, main/compile_tools.h, main/execute.C,
4216: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4217: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4218: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4219: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4220: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4221: clang compiler warnings (closes issue #1018)
4222:
4223: * src/include/pa_string.h: String::Body comparation operators with
4224: char * added (related to issue #958)
4225:
4226: 2015-04-07 moko
4227:
4228: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4229: pa_malloc/pa_free to remove system malloc/free usage (related to
4230: issue #1018)
4231:
4232: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4233: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4234: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4235: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4236: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4237: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4238: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4239: malloc/strdup/free replaced with pa_ version and checks for
4240: accidental use of non-pa_ version added (related to issue #1018)
4241:
4242: 2015-04-03 moko
4243:
4244: * buildall: pcre-8.33 -> pcre-8.36
4245:
4246: * src/: main/compile.y, classes/form.C, classes/mail.C,
4247: classes/op.C, classes/string.C, main/compile.tab.C,
4248: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4249: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4250: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4251: ticket #958)
4252:
4253: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4254: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4255: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4256: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4257: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4258: $request:headers, $request:method added (implements feature
4259: #1007)
4260:
4261: 2015-03-17 misha
4262:
4263: * tests/302.html: - test for
4264: ^json:string[...;$._default[method-name]]
4265:
4266: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4267: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4268: option $._default[method-name] is specified in ^json:string[], a
4269: method with specified name will be called for classes/objects
4270: serialization ( new feature: #982 )
4271:
4272: 2015-03-16 misha
4273:
4274: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4275: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4276: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4277: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4278: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4279: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4280: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4281: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4282: types/pa_vrequest.h, types/pa_vstateless_class.C,
4283: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4284: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4285: $var.CLASS_NAME now have special opcodes. This can be switched
4286: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4287: on pa_opcode.h ( new feature: #844 )
4288:
4289: 2015-03-15 misha
4290:
4291: * tests/075.html: - test for $response:header[]
4292:
4293: * src/types/pa_vresponse.C: - $response:header[] deletes header
4294: that was set earlie ( new feature: #1001 )
4295:
4296: 2015-03-12 misha
4297:
4298: * tests/246.html: - more tests for ^hash._at[]
4299:
4300: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4301: accepts second param [key|value|hash] ( new feature: #1012 )
4302:
4303: 2015-03-09 moko
4304:
4305: * src/types/pa_vmail.C: exception for everything but
4306: $mail:received, closes issue #1011
4307:
4308: 2015-02-20 moko
4309:
4310: * tests/: 275.html, results/275.processed: hex detection in
4311: pa_atoui fix test (closes issue #1010)
4312:
4313: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4314: issue #1010)
4315:
4316: 2015-02-17 moko
4317:
4318: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4319: tainted.
4320:
4321: 2015-02-03 misha
4322:
4323: * tests/301.html: - test for ^json:string($double) causes
4324: exception. bugfix: #1008
4325:
4326: * src/classes/json.C: - ^json:string($double) causes exception.
4327: bugfix: #1008
4328:
4329: * tests/014.html: - updated for work with ^hash.delete[]
4330:
4331: 2015-01-12 misha
4332:
4333: * src/: classes/form.C, include/pa_common.h,
4334: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4335: types/pa_vform.h: - supports body with PUT method as well ( new
4336: feature: #1006 )
4337:
4338: * src/classes/file.C: - warnings war
4339:
4340: 2015-01-11 misha
4341:
4342: * tests/300.html: - test for ^hash.delete[] is added
4343:
4344: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4345: feature: #989 ) - tiny optimization in intersects
4346:
4347: 2015-01-06 moko
4348:
4349: * src/types/pa_vmail.C: file names transcode added, to and cc added
4350: with transcode, attachments detection fixed
4351:
4352: * src/main/pa_request.C: filling mail received after cgi/auto.p
4353: load to allow charset switch (related to issue #996)
4354:
4355: 2014-12-31 moko
4356:
4357: * src/types/pa_vmail.C: from and subject now transcoded if not
4358: UTF-8 source charset (fixes issue 996)
4359:
4360: * src/main/pa_exception.C: fixed string from stack bug (closes
4361: issue #1000)
4362:
4363: 2014-12-11 misha
4364:
4365: * src/types/pa_vhashfile.C: - check if key is not empty before
4366: access ( bug fix: #1005 )
4367:
4368: 2014-11-13 misha
4369:
4370: * src/main/compile.y: - PC.append does not reset to false while
4371: creating a new class. bugfix: #990
4372:
4373: * tests/299.html: - test for creation class after working with
4374: partial class (create+append)
4375:
4376: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4377: #995
4378:
4379: * tests/232.html: - test for @get[def] added
4380:
4381: 2014-10-12 moko
4382:
4383: * src/lib/pcre/pcre_internal.vcproj: correct path
4384:
4385: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4386: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4387: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4388: targets/apache/ApacheModuleParser3.vcproj,
4389: targets/apache/ApacheModuleParser3Core.vcproj,
4390: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4391: types/types.vcproj: project GUID inserted in *.vcproj for correct
4392: conversion in newer VS versions
4393:
4394: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4395: pcre_internal.vcproj added
4396:
4397: 2014-08-28 moko
4398:
4399: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4400: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4401: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4402:
4403: 2014-06-30 misha
4404:
4405: * tests/298.html: - tests for ^reflection:def[class;className]
4406: added
4407:
4408: * src/classes/reflection.C: - ^reflection:def[class;className]
4409: added ( new feature: #918 )
4410:
4411: 2014-06-29 misha
4412:
4413: * src/classes/table.C: - ^table::create[unsupported data] -
4414: exception comment changed to "body must be table or code" ( bug
4415: fix: #951 )
4416:
4417: * tests/: 261.html, results/261.processed: - tests for
4418: ^json:string[...;$.void[null|string]] added
4419:
4420: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4421: option $.void[string|null] added to ^json:string[...] ( new
4422: feature: #952 )
4423:
4424: 2014-06-28 moko
4425:
4426: * src/classes/curl.C: $.charset now processed before other curl
4427: options (closes issue #980)
4428:
4429: 2014-05-23 misha
4430:
4431: * src/classes/json.C: - bug fix: #987
4432:
4433: 2014-05-04 misha
4434:
4435: * tests/: 253.html, 253_json.txt: - test for
4436: ^json:parse[$.int(false)] is added
4437:
4438: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4439: default true). The option is similar to $.double(bool) but for
4440: integers.
4441:
4442: 2014-05-01 moko
4443:
4444: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4445: #12 )
4446:
4447: 2014-04-16 moko
4448:
4449: * src/main/pa_http.C: response-charset option should finally work
4450: now (fix for issue #867)
4451:
4452: * src/main/pa_http.C: response-charset option should work now (fix
4453: for issue #867)
4454:
4455: 2014-03-07 moko
4456:
4457: * buildall: libgc moved
4458:
4459: * buildall: libgc moved
4460:
4461: 2013-12-29 moko
4462:
4463: * src/classes/string.C: ^string:js-unescape result now tainted,
4464: closes issue #966
4465:
4466: * tests/: 186.html, results/186.processed: ^string:js-unescape
4467: result now tainted, issue #966
4468:
4469: 2013-12-03 moko
4470:
4471: * src/: classes/memcached.C, types/pa_vmemcached.C,
4472: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4473: option was added for http://www.parser.ru/forum/?id=79343
4474:
4475: * src/classes/file.C: bugfix for
4476: http://www.parser.ru/forum/?id=79337
4477:
4478: 2013-11-05 moko
4479:
4480: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4481:
4482: * src/main/pa_globals.C: spelling fixed
4483:
4484: 2013-10-29 moko
4485:
4486: * src/lib/json/json.vcproj: json.c -> pa_json.C
4487:
4488: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4489: #892
4490:
4491: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4492: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4493: exceptions to be thrown thougth json library), related to issue
4494: #892
4495:
4496: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4497: related to issue #896
4498:
4499: 2013-10-24 moko
4500:
4501: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4502:
4503: 2013-10-23 moko
4504:
4505: * README: actualization
4506:
4507: 2013-10-22 moko
4508:
4509: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4510: compatibility patch from Sergey Kirpichev
4511:
4512: * tests/: 297.html, results/297.processed: non-working getter fix
4513: test for issue #948
4514:
4515: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4516: called when saving value of $match variable in ^string.match[] to
4517: increase compatibility (related to issue #948).
4518:
4519: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4520: usage optimization
4521:
4522: 2013-10-21 moko
4523:
4524: * tests/: 182.html, results/182.processed: local path removed for
4525: compatibility
4526:
4527: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4528: results/244.processed, results/253.processed,
4529: results/254.processed, results/275.processed,
4530: results/281.processed: try_catch -> try-catch
4531:
4532: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4533: results/294.processed, results/296.processed: try_catch ->
4534: try-catch
4535:
4536: 2013-10-20 moko
4537:
4538: * tests/: 296.html, results/296.processed: test for xsl exception
4539: for issue #938 added.
4540:
4541: * src/: include/pa_xml_exception.h,
4542: main/pa_stylesheet_connection.C: forgotten to be replaced
4543: XmlException is now replaced (once again closes issue #938)
4544:
4545: 2013-10-18 moko
4546:
4547: * buildall: disable clock_gettime detection to avoid librt linking
4548: (which in turn depends on libpthread), related to issue #943
4549:
4550: 2013-10-18 misha
4551:
4552: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4553: lib/smtp/smtp.vcproj, main/main.vcproj,
4554: targets/apache/ApacheModuleParser3Core.vcproj,
4555: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4556: types/types.vcproj: - new locations for libxml2 includes where
4557: added to vcproj files
4558:
4559: 2013-10-18 moko
4560:
4561: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4562: fix
4563:
4564: * tests/: 295.html, results/295.processed: test for issue #948
4565: updated
4566:
4567: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4568: :)
4569:
4570: * tests/: 295.html, results/295.processed: test for issue #948
4571: added
4572:
4573: * src/: classes/hash.C, classes/string.C, classes/table.C,
4574: include/pa_request.h, types/pa_method.h: for getters and setters
4575: to be executed request.put_element should be called, not
4576: context.put_element (fixes issue #948)
4577:
4578: 2013-10-17 moko
4579:
4580: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4581: LIBXML2_NEW_BUFFER check (closes issue #943)
4582:
4583: * buildall: libxml 2.9.1 build is broken --without-reader.
4584:
4585: 2013-10-16 moko
4586:
4587: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4588:
4589: * tests/: 294.html, results/294.processed: test for issue #938
4590:
4591: * src/: classes/xdoc.C, classes/xnode.C,
4592: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4593: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4594:
4595: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4596: libxslt-1.1.26 -> libxslt-1.1.28
4597:
4598: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4599: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4600: to '?', related to issue #938
4601:
4602: 2013-10-15 moko
4603:
4604: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4605: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4606: minor optimizations (closes issue #896)
4607:
4608: * tests/results/: 292.processed, 293.processed: results updated to
4609: comply with issue #896
4610:
4611: * tests/: 292.html, 293.html, results/292.processed,
4612: results/293.processed: tests for json escaping
4613:
4614: 2013-10-14 moko
4615:
4616: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4617: and cleanup, code moved from .h to .C, no changes in code
4618:
4619: 2013-10-12 moko
4620:
4621: * tests/results/119.processed: updated test result commited
4622:
4623: * tests/: 291.html, results/291.processed: test for issue #894
4624: added
4625:
4626: * src/types/pa_wcontext.h: base methods call support function
4627: get_somebody_entered_some_class should not be true forever, as
4628: wcontext can have many get_elements calls (fixes issue #894)
4629:
4630: 2013-10-11 moko
4631:
4632: * tests/: 290.html, results/290.processed: test for junction GPF
4633: issue #942 added
4634:
4635: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4636: to native method fixed (closes issue #942)
4637:
4638: * tests/: 158.html, results/158.processed: test for csv-string[]
4639: added
4640:
4641: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4642: feature #907)
4643:
4644: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4645: feature #907)
4646:
4647: 2013-10-09 moko
4648:
4649: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4650: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4651: types/pa_vstateless_class.C: GET_default, SET_default now works
4652: properly not only in objects, but in classes as well (closes
4653: issue #903)
4654:
4655: * tests/: 289.html, results/289.processed: GET/SET_default now
4656: works in classes, not only objects, test case added, related to
4657: issue #903
4658:
4659: * tests/: 288.html, results/288.processed: test for endless
4660: recursion bug added (related to issue #903)
4661:
4662: 2013-10-05 moko
4663:
4664: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4665: classes/table.C, main/execute.C, types/pa_method.h,
4666: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4667: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4668: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4669: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4670: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4671: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4672: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4673: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4674: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4675: optimization: put_element no longer has "bool areplace" argument,
4676: related to issue #903
4677:
4678: 2013-10-03 moko
4679:
4680: * tests/results/182.processed: result for $.replace(false) test
4681: commited
4682:
4683: * src/classes/date.C: ^date::create(number) processed correctly
4684: (fixes issue #901)
4685:
4686: * src/classes/image.C: as_no_junction removed, as param can be
4687: expression (closes issue #931)
4688:
4689: * tests/233.html: test for issue #931 added
4690:
4691: 2013-10-02 moko
4692:
4693: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4694: modified, test for $.replace(false) added
4695:
4696: * src/main/compile_tools.h: forgotten class replace returned. :)
4697:
4698: 2013-09-30 moko
4699:
4700: * tests/: 141.html, results/141.processed: md5 tainting test added
4701:
4702: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4703: main/compile_tools.h, main/pa_request.C: allow_class_replace
4704: implemented; $.replace option added to ^process and ^use
4705:
4706: 2013-08-27 moko
4707:
4708: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4709: cstr_to_string_body_untaint should be called with charsets for
4710: possible uri language and connection for possible sql language.
4711: related to issue #857
4712:
4713: * buildall: and -> or fixed
4714:
4715: 2013-08-26 moko
4716:
4717: * buildall: prepare_ functions logic changed to support
4718: gc-7.2d.tar.gz extracting to gc-7.2 directory
4719:
4720: 2013-08-23 moko
4721:
4722: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4723: statically
4724:
4725: 2013-08-22 moko
4726:
4727: * src/classes/string.C: String::Empty used (related to issue #912)
4728: append_know_length removed (related to old GPF bug)
4729:
4730: 2013-08-21 moko
4731:
4732: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4733:
4734: * src/classes/math.C: ^math:digest[...;$file] support added
4735: (related to ticket #857
4736:
4737: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4738: implemented
4739:
4740: * src/types/pa_vhashfile.h: warning war
4741:
4742: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4743: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4744: anti_endless_json_string_recoursion removed from request;
4745: json_string_recoursion added to json_options; $.indent[indent
4746: value] now supported and passed within recoursion closes feature
4747: #937
4748:
4749: * tests/: 287.html, results/287.processed: test for feature #937
4750:
4751: 2013-07-31 moko
4752:
4753: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4754: compilation having #define _S
4755:
4756: * src/main/pa_globals.C: cleanup
4757:
4758: 2013-07-30 moko
4759:
4760: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4761: main/pa_common.C: vs2003 warning war
4762:
4763: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4764:
4765: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4766:
4767: * src/lib/md5/pa_sha2.c: warning war
4768:
4769: 2013-07-29 moko
4770:
4771: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4772: patches from github
4773:
4774: * src/: classes/bool.C, classes/double.C, classes/int.C,
4775: classes/memcached.C, include/pa_config_includes.h,
4776: types/pa_vfile.C, types/pa_vfile.h: warning war
4777:
4778: * src/lib/json/json.vcproj: C++ -> C
4779:
4780: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4781:
4782: * src/lib/json/: json.c, pa_json.C: windows compatibility
4783:
4784: * src/lib/json/: json.c, pa_json.C: windows compatibility
4785:
4786: * src/lib/json/: json.c, pa_json.C: warning war
4787:
4788: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4789:
4790: * src/include/pa_config_fixed.h: uint16_t added
4791:
4792: * configure.in: uint16_t check added
4793:
4794: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4795: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4796: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4797: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4798: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4799:
4800: 2013-07-25 moko
4801:
4802: * parser3.sln: dependencies added
4803:
4804: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4805: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4806: module support
4807:
4808: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4809:
4810: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4811:
4812: 2013-07-23 moko
4813:
4814: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4815: PA_DEBUG_GC_MEMORY removed
4816:
4817: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4818: PA_DEBUG_DISABLE_GC compilation fix
4819:
4820: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4821: main/pa_request.C: outdated RESOURCES_DEBUG removed
4822:
4823: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4824: garbage cleanup
4825:
4826: * src/main/pa_common.C: warning war
4827:
4828: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4829:
4830: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4831: minor cleanup
4832:
4833: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4834: uses cygwin, not WIN32 implementation
4835:
4836: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4837: able to exec shell scripts
4838:
4839: * src/classes/math.C: ifdef WIN32 cleanup
4840:
4841: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4842:
4843: * src/classes/curl.C: LT_MODULE_EXT used
4844:
4845: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4846:
4847: 2013-07-22 moko
4848:
4849: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4850: includes fix
4851:
4852: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4853:
4854: * configure.in, src/include/pa_config_includes.h,
4855: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4856: src/main/pa_exec.C: includes cleanup
4857:
4858: * src/targets/cgi/parser3.C: 2012->2013
4859:
4860: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4861:
4862: * configure.in, src/include/pa_config_includes.h,
4863: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4864: src/main/pa_random.C, src/main/pa_socks.C,
4865: src/types/pa_vstatus.C: cygwin support cleanup
4866:
4867: * configure.in: dirent.h check added
4868:
4869: * src/: include/pa_config_includes.h, include/pa_dir.h,
4870: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4871: not copied
4872:
4873: 2013-07-21 moko
4874:
4875: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4876:
4877: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4878: parser3.vcproj: unused getopt.h / getopt.c removed
4879:
4880: * operators.txt, src/classes/file.C, tests/022.html,
4881: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4882: $.stat(true)] usage commented
4883:
4884: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4885: src/main/pa_dir.C: ^file:list[] now has dir column and when
4886: $.stat(true) it has size/*date columns modified patch from misha@
4887: that closes issue #914.
4888:
4889: * src/: include/pa_config_includes.h, main/pa_globals.C:
4890: PA_RELEASE_ASSERTS removed
4891:
4892: * src/lib/md5/pa_md5c.c: minor cleanup
4893:
4894: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4895: localeconv()->decimal_point usage remoed (related to issue #934)
4896:
4897: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4898: cordprnt.c removed
4899:
4900: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4901: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4902: pa-include/pa_strings.h: includes cleanup
4903:
4904: * src/lib/md5/pa_md5c.c: headers cleanup
4905:
4906: 2013-07-20 moko
4907:
4908: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4909: cleanup
4910:
4911: 2013-07-19 moko
4912:
4913: * src/classes/math.C: extern "C" added for crypt
4914:
4915: 2013-07-18 moko
4916:
4917: * src/classes/math.C: fix redhat7.2 build
4918:
4919: 2013-07-17 moko
4920:
4921: * configure.in, src/include/pa_config_includes.h,
4922: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4923: added for uint8/32/64_t)
4924:
4925: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4926: pa_config_includes.h used for uint32/64_t
4927:
4928: 2013-07-16 moko
4929:
4930: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4931: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4932: war
4933:
4934: * src/main/compile.tab.C: compile.y was updated
4935:
4936: * src/main/compile.y: warning war
4937:
4938: * src/: include/pa_exception.h, main/pa_exception.C,
4939: main/pa_xml_exception.C: warning war
4940:
4941: * src/: include/pa_common.h, main/pa_common.C: warning war
4942:
4943: * configure.in: beauty :)
4944:
4945: * tests/: 141.html, results/141.processed: sha256/512 added
4946:
4947: 2013-07-13 moko
4948:
4949: * src/lib/md5/md5.vcproj: sha2 added
4950:
4951: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4952: classes/math.C: sha2 support (sha256/sha512 digest)
4953:
4954: 2013-07-08 moko
4955:
4956: * src/classes/image.C: directory read or other read problem message
4957: fixed (related to issue #933)
4958:
4959: 2013-07-07 moko
4960:
4961: * AUTHORS: + misha + moko. :)
4962:
4963: 2013-07-06 moko
4964:
4965: * src/: classes/curl.C, include/pa_globals.h,
4966: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4967: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4968: for lt_dlinit to be called once and lt_dlexit called at right
4969: place (related to issue #925)
4970:
4971: 2013-07-04 moko
4972:
4973: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4974: VString::as_vfile now uses vfile.set_binary_string to avoid
4975: content-type to be set, as it brokes badly designed logic in
4976: response output. This hopefully finishes issue #928.
4977:
4978: * tests/results/: 256.processed, 286.processed: file now displayed
4979: as name, size, mode, content-type
4980:
4981: * src/main/pa_common.C: read error now reported cottectly (fixes
4982: issue #933
4983:
4984: 2013-06-28 moko
4985:
4986: * tests/: 286.html, results/286.processed: test extended
4987:
4988: * tests/: 286.html, results/286.processed: Test for issue #928
4989: added. it tests default content-type change.
4990:
4991: * src/types/pa_vfile.C: closes issue #928 - default content-type
4992: now updated
4993:
4994: 2013-06-25 moko
4995:
4996: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4997: content-type for text/binary files without name added;
4998: ^file::create[$f;...] options now works properly and $f
4999: properties are default (fixes issue #928)
5000:
5001: 2013-05-16 misha
5002:
5003: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5004: added
5005:
5006: * src/main/pa_table.C: - a tiny memory optimisation while creating
5007: table if specified limit is bigger than source rows count
5008:
5009: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5010: added ( new feature: #858 )
5011:
5012: 2013-04-29 moko
5013:
5014: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5015: $.ipresolve(0|1|2) added (closes issue #891)
5016:
5017: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5018:
5019: 2013-04-24 moko
5020:
5021: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5022: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5023: types/pa_vmemcached.h: ^memcache.release[] added, calls
5024: memcached_quit (refs #893)
5025:
5026: 2013-04-22 moko
5027:
5028: * src/: include/pa_string.h, main/pa_common.C: no more double
5029: slashes in file path (fixes bug #872)
5030:
5031: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5032: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5033: #739)
5034:
5035: * tests/results/266.processed: $.max_params added (feature #915)
5036:
5037: * src/: include/pa_common.h, main/pa_http.C: response-charset
5038: option added to file::load (closes issue #867)
5039:
5040: 2013-04-20 misha
5041:
5042: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5043: commited
5044:
5045: 2013-03-15 misha
5046:
5047: * src/classes/: hash.C, table.C: - Optimisation: do not create
5048: multiple empty strings while ::sql. uae String::Empty instead
5049:
5050: 2013-03-14 misha
5051:
5052: * src/classes/reflection.C: - for user classes
5053: ^reflection:method_info[] returns $.max_params and $.extra_param
5054: with $.call_type if they available ( new feature: #915 )
5055:
5056: * src/classes/file.C: - ^file:delete[] now supports an option
5057: $.exception(false) that suppress any exception while deleting
5058: file ( new feature: #916 )
5059:
5060: * src/classes/curl.C: - parsing cookies after curl:load now should
5061: work :)
5062:
5063: 2013-03-12 misha
5064:
5065: * src/types/pa_vfile.C: - if specified file_name is empty string
5066: set default name for the file
5067:
5068: 2013-03-11 misha
5069:
5070: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5071: also available in $f.cookies
5072:
5073: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5074: moved to a separate method
5075:
5076: 2013-03-10 moko
5077:
5078: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5079: added
5080:
5081: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5082: removed (declared by autoconf)
5083:
5084: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5085: uint32_t define
5086:
5087: 2013-03-10 misha
5088:
5089: * src/classes/file.C: ^file:delete and ^file:move now support
5090: option $.keep-empty-dirs(true) ( new feature: #884 )
5091:
5092: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5093: empty dirs is added
5094:
5095: 2013-03-10 moko
5096:
5097: * src/classes/: bool.C, double.C, int.C: default can be present,
5098: but default check removed from ^int/double/bool.int/double/bool
5099: for string.int/double/bool compatibility (related to issue #913)
5100:
5101: * src/classes/string.C: ^string.int/dobule/bool no longer
5102: internally throws exception if default is present (closes issue
5103: #913)
5104:
5105: 2013-03-09 misha
5106:
5107: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5108: optimisations ( #845 )
5109:
5110: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5111:
5112: 2013-03-08 moko
5113:
5114: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5115: creates correct table (fixes issue #910)
5116:
5117: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5118: use outside of 'connect' operator (fixes issue #911)
5119:
5120: * tests/results/: 096.processed, 122.processed: test results
5121: updated as doubles now printed with 15 significant digits, not 5
5122: (fixes issue #882)
5123:
5124: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5125: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5126:
5127: 2013-02-21 moko
5128:
5129: * src/classes/table.C: _locate_name_value does not check arguments
5130: count, so we check it in advance (fixes issue #905)
5131:
5132: 2012-10-23 moko
5133:
5134: * buildall: old shell for and echo compatibility (for six)
5135:
5136: 2012-10-19 moko
5137:
5138: * buildall: --strip added --disable-safe-mode listed in usage
5139:
5140: 2012-10-17 misha
5141:
5142: * src/classes/op.C: - apply-taint should not throw "outside
5143: connect" exception with sql lang now
5144:
5145: 2012-10-17 moko
5146:
5147: * src/main/pa_request.C: bugfix: safe mode should be inited for
5148: each request (for apache module)
5149:
5150: 2012-09-26 moko
5151:
5152: * src/doc/doxygen.cfg: png -> svg
5153:
5154: 2012-09-25 moko
5155:
5156: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5157: test added
5158:
5159: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5160: double use when key is long
5161:
5162: 2012-09-16 moko
5163:
5164: * src/classes/math.C: Format -> Method Encode -> Format
5165:
5166: * tests/: 141.html, results/141.processed: math:digest hmac test
5167: added
5168:
5169: 2012-09-14 moko
5170:
5171: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5172: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5173: implementation added
5174:
5175: 2012-09-12 moko
5176:
5177: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5178: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5179: targets.dox and string.dox slightly actualized
5180:
5181: 2012-08-31 moko
5182:
5183: * ChangeLog: now generated with patched cvs2cl.pl
5184:
5185: 2012-07-29 moko
5186:
5187: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5188: result should be pushed after VMethodFrame destructor is called,
5189: as it deletes junctions from stack params (fixes issue #868)
5190:
5191: 2012-07-23 moko
5192:
5193: * INSTALL, README: buildall script usage documented, other outdated
5194: info updated.
5195:
5196: * buildall-with-xml, buildall-without-xml: replaced by buildall
5197:
5198: 2012-07-21 moko
5199:
5200: * buildall: glib does not compile when threads are disabled...
5201:
5202: * src/types/pa_vmail.C: g_assertion fixes for empty input
5203:
5204: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5205: unref, can't unref nested objects)
5206:
5207: * src/types/pa_vmail.C: another check added
5208:
5209: 2012-07-19 moko
5210:
5211: * buildall: usage added
5212:
5213: * buildall: new buildall script that unites buildall-with-xml,
5214: buildall-without-xml, --with-apache and --with-mailreceive
5215:
5216: * configure.in: support for static gmime and dynamic glib linking.
5217: fixes for FreeBSD
5218:
5219: 2012-07-17 moko
5220:
5221: * configure.in: --with-mailreceive replaced
5222: --with-static-mailreceive and --with-shared-mailreceive pathlink
5223: removed
5224:
5225: 2012-07-16 moko
5226:
5227: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5228: capitalized, content now decoded and text content converted to
5229: $request:charset. all properties are accessed by functions, this
5230: ready for dynamic load.
5231:
5232: 2012-06-28 moko
5233:
1.116 moko 5234: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5235: 32 bit
1.95 moko 5236:
5237: 2012-06-27 moko
5238:
5239: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5240: passive ftp
5241:
5242: * src/lib/ltdl/ltdl.vcproj: release build fixed
5243:
5244: * configure.in: 3.4.2 RC -> 3.4.2
5245:
5246: 2012-06-22 moko
5247:
5248: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5249: #815)
5250:
5251: * tests/: 284.html, results/284.processed: output options test
5252: (feature #265)
5253:
5254: 2012-06-22 misha
5255:
5256: * tests/215.html: - little changes
5257:
5258: 2012-06-21 moko
5259:
5260: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5261: types/pa_vxdoc.h: output_options returned and used (bugfix for
5262: feature #265)
5263:
5264: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5265: breaks long .*, default 10M restored. (issue #216)
5266:
5267: * tests/: 283.html, results/283.processed: test for issue #815
5268: added
5269:
5270: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5271: again, cstrm not required.
5272:
5273: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5274: Win32 and broken FreeBSD (issue #45)
5275:
5276: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5277:
5278: * src/main/pa_string.C: warnings war
5279:
5280: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5281: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5282: main/pa_socks.C, targets/apache/pa_threads.C,
5283: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5284: types/pa_vstatus.C: compilation under cygwin fixed
5285:
5286: 2012-06-19 moko
5287:
5288: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5289: Windows fixed
5290:
5291: * parser3.sln: removed antique pcre_ctype
5292:
5293: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5294:
5295: * src/include/pa_config_fixed.h: undefined reference to
5296: __imp__pcre_* fix for Windows
5297:
5298: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5299: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5300: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5301: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5302: define fixed
1.95 moko 5303:
5304: 2012-06-18 moko
5305:
5306: * src/classes/memcached.C: flush -> clear
5307:
5308: * src/classes/memcached.C: memcached does not support quotes even
5309: in server name
5310:
5311: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5312: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5313: called on open to check servers existance. $.key(true) syntax
5314: now supported
5315:
5316: 2012-06-17 moko
5317:
5318: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5319: cleanup
5320:
5321: * src/classes/table.C, tests/282.cfg, tests/282.html,
5322: tests/results/282.processed: encloser at the EOF bug fixed,
5323: incorrectly enclosed data now processed more logicaly (fixes
5324: #339)
5325:
5326: 2012-06-15 moko
5327:
5328: * buildall-without-xml: sync with buildall-with-xml
5329:
5330: * buildall-with-xml: download auto-detected between fetch and curl
5331:
5332: * configure.in: --with-gc and --with-pcre now also processed
5333: correctly
5334:
1.116 moko 5335: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5336: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5337: should be run on rol1 using automake / aclocal (GNU automake)
5338: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5339:
5340: * configure.in: new PARSER_VERSION logic
5341:
5342: * src/include/pa_version.h: new pa_version.h logic
5343:
5344: * src/: classes/curl.C, classes/file.C, classes/image.C,
5345: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5346: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5347: feols_normalized -> fis_text_content set_binary added
5348:
5349: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5350:
5351: 2012-06-15 misha
5352:
5353: * src/: classes/curl.C, classes/file.C, classes/image.C,
5354: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5355: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5356: ^file::create[text;content] EOLs in content now is normalized. (
5357: new feature: #815 )
5358:
5359: 2012-06-15 moko
5360:
5361: * configure.in: --disable-version-update added to disable version
5362: update with host information (for debian package) whitespace
5363: optimized
5364:
5365: * configure.in: version changed to 3.4.2 RC no-pic added for
5366: libtool
5367:
5368: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5369: it.
5370:
5371: 2012-06-14 moko
5372:
5373: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5374: tests/results/281.processed: "hash flocked" error removed for
5375: safe operations like ^h._count[] ( new feature: #335 )
5376:
1.116 moko 5377: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5378:
5379: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5380:
5381: * configure.in: --with-static/shared xml replaced with --with-xml,
5382: xml compilation check added
5383:
5384: * configure.in: --with-static/shared-gc, --with-static-pcre are
5385: replaced with --with-gc and --with-pcre test for pcre linking
5386: added
5387:
5388: 2012-06-13 moko
5389:
5390: * configure.in: apxs2 check optimized
5391:
5392: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5393: .la, includes optimized
5394:
5395: * buildall-with-xml: --with-pic looks better for -fPIC
5396:
5397: * configure.in: switched to convenience library in static linking
5398:
5399: * src/targets/apache/Makefile.am: switched to convenience library
5400: usage to avoid libtool warnings
5401:
5402: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5403: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5404: smtp/Makefile.am: switched to convenience library usage
5405:
5406: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5407:
5408: * src/targets/apache/Makefile.am: updated for libtool usage
5409:
5410: * buildall-without-xml: --with-included-ltdl added
5411:
5412: * buildall-without-xml: sync with buildall-with-xml
5413:
5414: * buildall-with-xml: --with-included-ltdl added $cflags added for
5415: -fPIC for x64 $download added for wget success check added
5416:
5417: * buildall-without-xml: --with-dynamic-stdcpp removed
5418:
5419: * configure.in: disable-static returned
5420:
5421: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5422: LIBTOOLFLAGS
5423:
5424: 2012-06-12 moko
5425:
5426: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5427: compatible with LIBTOOLFLAGS for unknown reasons
5428:
5429: * buildall-with-xml: --with-dynamic-stdcpp removed
5430:
5431: * configure.in: static/dynamic -lstdc++ linking option removed
5432: apxs2 check added
5433:
5434: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5435: option removed
5436:
5437: 2012-06-10 moko
5438:
5439: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5440: added
5441:
5442: * src/targets/cgi/pp3.cmd: old PAF stuff
5443:
1.116 moko 5444: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5445: beauty
1.95 moko 5446:
5447: * depcomp: from libtool 2.4.2
5448:
5449: * configure.in: ltdl directory removed, it has correct Makefile.in
5450:
5451: 2012-06-09 moko
5452:
1.116 moko 5453: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5454: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5455: autogenerated files updated after libtool update
5456:
1.116 moko 5457: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5458: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5459: config_auto.h.in, config_fixed.h, configure, configure.ac,
5460: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5461: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5462: config/compile, config/config.guess, config/config.sub,
5463: config/depcomp, config/install-sh, config/ltmain.sh,
5464: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5465: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5466: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5467: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5468: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5469: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5470: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5471: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5472:
5473: * configure.in: preparation for new libtool
5474:
5475: * configure.in: Some beauty added :)
5476:
5477: * src/targets/apache/Makefile.am: := -> =
5478:
5479: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5480: again. :)
5481:
5482: * src/include/pa_config_includes.h, configure.in: limits.h added,
5483: previously was taken from pcre_internal.h. :)
5484:
5485: * src/lib/pcre/Makefile.am: config.h returned
5486:
5487: * src/lib/pcre/config.h: still need this. :)
5488:
5489: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5490:
5491: * configure.in: --with-charsets removed; --with-mysql-client & co
5492: removed
5493:
5494: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5495: now in parser tree, no need to copy
5496:
5497: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5498: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5499: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5500: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5501: extracts now used old trash removed
5502:
5503: * etc/parser3.charsets/Makefile.am: charsets now in share
5504: (debian/patches/104_automake.patch) + all charsets are copied
5505:
5506: * buildall-with-xml, buildall-without-xml: curl option removed +
5507: extra arguments now supported
5508:
5509: 2012-06-08 misha
5510:
5511: * src/classes/table.C: - one params.as_hash usage was rolled back:
5512: the 2nd option in ^table.hash[] could be hash or table so
5513: .as_hash will throw an exception when table option is specified
5514:
5515: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5516: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5517: classes/table.C, classes/void.C, classes/xdoc.C,
5518: include/pa_exception.h, types/pa_vmethod_frame.C,
5519: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5520: and improved (whitespaces are allowed as empty options) -
5521: MethodParams::as_table is added - above methods are used for
5522: parsing methods' options ( new feature: #9 )
5523:
5524: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5525: to vclass. now class fields can be accessible as a hash:
5526: $h[^hash::create[$asd:CLASS]]
5527:
5528: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5529: have get_fields method so their fields can be accessed with
5530: ^reflection:fields[...] & ^reflection:field[...]
5531:
5532: 2012-06-06 misha
5533:
5534: * tests/280.html: - tests for
5535: ^reflection:method[obj-or-class;method],
5536: ^reflection:field[obj-or-class;field] and
5537: ^reflection:fields[obj-or-class] are added
5538:
5539: 2012-06-05 misha
5540:
5541: * src/classes/reflection.C: - ^reflection:method[class or
5542: object;method name] and ^reflection:field[class or object;field
5543: name] are added
5544:
5545: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5546: is used
5547:
5548: * src/types/pa_method.h: - Method::as_vjunction method is added
5549:
5550: 2012-06-05 moko
5551:
1.116 moko 5552: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5553:
5554: * src/classes/memcached.C: flish ttl fixed
5555:
5556: 2012-06-04 moko
5557:
5558: * src/classes/json.C, src/classes/op.C, tests/279.html,
5559: tests/results/279.processed: ^json:parse[] now supports $.taint
5560: option (new feature #833)
5561:
5562: 2012-06-04 misha
5563:
5564: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5565: - search_stop method was moved from pa_vcookie.C to pa_common.C
5566:
5567: 2012-06-03 misha
5568:
5569: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5570: cookies are parced and stored into $.cookies ( new feature: #31 )
5571:
5572: 2012-05-30 misha
5573:
5574: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5575: incomplete class into a scope while @USE is found
5576:
5577: * src/main/compile.y: - add incomplete class into a scope while
5578: @USE and @CLASS instructions are found ( bugfix: #838 )
5579:
5580: 2012-05-30 moko
5581:
5582: * src/types/pa_vclass.C, tests/278.html,
5583: tests/results/278.processed: removed "property has no getter
5584: method" exception when GET_DEFAULT present (fixes #269)
5585:
5586: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5587: $._default
5588:
5589: 2012-05-29 moko
5590:
5591: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5592: uninitialized values usage (new feature: #154)
5593:
5594: 2012-05-28 moko
5595:
5596: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5597: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5598: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5599: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5600: src/types/pa_vobject.C, src/types/pa_vobject.h,
5601: src/types/pa_vstring.h, src/types/pa_vtable.C,
5602: tests/results/277.processed, src/types/pa_vtable.h,
5603: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5604: ^json:string[$o; $.default[$method]] implemented for VObject (new
5605: feature #803)
5606:
5607: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5608: tests/results/277.processed: json numbers are now treated as
5609: double ( new feature: #834 )
5610:
5611: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5612: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5613: added for out of range checks, zero division in vint/vdouble
5614: check added ( fixes #832 )
5615:
5616: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5617: ( fixes #832 )
5618:
5619: 2012-05-28 misha
5620:
5621: * buildall-with-xml: - --without-lzma option is added to libxml2
5622: configure
5623:
5624: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5625: added - tests for unsupported values for options $.file, $.table
5626: and $.date are added
5627:
5628: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5629: accepts "stat" $.file[] option's value in addition to existed
5630: "text" and "base64" ( new feature: #835 )
5631:
5632: * tests/276.html: - test for
5633: ^reflection:delete[$object-or-class;field-name]
5634:
5635: * src/classes/reflection.C: -
5636: ^reflection:delete[$object-or-class;field-name] is added ( new
5637: feature: #268 )
5638:
5639: 2012-05-27 misha
5640:
5641: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5642:
5643: 2012-05-24 misha
5644:
5645: * src/include/pa_common.h: - method lastposafter was removed
5646:
5647: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5648: lastposafter - ^file:dirname[] & Co proper handle windows file
5649: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5650: work as *nix commands
5651:
5652: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5653:
5654: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5655: rskipchars were added
5656:
5657: * tests/270.html: - more tests for ^file:find[]
5658:
5659: * tests/065.html: - more tests for ^file:dirname[] & Co
5660:
5661: * src/include/pa_version.h: - must be "win32" here. it is
5662: auto-generated on *nix
5663:
5664: 2012-05-24 moko
5665:
5666: * src/classes/math.C: ^math:convert[] now supports uint32 and
5667: throws overflow exception ( new feature: #830 )
5668:
5669: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5670: uint32 support and overflow added ( new feature: #830 )
5671:
5672: 2012-05-23 moko
5673:
5674: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5675: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5676: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5677: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5678: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5679: types/pa_vregex.h, types/pa_vstateless_class.C,
5680: types/pa_vstateless_class.h, types/pa_vstring.h,
5681: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5682: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5683: "return string as-is" removed from as_expr_result. ( new feature:
5684: #831 )
5685:
5686: * tests/results/244.processed: test changed after bug #782 fix
5687: commited
5688:
5689: * tests/results/229.processed: test results for bug #782 commited
5690:
5691: * tests/: 254.html, results/254.processed: uid now just compared,
5692: not printed. :)
5693:
5694: 2012-05-20 moko
5695:
5696: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5697: feature: #341 )
5698:
5699: * tests/: 254.html, results/254.processed: test for
5700: ^reflection:uid[] added
5701:
5702: * tests/: 254.html, results/254.processed: test for
5703: ^reflection:uid[$obj] added
5704:
5705: 2012-05-17 misha
5706:
5707: * src/main/untaint.C: - do not replace ' char by _26 while
5708: exploding filespec-tainting ( new feature: #829 )
5709:
5710: 2012-05-12 moko
5711:
5712: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5713: not.
5714:
5715: 2012-05-08 moko
5716:
5717: * src/types/pa_vmethod_frame.h: bug #782 fixed
5718:
5719: * tests/229.html: test for bug #782
5720:
5721: * tests/results/259.processed, src/main/pa_request.C,
5722: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5723: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5724: src/types/pa_vvoid.h: feature #154 - first empty param now
5725: string; defined locals are empty strings; $STRICT-VARS(true)
5726: added
5727:
5728: 2012-04-27 moko
5729:
1.116 moko 5730: * src/targets/apache/Makefile.am:
1.95 moko 5731: ../../lib/memcached/libmemcached.a added
5732:
5733: 2012-04-27 misha
5734:
5735: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5736: ( #827 )
5737:
5738: 2012-04-25 moko
5739:
5740: * src/: classes/json.C, classes/memcached.C,
5741: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5742: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5743: implemented.
5744:
5745: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5746:
5747: 2012-04-23 moko
5748:
5749: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5750: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5751: types/pa_vmemcached.h: open allows options hash for new
5752: memcached(options) function
5753:
5754: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5755: not appended
5756:
5757: 2012-04-21 moko
5758:
5759: * src/classes/curl.C: '' added. :)
5760:
5761: * src/classes/classes.vcproj: new curl.h location
5762:
5763: * src/classes/curl.C: verbose output redirection from stderr to
5764: file curl option added
5765:
5766: 2012-04-20 moko
5767:
5768: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5769: contains what we need from curl, #ifdef HAVE_CURL removed
5770:
1.116 moko 5771: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5772: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5773: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5774: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5775: configure option
5776:
5777: 2012-04-19 moko
5778:
5779: * src/: classes/double.C, classes/inet.C, classes/int.C,
5780: classes/string.C, lib/gc/include/gc_allocator.h,
5781: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5782: options from sql_result_string removed. (closes issue #468)
5783:
5784: * src/types/pa_vmemcached.C: empty string fix
5785:
5786: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5787: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5788: pa_vmemcached.C
5789:
5790: 2012-04-18 moko
5791:
5792: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5793: apache2-mpm-prefork" error displayed in threaded mpm.
5794:
5795: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5796: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5797: installed (issue #354)
5798:
5799: 2012-04-16 moko
5800:
5801: * src/types/pa_vmemcached.C: call to memcached_result_create and
5802: memcached_result_free removed
5803:
5804: 2012-04-14 moko
5805:
5806: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5807:
5808: * src/types/pa_vmemcached.C: check_key added and used
5809:
5810: 2012-04-13 moko
5811:
5812: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5813: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5814: Serialization_data now added and used, VString now serialized
5815: with languages into memcached.
5816:
5817: 2012-03-28 moko
5818:
5819: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5820: lib/memcached/pa_memcached.h: result lengths added
5821:
5822: 2012-03-27 moko
5823:
5824: * src/types/pa_vmemcached.C: strdup added
5825:
5826: 2012-03-24 moko
5827:
5828: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5829: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5830: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5831:
5832: 2012-03-20 moko
5833:
1.116 moko 5834: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5835:
5836: * src/targets/cgi/Makefile.am: cleanup
5837:
5838: * src/: types/Makefile.am, types/pa_vmemcached.C,
5839: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5840:
5841: * src/: classes/Makefile.am, classes/memcached.C,
5842: lib/memcached/Makefile.am, lib/memcached/constants.h,
5843: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5844: lib/memcached/types.h, lib/Makefile.am: memcached initial
5845:
5846: 2012-03-16 moko
5847:
5848: * src/main/execute.C: ident now works under Linux + ident displays
5849: filenames (closes issue #818)
5850:
1.116 moko 5851: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5852: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5853: pa_vmethod_frame_local.h removed
5854:
5855: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5856: classes/classes.h, classes/curl.C, classes/date.C,
5857: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5858: classes/hashfile.C, classes/image.C, classes/inet.C,
5859: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5860: classes/memory.C, classes/op.C, classes/reflection.C,
5861: classes/regex.C, classes/response.C, classes/string.C,
5862: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5863: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5864: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5865: include/pa_config_fixed.h, include/pa_config_includes.h,
5866: include/pa_dictionary.h, include/pa_dir.h,
5867: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5868: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5869: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5870: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5871: include/pa_request_charsets.h, include/pa_request_info.h,
5872: include/pa_sapi.h, include/pa_socks.h,
5873: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5874: include/pa_stack.h, include/pa_string.h,
5875: include/pa_stylesheet_connection.h,
5876: include/pa_stylesheet_manager.h, include/pa_table.h,
5877: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5878: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5879: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5880: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5881: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5882: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5883: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5884: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5885: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5886: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5887: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5888: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5889: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5890: main/pa_string.C, main/pa_stylesheet_connection.C,
5891: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5892: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5893: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5894: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5895: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5896: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5897: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5898: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5899: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5900: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5901: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5902: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5903: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5904: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5905: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5906: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5907: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5908: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5909: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5910: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5911: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5912: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5913: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5914: types/pa_vresponse.h, types/pa_vstateless_class.C,
5915: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5916: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5917: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5918: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5919: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5920: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5921: ident now works under Linux + ident displays filenames (closes
5922: issue #818) Copyright updated
5923:
5924: 2012-03-13 moko
5925:
5926: * src/main/pa_string.C: compilation fix for feature #741
5927:
5928: 2012-03-09 misha
5929:
5930: * tests/193.html: - tests for ^string:base64[encoded] are updated
5931:
5932: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5933: now detects invalid base64 chars in the middle of encoded stricg
5934: ( new feature: #55 )
5935:
5936: * src/include/pa_exception.h: - new exception type for base64
5937: decoding is added
5938:
5939: 2012-03-06 misha
5940:
5941: * tests/274.html: - tests for ^date::today[] and
5942: ^date.sql-string[datetime|date|time] are added
5943:
5944: * src/classes/date.C: - constructor ^date::today[] is added ( new
5945: feature: #811 ) - ^date.sql-string[] now can accept one param --
5946: strings "datetime", "date" or "time" - comments tidying up
5947:
5948: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5949: date and time
5950:
5951: 2012-03-03 misha
5952:
5953: * tests/193.html: - tests for
5954: ^string:base64[encoded;$.strict(true)] are added
5955:
5956: * tests/results/auto.p: - try-catch operator is added
5957:
5958: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5959: main/pa_common.C: - $.strict(true|false) option is added to
5960: base64 decode methods ( new feature: #55 )
5961:
5962: * src/main/pa_common.C: - base64 decode memory usage was decreased
5963: ( new feature: #819 )
5964:
5965: 2012-02-28 moko
5966:
5967: * src/classes/hash.C: ident test
5968:
5969: 2012-02-27 misha
5970:
5971: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5972:
5973: 2012-01-08 misha
5974:
5975: * tests/273.html: - tests for ^string.replace[from;to] are added
5976:
5977: * src/: classes/string.C, include/pa_dictionary.h,
5978: main/pa_dictionary.C, main/pa_string.C: -
5979: ^string.replace[from;to] is added ( new feature: #741 ) -
5980: ^string.replace[one subst here] is slightly optimized
5981:
5982: 2011-12-07 misha
5983:
5984: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5985: named table with one empty column ( bugfix: #63 )
5986:
5987: 2011-11-30 misha
5988:
5989: * src/classes/json.C: - it's possible to set user's method for
5990: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5991: #763 )
5992:
5993: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5994:
5995: 2011-11-23 misha
5996:
5997: * src/: classes/curl.C, classes/file.C, classes/image.C,
5998: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5999: types/pa_vfile.h, types/pa_vform.C: - constructor
6000: ^file::create[mode;filename;content[;options]] now accepts binary
6001: mode and file-content - new constructor's format:
6002: ^file::create[string-or-file-content[;$.name[filename]
6003: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6004: feature: #65 )
6005:
6006: * src/: include/pa_request.h, main/pa_request.C: - new method
6007: mime_type_of(const String*) is added
6008:
6009: * src/include/pa_exception.h: - new exception constant
6010: FILE_NAME_MUST_BE_SPECIFIED is added
6011:
6012: * src/classes/table.C: - bug with negative offset transformed into
6013: a feature. it means pointing to a row from the end of the table (
6014: new feature: #810 )
6015:
6016: 2011-11-19 misha
6017:
6018: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6019: â ìåòîäå _select ( new feature: #810 )
6020:
6021: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6022: options were specified together is simplified
6023:
6024: 2011-11-12 misha
6025:
6026: * src/main/pa_request.C: - forgotten fix for escaping filename in
6027: HTTP content-disposition header (a part of bug #361 )
6028:
6029: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6030: checks for ancestors' classes as well ( new feature: #456 )
6031:
6032: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6033: "without cycle" now have types "parser.break" and
6034: "parser.continue" instead of "parser.runtime" ( new feature: #799
6035: )
6036:
6037: 2011-11-11 misha
6038:
6039: * tests/results/: 099.processed, 100.processed, 205.processed,
6040: 237.processed: - since bug #361 was fixed the content of filename
6041: in HTTP headers is quoted
6042:
6043: * tests/results/270.processed: - result for test 270
6044:
6045: * tests/: 065.html, results/065.processed: - more tests for
6046: ^file:basename[] & Co were added
6047:
6048: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6049:
6050: * tests/270.html: - tests for ^file:find[] are added
6051:
6052: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6053: using option $.charset. option $.engoding is still supported but
6054: these options can not be specified together
6055:
6056: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6057: comparation charset name with string "UTF-8" ( bugfix: #759 )
6058:
6059: 2011-10-11 misha
6060:
6061: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6062: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6063: #622)
6064:
6065: 2011-09-30 misha
6066:
6067: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6068: exception "saving stat-ed file" ( bugfix: #395 )
6069:
6070: 2011-05-30 misha
6071:
6072: * src/classes/string.C: - fixed bug which was added with
6073: params.as_hash into string:sql
6074:
6075: 2011-05-29 misha
6076:
6077: * src/types/pa_value.C: - filename in content-disposition header
6078: must be quoted ( bugfix: #361 )
6079:
6080: 2011-05-27 misha
6081:
6082: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6083: created file
6084:
6085: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6086: usage
6087:
6088: * src/include/pa_exception.h: - one more string for exception was
6089: added
6090:
6091: 2011-05-25 misha
6092:
6093: * tests/269.html: - tests for checking input params in some dom
6094: methods
6095:
6096: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6097: was added. it isn't possible not wo create xdoc with invalid
6098: tagName. ( bugfix: #160 )
6099:
6100: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6101: string "data must be string" was mover from pa_exception.h to
6102: pa_xml_exception.h
6103:
6104: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6105: as_xmlncname, as_xmlname and as_xmlnsuri were added
6106:
6107: * src/main/pa_xml_exception.C: - XmlException accepts more options
6108:
6109: * src/include/pa_xml_exception.h: - XmlException accepts more
6110: options - XML-related exception's strings were added
6111:
6112: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6113: output_options were removed)
6114:
6115: 2011-05-19 misha
6116:
6117: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6118: params.as_hash is used more while parsing methods hash-options
6119:
6120: 2011-05-18 misha
6121:
6122: * operators.txt: - info about json-serialization of xdoc was added
6123:
6124: * tests/256.html: - tests for json-serialization xdoc were added
6125:
6126: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6127:
6128: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6129: classes/json.C, classes/xdoc.C: - now json:string can serialize
6130: xdoc-objects. options (the same as ^xdoc.string[]) could be
6131: specified in $.xdoc[] ( new feature: #265 )
6132:
6133: 2011-05-15 misha
6134:
6135: * tests/268.html: - tests for ^table.count[with options] were added
6136:
6137: * src/classes/table.C: - method ^table.count[] now can accept
6138: options ( new feature: #93 ): ^table.count[column] returns number
6139: of columns for named table; ^table.count[cells] returns number of
6140: cells in the current row; ^table.count[] & ^table.count[rows]
6141: return number of rows in a table.
6142:
6143: * tests/267.html: - test for checking switch/case in boolean mode
6144: was added
6145:
6146: * src/classes/op.C: - if switch's or case's value is bool, they are
6147: compared as bool values, not as double values: new feature: #351
6148:
6149: 2011-05-06 misha
6150:
6151: * tests/242.html: - EOL before EOF was added
6152:
6153: * tests/169.html: - tests for splitting empty string and void were
6154: added
6155:
6156: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6157: returned table with one empty cell)
6158:
6159: 2011-04-03 misha
6160:
6161: * src/include/pa_version.h, configure.in: - version in head was
6162: changed to 3.4.2b
6163:
6164: 2011-03-30 misha
6165:
6166: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6167: as well ( new feature #294 )
6168:
6169: 2011-03-29 misha
6170:
6171: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6172: limited to approx. 6 MB. previous limits were too big for real
6173: life. bugfix: #216
6174:
6175: 2011-03-04 moko
6176:
6177: * etc/parser3.charsets/cp866.cfg: Conforms to
6178: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6179:
6180: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6181: vlalek@
6182:
6183: 2011-02-22 misha
6184:
6185: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6186: be under #ifdef XML or parser can't be compiled without xml
6187: support
6188:
6189: 2011-02-21 misha
6190:
1.116 moko 6191: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6192: ApacheModuleParser3.vcproj was removed
6193:
6194: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6195: removed)
6196:
6197: 2011-02-20 misha
6198:
6199: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6200: $.overridden in ^reflection:method_info[...] were added
6201:
6202: * src/classes/reflection.C: - beautifying result of
6203: ^reflection:method_info[] ($.overridden/inherited)
6204:
6205: 2011-02-18 misha
6206:
6207: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6208: and pa_isalnum instead of isalpha and isalnum - bug with
6209: redundand quoting lowercased latin chars while building email
6210: body was fixed
6211:
6212: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6213: added (they check for latin chars only)
6214:
6215: 2011-02-16 misha
6216:
6217: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6218: string size for transcoding gave too small value (should ever
6219: look for availability char in dest charset inspite of the char
6220: size)
6221:
6222: 2011-02-04 moko
6223:
6224: * tests/223.html: header values now not url-encoded (issue #195)
6225:
6226: 2011-02-01 misha
6227:
6228: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6229:
6230: 2011-01-31 misha
6231:
6232: * src/main/pa_request.C: - throw exception if param file_name in
6233: use_file is empty
6234:
6235: 2011-01-08 moko
6236:
6237: * src/classes/curl.C: compilations errors fixed
6238:
6239: 2010-12-29 moko
6240:
6241: * tests/: 265.html, results/265.processed: test for issue #200
6242: added
6243:
6244: * src/main/pa_string.C: empty regex result check added (fixes issue
6245: #200)
6246:
6247: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6248:
6249: * tests/results/223.processed: header values now not url-encoded
6250: (issue #195)
6251:
6252: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6253: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6254: pa_http_safe_header_name added for headers names (fixes bug #195)
6255:
6256: 2010-12-18 misha
6257:
6258: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6259: => pa-include
6260:
6261: 2010-11-28 moko
6262:
6263: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6264:
6265: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6266: -> pa
6267:
6268: * configure.in: apr -> pa
6269:
6270: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6271:
6272: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6273: classes/Makefile.am, types/Makefile.am: apr -> pa
6274:
6275: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6276: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6277: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6278: pa-include/pa_apr.h, pa-include/pa_errno.h,
6279: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6280: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6281: module apr name conflict resolved)
6282:
6283: 2010-11-27 misha
6284:
6285: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6286: libbz2
6287:
6288: 2010-11-26 misha
6289:
6290: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6291: warnings removed
6292:
6293: 2010-11-25 moko
6294:
6295: * operators.txt: $.indent(true)
6296:
6297: * operators.txt: another bugfix. :)
6298:
6299: * operators.txt: bugfix. :)
6300:
6301: * buildall-with-xml: libxml2-2.7.8 + with-apache
6302:
6303: 2010-11-24 moko
6304:
1.116 moko 6305: * configure: apxs support
1.95 moko 6306:
6307: * configure.in: apxs support -Bstatic gc removed for OS X
6308:
6309: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6310:
6311: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6312: THREAD_LOCAL usage
6313:
6314: * src/: classes/curl.C, include/pa_config_includes.h,
6315: main/pa_globals.C: THREAD_LOCAL defined and used
6316:
6317: 2010-11-23 moko
6318:
6319: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6320: should be passed to pa_sleep, and only fractional part (bugfix:
6321: #188)
6322:
6323: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6324:
6325: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6326: GC_dont_gc=1, as in cgi version
6327:
6328: * src/targets/apache/mod_parser3.c: warning war
6329:
6330: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6331: pa_httpd.h: version removed, some trash removed
6332:
6333: * src/targets/apache/mod_parser3.c: version removed (we don't want
6334: to show it), warning war
6335:
6336: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6337: pa_httpd.h: parser_status_allowed removed + merge config
6338: functions removed (override is the default) + beauty
6339:
6340: * src/: include/pa_request.h, main/pa_request.C,
6341: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6342: hide $status used in apache module removed
6343:
6344: 2010-11-18 moko
6345:
6346: * operators.txt: $.table[compact] added for ^json:string[]
6347:
6348: 2010-11-16 moko
6349:
6350: * src/targets/apache/mod_parser3.c: some cleanup done
6351:
6352: * src/main/untaint.C: bugfix: first, second String::Body argument
6353: is hashcode; second, info.fragment_begin is original, not
6354: resulting length
6355:
6356: * src/classes/file.C: new feature: $.stdin now untainted
6357:
6358: * tests/results/264.processed: new feature: $.stdin[] now untainted
6359:
6360: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6361:
6362: * src/classes/op.C: ^apply-taint[] method added
6363:
6364: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6365: added; $.stdin untaint test added
6366:
6367: 2010-11-15 moko
6368:
6369: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6370: removed
6371:
6372: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6373: pa_httpd.h: 2x2 calculated under apache2. :)
6374:
6375: 2010-11-13 moko
6376:
6377: * src/targets/apache/mod_parser3.c: initial changes to build module
6378: with apache 2.x includes
6379:
6380: * src/targets/apache/: Makefile.am, mod_parser3.c,
6381: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6382: united apache 1.3 / apache 2.x DSO module
6383:
6384: 2010-11-09 moko
6385:
6386: * src/types/pa_method.h: check added to dissallow @method[name;*]
6387: syntax
6388:
6389: * tests/: 263.html, results/263.processed: test from method[*args]
6390: added
6391:
6392: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6393: number of params can now be passed to a method declared with *arg
6394:
6395: 2010-11-06 moko
6396:
6397: * src/classes/table.C: formating fixed. :)
6398:
6399: * src/classes/table.C: closes #4: ^table.select now supports
6400: $.limit(), $.offset, $.reverse() options
6401:
6402: * tests/: 262.html, results/262.processed: test for ^table:select
6403: with options added (feature #4)
6404:
6405: * src/include/pa_array.h: remove function added
6406:
6407: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6408: object in get_element/put_element, using static one.
6409:
6410: 2010-11-04 moko
6411:
6412: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6413: options is passed
6414:
6415: * tests/: 256.html, results/256.processed: $.table[compact] feature
6416: now tested; k and p in handler now tested.
6417:
6418: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6419: $.table[compact] feature added
6420:
6421: * src/classes/json.C: key is now passed to handler in
6422: value_json_string; ^json:string result now process tainting
6423: inside and returns clean string, related to issue #153
6424:
6425: * src/main/untaint.C: bugfix: charset can be null (in
6426: ^string:save[] as example), thus check is added
6427:
6428: 2010-10-31 moko
6429:
6430: * src/classes/string.C: error message changed (fixes issue #149)
6431:
6432: 2010-10-29 moko
6433:
6434: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6435: port is not default (fixes issue #155); exception on invalid port
6436: added.
6437:
6438: * src/main/untaint.C: '*' is now not urlencoded to allow header
6439: "Accept: */*" to be passed
6440:
6441: 2010-10-28 moko
6442:
6443: * src/classes/curl.C: bugfix: detect_charset() was throwing
6444: exception on unknown charset even if response_charset was
6445: specified
6446:
6447: 2010-10-27 moko
6448:
6449: * src/classes/string.C: ^string.append removed for void
6450: compatibility
6451:
6452: 2010-10-26 moko
6453:
6454: * src/classes/json.C: libjson supports array at top level, we too
6455: (GPF fixed)
6456:
6457: 2010-10-25 moko
6458:
6459: * tests/: 253.html, results/253.processed: libjson supports array
6460: at top level, parser now supports it as well.
6461:
6462: * tests/261.html, tests/results/261.processed,
6463: src/types/pa_vstring.h: empty string is now void compatible
6464: (allows $empty.key)
6465:
6466: 2010-10-22 misha
6467:
6468: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6469: while adding additional expires checkout)
6470:
6471: * tests/030.html: - test for session cookie was added
6472:
6473: 2010-10-21 moko
6474:
6475: * src/: classes/string.C, classes/void.C, main/execute.C,
6476: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6477: string (feature #111)
6478:
6479: * tests/: 261.html, results/261.processed: checks void from string
6480: inheritance (feature #111)
6481:
6482: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6483: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6484: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6485: now true by default
6486:
6487: 2010-10-17 moko
6488:
6489: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6490: upload now uses binary blocks instead of L_FILE_POST tainting.
6491: (bugfix: #128)
6492:
6493: * tests/: 223.html, results/223.processed: binary file upload test
6494: added, GPF (issue #128) also checked in this test
6495:
6496: 2010-10-13 misha
6497:
6498: * tests/260.html: - test for math:convert
6499:
6500: * src/classes/math.C: - error in math:convert was fixed
6501:
6502: * operators.txt: - info about
6503: ^math:convert[number](from-base;to-base) was added
6504:
6505: * src/classes/math.C: - method
6506: ^math:convert[number](from-base;to-base) for converting number
6507: represention from one base to another was added ( new feature:
6508: #23 )
6509:
6510: 2010-10-13 moko
6511:
6512: * src/main/compile.tab.C: [] now is empty string, not void
6513:
6514: * src/main/compile.y: [] now is empty string, not void
6515:
6516: * src/types/pa_vvoid.h: void now passed as parameter
6517:
6518: * tests/: 259.html, results/259.processed: to test difference
6519: between void and empty string (see ticket #111)
6520:
6521: * tests/results/152.processed: $sEmpty[] is now empty string, not
6522: void
6523:
6524: * tests/256.html: $s[$void] is no longer empty string
6525:
6526: * tests/254.html: empty string is no longer void
6527:
6528: 2010-10-12 misha
6529:
6530: * src/types/pa_vcookie.C: - check if $.expires value can be
6531: converted to date during cookies set up ( bugfix: #104 )
6532:
6533: * tests/041.html: - more tests for ^table.locate were added
6534:
6535: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6536: work ( bugfix: #129 ) - exception comment for incorrect options
6537: ^table.locate[field;value;options] was fixed
6538:
6539: 2010-10-10 moko
6540:
6541: * src/: classes/reflection.C, main/execute.C: constructor returning
6542: another object feature returned
6543:
6544: * tests/results/258.processed: test result updated as constructor
6545: returning another object feature returned
6546:
6547: * tests/: 258.html, results/258.processed: test for constructor
6548: returning another object
6549:
6550: 2010-10-08 misha
6551:
6552: * tests/257.html: - whitespaces after @METACOMMANDS and their
6553: options shouldn't cause exceptions any longer
6554:
6555: 2010-10-06 moko
6556:
6557: * src/classes/: hash.C, table.C: length from sql server is now
6558: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6559:
6560: 2010-10-02 misha
6561:
6562: * operators.txt: - the X mark was removed from ^cache[file]. it is
6563: usable to delete cache file.
6564:
6565: 2010-10-02 moko
6566:
6567: * tests/: 253.html, results/253.processed: hook_key added for key
6568: checking
6569:
6570: * src/classes/json.C: null key bug fixed
6571:
6572: 2010-09-29 misha
6573:
6574: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6575:
6576: 2010-09-25 moko
6577:
6578: * src/classes/json.C: small fixed
6579:
6580: * tests/results/: 253.processed, 255.processed: just updated
6581:
6582: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6583: results/255.processed: charset transcode test added for
6584: json:parse
6585:
6586: 2010-09-24 moko
6587:
6588: * src/types/pa_value.h: warning war :)
6589:
6590: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6591: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6592: ^json:string
6593:
6594: 2010-09-22 moko
6595:
6596: * src/main/pa_charset.C: parser charset tables declare only
6597: white-space before 0x20, thus adding the missing chars
6598:
6599: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6600: to http://unicode.org/Public/MAPPINGS/VENDORS/
6601:
6602: 2010-09-21 misha
6603:
6604: * src/main/compile.y: - some semicolons were added (VS2010 don't
6605: want to compile grammar if they are absent)
6606:
6607: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6608:
6609: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6610:
6611: * src/main/main.vcproj: - path to bison is changed
6612:
6613: 2010-09-21 moko
6614:
1.116 moko 6615: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6616: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6617: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6618:
6619: 2010-09-20 misha
6620:
6621: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6622:
6623: * src/classes/json.C: - add EOL while json-serializing hash
6624:
6625: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6626: compilers don't like 'ES'.
6627:
6628: 2010-09-17 misha
6629:
6630: * operators.txt: - info about json class was added
6631:
6632: * src/classes/json.C: - ^json:string[object]
6633:
6634: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6635: preventing infinite recursion while executing json:string was
6636: added
6637:
6638: * src/include/pa_string.h: - method append_quoted was added
6639:
6640: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6641: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6642: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6643: was added to Value & Co
6644:
6645: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6646: were used
6647:
6648: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6649: were added
6650:
6651: 2010-09-10 moko
6652:
6653: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6654: die_or_abort (backport from 3.4.1)
6655:
6656: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6657: die_or_abort (bugfix: #106)
6658:
6659: 2010-09-09 moko
6660:
6661: * src/classes/json.C: warning war. :)
6662:
6663: 2010-09-08 misha
6664:
6665: * src/lib/json/Makefile.am: - additional include directories were
6666: added (for pa_memory.h and gc.h)
6667:
6668: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6669: compile as C++ instead default - additional include directory was
6670: added (for gc.h)
6671:
6672: * src/types/pa_vform.C: - little code reformating
6673:
6674: * src/classes/file.C: - $.content-type option now can be specified
6675: in ^file::create ( new feature: #102 )
6676:
6677: 2010-09-08 moko
6678:
6679: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6680: pa_malloc/pa_free
6681:
6682: 2010-09-07 moko
6683:
6684: * tests/results/254.processed: VStateless_class:put_element
6685: exception was fixed
6686:
6687: * src/types/: pa_value.h, pa_vstateless_class.h: now
6688: VStateless_class:put_element barks self.type, not this.type
6689: (bugfix: #105)
6690:
6691: 2010-09-06 moko
6692:
6693: * src/classes/reflection.C: bugfix: new String() is required for
6694: exception handling
6695:
6696: * tests/: 254.html, results/254.processed: test modified
6697:
6698: 2010-09-05 moko
6699:
6700: * tests/: 254.html, results/254.processed: ^reflection:copy test
6701: added
6702:
6703: * src/: classes/reflection.C, include/pa_request.h:
6704: ^reflection:copy implemented (new feature: #100)
6705:
6706: 2010-09-03 moko
6707:
6708: * src/lib/json/JSON_parser.C: c++ compatiblity
6709:
6710: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6711: option testing added
6712:
6713: 2010-09-02 moko
6714:
6715: * src/classes/json.C: $.distinct[first|last|all] added
6716:
6717: 2010-09-01 moko
6718:
6719: * tests/results/253.processed: json test result
6720:
6721: * tests/: 253.html, 253_json.txt: json test added
6722:
6723: * src/classes/json.C: json.C update to actual version + hash key
6724: creation bugfix
6725:
6726: 2010-08-31 misha
6727:
6728: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6729: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6730: src/lib/Makefile.am, src/classes/Makefile.am,
6731: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6732: json library was added
6733:
6734: 2010-08-30 moko
6735:
6736: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6737: types/pa_vobject.C: cosmetic optimization in
6738: request:execute_method usage
6739:
6740: * src/: include/pa_charset.h, main/pa_charset.C: small
6741: optimization, just to decrease number of lines. :)
6742:
6743: 2010-08-27 misha
6744:
6745: * src/classes/op.C: - taint[json] was added
6746:
6747: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6748: were added
6749:
6750: * src/main/pa_exec.C: - warning fix was rolled back.
6751:
6752: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6753: include/pa_string.h: - taint[json] was added - escaping was
6754: slightly modified
6755:
6756: 2010-08-25 misha
6757:
6758: * src/classes/file.C: - typo in file:sql exception was fixed
6759:
6760: * src/main/pa_exec.C: - warning about declared and not used
6761: variable forced_allow was removed
6762:
6763: 2010-08-14 misha
6764:
6765: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6766: were removed
6767:
6768: 2010-08-11 moko
6769:
6770: * tests/: 249.html, results/249.processed: default setter and
6771: anti-recursive default getter test added
6772:
6773: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6774: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6775: types/pa_vobject.h, types/pa_vstateless_class.C,
6776: types/pa_vstateless_class.h: default setter support +
6777: anti-recursive default getter support ( new feature: #13 )
6778:
6779: * src/include/pa_hash.h: optimization: threshold member removed
6780: from hash, reducing sizeof(hash)
6781:
6782: 2010-08-10 misha
6783:
6784: * tests/196.html: - junction-method was added to the test
6785:
6786: * tests/248.html: - ups. typo :)
6787:
6788: * tests/248.html: - test for checking .match with 4 params
6789:
6790: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6791: 247_windows1251.txt: - test for "transcode file from utf-8 to
6792: $request:charset during loading if the BOM code is detected"
6793:
6794: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6795: $request:charset during loading if the BOM code is detected ( new
6796: feature: #98 )
6797:
6798: 2010-08-05 misha
6799:
6800: * src/classes/image.C: - ^image.replace now can accept only 2
6801: params. in this case the whole image is affected ( new feature:
6802: #95 )
6803:
6804: 2010-08-04 misha
6805:
6806: * tests/246.html: - test tor ^hash._at[] was added
6807:
6808: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6809: #53 )
6810:
6811: * src/include/pa_hash.h: - methods for accessing the first and the
6812: last values of ordered hash were added (first_value and
6813: last_value)
6814:
6815: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6816: (similar to others file's methods):
6817: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6818: #68 )
6819:
6820: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6821:
6822: 2010-08-01 moko
6823:
6824: * src/classes/op.C: to correctly process $result[] in code, called
6825: from ^process
6826:
6827: * tests/245.html: $result in ^process[] test added
6828:
6829: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6830: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6831: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6832: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6833: caller, self) op_call(VMethodFrame &frame, bool constructing)
6834: removed, construct(class,method) added
6835:
6836: * tests/results/: 192.processed, 244.processed: request::construct
6837: added
6838:
6839: * tests/: 244.html, 245.html, results/244.processed,
6840: results/245.processed: object creation exceptions and ^process
6841: tests added
6842:
6843: 2010-07-28 misha
6844:
6845: * tests/make_tests.cmd: - win32 EOLs
6846:
6847: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6848: tests on Win32 were added (The system timezone should be GMT+3)
6849:
6850: 2010-07-26 misha
6851:
6852: * tests/: 212.html, results/212.processed: - sizes were removed
6853: mecause they could be different on different OSs
6854:
6855: * tests/065.html: - make it "win32 friendly"
6856:
6857: 2010-07-25 misha
6858:
6859: * src/main/compile.y: - all EOLs between methods are removed during
6860: compilation ( new feature: #47 )
6861:
6862: * tests/results/149.processed: - prepare tests to trim trailing
6863: methods' EOLs
6864:
6865: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6866:
6867: * tests/: results/006.processed, results/014.processed, 006.html,
6868: 014.html, 022.html: - prepare tests to trim trailing methods'
6869: EOLs
6870:
6871: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6872: results/071.processed, results/022.processed: - prepare tests to
6873: trim trailing methods' EOLs
6874:
6875: * tests/: results/073.processed, results/109.processed,
6876: results/142.processed, results/144.processed,
6877: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6878: 144.html: - prepare tests to trim trailing methods' EOLs
6879:
6880: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6881: 149.html, 152.html, results/096.processed, results/107.processed,
6882: results/109.processed, results/142.processed,
6883: results/144.processed: - prepare tests to trim trailing methods'
6884: EOLs
6885:
6886: 2010-07-24 moko
6887:
6888: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6889: the hash order in this test
6890:
6891: * tests/014.html: to check hash order, hash no is longer sorted
6892: before print
6893:
6894: * src/include/pa_hash.h: hash copy constructor now keeps order
6895: (bugfix: #54)
6896:
6897: 2010-07-23 moko
6898:
6899: * tests/results/224.processed: @auto[] is no longer inherited
6900:
6901: * src/types/pa_vstateless_class.C, tests/227.html,
6902: tests/results/227.processed: @auto[] is no longer inherited
6903: (bugfix: #57)
6904:
6905: 2010-07-22 misha
6906:
6907: * src/classes/table.C: - don't skip comment lines during
6908: table::load if encloser or separator is set as '#' ( new feature:
6909: #30 )
6910:
6911: * src/targets/cgi/parser3.C: - don't run as cgi if
6912: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6913: #12 )
6914:
6915: * src/classes/file.C: - set PARSER_VARSION env before external
6916: script executing
6917:
6918: 2010-07-13 misha
6919:
6920: * tests/058.html: - test for suppressing @border was added - test
6921: for user attribute was added
6922:
6923: * tests/results/186.processed: unescaping from \uXXXX
6924:
6925: * tests/186.html: unescaping from \uXXXX
6926:
6927: * tests/: 239.html, results/239.processed: method call type
6928:
6929: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6930: $junction_method.CLASS_NAME (+CLASS)
6931:
6932: 2010-07-07 misha
6933:
6934: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6935: *nix
6936:
6937: 2010-07-05 misha
6938:
6939: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6940: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6941: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6942: comment strings "options must be hash", "options must be hash,
6943: not code" and "called with invalid option" were replaced by
6944: constatns - exception comment string "invalid option passed" was
6945: replaced by "called with invalid option" (now in different
6946: methods are the same exception comment string)
6947:
6948: * src/include/pa_exception.h: - more exception strings were defined
6949:
6950: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6951: types/pa_vstateless_class.h: - now we can define possible
6952: method's call type ( new feature: #5 ) 1.
6953: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6954: methods 2. @static:method[params] (only static keyword could be
6955: used here) -- for specified methods
6956:
6957: * src/main/pa_common.C: - junction points should not be deleted on
6958: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6959: cleanup
6960:
6961: 2010-07-03 misha
6962:
6963: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6964: results/158.processed, results/160.processed,
6965: results/161.processed, results/162.processed,
6966: results/163.processed: - prepare tests to trim trailing methods'
6967: EOLs
6968:
6969: * tests/results/169.processed: - prepare tests to trim trailing
6970: methods' EOLs
6971:
6972: * tests/results/: 168.processed, 169.processed: - prepare tests to
6973: trim trailing methods' EOLs
6974:
6975: * tests/: results/170.processed, results/167.processed,
6976: results/168.processed, results/169.processed, 167.html, 168.html,
6977: 169.html: - prepare tests to trim trailing methods' EOLs
6978:
6979: * tests/: results/170.processed, results/171.processed,
6980: results/172.processed, results/173.processed,
6981: results/174.processed, results/175.processed, 170.html, 171.html,
6982: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6983: trailing methods' EOLs
6984:
6985: * tests/: results/176.processed, results/180.processed,
6986: results/184.processed, results/185.processed,
6987: results/191.processed, results/192.processed,
6988: results/196.processed, results/197.processed,
6989: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6990: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6991: to trim trailing methods' EOLs
6992:
6993: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6994: results/199.processed, results/208.processed,
6995: results/209.processed, results/213.processed,
6996: results/214.processed: - prepare tests to trim trailing methods'
6997: EOLs
6998:
6999: 2010-06-29 misha
7000:
7001: * tests/: 220.html, 218.html, results/218.processed,
7002: results/215.processed, results/217.processed, 215.html, 217.html:
7003: - prepare tests to trim trailing methods' EOLs
7004:
7005: * tests/: results/224.processed, 224.html, 223.html,
7006: results/223.processed, results/220.processed: - prepare tests to
7007: trim trailing methods' EOLs
7008:
7009: * tests/results/: 226.processed, 230.processed: - prepare tests to
7010: trim trailing methods' EOLs
7011:
7012: * tests/: 229.html, results/229.processed: - prepare tests to trim
7013: trailing methods' EOLs
7014:
7015: * tests/: 232.html, 235.html, results/232.processed,
7016: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7017: results/226.processed, results/227.processed,
7018: results/228.processed, results/230.processed: - prepare tests to
7019: trim trailing methods' EOLs
7020:
7021: 2010-06-16 moko
7022:
7023: * tests/: 229.html, results/229.processed: elseif now supported in
7024: ^if
7025:
7026: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7027:
7028: 2010-06-03 misha
7029:
7030: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7031: instead of memcopy for overlaped regions
7032:
7033: 2010-05-25 misha
7034:
7035: * src/main/pa_common.C: - wanring about unused vars was removed
7036:
7037: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7038: get_method_filename was moved to execute.C
7039:
7040: 2010-05-23 misha
7041:
7042: * src/main/pa_request.C: - more accurate detection of method's file
7043:
7044: 2010-05-22 misha
7045:
7046: * src/classes/reflection.C: - bugfix: core during detection of
7047: .file if filespec isn't detected successfully
7048:
7049: 2010-05-20 misha
7050:
7051: * src/main/pa_request.C: - fix in get_method_filename
7052:
7053: * src/include/pa_request.h: - new feature: #24 -- searching
7054: included file in @USE/^use is changed. if its filespec doesn't
7055: start from '/' it will be searched in caller file directory
7056:
7057: * src/classes/reflection.C: - ^reflection:method_info returns file
7058: where the method is defined
7059:
7060: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7061: classes/op.C: - new feature: #24 -- searching included file in
7062: @USE/^use is changed. if its filespec doesn't start from '/' it
7063: will be searched in caller file directory
7064:
7065: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7066: is moved to pa_common.h
7067:
7068: 2010-05-18 misha
7069:
7070: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7071: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7072: cookie parser decode \uXXXX as well as %uXXXX
7073:
7074: 2010-05-17 misha
7075:
7076: * src/classes/curl.C: beauty: - unused param is removed in method
7077: _curl_version_action - some spaces were removed or replaced by
7078: tabs
7079:
7080: * src/classes/table.C: - bugfix: #72 core with empty value during
7081: ^table.hash[...;name_of_the_last_column][$.type[string]]
7082:
7083: 2010-05-16 misha
7084:
7085: * src/classes/curl.C: new: #61 more curl options were added
7086: (contributed by Sumo)
7087:
7088: 2010-04-29 pretender
7089:
7090: * src/main/pa_string.C: fixes #63 Split result from empty string
7091: now empty string.
7092:
7093: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7094: string type.
7095:
7096: 2010-04-28 pretender
7097:
7098: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7099: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7100: macrodefinition removed
7101:
7102: 2010-04-19 pretender
7103:
7104: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7105: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7106:
7107: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7108: fixes #64 Now file.missing exception generates in unsafe mode to.
7109:
7110: * src/classes/file.C: fixes #48 Now not throw "not save environment
7111: variable" exception in grpunlim version.
7112:
7113: 2010-04-05 misha
7114:
7115: * src/classes/string.C: - new feature: 4th param was added to
7116: match. if specified its value is returned in case of nothing was
7117: found
7118:
7119: 2010-04-01 misha
7120:
7121: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7122: multiple execution of /a/b/auto.p
7123:
7124: 2010-03-19 misha
7125:
7126: * src/main/execute.C: - core in $table1.$table2 was fixed
7127:
7128: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7129:
7130: 2010-01-27 misha
7131:
7132: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7133: trying to open file by path /existing-file/non-exixting-file
7134:
7135: 2010-01-26 misha
7136:
7137: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7138: was added (returns file)
7139:
7140: 2009-12-22 misha
7141:
7142: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7143: now parser doesn't have class curl if it was built without it
7144:
7145: 2009-12-15 misha
7146:
7147: * configure.in: - little cheat with curl include dir was added
7148:
7149: 2009-12-05 misha
7150:
7151: * src/classes/curl.C: - some fixes
7152:
7153: 2009-12-04 misha
7154:
7155: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7156: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7157: buildall-with-xml, buildall-without-xml, configure.in: - curl
7158: class was added
7159:
7160: * src/include/pa_hash.h: - hash-iterator was added
7161:
7162: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7163: was added to pcre
7164:
7165: 2009-11-27 misha
7166:
7167: * src/classes/image.C: - don't add @border attribute to output of
7168: ^image.html[] if it was specified by user with empty value
7169:
7170: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7171: root element and we are trying to access .documentElement
7172:
7173: 2009-11-11 misha
7174:
7175: * src/classes/table.C: - in ^table.flip[] look at number of columns
7176: instead of number of items in first row for named tables
7177:
7178: 2009-11-10 misha
7179:
7180: * operators.txt: - info about hash-options in ^file::create was
7181: added
7182:
7183: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7184: added
7185:
7186: 2009-11-09 misha
7187:
7188: * buildall-with-xml: - moving to libxml 2.7.6
7189:
7190: * tests/236.html: - tests for comparations cords with functions
7191: were added
7192:
7193: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7194: added
7195:
7196: * src/main/pa_http.C: - little optimisation
7197:
7198: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7199: GPF mallocs + stringstream (table.save)
7200:
7201: * src/classes/file.C: - file::create now accepts 4th param: options
7202: with $.charset
7203:
7204: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7205: bug in cord (comparation cords with functions was buggy)
7206:
7207: 2009-11-06 misha
7208:
7209: * src/main/pa_string.C: - bugfix: calculation string.length
7210: sometimes was buggy
7211:
7212: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7213: destroyed if exception occured during match/replace
7214:
7215: * src/: main/pa_charset.C, include/pa_charset.h: - method
7216: lengthUTF8Char was added
7217:
7218: * src/classes/op.C: - clean tainting lang was added for user's
7219: usage
7220:
7221: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7222: fixed: checkouts are required after GC_MALLOC
7223:
7224: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7225:
7226: * operators.txt: - actually, there is no ^untaint[xml] in
7227: file::create
7228:
7229: 2009-10-15 misha
7230:
7231: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7232: were added
7233:
7234: * tests/234.html: - more tests for checking ^taint[uri] escaping
7235: were added
7236:
7237: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7238: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7239: hacking: for dealing with transcoding+^taint[uri]
7240: transcode_and_untaint was replaced by untaint_and_transcode
7241:
7242: 2009-10-13 misha
7243:
7244: * tests/: 121.html, results/121.processed: - test transcoding +
7245: url-escaping now
7246:
7247: * tests/results/auto.p: - more helpers' methods were added
7248:
7249: * src/main/pa_globals.C: - die instead of abort
7250:
7251: 2009-10-06 misha
7252:
7253: * src/main/pa_common.C: - don't allocate memory during
7254: capitalization if input string is already capitalized
7255:
7256: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7257:
7258: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7259: use format function because it calls malloc
7260:
7261: * src/include/pa_common.h: - more capitalized headers were added
7262:
7263: * src/main/pa_common.C: - in safe mode clear executable bits during
7264: file writing
7265:
7266: 2009-10-05 misha
7267:
7268: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7269:
7270: 2009-10-03 misha
7271:
7272: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7273: ^img.text[] & ^img.length[] can work in utf-8 now
7274:
7275: * src/: include/pa_charset.h, main/pa_charset.C: - class
7276: UTF8_string_iterator was added
7277:
7278: * src/classes/image.C: - respect utf-8 when calculate alphabet
7279: length
7280:
7281: * src/classes/mail.C: - check from before get message.cstr
7282:
7283: 2009-10-02 misha
7284:
7285: * tests/233.html: - test for image.font, image.length, image.text
7286: with text in utf-8 were added
7287:
7288: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7289:
7290: * buildall-with-xml, buildall-without-xml: - comment about gc
7291: version for freebsd 4 was added
7292:
7293: 2009-10-01 misha
7294:
7295: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7296: terminator) - read_pipe were slightly optimized
7297:
7298: 2009-09-28 misha
7299:
7300: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7301: removed
7302:
7303: * src/types/pa_vmail.C: - forgot about space after ':'
7304:
7305: * src/types/pa_vmail.C: - escape filenames while preparing mail
7306: body - small simplifications
7307:
7308: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7309: inout params like pa_base64
7310:
7311: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7312: option $.debug-print(1) was added to mail:send - changes for
7313: using uue_encode which uses less memory
7314:
7315: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7316:
7317: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7318: memory now
7319:
7320: 2009-09-26 misha
7321:
7322: * src/types/pa_vmail.C: - default encoding now is base64
7323:
7324: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7325:
7326: 2009-09-25 misha
7327:
7328: * src/types/pa_vmail.C: - capitalization of headers was added to
7329: sending mail as well
7330:
7331: * buildall-with-xml: - catalog package was removed from libxml
7332:
7333: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7334: win32 absolute path
7335:
7336: * src/include/pa_common.h: - one more capitalized header was added
7337:
7338: 2009-09-22 misha
7339:
7340: * INSTALL: - comment about building just httpd binary while
7341: building apache module was added
7342:
7343: 2009-09-21 misha
7344:
7345: * buildall-with-xml: - moving to the latest versions of xml libs:
7346: libxml 2.7.4 and libxslt 1.1.25
7347:
7348: 2009-09-19 misha
7349:
7350: * tests/231.html: - test for encoding cookie in win-1251
7351:
7352: 2009-09-18 misha
7353:
7354: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7355: object] were added
7356:
7357: * operators.txt: - info about method ^reflection:fields[class or
7358: object] was added
7359:
7360: * src/classes/reflection.C: - method ^reflection:fields[class or
7361: object] was added
7362:
7363: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7364: methods get_fields were added
7365:
7366: * tests/232.html: - tests for @GET[name]
7367:
7368: * src/classes/table.C: - some changes in handling hash-options for
7369: creare, join and locate
7370:
7371: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7372: defined with option: the type of requested value
7373:
7374: 2009-09-17 misha
7375:
7376: * tests/212.html: - tests for .pattern and .options were added
7377:
7378: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7379: $regex.options were added
7380:
7381: 2009-09-11 misha
7382:
7383: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7384: rewrited. it checks not just one case of sending cookies during
7385: file::load[http], but also sending headers and fields (including
7386: files)
7387:
7388: 2009-09-10 misha
7389:
7390: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7391: was removed => now parser can open files with Russian 'r' in
7392: filename
7393:
7394: * src/main/untaint.C: - bugfix: client charset whould be analized
7395: while escaping cookies but now source charset
7396:
7397: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7398: ^tainted[uri] so it was possible to make request with incorrect
7399: http header
7400:
7401: * src/main/pa_http.C: - capitalization of http headers during
7402: file::load[http was slightly changes - bugfix: all headers which
7403: parser sends during file::load[http should be transcoded and only
7404: then escaped
7405:
7406: * src/main/untaint.C: - a bit more comments were added
7407:
7408: * src/classes/: file.C, string.C: - types where changes (minus 2
7409: warnings)
7410:
7411: * src/include/pa_common.h: - 2 capitalized strings for making http
7412: headers during file::load[http were added
7413:
7414: 2009-09-08 misha
7415:
7416: * operators.txt: - changes in file.save and string.save were added
7417:
7418: * tests/: 230.html, 230.txt: - tests for checking options in
7419: file.save and string.save were added
7420:
7421: * src/main/pa_request.C: - http headers names, which are passed to
7422: SAPI::add_header_attribute are lowercased now (it'll be
7423: capitalized in that method)
7424:
7425: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7426: classes/string.C: - file_write accepts Request_charsets and asked
7427: charset and cound transcode content before writing - string.save
7428: and file.save have option $.charset now
7429:
7430: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7431: classes/xdoc.C: - file_write accepts Request_charsets and asked
7432: charset and cound transcode content before writing
7433:
7434: * src/include/pa_exception.h: - new exception comment string was
7435: defined
7436:
7437: 2009-09-07 misha
7438:
7439: * src/main/compile.y: - grammar $name\ name stops now for regex
7440: sub-pattern\s
7441:
7442: 2009-09-04 misha
7443:
7444: * src/main/pa_http.C: - capitalization of http headers during
7445: file::load[http was implemented
7446:
7447: 2009-09-03 misha
7448:
7449: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7450: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7451: types/pa_vmail.C, targets/cgi/parser3.C,
7452: targets/isapi/parser3isapi.C: - back to storing response http
7453: headers in lowercase - capitalize them during output
7454:
7455: 2009-08-31 misha
7456:
7457: * src/classes/table.C: - allow call with any brackets (it could be
7458: useful in methods with explict result declaration)
7459:
7460: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7461: correctly if $request:charset==koi8-r
7462:
7463: 2009-08-30 misha
7464:
7465: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7466: changed: content-type => Content-type and so on
7467:
7468: * src/classes/file.C, src/include/pa_common.h,
7469: src/include/pa_request.h, src/main/pa_http.C,
7470: src/main/pa_request.C, src/types/pa_vcookie.C,
7471: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7472: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7473: tests/results/002.processed, tests/results/003.processed,
7474: tests/results/004.processed, tests/results/005.processed,
7475: tests/results/006.processed, tests/results/007.processed,
7476: tests/results/008.processed, tests/results/009.processed,
7477: tests/results/010.processed, tests/results/011.processed,
7478: tests/results/012.processed, tests/results/013.processed,
7479: tests/results/014.processed, tests/results/015.processed,
7480: tests/results/016.processed, tests/results/017.processed,
7481: tests/results/018.processed, tests/results/019.processed,
7482: tests/results/020.processed, tests/results/021.processed,
7483: tests/results/022.processed, tests/results/023.processed,
7484: tests/results/024.processed, tests/results/025.processed,
7485: tests/results/026.processed, tests/results/027.processed,
7486: tests/results/028.processed, tests/results/029.processed,
7487: tests/results/030.processed, tests/results/031.processed,
7488: tests/results/032.processed, tests/results/033.processed,
7489: tests/results/034.processed, tests/results/035.processed,
7490: tests/results/036.processed, tests/results/037.processed,
7491: tests/results/038.processed, tests/results/039.processed,
7492: tests/results/040.processed, tests/results/041.processed,
7493: tests/results/042.processed, tests/results/043.processed,
7494: tests/results/044.processed, tests/results/045.processed,
7495: tests/results/046.processed, tests/results/047.processed,
7496: tests/results/048.processed, tests/results/049.processed,
7497: tests/results/050.processed, tests/results/051.processed,
7498: tests/results/052.processed, tests/results/053.processed,
7499: tests/results/054.processed, tests/results/055.processed,
7500: tests/results/056.processed, tests/results/057.processed,
7501: tests/results/058.processed, tests/results/059.processed,
7502: tests/results/060.processed, tests/results/061.processed,
7503: tests/results/062.processed, tests/results/063.processed,
7504: tests/results/064.processed, tests/results/065.processed,
7505: tests/results/066.processed, tests/results/067.processed,
7506: tests/results/068.processed, tests/results/069.processed,
7507: tests/results/070.processed, tests/results/071.processed,
7508: tests/results/072.processed, tests/results/073.processed,
7509: tests/results/074.processed, tests/results/075.processed,
7510: tests/results/076.processed, tests/results/077.processed,
7511: tests/results/078.processed, tests/results/079.processed,
7512: tests/results/080.processed, tests/results/081.processed,
7513: tests/results/082.processed, tests/results/083.processed,
7514: tests/results/084.processed, tests/results/085.processed,
7515: tests/results/086.processed, tests/results/087.processed,
7516: tests/results/088.processed, tests/results/089.processed,
7517: tests/results/090.processed, tests/results/091.processed,
7518: tests/results/092.processed, tests/results/093.processed,
7519: tests/results/094.processed, tests/results/095.processed,
7520: tests/results/096.processed, tests/results/097.processed,
7521: tests/results/098.processed, tests/results/099.processed,
7522: tests/results/100.processed, tests/results/101.processed,
7523: tests/results/102.processed, tests/results/103.processed,
7524: tests/results/104.processed, tests/results/105.processed,
7525: tests/results/106.processed, tests/results/107.processed,
7526: tests/results/108.processed, tests/results/109.processed,
7527: tests/results/110.processed, tests/results/111.processed,
7528: tests/results/112.processed, tests/results/113.processed,
7529: tests/results/114.processed, tests/results/115.processed,
7530: tests/results/116.processed, tests/results/117.processed,
7531: tests/results/118.processed, tests/results/119.processed,
7532: tests/results/120.processed, tests/results/121.processed,
7533: tests/results/122.processed, tests/results/123.processed,
7534: tests/results/124.processed, tests/results/125.processed,
7535: tests/results/126.processed, tests/results/127.processed,
7536: tests/results/128.processed, tests/results/129.processed,
7537: tests/results/130.processed, tests/results/131.processed,
7538: tests/results/132.processed, tests/results/133.processed,
7539: tests/results/134.processed, tests/results/135.processed,
7540: tests/results/136.processed, tests/results/138.processed,
7541: tests/results/139.processed, tests/results/140.processed,
7542: tests/results/141.processed, tests/results/142.processed,
7543: tests/results/143.processed, tests/results/144.processed,
7544: tests/results/145.processed, tests/results/146.processed,
7545: tests/results/147.processed, tests/results/148.processed,
7546: tests/results/149.processed, tests/results/150.processed,
7547: tests/results/151.processed, tests/results/152.processed,
7548: tests/results/153.processed, tests/results/154.processed,
7549: tests/results/155.processed, tests/results/156.processed,
7550: tests/results/157.processed, tests/results/158.processed,
7551: tests/results/159.processed, tests/results/160.processed,
7552: tests/results/161.processed, tests/results/162.processed,
7553: tests/results/163.processed, tests/results/164.processed,
7554: tests/results/165.processed, tests/results/166.processed,
7555: tests/results/167.processed, tests/results/168.processed,
7556: tests/results/169.processed, tests/results/170.processed,
7557: tests/results/171.processed, tests/results/172.processed,
7558: tests/results/173.processed, tests/results/174.processed,
7559: tests/results/175.processed, tests/results/176.processed,
7560: tests/results/177.processed, tests/results/178.processed,
7561: tests/results/179.processed, tests/results/180.processed,
7562: tests/results/181.processed, tests/results/182.processed,
7563: tests/results/183.processed, tests/results/184.processed,
7564: tests/results/185.processed, tests/results/186.processed,
7565: tests/results/187.processed, tests/results/188.processed,
7566: tests/results/189.processed, tests/results/190.processed,
7567: tests/results/191.processed, tests/results/192.processed,
7568: tests/results/193.processed, tests/results/194.processed,
7569: tests/results/195.processed, tests/results/196.processed,
7570: tests/results/197.processed, tests/results/198.processed,
7571: tests/results/199.processed, tests/results/200.processed,
7572: tests/results/201.processed, tests/results/202.processed,
7573: tests/results/203.processed, tests/results/204.processed,
7574: tests/results/205.processed, tests/results/206.processed,
7575: tests/results/207.processed, tests/results/208.processed,
7576: tests/results/209.processed, tests/results/210.processed,
7577: tests/results/211.processed, tests/results/212.processed,
7578: tests/results/213.processed, tests/results/214.processed,
7579: tests/results/215.processed, tests/results/216.processed,
7580: tests/results/217.processed, tests/results/218.processed,
7581: tests/results/219.processed, tests/results/220.processed,
7582: tests/results/221.processed, tests/results/222.processed,
7583: tests/results/223.processed, tests/results/224.processed,
7584: tests/results/225.processed, tests/results/226.processed,
7585: tests/results/227.processed, tests/results/228.processed,
7586: tests/results/229.processed: - http headers were changed:
7587: content-type => Content-type and so on
7588:
7589: 2009-08-27 misha
7590:
7591: * src/: main/pa_random.C, include/pa_random.h,
7592: targets/cgi/parser3.C: - year was updated :)
7593:
7594: 2009-08-26 misha
7595:
7596: * tests/: 224.html, 224.p: - test for creating of parser object
7597: using constructor without params - little bugfix in test
7598:
7599: * src/main/compile_tools.h: - bugfix: should't call autouse while
7600: checking existed class while processing partial option
7601:
7602: * src/classes/reflection.C: - bugfix: core when creating object
7603: with reflection and constructor doesn't have params
7604:
7605: 2009-08-24 misha
7606:
7607: * tests/229.html: - tests for checking the number of parameters
7608: were added
7609:
7610: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7611: number of method's parameters wasn't checked correctly (the bug
7612: was introduced in 3.4.0)
7613:
7614: 2009-08-22 misha
7615:
7616: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7617: transcoded, but tainted pieces are escaped only when
7618: content-type==url-encoding
7619:
7620: * tests/228.html: - test for checking
7621: ^file::load[http://...;$.body[]]
7622:
7623: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7624: post charset was too early (charsets is empty at this moment)
7625:
7626: 2009-08-21 misha
7627:
7628: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7629: main/untaint.C: - some fixes with transcode+untaint
7630:
7631: 2009-08-15 misha
7632:
7633: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7634: was increaced to 100 (was 50)
7635:
7636: * tests/227.html: - test for checking overriding properties in
7637: static classes was added
7638:
7639: * tests/: 226.html, 226.p: - test for @autoload[] was added
7640:
7641: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7642: main/execute.C, main/pa_request.C, classes/reflection.C: -
7643: autouse was implemented
7644:
7645: 2009-08-14 misha
7646:
7647: * src/classes/reflection.C: - outdated checkout was removed
7648:
7649: * src/classes/reflection.C: - optimization - method ^dynamical was
7650: added.
7651:
7652: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7653: types/pa_vstateless_class.h, main/execute.C: - optimization
7654:
7655: * src/types/pa_vclass.C: - exception if base on sytem class
7656:
7657: 2009-08-12 misha
7658:
7659: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7660: pa_vstateless_class.h: - little optimisation
7661:
7662: 2009-08-11 misha
7663:
7664: * tests/224.html: - method_params => method_info - checking for
7665: $.inherited
7666:
7667: * src/classes/reflection.C, operators.txt: - method method_params
7668: was renamed to method_info and now it returns class name, if
7669: method was defined in ancestor
7670:
7671: * tests/225.html: - tests for cheching properties in hierarhical
7672: classes were added
7673:
7674: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7675: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7676: main/compile.y, main/execute.C, classes/classes.C: - problems
7677: with properties in new classes implementation were fixed
7678:
7679: 2009-08-10 misha
7680:
7681: * src/main/execute.C: - now constructor shouldn't be defined in
7682: class. it could be defined in parent.
7683:
7684: 2009-08-09 misha
7685:
7686: * src/classes/reflection.C: - ^reflection:methods doesn't return
7687: base's methods
7688:
7689: 2009-08-08 misha
7690:
7691: * src/: classes/classes.h, classes/date.C, classes/file.C,
7692: classes/form.C, classes/hash.C, classes/hashfile.C,
7693: classes/image.C, classes/mail.C, classes/op.C,
7694: classes/reflection.C, classes/regex.C, classes/string.C,
7695: classes/table.C, classes/xdoc.C, classes/xnode.C,
7696: classes/xnode.h, include/pa_hash.h, main/execute.C,
7697: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7698: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7699: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7700: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7701: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7702: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7703: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7704: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7705: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7706: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7707: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7708: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7709: types/pa_vresponse.C, types/pa_vresponse.h,
7710: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7711: types/pa_vstateless_object.h, types/pa_vstatus.C,
7712: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7713: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7714: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7715: types/pa_wwrapper.h, types/types.vcproj: - new classes
7716: implementation
7717:
7718: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7719: USE_MUNMAP is used. so it is disabled as a workaround.
7720:
7721: 2009-08-05 misha
7722:
7723: * src/: main/pa_common.C, include/pa_common.h: - not needed
7724: parameter was removed
7725:
7726: * src/main/pa_http.C: - bugfix: error was during detecting
7727: content-type of file which was loaded by http
7728:
7729: 2009-08-01 misha
7730:
7731: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7732: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7733: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7734: can't be disabled with defines any longer
7735:
7736: 2009-07-29 misha
7737:
7738: * src/classes/reflection.C, tests/results/224.processed: - for
7739: native methods with any call type now returned empty call_type
7740: value
7741:
7742: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7743: classes/table.C, include/pa_hash.h, include/pa_request.h,
7744: main/pa_request.C: - break in cycles was optimized
7745:
7746: * INSTALL: - more defines were described
7747:
7748: 2009-07-28 misha
7749:
7750: * operators.txt: - some changes in information about reflection
7751: class
7752:
7753: * tests/: 224.html, 224.p: - tests for reflection class
7754:
7755: * src/classes/reflection.C: - some bugs were fixed, method classes
7756: was added, refactoring
7757:
7758: 2009-07-26 misha
7759:
7760: * src/classes/classes.vcproj: - reflection class wass added to
7761: project
7762:
7763: * operators.txt: - information about reflection class was added
7764:
7765: * src/classes/reflection.C: - class was redesigned
7766:
7767: 2009-07-24 misha
7768:
7769: * src/classes/: Makefile.am, reflection.C: - class reflection was
7770: added
7771:
7772: * src/types/pa_vstateless_class.h: - method for reflection method's
7773: in classes was added
7774:
7775: 2009-07-22 misha
7776:
7777: * src/main/compile_tools.h: - bugfix: $object.$var was
7778: over-optimized. it failed if $object1.$object2.field
7779:
7780: 2009-07-16 misha
7781:
7782: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7783: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7784: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7785: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7786: one more arg: length of cord
7787:
7788: 2009-07-15 misha
7789:
7790: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7791: tainted in ^file::load[http://...;$.cookies[]]
7792:
7793: * src/classes/: op.C, regex.C, string.C: - new string with
7794: exception was used
7795:
7796: * src/include/pa_exception.h: - new string with exception was added
7797:
7798: * tests/223.html: - test for checking cookie-encoding during
7799: ^file::load[http was added
7800:
7801: * tests/: 221.html, 222.html: - tests for checking type of
7802: $table.fields.field were added
7803:
7804: * src/types/pa_vtable.C: - not used var decl was removed
7805:
7806: * src/include/pa_string.h: - use cached string length in Body::mid.
7807: it improves speed of match with brackets in pattern
7808:
7809: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7810: outside
7811:
7812: 2009-07-14 misha
7813:
7814: * src/types/pa_vtable.C: - $table.fields.a return string even if
7815: column is empty (sometime returned void) - $table.fields was
7816: added for nameless tables
7817:
7818: * src/targets/cgi/getopt.c: - one warning resolved
7819:
7820: * src/main/pa_string.C: - potentian bug fixed
7821:
7822: * src/classes/op.C: - small optimization in taint/untaint
7823:
7824: 2009-07-13 misha
7825:
7826: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7827: added
7828:
7829: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7830: souldn't add the attribut to output
7831:
7832: 2009-07-11 misha
7833:
7834: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7835: stack size was increaced to 2MB (default=1MB)
7836:
7837: 2009-07-08 misha
7838:
7839: * src/main/pa_string.C: - link to UTF-8 description was added
7840:
7841: * src/include/pa_hash.h: - hash keeps element's order in more
7842: places (ex: ._keys[])
7843:
7844: * tests/220.html: - test for checking order of elements in hash in
7845: foreach was added
7846:
7847: * tests/172.html: - small changes in printing hash
7848:
7849: * tests/129.html: - small changes in printing hash
7850:
7851: * src/: include/pa_common.h, include/pa_hash.h,
7852: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7853: types/pa_vmethod_frame.h: - hash now keeps order of elements
7854:
7855: * tests/014.html: - small changes in printing hash
7856:
7857: 2009-07-07 misha
7858:
7859: * src/classes/op.C: - new taint language "parser-code" was added
7860:
7861: * tests/219.html: - test for auto untaint parser code in process
7862: was added
7863:
7864: * src/classes/op.C: - tainted pieces in body of process are
7865: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7866:
7867: * src/: include/pa_string.h, main/untaint.C: - new language
7868: L_PARSER_CODE for auto-untaint in process was added
7869:
7870: * src/: classes/file.C, classes/hash.C, classes/image.C,
7871: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7872: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7873: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7874: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7875: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7876: code cleanup
7877:
7878: 2009-07-06 misha
7879:
7880: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7881: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7882: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7883:
7884: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7885: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7886: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7887: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7888: should be used
7889:
7890: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7891: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7892: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7893: untaint_cstr[m] should be used
7894:
7895: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7896: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7897:
7898: * tests/218.html: - test for checking automatic file-spec-taint was
7899: added
7900:
7901: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7902: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7903: classes/file.C, classes/hash.C, classes/image.C,
7904: classes/string.C, classes/table.C, classes/void.C,
7905: classes/xdoc.C: - optimizations and simplification of
7906: string.cstr(...)
7907:
7908: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7909: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7910: - optimizations and simplification of string.cstr(...)
7911:
7912: 2009-07-04 misha
7913:
7914: * tests/217.html: - test for recursion detection was added
7915:
7916: * src/: types/types.vcproj, main/main.vcproj,
7917: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7918: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7919: from .vcproj
7920:
7921: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7922:
7923: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7924: uploading files and case-insensitive http-method were added
7925:
7926: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7927: tainted pattern in ^file:list[] was added
7928:
7929: 2009-07-03 misha
7930:
7931: * src/: classes/classes.vcproj, main/main.vcproj,
7932: types/types.vcproj, targets/cgi/parser3.vcproj,
7933: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7934: for dynamic_cast) - little options changes
7935:
7936: * src/main/pa_http.C: - file::load[http works now with uploading
7937: files _and_ changing $.charset
7938:
7939: 2009-06-29 misha
7940:
7941: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7942: while creating pattern
7943:
7944: 2009-06-25 misha
7945:
7946: * src/classes/image.C, operators.txt: - options' names for
7947: ^image.font were changed to $.space, $.width and $spacing -
7948: default space width now == gif's width
7949:
7950: 2009-06-24 misha
7951:
7952: * tests/215.html: - tests for $file.mode were added
7953:
7954: * operators.txt: - added info about $file.mode and changes in
7955: ^image.font[
7956:
7957: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7958: param now could be omited - third param now could be hash (with
7959: all widths options: $.space-width, $.letter-width) - it's
7960: possible to specify tracking ($.letter-space)
7961:
7962: * src/classes/file.C: - file objects now could have mode field
7963: (text|binary)
7964:
7965: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7966:
7967: 2009-06-23 misha
7968:
7969: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7970: trim can work with utf-8 chars now
7971:
7972: 2009-06-20 misha
7973:
7974: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7975: was implemented
7976:
7977: * src/classes/table.C: - string length cacheing was implemented
7978:
7979: * src/include/pa_string.h: - string length cacheing was implemented
7980:
7981: 2009-06-17 misha
7982:
7983: * src/main/execute.C: - value param was removed from
7984: WContext::WContext
7985:
7986: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7987: pa_wwrapper.h: - value param was removed from WContext::WContext
7988: - field wcontext was removed from VCodeFrame (using fparent
7989: instead)
7990:
7991: * tests/214.html: - test with hash copying
7992:
7993: 2009-06-16 misha
7994:
7995: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7996: strings doesn't work in expression anymore
7997:
7998: * src/main/execute.C: - less calls for get_constructing() - little
7999: refactoring
8000:
8001: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8002: include/pa_request.h: - less calls for get_constructing()
8003:
8004: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8005: introduced with OPTIMIZE_SINGLE_STRING optimization
8006:
8007: 2009-06-14 misha
8008:
8009: * src/: classes/date.C, classes/file.C, classes/hash.C,
8010: classes/hashfile.C, classes/image.C, classes/regex.C,
8011: classes/table.C, classes/xdoc.C, classes/xnode.h,
8012: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8013: types/pa_vstateless_class.h, main/execute.C: - create object for
8014: storing object's fields only for parser objects
8015:
8016: 2009-06-13 misha
8017:
8018: * buildall-with-xml, buildall-without-xml: - new option was added
8019: for building GC (it slightly reduces memory usage)
8020:
8021: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8022: single string write
8023:
8024: * src/main/execute.C: - bytecode optimization of ^class:constructor
8025: - optimization of single string write
8026:
8027: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8028: - bytecode optimization of ^class:constructor
8029:
8030: 2009-06-09 misha
8031:
8032: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8033: main (better compatibility)
8034:
8035: 2009-06-08 misha
8036:
8037: * src/main/compile.y: - I've forgot to commit it :(
8038:
8039: 2009-06-07 misha
8040:
8041: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8042: WITH_READ and WITH_ROOT
8043:
8044: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8045: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8046: WITH_ROOT - little refactoring
8047:
8048: 2009-06-06 misha
8049:
8050: * tests/213.html: - tests for 3rd match string-param were added
8051:
8052: * src/classes/string.C: - 3rd match param could be string now
8053:
8054: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8055: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8056: GET_OBJECT_ELEMENT
8057:
8058: 2009-06-05 misha
8059:
8060: * src/main/pa_http.C: - bugfix: content-length was not calculated
8061: if $.body was specified
8062:
8063: 2009-06-04 misha
8064:
8065: * src/classes/op.C: - optimizing write_assign_lang in connect
8066:
8067: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8068:
8069: * src/main/execute.C: - little refactoring - optimizing
8070: write_assign_lang in taint/untaint
8071:
8072: * src/include/pa_opcode.h: - little refactoring
8073:
8074: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8075: main/compile_tools.h, main/execute.C: - optimizations for
8076: $self.field, ^self.method, $self.field[...] and $self.field(...)
8077: were added
8078:
8079: 2009-06-03 misha
8080:
8081: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8082:
8083: 2009-06-02 misha
8084:
8085: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8086: include/pa_opcode.h: - refactoring in last optimizations
8087: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8088: now but code is much easy and it is ready for further
8089: improvements.
8090:
8091: 2009-05-27 misha
8092:
8093: * src/: types/pa_junction.h, types/pa_vjunction.C,
8094: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8095: changed in destructing junctions
8096:
8097: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8098: String:Body
8099:
8100: 2009-05-26 misha
8101:
8102: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8103: one method detect_charset was deleted - bug was fixed in this
8104: method (error while detecting charset in content_type withot last
8105: ';')
8106:
8107: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8108: once
8109:
8110: 2009-05-25 misha
8111:
8112: * src/classes/file.C: - bugfix: file::exec didn't work after
8113: optimizing of helper_length
8114:
8115: 2009-05-24 misha
8116:
8117: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8118: were added - little refactoring
8119:
8120: * src/main/execute.C: - core while printing in debug log
8121: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8122: optimisations were added
8123:
8124: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8125: were added
8126:
8127: 2009-05-23 misha
8128:
8129: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8130: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8131: CORD_cat optimization
8132:
8133: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8134: - call constr optimisation under separate define now
8135:
8136: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8137: in $b should be string, not void
8138:
8139: * src/main/compile.y: - little fix for rem-cut optimisation
8140:
8141: * src/: include/pa_opcode.h, main/compile_tools.C,
8142: main/compile_tools.h, main/execute.C: - optimisations for
8143: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8144:
8145: * INSTALL: - description of some #defined were added
8146:
8147: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8148: before 1st access (memory usage is reduced if don't access to
8149: .text field)
8150:
8151: * src/include/pa_array.h: - array grows step now not static (it
8152: reduces numbers of reallocs)
8153:
8154: 2009-05-20 misha
8155:
8156: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8157: $.b(2), $c[d] and $.e[f] was added
8158:
8159: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8160: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8161: $.e[f] was added
8162:
8163: * src/main/execute.C: - debug printing moved in defines
8164:
8165: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8166: and little refactoring for OP_GET_OBJECT_ELEMENT +
8167: OP_GET_OBJECT_VAR_ELEMENT optimisation
8168:
8169: 2009-05-19 misha
8170:
8171: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8172: execute.C: - $a.$b & ^a.$b bytecode optimisation
8173:
8174: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8175: ^a.$b optimisation)
8176:
8177: * src/main/compile.y: - compiler now generate new opcodes:
8178: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8179: ^a.b - compiler now cut off ^rem{ with all content ; any number
8180: of params }
8181:
8182: * src/main/execute.C: - code for handle new opcodes
8183: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8184:
8185: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8186: added for LA2V and LA2S
8187:
8188: * src/include/pa_opcode.h: - new defines which can be used for
8189: disable some bytecode optimisation and new opcodes were added
8190:
8191: 2009-05-17 misha
8192:
8193: * src/lib/cord/cordxtra.c: - bugfix.
8194:
8195: * tests/212.html: - .size[] and .study_size[] were added to tests
8196:
8197: * operators.txt: - info about regex class was added
8198:
8199: * tests/212.html: - tests for regex class were added
8200:
8201: 2009-05-16 misha
8202:
8203: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8204: gc7.1
8205:
8206: * tests/022.html: - test for ^file:list[path;] (empty second param)
8207: was added
8208:
8209: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8210: param) should work
8211:
8212: 2009-05-15 misha
8213:
8214: * src/classes/table.C: - automatically disable stringstream usage
8215: on freebsd4
8216:
8217: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8218: scope
8219:
8220: * tests/211.html: - test with different types of access to hash was
8221: added
8222:
8223: * tests/210.html: - test which checks for loosing tainting in
8224: hash's keys was added
8225:
8226: * tests/208.html: - some parser work added. or stime == 0 %-)
8227:
8228: * src/lib/cord/cordbscs.c: - little hack was added to cord
8229:
8230: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8231:
8232: * src/include/pa_version.h, configure.in: - moko have made a lot of
8233: optimisations for increacing version number more dramatically :)
8234:
8235: * src/classes/date.C: - little refactoring: use constructor which
8236: accepts formated string
8237:
8238: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8239: which can print formatted string was added
8240:
8241: 2009-05-14 misha
8242:
8243: * src/include/pa_string.h: - type was fixed
8244:
8245: * src/: classes/hashfile.C, classes/op.C,
8246: include/pa_cache_managers.h, include/pa_charset.h,
8247: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8248: include/pa_request.h, include/pa_sql_driver_manager.h,
8249: include/pa_string.h, include/pa_stylesheet_manager.h,
8250: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8251: main/pa_charsets.C, main/pa_string.C,
8252: main/pa_stylesheet_connection.C, types/pa_value.h,
8253: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8254: types/pa_vobject.C, types/pa_vstateless_class.C,
8255: types/pa_vstateless_class.h: - hash_code caching was implemented
8256: (seaches should be faster now)
8257:
8258: * src/: classes/file.C, classes/hash.C, classes/image.C,
8259: classes/string.C, classes/table.C, include/pa_string.h,
8260: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8261: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8262: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8263: types/pa_vrequest.C: - String constructors don't have that stupid
8264: true/false param which means 'tainted'. they accept lang instead.
8265:
8266: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8267: with OPTIMIZE_RESULT
8268:
8269: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8270: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8271:
8272: 2009-05-13 misha
8273:
8274: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8275: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8276: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8277: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8278: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8279: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8280: include/pa_string.h, classes/date.C, classes/file.C,
8281: classes/hash.C, classes/image.C, classes/string.C,
8282: classes/table.C, classes/xdoc.C: - result optimisation -
8283: helper_length parameter removed from string constructors
8284:
8285: 2009-05-11 misha
8286:
8287: * tests/209.html: - tests for ^hash::create[hash] were added
8288:
8289: * tests/208.html: - tests for $status:rusage, $status:memory,
8290: ^memory:compact[] were added
8291:
8292: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8293: log10 were added
8294:
8295: * tests/206.html: - test for try with finally was added
8296:
8297: 2009-05-10 misha
8298:
8299: * tests/205.html: - test for ^file::create[...] was added
8300:
8301: * tests/204.html: - test for ^response:clear[] was added
8302:
8303: * tests/038.html: - tests for trigonometric functions were added
8304:
8305: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8306: added - more tests for .add, .sub, .union, .intersects and
8307: .intersections
8308:
8309: * tests/065.html: - test for ^file:dirname was added
8310:
8311: * tests/030.html: - test for $cookie:fields was added
8312:
8313: * tests/203.html: - test for ^h._keys[column name] was added
8314:
8315: * tests/201.html: - tests for .trim were added
8316:
8317: * tests/202.html: - tests for last-day,
8318: date:calendar[type](YYYY;MM;DD) were added
8319:
8320: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8321: .offset[type](N) were added
8322:
8323: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8324: and .pos[c](N) were added
8325:
8326: * tests/141.html: - test for math:sha1 was added
8327:
8328: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8329:
8330: 2009-05-09 misha
8331:
8332: * src/main/compile.y: - rollback
8333:
8334: 2009-05-05 misha
8335:
8336: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8337: replaced by is_empty()
8338:
8339: * src/: include/pa_string.h, main/pa_charset.C: - little
8340: optimisation: somewhere length() was replaced by is_empty()
8341:
8342: * src/classes/table.C: - little optimisation: somewhere length()
8343: was replaced by is_empty()
8344:
8345: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8346: classes/op.C, classes/table.C, main/pa_exception.C: - little
8347: optimisation: somewhere length() was replaced by is_empty()
8348:
8349: 2009-05-04 misha
8350:
8351: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8352: types/pa_vstateless_class.h, main/execute.C,
8353: include/pa_request.h, classes/hash.C, classes/op.C,
8354: classes/table.C: - more optimisations were added: some operators
8355: don't switch write context anylonger
8356:
8357: 2009-05-01 misha
8358:
8359: * src/main/compile.y: - slightly more opcode optimisations for
8360: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8361:
8362: * src/main/execute.C: - simplifying process for getters
8363:
8364: 2009-04-30 misha
8365:
8366: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8367:
8368: * tests/results/199.processed: - test for checking $result into
8369: ^rem was added
8370:
8371: * tests/199.html: - test for checking $result into ^rem was added
8372:
8373: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8374: some OS it returns list in different order)
8375:
8376: * src/: include/pa_array.h, include/pa_request.h,
8377: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8378: changes in stack impl - get_element() optimisation: 3rd param
8379: removed - bugfix: problems with reading empty input param -
8380: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8381:
8382: * tests/results/198.processed: - test for reading empty local var
8383: was added
8384:
8385: * tests/198.html: - test for reading empty local var was added
8386:
8387: 2009-04-29 misha
8388:
8389: * src/main/compile.y: - bugfix: couldn't compile because
8390: OP_VALUE__GET_ELEMENT should be unde #ifdef
8391:
8392: * src/: include/pa_array.h, include/pa_opcode.h,
8393: include/pa_request.h, main/compile.y, main/execute.C,
8394: main/pa_request.C, types/pa_vmethod_frame.C,
8395: types/pa_vmethod_frame.h: - we can work without opcode
8396: OP_STORE_PARAM, so it was removed
8397:
8398: 2009-04-28 misha
8399:
8400: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8401: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8402: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8403: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8404: 4.
8405: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8406:
8407: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8408:
8409: * src/: main/pa_string.C, classes/string.C: - !length() =>
8410: is_empty()
8411:
8412: 2009-04-27 misha
8413:
8414: * src/types/pa_vregex.h: - back explicit vars initialisation
8415:
8416: 2009-04-24 misha
8417:
8418: * src/classes/string.C: - ups. typo fixed
8419:
8420: * src/main/execute.C: - more replacements '*new VBool' to
8421: 'VBool::get' - checks for ^break[], ^continue[] and
8422: parser.interrupted were optimised
8423:
8424: * src/classes/string.C: - number of params.count() calls was
8425: slightly reduced
8426:
8427: 2009-04-23 misha
8428:
8429: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8430: make it x64 friendly
8431:
8432: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8433: parser is x64 friendly now
8434:
8435: 2009-04-22 misha
8436:
8437: * src/types/pa_vhashfile.C: - coder friendly exception about
8438: exceeding record size was added
8439:
8440: * src/classes/file.C: - use vregex object instead of direct calls
8441: methods from pcre lib
8442:
8443: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8444: classes/string.C: - use vregex object instead of direct calls
8445: methods from pcre lib
8446:
8447: * src/: include/pa_common.h, main/pa_common.C: - method
8448: print_pcre_exec_error_text was moved to class vregex
8449:
8450: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8451: was added
8452:
8453: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8454: - class vregex was added
8455:
8456: 2009-04-21 misha
8457:
8458: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8459:
8460: * src/: types/pa_junction.h, types/pa_value.C,
8461: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8462: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8463: junction-optimisation (destructors)
8464:
8465: * src/include/pa_array.h: - free under if now
8466:
8467: 2009-04-19 misha
8468:
8469: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8470:
8471: 2009-04-18 misha
8472:
8473: * src/include/pa_version.h:
8474: :q :
8475:
8476: CV:
8477: ----------------------------------------------------------------------
8478:
8479: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8480: refactoring
8481:
8482: * src/: include/pa_array.h, include/pa_hash.h,
8483: types/pa_vmethod_frame.h: - destructors under #ifdef now
8484:
8485: * src/include/pa_memory.h: - define for using destructors was added
8486:
8487: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8488: main/execute.C: - some junctions will be cached now
8489:
8490: * src/include/pa_hash.h: - hash destructor frees pairs now
8491:
8492: * src/include/pa_array.h: - inline was added to destructor
8493:
8494: * src/types/pa_method.h: - comment was changed
8495:
8496: 2009-04-17 misha
8497:
8498: * src/: include/pa_array.h, include/pa_hash.h,
8499: types/pa_vmethod_frame.h: - destructors were added
8500:
8501: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8502: renamed to always_use_result
8503:
8504: * src/main/: compile.y, compile_tools.h: - rollback changes in
8505: compiler: full backward compatibility is better
8506:
8507: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8508: result in var's hash
8509:
8510: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8511: optimisation in method_frame
8512:
8513: * src/include/pa_array.h: - optimisation in array (allocate
8514: elements only when needed)
8515:
8516: * src/types/pa_vresponse.C: - check for $response:headers field
8517: before looking at custom fields
8518:
8519: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8520: not needed to check existance var with name 'result' in var's
8521: hash
8522:
8523: * src/main/compile.y: - compiler was changed: now it detects
8524: writings to $result and set flag writo_to_result in method
8525:
8526: * src/classes/string.C: - little optimisation: no needed to write
8527: number with lang
8528:
8529: * src/main/pa_charset.C: - methods readChar and skipChar which is
8530: used for read utf8-strings were renamed - is_escaped was renamed
8531: to isEscaped (to the same name convention)
8532:
8533: * src/: types/pa_method.h, main/compile_tools.h: - flag
8534: write_to_result added. compiler get this info from code.
8535:
8536: 2009-04-16 misha
8537:
8538: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8539: String only before 1st write
8540:
8541: * src/include/pa_string.h: - not needed template removed
8542:
8543: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8544: types/pa_vjunction.C, types/pa_vproperty.C,
8545: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8546: main/pa_request.C, classes/bool.C, classes/double.C,
8547: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8548: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8549: bool objects)
8550:
8551: 2009-04-15 misha
8552:
8553: * src/lib/cord/cordxtra.c: - more optimisation
8554:
8555: * src/: include/pa_string.h, main/untaint.C: - String::append
8556: optimisation
8557:
8558: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8559: then get and can sometime be used)
8560:
8561: * src/main/pa_string.C: - String::length optimisation
8562:
8563: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8564: these methods read different strings
8565:
8566: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8567: fresult_initial_void removed + some optimisation - if $result
8568: defined we don't write to context anymore
8569:
8570: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8571: need just skip char)
8572:
8573: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8574: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8575: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8576:
8577: * src/types/pa_vvoid.h: - added get() method for retreave one
8578: instance
8579:
8580: 2009-04-11 misha
8581:
8582: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8583:
8584: * tests/197.html: - test for parser://test in xml was added
8585:
8586: * src/classes/string.C: - small optimisation
8587:
8588: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8589: optimisation
8590:
8591: 2009-04-10 misha
8592:
8593: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8594: to pcre-7.8
8595:
8596: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8597:
8598: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8599: added
8600:
8601: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8602: $request:CLASS_NAME were added
8603:
8604: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8605: were added
8606:
8607: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8608: $env:CLASS_NAME were added
8609:
8610: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8611: '@todo' now
8612:
8613: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8614: compirer
8615:
8616: * src/main/pa_string.C: - little code cleanup
8617:
8618: * src/main/pa_common.C: - describe one more UTF-8 related error
8619: during PCRE compile/execute
8620:
8621: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8622: normalizing todo-comments: '@todo' now
8623:
8624: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8625:
8626: * src/main/pa_charset.C: - type changed for making compiler happy
8627:
8628: 2009-03-10 misha
8629:
8630: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8631: in main()
8632:
8633: 2009-02-01 misha
8634:
8635: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8636: boundary
8637:
8638: 2009-01-25 misha
8639:
8640: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8641:
8642: * src/classes/file.C: - more changes for parsing different number
8643: of params for file::load
8644:
8645: * tests/193.html: - tests for exception while base64-decode binary
8646: to string was added
8647:
8648: * tests/192.html: - tests for file::load with different number of
8649: options
8650:
8651: * src/classes/math.C: - ups. forgot '+1'
8652:
8653: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8654: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8655: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8656: (new option $.encode[multipart-form/data] should be specified) -
8657: $.method[] option for file::load now is not case-sensitive
8658:
8659: * src/: include/pa_string.h, main/untaint.C: - for file post the
8660: new taint language L_FILE_POST was added
8661:
8662: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8663: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8664: stuff was moved to separate files
8665:
8666: 2009-01-23 misha
8667:
8668: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8669: spaces to tabs were converted
8670:
8671: 2009-01-12 misha
8672:
8673: * src/main/pa_http.C: - value of $.method[] option force uppercased
8674: now
8675:
8676: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8677: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8678: their names
8679:
8680: * src/main/pa_common.C: - changes in formating
8681:
8682: * src/: classes/file.C, main/pa_http.C: - some constants changed
8683: their names
8684:
8685: * src/include/pa_http.h: - some spaces were converted to tabs
8686:
8687: * src/include/pa_common.h: - some constants changed their names
8688:
8689: * src/classes/file.C: - fixed 4-th paramether for file::load -
8690: little code rewriting
8691:
8692: * src/types/pa_vfile.C: - little code rewriting
8693:
8694: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8695: types/pa_value.h: - some formating changes
8696:
8697: * src/include/pa_common.h: - some formating spaces transformed to
8698: tabs
8699:
8700: * src/classes/string.C: - exception while base64-decode binary to a
8701: string
8702:
8703: 2009-01-11 misha
8704:
8705: * configure.in: - version changed to 3.3.1b
8706:
8707: 2008-09-05 misha
8708:
8709: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8710: release_3_3_0 on 2008-09-05 10:59:35 +0000
8711:
8712: 2008-09-04 misha
8713:
8714: * tests/: 130.html, 131.html: - these exceptions not typeless
8715: anymore
8716:
8717: * src/classes/op.C: - exception with 'invalid taint language' not
8718: typeless anylonger
8719:
8720: * src/classes/image.C: - some exceptions while operations with
8721: image not typeless anymore
8722:
8723: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8724: main/pa_exec.C, main/pa_http.C: - some exceptions while
8725: operations with files not typeless anymore
8726:
8727: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8728: types/pa_vdate.h: - exceptions while checking date range not
8729: typeless anymore
8730:
8731: * src/include/pa_exception.h: - exception type string for invalid
8732: date range was added
8733:
8734: 2008-09-03 misha
8735:
8736: * src/: classes/file.C, main/pa_string.C: - exception while pce
8737: operations not typeless anymore
8738:
8739: * src/include/pa_exception.h: - exception type for pce operations
8740: was added
8741:
8742: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8743: and .CLASS_NAME insite classes
8744:
8745: * src/classes/table.C: - don't save table header whiile
8746: ^table.save[append;filename] if file exists
8747:
8748: 2008-09-02 misha
8749:
8750: * src/main/compile.y, src/main/compile_tools.h,
8751: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8752: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8753: renamed to partial and it login changed: we must mark class as
8754: partial for allow their modifications in future.
8755:
8756: 2008-08-29 misha
8757:
8758: * tests/results/022.processed: - testing taint[regex] in mask for
8759: file:list
8760:
8761: * tests/022.html: - testing taint[regex] in mask for file:list
8762:
8763: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8764: for file:list was added
8765:
8766: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8767: file:list
8768:
8769: 2008-08-26 misha
8770:
8771: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8772: last derived object
8773:
8774: * src/classes/image.C: - many strings "image.format" replaced by
8775: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8776: understand some more exif tags
8777:
8778: * src/include/pa_exception.h: - string "image.format" was added
8779:
8780: 2008-08-21 misha
8781:
8782: * src/: main/pa_string.C, classes/file.C: - use method for print
8783: pcre_exec text error
8784:
8785: * src/main/pa_common.C: - method for print pcre_exec text error was
8786: added
8787:
8788: * src/include/pa_common.h: - method declaration for print pcre_exec
8789: text error was added
8790:
8791: 2008-08-19 misha
8792:
8793: * src/main/execute.C: - bugfix: opcodes must be in separate
8794: namespace while debug execution as well
8795:
8796: * tests/: 015.html, results/015.processed: - test for escaping some
8797: parser chars was added
8798:
8799: 2008-08-18 misha
8800:
8801: * tests/: 190.html, 190.p, results/190.processed: - test for
8802: $caller.self.field + default getter in one class was added
8803:
8804: * tests/: 189.html, results/189.processed: - test for
8805: ^date::create[date object]
8806:
8807: * tests/: 188.html, results/188.processed: - tests for match with
8808: UTF-8 strings
8809:
8810: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8811: ^string.match[]
8812:
8813: * ChangeLog: - parser 3.3.0 beta13
8814:
8815: 2008-08-15 misha
8816:
1.116 moko 8817: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8818: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8819: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8820: dftables.c: - old PCRE files removed
1.95 moko 8821:
8822: * src/lib/pcre/config.h: - configuration for PCRE library
8823:
8824: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8825: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8826:
8827: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8828: library and set flag UTF8 if $request:charset is UTF-8
8829:
8830: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8831: include/pa_config_fixed.h: - moved to new PCRE library
8832:
8833: * src/: main/main.vcproj, types/types.vcproj,
8834: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8835: win32\pcre instead of parser3\src\lib\pcre
8836:
8837: * src/: include/pa_opcode.h, include/pa_operation.h,
8838: main/compile.C, main/compile.y, main/compile_tools.C,
8839: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8840: opcodes were moved to separate namespace
8841:
8842: 2008-08-14 misha
8843:
8844: * src/types/pa_vstateless_class.C: - newline at the end missed
8845:
8846: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8847: tainting
8848:
8849: 2008-08-11 misha
8850:
8851: * tests/: 187.html, 187.p, results/187.processed: - tests for
8852: $caller.self, $caller.self.field and $caller.self.field[value]
8853: were added
8854:
8855: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8856: runtime as well (for $caller.self)
8857:
8858: 2008-07-25 misha
8859:
8860: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8861: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8862: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8863: tests with international characters
8864:
8865: 2008-07-23 misha
8866:
8867: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8868: file::load[...;http://
8869:
8870: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8871: now everywhere in separate namespace
8872:
8873: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8874: for vars
8875:
8876: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8877: can be escaped by '^'
8878:
8879: 2008-07-22 misha
8880:
8881: * src/classes/string.C, tests/186.html: - names changes:
8882: escape=>js-escape, unescape=>js-unescape
8883:
8884: 2008-07-21 misha
8885:
8886: * tests/results/186.processed: - test for string escape/unescape
8887:
8888: * tests/186.html: - test for string escape/unescape
8889:
8890: * src/classes/string.C: - string has escape and unescape methods
8891: now
8892:
8893: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8894: added
8895:
8896: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8897: method-layers added (with different params)
8898:
8899: 2008-07-18 misha
8900:
8901: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8902: was added
8903:
8904: * tests/185.html: - test for ^str.pos[sub](offset) added
8905:
8906: * src/classes/string.C, src/classes/void.C, operators.txt: -
8907: ^string.pos[substr](offset) -- 2nd param accepted now
8908:
8909: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8910: strings
8911:
8912: 2008-07-17 misha
8913:
8914: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8915: helper length added for mid for small optimisation
8916:
8917: 2008-07-16 misha
8918:
8919: * tests/: 185.html, results/185.processed: - tests for
8920: length/left/right/mid/pos with utf-8 strings
8921:
8922: * src/classes/string.C: - left/right/mid/length/pos works fine for
8923: utf-8 strings
8924:
8925: * src/main/untaint.C: - comments removed
8926:
8927: * src/: include/pa_string.h, main/pa_string.C,
8928: include/pa_charset.h, main/pa_charset.C: - methods for working
8929: with pos/mid for strings in utf-8 were added
8930:
8931: 2008-07-15 misha
8932:
8933: * tests/: 184.html, results/184.processed: - test for case body as
8934: expression: $var(^switch(1){^case(1)(true)..})
8935:
8936: * src/classes/op.C: - case body can be expression now:
8937: $var(^switch(1){^case(1)(true)..})
8938:
8939: * tests/: results/183.processed, 183.html: - added test for testing
8940: new cookie encoding (%uXXXX)
8941:
8942: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8943: decoding for backward compatibility they decoded from %XX in
8944: request:charset too
8945:
8946: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8947: - cookie class now decode cookies before first access after last
8948: request:charset changing (as form class).
8949:
8950: * src/main/pa_charset.C: - added method escape for escaping cookies
8951: as %uXXXX - before transcode calculate required space for dest
8952: string. it reduce mem usage for transcode
8953:
8954: * src/include/pa_charset.h: - added method escape for escaping
8955: cookies as %uXXXX
8956:
8957: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8958: was added. will used for escaping cookies as %uXXXX
8959:
8960: * src/include/pa_common.h: - escape method has new option for skip
8961: converting '+' to a space char
8962:
8963: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8964: transcode - escape method has new option for skip converting '+'
8965: to a space char
8966:
8967: 2008-07-08 misha
8968:
8969: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8970: (no UE if more then 1 case matches anylonger) - optimization:
8971: doing searching.as_string() || searching.as_double() only once
8972:
8973: 2008-07-04 misha
8974:
8975: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8976: now ^date::create[date object] works
8977:
8978: * src/classes/string.C: - left and right added as aliases for start
8979: and end in ^string.trim[]
8980:
8981: 2008-07-03 misha
8982:
8983: * src/classes/file.C: - allow $.limit for file::sql as well
8984:
8985: * src/classes/file.C: - allow $.offset option for file::sql - force
8986: send limit=1 to query for use sql specifics authomatically
8987:
8988: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8989: if $.limit value if empty. autoconvert it as everywere
8990:
8991: 2008-07-02 misha
8992:
8993: * configure.in: - time to change version number to 3.3.0 %-)
8994:
8995: * src/include/pa_version.h: - time to change version number to
8996: 3.3.0 %-)
8997:
8998: 2008-06-26 misha
8999:
9000: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9001: $.limit(0) fixes
9002:
9003: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9004: - $.limit(0) fixes
9005:
9006: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9007: new API)
9008:
9009: * src/: include/pa_sql_driver_manager.h,
9010: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9011: classes/op.C: - document_root added
9012:
9013: * src/main/compile.tab.C: - error message was changed
9014:
9015: 2008-06-25 misha
9016:
9017: * src/main/compile.y: - error message was changed
9018:
9019: 2008-06-24 misha
9020:
9021: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9022:
9023: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9024: tests for @OPTIONS\nappend
9025:
9026: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9027:
9028: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9029:
9030: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9031:
9032: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9033: compile.y
9034:
9035: 2008-06-17 misha
9036:
9037: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9038: compilation: ^if(default){true. it's incorrect. must be
9039: exception}
9040:
9041: 2008-06-16 misha
9042:
9043: * tests/: 181.ent, 181.html, results/181.processed: - test for
9044: checking external reference loading with 'http://localhost'
9045: prefix while creating xdoc
9046:
9047: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9048: ^math:long2ip[] and ^math:ip2long[]
9049:
9050: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9051: added which use scalar stateless class method when user object
9052: used in scalar context - use get_scalar_value when user object
9053: requested in scalar context
9054:
9055: * src/main/pa_common.C: - size must be int but not size_t or we
9056: can't compare with 0 sprintf result
9057:
9058: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9059: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9060: with internal switch between local/global vars
9061:
9062: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9063: specified
9064:
9065: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9066: pa_vstateless_object.h: - stateless class and object now has
9067: private scalar field and getter/setter for working with it
9068:
9069: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9070: moved to inet static class
9071:
9072: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9073: class added (^inet:aton[IP], ^inet:ntoa(number))
9074:
9075: * tests/: 180.html, results/180.processed: - tests for
9076: ^math:long2ip(long) and ^math:ip2long[IP]
9077:
9078: * src/classes/math.C: - ^math:ip2long[IP] added
9079:
9080: 2008-06-11 misha
9081:
9082: * src/main/pa_xml_io.C: - use file_read_text again because of we
9083: need cut BOM code and remove DOS newline chars. but don't
9084: transcode it anyway.
9085:
9086: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9087: main/pa_http.C: - option for disable transcoding while file_read
9088: and file_read_text added
9089:
9090: 2008-06-10 misha
9091:
9092: * tests/: 179.html, 179.p, results/179.processed: - test for many
9093: classes in 1 file
9094:
9095: * src/main/: compile.C, compile_tools.h: - compile return list of
9096: classes now.
9097:
9098: * src/main/: compile.y, compile.tab.C: - compile return list of
9099: classes now. internals.
9100:
9101: * src/main/pa_request.C: - compile return list of classes now. try
9102: call @conf and @auto for each returned class
9103:
9104: * src/include/pa_request.h: - compile return list of classes now
9105:
9106: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9107: return list of classes when compile buf)
9108:
9109: 2008-06-07 misha
9110:
9111: * src/main/pa_request.C: - constructing VRequest object with 3rd
9112: param -- form
9113:
9114: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9115: 3rd param: form. needed for get post_charset
9116:
9117: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9118: added
9119:
9120: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9121: types/pa_vform.C, types/pa_vform.h: - some polish
9122:
9123: 2008-06-06 misha
9124:
9125: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9126: charset and decode chars from it but not from response:charset
9127:
9128: * src/main/pa_http.C: - detect_charset moved out of here
9129:
9130: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9131: methods moved here - unescape_chars accepn one charset now
9132:
9133: * src/main/pa_http.C: - new constants used - don't allow
9134: $.content-type in ^file::load[;http://;$.method[POST]] - add
9135: charset info while ^file::load[;http://;$.method[POST]] - option
9136: $.omit-post-charset(true) added to ^file::load[;http://] for
9137: disabling charset during post
9138:
9139: * src/types/pa_vform.C: - new constants used
9140:
9141: * src/include/pa_common.h: - some constants were added
9142:
9143: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9144: instead of StrEqNc
9145:
9146: * src/main/pa_common.C: - new method for caseless search
9147: c-substring in c-string - use isxdigit instead of is_hex_digit
9148:
9149: * src/include/pa_common.h: - new method for caseless search
9150: c-substring in c-string
9151:
9152: 2008-06-05 misha
9153:
9154: * tests/results/178.processed: - test for testing default getter
9155:
9156: * tests/178.html: - test for testing default getter
9157:
9158: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9159: for test for testing default getter
9160:
9161: * src/main/execute.C: - default getter soul
9162:
9163: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9164: requested objects' field not found
9165:
9166: * src/types/pa_vclass.C: - register default getter if defined - get
9167: default getter if requested field not found
9168:
9169: * src/types/pa_vstateless_object.h: - method get_default_getter was
9170: added
9171:
9172: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9173: pointer to default getter and methods for get/set it were added
9174:
9175: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9176: auto_name field (for default getter)
9177:
9178: 2008-06-04 misha
9179:
9180: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9181: transcoding, no cutting BOM code, no fixing line breaks) and get
9182: it to libxml "as is"
9183:
9184: 2008-06-03 misha
9185:
9186: * src/main/pa_common.C: - use store_Char instead of
9187: transcodeCharFromUTF8
9188:
9189: * src/: include/pa_charset.h, main/pa_charset.C: - method
9190: store_Char added, transcodeCharFromUTF8 -- removed
9191:
9192: 2008-06-02 misha
9193:
9194: * tests/: results/177.processed, 177.html: - test for checking
9195: .[acm]date after local ^file::load[] was added
9196:
9197: * tests/: results/176.processed, 176.html: - test for checking
9198: @OPTION\locals + @method[vars][locals] added
9199:
9200: * tests/results/auto.p: - CLASS_PATH specified for checking use
9201:
9202: 2008-05-30 misha
9203:
9204: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9205: @OPTION\nlocals + @method[vars][;locals;] were added
9206:
9207: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9208: moved to separate method op_code - switch from VMethodFrame to
9209: VMethodFrameGlobal + VMethodFrameLocal
9210:
9211: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9212: was moved to separate method op_code
9213:
9214: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9215: VMethodFrame now
9216:
9217: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9218: all_vars_local as well
9219:
9220: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9221: pa_vmethod_frame_local.h, Makefile.am: - who children for
9222: VMethodFrame were added: one (global) works as VMethodFrame
9223: before and second (local) write all vars in self vars scope
9224:
9225: * src/types/pa_method.h: - method has bool flag all_vars_local now
9226:
9227: 2008-05-29 misha
9228:
9229: * tests/: 129.html, results/129.processed: - more tests for
9230: ^table.hash[]
9231:
9232: * src/classes/hash.C: - ^hash::sql has a new option:
9233: $.type[hash|string|table] as ^table.hash[] one.
9234:
9235: * src/classes/op.C: - ^try has 3rd param now: finally code which
9236: executed anyway after try or catch section
9237:
9238: 2008-05-27 misha
9239:
9240: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9241: must not fail if $.distinct(1) wasn't specified
9242:
9243: 2008-05-26 misha
9244:
9245: * src/classes/op.C: - allow ^throw[my type]
9246:
9247: 2008-05-22 misha
9248:
9249: * configure.in, configure: - version number updated to 3.2.4b
9250:
9251: * src/classes/: op.C, string.C: - trim format string before
9252: eval/format
9253:
9254: * tests/: results/175.processed, 175.html: - more tests for
9255: different format strings in .format[]
9256:
9257: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9258: as well (not only %XX)
9259:
9260: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9261: charset specified - checks for format before print number
9262: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9263: (instead of tabs) removed
9264:
9265: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9266: charset specified
9267:
9268: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9269: char in requested charset from utf code was added
9270:
9271: 2008-05-19 misha
9272:
9273: * tests/: 174.html, results/174.processed: - test for
9274: ^hashfile.cleanup[] added
9275:
9276: * src/classes/hashfile.C: - optimization: don't create any key or
9277: value variable if it's name weren't specified
9278: (^hf.foreach[;v]{...})
9279:
9280: 2008-05-16 misha
9281:
9282: * src/classes/hash.C: - optimization: don't create any key variable
9283: if variable name wasn't specified (^h.foreach[;v]{...})
9284:
9285: 2008-05-15 misha
9286:
9287: * src/classes/op.C: - small changes
9288:
9289: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9290:
9291: * src/classes/hash.C: - calculate var_context once before foreach
9292:
9293: 2008-05-14 misha
9294:
9295: * src/classes/hashfile.C: - incorrect vars context calculation for
9296: ^hashfile.foreach[;]{} fixed
9297:
9298: * src/classes/: hash.C, table.C: - little optimisation
9299:
9300: * src/classes/file.C: - bugfix: double absolute path while loading
9301: file
9302:
9303: * tests/: 174.html, results/174.processed: - tests for hashfile
9304: were added
9305:
9306: * buildall-with-xml: - moving to libxslt 1.1.24
9307:
9308: 2008-04-30 misha
9309:
9310: * src/classes/file.C: - stat file while loading (local only) so
9311: .adate, .mdate and .cdate available without additional ::stat
9312:
9313: 2008-04-28 misha
9314:
9315: * src/classes/file.C: - $.name and $.content-type available for
9316: stated file
9317:
9318: 2008-04-14 misha
9319:
9320: * src/targets/cgi/parser3.C: - new year in copyright %-)
9321:
9322: * src/include/pa_version.h: - new version number in head
9323:
9324: 2008-04-10 misha
9325:
9326: * tests/: 080.html, results/080.processed: - cut '0' from
9327: exponential part because of on diff OS it differ (20 or 020 for
9328: ex)
9329:
9330: * tests/: 119.html, results/119.processed: - check for encoding
9331: while creating xdoc
9332:
9333: 2008-04-09 misha
9334:
9335: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9336:
9337: * src/main/pa_common.C: - comment added
9338:
9339: * src/classes/date.C: - little refactoring
9340:
9341: 2008-04-07 misha
9342:
9343: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9344: style of ^table.save[]: prepare one big string and sabe it at
9345: once. it's safe on freebsd 4.x but use much more memory.
9346:
9347: * buildall-with-xml, buildall-without-xml: - option
9348: --disable-stringstream added (under comment. use it on freebsd
9349: 4.x)
9350:
9351: 2008-02-22 misha
9352:
9353: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9354: specified together in file::load[;http] - get back transcoding
9355: $.body[] in file::load[;http]
9356:
9357: 2008-02-21 misha
9358:
9359: * src/classes/date.C: - ^date.gmt-string[] was added
9360:
9361: * src/types/pa_value.C: - method for output date in RFC 822 format
9362: moved to pa_common.h
9363:
9364: * src/include/pa_common.h: - method for output date in RFC 822
9365: format moved here from pa_value.C
9366:
9367: * src/types/pa_vmail.C: - fixed core in sending mail with
9368: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9369:
9370: 2008-02-20 misha
9371:
9372: * src/main/pa_http.C: - transcode $.headers before escaping into
9373: specified charset while ^file::load[...;http://...] (L_URI
9374: instead of L_HTTP_HEADER) - $.cookies param available in
9375: ^file::load[;http://...] now (but we don't parse set-cookies from
9376: response yet) (cookies not transcoded as common $cookies)
9377:
9378: 2008-02-19 misha
9379:
9380: * src/main/pa_request.C: - rollback: we mustn't force taint
9381: $response:field values because in this case
9382: $response:locateion[http://...] don't works.
9383:
9384: 2008-02-15 misha
9385:
9386: * src/classes/op.C: - little refactoring
9387:
9388: * src/main/pa_http.C: - taint names of $.headers for load[;http
9389:
9390: * src/main/pa_request.C: - force taint values of $response:field
9391:
9392: 2008-02-14 misha
9393:
9394: * src/main/pa_request.C: - $response:field transcoded to
9395: $response:charset before escaping now
9396:
9397: * src/main/pa_http.C: - some outdated comments removed
9398:
9399: * src/classes/date.C: - lastdat -> last-day
9400:
9401: * src/classes/date.C: - ^date:lastday(year;month) and
9402: ^date.lastday[] were added - little code refactoring - comments
9403: changes
9404:
9405: * tests/: 159.html, results/159.processed: - test for number of
9406: days in February
9407:
9408: * src/types/pa_value.C: - fixes in code formatting
9409:
9410: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9411: and comments
9412:
9413: 2008-02-13 misha
9414:
9415: * src/main/pa_common.C: - bugfix for february at leap year
9416:
9417: 2008-01-28 misha
9418:
9419: * tests/: 160.html, results/160.processed: - more test for cache
9420: added
9421:
9422: * src/classes/op.C: - bugfix: cache body executed twice if contains
9423: unhandled exception
9424:
9425: 2008-01-25 misha
9426:
9427: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9428: bug when hashfile became inavailable after memory:compact)
9429:
9430: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9431:
9432: 2008-01-22 misha
9433:
9434: * src/classes/table.C: - little refactiring and exception texts
9435: changes in method ^table.hash[]
9436:
9437: * src/types/pa_vcookie.C: - link to cookie specification changed
9438:
9439: 2008-01-21 misha
9440:
9441: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9442: file::exec/cgi
9443:
9444: * src/classes/file.C: - bugfix: core while processing headers if
9445: executed cgi script don't return content
9446:
9447: 2008-01-18 misha
9448:
9449: * buildall-with-xml: - move to libxml2 version 2.6.31
9450:
9451: * src/include/pa_version.h, configure.in: - version number updated
9452: to '3.2.3b'
9453:
9454: 2007-12-28 misha
9455:
9456: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9457: hash.contains
9458:
9459: 2007-12-27 misha
9460:
9461: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9462: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9463: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9464: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9465: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9466: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9467: src/targets/cgi/parser3.vcproj,
9468: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9469: back to VS2003 because of Apache 1.3 module can't work if it was
9470: built in VS 2005. with cgi all file so VS2003 project files can
9471: be easy converted to the new format.
9472:
9473: 2007-12-04 misha
9474:
9475: * src/types/pa_vcode_frame.h: - changes in comment
9476:
9477: 2007-11-29 misha
9478:
9479: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9480: intercept strings any longer
9481:
9482: * tests/: 173.html, results/173.processed: - tests for
9483: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9484: but not in main code frame
9485:
9486: * tests/: 172.html, results/172.processed: - more tests for pass
9487: objects from code frames
9488:
9489: 2007-11-27 misha
9490:
9491: * tests/: 152.html, results/152.processed: - tests for converting
9492: strings 'true'/'false' to bool were added
9493:
9494: * tests/152.html: - added checks for converting strings
9495: 'true'/'false' to bool
9496:
9497: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9498: not only strings with numbers but with values 'true'/'false' as
9499: well
9500:
9501: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9502: for parser3.log increased
9503:
9504: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9505:
9506: * src/include/pa_common.h: - remove_crlf return cstring size now
9507:
9508: * src/include/pa_types.h: - constant with buffer size for
9509: parser3.log added
9510:
9511: 2007-11-16 misha
9512:
9513: * tests/cat.sh: - script for tests for file::exec/cgi
9514:
9515: * tests/171.html: - tests for file::exec/cgi
9516:
9517: * tests/results/171.processed: - tests results for file::exec/cgi
9518:
9519: 2007-11-15 misha
9520:
9521: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9522:
9523: * src/classes/file.C: - .body must be set before analyzing cgi
9524: headers
9525:
9526: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9527: only if exec/cgi return anything.
9528:
9529: 2007-11-14 misha
9530:
9531: * operators.txt: - info about new text|binary option for
9532: file::exec/cgi was added
9533:
9534: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9535: ^file:exec[[text|binary];script;...]
9536:
9537: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9538: classes/string.C, classes/table.C: - more text strings moved to
9539: the one place
9540:
9541: 2007-11-09 misha
9542:
9543: * src/types/pa_vrequest.C: - $request:argv must be taint
9544:
9545: * ChangeLog: - $request:argv [patch from Sumo]
9546:
9547: * operators.txt: - $request:argv
9548:
9549: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9550: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9551:
9552: 2007-10-25 misha
9553:
9554: * buildall-with-xml, buildall-without-xml: - options preparations
9555: for ./configure rewrited
9556:
9557: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9558: error occure in unhandled_exception finally fixed
9559:
9560: 2007-10-23 misha
9561:
9562: * tests/: 170.html, results/170.processed: - test for
9563: @method[][result]
9564:
9565: * operators.txt: - added info about node.prefix and
9566: node.namespaceURI
9567:
9568: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9569:
9570: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9571: added for node and attribute
9572:
9573: 2007-10-22 misha
9574:
9575: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9576:
9577: * src/main/pa_request.C: - added const content-transfer-encoding
9578:
9579: * src/include/pa_request.h: - added const content-transfer-encoding
9580: - ups. constants must be in lowercase (for search)
9581:
9582: * src/types/pa_vmail.C: - more constants used -
9583: content-transfer-encoding: 8bit added
9584:
9585: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9586:
9587: * src/include/pa_request.h: - more constants
9588:
9589: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9590: ommit anymore if $.content-disposition was specified - little
9591: refactoring
9592:
9593: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9594:
9595: 2007-10-17 misha
9596:
9597: * operators.txt: - info about
9598: table::create[nameless]{data}[>options<] was added
9599:
9600: * src/main/: compile.tab.C, compile.y: - if error occure while
9601: compile method don't put this method in methods table anymore.
9602: in other case the parser coredumped if @unhandled_exception
9603: method can't be compiled because of parser.compile error.
9604:
9605: * src/main/execute.C: - little code reformating
9606:
9607: * src/main/pa_request.C: - little code reformating - comment
9608: changed
9609:
9610: 2007-10-16 misha
9611:
9612: * tests/: 035.html, results/035.processed: - tests
9613: table::create[]{}[options] added
9614:
9615: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9616: options (only $.seperator[] yet)
9617:
9618: 2007-10-10 misha
9619:
9620: * src/classes/table.C: - some contstants moved to pa_common.h -
9621: some code changes
9622:
9623: 2007-10-02 misha
9624:
9625: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9626: then three time as much. but base64 encoding method still use
9627: less memory anyway.
9628:
9629: 2007-09-17 misha
9630:
9631: * operators.txt: - added info about $cookie:fields
9632:
9633: * src/types/pa_vcookie.C: - $cookie:fields available now
9634:
9635: * src/classes/hash.C: - some stuff for use with .for_each moved to
9636: common
9637:
9638: * src/include/pa_common.h: - some stuff for use with .for_each
9639: moved here
9640:
9641: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9642:
9643: 2007-09-14 misha
9644:
9645: * buildall-with-xml: - new xml libs again =)
9646:
9647: 2007-08-28 misha
9648:
9649: * operators.txt: - texts about ^table.columns[[column name]] and
9650: ^string.split[...][v][column name] were added
9651:
9652: * tests/: 168.html, 169.html, results/168.processed,
9653: results/169.processed: - tests for ^table.columns[[column name]]
9654: and ^string.split[...][v][column name] were added
9655:
9656: * src/classes/table.C: - new option ^table.columns[[column name]]
9657: was added
9658:
9659: * src/classes/string.C: - new option ^string.split[...;v;[column
9660: name]]
9661:
9662: * src/include/pa_exception.h: - error text message for
9663: ^hash._keys[], ^table.columns[] and ^string.split[]
9664:
9665: 2007-08-27 misha
9666:
9667: * src/main/untaint.C: - try to fix coredump on unix if print to
9668: body ^taint[sql][something] outside of connect
9669:
9670: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9671: outside of connect
9672:
9673: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9674: added (commented by default)
9675:
9676: 2007-08-20 misha
9677:
9678: * operators.txt: - comment about new method ^node.hasAttributes[]
9679: was added
9680:
9681: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9682: duplicated exception text strings were removed
9683:
9684: * src/include/pa_exception.h: - more exception text strings moved
9685: here
9686:
9687: * src/classes/table.C: - some duplicate exceptions' text strings
9688: removed
9689:
9690: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9691: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9692: removed
9693:
9694: * src/include/pa_exception.h: - some exception text strings movet
9695: to pa_exception
9696:
9697: * tests/: 149.html, results/149.processed: - test for
9698: ^xnode.hasAttributes[] was added - some code changes
9699:
9700: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9701: added
9702:
9703: 2007-08-17 misha
9704:
9705: * tests/: results/006.processed, results/059.processed, 006.html,
9706: 059.html: - more tests for match
9707:
9708: * tests/: 129.html, results/129.processed: - tests for
9709: ^table.hash[...][$.type[string|hash|table]] added
9710:
9711: * src/targets/cgi/parser3.C: - little syntax changes
9712:
9713: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9714: syntax changes
9715:
9716: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9717: messages in parser3.log switched off by default. If someone
9718: really still need it: use $SIGPIPE(1)
9719:
9720: 2007-08-08 misha
9721:
9722: * buildall-with-xml, buildall-without-xml: - remove libs source
9723: files by default since now
9724:
9725: 2007-08-07 misha
9726:
9727: * buildall-without-xml: - some option syntax changes
9728:
9729: * buildall-with-xml: - compile libxml2 without http support - some
9730: option syntax changes
9731:
9732: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9733:
9734: 2007-08-06 misha
9735:
9736: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9737:
9738: * tests/: 160.html, results/160.processed: - cache test was
9739: rewrited
9740:
9741: 2007-07-06 misha
9742:
9743: * tests/: 153.html, results/153.processed: - added test for
9744: ^math:sha1[string]
9745:
9746: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9747: transcoded
9748:
9749: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9750: were added
9751:
9752: 2007-06-28 misha
9753:
9754: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9755: some incorrect chars
9756:
9757: 2007-06-19 misha
9758:
9759: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9760: were moved on top because of gcc 4 had a problems during
9761: building.
9762:
9763: 2007-06-18 misha
9764:
9765: * tests/results/019.processed: - new image commited
9766:
9767: 2007-06-09 misha
9768:
9769: * src/classes/: op.C, table.C: - in while and table.select method
9770: as_expression used now
9771:
9772: * src/types/pa_vmethod_frame.h: - method as_expression was added
9773:
9774: 2007-06-08 misha
9775:
9776: * tests/: 166.html, results/166.processed: - test for
9777: ^match[...][n]
9778:
9779: * tests/: 165.html, results/165.processed: - tests for loops
9780:
9781: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9782: because of no speed/memory optimisation but some proglems with
9783: long cycles occure
9784:
9785: 2007-06-06 misha
9786:
9787: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9788: ^table.select(true) and ^table.select(1) didn't works because of
9789: awaiting junction-param only. fixed.
9790:
9791: 2007-05-24 misha
9792:
9793: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9794: with 0.5 secs interval
9795:
9796: * src/classes/op.C: - cache was rewrited. I hope it works with
9797: locking system now on unix
9798:
9799: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9800: system locks which wait till other threads release it but try get
9801: lock, if fail wait 1 sec and make 10 attempts.
9802:
9803: * src/include/pa_os.h: - consts for blocking locks + some comments
9804: were added
9805:
9806: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9807: opening files
9808:
9809: * src/classes/table.C: - changes in includes. if unclude <sstream>
9810: after our classes on unix it can't be build
9811:
9812: * src/types/pa_vhashfile.C: - not needed code removed
9813:
9814: 2007-05-23 misha
9815:
9816: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9817: include/pa_common.h: - cosmetic changes
9818:
9819: 2007-05-18 misha
9820:
9821: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9822: often. it's give some speed increasing
9823:
9824: * tests/results/160.processed: - returned time corrected
9825:
9826: * tests/160.html: - time increased because on unix 1 mean nothing
9827: :(
9828:
9829: * operators.txt: - added info about ^hash.contain[key]
9830:
9831: * src/classes/hash.C: - added ^hash.contain[key]
9832:
9833: * src/include/pa_hash.h: - added method for checking key exists in
9834: hash
9835:
9836: 2007-05-07 misha
9837:
9838: * src/include/pa_string.h: - was compilation error during build on
9839: freebsd4
9840:
9841: 2007-05-03 misha
9842:
9843: * src/classes/table.C: - option $.type[hash|string|table] was added
9844: for ^table.hash[]
9845:
9846: * src/classes/file.C: - comment removed
9847:
9848: 2007-04-26 misha
9849:
9850: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9851: real files doesn't opened in place anymore
9852:
9853: 2007-04-24 misha
9854:
9855: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9856:
9857: * src/include/pa_exception.h: "static" removed
9858:
9859: 2007-04-23 misha
9860:
9861: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9862:
9863: * src/classes/math.C: added: - ^math:ln(N) (the same as
9864: ^math:log(N)) - ^math:lg(N)
9865:
9866: * tests/: 097.html, results/097.processed: - charsets converstion
9867: during ^file::load[text;http://...] added
9868:
9869: * tests/: 164.html, results/164.processed: - check for set expires
9870: as a date
9871:
9872: * tests/: 164.html, results/164.processed: - test for hashfile
9873:
9874: * src/classes/hashfile.C: - little comment changes
9875:
9876: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9877: access
9878:
9879: * src/: classes/date.C, classes/double.C, classes/file.C,
9880: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9881: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9882: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9883: classes/xnode.h, include/pa_request.h, main/execute.C,
9884: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9885: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9886: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9887: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9888: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9889: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9890: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9891: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9892: "parser.runtime" strings were removed
9893:
9894: * src/classes/hashfile.C: - with .clear[] called files_delete()
9895: now.
9896:
9897: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9898:
9899: * src/include/pa_exception.h: - string constant with
9900: "parser.runtime" text was added
9901:
9902: 2007-04-20 misha
9903:
9904: * operators.txt: - some comments changing
9905:
9906: * operators.txt: - added info about .^hashfile.release[],
9907: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9908:
9909: * configure: =cheching for unsetenv
9910:
9911: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9912: ^hashfile.release[] were added
9913:
9914: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9915: ^string.match[][] understand new option now: return number of
9916: matches but not table wit results
9917:
9918: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9919: reopen now
9920:
9921: * src/classes/op.C: - bug. must be false
9922:
9923: * configure.in: - checking for unsetenv was added
9924:
9925: * src/types/pa_vform.C: - some comments
9926:
9927: 2007-04-18 misha
9928:
9929: * buildall-with-xml: moving to libxml2-2.6.28
9930:
9931: * buildall-with-xml, buildall-without-xml: added commented lines
9932: with --disable-safe-mode option
9933:
9934: * operators.txt: - info about $form:files
9935:
9936: 2007-04-17 misha
9937:
9938: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9939: $form:files was added
9940:
9941: * tests/: 163.html, results/163.processed: removing auto format
9942:
9943: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9944:
9945: 2007-04-16 misha
9946:
9947: * tests/: 163.html, results/163.processed: - test for .int[],
9948: floor, round, ceiling and .format[]
9949:
9950: * src/classes/file.C: - little optimization for getting args in
9951: exec/cgi
9952:
9953: 2007-04-13 misha
9954:
9955: * src/classes/file.C: - arguments for file::exec/cgi can be
9956: specified now as s table with one column
9957:
9958: 2007-03-27 misha
9959:
9960: * tests/: 162.html, results/162.processed: - test for
9961: ^table.select(^condition[$t])
9962:
9963: * tests/results/auto.p: - load windows-1251 charset for some tests
9964:
9965: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9966:
9967: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9968: 161_windows1251.txt: - added test for
9969: ^file::load[text;/local/file.txt;$.charset[...]]
9970:
9971: * tests/: results/013.processed, 013.html: - added test for
9972: checking $._default value while hash modifications
9973:
9974: * tests/: 160.html, results/160.processed: - add test for
9975: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9976:
9977: 2007-03-22 misha
9978:
9979: * src/include/pa_common.h: - "charset" string defined for
9980: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9981:
9982: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9983: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9984: added - not needed transcodes were removed from
9985: ^file::load[...;http://...]
9986:
9987: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9988: added
9989:
9990: * src/classes/date.C: - date.week was fixed
9991:
9992: * operators.txt: - added info about date.weekyear
9993:
9994: * tests/: 159.html, results/159.processed: - tests for date.week
9995: and date.weekyear added
9996:
9997: 2007-03-15 misha
9998:
9999: * src/classes/table.C: - enclose column numbers for nameless tables
10000: as well
10001:
10002: 2007-03-14 misha
10003:
10004: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10005:
10006: * src/classes/table.C: - table.save optimization: now required much
10007: less memory
10008:
10009: 2007-03-13 misha
10010:
10011: * tests/results/: 158.processed, 158.processes: - tests for
10012: table.save/table.load
10013:
10014: * tests/: 158.html, results/158.processes: - tests for
10015: table.save/table.load
10016:
10017: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10018:
10019: * buildall-with-xml: - pattern needed now for building
10020:
10021: * tests/results/097.processed: - added test results for xdoc::load
10022: & xdoc::load[http://...]
10023:
10024: * tests/097.html: - added test for xdoc::load
10025:
10026: 2007-03-12 misha
10027:
10028: * tests/: 107.html, results/107.processed: - added test for xpath
10029: '//man'
10030:
10031: 2007-03-01 misha
10032:
10033: * tests/: 097.html, results/097.processed: - added test for
10034: creating xdoc from file
10035:
10036: * tests/: results/157.processed, 157.html: - added test for
10037: file:move
10038:
10039: 2007-02-28 misha
10040:
10041: * src/classes/xdoc.C: - another attempt
10042:
10043: * src/classes/xdoc.C: - roll back last changes for a while
10044:
10045: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10046:
10047: * src/classes/file.C: - under lock we create non-exist dir anyway
10048:
10049: * tests/results/099.processed: - ever send content-disposition to
10050: client with file
10051:
10052: * tests/157.html: + test for file:copy
10053:
10054: 2007-02-26 misha
10055:
10056: * src/classes/file.C: - some similar strings moved to #define
10057: instead of to be copy/pasted many times
10058:
10059: * src/types/pa_vfile.h: - class name string ("file") moved to
10060: #define
10061:
10062: 2007-02-20 misha
10063:
10064: * configure.in: - added some strings for sqlite detection
10065:
10066: 2007-02-19 misha
10067:
10068: * operators.txt: - some comments changes
10069:
10070: * buildall-with-xml, buildall-without-xml: - some modifications
10071:
10072: 2007-02-17 misha
10073:
10074: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10075:
10076: * src/main/pa_request.C: - damn, i forgot to commit it while I
10077: change console behaviour
10078:
10079: 2007-02-12 misha
10080:
10081: * src/targets/cgi/parser3.C: - don't print headers if
10082: $console:line[data] was used during cgi execution.
10083:
10084: * src/types/pa_vconsole.h: - console class have bool flag now which
10085: marked as 'true' if class was used.
10086:
10087: * tests/: 152.html, results/152.processed: - more types was added
10088: to test 152
10089:
10090: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10091: adding 'bool' (^if($image){} caused exception)
10092:
10093: 2007-02-09 misha
10094:
10095: * tests/: 152.html, results/152.processed: - test alightly updated
10096:
10097: * tests/: 152.html, results/152.processed: - test rewrited
10098:
10099: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10100: bugfix. I broke xdoc & xnode in expression
10101:
10102: 2007-02-08 misha
10103:
10104: * tests/: 152.html, results/152.processed: - add test for checking
10105: 'def' for void, string, bool, int & double
10106:
10107: 2007-02-07 misha
10108:
10109: * operators.txt: - ^file:base64[filespec] was added
10110:
10111: * tests/results/153.processed: - result test for
10112: ^file:base64[filespec] was updated
10113:
10114: * tests/153.html: - test for ^file:base64[filespec] was added
10115:
10116: * src/types/pa_vconsole.h: - little optimization
10117:
10118: * src/classes/file.C: - ^file:base64[filespec]
10119:
10120: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10121:
10122: * src/include/pa_common.h: - declarations for
10123: ^file:base64[filespec]
10124:
10125: * src/types/pa_vcookie.C: - little optimization
10126:
10127: 2007-02-06 misha
10128:
10129: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10130: were temporary commented
10131:
10132: * src/types/pa_vbool.h: - bugfix
10133:
10134: * tests/156.html: - added test for bool cookie
10135:
10136: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10137:
10138: * tests/: 155.html, results/155.processed: - added test for check
10139: $.encloser[] option for table save/load
10140:
10141: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10142:
10143: 2007-02-05 misha
10144:
10145: * tests/results/152.processed: - newline at the end was missed
10146:
10147: * tests/results/141.processed: - math:md5 must be lowercased
10148:
10149: * src/targets/cgi/parser3.C: - 2007 in help ;)
10150:
10151: 2007-02-03 misha
10152:
10153: * tests/results/: 150.processed, 151.processed, 152.processed: -
10154: test for bool added and some content length fixes
10155:
10156: * tests/152.html: - test for bool added
10157:
10158: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10159:
10160: * operators.txt: - info bool class was added
10161:
1.116 moko 10162: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10163: classes/classes.vcproj, classes/double.C, classes/int.C,
10164: classes/string.C, classes/void.C, classes/xnode.C,
10165: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10166: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10167: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10168: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10169: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10170: types/types.vcproj: - bool class was added
10171:
10172: * src/main/pa_request.C: - fix
10173:
10174: 2007-01-18 misha
10175:
10176: * src/: main/pa_string.C, classes/string.C: - return table during
10177: ^string.match[][] even if no matched found.
10178:
10179: 2006-12-20 misha
10180:
10181: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10182: http://www.parser.ru/forum/?id=55598 ]
10183:
10184: 2006-12-19 misha
10185:
10186: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10187: details: http://www.parser.ru/forum/?id=52359
10188:
10189: * src/main/pa_request.C: - always set content-disposition for
10190: $response:body[hash here]. more details:
10191: http://www.parser.ru/forum/?id=52130
10192:
10193: 2006-12-07 misha
10194:
10195: * operators.txt: - added info about bool params in cookie set
10196:
10197: * src/types/pa_vcookie.C: - bool param in cookies available now
10198: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10199: ]
10200:
10201: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10202: was added
10203:
10204: 2006-12-02 misha
10205:
10206: * src/classes/file.C: - file_block_read used instead of native read
10207:
10208: * src/main/pa_common.C: - added file_block_read with read error
10209: detection - file_block_read used instead of native read
10210:
10211: * src/include/pa_common.h: - added file_block_read declaration
10212:
10213: 2006-12-01 misha
10214:
10215: * operators.txt: - info about $var.CLASS_NAME was added
10216:
10217: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10218: $var.CLASS_NAME added
10219:
10220: * operators.txt: - added info about ^file:copy[]
10221:
10222: * src/classes/file.C: - ^file:copy[from;fo] was added
10223:
10224: 2006-11-20 misha
10225:
10226: * src/classes/date.C: - bug fix :)
10227:
10228: 2006-11-17 misha
10229:
10230: * src/include/pa_common.h: - array in crc32 calculation was changed
10231: to static
10232:
10233: * src/main/pa_common.C: - little optimization in getMonthDays -
10234: small changes in crc32 calculation
10235:
10236: * src/classes/date.C: - not needed code was removed
10237:
10238: 2006-11-16 misha
10239:
10240: * src/types/pa_vmail.C: - fix missed brakes
10241:
10242: * src/types/pa_vmail.C: - mail:send now set content-type:
10243: multipart/related instead of multipart/mixed if file have
10244: $.content-id[]
10245:
10246: 2006-11-15 misha
10247:
10248: * src/types/pa_vdouble.h: abs -> fabs
10249:
10250: 2006-11-14 misha
10251:
10252: * operators.txt: - added info about ^file.md5[] and
10253: ^file:md5[file-name]
10254:
10255: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10256: added
10257:
10258: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10259: FILE_BUFFER_SIZE
10260:
10261: * src/classes/math.C: - hex_string was moved to pa_common.h
10262:
10263: * src/include/pa_common.h: - hex_string was moved from math.C -
10264: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10265:
10266: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10267: values was fixed
10268:
10269: 2006-11-13 misha
10270:
10271: * operators.txt: - added info about ^math:crc32[string],
10272: ^file:crc32[file-name] & ^file.crc32[]
10273:
10274: * src/classes/math.C: - added ^math:crc32[string]
10275:
10276: * src/classes/file.C: - some comments were changed - added
10277: ^file:crc32[file-name] and ^file.crc32[]
10278:
10279: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10280: crc32 calculation added
10281:
10282: 2006-11-03 misha
10283:
10284: * src/include/pa_array.h: - not needed variable removed
10285:
10286: * tests/: 150.html, 151.html, results/150.processed,
10287: results/151.processed: - 2 tests were added
10288:
10289: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10290: with $.reverse(1) were fixed
10291:
10292: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10293: query converted to $.charset during ^file::load[http://...]
10294:
10295: 2006-11-02 misha
10296:
10297: * src/include/pa_table.h: ups. forget '=' char
10298:
10299: * src/include/pa_table.h: - one more fix in
10300: .locate[...][$.reverse(1)]
10301:
10302: 2006-11-01 misha
10303:
10304: * src/classes/math.C: - bug fix, details:
10305: http://www.parser.ru/forum/?id=53360
10306:
10307: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10308: false for all records )[$.reverse(1)]
10309:
10310: * src/main/pa_http.C: - second param for this mid method is length
10311: but not end_index so this method has error and can't detect
10312: charsets in next content-types: Content-type: text/html;
10313: charset="windows-1251" Content-type: text/html;
10314: charset="windows-1251"; Content-type: text/html;
10315: charset=windows-1251;
10316:
10317: only Content-type: text/html; charset=windows-1251 was fine
10318:
10319: 2006-10-31 misha
10320:
10321: * src/classes/file.C: - empty args in file::exec removed now
10322:
10323: 2006-09-03 paf
10324:
10325: * src/classes/file.C: proper tainting of
10326: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10327:
10328: 2006-06-09 paf
10329:
10330: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10331:
10332: * src/classes/table.C: formatting
10333:
10334: * src/classes/table.C: incorporated patch from misha: Sent:
10335: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10336: ignoring string options for ^table.save[]
10337:
10338: * src/classes/hash.C: incorporated patch from misha Sent:
10339: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10340: $hash._default disappear while
10341:
10342: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10343: $.format[!uue|!base64] << new base64 option. default uue ] ]
10344:
10345: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10346: PM Subject: patch for base64 in ^mail:send[] %-)
10347:
10348: 2006-04-09 paf
10349:
10350: * src/main/compile.tab.C: ` change compiled
10351:
10352: * gnu.vcproj, operators.txt, parser3.sln,
10353: src/classes/classes.vcproj, src/classes/file.C,
10354: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10355: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10356: src/classes/xnode.C, src/include/pa_array.h,
10357: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10358: src/include/pa_memory.h, src/include/pa_request.h,
10359: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10360: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10361: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10362: src/lib/pcre/pcre_dftables.vcproj,
10363: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10364: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10365: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10366: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10367: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10368: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10369: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10370: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10371: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10372: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10373: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10374: src/types/pa_value.h, src/types/pa_vcookie.C,
10375: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10376: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10377: src/types/pa_vstatus.C, src/types/types.vcproj,
10378: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10379: ^menu, ^hash/hashfile.foreach
10380:
10381: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10382: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10383: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10384: src/classes/xnode.C, src/include/pa_array.h,
10385: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10386: src/include/pa_memory.h, src/include/pa_request.h,
10387: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10388: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10389: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10390: src/lib/pcre/pcre_dftables.vcproj,
10391: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10392: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10393: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10394: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10395: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10396: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10397: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10398: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10399: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10400: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10401: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10402: src/types/pa_value.h, src/types/pa_vcookie.C,
10403: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10404: src/types/pa_vstatus.C, src/types/types.vcproj,
10405: tests/descript.ion: ! switched to VS2005 (projects and
10406: object<info explicitly typed>.for_each(, info)) +
10407: $response:field[] setting void means removing + grammar $name`
10408: name stops now, for mysql `$field` + started ^break[]
10409: ^continue[], in ^for. TODO: to other iterators (while, menu,
10410: foreach) + all log messages += [uri=, method=, cl=]
10411:
10412: * buildall-with-xml: merged . ftp paths update
10413:
10414: * buildall-with-xml: . ftp paths update
10415:
10416: 2006-03-04 paf
10417:
10418: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10419: checks++ [thanks to Igor Zinkovsky for detailed report]
10420:
10421: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10422: Igor Zinkovsky for detailed report]
10423:
10424: 2006-03-01 paf
10425:
10426: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10427: \n to ' ' in
10428:
10429: 2006-02-18 paf
10430:
10431: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10432: \n to ' ' in
10433:
10434: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10435:
10436: 2006-02-03 paf
10437:
10438: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10439: base64
10440:
10441: * src/main/pa_common.C: ! bugfix: decoding from base64
10442:
10443: 2006-01-20 paf
10444:
10445: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10446: economy fix
10447:
10448: * src/classes/: table.C: merged from HEAD ! bugfix
10449: ^table.save[$.encloser-s now handled properly
10450:
10451: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10452: handled properly
10453:
10454: 2006-01-19 paf
10455:
10456: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10457: libgc:USE_MUNMAP activates merging of free memory blocks which
10458: helps a lot in our case: after transform we want
10459: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10460:
10461: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10462: economy fix
10463:
10464: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10465: activates merging of free memory blocks which helps a lot in our
10466: case: after transform we want CORD(main.result)->cstr[big
10467: malloc]->transcode[big malloc]
10468:
10469: 2006-01-17 paf
10470:
10471: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10472: before reading them. got rid of reallocs = became quicker and
10473: less fragmentated
10474:
10475: 2005-12-29 paf
10476:
1.116 moko 10477: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10478: configure, configure.in, src/include/pa_version.h,
10479: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10480: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10481: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10482: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10483: src/lib/ltdl/missing: . merged from 3.2.1
10484:
1.116 moko 10485: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10486: packaged when 'make dist', so do configure companion files in
10487: src/lib/ltdl
10488:
10489: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10490: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10491: missing: . now config_auto.h is created with configure [were
10492: constant]
1.95 moko 10493:
10494: * INSTALL: . references to documentation and some clarification
10495:
10496: * buildall-with-xml, buildall-without-xml: . farawell doc
10497: indication
10498:
1.116 moko 10499: * Makefile.am: . dist+=buildall*
1.95 moko 10500:
10501: 2005-12-28 paf
10502:
10503: * configure: . 3.2.1
10504:
10505: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10506: simplify build process, see INSTALL
10507:
10508: 2005-12-26 paf
10509:
10510: * configure: ver
10511:
10512: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10513: version
10514:
10515: 2005-12-21 paf
10516:
10517: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10518: compiled with bison 1.875b, it reports unexpected token names
10519:
10520: 2005-12-19 paf
10521:
10522: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10523: holds a link to xmlNode to prevent premature gc(xmlNode)
10524:
10525: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10526: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10527: src/main/main.vcproj, src/main/pa_globals.C,
10528: src/targets/cgi/parser3.vcproj,
10529: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10530: configure, configure.in, src/include/pa_version.h: . killing
10531: gdome [what a relief]
10532:
10533: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10534: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10535: run_parser.sh, results/001.processed, results/002.processed,
10536: results/003.processed, results/004.processed,
10537: results/005.processed, results/006.processed,
10538: results/008.processed, results/009.processed,
10539: results/010.processed, results/011.processed,
10540: results/012.processed, results/013.processed,
10541: results/014.processed, results/015.processed,
10542: results/016.processed, results/017.processed,
10543: results/018.processed, results/020.processed,
10544: results/021.processed, results/022.processed,
10545: results/023.processed, results/024.processed,
10546: results/025.processed, results/026.processed,
10547: results/027.processed, results/028.processed,
10548: results/029.processed, results/030.processed,
10549: results/031.processed, results/032.processed,
10550: results/033.processed, results/034.processed,
10551: results/035.processed, results/036.processed,
10552: results/037.processed, results/038.processed,
10553: results/039.processed, results/040.processed,
10554: results/041.processed, results/042.processed,
10555: results/043.processed, results/044.processed,
10556: results/045.processed, results/046.processed,
10557: results/047.processed, results/048.processed,
10558: results/049.processed, results/050.processed,
10559: results/051.processed, results/052.processed,
10560: results/053.processed, results/054.processed,
10561: results/055.processed, results/056.processed,
10562: results/057.processed, results/058.processed,
10563: results/059.processed, results/060.processed,
10564: results/061.processed, results/062.processed,
10565: results/063.processed, results/064.processed,
10566: results/065.processed, results/066.processed,
10567: results/067.processed, results/068.processed,
10568: results/069.processed, results/070.processed,
10569: results/071.processed, results/072.processed,
10570: results/073.processed, results/074.processed,
10571: results/075.processed, results/076.processed,
10572: results/077.processed, results/078.processed,
10573: results/079.processed, results/080.processed,
10574: results/081.processed, results/082.processed,
10575: results/083.processed, results/084.processed,
10576: results/085.processed, results/086.processed,
10577: results/087.processed, results/088.processed,
10578: results/089.processed, results/090.processed,
10579: results/091.processed, results/092.processed,
10580: results/093.processed, results/094.processed,
10581: results/095.processed, results/096.processed,
10582: results/097.processed, results/099.processed,
10583: results/100.processed, results/101.processed,
10584: results/102.processed, results/104.processed,
10585: results/105.processed, results/106.processed,
10586: results/107.processed, results/108.processed,
10587: results/109.processed, results/110.processed,
10588: results/111.processed, results/112.processed,
10589: results/113.processed, results/114.processed,
10590: results/115.processed, results/117.processed,
10591: results/119.processed, results/120.processed,
10592: results/121.processed, results/122.processed,
10593: results/123.processed, results/124.processed,
10594: results/125.processed, results/126.processed,
10595: results/127.processed, results/128.processed,
10596: results/129.processed, results/130.processed,
10597: results/131.processed, results/132.processed,
10598: results/133.processed, results/134.processed,
10599: results/135.processed, results/136.processed,
10600: results/138.processed, results/139.processed,
10601: results/140.processed, results/141.processed,
10602: results/142.processed, results/143.processed,
10603: results/144.processed, results/145.processed,
10604: results/146.processed, results/147.processed,
10605: results/148.processed, results/149.processed, results/auto.p: .
10606: now works if we turn off default auto.p
10607:
1.116 moko 10608: * configure: . makes
1.95 moko 10609:
10610: * src/types/pa_vxnode.C: . less warnings
10611:
10612: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10613: tests/145.html, tests/149.html, tests/descript.ion,
10614: tests/outputs/d.cmd, tests/results/142.processed,
10615: tests/results/143.processed, tests/results/144.processed,
10616: tests/results/145.processed, tests/results/146.processed,
10617: tests/results/147.processed, tests/results/148.processed,
10618: tests/results/149.processed: . removed .nodeValue from all node
10619: types other than 5 (grabbed piece from gdome)
10620:
10621: * tests/: 137.html, results/137.processed: . not handled this case
10622: yet. code does not hang from inserting parent into child,
10623: considering thing minor issue -- nodes are removed from source
10624: anyway, don't know why shold that be an error after all
10625:
10626: * src/targets/cgi/parser3.C: . style
10627:
10628: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10629: xdoc too [were barking "not element"]
10630:
10631: 2005-12-16 paf
10632:
10633: * tests/: 146.html, 147.html, 148.html: . more tests
10634:
10635: * src/classes/xnode.C: . also bark on possible errors
10636:
10637: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10638: props
10639:
10640: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10641: main/compile.y: merged from HEAD ! fixed overoptimized
10642: ^call(false) case. (confused it with ^call[] case)
10643:
10644: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10645: ^call(false) case. (confused it with ^call[] case)
10646:
10647: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10648:
10649: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10650: results/001.processed, results/002.processed,
10651: results/003.processed, results/004.processed,
10652: results/005.processed, results/006.processed,
10653: results/008.processed, results/009.processed,
10654: results/010.processed, results/011.processed,
10655: results/012.processed, results/013.processed,
10656: results/014.processed, results/015.processed,
10657: results/016.processed, results/017.processed,
10658: results/018.processed, results/019.processed,
10659: results/020.processed, results/021.processed,
10660: results/022.processed, results/023.processed,
10661: results/024.processed, results/025.processed,
10662: results/026.processed, results/027.processed,
10663: results/028.processed, results/029.processed,
10664: results/030.processed, results/031.processed,
10665: results/032.processed, results/033.processed,
10666: results/034.processed, results/035.processed,
10667: results/036.processed, results/037.processed,
10668: results/038.processed, results/039.processed,
10669: results/040.processed, results/041.processed,
10670: results/042.processed, results/043.processed,
10671: results/044.processed, results/045.processed,
10672: results/046.processed, results/047.processed,
10673: results/048.processed, results/049.processed,
10674: results/050.processed, results/051.processed,
10675: results/052.processed, results/053.processed,
10676: results/054.processed, results/055.processed,
10677: results/056.processed, results/057.processed,
10678: results/058.processed, results/059.processed,
10679: results/060.processed, results/061.processed,
10680: results/062.processed, results/063.processed,
10681: results/064.processed, results/065.processed,
10682: results/066.processed, results/067.processed,
10683: results/068.processed, results/069.processed,
10684: results/070.processed, results/071.processed,
10685: results/072.processed, results/073.processed,
10686: results/074.processed, results/075.processed,
10687: results/076.processed, results/077.processed,
10688: results/078.processed, results/079.processed,
10689: results/080.processed, results/081.processed,
10690: results/082.processed, results/083.processed,
10691: results/084.processed, results/085.processed,
10692: results/086.processed, results/087.processed,
10693: results/088.processed, results/089.processed,
10694: results/090.processed, results/091.processed,
10695: results/092.processed, results/093.processed,
10696: results/094.processed, results/095.processed,
10697: results/096.processed, results/097.processed,
10698: results/099.processed, results/101.processed,
10699: results/102.processed, results/104.processed,
10700: results/105.processed, results/106.processed,
10701: results/107.processed, results/108.processed,
10702: results/109.processed, results/110.processed,
10703: results/111.processed, results/112.processed,
10704: results/113.processed, results/114.processed,
10705: results/115.processed, results/116.processed,
10706: results/117.processed, results/118.processed,
10707: results/119.processed, results/120.processed,
10708: results/121.processed, results/122.processed,
10709: results/123.processed, results/124.processed,
10710: results/125.processed, results/126.processed,
10711: results/127.processed, results/128.processed,
10712: results/129.processed, results/130.processed,
10713: results/131.processed, results/132.processed,
10714: results/133.processed, results/134.processed,
10715: results/135.processed, results/136.processed,
10716: results/137.processed, results/138.processed,
10717: results/139.processed, results/140.processed,
10718: results/141.processed: . refreshed old tests, made them work
10719: without auto.p (in utf8) . things noted: . gif got encoded
10720: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10721: some strange year)
10722:
10723: * INSTALL: . revived linux libgc fix
10724:
10725: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10726: glib/gdome in INSTALL and patches]
10727:
10728: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10729: include/pa_charset.h, include/pa_config_includes.h,
10730: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10731: include/pa_xml_exception.h, lib/cord/Makefile.am,
10732: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10733: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10734: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10735: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10736: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10737: types/pa_vxnode.h: . started killing gdome
10738:
10739: 2005-12-13 paf
10740:
10741: * src/main/: pa_request.C: merged from HEAD ! when code in
10742: @unhandled_exception thrown another exception, print correct
10743: origin (earlier code in catch of exception inside of
10744: @unhandled_exception grabbed parent_frame(original_exception)
10745: origin and printed it, instead of true origin)
10746:
10747: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10748: another exception, print correct origin (earlier code in catch of
10749: exception inside of @unhandled_exception grabbed
10750: parent_frame(original_exception) origin and printed it, instead
10751: of true origin)
10752:
10753: 2005-12-09 paf
10754:
10755: * INSTALL: . updated INSTALL doc to work around linux stack base
10756: detection problem, due to change in gc6.4 code
10757:
10758: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10759: ignored in ^string.matched :(
10760:
10761: * src/main/pa_string.C: ! regex tainting were ignored in
10762: ^string.matched :(
10763:
10764: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10765: src/include/pa_config_fixed.h, src/include/pa_version.h,
10766: src/main/compile.y, src/main/compile_tools.h,
10767: src/main/pa_charset.C, src/main/pa_common.C,
10768: src/main/pa_globals.C, src/main/pa_string.C,
10769: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10770: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10771:
10772: 2005-12-08 paf
10773:
10774: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10775: 500 chars now handled OK [were wrapped on 500th char according to
10776: rfc, but sendmail failed to unwrap it properly]
10777:
10778: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10779: handled OK [were wrapped on 500th char according to rfc, but
10780: sendmail failed to unwrap it properly]
10781:
10782: * src/targets/isapi/parser3isapi.C: . less warnings
10783:
10784: * src/targets/isapi/parser3isapi.C: . undone some strange change
10785: since 3.1.5
10786:
10787: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10788: link fixes
10789:
10790: * src/: classes/date.C, include/pa_config_fixed.h,
10791: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10792: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10793: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10794:
10795: * src/include/pa_config_fixed.h: . removed outdated string origins
10796: [in current storage scheme there's no place for them. someday we
10797: can add third CORD to store origins and special version of parser
10798: which stores origins there [separate binary]]
10799:
10800: 2005-12-07 paf
10801:
10802: * src/targets/isapi/parser3isapi.C: . now links in release mode
10803:
10804: * src/include/pa_version.h: makefiles
10805:
10806: * src/include/pa_version.h: . not beta
10807:
10808: * configure, configure.in, src/include/pa_version.h: not beta
10809:
10810: 2005-12-06 paf
10811:
10812: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10813: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10814: decided to undo the change ^call[$void] passes void. now it will
10815: pass empty string again.
10816:
10817: * src/main/: compile.tab.C, compile.y: . version readded
10818:
10819: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10820: = ^switch[void] problem
10821:
10822: 2005-12-01 paf
10823:
10824: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10825: caused ^case[string] to be coerced to double since searching
10826: value were not string (it was vvoid)
10827:
10828: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10829: ^case[string] to be coerced to double since searching value were
10830: not string (it was vvoid)
10831:
10832: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10833: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10834:
10835: 2005-11-30 paf
10836:
10837: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10838: win32 must putenv("TZ="), on unix works only putenv("TZ")
10839:
10840: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10841: putenv("TZ="), on unix works only putenv("TZ")
10842:
10843: * INSTALL: . xml libs versions updated
10844:
10845: * src/main/pa_globals.C: //20051130 trying to remove this, author
10846: claims that fixed a lot there // 20040920 for now both
10847: workarounds needed. wait for new libxml/xsl versions
10848:
10849: 2005-11-28 paf
10850:
10851: * src/classes/table.C: merged from HEAD: ! nameless table has
10852: columns==0
10853:
10854: * src/classes/table.C: ! nameless table has columns==0
10855:
10856: * src/main/pa_http.C: merged from HEAD: ! status line check made
10857: earlier [was totally wrong]
10858:
10859: * src/main/pa_http.C: ! status line check made earlier [was totally
10860: wrong]
10861:
10862: 2005-11-25 paf
10863:
10864: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10865: undoing for now...
10866:
10867: * src/include/pa_version.h: -this reduces speed(table::load),
10868: strange. undoing
10869:
10870: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10871:
10872: * src/classes/op.C: + ^while(){}[SEPARATOR]
10873:
10874: * src/include/pa_array.h: + optimistics added: all arrays (table
10875: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10876: this speeds things up and saves memory a LOT! (not noticed
10877: negative effect on syntetic tests, future will tell...)
10878:
10879: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10880: changed gc_malloc implementation, which obscured profiling
10881:
10882: * src/classes/table.C: merged from HEAD: + optimized
10883: table::load/sql, now row ArrayString-s allocated with
10884: columns.count() elements and don't always grow from
10885: count=3[realloc,realloc]
10886:
10887: * src/classes/table.C: + optimized table::load/sql, now row
10888: ArrayString-s allocated with columns.count() elements and don't
10889: always grow from count=3[realloc,realloc]
10890:
10891: * src/classes/table.C: merged from HEAD: . ^table.save unused
10892: buffer after save
10893:
10894: * src/classes/table.C: . ^table.save unused buffer after save
10895:
10896: 2005-11-24 paf
10897:
10898: * configure.in: . merged glib2-config patch
10899:
10900: * configure.in: + trying to find glib2-config
10901:
10902: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10903: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10904: file/dir_readable to simple file/dir_exist, this would help in
10905: situations "class not found because .p file has bad rights" << in
10906: that case error would be explicit "access denied to 'this' file"
10907:
1.116 moko 10908: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10909:
10910: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10911: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10912: to simple file/dir_exist, this would help in situations "class
10913: not found because .p file has bad rights" << in that case error
10914: would be explicit "access denied to 'this' file"
10915:
10916: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10917: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10918: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10919: ^file::exec/cgi[script;$.charset[changed]
10920: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10921: encoded in $.charset charset
10922:
10923: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10924: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10925: encoded in $.charset charset
10926:
10927: * src/: include/Makefile.am, include/pa_common.h,
10928: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10929: main/pa_common.C, main/pa_http.C: . extracted http:// into
10930: separate file [preparation for
10931: ^file::cgi[script;$.form[$.field1[]
10932:
10933: 2005-11-22 paf
10934:
10935: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10936:
10937: * acinclude.m4, configure.in: . merged underquting fixes
10938:
1.116 moko 10939: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10940:
10941: * src/classes/op.C: . overmerged a little
10942:
10943: * src/main/compile.tab.C: Makefile
10944:
10945: * src/main/: pa_common.C: . less gcc warnings
10946:
10947: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10948: now reports original exception if we have no old cache
10949:
10950: * src/classes/op.C: + $exception.handled[cache] now reports
10951: original exception if we have no old cache
10952:
10953: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10954: from HEAD: + ^taint/untaint[regex] << escapes these:
10955: \^$.[]|()?*+{}
10956:
10957: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10958: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10959:
10960: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10961: getenv-ed variable, which does not work both on win32&unix.
10962: copied old TZ value now
10963:
10964: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10965: stored pointer to getenv-ed variable, which does not work both on
10966: win32&unix. copied old TZ value now
10967:
10968: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10969: getenv-ed variable, which does not work both on win32&unix.
10970: copied old TZ value now
10971:
10972: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10973: access to internal hash
10974:
10975: * src/types/pa_vresponse.C: + $response:headers access to internal
10976: hash
10977:
10978: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10979: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10980: isapi] this reduces number of "GC Warning: Repeated allocation of
10981: very large block" messages to only important onces
10982:
10983: * src/targets/isapi/parser3isapi.C: +
10984: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10985: isapi] this reduces number of "GC Warning: Repeated allocation of
10986: very large block" messages to only important onces
10987:
10988: * src/classes/string.C: merged from HEAD: + removed limitation on
10989: ^string/int/double:sql{}[$.default[({param style})] ]
10990:
10991: * src/classes/string.C: + removed limitation on
10992: ^string/int/double:sql{}[$.default[({param style})] ]
10993:
10994: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10995: with ?params or $.form option" limitation
10996:
10997: * src/main/pa_common.C: + removed "use either uri with ?params or
10998: $.form option" limitation
10999:
11000: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11001: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11002: ^file::base64[encoded] decode
11003:
11004: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11005: main/pa_common.C: + ^file.base64[] encode +
11006: ^file::base64[encoded] decode
11007:
11008: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11009: ^string:base64[encoded] decode
11010:
11011: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11012: ^string:base64[in] encode + ^string.base64[] decode
11013:
11014: 2005-11-21 paf
11015:
11016: * src/classes/file.C: + merged from HEAD:
11017: ^file::create[text;file.xml;^untaint[xml]{data}]
11018:
11019: * src/classes/file.C: +
11020: ^file::create[text;file.xml;^untaint[xml]{data}]
11021:
11022: * src/main/pa_request.C: ! merged: $response:body[file] now
11023: differes from :download, it does not return content-disposition
11024: at all now [previusely it returned valueless content-disposition]
11025:
11026: * src/main/pa_request.C: ! $response:body[file] now differes from
11027: :download, it does not return content-disposition at all now
11028: [previusely it returned valueless content-disposition]
11029:
11030: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11031: literals, reverted to just vvod, recreating empty array with each
11032: void_value token. that's absolutely needed, since that array
11033: grows
11034:
11035: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11036: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11037: types/pa_vmethod_frame.h: + merged: expression literals:
11038: true/false. ^format[$.indent(true)]
11039:
11040: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11041: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11042: types/pa_vmethod_frame.h: + expression literals: true/false.
11043: ^format[$.indent(true)]
11044:
11045: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11046: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11047: i386-pc-win32)"
11048:
11049: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11050: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11051: i386-pc-win32)"
11052:
11053: 2005-11-18 paf
11054:
11055: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11056: null}[$.default(123)] will now return default value
11057:
11058: * src/classes/op.C: + merged ^cache[] << returns current cache
11059: expiration time
11060:
11061: * src/classes/op.C: + ^cache[] << returns current cache expiration
11062: time
11063:
11064: * src/classes/table.C: ! merged ^table::create[not'nameless';
11065: failed << Exception.problem_source pointed to local var!
11066:
11067: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11068: Exception.problem_source pointed to local var!
11069:
11070: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11071: now loads VFile.ptr!=0, so such files can be saved now
11072:
11073: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11074: loads VFile.ptr!=0, so such files can be saved now
11075:
11076: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11077: only . and .. now removed from list [were removed all .*]
11078:
11079: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11080: .. now removed from list [were removed all .*]
11081:
11082: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11083: open error now checked, were not :( [stole that piece from apache
11084: 1.3 sources]
11085:
11086: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11087: checked, were not :( [stole that piece from apache 1.3 sources]
11088:
11089: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11090: untainting of @main result if returned by $result or
11091: $response:body
11092:
11093: * src/main/pa_request.C: ! ensured proper untainting of @main
11094: result if returned by $result or $response:body
11095:
11096: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11097: issue: now tries to guess content-length and allocates one big
11098: piece if possible [regretfully gc_realloc works as malloc+free,
11099: leaving lots of holes behind]
11100:
11101: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11102: fixed file load memory issue: now tries to guess content-length
11103: and allocates one big piece if possible [regretfully gc_realloc
11104: works as malloc+free, leaving lots of holes behind]
11105:
11106: 2005-11-16 paf
11107:
11108: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11109: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11110: table::save with enclosers now doubles them: "->"" !
11111: table::save/load do not remove elements from options hash
11112:
11113: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11114: [were overoptimized ^if(double_literal), compiler confused
11115: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11116:
11117: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11118: [were overoptimized ^if(double_literal), compiler confused
11119: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11120:
11121: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11122: main/pa_common.C: ! table::save with enclosers now doubles them:
11123: "->"" ! table::save/load do not remove elements from options hash
11124:
11125: 2005-11-03 paf
11126:
1.116 moko 11127: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11128: compilation, not all makefiles liked that
1.95 moko 11129:
11130: 2005-08-30 paf
11131:
11132: * src/classes/op.C: merge . speedup check of [DEFAULT]
11133:
11134: * src/classes/op.C: . speedup check of [DEFAULT]
11135:
11136: 2005-08-26 paf
11137:
11138: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11139:
11140: * src/: classes/date.C, types/pa_vdate.h: + date.week
11141:
11142: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11143: complains about bad!=nameless
11144:
11145: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11146: about bad!=nameless
11147:
11148: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11149: optional options were allowed to be empty. were checked
11150: if(is_string), changed to !defined||is_string to allow void
11151:
11152: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11153: classes/string.C, classes/table.C, classes/void.C: ! optional
11154: options were allowed to be empty. were checked if(is_string),
11155: changed to !defined||is_string to allow void
11156:
11157: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11158: as_junction where they needed as_int/double, so failed with
11159: recent "(const) now no junction" optimization
11160:
11161: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11162: merged ! many classes/* used as_junction where they needed
11163: as_int/double, so failed with recent "(const) now no junction"
11164: optimization
11165:
11166: * src/: classes/double.C, classes/int.C, classes/math.C,
11167: classes/op.C, classes/string.C, classes/table.C,
11168: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11169: used as_junction where they needed as_int/double, so failed with
11170: recent "(const) now no junction" optimization
11171:
11172: 2005-08-24 paf
11173:
11174: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11175: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11176: stripped it
11177:
11178: 2005-08-09 paf
11179:
11180: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11181: not cleared
11182:
11183: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11184: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11185: classes/hashfile.C, classes/image.C, classes/int.C,
11186: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11187: classes/response.C, classes/string.C, classes/table.C,
11188: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11189: include/pa_array.h, include/pa_cache_managers.h,
11190: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11191: include/pa_config_fixed.h, include/pa_config_includes.h,
11192: include/pa_dictionary.h, include/pa_dir.h,
11193: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11194: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11195: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11196: include/pa_request_charsets.h, include/pa_request_info.h,
11197: include/pa_sapi.h, include/pa_socks.h,
11198: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11199: include/pa_stack.h, include/pa_string.h,
11200: include/pa_stylesheet_connection.h,
11201: include/pa_stylesheet_manager.h, include/pa_table.h,
11202: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11203: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11204: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11205: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11206: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11207: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11208: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11209: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11210: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11211: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11212: main/pa_sql_driver_manager.C, main/pa_string.C,
11213: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11214: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11215: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11216: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11217: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11218: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11219: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11220: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11221: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11222: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11223: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11224: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11225: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11226: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11227: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11228: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11229: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11230: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11231: types/pa_vresponse.C, types/pa_vresponse.h,
11232: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11233: types/pa_vstateless_object.h, types/pa_vstatus.C,
11234: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11235: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11236: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11237: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11238: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11239:
11240: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11241: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11242: speedup consequent checks in vmethod_frame
11243:
11244: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11245: not cleared
11246:
11247: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11248: params: 50 max (were 10)
11249:
11250: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11251: params: 50 max (were 10)
11252:
11253: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11254: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11255: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11256: empty string) ! simplified (double) speedup consequent checks in
11257: vmethod_frame
11258:
11259: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11260: optimized constants in expressions vstring->vdouble + optimized
11261: ^call(vdouble), no junction creation, no calls later
11262:
11263: 2005-08-08 paf
11264:
11265: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11266: compile_tools.h: merged + optimized constants in expressions
11267: vstring->vdouble + optimized ^call(vdouble), no junction
11268: creation, no calls later
11269:
11270: * src/types/pa_vdouble.h: merged . double values without fractional
11271: part now default printed as %.0f instead of %g
11272:
11273: * src/types/pa_vdouble.h: . double values without fractional part
11274: now default printed as %.0f instead of %g
11275:
11276: * src/classes/hashfile.C: . merged ! second hashfile::open would
11277: cause an exception
11278:
11279: * src/classes/hashfile.C: ! second hashfile::open would cause an
11280: exception
11281:
11282: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11283: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11284: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11285: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11286: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11287: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11288: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11289: types/pa_vresponse.h, types/pa_vstateless_class.C,
11290: types/pa_vstateless_object.h, types/pa_vvoid.h,
11291: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11292: merged VJunction(new Junction) optimization from 3.1.4
11293:
11294: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11295: types/pa_vstateless_class.C: + optimized new VJunction(new
11296: Junction(params)) to new VJunction(params), thousands of mallocs
11297: removed
11298:
11299: 2005-08-05 paf
11300:
11301: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11302: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11303: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11304: creation, no calls later
11305:
11306: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11307: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11308: classes/hashfile.C, classes/image.C, classes/int.C,
11309: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11310: classes/response.C, classes/string.C, classes/table.C,
11311: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11312: include/pa_array.h, include/pa_cache_managers.h,
11313: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11314: include/pa_config_fixed.h, include/pa_config_includes.h,
11315: include/pa_dictionary.h, include/pa_dir.h,
11316: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11317: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11318: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11319: include/pa_request_charsets.h, include/pa_request_info.h,
11320: include/pa_sapi.h, include/pa_socks.h,
11321: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11322: include/pa_stack.h, include/pa_string.h,
11323: include/pa_stylesheet_connection.h,
11324: include/pa_stylesheet_manager.h, include/pa_table.h,
11325: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11326: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11327: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11328: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11329: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11330: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11331: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11332: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11333: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11334: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11335: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11336: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11337: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11338: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11339: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11340: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11341: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11342: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11343: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11344: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11345: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11346: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11347: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11348: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11349: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11350: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11351: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11352: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11353: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11354: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11355: types/pa_vstateless_object.h, types/pa_vstatus.C,
11356: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11357: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11358: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11359: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11360: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11361:
11362: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11363: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11364: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11365: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11366: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11367: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11368: optimized constants in expressions vstring->vdouble
11369:
11370: 2005-07-29 paf
11371:
11372: * src/types/pa_vclass.C: . shaped up error messages a bit
11373:
11374: * src/types/pa_vclass.C: + property getter can now be overridden
11375:
11376: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11377: bug fix: static parent fields were not replaced in case
11378: $derived:field[put] + property setter can now be overridden
11379:
11380: 2005-07-28 paf
11381:
11382: * configure, configure.in, src/classes/classes.h,
11383: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11384: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11385: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11386: src/classes/xnode.h, src/include/pa_hash.h,
11387: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11388: src/types/Makefile.am, src/types/pa_method.h,
11389: src/types/pa_value.h, src/types/pa_vclass.C,
11390: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11391: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11392: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11393: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11394: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11395: src/types/pa_vobject.C, src/types/pa_vobject.h,
11396: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11397: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11398: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11399: src/types/pa_vstateless_class.h,
1.95 moko 11400: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11401: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11402: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11403: dynamic_fields_join
11404:
11405: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11406: classes/xnode.C, include/pa_hash.h, main/execute.C,
11407: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11408: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11409: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11410: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11411: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11412: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11413: types/pa_vresponse.h, types/pa_vstateless_object.h,
11414: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11415: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11416: restored its checks in vobject.put_element->static fields |
11417: dynamic properties
11418:
11419: 2005-07-27 paf
11420:
11421: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11422: is some old code containing @set_name $name
11423:
11424: * src/types/pa_vobject.h: . fixed warning
11425:
11426: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11427: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11428:
11429: * src/: classes/xnode.C, include/pa_hash.h,
11430: types/pa_vstateless_class.C: ! new asserts were all false.
11431: regretfully reverted them all to checks
11432:
11433: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11434: classes/op.C, main/execute.C, types/pa_method.h,
11435: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11436: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11437: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11438: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11439: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11440: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11441: types/pa_vstateless_object.h, types/pa_vvoid.h,
11442: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11443: joined_dynamic_fields: removed unused param from put_method
11444: (returned to 3 params)
11445:
11446: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11447: joined_dynamic_fields: dynamic get/set works with overriding
11448: props [alpha2]
11449:
11450: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11451: works [alfa]
11452:
11453: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11454: classes/op.C, include/pa_hash.h, main/execute.C,
11455: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11456: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11457: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11458: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11459: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11460: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11461: types/pa_vresponse.h, types/pa_vstateless_class.C,
11462: types/pa_vstateless_object.h, types/pa_vvoid.h,
11463: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11464: joined_dynamic_fields: just compiled
11465:
11466: * src/: classes/date.C, classes/file.C, classes/hash.C,
11467: classes/hashfile.C, classes/image.C, classes/table.C,
11468: classes/xdoc.C, classes/xnode.h, main/execute.C,
11469: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11470: types/pa_vstateless_class.h: joined_dynamic_fields: started
11471:
11472: * src/types/pa_vobject.C: . object setters [only started, does not
11473: work yet]
11474:
11475: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11476: object setters [only started, does not work yet]
11477:
11478: 2005-07-26 paf
11479:
11480: * src/: include/pa_request.h, main/execute.C: . properties: set
11481: works [alpha2]. for classes. todo: for objects
11482:
11483: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11484: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11485: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11486: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11487: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11488: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11489: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11490: types/pa_vstateless_object.h, types/pa_vvoid.h,
11491: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11492: properties: set works [alpha1]
11493:
11494: 2005-07-25 paf
11495:
11496: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11497: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11498: properties: started, get works [alpha1, other approach]
11499:
11500: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11501: properties: started, get works [alpha2]
11502:
11503: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11504: pa_vstateless_class.h: . properties: started, get works [alpha]
11505:
11506: 2005-07-15 paf
11507:
11508: * src/: classes/classes.h, classes/op.C, main/execute.C,
11509: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11510: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11511: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11512: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11513: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11514: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11515: types/pa_vresponse.C, types/pa_vresponse.h,
11516: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11517: types/pa_vstateless_object.h, types/pa_vvoid.h,
11518: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11519: types/pa_wwrapper.h, types/types.vcproj: + started property
11520: [getters work but think of changing them too to precaching]
11521:
11522: 2005-07-08 paf
11523:
11524: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11525: gpf
11526:
11527: 2005-06-28 paf
11528:
11529: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11530: in passing empty strings to file::exec/cgi environment
11531:
11532: 2005-06-06 paf
11533:
11534: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11535: ^table:sql ^hash:sql now DO process $.bind option
11536:
11537: 2005-05-24 paf
11538:
11539: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11540: $.limit] now work again [support was broken in 3.1.4]
11541:
11542: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11543: ALL_INTERIOR_POINTERS
11544:
11545: 2005-05-12 paf
11546:
11547: * configure: 3.1.5beta
11548:
11549: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11550:
11551: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11552: $.limit] now work again [support was broken in 3.1.4]
11553:
11554: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11555: line-width [was refusing to fill if line-width >1, thanks to
11556: Seras <seras@pinxit.lt> for repro case
11557:
11558: 2005-04-25 paf
11559:
11560: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11561: correctly
11562:
11563: 2005-04-19 paf
11564:
11565: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11566: in VString violating invariant!!
11567:
11568: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11569: getenv("TZ")==null
11570:
11571: 2005-04-08 paf
11572:
11573: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11574: bugfix: when there is no char in charset one byte produces 6
11575: (ÿ <<max). increased buffer size!
11576:
11577: 2005-03-23 paf
11578:
11579: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11580: ^date.sql-string now takes TZ into account
11581:
11582: 2005-03-16 paf
11583:
11584: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11585: gcc 3.4
11586:
11587: * src/types/pa_vhash.C: . warning about eof eol
11588:
11589: 2005-02-17 paf
11590:
11591: * operators.txt, src/classes/op.C: + operator ^sleep(double
11592: seconds)
11593:
11594: 2005-02-02 paf
11595:
11596: * src/classes/xnode.C: beauty: removed needless includes
11597:
11598: 2005-01-31 paf
11599:
11600: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11601: $.partNoNumber now alias to $.part1
11602:
11603: * src/types/pa_vmail.C: change: incoming letter part contains
11604: "content-disposition" header with any value? now considering that
11605: part to be "file#" [for text/plain text/html were $.text#
11606: $.html#]
11607:
11608: * INSTALL: updatet to latest working versions available
11609:
11610: 2005-01-20 paf
11611:
11612: * configure.in, src/include/pa_version.h: version
11613:
11614: 2005-01-19 paf
11615:
1.116 moko 11616: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11617: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11618: couple warnings in parser3.C
1.95 moko 11619:
11620: 2004-12-23 paf
11621:
11622: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11623:
11624: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11625: dir to directory of script (when shbang used), not to directory
11626: of its interpreter
11627:
11628: * src/include/pa_version.h: compiled on win32...
11629:
11630: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11631: we need more hspace
11632:
11633: * configure, configure.in, src/include/pa_version.h: configured
11634: host to pa_version. will be displayed everywhere
11635:
11636: * src/main/pa_request.C: new: @unhandled_exception can prevent
11637: exception from being logged by setting $exception.handled(1)
11638:
11639: * operators.txt, src/classes/file.C: change:
11640: ^file::sql{query}[[options]] options: $.name[file name]
11641: $.content-type[application/what]
11642:
11643: * src/: include/pa_common.h, main/pa_common.C,
11644: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11645: new file
11646:
11647: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11648: bugfix: table->hash now regards _default
11649:
11650: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11651: created by accessing $name_of_method it acquired bad self=closest
11652: methodframe; instead of proper self (current class)
11653:
11654: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11655: hashfile produced bad cord
11656:
11657: 2004-12-10 paf
11658:
11659: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11660: subsequent failures though defined in .h
11661:
11662: * src/main/pa_common.C: comment on volatile
11663:
11664: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11665: alarm function were not used since the beginning due to stupid
11666: error [setsigjmp were not checked in configure.in]
11667:
11668: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11669: unix too
11670:
11671: * src/main/pa_common.C: http: exception status of send/recv errors
11672: change to most probable http.timeout
11673:
11674: * src/main/pa_common.C: win32: http connection $.timeout option now
11675: works [setsockopt on send/receive]
11676:
11677: 2004-12-08 paf
11678:
11679: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11680: cstr-ed knowing mail charset, and untainting uri lang now knows
11681: proper charset
11682:
11683: 2004-11-24 paf
11684:
11685: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11686:
11687: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11688: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11689:
11690: 2004-11-12 paf
11691:
11692: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11693: [since 3.0.4]
11694:
11695: 2004-11-09 paf
11696:
11697: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11698: writes basics to c:\parser3.log
11699:
11700: 2004-10-21 paf
11701:
11702: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11703: tainted strings [were returning clean onces]
11704:
11705: 2004-10-15 paf
11706:
11707: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11708: cycles(i=1; i=2), which was wrong, now does ONE
11709:
11710: 2004-10-12 paf
11711:
11712: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11713:
11714: 2004-10-07 paf
11715:
11716: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11717: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11718: release asserts
11719:
11720: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11721: String.dump() to stdout in detailed form [were String.v() in
11722: short form]
11723:
11724: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11725: \t\r\n as @#| and truncates long char sequences less
11726:
11727: 2004-10-06 paf
11728:
11729: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11730: win32 beauty: socket errors properly decoded
11731:
11732: 2004-10-05 paf
11733:
11734: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11735: request::configure_user/admin done always, even if no
11736: file-to-process useful in @unhandled_exception [say, if they
11737: would want to mail by SMTP something]
11738:
11739: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11740: now performed prior to file loading [and @auto executing] thus
11741: making $cookie:value available in @auto and in
11742: @unhandled_exception when IIS is configured to run interpreter
11743: even if no file exist
11744:
11745: 2004-09-20 paf
11746:
11747: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11748: somewhere where it should have called xmlMalloc and it calls
11749: xmlFree when it should have not called it. inserted two
11750: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11751: xmlFree just ignored. put away a testcase, maybe someday libxml
11752: author would fix all that. until that day: we have SLOW garbage
11753: collecting when many xml objects are alive hint: do
11754: ^memory:compact[] before xdoc::create
11755:
11756: 2004-09-17 paf
11757:
11758: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11759: error from 3.0.8 version]
11760:
11761: 2004-09-14 paf
11762:
11763: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11764: part bugfix: hashfile.foreach iterated only part if hashfile were
11765: modified inside
11766:
11767: 2004-09-13 paf
11768:
11769: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11770: [were as octal]
11771:
11772: * src/types/pa_vhashfile.C: beauty: not reproduced
11773: $hashfile.key[$novalue] bug [reported by motorin], inserted
11774: safety-check
11775:
11776: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11777: [not something obscure from sdbm lib]
11778:
11779: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11780: = strerror now returnes something and we can properly report that
11781: to client
11782:
11783: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11784: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11785:
11786: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11787: [tainted as-is] this helps //[space][newline] to remain as-is and
11788: not be unnecessary optimized away [ruining javascript]
11789:
11790: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11791: [tainted as-is]
11792:
11793: * src/classes/mail.C: bugfix: typo error
11794:
11795: 2004-09-09 paf
11796:
11797: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11798: separators bugfix: loads header with endings \r\n\r\n and \n\n
11799: (bloody yandex.server)
11800:
11801: 2004-09-06 paf
11802:
11803: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11804: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11805: encoded
11806:
11807: 2004-09-01 paf
11808:
11809: * src/types/pa_vmail.C: change: multipart/mixed changed to
11810: multipart/related outlook express have no problems showing
11811: unrelated attachments. todo: someday figure out a way of
11812: multipart/mixed multipart/related text/html
11813: image/xxx application/octet-stream << true attachments
11814:
11815: * src/types/pa_vmail.C: new:
11816: ^mail:send[$.file[$.content-disposition can be overriden new:
11817: empty mail header fields removed from letter
11818:
11819: * src/: classes/mail.C, include/pa_config_fixed.h,
11820: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11821: ^mail:send[ $.file[ $.any[header]
11822:
11823: 2004-08-30 paf
11824:
11825: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11826: warnings
11827:
11828: * src/main/pa_common.C: beauty: do not bother with charset
11829: detection when ^file::load[binary
11830:
11831: 2004-08-27 paf
11832:
11833: * src/main/pa_common.C: hack: for yandex.server http server
11834:
11835: 2004-08-18 paf
11836:
11837: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11838: possibly-chunked response
11839:
11840: 2004-08-17 paf
11841:
11842: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11843: $f.content-type now = that of http response
11844:
11845: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11846: $f.content-type now = that of http response
11847:
11848: 2004-07-30 paf
11849:
11850: * src/: include/pa_request.h, main/pa_request.C,
11851: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11852: win32: system&parser exceptions in release mode reported properly
11853: parser exception in exception handler WERE mistakenly reported as
11854: system exception, without details [in apache & isapi] +some
11855: beauty in exception text
11856:
11857: * src/: include/pa_exception.h, main/pa_request.C,
11858: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11859: release mode reported properly parser exception in exception
11860: handler WERE mistakenly reported as system exception, without
11861: details
11862:
11863: * src/main/execute.C: beauty: simplified system exception handling
11864:
11865: 2004-07-29 paf
11866:
11867: * src/classes/table.C: bugfix:
11868: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11869: were ignored, and \t used unconditionally]
11870:
11871: * src/types/Makefile.am: added vhash.c
11872:
11873: 2004-07-28 paf
11874:
11875: * src/: classes/date.C, classes/image.C, classes/math.C,
11876: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11877: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11878: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11879: failed on russian letters
11880:
11881: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11882: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11883: letters
11884:
11885: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11886: as 'currentDirectory' parameter to CreateProcess
11887:
11888: 2004-07-27 paf
11889:
11890: * src/targets/cgi/parser3.vcproj: beauty: win32:
11891: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11892: from release somewhere [to help searching for unhandled system
11893: exceptions]
11894:
11895: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11896: TZ shift
11897:
11898: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11899: but also in ctor
11900:
11901: 2004-07-26 paf
11902:
11903: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11904: src/main/pa_request.C, src/types/pa_vfile.h,
11905: src/types/pa_vhash.C, src/types/pa_vhash.h,
11906: src/types/types.vcproj: new: $response:body/download[
11907: $.file[name on disk] $.name[of file for user]
11908: $.mdate[date of last-modified. default from directory] ]
11909:
11910: * src/classes/file.C: moving file:send somewhere else..
11911:
11912: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11913: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11914: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11915: $response:download[ $.filename[filename] $.option[] ,, ]
11916:
11917: * src/classes/file.C: beauty: invalid mode thoroughly reported
11918:
11919: 2004-07-21 paf
11920:
11921: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11922: to several lines
11923:
11924: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11925:
11926: note: ms outlook[!express] shows only first 255 characters of
11927: subject
11928:
11929: 2004-07-15 paf
11930:
11931: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11932: off]
11933:
11934: 2004-07-14 paf
11935:
11936: * src/classes/table.C: bugfix: $.bind values now got untainted
11937: according to lang [were: as-is]
11938:
11939: 2004-07-07 paf
11940:
11941: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11942: checked that
11943:
11944: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11945: now untainted according to their languages. were: as-is.
11946: EVERYWHERE
11947:
11948: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11949: environment string now untainted according to their languages.
11950: were: as-is. EVERYWHERE
11951:
11952: * src/main/pa_exec.C: bufix: on unix environment string now
11953: untainted according to their languages. were: as-is. on win32:
11954: ok
11955:
11956: * parser3.vssscc: ...would not go unnoticed
11957:
11958: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11959: fails. in case on input appears nonutf, those bytes will be
11960: printed in %HH form. that can be easily decoded/recovered.
11961:
11962: this form is quite noticable, and hopefully would not go noticed
11963:
11964: 2004-07-06 paf
11965:
11966: * src/main/pa_exec.C: bufix: on unix environment string now
11967: untainted according to their languages. were: as-is. on win32:
11968: ok
11969:
11970: 2004-07-01 paf
11971:
11972: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11973: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11974: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11975: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11976: main/main.vcproj, targets/cgi/parser3.vcproj,
11977: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11978: option: global optimization ON
11979:
11980: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11981: to do xdoc::create{invalid chars} standard disables chars less
11982: then \x20, except tab, cr, lf.
11983:
11984: changed tainting so that those become '!'
11985:
11986: 2004-06-25 paf
11987:
11988: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11989: int on odd address [prev bugfix failed due to superwize
11990: optimizer, which turned memcpy into same 'ld' asm command]
11991:
11992: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11993: int on odd address
11994:
11995: 2004-06-22 paf
11996:
11997: * src/sql/pa_sql_driver.h: note: about possible optimization
11998:
11999: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12000: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12001: src/include/pa_config_includes.h: new: ^void:sql{call
12002: paf(:a)}[ $.bind[ $.a[2]
12003: ] ] output variables work. todo: check in out
12004: variables
12005:
12006: 2004-06-18 paf
12007:
12008: * src/: classes/file.C, classes/hash.C, classes/string.C,
12009: classes/table.C, classes/void.C, include/pa_globals.h,
12010: include/pa_sql_connection.h, main/compile.tab.C,
12011: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12012: $.bind[ $.a[2] ]
12013: ] input variables work. todo:output
12014:
12015: * src/targets/cgi/parser3.C: bugfix: iis specific
12016: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12017: /_bug.html?404;http://hpsv/test/
12018: --------------------------------------------------------------------------------
12019: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12020: --------------------------------------------------------------------------------
12021: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12022:
12023: 2004-06-16 paf
12024:
12025: * src/targets/cgi/parser3.C: new: iis specific
12026: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12027: $request:query
12028: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12029: $form:fields IIS-STATUS="404"
12030: IIS-DOCUMENT="http://server/_bug.html" f="v"
12031:
12032: todo: isapi too
12033:
12034: 2004-05-26 paf
12035:
12036: * src/include/pa_version.h: 3.1.3
12037:
12038: * operators.txt: beauty: removed outdated level 'table'
12039:
12040: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12041:
12042: * src/main/pa_string.C: beauty: removed 3 warnings
12043:
12044: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12045: classes/op.C: beauty: removed outdated level 'table'
12046:
12047: 2004-05-25 paf
12048:
12049: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12050: implementation. mistery: how anything worked
12051:
12052: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12053: changed, it is now safe to use url if pointers to it are stored
12054: to gc mem
12055:
12056: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12057: unknown errors reported and not cause SIGSEGV now
12058:
12059: 2004-05-24 paf
12060:
12061: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12062: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12063: less memory: CORD_chars_block originally intended to ... it was
12064: good that CORD_chars_block were not used: it consumes more memory
12065: [and, might be slow too] undoing that. [and removed that func so
12066: that it would not confuse parser developer in future]
12067:
12068: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12069: less memory: CORD_chars_block originally intended to
12070: speedup/reduce mem usage were forgotten, and were used stupid
12071: CORD_chars
12072:
12073: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12074:
12075: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12076: BIGENDIAN processors space-conserving mech failed, causing
12077: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12078: (1|2|3));
12079:
12080: 2004-05-14 paf
12081:
12082: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12083: bugfix: void now has vfile value, and $response:body[] works OK
12084:
12085: 2004-05-12 paf
12086:
12087: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12088: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12089: sources to use is_defined() {return as_bool();} along VBool
12090:
12091: 2004-05-11 paf
12092:
12093: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12094: referencing to local objects
12095:
12096: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12097: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12098: left intact
12099:
12100: 2004-04-15 paf
12101:
12102: * src/classes/date.C: merged: beauty: unused var removed
12103:
12104: * src/classes/date.C: beauty: unused var removed
12105:
12106: * src/include/: pa_exec.h: bugfix: interface without pointer
12107: provoked bug
12108:
12109: 2004-04-09 paf
12110:
12111: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12112:
12113: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12114:
12115: 2004-04-08 paf
12116:
12117: * src/classes/date.C: new: ^date::create[y-m-d
12118: h-M-s>>.milliseconds<<] now allowed, ignored so far
12119:
12120: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12121:
12122: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12123: to consult default catalog [usually, that file belongs to other
12124: user/group]
12125:
12126: 2004-04-06 paf
12127:
12128: * src/main/pa_common.C: beauty: gcc warning removed
12129:
12130: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12131: accept that trick, trying other
12132:
12133: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12134: explicit result problem
12135:
12136: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12137: explicit result problem
12138:
12139: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12140: explicit result problem
12141:
12142: * operators.txt, src/classes/string.C: new: ^string.append[string]
12143:
12144: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12145: main/execute.C: attempt_check_call_in_explicit_result_mode:
12146: failed
12147:
12148: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12149: http://i.p.a.ddress gethostbyaddr added [on some platforms
12150: gethostbyname failed with such 'domains'] now checked properly,
12151: were: needless reverse/forward dns lookup
12152:
12153: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12154: http://i.p.a.ddress gethostbyaddr added [on some platforms
12155: gethostbyname failed with such 'domains'] now checked properly,
12156: were: needless reverse/forward dns lookup
12157:
12158: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12159: @method[][result] means "no string output here" moved to lexical
12160: level [on grammar level it were too difficult]
12161:
12162: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12163: src/main/compile.y, src/main/compile_tools.h,
12164: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12165: @method[][result] means "no string output here", implemented part
12166: of that idea: compiler throws away string literal generation
12167: code. and barks nonwhitespace chars
12168:
12169: * operators.txt: truth: removed comment about $ORIGIN
12170:
12171: 2004-04-05 paf
12172:
12173: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12174: src/include/pa_version.h, src/main/pa_common.C,
12175: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12176:
12177: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12178: Konstantin Tomashevitch [mailto:konst@design.ru]
12179:
12180: * src/doc/html2chm.cmd: beauty: no need in bg here
12181:
12182: * src/doc/sources2html.cmd: beauty: same window, in bg it
12183: interfered with FAR console
12184:
12185: * configure, configure.in: 3.1.3
12186:
12187: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12188:
12189: * src/main/pa_common.C: removed warning
12190:
12191: * src/include/pa_version.h: 3.1.3
12192:
12193: 2004-04-02 paf
12194:
12195: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12196:
12197: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12198: allows to specify where to put parser log file
12199:
12200: 2004-04-01 paf
12201:
12202: * src/classes/table.C: bugfix: bugfix: table::load last line
12203: without tab and enter were ignored
12204:
12205: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12206: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12207: main/pa_socks.C, targets/cgi/parser3.C,
12208: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12209: bugfix: sql connections now are disconnected
12210:
12211: 2004-03-30 paf
12212:
12213: * src/classes/table.C: bugfix: table::load last line without tab
12214: and enter were ignored
12215:
12216: * src/classes/table.C: bufix: if last table lines were commented,
12217: gpfed
12218:
12219: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12220: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12221: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12222: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12223: doc/methoded.dox, doc/object.dox, doc/string.dox,
12224: doc/targets.dox, doc/value.dox, include/pa_version.h,
12225: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12226: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12227: bugfixes from 3.1.2, changed version to 3.1.3beta
12228:
12229: 2004-03-29 paf
12230:
12231: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12232: causes gpf
12233:
12234: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12235: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12236: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12237: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12238: value.dox: translated to english
12239:
12240: 2004-03-25 paf
12241:
12242: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12243: parser3project dependency removed
12244:
12245: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12246: bugfix: refused to compile without xml
12247:
12248: * src/types/pa_vform.C: beauty: removed warning
12249:
12250: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12251: any folder [removed last ;) folder dependency]
12252:
12253: * src/classes/classes.vcproj: bugfix: now all compiles in any
12254: folder [removed last ;) folder dependency]
12255:
12256: * src/include/pa_version.h: release
12257:
12258: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12259:
12260: * src/classes/table.C: beauty: comment& more meaningful error
12261: message
12262:
12263: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12264: $.hash[$.column_value1(true) ... ] [were producing some strang
12265: thing]
12266:
12267: 2004-03-23 paf
12268:
12269: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12270: and http status line parsing checked number of columns in table
12271: [user reported an assert]
12272:
12273: * operators.txt: example: on hashfile
12274:
12275: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12276: bugfix: junction reattach now actually reattaches a junction to
12277: new wcontext [were only assigning it to junction, which caused
12278: junction tracking to loose junction, and it's context were not
12279: killed, and it tried to process in invalid context, gpf]
12280:
12281: * src/targets/cgi/parser3.C: debug helper added
12282:
12283: 2004-03-19 paf
12284:
12285: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12286: "type(type)" in braces
12287:
12288: 2004-03-10 paf
12289:
12290: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12291: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12292: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12293: solution to search-in-namespaces problem:
12294: $xdoc.search-namespaces.x[http://pif.design.ru/]
12295: $nodes[^xdoc.select[//x:second]]
12296:
12297: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12298: expression][[NAMESPACES HASH]] allows to search for info in
12299: namespaces
12300:
12301: $nodes[^xdoc.select[//x:second][
12302: $.x[http://pif.design.ru/] ]]
12303:
12304: 2004-03-09 paf
12305:
12306: * operators.txt, src/main/pa_common.C: new:
12307: ^file::load[...][options] $.form[
12308: !$.field1[string]
12309: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12310: ] !$.body[string]
12311:
12312: GET ?here notGET(POST, HEAD, others) in content-type:
12313: application/x-www-form-urlencoded
12314:
12315: todo: upload files ability
12316:
12317: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12318: properly, done
12319:
12320: 2004-03-05 paf
12321:
12322: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12323: GET/POST $.form[$.fields started, not tested yet
12324: todo:$.field[table] for multiple values
12325:
12326: * operators.txt: new: http:// options $.user $.password basic
12327: authorization
12328:
12329: * src/main/pa_common.C: beauty: link to rtf added
12330:
12331: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12332: new: http:// options $.user $.password basic authorization
12333:
12334: * src/main/pa_common.C: beauty: removed needless vars
12335:
12336: * operators.txt: new: pgsql option [like that recently added to
12337: oracle driver] ClientCharset=parser-charset <<
12338: charset in which parser thinks client works
12339:
12340: * operators.txt: new: odbc option [like that recently added to
12341: oracle driver] ClientCharset=parser-charset <<
12342: charset in which parser thinks client works
12343:
12344: * src/sql/pa_sql_driver.h: beauty: important warning added
12345:
12346: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12347: char!
12348:
12349: * etc/parser3.charsets/windows-1251.cfg: typo
12350:
12351: 2004-03-04 paf
12352:
12353: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12354: cached, sql transcoding now goes faster
12355:
12356: * operators.txt: new: mysql option [like that recently added to
12357: oracle driver] ClientCharset=parser-charset <<
12358: charset in which parser thinks client works
12359:
12360: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12361: typo error
12362:
12363: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12364: chars commented
12365:
12366: 2004-03-03 paf
12367:
12368: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12369: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12370:
12371: 2004-03-02 paf
12372:
12373: * operators.txt: new[update typo]: !^void.left(n)
12374: nothing !^void.right(n) nothing !^void.mid(p[;n])
12375: nothing
12376:
12377: * operators.txt, src/classes/void.C: new: !^void.left(n)
12378: nothing !^void.right(n) nothing !^void.pos(p[;n])
12379: nothing
12380:
12381: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12382: ^file::sql[[name_to_become_$.name]]{} query result must be one
12383: row with columns: first: data second: file name third:
12384: content-type
12385:
12386: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12387: ^connect gets properly escaped string, which can be passed to
12388: request now this for mysql only. it's up to parser sql driver to
12389: fix zeros properly
12390:
12391: * INSTALL: note: added on building apache with this option:
12392: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12393:
12394: 2004-03-01 paf
12395:
12396: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12397: extension memory:compact befor processingrequest
12398:
12399: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12400: call sole column of result
12401:
12402: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12403: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12404: pixel color
12405:
12406: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12407: beauty: image -- less checks [were ugly impl]
12408:
12409: * src/classes/string.C: bugfix: ^string.left/right/mid with
12410: negative values now considered bad
12411:
12412: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12413:
12414: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12415: options now have unified defaults [after transform
12416: indent/omit-xml-declaration/standalone 'default' erroreously
12417: meant 'true']
12418:
12419: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12420: added [on some platforms gethostbyname failed with such
12421: 'domains']
12422:
12423: * src/include/pa_config_auto.h.in: no select check, no define
12424:
12425: * src/classes/string.C: feature: ^string.trim both parameters may
12426: be empty-strings, meaning kind=both chars=whitespaces
12427:
12428: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12429: exist
12430:
12431: * src/classes/string.C: check: trim 'chars' must not be empty,
12432: exception if it is
12433:
12434: * src/classes/string.C: changed: ^string.trim [] << both,
12435: whitespaces [start|both|end] << kind, whitespaces
12436: [start|both|end;chars] full
12437:
12438: 2004-02-27 paf
12439:
12440: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12441: method: ^string.trim[start|both|end[;chars]] default
12442: 'chars' -- whitespace chars finished
12443:
12444: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12445: src/main/pa_string.C: new method:
12446: ^string.trim[start|both|end[;chars]] default 'chars' --
12447: whitespace chars started, only start works
12448:
12449: * src/main/compile.C: bugfix: line numbers after
12450: ^process{}[$.line(-10]] can be negative, allowed to print they as
12451: signed
12452:
12453: * src/main/untaint.C: speed: there's no \n chars in output
12454: [normally], so no need to optimize them they could be retrived
12455: from databases, though. but 1. should be replaced 2. if not
12456: optimized, no harm done
12457:
12458: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12459: ^file::exec/cgi could return invalid status & zombie child can
12460: remain for short period until process exists [very bad in
12461: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12462:
12463: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12464: malicious SMTP server to attack as by returning too long status
12465: responses http://i2/tasks/edit/?id=4629448401140924947
12466:
12467: 2004-02-26 paf
12468:
12469: * operators.txt: feature: ^process...{CODE}[now has options] which
12470: are $.main[to what to rename @main] $.file[file,
12471: from which (user says) goes that CODE] $.lineno(line
12472: number in that file, where CODE starts. may be negative)
12473:
12474: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12475: src/main/compile.C, src/main/compile_tools.h,
12476: src/main/pa_request.C: feature: ^process...{CODE}[now has
12477: options] which are $.main[to what to rename @main]
12478: $.file[file, from which (user says) goes that CODE]
12479: $.lineno(line number in that file, where CODE starts. may be
12480: negative)
12481:
12482: 2004-02-25 paf
12483:
1.116 moko 12484: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12485: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12486:
12487: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12488: produces hash of column=>1
12489:
12490: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12491: with incomplete errno constants set
12492:
12493: 2004-02-24 paf
12494:
12495: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12496: "man select"
12497:
12498: * src/main/pa_os.C: beauty: <0 better then ==-1
12499:
12500: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12501:
12502: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12503:
1.116 moko 12504: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12505:
12506: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12507: unix: steps to work on unix [extracted 'to']
12508:
12509: * src/classes/mail.C: smtp on unix: steps to work on unix
12510:
12511: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12512:
1.116 moko 12513: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12514: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12515: unix [testing on solaris]
1.95 moko 12516:
12517: 2004-02-20 paf
12518:
12519: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12520: pointing that out
12521:
12522: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12523: fixed again [same solution, mistanenly removed one line]
12524:
12525: 2004-02-19 paf
12526:
12527: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12528: date::create from bad datetime in spring daylightsaving hole now
12529: OK for all platforms [on some platforms it failed]
12530:
12531: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12532: in daylightsaving hole] now throws error
12533:
12534: * src/classes/date.C: comment: mistake fixed
12535:
12536: 2004-02-18 paf
12537:
12538: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12539: now renderes in $request:charset, but in header puts
12540: $response:charset todo: make that default only so that coder
12541: could override that
12542:
12543: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12544: turns off omit-xml-declaration
12545:
12546: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12547: /.xsl for sample
12548:
12549: 2004-02-17 paf
12550:
12551: * src/classes/xdoc.C: beauty: needless helper class removed
12552:
12553: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12554: copied extra time
12555:
12556: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12557: part of libxml
12558:
12559: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12560: libxml to do the work] <xsl:output method="html"
12561: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12562: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12563: />
12564:
12565: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12566:
12567: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12568: caused assertion
12569:
12570: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12571: could hang. now such add does nothing, sub clears $hash
12572:
12573: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12574: not made quoted-printable
12575:
12576: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12577: string invariant
12578:
12579: 2004-02-16 paf
12580:
12581: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12582: cleared [were not cleared properly]
12583:
12584: 2004-02-13 paf
12585:
1.116 moko 12586: * src/include/pa_version.h: prerelease
1.95 moko 12587:
12588: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12589: used, introducing dependencies timestamp check
12590:
12591: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12592: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12593: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12594: .xsl.stamp now not used, introducing dependencies timestamp check
12595:
1.150 moko 12596: * configure.in: auto.p: @conf made relative
1.95 moko 12597:
12598: 2004-02-12 paf
12599:
12600: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12601: ruined empty <input type=file> submits. parser thought there were
12602: nameless empty file and $form:field got value of type 'file'
12603:
12604: * INSTALL: --without-threads
12605:
12606: * src/include/pa_sapi.h: 2004
12607:
12608: 2004-02-11 paf
12609:
12610: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12611: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12612: classes/hashfile.C, classes/image.C, classes/int.C,
12613: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12614: classes/response.C, classes/string.C, classes/table.C,
12615: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12616: include/pa_array.h, include/pa_cache_managers.h,
12617: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12618: include/pa_config_fixed.h, include/pa_config_includes.h,
12619: include/pa_dictionary.h, include/pa_dir.h,
12620: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12621: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12622: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12623: include/pa_request_charsets.h, include/pa_request_info.h,
12624: include/pa_socks.h, include/pa_sql_connection.h,
12625: include/pa_sql_driver_manager.h, include/pa_stack.h,
12626: include/pa_string.h, include/pa_stylesheet_connection.h,
12627: include/pa_stylesheet_manager.h, include/pa_table.h,
12628: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12629: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12630: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12631: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12632: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12633: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12634: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12635: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12636: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12637: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12638: main/pa_sql_driver_manager.C, main/pa_string.C,
12639: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12640: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12641: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12642: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12643: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12644: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12645: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12646: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12647: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12648: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12649: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12650: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12651: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12652: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12653: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12654: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12655: types/pa_vresponse.h, types/pa_vstateless_class.C,
12656: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12657: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12658: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12659: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12660: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12661: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12662:
12663: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12664: debug version of gc.dll
12665:
12666: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12667: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12668: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12669: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12670: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12671: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12672: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12673: processes
12674:
12675: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12676: main/pa_globals.C, targets/cgi/parser3.vcproj,
12677: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12678: changes to reflect libxml xsl new folders
12679:
12680: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12681: lib/smtp/smtp.vcproj, main/main.vcproj,
12682: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12683: to reflect libxml xsl new folders
12684:
12685: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12686: lib/smtp/smtp.vcproj, main/main.vcproj,
12687: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12688: types/types.vcproj: started changes to reflect libxml xsl new
12689: folders
12690:
12691: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12692: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12693: src/main/compile.tab.C, src/main/main.vcproj,
12694: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12695: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12696: started changes to reflect libxml xsl new folders
12697:
12698: 2004-02-10 paf
12699:
12700: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12701: compile. recommened latest libxml up to date
12702:
12703: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12704: pattern compilation errors", on which spent 4 hours worktime. use
12705: versions higher than that. recommended now latest up to date
12706:
12707: 2004-02-06 paf
12708:
12709: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12710: beauty: unified destructing style
12711:
12712: * src/main/untaint.C: beauty: removed old def/ifdef
12713:
12714: * src/main/untaint.C: beauty: coredump @unknown untaint language
12715: now
12716:
12717: 2004-02-03 paf
12718:
12719: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12720: targets/isapi/parser3isapi.C, types/pa_value.C,
12721: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12722: then %ld/%lu
12723:
12724: * src/main/pa_common.C: typo: %l -> %u
12725:
12726: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12727: in attributes or documents-results of transform now not xx;
12728:
12729: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12730:
12731: * src/main/pa_charset.C: bugfix: forgot to undo some
12732:
12733: * src/main/pa_charset.C: beauty: uncomment
12734: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12735: libraries
12736:
12737: 2004-02-02 paf
12738:
12739: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12740: $cookie:example[ $.value[value] $.path[/there/] ]
12741:
12742: $cookie:example[ $.value[] $.expires[session]
12743: $.path[/there/] $.domain[test.com] ]
12744:
12745: * src/types/pa_vform.C: bugfix: empty values with
12746: enctype=multipart/form-data now produce entries in $form:tables
12747: <form method=post enctype=multipart/form-data> <input type=hidden
12748: name=a> <input type=hidden name=b>
12749:
12750: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12751: <hr> <pre>$request:body
12752:
12753: 2004-01-30 paf
12754:
12755: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12756: or documents-results of transform now not xx;
12757:
12758: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12759: produce exception.
12760:
12761: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12762: bugfix: ^date::create[invalid fields now produce exception.
12763:
12764: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12765: year] now produces exception. todo: check other fields
12766:
12767: 2004-01-29 paf
12768:
12769: * src/include/pa_memory.h: typo error
12770:
12771: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12772: more byte then specified, then zeroed it << useless and
12773: potentially harmful(could gpf)
12774:
12775: 2004-01-22 paf
12776:
12777: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12778:
12779: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12780: optimization
12781:
12782: * src/main/untaint.C: bugfix: whitespace now optimized properly
12783: [were bug: ^taint[1 & 2]="1 &2"
12784:
12785: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12786: errors
12787:
12788: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12789: overflow
12790:
12791: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12792: error-reporting code * in parser-error reporting code [when no
12793: @unhandled_exception defined]
12794:
12795: fixed in one place: my *snprintf override
12796:
12797: 2004-01-13 paf
12798:
12799: * operators.txt: typo erro
12800:
12801: 2003-12-25 paf
12802:
12803: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12804: garbled [pieces after zero bytes were removed]
12805:
12806: 2003-12-22 paf
12807:
1.116 moko 12808: * src/include/Makefile.am: bugfix: removed from dist:
12809: src/include/pa_config_auto.h which were configured for
1.95 moko 12810: make-dist-platform and badly updated proper config file in target
12811: [when .tar used for updating existing source tree]
12812:
12813: * ChangeLog, operators.txt, src/classes/op.C,
12814: src/include/pa_sql_connection.h,
12815: src/include/pa_sql_driver_manager.h,
12816: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12817: feature: sql introducing ability to transcode charsets
12818:
12819: 2003-12-19 paf
12820:
12821: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12822: error message
12823:
12824: * src/main/pa_charset.C: bugfix: memory for charsethandler
12825: structure for libxml now allocated properly
12826:
12827: 2003-12-17 paf
12828:
12829: * src/types/pa_vfile.C: beauty: removed outdated cast
12830:
12831: * src/main/pa_common.C: bugfix: empty http response caused gpf
12832:
12833: * src/include/pa_string.h: bugfix: removed too strong a assert
12834:
12835: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12836: unreported xmlGenericErrors]
12837:
12838: 2003-12-15 paf
12839:
12840: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12841: works}
12842:
12843: 2003-12-11 paf
12844:
12845: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12846: id
12847: !$status:tid thread id
12848:
12849: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12850: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12851: bugfix(solaris): removed dependency on object initialization
12852: order [one more place]
12853:
12854: * src/: classes/file.C, classes/mail.C, classes/op.C,
12855: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12856: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12857: understand that
12858:
12859: * src/: classes/file.C, classes/mail.C, classes/op.C,
12860: classes/xdoc.C, include/pa_cache_managers.h,
12861: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12862: include/pa_stylesheet_manager.h, main/pa_request.C,
12863: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12864: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12865: ctor call [relying on implicit String::Body(cstr) call]
12866:
12867: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12868: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12869: object initialization order [two places]
12870:
12871: 2003-12-10 paf
12872:
12873: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12874: << time now ok
12875:
12876: * operators.txt, src/main/pa_sql_driver_manager.C,
12877: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12878: operational
12879:
12880: * ChangeLog, operators.txt, src/classes/xdoc.C,
12881: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12882: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12883: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12884: back operational
12885:
12886: 2003-12-02 paf
12887:
12888: * src/types/pa_vmail.C: bugfix:
12889: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12890: as-is forced]
12891:
12892: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12893: exceptions out of libxml callbacks: reimplemented error handling
12894: of http://localhost, parser://method and safemode check callbacks
12895:
12896: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12897: [merged from HEAD]
12898:
12899: * src/classes/image.C: nothing: comment removed
12900:
12901: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12902: addresses to int
12903:
12904: 2003-12-01 paf
12905:
12906: * src/main/pa_xml_io.C: bugfix: typo
12907:
12908: * src/main/pa_globals.C: bugfix: win32: compile prob
12909:
12910: * src/classes/xdoc.C: bugfix: typo
12911:
12912: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12913: exception
12914:
12915: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12916:
12917: 2003-11-28 paf
12918:
12919: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12920: all xml documents read
12921:
12922: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12923:
12924: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12925: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12926: replaced original open mech of xdoc::create & co to use libxml
12927: open, so that this would work for root document todo: safe mode
12928: checks to libxml: ideally to some 1 point
12929:
12930: * src/main/pa_xml_io.C: comment
12931:
12932: * operators.txt, src/main/pa_xml_io.C: leading / in
12933: http://parser[abscent params]
12934:
12935: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12936: works. todo: maybe replace original open mech of xdoc::create &
12937: co to use libxml open, so that this would work for root document
12938:
12939: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12940: "parser://method/params/here"> <test> &test^; </test> }]
12941:
12942: ^taint[^xdoc.string[]]
12943:
12944: @method[param] <!ENTITY test
12945: "test-entity-value+$form:user+$param!">
12946:
12947: 2003-11-27 paf
12948:
12949: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12950:
12951: * src/classes/date.C: bugfix: typo error
12952:
12953: 2003-11-26 paf
12954:
12955: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12956: src/main/Makefile.am, src/main/main.vcproj,
12957: src/main/pa_globals.C, src/main/pa_request.C,
12958: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12959: xml errors to hash<thread_id,error> reorganization: xml io moved
12960: to pa_xml_io.C/h
12961:
12962: * src/types/pa_value.h: warnings: --
12963:
12964: 2003-11-25 paf
12965:
12966: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12967: whatever)
12968:
12969: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12970: a, (c?x:y, z)
12971:
12972: * src/main/untaint.C: bugfix: consequences of not reading this
12973: comment: CORD_pos_chars_left /* Number of characters in cache.
12974: <= 0 ==> none */
12975:
12976: * src/include/pa_array.h: removed needless checks
12977:
12978: 2003-11-24 paf
12979:
12980: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12981: removed limit: now $form:xxx can be accessed anytime, even in
12982: @auto/conf [and request/response:charset still can be changed
12983: anytime]
12984:
12985: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12986: now not transcodes response body
12987:
12988: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12989: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12990: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12991: $xdoc.firstChild.firstChild.nodeValue[different]
12992: ^taint[^xdoc.string[]]
12993:
12994: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12995: workaround: static Hash::allocates -> static Hash_allocates
12996:
12997: 2003-11-21 paf
12998:
1.116 moko 12999: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13000: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13001: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13002:
13003: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13004:
13005: * src/classes/mail.C: bugfix: typo
13006:
13007: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13008: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13009: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13010: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13011: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13012: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13013:
13014: * src/main/pa_exec.C: bug in safe mode
13015:
13016: * src/include/Makefile.am: pa_xml_exception.h
13017:
13018: * src/targets/isapi/parser3isapi.C: more warnings --
13019:
13020: 2003-11-20 paf
13021:
13022: * src/: classes/math.C, classes/op.C, classes/string.C,
13023: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13024: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13025: --
13026:
13027: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13028: more warnings --
13029:
13030: * src/classes/xdoc.C: more warnings --
13031:
13032: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13033:
13034: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13035: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13036:
13037: * src/: classes/date.C, classes/file.C, classes/hash.C,
13038: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13039: classes/table.C, include/pa_cache_managers.h,
13040: include/pa_stylesheet_connection.h, main/pa_request.C,
13041: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13042: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13043: --
13044:
13045: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13046: can't report problem (undefined @unhandled_exception) problem
13047: source string were not reported
13048:
13049: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13050: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13051: classes/hashfile.C, classes/image.C, classes/int.C,
13052: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13053: classes/response.C, classes/string.C, classes/table.C,
13054: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13055: include/pa_array.h, include/pa_cache_managers.h,
13056: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13057: include/pa_config_fixed.h, include/pa_dictionary.h,
13058: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13059: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13060: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13061: include/pa_request.h, include/pa_request_charsets.h,
13062: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13063: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13064: include/pa_stack.h, include/pa_string.h,
13065: include/pa_stylesheet_connection.h,
13066: include/pa_stylesheet_manager.h, include/pa_table.h,
13067: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13068: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13069: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13070: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13071: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13072: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13073: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13074: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13075: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13076: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13077: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13078: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13079: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13080: targets/isapi/parser3isapi.C, types/pa_junction.h,
13081: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13082: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13083: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13084: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13085: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13086: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13087: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13088: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13089: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13090: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13091: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13092: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13093: types/pa_vresponse.h, types/pa_vstateless_class.C,
13094: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13095: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13096: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13097: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13098: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13099: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13100: const IDENT
13101:
13102: * src/: include/pa_array.h, include/pa_pool.h,
13103: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13104: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13105: types/pa_wcontext.h: more warnings --
13106:
13107: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13108: classes/file.C, classes/hash.C, classes/hashfile.C,
13109: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13110: classes/memory.C, classes/op.C, classes/string.C,
13111: classes/table.C, classes/xdoc.C, classes/xnode.C,
13112: include/pa_config_includes.h, include/pa_operation.h,
13113: include/pa_sql_connection.h, include/pa_table.h,
13114: include/pa_types.h, lib/ltdl/config_fixed.h,
13115: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13116: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13117: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13118: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13119: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13120: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13121: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13122: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13123: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13124: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13125: types/pa_vmail.C, types/pa_vobject.C,
13126: types/pa_vstateless_class.h, types/pa_vtable.C,
13127: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13128: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13129: on all projects (except libltdl=off & libsdbm=level3) found
13130: several unitialized vars
13131:
13132: 2003-11-19 paf
13133:
13134: * src/classes/op.C: more ansi C++ comp
13135:
13136: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13137: src/main/pa_request.C: ^cache[...]{body}{catch block with
13138: $exception.handled[cache] meaning "get expired cache, if any.
13139: else error"}
13140:
13141: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13142: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13143: ^cache[...]{body}{catch code with $exception.cache field}
13144:
13145: 2003-11-12 paf
13146:
13147: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13148: [copy/paste bug]
13149:
13150: 2003-11-11 paf
13151:
13152: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13153: failed]
13154:
13155: 2003-11-10 paf
13156:
13157: * src/types/pa_vconsole.h: flush
13158:
13159: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13160: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13161: read/write [for nntp]
13162:
13163: * operators.txt: mysql: transaction support: ?autocommit=0
13164:
13165: * operators.txt: comment: updated
13166:
13167: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13168: serialize version and exipire now removes entries
13169:
13170: * operators.txt: ^hashfile.delete[] removes files altogether [and
13171: dir, if could]
13172:
13173: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13174: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13175: removes files altogether [and dir, if could]
13176:
13177: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13178: nonexistent pair. .c coded that that was error. fixed
13179:
13180: * src/types/pa_vhashfile.C: sdbm: exception type change to
13181: file.access [regretfull can't split it to different exceptions
13182: without modifying sdbm source wich would prefer not to]
13183:
13184: 2003-11-07 paf
13185:
13186: * src/: classes/date.C, classes/file.C, classes/hash.C,
13187: classes/hashfile.C, classes/image.C, classes/table.C,
13188: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13189: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13190: main/execute.C, main/main.vcproj, main/pa_pool.C,
13191: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13192: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13193: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13194: destructing objects at request processing end
13195:
13196: 2003-11-06 paf
13197:
13198: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13199: updates
13200:
13201: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13202: to include sdbm
13203:
1.116 moko 13204: * src/include/: pa_config_includes.h, pa_version.h: our
13205: replacements of max& co only for cpp
1.95 moko 13206:
13207: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13208: upper dir, .am updated
13209:
13210: * tests/todo.txt: hashfile: done
13211:
13212: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13213: expiration [time in value. todo: move time to key]
13214:
13215: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13216:
13217: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13218: to do that in foreach, no errors, but surely wrong]
13219:
13220: * operators.txt, src/types/pa_vhashfile.C,
13221: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13222:
13223: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13224: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13225: foreach
13226:
13227: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13228: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13229:
13230: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13231: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13232:
13233: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13234: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13235: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13236: get/put [raw]
13237:
13238: * src/: classes/op.C, main/pa_os.C: just linked
13239:
13240: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13241: XmlException changes
13242:
13243: * src/: include/pa_charset.h, include/pa_globals.h,
13244: include/pa_stylesheet_connection.h, main/pa_exception.C:
13245: XmlException changes
13246:
13247: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13248:
13249: * src/: include/pa_common.h, include/pa_exception.h,
13250: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13251: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13252: main/pa_xml_exception.C: locking move to pa_os [along with
13253: pa_sleep] apr-impl locking done
13254:
13255: * configure, configure.in, operators.txt, parser3.sln,
13256: src/classes/classes.vcproj, src/classes/hashfile.C,
13257: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13258: src/include/pa_exception.h, src/include/pa_globals.h,
13259: src/include/pa_memory.h, src/include/pa_version.h,
13260: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13261: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13262: src/main/compile.tab.C, src/main/main.vcproj,
13263: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13264: src/types/Makefile.am, src/types/pa_vhash.C,
13265: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13266: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13267: again with sdbm from apache
13268:
13269: 2003-11-05 paf
13270:
13271: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13272: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13273: \parser3project dir anymore
13274:
13275: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13276: thoughtlessly from xalan]
13277:
13278: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13279: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13280: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13281:
13282: * src/main/helpers/CaseFolding.txt:
13283: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13284:
13285: 2003-11-04 paf
13286:
13287: * operators.txt: comment: ^mail:send[$.options[
13288:
13289: * src/classes/table.C: compiled on unix
13290:
1.116 moko 13291: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13292:
13293: * src/classes/mail.C: compiled on unix
13294:
13295: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13296: src/types/pa_vmail.h: !^mail:send[
13297: $.options[unix: string to append to sendmail command
13298: line]
13299:
13300: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13301: tests/todo.txt: ^table.save[... $.separator[^#09]
13302: $.encloser["] <nothing> by default
13303:
13304: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13305: !$.separator[^#09] !$.encloser["] <nothing> by
13306: default
13307:
13308: 2003-11-03 paf
13309:
13310: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13311: ^table::load[; options: !$.column-separator[^#09]
13312: !$.column-encloser["]
13313:
13314: * operators.txt, src/include/pa_config_fixed.h,
13315: src/types/pa_vrequest.C: $request:document-root
13316:
13317: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13318: [already included into uri=xxx]
13319:
13320: * operators.txt, src/classes/image.C, tests/todo.txt:
13321: ^image.gif[filename] for $response:download
13322:
13323: * src/classes/date.C: minor precaution
13324:
13325: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13326: !^date.unix-timestamp[]
13327:
13328: 2003-10-30 paf
13329:
13330: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13331: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13332:
13333: * src/classes/: date.C, image.C: improvement diagnostics:
13334: $now[^date::create[$undefined]] now is error
13335:
13336: * src/main/pa_common.C: read errors would now be reported 'actually
13337: read -1 bytes'
13338:
13339: 2003-10-24 paf
13340:
13341: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13342: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13343: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13344: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13345:
13346: 2003-10-22 paf
13347:
13348: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13349:
13350: 2003-10-21 paf
13351:
13352: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13353: fixed: string.match[g] without <'> option produced columns with
13354: NULL's, which gpf'ed at table.save time
13355:
13356: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13357: recoursion' message with intensive throw-catches fixed: incorrect
13358: name and line (one name upper then needed) in error message about
13359: problems inside try block
13360:
13361: 2003-10-10 paf
13362:
13363: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13364: check offset argument for validity did that in String::Body::pos
13365: myself http://i2/tasks/edit/?id=4577425257580789777
13366:
13367: 2003-10-07 paf
13368:
13369: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13370: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13371:
13372: 2003-10-03 paf
13373:
13374: * parser3.sln, src/include/pa_dictionary.h,
13375: src/main/pa_dictionary.C, src/main/pa_string.C,
13376: src/targets/cgi/parser3.vcproj: dictionary optimized by
13377: precalculating cstr&length
13378:
13379: 2003-10-02 paf
13380:
13381: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13382: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13383: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13384: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13385:
13386: 2003-09-30 paf
13387:
13388: * src/main/pa_string.C: string::replace bug fix [were ignoring
13389: occurrances after lang-mismatched
13390:
13391: 2003-09-29 paf
13392:
13393: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13394: helper
13395:
13396: * src/main/pa_string.C: string::serialize bug fix with
13397: zero-terminator
13398:
13399: * src/classes/table.C: ^nameless_table.save column row now has no
13400: \t at the end
13401:
13402: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13403: @postprocess now takes $response:body/download
13404:
13405: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13406: error message
13407:
13408: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13409:
13410: * src/classes/table.C: bugfix: flip: must produce nameless
13411: http://i2/tasks/edit/?id=4573405524674081244
13412:
13413: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13414: main/helpers/simple_folding.pl: utf-8 upper/lower
13415:
13416: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13417: to typo error http://i2/tasks/edit/?id=4573354650786434584
13418:
13419: 2003-09-26 paf
13420:
13421: * src/main/untaint.C: removed needless field
13422:
13423: * src/main/untaint.C: removed needless const
13424:
13425: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13426: String.for_each bug fixed [omited one-char cases]
13427:
13428: * src/include/pa_stack.h: bugfix: before collecting garbage,
13429: runtime-executor stack were cleared... BADLY
13430:
13431: * src/main/pa_string.C: ^stirng.replace code used old
13432: param-convention on langs.append, fixed that search fo the like,
13433: found none
13434:
13435: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13436: string::serialize/deserialize implemented Language enum assigned
13437: meaningful letters [more convinient for debugging. read warning
13438: before adding/changing anything]
13439:
13440: 2003-09-25 paf
13441:
13442: * src/: include/pa_string.h, include/pa_version.h,
13443: main/pa_string.C, main/untaint.C: templates and anonymous unions
13444: differences on unix
13445:
13446: * parser3.sln, src/classes/file.C, src/classes/image.C,
13447: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13448: src/classes/xdoc.C, src/classes/xnode.C,
13449: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13450: src/include/pa_charsets.h, src/include/pa_common.h,
13451: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13452: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13453: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13454: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13455: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13456: src/main/compile_tools.h, src/main/pa_charset.C,
13457: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13458: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13459: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13460: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13461: src/types/pa_vmail.C, src/types/pa_vmath.C,
13462: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13463: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13464:
13465: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13466: functions aligned to that of eeparser3 look
13467:
13468: * src/lib/cord/cordprnt.c: removed warnings
13469:
13470: 2003-09-24 paf
13471:
13472: * src/: classes/file.C, classes/image.C, classes/mail.C,
13473: classes/op.C, classes/xdoc.C, classes/xnode.C,
13474: include/pa_cache_managers.h, include/pa_charset.h,
13475: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13476: include/pa_sql_driver_manager.h, include/pa_string.h,
13477: include/pa_stylesheet_manager.h, include/pa_table.h,
13478: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13479: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13480: main/pa_sql_driver_manager.C, main/pa_string.C,
13481: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13482: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13483: types/pa_vstateless_class.h, types/pa_vstatus.C,
13484: types/pa_vxnode.C: v() functions of String::Body,
13485: String::Languages and String itself StringBody->String::Body
13486:
13487: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13488: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13489: never optimized anything. todo: somehow speed up harder cases:
13490: concatenationA+concatenationB when last block of A and first of B
13491: contain same letters
13492:
13493: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13494: lib/cord/include/cord.h: langs: speed up by joining adjucent
13495: blocks of same char [CORD_append_block]
13496:
13497: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13498: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13499: save space by extending blocks when appending block with c ==
13500: lastblock.c
13501:
13502: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13503: working yet :( but more working &understood :)
13504:
13505: * src/: classes/table.C, include/pa_string.h,
13506: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13507:
13508: 2003-09-23 paf
13509:
13510: * src/main/untaint.C: $a[ok!] $a works!
13511:
13512: * src/main/untaint.C: something even more works :)
13513:
13514: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13515: something more works :)
13516:
13517: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13518: lib/cord/cordxtra.c: something already works :)
13519:
13520: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13521: serialize&deserialize
13522:
13523: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13524: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13525: main/untaint.C: main idea implemented, details left
13526:
13527: 2003-09-22 paf
13528:
13529: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13530:
13531: * src/classes/xnode.C: copy/paste comment bugfix
13532:
13533: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13534: allocator returns 0, just die.
13535: http://i2/tasks/edit/?id=4570798492410259445
13536:
13537: * src/classes/xdoc.C: copy/paste comment bugfix
13538:
13539: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13540: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13541: xnode: getAttributeNS setAttributeNS removeAttributeNS
13542: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13543:
13544: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13545: chars due to bitwise operation signed-char error]
13546:
13547: 2003-09-19 paf
13548:
13549: * src/types/pa_wcontext.C: output message: more practical
13550: suggestion
13551:
13552: * src/main/pa_common.C, operators.txt: merged
13553: $f[^file::load[binary;http://...]] $f.tables
13554:
13555: 2003-09-02 paf
13556:
13557: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13558: flush stdout without referencing 'stdout' symbol. to hell with
13559: non-ansi libraries without 'stdout' symbol
13560:
13561: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13562: unix (users reported problems with some old libc)
13563:
13564: * src/types/pa_vdate.h: forgot initializer
13565:
13566: 2003-09-01 paf
13567:
13568: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13569: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13570: zone]
13571:
13572: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13573:
13574: 2003-08-19 paf
13575:
13576: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13577: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13578: simplified a little
13579:
13580: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13581: [lost fix from 3.0.8]
13582:
13583: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13584: visible here }
13585:
13586: bug fix
13587:
13588: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13589:
13590: * src/main/compile.tab.C: initialized couple of variables about
13591: which user reported runtime problems when parser were compiled
13592: with VC7, warning level4. study shows that later in bison
13593: they've fixed that. would migrate to latest bison someday
13594:
13595: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13596: recoding headers)
13597:
13598: * src/types/pa_vmail.C: works as before, same charset problems:
13599: gmime recodes to UTF-8 only headers, not body. so not recoding
13600: anything for now
13601:
13602: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13603: problems with body
13604:
13605: * src/types/pa_vmail.C: mail_receive just compiled
13606:
13607: 2003-08-18 paf
13608:
13609: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13610: main/main.vcproj, types/types.vcproj: win32: continued process
13611: detaching from \parser3project directory
13612:
13613: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13614: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13615: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13616: src/lib/pcre/pcre_dftables.dsp,
13617: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13618: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13619: src/types/types.dsp: moved to MSVC 7
13620:
13621: * gnu.vcproj.vspscc, parser3.vssscc,
13622: src/classes/classes.vcproj.vspscc,
13623: src/lib/cord/cord.vcproj.vspscc,
13624: src/lib/ltdl/libltdl.vcproj.vspscc,
13625: src/lib/md5/md5.vcproj.vspscc,
13626: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13627: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13628: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13629: src/targets/isapi/parser3isapi.vcproj.vspscc,
13630: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13631: moved to MSVC 7
13632:
13633: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13634: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13635: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13636: src/lib/pcre/pcre_dftables.vcproj,
13637: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13638: src/targets/cgi/parser3.vcproj,
13639: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13640: new VS project files
13641:
13642: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13643: .NET to detect Jalindi Igloo capabilities.
13644:
13645: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13646: src/classes/classes.awk, src/doc/footer.htm,
13647: src/include/pa_config_fixed.h, src/include/pa_version.h,
13648: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13649: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13650: src/types/pa_vmail.C: merged 3.1.0 latest changes
13651:
13652: 2003-08-15 paf
13653:
13654: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13655: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13656:
13657: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13658: non-ascii <yyy> now encoded correctly
13659:
13660: 2003-07-29 paf
13661:
1.116 moko 13662: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13663: dist
1.95 moko 13664:
13665: * src/types/pa_vmail.C: just started --with-mail-receive
13666:
13667: 2003-07-28 paf
13668:
1.116 moko 13669: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13670: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13671:
13672: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13673:
13674: 2003-07-25 paf
13675:
13676: * src/doc/footer.htm: year
13677:
13678: 2003-07-24 paf
13679:
13680: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13681: fix
13682:
13683: * src/include/pa_version.h: release
13684:
1.116 moko 13685: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13686:
13687: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13688: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13689: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13690: getting rid of win32xml pseudo project
13691:
13692: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13693:
1.116 moko 13694: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13695: configure.in, operators.txt, parser3.dsw,
1.95 moko 13696: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13697: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13698: src/classes/classes.C, src/classes/classes.awk,
13699: src/classes/classes.dsp, src/classes/classes.h,
13700: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13701: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13702: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13703: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13704: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13705: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13706: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13707: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13708: src/include/pa_array.h, src/include/pa_cache_managers.h,
13709: src/include/pa_charset.h, src/include/pa_charsets.h,
13710: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13711: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13712: src/include/pa_dictionary.h, src/include/pa_dir.h,
13713: src/include/pa_exception.h, src/include/pa_exec.h,
13714: src/include/pa_globals.h, src/include/pa_hash.h,
13715: src/include/pa_memory.h, src/include/pa_opcode.h,
13716: src/include/pa_operation.h, src/include/pa_pool.h,
13717: src/include/pa_pragma_pack_begin.h,
1.95 moko 13718: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13719: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13720: src/include/pa_sapi.h, src/include/pa_socks.h,
13721: src/include/pa_sql_connection.h,
13722: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13723: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13724: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13725: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13726: src/include/pa_uue.h, src/lib/Makefile.am,
13727: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13728: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13729: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13730: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13731: src/lib/cord/include/ec.h,
13732: src/lib/cord/include/private/Makefile.am,
13733: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13734: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13735: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13736: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13737: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13738: src/main/compile_tools.C, src/main/compile_tools.h,
13739: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13740: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13741: src/main/pa_charsets.C, src/main/pa_common.C,
13742: src/main/pa_dictionary.C, src/main/pa_dir.C,
13743: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13744: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13745: src/main/pa_request.C, src/main/pa_socks.C,
13746: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13747: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13748: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13749: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13750: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13751: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13752: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13753: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13754: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13755: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13756: src/targets/isapi/parser3isapi.dsp,
13757: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13758: src/types/pa_junction.h, src/types/pa_method.h,
13759: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13760: src/types/pa_vclass.C, src/types/pa_vclass.h,
13761: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13762: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13763: src/types/pa_vdouble.h, src/types/pa_venv.h,
13764: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13765: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13766: src/types/pa_vimage.C, src/types/pa_vimage.h,
13767: src/types/pa_vint.h, src/types/pa_vjunction.h,
13768: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13769: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13770: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13771: src/types/pa_vobject.C, src/types/pa_vobject.h,
13772: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13773: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13774: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13775: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13776: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13777: src/types/pa_vstring.h, src/types/pa_vtable.C,
13778: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13779: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13780: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13781: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13782: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13783: HEAD
13784:
13785: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13786: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13787: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13788: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13789: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13790: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13791: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13792: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13793: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13794: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13795: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13796: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13797: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13798: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13799: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13800: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13801: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13802: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13803: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13804: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13805: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13806: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13807: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13808: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13809: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13810: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13811: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13812: outputs/create-dir, results/001.processed, results/002.processed,
13813: results/003.processed, results/004.processed,
13814: results/005.processed, results/006.processed,
13815: results/007.processed, results/008.processed,
13816: results/009.processed, results/010.processed,
13817: results/011.processed, results/012.processed,
13818: results/013.processed, results/014.processed,
13819: results/015.processed, results/016.processed,
13820: results/017.processed, results/018.processed,
13821: results/019.processed, results/020.processed,
13822: results/021.processed, results/022.processed,
13823: results/023.processed, results/024.processed,
13824: results/025.processed, results/026.processed,
13825: results/027.processed, results/028.processed,
13826: results/029.processed, results/030.processed,
13827: results/031.processed, results/032.processed,
13828: results/033.processed, results/034.processed,
13829: results/035.processed, results/036.processed,
13830: results/037.processed, results/038.processed,
13831: results/039.processed, results/040.processed,
13832: results/041.processed, results/042.processed,
13833: results/043.processed, results/044.processed,
13834: results/045.processed, results/046.processed,
13835: results/047.processed, results/048.processed,
13836: results/049.processed, results/050.processed,
13837: results/051.processed, results/052.processed,
13838: results/053.processed, results/054.processed,
13839: results/055.processed, results/056.processed,
13840: results/057.processed, results/058.processed,
13841: results/059.processed, results/060.processed,
13842: results/061.processed, results/062.processed,
13843: results/063.processed, results/064.processed,
13844: results/065.processed, results/066.processed,
13845: results/067.processed, results/068.processed,
13846: results/069.processed, results/070.processed,
13847: results/071.processed, results/072.processed,
13848: results/073.processed, results/074.processed,
13849: results/075.processed, results/076.processed,
13850: results/077.processed, results/078.processed,
13851: results/079.processed, results/080.processed,
13852: results/081.processed, results/082.processed,
13853: results/083.processed, results/084.processed,
13854: results/085.processed, results/086.processed,
13855: results/087.processed, results/088.processed,
13856: results/089.processed, results/090.processed,
13857: results/091.processed, results/092.processed,
13858: results/093.processed, results/094.processed,
13859: results/095.processed, results/096.processed,
13860: results/097.processed, results/098.processed,
13861: results/099.processed, results/100.processed,
13862: results/101.processed, results/102.processed,
13863: results/103.processed, results/104.processed,
13864: results/105.processed, results/106.processed,
13865: results/107.processed, results/108.processed,
13866: results/109.processed, results/110.processed,
13867: results/111.processed, results/112.processed,
13868: results/113.processed, results/114.processed,
13869: results/115.processed, results/116.processed,
13870: results/117.processed, results/118.processed,
13871: results/119.processed, results/120.processed,
13872: results/121.processed, results/122.processed,
13873: results/123.processed, results/124.processed,
13874: results/125.processed, results/126.processed,
13875: results/127.processed, results/128.processed,
13876: results/129.processed, results/130.processed,
13877: results/131.processed, results/132.processed,
13878: results/133.processed, results/134.processed,
13879: results/135.processed, results/136.processed,
13880: results/137.processed, results/138.processed,
13881: results/139.processed, results/140.processed,
13882: results/141.processed: merged(copied) to HEAD from template_gc
13883:
13884: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13885: towards \parser3project not having to be in root
13886:
13887: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13888: module compiled [were minor unnecessary changes in lib/md5
13889: interface]
13890:
13891: * src/include/pa_version.h: release
13892:
13893: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13894:
13895: * src/classes/math.C: merged uuid bugfix
13896:
13897: * tests/: 141.html, results/141.processed: fixed bug with
13898: too-small-a-buffer
13899:
13900: * src/classes/math.C: uuid bugfix
13901:
13902: * tests/: 141.html, Makefile, results/005.processed,
13903: results/030.processed, results/075.processed,
13904: results/078.processed: to reflect date format change (were -
13905: become ' ')
13906:
13907: * src/classes/math.C: uuid bugfix
13908:
13909: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13910: debug/release changes
13911:
13912: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13913:
13914: 2003-07-23 paf
13915:
13916: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13917: renamed a little [to move to comman naming conv]
13918:
1.116 moko 13919: * src/targets/Makefile.am: apache13 splitted to simplify apache
13920: build
1.95 moko 13921:
13922: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13923: main/pa_request.C, main/pa_sql_driver_manager.C,
13924: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13925: stack top_index() fixed
13926:
13927: * src/main/pa_globals.C: minor style changes
13928:
13929: * src/: classes/op.C, include/pa_sql_connection.h: connection
13930: closing/caching fixed [connections were not closed/put to cache]
13931:
13932: 2003-07-22 paf
13933:
13934: * INSTALL: gc part updated stightly
13935:
13936: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13937: new sapi interface
13938:
13939: * src/classes/file.C: comment on OS
13940:
13941: * src/main/pa_string.C: removed reduntant invariant check [there is
13942: one deeper in cord lib]
13943:
13944: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13945:
13946: * src/main/pa_memory.C: out of memory is no longer coredump
13947:
13948: * INSTALL: disable-threads adviced
13949:
13950: 2003-07-21 paf
13951:
1.116 moko 13952: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13953:
13954: * src/classes/file.C: file::exec/cgi environment variables now must
13955: be UPPERCASE and A-Z 0-9 _-
13956:
13957: * src/classes/file.C: env passing fixed
13958:
13959: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13960:
13961: * src/main/pa_common.C: http:// CRLF now
13962:
13963: 2003-07-02 paf
13964:
13965: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13966: fields to reflect their real meaning
13967:
13968: 2003-06-27 paf
13969:
13970: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13971: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13972: file::exec/cgi .charset
13973:
13974: 2003-06-26 paf
13975:
13976: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13977: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13978: src/classes/table.C: fixed several uninitialized local
13979: structures. notably ^hash.foreach now inserts delimiters
13980: properly [were inserting it before first body]
13981:
13982: 2003-06-24 paf
13983:
13984: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13985:
13986: 2003-06-20 paf
13987:
13988: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13989: src/main/pa_globals.C: introducing
13990: $f[^file::load[binary;http://...]] $f.tables
13991:
13992: 2003-06-06 paf
13993:
13994: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13995: table. [were method lookup: inconsistent]
13996:
13997: 2003-06-02 paf
13998:
13999: * src/include/pa_memory.h: empty string clone fixed to return
14000: writable memory
14001:
14002: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14003: were not appended] which violated string invariant
14004:
14005: 2003-05-30 paf
14006:
14007: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14008: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14009:
14010: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14011: GMT ; RFC 822, updated by RFC 1123
14012:
14013: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14014: targets/isapi/parser3isapi.C: initialized request_info properly
14015:
14016: * src/classes/xnode.C: found minor bug, commended for future
14017:
14018: 2003-05-28 paf
14019:
14020: * src/classes/form.C: request_info.content_length can't be <0,
14021: size_t for some time
14022:
14023: 2003-05-26 paf
14024:
14025: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14026: forgotten <0 changed to !=STRING_NOT_FOUND
14027:
14028: * src/classes/math.C: merged ffffu from HEAD
14029:
14030: 2003-05-11 paf
14031:
14032: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14033:
14034: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14035: premature doc free. transformed document had xmlDoc reference
14036: stored to non-gc-memory (libgdome) added holding-reference
14037:
14038: 2003-04-29 paf
14039:
14040: * src/main/pa_globals.C: started digging on double free. on win32
14041: found that that's perfectly normal.
14042:
14043: 2003-04-25 paf
14044:
14045: * src/classes/table.C: table.join bug fix [bad limit check]
14046:
14047: * src/classes/math.C: merged from HEAD: simpiler hash_string
14048:
14049: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14050: print anything. changed to quicker and simplier code
14051:
14052: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14053: strict a check]
14054:
14055: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14056:
14057: 2003-04-24 paf
14058:
14059: * src/include/pa_table.h: too strict assert loosened
14060:
14061: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14062: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14063: report
14064:
14065: 2003-04-21 paf
14066:
1.116 moko 14067: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14068:
14069: * src/main/pa_globals.C: pcre memory management changed to use GC
14070: memory
14071:
14072: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14073: xmlMallocAtomic [author agreed to my suggestion], used that
14074:
14075: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14076:
14077: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14078: types/pa_vmail.C: attributed_meaning_to_string added
14079: L_UNSPECIFIED piece which was sortof OK, but violated string
14080: invariant [assertion barked on that] changed to L_PASS_APPEND,
14081: made that param obligatory
14082:
14083: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14084: fixed [assert helped]
14085:
14086: * src/include/pa_string.h: assert added [looking for bug]
14087:
14088: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14089: names on Win32 considered disk-global
14090:
14091: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14092: considered disk-global
14093:
14094: 2003-04-18 paf
14095:
14096: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14097: filenames
14098:
14099: * src/main/untaint.C: enabled '~' letter in filenames
14100:
14101: 2003-04-16 paf
14102:
14103: * src/classes/file.C: small bug introduced in autoptr times fixed
14104:
14105: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14106: HEAD
14107:
1.116 moko 14108: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14109:
14110: 2003-04-15 paf
14111:
14112: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14113: src/lib/md5/pa_md5c.c, tests/141.html,
14114: tests/results/141.processed: merged from head ^math:uuid[]
14115: ^math:uid64[] ^math:md5[string]
14116:
14117: test added: 141.html
14118:
14119: * operators.txt, src/classes/math.C: ^math:uid64[]
14120:
14121: * src/classes/math.C: ^math:uuid[]
14122:
14123: * operators.txt, src/classes/math.C: ^math:uuid[]
14124:
14125: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14126: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14127:
14128: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14129: src/include/pa_config_fixed.h, src/main/pa_common.C:
14130: ^file::load[mode;name; $.offset $.limit
14131:
14132: 2003-04-14 paf
14133:
14134: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14135: started ^math:md5
14136:
14137: * src/classes/table.C, src/include/pa_array.h,
14138: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14139: tests/results/140.processed: table $.reverse option works in
14140: create&co table $.distinct[tables] bug fix merged
14141:
14142: * src/: classes/table.C, include/pa_table.h: table
14143: $.distinct[tables] bug fixed
14144:
14145: * src/classes/table.C: more warnings
14146:
14147: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14148: removed checks in table::set_current, moved them back to
14149: table::locate implemented table::create/join ñ $.reverse
14150:
14151: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14152: removed checks in table::set_current, moved them back to
14153: table::locate
14154:
14155: 2003-04-11 paf
14156:
14157: * operators.txt, src/classes/date.C, src/classes/table.C,
14158: src/include/pa_array.h, src/include/pa_common.h,
14159: src/include/pa_config_includes.h, src/include/pa_string.h,
14160: src/include/pa_table.h, src/main/pa_request.C,
14161: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14162: src/main/pa_table.C: merged from HEAD from
14163: before_append_array_limit_sense_change to
14164: after_append_array_limit_sense_change
14165:
14166: * src/classes/table.C: typo
14167:
14168: * operators.txt, src/classes/date.C, src/classes/table.C,
14169: src/include/pa_array.h, src/include/pa_common.h,
14170: src/include/pa_config_includes.h, src/include/pa_globals.h,
14171: src/include/pa_table.h, src/main/pa_array.C,
14172: src/main/pa_globals.C, src/main/pa_request.C,
14173: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14174: src/main/pa_table.C: append_array_limit_sense_change locate
14175: accepts options same as create new option: $.reverse(1) [do not
14176: work in table::create]
14177:
14178: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14179: (stat xxx,
14180:
14181: * src/classes/: table.C: typo
14182:
14183: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14184: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14185: results/130.processed, results/131.processed,
14186: results/132.processed, results/133.processed,
14187: results/134.processed, results/135.processed,
14188: results/136.processed, results/137.processed,
14189: results/138.processed, results/139.processed: added few mustfail
14190: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14191: date/time 132.html mustfail: access to junction outside of
14192: context 133.html mustfail: access to junction outside of context,
14193: case version 134.html mustfail: hash: adding a key inside of
14194: foreach 135.html mustfail: modifying system class 136.html
14195: mustfail: $.name outside of $hash[here] 137.html mustfail:
14196: appendChild without import 138.html mustfail: invalid encoding
14197: inside of xml 139.html mustfail: bad XPath
14198:
14199: * operators.txt, src/classes/table.C, tests/084.html,
14200: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14201: tests/129.html, tests/results/125.processed,
14202: tests/results/126.processed, tests/results/127.processed,
14203: tests/results/128.processed, tests/results/129.processed: merged
14204: from HEAD ^table.hash[key][$.distinct[tables]]
14205:
14206: maked appropriate tests [changed one old nonconforming]
14207:
14208: * operators.txt, src/classes/table.C:
14209: ^table.hash[key][$.distinct[tables]]
14210:
14211: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14212: merged fix for found very old xml (dom) bug: were passing
14213: domString objects and later ERROREOUSLY freed them
14214:
14215: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14216: src/main/pa_charset.C: re-added libgdome patch. regretfully
14217: libgdome bug can not be worked around
14218:
14219: 2003-04-10 paf
14220:
14221: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14222: found very old xml (dom) bug: were passing domString objects and
14223: later ERROREOUSLY freed them
14224:
14225: * src/doc/string.dox, src/include/pa_memory.h,
14226: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14227: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14228: tests/123.html, tests/124.html, tests/results/001.processed,
14229: tests/results/002.processed, tests/results/003.processed,
14230: tests/results/004.processed, tests/results/005.processed,
14231: tests/results/006.processed, tests/results/008.processed,
14232: tests/results/009.processed, tests/results/010.processed,
14233: tests/results/011.processed, tests/results/012.processed,
14234: tests/results/013.processed, tests/results/014.processed,
14235: tests/results/015.processed, tests/results/016.processed,
14236: tests/results/017.processed, tests/results/018.processed,
14237: tests/results/020.processed, tests/results/021.processed,
14238: tests/results/022.processed, tests/results/023.processed,
14239: tests/results/024.processed, tests/results/025.processed,
14240: tests/results/026.processed, tests/results/027.processed,
14241: tests/results/028.processed, tests/results/029.processed,
14242: tests/results/030.processed, tests/results/031.processed,
14243: tests/results/032.processed, tests/results/033.processed,
14244: tests/results/034.processed, tests/results/035.processed,
14245: tests/results/036.processed, tests/results/037.processed,
14246: tests/results/038.processed, tests/results/039.processed,
14247: tests/results/040.processed, tests/results/041.processed,
14248: tests/results/042.processed, tests/results/043.processed,
14249: tests/results/044.processed, tests/results/045.processed,
14250: tests/results/046.processed, tests/results/047.processed,
14251: tests/results/048.processed, tests/results/049.processed,
14252: tests/results/050.processed, tests/results/051.processed,
14253: tests/results/052.processed, tests/results/053.processed,
14254: tests/results/054.processed, tests/results/055.processed,
14255: tests/results/056.processed, tests/results/057.processed,
14256: tests/results/058.processed, tests/results/059.processed,
14257: tests/results/060.processed, tests/results/061.processed,
14258: tests/results/062.processed, tests/results/063.processed,
14259: tests/results/064.processed, tests/results/065.processed,
14260: tests/results/066.processed, tests/results/067.processed,
14261: tests/results/068.processed, tests/results/069.processed,
14262: tests/results/070.processed, tests/results/071.processed,
14263: tests/results/072.processed, tests/results/073.processed,
14264: tests/results/074.processed, tests/results/075.processed,
14265: tests/results/076.processed, tests/results/077.processed,
14266: tests/results/078.processed, tests/results/079.processed,
14267: tests/results/080.processed, tests/results/081.processed,
14268: tests/results/082.processed, tests/results/083.processed,
14269: tests/results/084.processed, tests/results/085.processed,
14270: tests/results/086.processed, tests/results/087.processed,
14271: tests/results/088.processed, tests/results/089.processed,
14272: tests/results/090.processed, tests/results/091.processed,
14273: tests/results/092.processed, tests/results/093.processed,
14274: tests/results/094.processed, tests/results/095.processed,
14275: tests/results/096.processed, tests/results/097.processed,
14276: tests/results/101.processed, tests/results/102.processed,
14277: tests/results/104.processed, tests/results/105.processed,
14278: tests/results/106.processed, tests/results/107.processed,
14279: tests/results/108.processed, tests/results/109.processed,
14280: tests/results/110.processed, tests/results/111.processed,
14281: tests/results/112.processed, tests/results/113.processed,
14282: tests/results/114.processed, tests/results/115.processed,
14283: tests/results/116.processed, tests/results/117.processed,
14284: tests/results/118.processed, tests/results/119.processed,
14285: tests/results/120.processed, tests/results/121.processed,
14286: tests/results/122.processed, tests/results/123.processed,
14287: tests/results/124.processed: new convention: char* never 0.
14288: assert in cord on that
14289:
14290: * src/main/pa_charset.C: couple more asserts
14291:
14292: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14293: speedup
14294:
14295: * src/main/pa_charset.C: couple assertions on fantastic situations
14296: added [may be those is the case now?]
14297:
14298: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14299: that's memory from gc_malloc, not from g_malloc :(, but would
14300: hope]
14301:
14302: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14303: that's memory from gc_malloc, not from g_malloc :(, but would
14304: hope]
14305:
14306: * src/main/pa_charset.C: checked custom malloc for returning 0
14307:
14308: 2003-04-09 paf
14309:
14310: * src/classes/date.C: merged ^date.roll changes
14311:
14312: * src/classes/date.C: ^date.roll bug fix
14313:
14314: * src/classes/date.C: ^date.roll now throws less errors: month
14315: shifts handles end of month situation by reducing day number
14316: hour-hole shift reduces hour to recover
14317:
14318: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14319: Sort by function time
14320:
14321: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14322: http:// $.charset[] param done
14323:
14324: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14325: added [after volatile fix. passes on win&intel-solaris]
14326:
14327: 2003-04-08 paf
14328:
14329: * src/: classes/file.C, classes/op.C, classes/table.C,
14330: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14331: include/pa_common.h, include/pa_request_charsets.h,
14332: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14333: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14334: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14335: types/pa_vresponse.C: started http:// $.charset[] param and
14336: http response charset detection just compiled. todo:test
14337:
14338: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14339:
14340: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14341: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14342: types/pa_vmail.C: changed transcode param converntion along with
14343: string creating convention -- all strings are zero-terminated,
14344: this allowed to fix one remaining String("123", 2) case
14345:
14346: * src/: classes/date.C, classes/file.C, classes/hash.C,
14347: classes/op.C, classes/string.C, classes/table.C,
14348: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14349: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14350: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14351: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14352: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14353: violated String::invariant. started fixing [not compiled now]
14354:
14355: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14356: main/compile.tab.C, main/compile.y, main/pa_string.C,
14357: main/untaint.C, targets/cgi/parser3.C: number of string style
14358: improvements & optimizations
14359:
14360: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14361: :(]
14362:
14363: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14364: [for it's a pointer really]
14365:
14366: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14367: 'n' param. worked that around
14368:
14369: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14370: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14371: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14372: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14373: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14374:
14375: Thanks for the bug report and patch.
14376:
14377: I hadn't looked at this code in a while. Reading it now, it
14378: seems to me that the tests should also be ">= MAX_DEPTH" to
14379: comply with the invariant, though that may not matter a lot. I
14380: changed that, too.
14381:
14382: Hans
14383:
14384: 2003-04-07 paf
14385:
14386: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14387: merged from head:safe mode error message now includes numbers
14388:
14389: * src/main/execute.C: n-th attempt to make a=a work with double.
14390: problem: as_double returns it's result in fp-register compiler
14391: optimizes access to that register after b->as_double, and just
14392: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14393: from memory. _SAME_ double values do not match here. when
14394: forced to REload fp-register, values do match.
14395:
14396: tried to make them volatile.
14397:
14398: * src/main/execute.C: n-th attempt to make a=a work with double.
14399: problem: as_double returns it's result in fp-register compiler
14400: optimizes access to that register after b->as_double, and just
14401: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14402: from memory. _SAME_ double values do not match here. when
14403: forced to REload fp-register, values do match.
14404:
14405: tried to make them volatile.
14406:
14407: * src/types/pa_vobject.h: small style change
14408:
14409: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14410:
14411: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14412: mode error message now includes numbers
14413:
14414: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14415: now causes death
14416:
14417: 2003-04-04 paf
14418:
14419: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14420: incorportated pa_exec patch by From: "Victor Fedoseev"
14421: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14422: Sent: Thursday, January 23, 2003 9:14 AM
14423:
14424: huge speedup on ^file::cgi with big result
14425:
14426: * src/classes/table.C: sort table with 0 rows bug fixed
14427:
14428: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14429: fix http://i2/tasks/edit/?id=4493701604654042676
14430:
14431: @main[] $with_default[ $.a[1] $._default[default from
14432: with_default] ] ^show[$with_default]
14433:
14434: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14435: =$to_add_to.xxx=<br>
14436:
14437: ^show[$to_add_to]
14438:
14439: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14440: ^show[$cloned]
14441:
14442: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14443:
14444: } <hr>
14445:
14446: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14447: http://i2/tasks/edit/?id=4493701604654042676
14448:
14449: @main[] $with_default[ $.a[1] $._default[default from
14450: with_default] ] ^show[$with_default]
14451:
14452: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14453: =$to_add_to.xxx=<br>
14454:
14455: ^show[$to_add_to]
14456:
14457: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14458: ^show[$cloned]
14459:
14460: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14461:
14462: } <hr>
14463:
14464: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14465: http://i2/tasks/edit/?id=4507350336410850921
14466:
14467: * src/classes/xdoc.C: memory allocation func bugfix
14468: http://i2/tasks/edit/?id=4499303470368629745
14469:
14470: * src/classes/math.C: allowed random 1...
14471:
14472: * src/classes/math.C: allowed random 0..
14473:
14474: * src/main/pa_globals.C: exif mem leak
14475: http://i2/tasks/edit/?id=4480590323629807263
14476:
14477: * src/: classes/classes.dsp, main/main.dsp,
14478: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14479: fix http://i2/tasks/edit/?id=4493946731322521294
14480: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14481:
14482: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14483: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14484: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14485: links to xml libs made relative, no need to unpack parser3project
14486: to /parser3project.
14487:
14488: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14489: column more precise - tab handling bug fixed
14490:
14491: * src/main/: compile.tab.C, compile.y: more understandable error
14492: message in case @CLASS with more then one line inside
14493:
14494: * src/targets/cgi/parser3.C: more understandable error message in
14495: case of errors in @unhandled_exception
14496:
14497: 2003-04-03 paf
14498:
14499: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14500: src/main/compile.tab.C, src/main/compile.y,
14501: src/main/compile_tools.C, src/main/compile_tools.h,
14502: src/main/execute.C, src/main/pa_request.C: debug info format
14503: simplified, now it's: OP_VALUE Operation::Origin << here value*
14504:
14505: higher limits: file number (max: 255) line number (max:
14506: 64535) column number (max: 255)
14507:
14508: * src/classes/math.C: top limit
14509:
14510: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14511: precise parse error position in case of
14512:
14513: ^bug ]
14514:
14515: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14516: changed to realities, and passed [bug fixed]
14517:
14518: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14519: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14520: main/compile_tools.h, main/pa_request.C: introducing
14521: ^process...[main-method-alias]
14522:
14523: * src/: classes/date.C, classes/image.C, classes/op.C,
14524: classes/string.C, classes/table.C, classes/xdoc.C,
14525: types/pa_vmethod_frame.h: MethodParams& now [methods without
14526: params receive zero reference, but they are expected not to look
14527: there]
14528:
14529: * operators.txt, src/classes/date.C, src/classes/double.C,
14530: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14531: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14532: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14533: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14534: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14535: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14536: [methods without params receive zero reference, but they are
14537: expected not to look there]
14538:
14539: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14540: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14541: ^process...[filename] useful for better error reporting
14542: [file/line/col]
14543:
14544: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14545: types/pa_vstring.h: slightly improved error messages text: 1. is
14546: '%s', it 2. method undefined in case of ^void[]
14547:
14548: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14549: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14550: handling done. now we have error columns todo: test it
14551:
14552: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14553: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14554:
14555: this makes life easier: were: bad stack order -- were in
14556: exception catch unwind order, which didn't match execution order
14557:
14558: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14559:
14560: @first[] ^throw[a;1]
14561:
14562: showed throw a first throw b try
14563:
14564: which is no good
14565:
14566: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14567: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14568: trace reset after handled exception [old bug fixed]
14569:
14570: * src/main/: compile.tab.C, compile.y: parse position old bug
14571: fixed. position reporting made precise [both, in parse erros and
14572: runtime errors]
14573:
14574: 2003-04-02 paf
14575:
14576: * src/: include/pa_operation.h, include/pa_request.h,
14577: main/compile.C, main/compile.tab.C, main/compile.y,
14578: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14579: main/pa_exception.C, main/pa_request.C: debug info: started
14580: using. todo:complete
14581:
14582: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14583: main/compile.C, main/compile.tab.C, main/compile.y,
14584: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14585: main/pa_request.C: prepared debug info todo:use it
14586:
14587: * src/include/pa_operation.h: strange mistake fixed: forgot to
14588: return Operation class->union after switching from autoptrs.
14589:
14590: * tests/: Makefile, results/108.processed, results/117.processed:
14591: meta considered OK [it's up to coder now to remove it not needed]
14592:
14593: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14594: Dictionary constructor when moved to gc]
14595:
14596: * src/main/pa_common.C: uncommented http:// file loading
14597:
14598: * src/include/pa_array.h, src/main/execute.C,
14599: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14600: fix [gdGrowingBuf]
14601:
14602: * configure.in, src/lib/Makefile.am: removed patches
14603:
14604: * configure, src/include/pa_config_auto.h.in,
14605: src/main/pa_charset.C: --enable-assertions autoconf-ed
14606:
14607: * src/main/pa_common.C: uncommented http:// file loading
14608:
14609: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14610: xdoc::create/load
14611:
14612: * src/: classes/form.C, classes/hash.C, classes/image.C,
14613: classes/string.C, classes/table.C, classes/void.C,
14614: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14615: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14616: String::String(str,helper_length) are checked. found/fixed one
14617: place: $request:body now zero-terminated,
14618:
14619: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14620: main/compile_tools.C, main/execute.C, types/pa_value.h,
14621: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14622: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14623: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14624: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14625: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14626: types/pa_vxnode.h: more locally scoped vars in execute (more
14627: easily optimizable)
14628:
14629: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14630: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14631:
14632: * src/: include/pa_array.h, include/pa_stack.h,
14633: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14634: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14635: become assertion iterator in methodframe filler
14636:
14637: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14638: targets/cgi/parser3.C: array::get/put inlined
14639:
14640: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14641: gc_substitute_memory_management_functions +installed CORD_oom
14642: function
14643:
14644: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14645: src/include/pa_config_includes.h, src/include/pa_string.h,
14646: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14647: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14648: assertions started configure.in --enable-assertions
14649:
14650: 2003-04-01 paf
14651:
14652: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14653: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14654: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14655: gdome uses glib memory, and stores last pointer to xmlDoc there,
14656: gc misses that and collects valid memory fixed by remembering
14657: xmlDoc from dom object in xdoc. todo: do something with
14658: premature free of xdoc with xnodes/node values referring into it
14659:
14660: * src/classes/: mail.C: typo fix
14661:
14662: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14663: changes
14664:
14665: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14666: main/pa_memory.C: moved memory debugging to global level: to
14667: pa_gc_malloc
14668:
14669: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14670: debugging showed no errors. todo: debug parser memory
14671:
14672: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14673: configurations
14674:
14675: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14676: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14677: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14678: types/types.dsp: prepared xml-static configuration
14679:
14680: 2003-03-31 paf
14681:
14682: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14683: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14684: xml lib memory debugging, simple checks failed: it seems that
14685: library does realloc(bad ptr), and recording those ptrs in heap
14686: [for debugging] was bad: heap situation changes = everything
14687: works fine
14688:
14689: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14690: xmlRegisterCharEncodingHandler limitation [currently imposed
14691: limit of 10 user-defined charsets]
14692:
14693: 2003-03-28 paf
14694:
14695: * src/main/execute.C: execution stack copied to local register
14696: variable, removed lots [~2e7) of memory accesses
14697:
14698: 2003-03-27 paf
14699:
14700: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14701: works in debug, but fails in release todo: fix that
14702:
14703: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14704: targets/cgi/parser3.C: forgot to merge XML memory funcs
14705: replacement from gc branch
14706:
14707: * src/main/pa_exec.C: introducing append_help_length [radical
14708: improvement here]
14709:
14710: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14711: 'not recommened' in gc.h, on win32 noticed no difference]
14712:
14713: * src/include/pa_array.h: returned checked array get [were disabled
14714: for debugging] result:not slower [don't understand that, it were
14715: INLINED] todo: find out a way of inlining it!
14716:
14717: * src/: include/pa_string.h, lib/gc/include/gc.h,
14718: lib/gc/include/gc_fake.h, main/compile.tab.C,
14719: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14720: convention changed: all resulting strings are zero-terminated
14721:
14722: * src/: classes/date.C, classes/file.C, classes/hash.C,
14723: classes/string.C, classes/table.C, classes/void.C,
14724: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14725: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14726: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14727: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14728: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14729: types/pa_vfile.C, types/pa_vmail.C: introducing
14730: append_help_length [radical improvement here]
14731:
14732: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14733: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14734: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14735: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14736: even slower
14737:
14738: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14739: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14740: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14741: clients of &get(): most to use non-ref version, some[in tight
14742: places] to get_unchecked_ref
14743:
14744: * src/doc/memory.dox: forgot to add
14745:
14746: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14747: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14748: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14749: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14750: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14751: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14752: targets/cgi/parser3.dsp, types/pa_vmail.C,
14753: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14754: T>>&<< removed after Stack::pop wiping removed [moved to separate
14755: func] other Array & removed
14756:
14757: 2003-03-26 paf
14758:
14759: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14760: classes/table.C, include/pa_array.h, include/pa_charset.h,
14761: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14762: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14763: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14764: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14765: main/pa_exec.C, main/pa_sql_driver_manager.C,
14766: main/pa_stylesheet_manager.C, main/pa_table.C,
14767: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14768: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14769: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14770: pre-evaluated .count() in some places
14771:
14772: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14773: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14774: types/types.dsp: .dsp profiling updated
14775:
14776: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14777: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14778: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14779:
14780: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14781: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14782: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14783: use lib/gc,lib/cord
14784:
1.116 moko 14785: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14786: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14787: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14788: src/include/pa_config_includes.h, src/include/pa_request.h,
14789: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14790: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14791: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14792: src/lib/cord/include/Makefile.am,
1.116 moko 14793: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14794: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14795: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14796: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14797: src/types/pa_vform.h, src/types/pa_vhash.h,
14798: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14799: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14800: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14801: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14802: funcs ported pa_exec
1.95 moko 14803:
14804: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14805:
14806: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14807: bundled gc includes
14808:
14809: * src/: classes/op.C, include/pa_array.h,
14810: include/pa_sql_connection.h, include/pa_string.h,
14811: include/pa_version.h, main/compile.tab.C, main/compile.y,
14812: main/execute.C, main/pa_common.C, main/pa_exception.C,
14813: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14814: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14815: first real site (aval)]
14816:
14817: 2003-03-25 paf
14818:
14819: * operators.txt, src/main/pa_sql_driver_manager.C,
14820: src/types/pa_vstatus.C: $status.memory used free since_compact
14821: process
14822:
14823: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14824: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14825:
14826: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14827:
14828: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14829: src/types/pa_value.h, src/types/pa_vfile.h,
14830: src/types/pa_vobject.C, src/types/pa_vobject.h,
14831: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14832: tests/results/121.processed: untaint.C L_URI
14833:
14834: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14835: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14836: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14837: src/types/pa_vmemory.h: ^memory:compact[]
14838:
14839: * tests/results/109.processed: it was a bug in parser. updated 109
14840: test result
14841:
14842: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14843:
14844: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14845: tests/results/107.processed: fixed dom language [values are now
14846: considered tainted. it was a bug in parser. updated 107 test
14847: result
14848:
14849: * src/classes/xdoc.C: fixed transform params
14850:
14851: * src/: include/pa_stylesheet_manager.h,
14852: main/pa_stylesheet_manager.C: fixed stylesheet caching
14853:
14854: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14855: overloads for structure handling
14856:
14857: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14858: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14859: StringBody(0) ambiguilty, introducting static
14860: StringBody::Format(int)
14861:
14862: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14863: linked
14864:
14865: * src/types/pa_vxdoc.C: vxdoc compiled
14866:
14867: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14868: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14869: finalizers isntalled
14870:
14871: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14872: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14873: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14874: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14875: compiled todo: xnode.C / finalizers
14876:
14877: * src/doc/string.dox: updated: new string internals
14878:
14879: 2003-03-24 paf
14880:
14881: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14882: include/pa_charset.h, include/pa_config_fixed.h,
14883: include/pa_request.h, include/pa_stylesheet_connection.h,
14884: include/pa_stylesheet_manager.h, main/pa_charset.C,
14885: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14886: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14887: types/pa_vxnode.h: started XML
14888:
14889: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14890:
14891: * src/: classes/file.C, classes/image.C, classes/mail.C,
14892: include/pa_string.h, main/pa_common.C,
14893: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14894:
14895: * src/: classes/file.C, classes/image.C, classes/mail.C,
14896: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14897: main/pa_request.C, main/pa_sql_driver_manager.C,
14898: types/pa_vimage.h: size_t pos everywhere checks changed to check
14899: for eq STRING_NOT_FOUND
14900:
14901: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14902: optimize bit implemented
14903:
14904: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14905: String::ArrayFragment::append_positions fixed
14906:
14907: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14908: String::this_starts fixed
14909:
14910: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14911:
14912: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14913: hashcode implemented fully, including per-char callback [it can
14914: be - substr CORD node]
14915:
14916: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14917: rewritten to rewalloc with 100byte buf ahead
14918:
14919: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14920: src/include/pa_string.h, src/main/compile.tab.C,
14921: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14922: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14923: CORD_ec [bad] would rewrite as realloc now
14924:
14925: * src/: classes/date.C, classes/file.C, classes/form.C,
14926: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14927: include/pa_cache_managers.h, include/pa_charsets.h,
14928: include/pa_common.h, include/pa_request.h,
14929: include/pa_sql_driver_manager.h, include/pa_table.h,
14930: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14931: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14932: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14933: types/pa_vmail.C, types/pa_vmethod_frame.C,
14934: types/pa_vstateless_class.h: 2*2 worked :)
14935:
14936: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14937: src/include/pa_exec.h, src/include/pa_string.h,
14938: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14939: passed OK
14940:
14941: * src/: classes/hash.C, classes/string.C, classes/table.C,
14942: types/pa_value.C: all linked todo: debug
14943:
14944: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14945: types/pa_vstateless_class.C: all compiled. todo:link
14946:
14947: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14948:
14949: * src/types/pa_vtable.C: pa_vtable.C compiled
14950:
14951: * src/types/pa_vstring.C: pa_vstring.C compiled
14952:
14953: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14954:
14955: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14956: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14957: pa_vstateless_class.C, pa_vstateless_class.h:
14958: pa_vstateless_class.C compiled
14959:
14960: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14961: types/pa_vmath.C: pa_vmail.C compiled
14962:
14963: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14964:
14965: * src/types/pa_vform.C: pa_vform.C compiled
14966:
14967: * src/types/pa_vfile.C: pa_vfile.C compiled
14968:
14969: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14970: pa_vstateless_class.C: pa_vcookie.C compiled
14971:
14972: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14973: types/pa_vhash.h: pa_value.C compiled
14974:
14975: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14976: classes.lib main.lib compiled
14977:
14978: * src/classes/void.C: void.C compiled
14979:
14980: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14981: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14982: compiled
14983:
14984: * src/: classes/string.C, include/pa_request.h,
14985: include/pa_string.h, main/pa_string.C: string.C compiled
14986:
14987: * src/: classes/op.C, classes/string.C, classes/table.C,
14988: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14989: main/pa_request.C, main/pa_string.C: op.C compiled
14990:
14991: * src/classes/: math.C, op.C: math.C compiled
14992:
14993: * src/: classes/mail.C, classes/string.C, classes/table.C,
14994: types/pa_vmail.h: mail.C compiled
14995:
14996: * src/classes/: int.C, table.C: int.C compiled
14997:
14998: * src/: classes/hash.C, classes/image.C, classes/string.C,
14999: classes/table.C, include/pa_memory.h, include/pa_string.h,
15000: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15001: compiled
15002:
15003: * src/: classes/hash.C, classes/string.C, classes/table.C,
15004: classes/void.C, classes/xdoc.C, include/pa_request.h,
15005: include/pa_sql_connection.h: hash.C compiled
15006:
15007: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15008: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15009: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15010: classes/math.C, classes/op.C, classes/response.C,
15011: classes/string.C, classes/table.C, classes/void.C,
15012: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15013: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15014: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15015: file.C table.C compiled
15016:
15017: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15018: main/untaint.C: main.lib compiled
15019:
15020: 2003-03-21 paf
15021:
15022: * src/: classes/op.C, include/pa_cache_managers.h,
15023: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15024: include/pa_stylesheet_manager.h, main/pa_exception.C,
15025: main/pa_globals.C, main/pa_sql_driver_manager.C,
15026: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15027: compiled
15028:
15029: * src/: classes/hash.C, classes/image.C, classes/op.C,
15030: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15031: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15032: main/compile.C, main/pa_common.C, main/pa_request.C,
15033: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15034: pa_request.C compiled
15035:
15036: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15037: include/pa_request.h, main/execute.C, main/pa_request.C,
15038: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15039: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15040: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15041: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15042: compiled
15043:
15044: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15045: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15046: on unix
15047:
15048: * src/: include/pa_charset.h, include/pa_charsets.h,
15049: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15050: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15051: pa_charsets.C compiled
15052:
15053: * src/: classes/image.C, classes/mail.C, classes/op.C,
15054: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15055: main/compile.y, main/execute.C, main/pa_common.C,
15056: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15057: types/pa_vcode_frame.h, types/pa_vimage.h,
15058: types/pa_vmethod_frame.h: execute.C compiled
15059:
15060: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15061: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15062: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15063: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15064: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15065: include/pa_cache_managers.h, include/pa_charsets.h,
15066: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15067: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15068: include/pa_sql_driver_manager.h, include/pa_string.h,
15069: include/pa_stylesheet_connection.h,
15070: include/pa_stylesheet_manager.h, include/pa_table.h,
15071: main/compile.C, main/compile.tab.C, main/compile.y,
15072: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15073: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15074: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15075: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15076: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15077: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15078: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15079: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15080: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15081: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15082: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15083: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15084: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15085: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15086: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15087: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15088: types/pa_vresponse.h, types/pa_vstateless_class.C,
15089: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15090: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15091: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15092: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15093: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15094: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15095: [C++ CORD wrapper]
15096:
15097: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15098:
15099: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15100: $file::exec/cgi[script; $.charset[this is script's charset]
15101:
15102: command line, env values, input got transcoded before call
15103: stdout, stderr got transcoded after call
15104:
15105: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15106: by default. use: ^file::exec[...;$.stdin[$request.body]
15107:
15108: * src/main/pa_common.C: } typo bug fix
15109:
15110: * src/main/pa_common.C: } typo bug fix
15111:
15112: 2003-03-20 paf
15113:
15114: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15115: main/untaint.C: cord bug fix, but still errors todo: clear out
15116:
15117: * src/include/pa_string.h: more tests
15118:
15119: * src/main/pa_string.C: string.pos fixed
15120:
1.116 moko 15121: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15122: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15123: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15124: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15125: replaces
1.95 moko 15126:
15127: * src/: classes/image.C, include/pa_dictionary.h,
15128: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15129: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15130: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15131: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15132:
15133: * src/include/pa_string.h: warning
15134:
15135: * src/include/pa_string.h: this_starts fixed
15136:
15137: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15138: new String ctor & append params convention
15139:
15140: * src/: classes/file.C, classes/hash.C, classes/image.C,
15141: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15142: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15143: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15144: main/pa_exception.C, main/pa_exec.C,
15145: main/pa_sql_driver_manager.C, main/pa_string.C,
15146: main/pa_stylesheet_manager.C, main/untaint.C,
15147: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15148: types/pa_vmail.C: more tests OK
15149:
15150: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15151: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15152: gc/exit runned OK
15153:
15154: * src/types/pa_vmail.C: another naming problem: should not name
15155: vars like that: unpredictable close caused problems with later
15156: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15157: descriptors missing on startup: stdin; Bad file number
15158:
15159: todo: find out why so many filters(stream) here. probably wrong?
15160:
15161: * src/: include/pa_dictionary.h, include/pa_string.h,
15162: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15163: main/untaint.C: test compiled
15164:
15165: * src/: classes/image.C, classes/mail.C, classes/math.C,
15166: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15167: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15168: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15169: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15170: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15171: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15172: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15173: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15174: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15175:
15176: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15177: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15178: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15179: src/include/pa_memory.h, src/include/pa_request.h,
15180: src/include/pa_request_charsets.h,
15181: src/include/pa_sql_connection.h, src/include/pa_string.h,
15182: src/main/compile.tab.C, src/main/execute.C,
15183: src/main/pa_charset.C, src/main/pa_common.C,
15184: src/main/pa_exception.C, src/main/pa_exec.C,
15185: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15186: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15187: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15188: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15189: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15190: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15191: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15192: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15193: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15194: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15195: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15196: pa_common.C [done, without http for now]
15197:
15198: 2003-03-19 paf
15199:
15200: * src/: classes/date.C, classes/form.C, classes/hash.C,
15201: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15202: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15203: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15204: include/pa_string.h, include/pa_table.h, main/compile.C,
15205: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15206: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15207: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15208: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15209: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15210: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15211: types/pa_vstateless_class.h, types/pa_vtable.C,
15212: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15213: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15214: types/pa_wwrapper.h: started test
15215:
1.116 moko 15216: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15217: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15218:
15219: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15220: include/pa_string.h, main/pa_string.C: string compiled todo: test
15221: it
15222:
15223: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15224: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15225: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15226: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15227: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15228: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15229: types/pa_vmethod_frame.h, types/types.dsp: string
15230: reimplementation with cord+array<fragment>: 70%
15231:
15232: 2003-03-18 paf
15233:
15234: * src/: classes/date.C, classes/file.C, classes/form.C,
15235: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15236: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15237: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15238: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15239: can ignore lang in cmp and pos really, but would
15240: split properly!
15241:
15242: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15243: cord part made parser/src/lib: it's not compiled into libgc by
15244: default
15245:
15246: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15247: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15248: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15249: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15250: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15251: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15252: src/classes/xnode.C, src/classes/xnode.h,
15253: src/include/Makefile.am, src/include/pa_cache_managers.h,
15254: src/include/pa_charset.h, src/include/pa_charsets.h,
15255: src/include/pa_common.h, src/include/pa_dictionary.h,
15256: src/include/pa_exception.h, src/include/pa_exec.h,
15257: src/include/pa_globals.h, src/include/pa_hash.h,
15258: src/include/pa_memory.h, src/include/pa_pool.h,
15259: src/include/pa_request.h, src/include/pa_request_charsets.h,
15260: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15261: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15262: src/include/pa_stylesheet_connection.h,
15263: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15264: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15265: src/main/compile.C, src/main/compile.tab.C,
15266: src/main/compile_tools.C, src/main/compile_tools.h,
15267: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15268: src/main/pa_charsets.C, src/main/pa_common.C,
15269: src/main/pa_dictionary.C, src/main/pa_exception.C,
15270: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15271: src/main/pa_pool.C, src/main/pa_request.C,
15272: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15273: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15274: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15275: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15276: src/types/pa_junction.h, src/types/pa_method.h,
15277: src/types/pa_value.C, src/types/pa_value.h,
15278: src/types/pa_vclass.C, src/types/pa_vclass.h,
15279: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15280: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15281: src/types/pa_vdouble.h, src/types/pa_venv.h,
15282: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15283: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15284: src/types/pa_vimage.C, src/types/pa_vimage.h,
15285: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15286: src/types/pa_vmath.C, src/types/pa_vmath.h,
15287: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15288: src/types/pa_vobject.C, src/types/pa_vobject.h,
15289: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15290: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15291: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15292: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15293: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15294: src/types/pa_vstring.h, src/types/pa_vtable.C,
15295: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15296: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15297: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15298: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15299: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15300: gc: PA_Object done lots of replacements also
15301:
15302: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15303: gc logging
15304:
15305: 2003-03-17 paf
15306:
15307: * src/: classes/date.C, classes/file.C, classes/form.C,
15308: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15309: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15310: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15311: include/pa_string.h, include/pa_types.h, main/compile.C,
15312: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15313: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15314: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15315: main/pa_sql_driver_manager.C, main/pa_string.C,
15316: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15317: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15318: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15319: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15320: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15321: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15322: types/pa_vxnode.h: libgc attempt
15323:
15324: 2003-03-13 paf
15325:
15326: * src/: include/pa_sql_driver_manager.h,
15327: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15328: called
15329:
15330: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15331: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15332: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15333: types/pa_value.h, types/pa_vobject.h,
15334: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15335: set_base, set_derived simplified [counter leaks fixed]
15336:
15337: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15338: src/types/types.dsp: incorporated status class patch From:
15339: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15340: 2003 8:14 AM
15341:
15342: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15343: Win32 specific: QuotaPeakNonPagedPoolUsage
15344: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15345:
15346: 2003-03-12 paf
15347:
1.116 moko 15348: * configure, configure.in, src/lib/ltdl/configure,
15349: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15350: lib/ltdl/Makefile now created by /configure.in only [were by
15351: lib/ltdl/configure.in OVERWRITE]
15352:
1.116 moko 15353: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15354: linkage fixed for g++ 3.2.2
1.95 moko 15355:
15356: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15357: on using privately declared class [fixed]
15358:
15359: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15360: 3.2 rightliy complained on using privately declared class [fixed]
15361:
15362: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15363: sigpipe before request constructor now causes death
15364:
15365: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15366: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15367: not cause exception in exception handler
15368:
1.116 moko 15369: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15370: now default links libstdc++ statically. that can be overriden by
15371: --with-dynamic-stdcpp
1.95 moko 15372:
15373: 2003-03-11 paf
15374:
15375: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15376: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15377: necessity of libstdc++
15378:
15379: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15380:
15381: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15382:
15383: 2003-03-08 paf
15384:
15385: * tests/Makefile: make install & co
15386:
15387: * src/: include/pa_request.h, classes/op.C: removing
15388: vclass,object.h -> pa_request.h dependency
15389:
15390: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15391: main/pa_request.C: removing vform,response,cookie.h ->
15392: pa_request.h dependency
15393:
15394: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15395: dependency [testing...]
15396:
15397: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15398: return 0; fixed
15399:
15400: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15401: types/pa_vmail.h: vmail.C received just compiled [not tested]
15402:
15403: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15404:
15405: * src/main/pa_request.C: forgotten: ifdef XML
15406:
15407: * src/main/pa_request.C: forgotten: ifdef XML
15408:
15409: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15410: win32 and run memleak tests again
15411:
15412: * src/targets/cgi/parser3.C: charsets: see some strange things with
15413: old xml lib-- it's internal memory handling has faults
15414:
15415: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15416: problems when transcode from charset A to A.
15417:
15418: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15419: todo: still problems when transcode from charset A to A.
15420:
15421: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15422: classes/table.C, include/pa_array.h,
15423: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15424: started full-scale-site-test [~ http://parser.ru sources]
15425:
15426: some fixes
15427:
15428: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15429: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15430: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15431: results/110.processed, results/111.processed,
15432: results/112.processed, results/113.processed,
15433: results/114.processed, results/115.processed,
15434: results/116.processed, results/117.processed,
15435: results/118.processed, results/119.processed,
15436: results/120.processed: xml: tests 109 dom create/show 110 xpath
15437: selectSingle 111 xdoc.create from tainted & 112
15438: xdoc.create/output with russian attr value 113 xpath
15439: selectString/Number 114 dom attributes.count 115 xpath selectBool
15440: 116 output media-type change 117 transform by dom stylesheet 118
15441: empty transform result 119 dom setAttribute 120 nbsp letter
15442: output
15443:
15444: =END OF PREPARED XML TESTS=
15445:
15446: 2003-03-07 paf
15447:
15448: * src/classes/xdoc.C, src/include/pa_charset.h,
15449: src/include/pa_stylesheet_connection.h, tests/108.html,
15450: tests/108.xsl, tests/results/108.processed: xml: test 108
15451: transform with params [bugs fixed]
15452:
15453: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15454: from copy/paste bug
15455:
15456: * src/classes/xdoc.C, src/include/pa_charset.h,
15457: src/include/pa_request.h, src/main/execute.C,
15458: src/main/pa_charset.C, src/main/pa_exception.C,
15459: src/main/pa_globals.C, src/main/pa_request.C,
15460: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15461: src/types/pa_vxnode.C, tests/107.html,
15462: tests/results/107.processed: xml: test: 107 bug fixes
15463:
15464: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15465: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15466: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15467:
15468: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15469: string
15470:
15471: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15472: mem alloc functions used for different cases [libxml, libxsl]
15473:
15474: * src/classes/classes.C: fixed: prevent system classes from
15475: modification to lock ALL the classes, not only directly used
15476:
15477: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15478: linked
15479:
15480: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15481:
15482: 2003-03-06 paf
15483:
15484: * src/classes/xdoc.C: xdoc.C 50%
15485:
15486: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15487: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15488: main/pa_globals.C, main/pa_request.C,
15489: main/pa_stylesheet_manager.C: xnode.C compiled
15490:
15491: * src/: include/pa_stylesheet_connection.h,
15492: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15493: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15494:
15495: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15496: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15497: xml: stylesheet&manager STARTED
15498:
15499: * src/: include/pa_globals.h, main/pa_charset.C,
15500: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15501:
15502: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15503: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15504: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15505: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15506: charsets
15507:
15508: * tests/023.html: in some cases it rounded up badly. postponing
15509: solution of that problem, making more simple test
15510:
15511: * tests/: 058_paf2000.png, results/058.processed: .png added with
15512: -kb now
15513:
15514: * src/: include/pa_charset.h, include/pa_charsets.h,
15515: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15516: moved to charsets.C
15517:
15518: 2003-03-05 paf
15519:
15520: * src/classes/string.C, src/include/pa_string.h,
15521: src/main/pa_string.C, tests/105.html,
15522: tests/results/105.processed: String::match bug fixed
15523:
15524: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15525: tests/results/104.processed: ^bpt operator added [does int3 in
15526: debug build on win32]
15527:
15528: * tests/: 057.html, results/057.processed: test bug fixed
15529:
1.116 moko 15530: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15531:
15532: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15533: missing
15534:
1.116 moko 15535: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15536: forgotten files added to Makes
1.95 moko 15537:
15538: * ltmain.sh: ltmain.sh added
15539:
15540: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15541: change undone ;(
15542:
15543: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15544: made static
15545:
15546: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15547: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15548: todo:make linker happy
1.95 moko 15549:
15550: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15551: env param made optional
15552:
15553: 2003-03-04 paf
15554:
15555: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15556: types/pa_vimage.h: number of gcc compiler bugs fixed
15557:
15558: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15559: results/103.processed: tests: 103 image.copy transparence test
15560:
15561: * src/main/execute.C, tests/101.html, tests/102.html,
15562: tests/results/101.processed, tests/results/102.processed: tests:
15563: 101 method/variable name conflict test 102 form fields change
15564: should not not change anything [bug fix]
15565:
15566: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15567: results/099.processed, results/100.processed: tests: 57 date
15568: create 2002: added 99,100 response:body/download
15569:
15570: * src/classes/image.C, tests/098.html, tests/098font.gif,
15571: tests/results/098.processed: test: 98 image font text [bug fixed]
15572:
15573: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15574: tests/results/097.processed: test: 97 file::load http:// [bugs
15575: fixed]
15576:
15577: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15578: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15579: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15580: image EXIF [bug fixed]
15581:
15582: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15583: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15584: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15585: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15586: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15587: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15588: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15589: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15590: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15591: tests/094.html, tests/095.html, tests/results/061.processed,
15592: tests/results/062.processed, tests/results/063.processed,
15593: tests/results/064.processed, tests/results/065.processed,
15594: tests/results/066.processed, tests/results/067.processed,
15595: tests/results/068.processed, tests/results/069.processed,
15596: tests/results/070.processed, tests/results/071.processed,
15597: tests/results/072.processed, tests/results/073.processed,
15598: tests/results/074.processed, tests/results/075.processed,
15599: tests/results/076.processed, tests/results/077.processed,
15600: tests/results/078.processed, tests/results/080.processed,
15601: tests/results/081.processed, tests/results/082.processed,
15602: tests/results/083.processed, tests/results/084.processed,
15603: tests/results/085.processed, tests/results/086.processed,
15604: tests/results/087.processed, tests/results/088.processed,
15605: tests/results/089.processed, tests/results/090.processed,
15606: tests/results/091.processed, tests/results/092.processed,
15607: tests/results/093.processed, tests/results/094.processed,
15608: tests/results/095.processed, tests/079.html,
15609: tests/results/079.processed: tests: 61 file::stat size 62
15610: string->int autoconvert 63 double .int,dec,div,mul 64 date
15611: compare 65 file: basename,justname,justext 66 math:crypt 67
15612: string.match simple on long 68 string.match normalized simple on
15613: long 69 string.int 70 file::stat content-type 71 table.join 72
15614: hash parameter conditional pass 73 date daylightsaving,yearday 74
15615: date arithmetics 75 response date values/attributes 76 string.pos
15616: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15617: with local 80 scientific numeric literal in string autoconvert 81
15618: xor: logical and numerical 82 for delims 83 menu delims 84
15619: table.hash distinct 85 long string replace 86 throw+catch
15620: current language preserve 87 bit shifts 88 junction tests +
15621: $caller test 89 hash.foreach selfmodification 90 int/void to int
15622: 91 $caller test 92 junction is + def junction tests 93 $caller
15623: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15624:
15625: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15626: fixed] 60 string eq string [bug fixed]
15627:
15628: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15629: 058.html, 058_paf2000.png, 059.html, 060.html,
15630: results/053.processed, results/054.processed,
15631: results/055.processed, results/056.processed,
15632: results/057.processed, results/058.processed,
15633: results/059.processed, results/060.processed: test: 53
15634: string.replace 54 junctions 55 table.hash 56 call indirect 57
15635: date.create[string] 58 image.measure[png]
15636:
15637: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15638: outputs/051.processed, results/052.processed: test: 52
15639: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15640: task: fix that
15641:
15642: 2003-03-03 paf
15643:
15644: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15645: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15646: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15647: outputs/049.processed, outputs/050.processed,
15648: outputs/051.processed, results/001.processed,
15649: results/002.processed, results/003.processed,
15650: results/005.processed, results/006.processed,
15651: results/008.processed, results/009.processed,
15652: results/011.processed, results/012.processed,
15653: results/013.processed, results/014.processed,
15654: results/015.processed, results/016.processed,
15655: results/017.processed, results/020.processed,
15656: results/021.processed, results/022.processed,
15657: results/024.processed, results/025.processed,
15658: results/026.processed, results/027.processed,
15659: results/028.processed, results/029.processed,
15660: results/030.processed, results/031.processed,
15661: results/049.processed, results/050.processed,
15662: results/051.processed, results/043.processed,
15663: results/044.processed, results/045.processed,
15664: results/046.processed, results/047.processed,
15665: results/048.processed: tests: 43,44,45 date rolls 46
15666: autoevaluating junction 47 table.select 48 name with subvar 49
15667: hash-creating switch 50 process 51 started parent/child, works as
15668: it were but it were NOT GOOD, created separate task to fix that
15669:
15670: * tests/: 042.html, results/042.processed: test: 42
15671: exception.handled
15672:
15673: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15674: expression
15675:
15676: * tests/: 040.html, results/040.processed: test: 39 method result
15677: of type table 40 method param junction auto evaluate
15678:
15679: * tests/: 039.html, results/039.processed: test: 37 method result
15680: of type table
15681:
15682: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15683: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15684: tests/038.html, tests/results/033.processed,
15685: tests/results/034.processed, tests/results/035.processed,
15686: tests/results/036.processed, tests/results/037.processed,
15687: tests/results/038.processed: tests: 33 string.replace 34
15688: string.upper 35 table created 36 local/global vars with juntions
15689: 37 table clone 38 math PI & number formatting
15690:
15691: math class registring typo fixed
15692:
15693: * src/classes/op.C, src/include/pa_request.h,
15694: src/include/pa_string.h, src/main/execute.C,
15695: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15696: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15697: tests/032.html, tests/results/032.processed: uchar changed to
15698: String_UL in all places [was not everywhere] untaint test: 032
15699:
15700: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15701: tests/results/004.processed, tests/parser-cygwin.sh,
15702: tests/parser-unix.sh: removed -H command line key, now testing
15703: using .sh file with SERVER_SOFTWARE=xxx
15704:
15705: 2003-02-26 paf
15706:
15707: * src/main/execute.C, src/types/pa_vstateless_class.h,
15708: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15709: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15710: tests/results/024.processed, tests/results/025.processed,
15711: tests/results/026.processed, tests/results/027.processed,
15712: tests/results/028.processed, tests/results/029.processed,
15713: tests/results/030.processed, tests/results/031.processed: fixed
15714: bug with name_cstr mutable CharPtr more tests
15715:
15716: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15717: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15718: << abort. die now just exits
15719:
15720: * src/classes/classes.awk, src/classes/classes.h,
15721: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15722: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15723: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15724: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15725: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15726: src/classes/xnode.C, src/include/pa_memory.h,
15727: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15728: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15729: src/types/pa_vform.C, tests/015.html, tests/016.html,
15730: tests/017.html, tests/018.html, tests/019.html,
15731: tests/019paf2001.gif, tests/020.html, tests/021.html,
15732: tests/022.html, tests/023.html, tests/022_dir/a.html,
15733: tests/022_dir/b.txt, tests/022_dir/c.htm,
15734: tests/results/015.processed, tests/results/016.processed,
15735: tests/results/017.processed, tests/results/018.processed,
15736: tests/results/019.processed, tests/results/020.processed,
15737: tests/results/021.processed, tests/results/022.processed,
15738: tests/results/023.processed: methoded_array now contains all Mxxx
15739: classes SAPI::get_env now returns info on pool more tests
15740:
15741: * src/include/pa_array.h, src/include/pa_hash.h,
15742: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15743: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15744: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15745: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15746: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15747: tests/results/001.processed, tests/results/002.processed,
15748: tests/results/003.processed, tests/results/004.processed,
15749: tests/results/005.processed, tests/results/006.processed,
15750: tests/results/007.processed, tests/results/008.processed,
15751: tests/results/009.processed, tests/results/010.processed,
15752: tests/results/011.processed, tests/results/012.processed,
15753: tests/results/013.processed, tests/results/014.processed: hash
15754: cloning fixed
15755:
15756: 2003-02-25 paf
15757:
15758: * src/main/pa_common.C: typo fixed
15759:
15760: 2003-02-24 paf
15761:
15762: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15763: [one remained]
15764:
15765: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15766: [should have been get_string(&pool)] todo: check other such calls
15767:
15768: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15769: test10, bad lookups
15770:
15771: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15772: object got destructed, and xxx points to sky
15773:
15774: * ChangeLog, src/classes/string.C: match bug fixed
15775:
15776: * src/types/pa_vmail.C: body [text/html] transcoded to
15777: $.charset[specified] now
15778:
15779: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15780: which failed to handle sigsetjmp+throw: crashed inside of
15781: pre-throw code. rewritten simplier [though duplicating
15782: closesocket code]
15783:
15784: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15785: which failed to handle sigsetjmp+throw: crashed inside of
15786: pre-throw code. rewritten simplier [though duplicating
15787: closesocket code]
15788:
15789: 2003-02-21 paf
15790:
15791: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15792: $cookie:name[$.expires[date << can be now]]
15793:
15794: written makefile with regression tests [raw]
15795:
15796: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15797: tests' only [it's not forcing CGI mode now] now use -H to output
15798: CGI header when parser used in command line [useful for tests
15799: also]
15800:
15801: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15802: switches on CGI mode, and is used in regression tests
15803:
15804: * src/: include/pa_request.h, main/pa_request.C,
15805: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15806: fixed
15807:
15808: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15809: handling pa_*
15810:
15811: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15812: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15813: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15814: memory handling files
15815:
15816: * src/main/pa_array.C: pool::format_integer terminator fixed
15817:
15818: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15819: compiles OK test to show benefits of free
15820:
15821: * src/: classes/file.C, classes/image.C, classes/mail.C,
15822: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15823: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15824: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15825: use pool [as the one in ^process]
15826:
15827: * src/classes/op.C: fixed process. sould now check for all cstr's
15828: -- some must use pool [as the one in ^process]
15829:
15830: 2003-02-20 paf
15831:
15832: * src/: classes/date.C, classes/double.C, classes/file.C,
15833: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15834: classes/math.C, classes/op.C, classes/response.C,
15835: classes/string.C, classes/table.C, classes/void.C,
15836: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15837: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15838: string cmp fixed
15839:
15840: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15841: values passed OK now
15842:
15843: 2003-02-19 paf
15844:
15845: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15846: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15847: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15848: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15849: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15850: all remaning leaks resulted from pooled::malloc calls [excluding
15851: in gd -- planning complete rewrite extremely ugly code]
15852:
15853: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15854: files
15855:
15856: 2003-02-17 paf
15857:
15858: * src/: classes/date.C, classes/double.C, classes/file.C,
15859: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15860: classes/response.C, classes/string.C, classes/table.C,
15861: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15862: include/pa_stylesheet_connection.h,
15863: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15864: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15865: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15866: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15867: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15868: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15869: of unitialized simple-typed field
15870:
15871: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15872: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15873: simple-typed field fixed. todo: find&kill all like that one
15874:
15875: * src/: main/execute.C, targets/cgi/pa_pool.C,
15876: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15877: debug output fixed
15878:
15879: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15880: main/pa_request.C: stack-stored items need extra .ref to prevent
15881: object_ptr from delete[them]
15882:
15883: * src/: classes/date.C, classes/op.C, classes/table.C,
15884: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15885: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15886: main/pa_charset.C, main/pa_common.C,
15887: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15888: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15889: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15890: calls
15891:
15892: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15893: couple mem leaks rusulted from old pooled::malloc usage.
15894: todo:find more like those
15895:
15896: * src/main/: compile.C, compile_tools.C: 2*2!
15897:
15898: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15899: stackItem fixed [there were no string on stack before]
15900:
15901: * src/: main/execute.C, main/pa_request.C,
15902: types/pa_vmethod_frame.C: first letters out OK
15903:
15904: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15905: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15906: main/pa_string.C, main/untaint.C, types/pa_value.h,
15907: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15908: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15909: type not initialized with zeros :( while class fields of class
15910: types initialized with default constructors. learn C++
15911:
15912: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15913: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15914: classes/math.C, classes/xdoc.C, classes/xnode.C,
15915: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15916: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15917:
15918: 2003-02-14 paf
15919:
15920: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15921: 13 link errors
15922:
15923: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15924: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15925: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15926: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15927: errors :)
15928:
15929: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15930: classes/hash.C, classes/mail.C, classes/op.C,
15931: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15932: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15933: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15934: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15935:
15936: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15937: classes/table.C, include/pa_common.h, include/pa_globals.h,
15938: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15939: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15940: types/pa_vint.h, types/types.dsp: op compiled
15941:
15942: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15943: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15944: main/untaint.C, types/pa_vtable.h: string, response compiled
15945:
15946: 2003-02-07 paf
15947:
15948: * src/: classes/table.C, types/pa_vtable.h: table compiled
15949:
15950: 2003-02-06 paf
15951:
15952: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15953: mail compiled
15954:
15955: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15956: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15957: types/pa_vfile.h, types/pa_vimage.h: image compiled
15958:
15959: * src/classes/: file.C, form.C: form compiled
15960:
15961: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15962: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15963: types/pa_vfile.C, types/pa_vfile.h: file compiled
15964:
15965: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15966: types/pa_vmath.h: math compiled [win32]
15967:
15968: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15969: types/pa_vstring.h: hash compiled
15970:
15971: 2003-02-04 paf
15972:
15973: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15974: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15975: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15976: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15977: types/pa_vhash.h: hash 50% compiled
15978:
15979: * src/: classes/date.C, classes/file.C, classes/hash.C,
15980: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15981: classes/string.C, classes/table.C, classes/xdoc.C,
15982: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15983: main/pa_string.C: date compiled
15984:
15985: * src/classes/: classes.dsp, double.C: double compiled
15986:
15987: * src/: classes/date.C, classes/double.C, classes/file.C,
15988: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15989: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15990: classes/string.C, classes/table.C, classes/void.C,
15991: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15992: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15993: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15994: compiled
15995:
15996: * src/: classes/date.C, classes/double.C, classes/file.C,
15997: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15998: classes/math.C, classes/op.C, classes/response.C,
15999: classes/string.C, classes/table.C, classes/void.C,
16000: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16001: types/pa_vvoid.h: void compiled :)
16002:
16003: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16004: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16005: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16006: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16007: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16008: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16009: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16010: types/pa_vresponse.C, types/pa_vstateless_class.C,
16011: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16012: types/pa_wcontext.C, types/types.dsp: removed stupid
16013: value_includes.h
16014:
16015: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16016: trying to remove stupid value_includes.h
16017:
16018: * src/main/pa_exec.C: pa_exec compiled on win32
16019:
16020: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16021:
16022: * src/: include/pa_globals.h, include/pa_request.h,
16023: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16024: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16025: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16026: types/pa_vrequest.C, types/pa_vstateless_class.C,
16027: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16028:
16029: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16030: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16031: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16032:
16033: * src/: include/pa_array.h, include/pa_config_includes.h,
16034: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16035: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16036: compiled
16037:
16038: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16039: name conflicts)
16040:
16041: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16042: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16043: yelds "virtual memory exhausted" while trying to compile
16044: execute.C [eating up to 127MB]
16045:
16046: 2003-02-03 paf
16047:
16048: * src/: include/pa_config_includes.h, include/pa_hash.h,
16049: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16050: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16051: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16052: types/pa_vint.h, types/pa_vjunction.h,
16053: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16054: started gcc compiling pa_common compiled
16055:
16056: * src/: include/pa_exception.h, include/pa_pool.h,
16057: main/pa_exception.C: exception gcc change #1
16058:
1.116 moko 16059: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16060: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16061:
16062: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16063:
16064: * src/types/pa_vtable.C: vtable compiled
16065:
16066: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16067:
16068: * src/: include/pa_cache_managers.h, main/pa_request.C,
16069: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16070:
16071: * src/types/pa_vstateless_class.C: vstateless_class compiled
16072:
16073: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16074:
16075: * src/types/pa_vrequest.C: vrequest compiled
16076:
16077: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16078: pa_vobject.C, pa_vobject.h: vobject compiled
16079:
16080: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16081: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16082: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16083: compiled
16084:
16085: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16086:
16087: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16088: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16089: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16090: compiled
16091:
16092: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16093: main.lib - 0 error(s), 0 warning(s)
16094:
16095: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16096: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16097:
16098: 2003-01-31 paf
16099:
16100: * src/: include/pa_array.h, include/pa_operation.h,
16101: include/pa_request.h, main/execute.C, main/main.dsp,
16102: types/pa_vjunction.h: started last file from main library:
16103: execute
16104:
16105: * src/: include/pa_request.h, include/pa_sapi.h,
16106: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16107: main/pa_request.C, targets/cgi/parser3.C,
16108: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16109: types/pa_vhash.h: pa_request compiled
16110:
16111: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16112: include/pa_globals.h, include/pa_request.h,
16113: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16114: main/execute.C, main/main.dsp, main/pa_common.C,
16115: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16116: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16117: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16118: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16119: types/types.dsp: most pa_request compiled
16120:
16121: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16122: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16123: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16124: classes/op.C, classes/response.C, classes/string.C,
16125: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16126: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16127: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16128: include/pa_config_fixed.h, include/pa_config_includes.h,
16129: include/pa_dictionary.h, include/pa_dir.h,
16130: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16131: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16132: include/pa_pool.h, include/pa_request.h,
16133: include/pa_request_charsets.h, include/pa_request_info.h,
16134: include/pa_sapi.h, include/pa_socks.h,
16135: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16136: include/pa_stack.h, include/pa_string.h,
16137: include/pa_stylesheet_connection.h,
16138: include/pa_stylesheet_manager.h, include/pa_table.h,
16139: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16140: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16141: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16142: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16143: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16144: main/compile.C, main/compile.tab.C, main/compile.y,
16145: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16146: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16147: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16148: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16149: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16150: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16151: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16152: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16153: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16154: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16155: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16156: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16157: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16158: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16159: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16160: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16161: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16162: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16163: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16164: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16165: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16166: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16167: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16168: types/pa_vresponse.h, types/pa_vstateless_class.C,
16169: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16170: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16171: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16172: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16173: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16174: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16175:
16176: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16177: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16178: src/include/pa_charsets.h, src/include/pa_common.h,
16179: src/include/pa_dictionary.h, src/include/pa_exception.h,
16180: src/include/pa_exec.h, src/include/pa_pool.h,
16181: src/include/pa_request.h, src/include/pa_sapi.h,
16182: src/include/pa_sql_connection.h,
16183: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16184: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16185: src/main/compile.tab.C, src/main/compile_tools.C,
16186: src/main/compile_tools.h, src/main/main.dsp,
16187: src/main/pa_charset.C, src/main/pa_charsets.C,
16188: src/main/pa_common.C, src/main/pa_dictionary.C,
16189: src/main/pa_exception.C, src/main/pa_exec.C,
16190: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16191: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16192: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16193: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16194: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16195: src/types/pa_vdouble.h, src/types/pa_venv.h,
16196: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16197: src/types/pa_vhash.h, src/types/pa_vimage.C,
16198: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16199: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16200: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16201: src/types/pa_vobject.C, src/types/pa_vobject.h,
16202: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16203: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16204: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16205: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16206: src/types/pa_vstring.h, src/types/pa_vtable.h,
16207: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16208: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16209: died, long live StringPtr
16210:
16211: 2003-01-30 paf
16212:
16213: * src/: include/pa_charset.h, include/pa_request.h,
16214: include/pa_sql_driver_manager.h, main/compile.tab.C,
16215: main/compile.y, main/compile_tools.h, main/pa_request.C,
16216: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16217:
16218: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16219: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16220: types/pa_vhash.h, types/pa_vmethod_frame.h,
16221: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16222: types/types.dsp: vstateless_class compiled
16223:
16224: * src/main/compile.C: compile compiled
16225:
16226: * src/: include/pa_array.h, include/pa_operation.h,
16227: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16228: main/pa_table.C: compile_tools compiled
16229:
16230: * src/: include/pa_operation.h, main/compile.y,
16231: main/compile_tools.C, main/compile_tools.h: started
16232: compile_tools. vagues ideas of how to free compiled code
16233:
16234: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16235: main/main.dsp, types/pa_value.C, types/pa_value.h,
16236: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16237: compiled
16238:
16239: 2003-01-29 paf
16240:
16241: * src/: include/pa_globals.h, include/pa_request.h,
16242: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16243: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16244: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16245: compiled
16246:
16247: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16248: now
16249:
16250: * src/: include/pa_array.h, include/pa_exception.h,
16251: include/pa_pool.h, main/pa_exception.C: gd compiled
16252:
16253: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16254: compiled
16255:
16256: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16257: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16258: types/pa_vfile.h: vfile compiled
16259:
16260: * src/: include/pa_common.h, include/pa_globals.h,
16261: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16262: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16263: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16264:
16265: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16266: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16267: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16268: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16269: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16270:
16271: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16272: main/main.dsp, main/untaint.C: more compiled
16273:
16274: * src/: include/pa_charsets.h, include/pa_request.h,
16275: include/pa_request_info.h, include/pa_string.h,
16276: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16277: types/pa_vresponse.h: vrequest compiled
16278:
16279: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16280: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16281: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16282:
16283: * src/: classes/classes.h, include/pa_charset.h,
16284: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16285: include/pa_request.h, include/pa_string.h, main/main.dsp,
16286: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16287: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16288: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16289: types/pa_vrequest.C, types/pa_vrequest.h,
16290: types/pa_vstateless_class.h, types/pa_vstring.h,
16291: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16292:
16293: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16294: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16295: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16296: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16297: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16298: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16299: types/pa_vobject.h, types/pa_vstateless_class.h,
16300: types/pa_vstateless_object.h, types/pa_vstatus.h,
16301: types/pa_vstring.h, types/types.dsp: vmath compiled
16302:
16303: 2003-01-28 paf
16304:
16305: * src/: classes/classes.h, classes/date.C, classes/file.C,
16306: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16307: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16308: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16309: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16310: compile_tools
16311:
16312: * src/: include/pa_charset.h, include/pa_exception.h,
16313: include/pa_request.h, include/pa_string.h, main/untaint.C:
16314: untaint compiled
16315:
16316: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16317: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16318: more compiled. struck with string::store_to needing to know
16319: source/client charsets
16320:
16321: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16322: types/pa_vfile.h: uue compiled
16323:
16324: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16325: table compiled
16326:
16327: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16328: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16329:
16330: * src/: include/pa_charset.h, main/pa_charset.C,
16331: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16332: introduced]
16333:
16334: * src/: classes/date.C, include/pa_charset.h,
16335: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16336: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16337: pa_charsets compiled
16338:
16339: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16340: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16341:
16342: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16343: common compiled
16344:
16345: * src/: include/pa_charsets.h, main/pa_charsets.C,
16346: main/pa_sql_driver_manager.C: pa_charsets compiled
16347:
16348: * src/: include/pa_array.h, include/pa_charset.h,
16349: include/pa_charsets.h, include/pa_pool.h,
16350: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16351: include/pa_stack.h, include/pa_string.h,
16352: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16353: sql_driver_manager compiled
16354:
16355: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16356: letter i with two dots added to koi, all ukranian letters added
16357: to win1251.
16358:
16359: typographic simbol 0xb9 deleted from win1251 [strange one & were
16360: abscent from koi]
16361:
16362: 2003-01-27 paf
16363:
16364: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16365: include/pa_sql_driver_manager.h, include/pa_string.h,
16366: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16367: sql/pa_sql_driver.h: paused on sql_manager
16368:
16369: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16370: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16371: include/pa_stack.h, main/pa_sql_driver_manager.C,
16372: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16373:
16374: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16375: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16376: include/pa_table.h, main/pa_sql_driver_manager.C,
16377: main/pa_table.C: table compiled
16378:
16379: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16380: cache_managers compiled
16381:
16382: * src/: include/pa_array.h, include/pa_charset.h,
16383: include/pa_pool.h, main/pa_charset.C: charset compiled
16384:
16385: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16386:
16387: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16388: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16389: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16390: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16391: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16392:
16393: 2003-01-24 paf
16394:
16395: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16396: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16397: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16398: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16399: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16400: types/pa_vint.h, types/pa_vjunction.h,
16401: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16402: types/pa_vstatus.h, types/pa_vstring.h: more patched
16403:
16404: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16405: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16406: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16407: main/pa_string.C, main/pa_table.C: string compiled
16408:
16409: * src/: include/pa_array.h, include/pa_common.h,
16410: include/pa_dictionary.h, include/pa_exception.h,
16411: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16412: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16413: main/pa_string.C: dictionary compiled
16414:
16415: 2003-01-23 paf
16416:
16417: * src/: include/pa_array.h, include/pa_common.h,
16418: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16419: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16420: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16421: types/pa_value.h: resurrected pool in new sense: now it's
16422: factory, producing&accounting memory chunks for read[autofree]
16423: buffers
16424:
16425: * src/: include/pa_array.h, include/pa_exception.h,
16426: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16427: main/pa_exception.C, main/pa_table.C: table compiled
16428:
16429: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16430: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16431: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16432: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16433: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16434: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16435: main/pa_table.C: aint that easy
16436:
16437: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16438: main/main.dsp: continued with Hash
16439:
16440: * src/main/pa_common.C: connect_string allocated on heap[wes on
16441: stack] now. and exception can be reported OK now [can be reported
16442: outside of pro c with that stack]
16443:
16444: 2003-01-22 paf
16445:
16446: * src/: include/pa_array.h, include/pa_charset.h,
16447: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16448: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16449: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16450: base: contains references_count. auto_ptr template calls
16451: add_ref/release
16452:
16453: 2003-01-21 paf
16454:
16455: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16456: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16457: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16458: classes/op.C, classes/response.C, classes/string.C,
16459: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16460: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16461: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16462: include/pa_config_fixed.h, include/pa_config_includes.h,
16463: include/pa_dictionary.h, include/pa_dir.h,
16464: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16465: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16466: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16467: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16468: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16469: include/pa_stack.h, include/pa_string.h,
16470: include/pa_stylesheet_connection.h,
16471: include/pa_stylesheet_manager.h, include/pa_table.h,
16472: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16473: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16474: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16475: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16476: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16477: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16478: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16479: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16480: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16481: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16482: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16483: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16484: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16485: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16486: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16487: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16488: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16489: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16490: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16491: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16492: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16493: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16494: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16495: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16496: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16497: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16498: types/pa_vstateless_object.h, types/pa_vstatus.C,
16499: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16500: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16501: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16502: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16503: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16504: 2002->2003
16505:
16506: 2003-01-16 paf
16507:
16508: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16509: src/main/pa_globals.C: http:// introducing $.any-status(1)
16510:
16511: * operators.txt, src/include/pa_config_fixed.h,
16512: src/main/pa_common.C: http request now return status. and not
16513: fail on status!=200
16514:
16515: 2003-01-15 paf
16516:
16517: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16518:
16519: 2003-01-14 paf
16520:
16521: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16522: mkinstalldirs: removed some ancient files [they in / really]
16523:
16524: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16525: regretfully needed patch in two places. in config_fixed.h made
16526: stubs for lib to compile in MSVC
16527:
16528: 2003-01-13 paf
16529:
16530: * config.guess, config.sub, ltmain.sh: removed last piece of
16531: configure.in(libtool) hacks
16532:
1.116 moko 16533: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16534: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16535: ltdl.h: moved to latest libtool (1.4.3)
16536:
16537: 2003-01-10 paf
16538:
16539: * src/lib/ltdl/: configure, configure.in: PROG_NM
16540:
16541: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16542: patches. libxml2 >= 2.5.1
16543: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16544: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16545: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16546:
16547: * INSTALL: moved to latest versions of xml libs libxml2 >=
16548: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16549: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16550: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16551:
16552: 2003-01-09 paf
16553:
16554: * INSTALL: xml,xslt,gdome lib urls updated
16555:
16556: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16557: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16558: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16559: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16560: 1.7.2
1.95 moko 16561:
16562: * depcomp: moving to automake 1.7.2
16563:
16564: 2002-12-27 paf
16565:
16566: * src/include/pa_version.h: 0007
16567:
16568: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16569: outdated parts, made links to language docs
16570:
16571: * src/include/pa_config_auto.h.in: comment
16572:
16573: 2002-12-26 paf
16574:
16575: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16576: not contain trailing / fixed.
16577:
16578: * INSTALL: changing SAFE_MODE politics
16579:
16580: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16581:
16582: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16583:
16584: 2002-12-25 paf
16585:
16586: * src/main/pa_globals.C: optimized-xml
16587:
16588: * src/main/pa_globals.C: optimized-as-is
16589:
16590: 2002-12-24 paf
16591:
16592: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16593: fixed [were really called with zero size when .html?a=&b=]
16594:
16595: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16596: with --with-sendmail
16597:
16598: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16599: fixed]
16600:
16601: 2002-12-23 paf
16602:
16603: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16604: ignoring parameters & were storing only string with default
16605: expires
16606:
16607: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16608: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16609: December 23, 2002 4:22 AM Subject: bug â
16610: Charset::transcode_buf2xchar
16611:
16612: 2002-12-20 paf
16613:
16614: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16615: non-cgi [script] runs
16616:
16617: 2002-12-19 paf
16618:
16619: * INSTALL: --without-iconv recommended [it crashes on some systems
16620: [tested on elik]] moreover, it's not needed there [parser
16621: registers charsets itself]
16622:
16623: * INSTALL: --without-iconv recommended [it crashes on some systems
16624: [tested on elik]]
16625:
16626: * operators.txt, src/include/pa_globals.h,
16627: src/include/pa_request.h, src/main/pa_globals.C,
16628: src/main/pa_request.C: $response:download
16629:
16630: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16631: compiler [win32]].
16632:
16633: 2002-12-18 paf
16634:
16635: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16636:
16637: 2002-12-17 paf
16638:
16639: * src/targets/cgi/parser3.C: merged die&iis changes
16640:
16641: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16642: to exit(1) 2. more flexible iilegal call check
16643:
16644: 2002-12-16 paf
16645:
16646: * ltmain.sh: some automakes silly insist on having this handy
16647:
16648: * src/main/untaint.C: filespec russian small 'r' changed to latin
16649: 'p' bug fix
16650:
16651: 2002-12-15 paf
16652:
16653: * src/main/untaint.C: filespec russian small 'r' changed to latin
16654: 'p'
16655:
16656: * configure.in, src/include/pa_config_auto.h.in,
16657: src/main/compile.C, src/main/pa_common.C: merged small changes
16658: from branch 6 to HEAD
16659:
16660: * src/main/compile.C: removed warning
16661:
16662: * src/main/pa_common.C: ftruncate having checked
16663:
16664: * configure.in, src/include/pa_version.h: new version
16665:
16666: 2002-12-14 paf
16667:
16668: * src/classes/table.C: removed unnecessary code
16669:
16670: * src/sql/pa_sql_driver.h: exception type fixed
16671:
16672: 2002-12-09 paf
16673:
16674: * src/types/pa_vvoid.h: $void.store[now] error
16675:
16676: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16677:
16678: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16679: tries to write core dump
16680:
16681: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16682:
16683: * src/: classes/hash.C, classes/string.C, classes/table.C,
16684: classes/void.C, main/pa_sql_driver_manager.C,
16685: sql/pa_sql_driver.h: changed exception handling mech in sql
16686: handlers #2
16687:
16688: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16689: exception handling mech in sql handlers
16690:
16691: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16692: handlers
16693:
16694: * src/: classes/hash.C, classes/string.C, classes/table.C,
16695: classes/void.C, main/pa_sql_driver_manager.C,
16696: sql/pa_sql_driver.h: changed exception handling mech in sql
16697: handlers
16698:
1.116 moko 16699: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16700: to write makefile which used libtool to install things, which is
16701: not needed
1.95 moko 16702:
16703: 2002-12-06 paf
16704:
16705: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16706: $hash.fields -- pseudo field to make 'hash' more like 'table'
16707:
16708: 2002-12-05 paf
16709:
16710: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16711: cc/bcc OK now
16712:
16713: * src/main/untaint.C: mail header closed properly
16714:
16715: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16716: header ',' allowed. still bugs in smtp [only one receiptient
16717: works, cc, bcc ignored now, and MAILED ;)]
16718:
16719: [strncpy killed, memnchr used]
16720:
16721: * src/main/pa_table.C: table-copy now current=0
16722:
16723: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16724: lowlevel proc
16725:
16726: * src/targets/cgi/parser3.C: more checks on
16727: http://domain/parser.cgi start [maybe some getenv returns "",
16728: checked that now
16729:
16730: * src/targets/cgi/parser3.C: more checks on
16731: http://domain/parser.cgi start [maybe some getenv returns "",
16732: checked that now
16733:
16734: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16735: out-of-mem errors reached log]
16736:
16737: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16738: mail:send MIME-Version default
16739:
16740: * src/main/main.dsp: pa_version included into main.dsp
16741:
16742: 2002-12-04 paf
16743:
16744: * src/types/pa_vform.C: $form:field string value cut by premature 0
16745:
16746: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16747: lib/libltdl -> lib/ltdl Win32 changes. s
16748:
16749: * src/classes/classes.awk: more strict *.C$
16750:
16751: * gnu.dsp: restored
16752:
1.116 moko 16753: * configure.in, gnu.dsp, src/lib/Makefile.am,
16754: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16755: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16756: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16757: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16758: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16759: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16760: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16761: now created with /configure, not ltdl/configure, so it does have
16762: no problems with automake. ltdl/configure
16763: AC_OUTPUT(Makefile<<removed)
1.95 moko 16764:
16765: 2002-12-02 paf
16766:
16767: * operators.txt: removed outdated status:db
16768:
16769: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16770: src/main/pa_common.C, src/main/pa_request.C,
16771: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16772: tainted parts becomes http-header
16773:
16774: 2002-11-29 paf
16775:
16776: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16777: dates now objects of type date
16778:
16779: * src/classes/image.C: file.seek removed [it were used in image.C
16780: only, and for parser user this means that jpeg image has bad
16781: size in fragment's header] now used image.format
16782:
16783: * src/: include/pa_common.h, main/pa_common.C,
16784: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16785: now handled exactly like $response:header values. e.g. can be
16786: hash [can have subattributes] & contain date values.
16787:
16788: * src/main/pa_common.C: http:// param values lang forced URI
16789:
16790: * src/main/pa_common.C: http:// tainted partes now %xx
16791:
16792: 2002-11-28 paf
16793:
16794: * operators.txt: http.timeout
16795:
16796: * src/classes/image.C: ^image.length now counts interchar space.
16797: plus space after last char
16798:
16799: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16800:
16801: * src/classes/image.C: ^image.font width measurer now scans full
16802: height [were -1]
16803:
16804: * configure.in: stopped double libltdl/Makefile generation
16805:
16806: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16807: chars [one top horizontal line of 1pixel height were missing]
16808:
16809: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16810: 'false' to go into (Hash *) parameter
16811:
16812: 2002-11-27 paf
16813:
16814: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16815: types/pa_vmail.C: response:body[file] if file nows it's name now
16816: returns content-disposition: >>attachment<<
16817:
16818: * src/classes/image.C: ^image.font << bad font file-size now
16819: properly reported
16820:
16821: 2002-11-26 paf
16822:
16823: * src/main/pa_request.C: fixed lang in reponse header
16824:
16825: * src/main/pa_common.C: utf8 prefix ignored @read text
16826:
16827: * operators.txt, src/main/pa_common.C: http:// response status!=200
16828: made exception: http.status with source=bad status#
16829:
16830: 2002-11-25 paf
16831:
16832: * configure.in, src/classes/image.C,
16833: src/include/pa_config_auto.h.in,
16834: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16835: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16836: const void related probs fixed
1.95 moko 16837:
16838: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16839:
16840: $file[^file::load[http://there]] $file.SERVER
16841:
16842: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16843: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16844: http options [invalid onces now reported] made default
16845: user-agent: paf
16846:
16847: * operators.txt, src/classes/file.C, src/classes/table.C,
16848: src/classes/xdoc.C, src/include/pa_common.h,
16849: src/include/pa_globals.h, src/main/pa_common.C,
16850: src/main/pa_globals.C, src/main/pa_request.C,
16851: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16852: now understand http:// prefix and additional params, sample:
16853: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16854: $.USER-AGENT[parser3] ]]
16855:
16856: 2002-11-22 paf
16857:
16858: * src/classes/image.C, src/include/pa_globals.h,
16859: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16860: src/types/pa_vimage.h, operators.txt: $image.exif support
16861: $image.exif.DateTime & co
16862:
16863: 2002-11-21 paf
16864:
16865: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16866: _PASS_APPENDED)
16867:
16868: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16869: EXIF information [were big block and it's size were considered
16870: negative :(]
16871:
16872: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16873: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16874: internals rewritten. no there's reader.seek, and all's ready for
16875: EXIF extraction [now we fail to measure files with EXIF info]
16876:
16877: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16878: O_TRUNC truncates even exclusevely write-locked file [thanks to
16879: Igor Milyakov <virtan@rotabanner.com> for discovering]
16880:
16881: 2002-11-20 paf
16882:
16883: * src/targets/cgi/parser3.C: logging @signal += query_string
16884:
16885: * configure.in, src/include/pa_config_auto.h.in,
16886: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16887: comment
16888:
16889: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16890:
16891: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16892: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16893: currently processed document SIGPIPE >> interrupts request
16894: processing [exception = DB rollback]
16895:
16896: * src/main/pa_exec.C: comment
16897:
16898: * src/main/pa_exec.C: pa_exec: data written only if size>0
16899:
16900: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16901: << disable HTTP-POST repassing
16902:
16903: * src/: include/pa_config_fixed.h, main/pa_common.C,
16904: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16905: pipe read errors now checked
16906:
16907: 2002-11-19 paf
16908:
16909: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16910: CGI: Illegal call
16911:
16912: 2002-11-01 paf
16913:
16914: * src/main/execute.C: comment
16915:
16916: 2002-10-31 paf
16917:
16918: * src/main/execute.C: found out why, checked that for now. todo:
16919: find out a way for that user could do that
16920:
16921: * src/types/pa_vstateless_object.h: object put replaces static
16922: parent if any
16923:
16924: * src/types/pa_vobject.C: object put replaces static parent if any
16925:
16926: * src/: classes/form.C, classes/mail.C, classes/op.C,
16927: classes/xnode.h, main/compile.tab.C, main/execute.C,
16928: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16929: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16930: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16931: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16932: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16933: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16934: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16935: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16936: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16937: types/pa_vstateless_object.h, types/pa_vstatus.C,
16938: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16939: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16940: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16941: types/pa_wwrapper.h: static fix merged
16942:
16943: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16944: $virtual_fields in dynamic, but one can reach derived
16945: static[class] variable from base
16946:
16947: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16948: types/pa_vobject.C, types/pa_vobject.h,
16949: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16950: statics, left $virtual_fields in dynamic
16951:
16952: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16953: one can't remember derivates in base class: there's so many of
16954: them. also there can be no virtual method calls in static
16955: classes
16956:
16957: * src/: classes/form.C, classes/mail.C, classes/op.C,
16958: classes/xnode.h, main/execute.C, main/pa_request.C,
16959: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16960: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16961: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16962: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16963: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16964: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16965: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16966: types/pa_vresponse.C, types/pa_vresponse.h,
16967: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16968: types/pa_vstateless_object.h, types/pa_vstatus.C,
16969: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16970: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16971: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16972: types/pa_wwrapper.h: static call $self fixed
16973:
16974: * src/main/execute.C: comment
16975:
16976: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16977: ^process[$caller.self]{...} now compiles to last derived object
16978: part of that 'self'
16979:
16980: 2002-10-29 paf
16981:
16982: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16983: re-passing [iis to blame]
16984:
16985: * src/classes/string.C: changed string.save to pass current sql
16986: connection to cstr thus one can ^connect[some server]{
16987: $s[insert into table x (x) values (^taint[sql]{value})]
16988: ^s.save[some.sql] } and he'd get in some.sql file code with
16989: properly escaped. [tried in mssql->mysql export->import of
16990: binary data]
16991:
16992: 2002-10-25 paf
16993:
16994: * src/types/pa_vresponse.C: case insensitive response user fields
16995: get/put
16996:
16997: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16998: types/pa_vresponse.C: saving for maybe-future
16999:
17000: 2002-10-23 paf
17001:
17002: * operators.txt, src/classes/table.C: ^table.hash{code}...
17003: ^table.hash(expr)...
17004:
17005: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17006:
17007: 2002-10-22 paf
17008:
17009: * src/types/: pa_vform.C, pa_vform.h: removed needless
17010: VForm::Append...(...Value)
17011:
17012: * src/main/execute.C: $.name outside of $name[...] checked
17013:
17014: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17015: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17016:
17017: 2002-10-21 paf
17018:
17019: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17020: $form:qtail $form:imap.x/y
17021:
17022: * operators.txt, src/types/pa_vform.C: $form:nameless =
17023: "?value&...", "...&value&...", "...&value"
17024:
17025: * operators.txt, src/types/pa_vform.C: $form:image-map
17026:
17027: * operators.txt, src/classes/file.C: /some/page.html:
17028: ^file:fullpath[a.gif] => /some/a.gif
17029:
17030: 2002-10-17 paf
17031:
17032: * src/main/: compile.tab.C, compile.y: operators precedence changed
17033: a little: logical not and bitwise negation precedence made
17034: highest, << and >> bitshits precedence made equal [were << higher
17035: than >>]
17036:
17037: * src/classes/op.C: exception handling fixed [were bad with
17038: contexts]
17039:
17040: 2002-10-16 paf
17041:
17042: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17043: main/pa_request.C: Request::self considered equal to
17044: VMethodFrame::self, and removed, Request::get_self() mapped to
17045: VMethodFrame.self()
17046:
17047: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17048: $hash in open field now gives old good error meesage
17049:
17050: 2002-10-15 paf
17051:
17052: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17053: use ^if($junction is junction){was and now true}
17054:
17055: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17056: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17057: types/pa_vxnode.C: xml->parser strings now have origin, which
17058: points to place where value left xml library and came to parser:
17059: place of dom field extraction/call
17060:
17061: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17062: main/compile.tab.C, main/compile.y, main/execute.C,
17063: types/pa_vmethod_frame.h: removed last pieces of old code
17064: allowing $junction.xxx at compile time
17065:
17066: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17067: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17068: objects also considered [were only classes]
17069:
17070: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17071: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17072: with CLASS self. [ (request&method_frame).self temporarily
17073: changed ]
17074:
17075: * src/classes/: hash.C, op.C: method_frame now always changed, with
17076: no exception to native calls. for&foreach changed to use
17077: method_frame.caller for their var's name context
17078:
17079: * src/: main/execute.C, targets/cgi/parser3.C,
17080: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17081: compiling to system classes disabled
17082:
17083: * operators.txt, src/classes/op.C:
17084: ^process[$caller.CLASS]{code-string} added
17085:
17086: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17087: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17088: src/types/Makefile.am, src/types/pa_vjunction.C,
17089: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17090: src/types/types.dsp: removed $junction.get $junction.set[]
17091: introducing $caller
17092:
17093: * src/types/pa_value.h: removed outdated comments. doxygen would
17094: find them lower by inheritance tree
17095:
17096: * src/types/pa_vjunction.C: ident
17097:
17098: 2002-10-14 paf
17099:
17100: * src/classes/op.C: process compiles to code's class class
17101:
17102: * src/: classes/form.C, classes/mail.C, classes/op.C,
17103: include/pa_request.h, main/compile.C, main/compile.tab.C,
17104: main/compile.y, main/execute.C, main/pa_request.C,
17105: types/pa_vstateless_class.h: operators now main-class-methods
17106:
17107: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17108: better stack trace [has "call" & co there]
17109:
17110: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17111: operators @auto now executed in MAIN context
17112:
17113: * src/main/execute.C: operator execution context now = MAIN, not
17114: closest stack frame
17115:
17116: @touchit[] $i[after]
17117:
17118: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17119: were 'after'
17120:
17121: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17122: 'after'
17123:
17124: * src/main/execute.C: comment
17125:
17126: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17127: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17128: action]
17129:
17130: * src/types/pa_vxnode.C: misreplace fixed
17131:
17132: * configure, configure.in, src/include/pa_config_auto.h.in,
17133: src/types/pa_vstatus.C, operators.txt:
17134: $status:rusage.tv_secs/usecs introduced
17135:
17136: 2002-10-09 paf
17137:
17138: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17139: on empty string [or uses (default)]
17140:
17141: 2002-10-08 paf
17142:
17143: * src/main/untaint.C: mail header quoted printable changed after
17144: RFC reread
17145:
17146: * operators.txt: plan on ^if(method
17147:
17148: * src/types/pa_vxnode.C: misreplace
17149:
17150: 2002-09-24 paf
17151:
1.116 moko 17152: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17153:
17154: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17155: mailreceive would compile on freebsd now
17156:
17157: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17158: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17159: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17160: mailreceive would compile on freebsd now
1.95 moko 17161:
17162: * src/: classes/file.C, main/untaint.C: 1. file spec language
17163: changed: now there are only few chars are untainted: * ? ' " < >
17164: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17165: one should use ^untaint[uri]{...} now]
17166:
17167: 2. $list[^file:list[dir]] now returns simply tainted names in
17168: $list.name, not tainted as filespec
17169:
17170: @russianindex[] #dir with files with russian-lang names
17171: $where[dir]
17172:
17173: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17174: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17175:
17176: 2002-09-23 paf
17177:
17178: * src/types/pa_vdouble.h: double->int round added
17179:
17180: * src/classes/date.C: date bug fix, now
17181: round(floatDays*secondsPerDay)
17182:
17183: * src/classes/date.C: date bug fix, now
17184: round(floatDays*secondsPerDay)
17185:
17186: 2002-09-20 paf
17187:
17188: * src/main/execute.C: code junction calls disabled [before: code
17189: was compiled in such a way, that there were no code-junctions in
17190: OP_CALL]
17191:
17192: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17193:
17194: @badjunctioncallinside[code] ^code[]
17195:
17196: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17197: expanding to include ^junction.method
17198:
17199: * src/main/pa_common.C: -d "DIR/" now true
17200:
17201: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17202: as internal xdoc encoding, and after decoding attributes set by
17203: dom functions now encoded OK, not as digital entities
17204:
17205: * src/classes/xdoc.C: empty transform result, being taken as file
17206: now returns empty file, not raises stupid error about "stat-ed
17207: file"
17208:
17209: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17210: allowed
17211:
17212: * src/types/types.dsp: introducing $junction.get/put(1) one can
17213: write iterators now:
17214:
17215: ^user-foreach[key;value]{$key=$value<br>}
17216:
17217: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17218: $code.value($i*2) $code }
17219:
17220: * src/main/compile_tools.h: mistype
17221:
1.116 moko 17222: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17223: thus taking linking options configure changes into account [were:
17224: ignoring]
1.95 moko 17225:
17226: * src/types/: pa_vjunction.C, Makefile.am: introducing
17227: $junction.get/put(1) one can write iterators now:
17228:
17229: ^user-foreach[key;value]{$key=$value<br>}
17230:
17231: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17232: $code.value($i*2) $code }
17233:
17234: * src/: include/pa_opcode.h, include/pa_request.h,
17235: main/compile.tab.C, main/compile.y, main/execute.C,
17236: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17237: introducing $junction.get/put(1) one can write iterators now:
17238:
17239: ^user-foreach[key;value]{$key=$value<br>}
17240:
17241: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17242: $code.value($i*2) $code }
17243:
17244: 2002-09-19 paf
17245:
1.116 moko 17246: * Makefile.am: new: make commit
1.95 moko 17247:
17248: * aclocal.m4: forced to be older
17249:
17250: 2002-09-18 paf
17251:
17252: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17253: src/main/compile.y, src/main/execute.C: << >> int shifts
17254:
17255: * src/: include/pa_common.h, include/pa_request.h,
17256: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17257: - now this - fatal error
17258:
17259: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17260: that one can pass binary data there
17261:
17262: * src/: classes/date.C, classes/double.C, classes/file.C,
17263: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17264: classes/op.C, classes/response.C, classes/string.C,
17265: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17266: include/pa_request.h: pa_request contexts made privated, plus
17267: get_{self/method_frame} to read. Request_context_saver used in
17268: ^try to save flang too. [were not saved]
17269:
17270: * src/types/pa_vresponse.C: header value chains joined before
17271: output, this should help $.subject[$var $var] from being
17272: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17273:
17274: 2002-09-17 paf
17275:
17276: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17277: removed changes, operators executed with calling self. lots of
17278: code with ^include code relies on defined/defining self variables
17279:
17280: $a[1] ^include[print_a.p] print_a.p: $a
17281:
17282: ^include[set_a.p] a=$a set_a.p: $a[1]
17283:
17284: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17285: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17286: types/pa_vstateless_class.h: operators now executed with MAIN
17287: self. it's for ^include sake, too strong a change
17288:
17289: * src/classes/op.C: made place for ^process to compile it's code to
17290: in case of no self
17291:
17292: * src/main/execute.C: found ancient param to Junction, removed.
17293: allowed passing self to native_code_operators [for ^process to
17294: work, she needs self]
17295:
17296: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17297: types/pa_vstateless_class.h: found ancient param to Junction,
17298: removed. allowed passing self to native_code_operators [for
17299: ^process to work, she needs self]
17300:
17301: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17302: types/pa_value.h, types/pa_vmethod_frame.h,
17303: types/pa_vstateless_class.h: allowed Request.self to be 0,
17304: checked that in VMethodFrame get/put and $self.
17305:
17306: * src/classes/: table.C, xdoc.C: table::sql options table::create
17307: copy options options checked, wrong option now fatal error
17308:
17309: * src/main/pa_string.C: string.replace fixed [were missing words on
17310: pieces boundaries]
17311:
1.150 moko 17312: * configure, configure.in: .so now detected [can be .sl on hpux,
17313: .dll on cygwin, .so in other cases)
1.95 moko 17314:
17315: * configure, configure.in: .so now detected [can be .sl on hpux,
17316: .dll on cygwin, .so in other cases)
17317:
17318: * operators.txt, src/classes/hash.C, src/classes/table.C,
17319: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17320: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17321: record taken [were last]
17322:
17323: * src/: classes/hash.C, classes/table.C,
17324: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17325: now errors
17326:
17327: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17328:
17329: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17330: ,2,3]
17331:
17332: 2002-09-16 paf
17333:
17334: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17335: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17336: stdout to be binary. now detected closest header break.
17337:
17338: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17339: closed right
17340:
17341: 2002-09-13 paf
17342:
17343: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17344: src/main/compile_tools.h: (expression #comment)
17345:
17346: (multiline expression #comment line2 #comment )
17347:
17348: (expression #comment with (brackets) comment) << OK
17349:
17350: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17351: bitwise !|| numerical xor now [preparing for expression
17352: #comments]
17353:
17354: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17355: error
17356:
17357: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17358: cheched in pa_socks.C
17359:
1.116 moko 17360: * configure, configure.in, src/include/pa_config_auto.h.in:
17361: HAVE_WINSOCK_H created in configure.in
1.95 moko 17362:
17363: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17364: cookie date now clean [were mistakenly tainted & that worked bad
17365: with opera -- 'happily' that worked OK with msie]
17366:
17367: 2002-09-12 paf
17368:
17369: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17370: VClass get_element now first looks to fields, next to methods &
17371: co todo: the rest reason: more speed
17372:
17373: * src/main/untaint.C: quoted printable encoding stops before
17374: \s*<...>$
17375:
17376: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17377: stops before <...>$
17378:
17379: 2002-09-11 paf
17380:
17381: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17382: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17383: forgot to check users of those funcs. not all were using that
17384: return value convention
17385:
17386: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17387: windows-1254 added
17388:
17389: 2002-09-10 paf
17390:
17391: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17392: VCodeFrame parent param were specified badly
17393:
17394: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17395: WWrapper which used in constructing objects(second param to sql
17396: method) ^...sql{}[$.default{code}] now has parent, wich helps
17397: code in hash to survivi
17398:
17399: * src/: include/pa_request.h, main/execute.C: removed redundant
17400: param to execute [stack said 'thanks']
17401:
17402: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17403: types/pa_value.h, types/pa_vcode_frame.h,
17404: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17405: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17406: responsibility to wcontext
17407:
17408: * src/classes/file.C: decided not to log exec's with stderr, that
17409: could be warnings, and it's up to scritper to log/show them
17410:
17411: * src/: classes/double.C, main/execute.C: double:sql badly called
17412: write_assign_lang, not write_no_lang, thus doing unnecessary
17413: double/string converstion, which were loosing time&precesion
17414:
17415: * src/: main/pa_charset.C, types/pa_vmail.C:
17416: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17417: case of unfinished in buffer processing, causing accidental
17418: transcode stop [in case that source enc != utf-8 & there is
17419: incomplete utf-8 sequence at the end of 16000block iside of
17420: libxml lib] tfm readed & code updated
17421:
17422: 2002-09-04 paf
17423:
17424: * configure: makes with sjlj
17425:
17426: * INSTALL, src/include/pa_config_fixed.h,
17427: src/include/pa_sql_connection.h,
17428: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17429: checked. on win32 it made default
17430:
17431: * src/include/pa_config_auto.h.in: sjlj define
17432:
17433: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17434: can not work with longjump/throw pair, and one must switch that
17435: on there. todo: detect that automatically]
17436:
17437: * src/types/pa_vxnode.C: removed too strong checks of
17438: xnode.elements. now, for instance, if element does not have any
17439: attributes, $xnode.attributes is void, not error
17440:
17441: 2002-09-02 paf
17442:
17443: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17444: removed double_result, didn't help
17445:
17446: * src/main/execute.C: double_result made to move that var away from
17447: hungry g++ optimizer (-O2), before: it were optimized and
17448: comparison operators worked badly
17449:
17450: * src/types/pa_vdate.h: removed debug
17451:
1.116 moko 17452: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17453:
17454: * src/main/execute.C: fixed numeric < & co so that thay now use
17455: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17456: unknown reason.
17457:
17458: 2002-08-29 paf
17459:
17460: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17461: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17462: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17463: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17464: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17465: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17466: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17467: [called less frequent, allowed to remove ugly
17468: Junction.change_context-s from many places, switch,
17469: mail:send..html{}, ..] request.root renamed to method_frame [more
17470: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17471: [speed up]
17472:
17473: 2002-08-28 paf
17474:
17475: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17476: tainted
17477:
17478: * src/types/pa_vcookie.C: fixed cookie delete when
17479: $cookie:name[$.value[]]
17480:
17481: * operators.txt, src/classes/string.C:
17482: ^string.split[delim[;options]]
17483:
17484: 2002-08-27 paf
17485:
1.116 moko 17486: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17487:
17488: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17489: delimiter
17490:
17491: * INSTALL: recommended latest gmime 1.0.5
17492:
17493: 2002-08-26 paf
17494:
17495: * configure, configure.in: apache13/hook added to make dist.
17496:
17497: 2002-08-23 paf
17498:
17499: * src/: include/pa_common.h, main/pa_common.C,
17500: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17501: beside binary [cgi, isapi] not accessible [due to bad rights or
17502: whatever] it's error now
17503:
17504: 2002-08-21 paf
17505:
1.116 moko 17506: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17507:
17508: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17509: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17510: class". compiled as if here they named base class
17511:
17512: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17513: cloning constructor]
17514:
17515: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17516:
1.150 moko 17517: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17518: $mail.received.file.value.content-type fixed
17519:
17520: 2002-08-20 paf
17521:
17522: * src/classes/file.C: fixed language of file:file result
17523:
17524: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17525: from 3.0.0005
17526:
17527: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17528:
17529: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17530: 3.0.0005
17531:
17532: * src/classes/void.C, operators.txt: ^void.length[] = 0
17533:
17534: 2002-08-19 paf
17535:
17536: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17537: work now
17538:
17539: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17540: error in xnode, which were not catched in xdoc]
17541:
17542: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17543: prepared: // validate each document after load/create (?)
17544: //xmlDoValidityCheckingDefaultValue = 1;
17545:
17546: 2002-08-15 paf
17547:
17548: * src/classes/classes.h: write to static var caused useless
17549: Exception, introduced Methoded::put_element wich consumes those
17550:
17551: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17552: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17553: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17554: $response:field[date] $response:field[$.xxx[date]]
17555:
17556: * src/: classes/hash.C, classes/string.C, classes/table.C,
17557: classes/void.C, include/pa_sql_connection.h: fixed source of
17558: ^hash::sql{bad}
17559:
17560: * operators.txt: $request:body unprecessed POST request body
17561:
17562: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17563:
17564: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17565: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17566:
17567: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17568: src/include/pa_request.h, src/main/pa_pool.C,
17569: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17570: $request:body r.post_data now const
17571:
17572: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17573: classes/xnode.C, main/execute.C, types/pa_value.h,
17574: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17575: types/pa_vtable.h: instead of type() checking everywhere used
17576: Value.as now user descendants can be used in params.
17577:
17578: VObject::as_*, is_defined now taken from bases. xtable(table)
17579: ^if($xtable) now OK
17580:
17581: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17582: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17583: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17584:
17585: 2002-08-14 paf
17586:
17587: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17588: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17589: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17590: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17591: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17592: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17593: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17594: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17595: types/pa_vresponse.C, types/pa_vresponse.h,
17596: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17597: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17598: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17599: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17600: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17601: & VClass
17602:
17603: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17604:
17605: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17606: removed fixopt stupidity. on stupid linux use cd /document/root
17607: ../cgi/parser3 script
17608:
17609: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17610: params, splitting them by space, excluding argv[0], argv[argc-1]
17611:
17612: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17613: fixopt.h: fixopt now preprocesses command line params, splitting
17614: them by space, excluding argv[0], argv[argc-1]
17615:
17616: * src/targets/cgi/parser3.C: -f config file
17617:
17618: * src/targets/cgi/parser3.C: fixed .log file dir
17619:
17620: 2002-08-13 paf
17621:
17622: * src/types/pa_vobject.C: allow override parent variables, useful
17623: for form descendants [in vobject too, were in vclass]
17624:
17625: * src/types/pa_vclass.C: allow override parent variables, useful
17626: for form descendants
17627:
17628: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17629: overwritten in derived(table)
17630:
17631: * src/: classes/form.C, classes/mail.C, classes/op.C,
17632: classes/xnode.h, include/pa_request.h, main/execute.C,
17633: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17634: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17635: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17636: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17637: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17638: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17639: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17640: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17641: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17642: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17643: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17644: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17645: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17646: Value::get_element(..., bool looking_down) [needed to exclude
17647: endless recoursion]
17648:
17649: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17650: fix bug with put endless recoursion todo: check 'as'
17651:
17652: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17653: reorganized modules todo: fix bug with put endless recoursion
17654: todo: check 'as'
17655:
17656: * src/types/pa_vobject.h: checked: table fields can be overwritten
17657: in derived(table)
17658:
17659: * src/types/pa_vobject.h: derived classes can have fields of their
17660: own now
17661:
17662: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17663: fixed error message on using non-created table
17664:
17665: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17666: classes/op.C, classes/xnode.h, include/pa_request.h,
17667: main/compile.C, main/compile.tab.C, main/execute.C,
17668: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17669: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17670: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17671: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17672: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17673: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17674: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17675: types/pa_vresponse.C, types/pa_vresponse.h,
17676: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17677: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17678: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17679: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17680: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17681: looking down/up tree todo: fix error message on non-constructed
17682: parents
17683:
17684: 2002-08-12 paf
17685:
17686: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17687: derived OK
17688:
17689: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17690: thorough testing
17691:
17692: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17693: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17694: types/pa_vobject.h, types/pa_vstateless_class.h,
17695: types/pa_vstateless_object.h, types/pa_wcontext.h,
17696: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17697: ^base:create[] dynamic call rewritten todo: thorough testing
17698:
17699: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17700: now instantates base class, remembers it and saves child in
17701: parent VObject.get_class now returns last child = downward
17702: virtual calls OK
17703:
17704: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17705: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17706: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17707: types/pa_vobject.h, types/pa_vresponse.h,
17708: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17709: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17710: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17711: VAliased [redundant], moved $CLASS to VObject only [parser class
17712: instance]
17713:
17714: * src/main/pa_request.C: $response:body[file] content-type check
17715: fixed [were bad when content-type is hash]
17716:
17717: 2002-08-09 paf
17718:
17719: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17720: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17721:
17722: 2002-08-08 paf
17723:
17724: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17725: src/main/pa_globals.C: year column in month calendar [week year]
17726:
17727: * src/main/execute.C: error reporting on object writes to MAIN
17728: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17729:
17730: * operators.txt, src/types/pa_vdate.h: $date.yearday
17731: $date.daylightsaving
17732:
17733: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17734: use tainted data now. only she must specify the language.
17735:
17736: ^mail:send[ $.from[paf@mail.design.ru]
17737: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17738: $.text[^taint[uri][ìîñêâà]=] ]
17739:
17740: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17741: now prints more precise origin
17742:
17743: * src/include/pa_string.h: String::first_char now not fails on
17744: empty strings ^if(-f '') now ok and in 3 other places.
17745:
17746: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17747: String::first_char now not fails on empty strings ^if(-f '') now
17748: ok and in 3 other places.
17749:
17750: 2002-08-07 paf
17751:
17752: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17753: fixed
17754:
17755: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17756:
17757: * src/: main/execute.C, types/pa_vcode_frame.h,
17758: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17759: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17760: mistakenly not completely transparent to object writes.
17761: $hash[^if(1){$hash}] now works
17762:
17763: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17764: now erasing cache file [there were bad check on that]
17765:
17766: * src/: classes/classes.dsp, classes/table.C,
17767: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17768: all Debug dirs in .dsp now named 'Debug'
17769:
1.116 moko 17770: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17771:
17772: * operators.txt, src/classes/mail.C: exception_type email.send
17773:
17774: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17775:
17776: * src/types/pa_vmail.C: mail:send empty email checked
17777:
17778: 2002-08-06 paf
17779:
17780: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17781: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17782: ^table::create[$source;$.options] ^table::join[$source;$.options]
17783:
17784: * operators.txt, src/classes/hash.C, src/classes/string.C,
17785: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17786: # $.default() }
17787:
17788: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17789:
17790: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17791: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17792: $file.content-type [instead of .mime-type] now works for
17793: file::stat also
17794:
17795: * src/main/pa_request.C: case insensitive mime_type_of
17796:
17797: 2002-08-05 paf
17798:
17799: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17800:
17801: * src/types/pa_vmail.C: file buffer relocated to parser heap
17802:
17803: * operators.txt: comment on date:calendar week column
17804:
17805: * src/main/pa_common.C: write checked
17806:
17807: * src/main/: pa_common.C: write checked
17808:
17809: * src/classes/date.C: +1 buf size for stupid snprintfs
17810:
17811: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17812: month calendar week column [ISO 8601 Week Numbers]
17813:
17814: 2002-08-02 paf
17815:
17816: * src/: include/pa_config_fixed.h, main/pa_string.C,
17817: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17818: DEBUG*
17819:
17820: * configure, configure.in, src/include/pa_version.h: release
17821: 3_0_0005
17822:
17823: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17824: multipart post fixed
17825:
17826: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17827: response transcoded source->client only when text/* or simple
17828: onoverridden $response:body
17829:
17830: 2002-08-01 paf
17831:
17832: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17833: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17834: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17835: classes/op.C, classes/response.C, classes/string.C,
17836: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17837: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17838: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17839: include/pa_config_fixed.h, include/pa_dictionary.h,
17840: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17841: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17842: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17843: include/pa_socks.h, include/pa_sql_connection.h,
17844: include/pa_sql_driver_manager.h, include/pa_stack.h,
17845: include/pa_string.h, include/pa_stylesheet_connection.h,
17846: include/pa_stylesheet_manager.h, include/pa_table.h,
17847: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17848: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17849: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17850: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17851: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17852: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17853: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17854: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17855: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17856: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17857: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17858: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17859: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17860: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17861: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17862: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17863: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17864: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17865: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17866: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17867: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17868: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17869: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17870: types/pa_vmethod_frame.h, types/pa_vobject.h,
17871: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17872: types/pa_vresponse.h, types/pa_vstateless_class.C,
17873: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17874: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17875: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17876: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17877: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17878: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17879:
17880: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17881: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17882: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17883: classes/math.C, classes/op.C, classes/response.C,
17884: classes/string.C, classes/table.C, classes/void.C,
17885: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17886: include/pa_array.h, include/pa_cache_managers.h,
17887: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17888: include/pa_config_fixed.h, include/pa_config_includes.h,
17889: include/pa_dictionary.h, include/pa_dir.h,
17890: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17891: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17892: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17893: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17894: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17895: include/pa_stack.h, include/pa_string.h,
17896: include/pa_stylesheet_connection.h,
17897: include/pa_stylesheet_manager.h, include/pa_table.h,
17898: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17899: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17900: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17901: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17902: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17903: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17904: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17905: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17906: main/pa_sql_driver_manager.C, main/pa_string.C,
17907: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17908: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17909: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17910: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17911: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17912: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17913: targets/isapi/pool_storage.h, types/pa_valiased.C,
17914: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17915: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17916: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17917: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17918: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17919: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17920: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17921: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17922: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17923: types/pa_vresponse.C, types/pa_vresponse.h,
17924: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17925: types/pa_vstateless_object.h, types/pa_vstatus.C,
17926: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17927: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17928: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17929: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17930: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17931: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17932: types/Makefile.am: ident.C* removed
17933:
17934: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17935: file:find[/can/do/this/now.txt]
17936:
17937: * src/targets/cgi/parser3.C: usage to stdout now
17938:
17939: 2002-07-31 paf
17940:
17941: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17942:
17943: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17944: default "postmaster"
17945:
17946: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17947: -f postmaster now default sendmail key word "postmaster"
17948: replaced to $.from
17949:
17950: 2002-07-30 paf
17951:
1.116 moko 17952: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17953: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17954:
17955: * src/main/pa_charset.C: comment
17956:
17957: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17958: table, &#decimal;
17959:
17960: * src/main/pa_request.C: comment
17961:
17962: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17963: paragraf]
17964:
17965: 2002-07-11 paf
17966:
17967: * src/main/pa_exec.C: build command line badly added params twice
17968: [and first time without ' ']. double wrong. fixed.
17969:
17970: * src/main/pa_exec.C: invalid .exe caused error message with params
17971: wich parser did not provide = reported badly. fixed that.
17972:
17973: * src/classes/mail.C: $MAIL[ # xxx ]
17974:
17975: now ok
17976:
17977: * operators.txt: plan: sql detailed exception
17978:
17979: 2002-07-01 paf
17980:
17981: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17982: [MForm.configure_admin were called when request.main_class ==0
17983:
17984: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17985:
17986: * src/classes/form.C: content_length type fix
17987:
17988: 2002-06-30 paf
17989:
17990: * src/classes/mail.C: merged from 4
17991:
17992: * src/classes/mail.C: restored $MAIL
17993:
17994: 2002-06-28 paf
17995:
17996: * configure, configure.in: removed paths.h
17997:
1.116 moko 17998: * configure, src/include/pa_version.h,
1.95 moko 17999: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18000: merged, makes updated
18001:
18002: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18003: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18004: src/include/pa_pool.h, src/include/pa_version.h,
18005: src/main/pa_charset.C, src/main/pa_pool.C,
18006: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18007: src/types/pa_vmail.C: merged latest updates to head
18008:
18009: 2002-06-27 paf
18010:
18011: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18012: not error now
18013:
18014: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18015: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18016: src/main/pa_charset.C, src/main/pa_pool.C:
18017: ^xdoc::create[[uri]]... base uri for document being created,
18018: imports and other relative file names would be relative to this
18019: uri default uri=path_translated
18020:
18021: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18022:
18023: 2002-06-26 paf
18024:
18025: * configure, configure.in, src/include/pa_version.h:
18026: release_3_0_0004
18027:
18028: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18029: 0 now
18030:
18031: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18032:
18033: 2002-06-25 paf
18034:
18035: * src/main/pa_string.C: emtpy string, or string of whitespaces
18036: considered bad number now
18037:
18038: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18039: now
18040:
18041: * operators.txt, src/classes/string.C: ^string.normalize [old
18042: name: optimize
18043:
18044: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18045: library configured
18046:
18047: * src/main/pa_request.C: configure_admin forced if no @conf
18048:
1.150 moko 18049: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18050: ^math:crypt updated to generate random salt when needed and to
18051: call system crypt() if not $apr1$ prefix
1.95 moko 18052:
18053: 2002-06-24 paf
18054:
18055: * INSTALL: --with-static/shared-mailreceive described
18056:
18057: * src/include/pa_config_fixed.h: ssize_t fixed
18058:
1.116 moko 18059: * configure, configure.in, src/include/pa_config_auto.h.in,
18060: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18061: src/types/pa_vmail.C: $mail:received makes update
18062:
18063: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18064: WITH_MAILRECEIVE
18065:
18066: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18067:
18068: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18069: option, for $mail:receive
18070:
18071: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18072: introducting $message:received ^mail:send rewritten with backward
18073: comp
18074:
18075: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18076: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18077: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18078: now
18079:
18080: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18081: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18082: src/include/pa_request.h, src/include/pa_string.h,
18083: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18084: src/main/pa_globals.C, src/main/pa_request.C,
18085: src/main/pa_string.C, src/main/pa_uue.C,
18086: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18087: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18088: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18089: uue to separate file introducting $message:received ^mail:send
18090: rewritten with backward comp
18091:
18092: 2002-06-21 paf
18093:
1.116 moko 18094: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18095: co changes
1.95 moko 18096:
1.116 moko 18097: * configure, configure.in, src/lib/md5/Makefile.am,
18098: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18099: restructure .in and .am files appropriate changes
1.95 moko 18100:
18101: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18102: pcre to libs/ added libs/md5 which is linked to non-apache
18103: targets ^math:crypt[password;$apr1$salt]
18104:
18105: * INSTALL, configure.in, operators.txt, parser3.dsw,
18106: src/Makefile.am, src/classes/Makefile.am,
18107: src/classes/classes.dsp, src/classes/math.C,
18108: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18109: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18110: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18111: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18112: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18113: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18114: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18115: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18116: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18117: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18118: src/lib/pcre/pcre_parser_ctype.dsp,
18119: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18120: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18121: src/main/compile.tab.C, src/main/main.dsp,
18122: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18123: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18124: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18125: to libs/ added libs/md5 which is linked to non-apache targets
18126: ^math:crypt[password;$apr1$salt]
18127:
18128: 2002-06-20 paf
18129:
1.150 moko 18130: * INSTALL, configure, configure.in, operators.txt,
18131: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18132: src/include/pa_globals.h, src/include/pa_request.h,
18133: src/main/execute.C, src/main/pa_request.C,
18134: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18135: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18136: file:justname&co & @auto/conf[filespec
1.95 moko 18137:
18138: * operators.txt, src/classes/file.C:
18139: !^file:dirname[/a/some.tar.gz]=/a
18140: !^file:dirname[/a/b/]=/a
18141: !^file:basename[/a/some.tar.gz]=some.tar.gz
18142: !^file:justname[/a/some.tar.gz]=some.tar
18143: !^file:justext[/a/some.tar.gz]=gz
18144:
18145: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18146: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18147: @conf/auto[filespec]
18148:
1.116 moko 18149: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18150:
1.150 moko 18151: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18152: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18153: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18154:
18155: 2002-06-18 paf
18156:
18157: * configure, configure.in, src/include/pa_version.h: version to
18158: configure.in
18159:
18160: * INSTALL: reflected .conf.dist dir change
18161:
1.150 moko 18162: * Makefile.am, configure, configure.in,
1.116 moko 18163: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18164: .in & *.am updated
18165:
18166: * src/classes/file.C: strncasecmp
18167:
18168: * src/classes/file.C: strcasecmp
18169:
1.150 moko 18170: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18171:
18172: * src/classes/file.C: ^file::exec[script;$.bad error case
18173: insensitive check now
18174:
18175: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18176:
18177: * configure, configure.in, src/include/pa_pool.h,
18178: src/include/pa_types.h: pack configure.in detection simplified.
18179: figured out that gcc on sparc not that stupid as thought
18180: previously: on sparc: when it sees packed class it modifies it's
18181: field-access-code to byte operations [stb, ldub] instead of 4byte
18182: operations [st, lduh] so packed must be all parts of packed
18183: class, i.e. it's parents&fields(classes). for now it's only
18184: String that packed and what was wrong is that it's parent -
18185: Pooled, were not packed. fixed that.
18186:
18187: 2002-06-14 paf
18188:
18189: * operators.txt: more precise xml-to-text options
18190:
18191: * operators.txt, src/types/pa_vxnode.C: xnode
18192: attribute_node.name/value xnode pi.node.data
18193:
18194: 2002-06-12 paf
18195:
1.116 moko 18196: * configure, configure.in, src/targets/cgi/Makefile.am,
18197: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18198:
18199: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18200: src/include/pa_globals.h, src/include/pa_request.h,
18201: src/main/compile.tab.C, src/main/pa_globals.C,
18202: src/main/pa_request.C, src/targets/cgi/parser3.C,
18203: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18204:
18205: * src/classes/mail.C: sendmail -ti [default now]
18206:
18207: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18208: to be strings. for convinient #ing
18209:
18210: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18211: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18212:
18213: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18214: main/pa_globals.C, main/pa_request.C: @conf
18215:
18216: 2002-06-11 paf
18217:
18218: * src/classes/file.C: check simplified
18219:
18220: * src/: classes/file.C, targets/cgi/parser3.dsp,
18221: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18222: valid prefix
18223:
18224: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18225: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18226: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18227:
18228: 2002-06-10 paf
18229:
18230: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18231: src/main/pa_common.C: lock failures reported now
18232:
18233: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18234: string->double @ compile time were not-enough-checking...
18235:
18236: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18237: autoconvert now ignored
18238:
18239: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18240: check
18241:
18242: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18243: $response:body content-type:name
18244:
18245: * configure, configure.in: hpux check, nsl link, no socket
18246:
18247: * operators.txt: old merge conflict removed
18248:
18249: * configure, configure.in: pack even address access on sparc&co
18250: arch checked in configure
18251:
18252: * configure, src/include/pa_version.h: makes
18253:
18254: * configure, configure.in, src/include/pa_version.h: makes
18255:
18256: * src/main/untaint.C: (bug#2) mail subject got always prepended
18257: with charset even when all letters were 7bit one
18258:
18259: * src/main/pa_common.C: merged fixed -d (bug)
18260:
18261: * src/main/pa_common.C: fixed -d (bug)
18262:
18263: 2002-06-03 paf
18264:
18265: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18266: src/classes/classes.dsp, src/main/compile.tab.C,
18267: src/main/main.dsp, src/main/pa_globals.C,
18268: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18269: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18270: .dsp-s along with reorganized cvs modules dirs structure
18271:
18272: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18273: main/pa_globals.C, targets/cgi/parser3.dsp,
18274: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18275: modules
18276:
18277: 2002-05-28 paf
18278:
18279: * src/targets/cgi/parser3.C: info.uri now ""
18280:
18281: 2002-05-17 paf
18282:
18283: * src/classes/: table.C: ^table.save << checked empty
18284: pre/match/post columns
18285:
18286: 2002-05-16 paf
18287:
18288: * src/classes/image.C: image::measure can png now
18289:
18290: 2002-05-15 paf
18291:
18292: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18293: added
18294:
18295: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18296:
18297: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18298: %H[:%M[:%S]]]]]] [-%m now
18299:
18300: 2002-05-14 paf
18301:
18302: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18303:
18304: 2002-05-07 paf
18305:
18306: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18307: src/include/pa_globals.h, src/include/pa_request.h,
18308: src/include/pa_table.h, src/main/compile.tab.C,
18309: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18310: src/main/pa_request.C, src/main/pa_table.C,
18311: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18312: src/targets/isapi/parser3isapi.dsp,
18313: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18314: name2number field now &. main_method_name now on Request pool
18315: rather on global_pool [Junction+VJunction created on same pool as
18316: name = were created on global pool, causing mem leaks]
18317:
18318: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18319: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18320: main/compile.y, main/main.dsp, main/pa_globals.C,
18321: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18322: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18323: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18324: field now &. main_method_name now on Request pool rather on
18325: global_pool [Junction+VJunction created on same pool as name =
18326: were created on global pool, causing mem leaks]
18327:
18328: 2002-05-06 paf
18329:
18330: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18331: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18332: 100*40 bytes per request memory leak [nonpool malloc in globals]
18333:
18334: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18335: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18336: 100*40 bytes per request memory leak [nonpool malloc in globals]
18337:
18338: 2002-04-30 paf
18339:
18340: * configure, src/include/pa_version.h: version now not b
18341:
18342: * src/targets/cgi/parser3.C: request.uri now never 0
18343:
18344: 2002-04-29 paf
18345:
18346: * configure.in: removed b
18347:
18348: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18349: Exception::comment/type checked in (), no there's no empty
18350: type/comment by default
18351:
18352: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18353: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18354: src/doc/value.dox, src/include/pa_exception.h,
18355: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18356: 0001
18357:
18358: 2002-04-26 paf
18359:
18360: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18361: size reduced
18362:
18363: 2002-04-25 paf
18364:
18365: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18366: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18367: now that took into account
18368:
18369: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18370: 01:03:04]
18371:
18372: * ChangeLog, operators.txt, src/classes/date.C:
18373: ^date::create[2002-12-33 01:03:04]
18374:
18375: * ChangeLog: updated changelog
18376:
18377: * src/classes/table.C: removed restriction on column count to
18378: ^table.hash to work, now must be >0 [were >1]
18379:
18380: 2002-04-24 paf
18381:
18382: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18383: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18384: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18385: targets
18386:
18387: 2002-04-23 paf
18388:
18389: * operators.txt, src/classes/string.C:
18390: int/double/string:sql{}[$.default{code}] fixed [were barking:
18391: "junction used outside of context"]
18392:
18393: 2002-04-22 paf
18394:
18395: * types.txt, src/classes/string.C, src/include/pa_string.h,
18396: src/main/pa_string.C, src/types/pa_vstring.C,
18397: src/types/pa_vstring.h: ^string.optimize[]
18398:
18399: * src/: include/pa_globals.h, include/pa_table.h,
18400: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18401: table template
18402:
18403: * src/classes/: string.C: optimize removed from string
18404: .left/right/pos
18405:
18406: * src/main/execute.C: rolled back to
18407: before_killing_userjunction_contexts
18408:
18409: * src/main/execute.C: user junctions context killed
18410:
18411: * src/main/execute.C: junctions to local contexts got
18412: cleanized&checked later
18413:
18414: 2002-04-19 paf
18415:
18416: * src/: classes/string.C, include/pa_request.h,
18417: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18418: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18419: prior to .left .right .mid .pos .match when that is profitable,
18420: and always before .replace when $ORIGINS(1) optimization disabled
18421: economy from not wasting mem on lots of strings which occur by
18422: lots of String:mid calls to get parts of source string between
18423: found_occurances
18424:
18425: * src/classes/file.C: ovector now local economy: 16 bytes per
18426: ^file:list
18427:
18428: * src/: include/pa_globals.h, include/pa_table.h,
18429: main/pa_globals.C, main/pa_string.C: String::match table columns
18430: globalized, not created @ each ^match anymore economy:
18431: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18432:
18433: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18434: removed from each String::match replace iteration, and made
18435: stacked sizeof(VTable)=12bytes economy on each replace code
18436:
18437: * src/doc/footer.htm: 2001,
18438:
18439: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18440: string.match[]['] option enables generation of $match.prematch
18441: .match .postmatch columns
18442:
18443: * src/main/pa_string.C: String::match options analized without
18444: cstr-ing them now
18445:
18446: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18447: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18448: config updated to doxygen 1.2.15, created helper which fixes
18449: minor bugs in chm project files & htm tree. changed extension to
18450: .htm
18451:
18452: 2002-04-18 paf
18453:
18454: * src/doc/doxygen.cfg: .chi generation disabled
18455:
18456: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18457: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18458: fields&methods
18459:
18460: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18461: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18462: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18463: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18464: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18465: types/pa_vresponse.h, types/pa_vstateless_class.h,
18466: types/pa_vstateless_object.h, types/pa_vstatus.h,
18467: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18468: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18469: VStateless_class to VObject
18470:
18471: * src/: main/pa_request.C, types/pa_valiased.h,
18472: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18473: types/pa_vstring.h: VStateless_string_object speicalized light
18474: version of VStateless_object
18475:
18476: * src/classes/op.C: ^throw comment param made optional
18477:
18478: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18479: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18480: and implemented down in VClass, fclass_alias removed,
18481:
18482: * src/types/pa_value.C: forced to cut that from .h because of
18483: VStateless_class usage [undefined in .h]
18484:
18485: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18486: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18487: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18488: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18489: on each CALL]
18490:
18491: * src/: classes/classes.h, classes/date.C, classes/double.C,
18492: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18493: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18494: classes/response.C, classes/string.C, classes/table.C,
18495: classes/void.C, classes/xnode.C, include/pa_globals.h,
18496: include/pa_request.h, main/execute.C, main/pa_globals.C,
18497: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18498: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18499: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18500: types/pa_vstateless_class.h, types/pa_wcontext.C,
18501: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18502: removed Value::fname
18503:
18504: 2002-04-17 paf
18505:
18506: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18507: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18508: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18509: include/pa_pool.h, include/pa_types.h: dox updated to current
18510: state, PTHROW freshen to throw & co
18511:
18512: * src/types/pa_vhash.h: vstring wrong parent fixed
18513:
18514: * src/classes/op.C: taint local result var bug fixed
18515:
18516: 2002-04-16 paf
18517:
18518: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18519: Attic asm.txt as most interesting
18520:
18521: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18522: check, preventing content-length: 0 from appearing
18523:
18524: * src/main/execute.C: $result in @main now taken into account as in
18525: usual functions
18526:
18527: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18528: & @unhandled_exception now taken into account as in usual
18529: functions
18530:
18531: * src/doc/postbuild.txt: instructions on post .html build
18532:
18533: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18534:
18535: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18536: tainted
18537:
18538: * src/main/pa_request.C: uri in error log
18539:
18540: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18541: cheched date:create(days) param for validity [later were assumed
18542: valid and crashed on invalid onces]
18543:
18544: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18545: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18546: and used that for removing VString wrapper
18547:
18548: * src/classes/op.C: exception2vhash file now tainted
18549:
18550: * src/classes/op.C: _process pseudo origin copied from local var to
18551: heap
18552:
18553: * src/classes/op.C: extra check on empty file in origin in _execute
18554:
18555: 2002-04-15 paf
18556:
18557: * src/: main/execute.C, types/pa_value.h: fixed name update
18558:
18559: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18560: functions
18561:
18562: * src/: classes/file.C, classes/hash.C, classes/op.C,
18563: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18564: started dual write_xxx_lang functions, if checked & works
18565:
18566: * src/: classes/date.C, classes/file.C, classes/mail.C,
18567: classes/string.C, classes/xnode.C, include/pa_request.h,
18568: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18569: unnecessary VString shells
18570:
18571: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18572: prev changes]
18573:
18574: * src/: classes/image.C, classes/op.C, classes/string.C,
18575: classes/table.C, include/pa_request.h, main/execute.C,
18576: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18577: StringOrValue wcontext result, now ready for dual writes
18578:
18579: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18580: checked that
18581:
18582: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18583: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18584: changed to OP_WRITE_VALUE in var get cases
18585:
18586: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18587: include/pa_request.h, main/compile.tab.C, main/compile.y,
18588: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18589: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18590: switch in hash constructor fixed [were problems with using of
18591: stacked wwrapper after it's death]
18592:
18593: 2002-04-12 paf
18594:
18595: * operators.txt, src/classes/table.C: table.select(expression) 0
18596:
18597: 2002-04-11 paf
18598:
18599: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18600: Request::process_internal codeFrame & wwrapper stacked [not
18601: wasting heap anymore]
18602:
18603: 2002-04-10 paf
18604:
18605: * src/: classes/double.C, classes/file.C, classes/hash.C,
18606: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18607: classes/string.C, classes/table.C, classes/void.C,
18608: classes/xdoc.C, include/pa_request.h, main/execute.C,
18609: main/pa_string.C: killed Request::process() wrapping
18610: VString(String) in case we need only String
18611:
18612: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18613: killed 8 bytes from String.head
18614:
18615: 2002-04-09 paf
18616:
18617: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18618: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18619: local*/char b[...]; a=b; situations
18620:
18621: * operators.txt, src/classes/xdoc.C: xslt params made literal
18622:
18623: * src/classes/xdoc.C: xslt params fixed
18624:
18625: * src/: main/pa_common.C, targets/cgi/parser3.C,
18626: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18627: not pool.malloc(MAX_NUMBER) but really neaded
18628:
18629: * operators.txt, src/classes/double.C, src/classes/int.C:
18630: int/double.int/double(default)
18631:
18632: 2002-04-04 paf
18633:
18634: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18635: [when reconstructing pieces were split by
18636: max_integral(piece.size), thus some strings to replace happen to
18637: be split into two = not replaced)
18638:
18639: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18640: standalone version = current dir
18641:
18642: * src/targets/cgi/parser3.C: document root in standalone version =
18643: current dir
18644:
18645: 2002-04-03 paf
18646:
18647: * configure, configure.in: more checks on nonexistent charset
18648:
1.116 moko 18649: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18650:
18651: 2002-04-02 paf
18652:
18653: * src/main/compile.C: parser.compile [exception name more like in
18654: doc]
18655:
18656: 2002-04-01 paf
18657:
18658: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18659: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18660: .content-type.charset, not .charset
18661:
18662: 2002-03-29 paf
18663:
18664: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18665:
18666: * operators.txt, src/classes/date.C: ^date::create now may not
18667: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18668: days' year. | 31.05->31.04 roll
18669:
18670: 2002-03-28 paf
18671:
18672: * operators.txt, src/classes/date.C, src/classes/op.C,
18673: src/include/pa_globals.h, src/include/pa_hash.h,
18674: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18675: ^cache(seconds) ^cache[date] }
18676:
18677: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18678: param
18679:
18680: 2002-03-27 paf
18681:
18682: * operators.txt, src/classes/date.C, src/classes/double.C,
18683: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18684: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18685: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18686: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18687: src/classes/xnode.C, src/include/pa_exception.h,
18688: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18689: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18690: src/main/pa_array.C, src/main/pa_charset.C,
18691: src/main/pa_charsets.C, src/main/pa_common.C,
18692: src/main/pa_dictionary.C, src/main/pa_exception.C,
18693: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18694: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18695: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18696: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18697: src/types/pa_value.h, src/types/pa_vcookie.C,
18698: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18699: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18700: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18701: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18702: src/types/pa_wwrapper.h: assigned exception types
18703:
18704: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18705: src/include/pa_request.h, src/main/execute.C,
18706: src/main/pa_request.C: decided agains resetting exception_trace,
18707: just changed name
18708:
18709: 2002-03-26 paf
18710:
18711: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18712: fixed
18713:
18714: * src/classes/op.C: forced language of $source field of exception
18715: to 'tainted', so that sql-langed-frags could be outputed outside
18716: of connect
18717:
18718: * operators.txt: removed date.roll limit of +-1 offset
18719:
18720: * src/classes/date.C: removed date.roll limit of +-1 offset
18721:
18722: * operators.txt, src/classes/date.C: fixed date roll on
18723: daylightsaving days mktime took into account tm_isdst flag, which
18724: remained from BEFORE roll, but should have been reset
18725:
18726: 2002-03-25 paf
18727:
18728: * operators.txt, src/targets/cgi/parser3.C:
18729: http_site_config_filespec
18730:
18731: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18732: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18733: with any/both --disable-foreign-group-files --disable-execs
18734:
18735: * INSTALL: "--with=sendmail=COMMAND" comment
18736:
18737: * INSTALL, configure, configure.in, src/classes/mail.C,
18738: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18739: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18740: disables execs also. introducing --sendmail
1.95 moko 18741:
18742: * operators.txt: pgsql options comment
18743:
18744: * INSTALL: comment on --disable-link-stdcpp
18745:
1.116 moko 18746: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18747: libstdc++ link skipping configure option
1.95 moko 18748:
18749: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18750: with error were put to cache with 'marked_to_rollback' flag, all
18751: consequent even OK requests rolled back
18752:
18753: 2002-03-22 paf
18754:
18755: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18756: false return
18757:
18758: * operators.txt: few comments on sets
18759:
18760: 2002-03-18 paf
18761:
18762: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18763: src/include/pa_globals.h, src/include/pa_request.h,
18764: src/include/pa_stack.h, src/main/pa_globals.C,
18765: src/main/pa_request.C: introducing ^try
18766:
18767: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18768: types/pa_vdouble.h: removed some tested @tests
18769:
18770: 2002-03-15 paf
18771:
18772: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18773:
18774: 2002-03-13 paf
18775:
18776: * src/main/pa_exception.C: checked not-pooled malloc
18777:
18778: 2002-03-11 paf
18779:
18780: * INSTALL, configure, configure.in,
18781: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18782:
18783: * src/main/pa_common.C: --disable-foreign-group-files
18784:
18785: * INSTALL: --disable-execs
18786:
18787: * src/main/pa_exec.C: --disable-execs
18788:
18789: * configure, configure.in, src/include/pa_config_auto.h.in:
18790: --disable-execs
18791:
18792: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18793:
18794: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18795: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18796:
18797: 2002-03-05 paf
18798:
18799: * operators.txt, src/classes/date.C: date week calendar columns
18800: named
18801:
18802: * operators.txt, src/classes/date.C: date week calendar columns
18803: named
18804:
18805: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18806: requires headers to be terminated with \r\n manually [refuses to
18807: separate header/body itself]
18808:
18809: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18810: targets/isapi/parser3isapi.C: isapi site config beside .dll
18811:
18812: 2002-03-04 paf
18813:
18814: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18815: in PASS language
18816:
18817: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18818: deserialize checks on broken file
18819:
18820: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18821: parser3isapi.dsp: isapi updated
18822:
18823: 2002-03-01 paf
18824:
18825: * src/main/pa_exec.C: execle -> execve, now argc OK
18826:
18827: 2002-02-28 paf
18828:
18829: * src/main/untaint.C: removed some debug comments
18830:
18831: * src/main/pa_charsets.C: when placing charset to cache using
18832: global name now [were request]
18833:
18834: * configure, configure.in: apache module updated
18835:
18836: * src/main/pa_string.C: origin by first piece preferred before last
18837: piece
18838:
18839: 2002-02-27 paf
18840:
18841: * src/main/pa_charset.C: size_t
18842:
18843: * INSTALL: shared/static-xml with-pathlink
18844:
18845: * operators.txt: SMTP comment
18846:
18847: 2002-02-26 paf
18848:
18849: * src/main/pa_exec.C: more precise names for vars, cosmetic
18850:
18851: * src/classes/xnode.C: in some situation, xpath query returned
18852: result with type NODESET, but empty nodeset member field, checked
18853: that
18854:
18855: 2002-02-22 paf
18856:
18857: * INSTALL: without-zlib comment
18858:
18859: * etc/parser3.charsets/windows-1251.cfg: °
18860:
18861: * configure, configure.in: glib###.a detection fixed
18862:
18863: * INSTALL: hashfile removed from INSTALL
18864:
1.116 moko 18865: * Makefile.am: make update
1.95 moko 18866:
18867: * src/main/pa_string.C: string iterators fixed again, so were
18868: String::join_chain
18869:
18870: * src/main/pa_string.C: string iterators fixed again, so were
18871: String::join_chain
18872:
18873: * src/: include/pa_string.h, main/pa_string.C: string iterators
18874: fixed again, so were String::join_chain
18875:
18876: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18877:
18878: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18879: "session"
18880:
1.116 moko 18881: * configure, configure.in, src/include/pa_config_auto.h.in:
18882: --with-shared-xml --with-static-xml
1.95 moko 18883:
18884: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18885: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18886: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18887: xalan&xml
18888:
18889: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18890:
18891: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18892: src/types/types.dsp: removed hashfile support from sources for
18893: now
18894:
1.116 moko 18895: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18896: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18897: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18898: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18899: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18900: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18901: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18902: src/types/Makefile.am, src/types/pa_vhashfile.C,
18903: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18904:
18905: 2002-02-21 paf
18906:
18907: * src/main/untaint.C: removed debug code, activated commented-for
18908: debug parts
18909:
1.116 moko 18910: * Makefile.am: make cvsupdate
1.95 moko 18911:
18912: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18913: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18914: append_row, not at link zero now string to string appending works
18915:
18916: 2002-02-20 paf
18917:
18918: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18919: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18920: DEBUG_STRING_APPENDS_VS_EXPANDS
18921:
18922: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18923: economy: 22%
18924:
18925: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18926: space uptimized: string::link_row removed
18927:
18928: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18929: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18930: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18931: types/pa_vstring.h: speed uptimized: string::is_empty
18932:
18933: * operators.txt, src/include/pa_common.h,
18934: src/include/pa_config_fixed.h, src/include/pa_string.h,
18935: src/include/pa_types.h, src/main/compile.tab.C,
18936: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18937: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18938: string append optimiziation idea and estimates
18939:
18940: 2002-02-19 paf
18941:
18942: * src/classes/math.C: not used directly [but erroreously reported
18943: that 'is', thus registering twice&other probs]
18944:
18945: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18946: to node [element]
18947:
18948: * src/main/compile.C: without string_origins parse error
18949: file+line+col possible
18950:
18951: * src/main/: compile.C: without string_origins not worked
18952:
18953: 2002-02-18 paf
18954:
18955: * src/types/pa_vdouble.h: since we have in_expression removed that
18956: trick i've installed into double::as_string
18957:
18958: * src/main/pa_globals.C: extern "C" was removed too fast
18959:
18960: * src/: include/pa_opcode.h, include/pa_request.h,
18961: main/compile.tab.C, main/compile.y, main/execute.C,
18962: types/pa_wcontext.h: in_expression aimed to solve old problem
18963: with string/nonstring values, now in expressions double/int
18964: values are passed as-is, without stupid tostring/fromstring
18965: conversions
18966:
18967: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18968: __cplusplus } #endif
18969:
18970: * src/main/compile.tab.C: bison env set so one could compile
18971: without cygwin installed
18972:
18973: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18974: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18975: gnome xml libs parser .dsp-s changed accordingly
18976:
18977: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18978:
18979: * operators.txt, src/classes/date.C: date::create [were date::set,
18980: with backward comp
18981:
18982: * src/classes/math.C: math:random range check fixed
18983:
18984: * src/main/: compile.tab.C, compile.y: integer division stops name
18985:
18986: * INSTALL: local install comment
18987:
1.116 moko 18988: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18989:
1.116 moko 18990: * acinclude.m4, aclocal.m4, configure, configure.in,
18991: src/include/pa_config_auto.h.in,
18992: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18993: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18994:
18995: * operators.txt: \ comment
18996:
18997: 2002-02-13 paf
18998:
18999: * src/include/pa_config_includes.h: sys/time time both included
19000: now. vaguely remember confilicts on this on some system [not on
19001: six|ablv] so when would see them again would think up proper
19002: check
19003:
1.116 moko 19004: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19005: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19006:
19007: * src/main/pa_common.C: truncation never occured when writing files
19008: on unix [since i've changed cache mech] fix
19009:
19010: * src/main/pa_common.C: strnchr: sanity check added
19011:
19012: * etc/parser3.charsets/windows-1257.cfg: id added
19013:
19014: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19015: baltic charset file generated, in generation script ispunct check
19016: added
19017:
19018: 2002-02-08 paf
19019:
1.116 moko 19020: * src/: include/Makefile.am, sql/Makefile.am,
19021: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19022:
19023: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19024: forgotten
19025:
19026: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19027:
19028: * INSTALL, README: install&others updated
19029:
19030: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19031:
1.116 moko 19032: * Makefile.am, configure, configure.in,
19033: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19034: src/classes/Makefile.am, src/main/Makefile.am,
19035: src/main/pa_status_provider.C, src/targets/Makefile.am,
19036: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19037: works
1.95 moko 19038:
19039: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19040: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19041: classes/hashfile.C, classes/int.C, classes/mail.C,
19042: classes/math.C, classes/op.C, classes/response.C,
19043: classes/string.C, classes/table.C, classes/void.C,
19044: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19045: include/pa_array.h, include/pa_cache_managers.h,
19046: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19047: include/pa_config_fixed.h, include/pa_config_includes.h,
19048: include/pa_db_connection.h, include/pa_db_manager.h,
19049: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19050: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19051: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19052: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19053: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19054: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19055: include/pa_stack.h, include/pa_string.h,
19056: include/pa_stylesheet_connection.h,
19057: include/pa_stylesheet_manager.h, include/pa_table.h,
19058: include/pa_threads.h, include/pa_types.h, main/compile.C,
19059: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19060: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19061: main/pa_db_connection.C, main/pa_db_manager.C,
19062: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19063: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19064: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19065: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19066: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19067: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19068: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19069: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19070: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19071: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19072: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19073: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19074: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19075: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19076: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19077: types/pa_vmethod_frame.h, types/pa_vobject.h,
19078: types/pa_vrequest.h, types/pa_vresponse.h,
19079: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19080: types/pa_vstateless_object.h, types/pa_vstatus.C,
19081: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19082: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19083: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19084: classes/image.C, main/pa_common.C, main/pa_exec.C,
19085: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19086: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19087: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19088: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19089: types/pa_vxnode.C, main/pa_charset.C: name spelling
19090:
19091: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19092: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19093: classes/hashfile.C, classes/image.C, classes/int.C,
19094: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19095: classes/string.C, classes/table.C, classes/void.C,
19096: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19097: include/pa_array.h, include/pa_cache_managers.h,
19098: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19099: include/pa_config_fixed.h, include/pa_config_includes.h,
19100: include/pa_db_connection.h, include/pa_db_manager.h,
19101: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19102: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19103: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19104: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19105: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19106: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19107: include/pa_stack.h, include/pa_string.h,
19108: include/pa_stylesheet_connection.h,
19109: include/pa_stylesheet_manager.h, include/pa_table.h,
19110: include/pa_threads.h, include/pa_types.h, main/compile.C,
19111: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19112: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19113: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19114: main/pa_db_connection.C, main/pa_db_manager.C,
19115: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19116: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19117: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19118: main/pa_socks.C, main/pa_sql_driver_manager.C,
19119: main/pa_status_provider.C, main/pa_string.C,
19120: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19121: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19122: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19123: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19124: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19125: targets/isapi/pool_storage.h, types/pa_valiased.C,
19126: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19127: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19128: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19129: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19130: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19131: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19132: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19133: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19134: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19135: types/pa_vresponse.h, types/pa_vstateless_class.C,
19136: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19137: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19138: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19139: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19140: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19141: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19142:
19143: 2002-02-07 paf
19144:
19145: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19146:
1.116 moko 19147: * configure, configure.in, src/include/pa_config_auto.h.in,
19148: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19149: added yet another locking function: fcntl
1.95 moko 19150:
19151: * config.sub: on cygwin configure passes it with strange i1586
19152: const, hacked it to mean i586
19153:
19154: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19155: disabled $if reference due to conflicts with local variables
19156:
19157: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19158: xdoc::set obsolete now, now xdoc::create, with both sences
19159:
19160: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19161: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19162: table::create now // 'set' name obsolete now table clone.
19163:
19164: * operators.txt, src/classes/string.C,
19165: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19166: ^int/double/string.format now can be called with normal []
19167: brackets, not stupid {} as it were implemented for some strange
19168: reason. retaining backward compatibility due to some
19169: already-implemented servers
19170:
19171: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19172: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19173: operators now detected by check at name_without_curly_rdive_read
19174: rule whether diving code constists only of
19175: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19176: with OP_GET_ELEMENT_OR_OPERATOR to form
19177: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19178:
19179: 2002-02-06 paf
19180:
19181: * configure, configure.in: prefix expanded, grr
19182:
19183: * operators.txt, src/classes/mail.C: mail:send config changed
19184:
19185: 2002-02-05 paf
19186:
19187: * operators.txt: regex options commented
19188:
19189: * src/main/: pa_exec.C: argv0 now correct
19190:
19191: * src/types/pa_vstatus.C: status:rusage 3
19192:
19193: * src/types/pa_vstatus.C: status:rusage 2
19194:
19195: * operators.txt: status:rusage described int operators
19196:
19197: * src/types/pa_vstatus.C: status:rusage 1
19198:
19199: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19200: src/types/types.dsp: status:rusage
19201:
19202: * configure.in, operators.txt, src/classes/file.C,
19203: src/classes/op.C, src/include/pa_common.h,
19204: src/include/pa_config_includes.h, src/main/compile.tab.C,
19205: src/main/pa_common.C: rewritten ^cache to use
19206: non-blocking-exclusive-caches
19207:
19208: * src/main/pa_common.C: text file read mode on win32 adjusted
19209: [speed impact. was off for debugging purpose, but forgotten
19210: afterwards]
19211:
19212: 2002-02-01 paf
19213:
19214: * src/classes/op.C: file_write does EX lock after create, while
19215: file_read does SH after open, so there's a moment after create
19216: but before EX lock when read can sneak into, and read
19217: just-created-for-writing-and-not-yet-locked file, added a check
19218: for that in ^cache...read
19219:
19220: 2002-01-31 paf
19221:
19222: * src/main/: compile.y, compile.tab.C: disabled operator call after
19223: ^xxx:
19224:
19225: * src/main/: compile.tab.C, execute.C: made operators lookup first
19226: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19227:
19228: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19229: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19230: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19231: operators check 6.1 rewritten. now check is done at compile time
19232:
19233: * src/main/execute.C: operators check 5 floated up old error of
19234: staying in 'entered class/object' state after $a($a..) it
19235: prevented operators from being called thereafter
19236:
19237: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19238: main/execute.C: operators check 4 floated up old error of staying
19239: in 'entered object' state after ^a.a(a) it prevented operators
19240: from being called thereafter
19241:
19242: * src/main/execute.C: operators check 3 floated up old error of
19243: staying in 'entered class' state after $a:a(a) it prevented
19244: operators from being called thereafter
19245:
19246: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19247: floated up old error of staying in 'entered class' state after
19248: $a:a[a] it prevented operators from being called thereafter
19249:
19250: * src/main/execute.C: operators check, thay mistakenly seen in
19251: $class:operator $object.operators contexts
19252:
19253: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19254: win32
19255:
1.116 moko 19256: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19257: src/classes/Makefile.am, src/main/Makefile.am,
19258: src/targets/cgi/Makefile.am,
1.95 moko 19259: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19260: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19261:
1.116 moko 19262: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19263: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19264: configure, configure.in, form.txt, ident.awk, install-sh,
19265: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19266: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19267: etc/parser3.charsets/Makefile.am,
19268: etc/parser3.charsets/koi8-r.cfg,
19269: etc/parser3.charsets/windows-1250.cfg,
19270: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19271: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19272: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19273: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19274: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19275: straightened installation scripts procedure made
19276: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19277: change
19278:
19279: 2002-01-30 paf
19280:
19281: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19282: removed] those comments were a mistake, and prevented libltdl
19283: from function properly
19284:
19285: 2002-01-29 paf
19286:
1.116 moko 19287: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19288: creation [modified acinclude.m4 which were creating int into just
19289: assignment LIBTOOL=../libtool] added default system
19290: config&charsetts prepared 'make install', now it installs
19291: targets/cgi/parser3 into bin directory etc/parser3.conf &
19292: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19293: $sysconfdir/parser3.charsets respectively
19294:
19295: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19296: main/pa_globals.C: few forgotten ifdef XML added
19297:
19298: 2002-01-28 paf
19299:
1.116 moko 19300: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19301: removed
19302:
19303: * src/main/pa_exception.C: dom|generic error output fix
19304:
19305: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19306:
19307: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19308:
19309: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19310: [fixed as_node helper func to accept docs]
19311:
19312: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19313: xdoc.importNode 0
19314:
19315: * src/classes/xdoc.C: xdoc::set now untaints OK
19316:
19317: 2002-01-25 paf
19318:
19319: * src/main/: compile.tab.C, compile.y: #comment before @ after
19320: @SPECIAL now works OK
19321:
19322: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19323:
19324: * src/main/pa_exec.C: max arg count now 10, and proper message on
19325: violation that added
19326:
19327: * src/classes/hash.C: unified hash::sql, now
19328: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19329:
19330: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19331: ^file:lock[filename]{code}
19332:
19333: * src/: classes/file.C, classes/op.C, classes/string.C,
19334: classes/table.C, classes/xdoc.C, include/pa_common.h,
19335: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19336: to some pa_common funcs
19337:
19338: * src/: include/pa_charset.h, main/pa_globals.C:
19339: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19340:
19341: * src/: include/pa_charset.h, main/pa_charset.C,
19342: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19343: not stupid illegal define
19344:
19345: 2002-01-24 paf
19346:
19347: * src/include/pa_version.h: changed version number
19348:
19349: * src/: classes/hashfile.C, include/pa_db_table.h,
19350: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19351: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19352: main/pa_db_connection.C, main/pa_db_table.C,
19353: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19354: hashfile without logfiles
19355:
19356: * src/: classes/hashfile.C, include/pa_db_table.h,
19357: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19358: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19359: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19360: DB_INIT_TXN init bits, thus got rid of huge log files, which
19361: cluttered disk without huge need]
19362:
19363: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19364: handy macro, which is strangly abscent in dome lib
19365:
19366: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19367:
19368: * src/classes/xdoc.C: checked empty response
19369:
19370: * src/classes/xnode.C: xdoc.select fixed context node [were always
19371: /, not self node]
19372:
19373: * src/classes/xnode.C: xnode.select returns array always now, in
19374: case 'nothing found' returns empty array
19375:
19376: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19377: be more tender with ctrl/c/v
19378:
19379: 2002-01-23 paf
19380:
19381: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19382: substituted. // 2. when dom tree with entites goes under
19383: transform text nodes // got [erroreosly] cut on first
19384: entity occurance
19385:
19386: * src/types/pa_vdouble.h: double prec. todo: get rid of
19387: twice-converting
19388:
19389: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19390: 'e' in output this is for regretful twice-converting here:
19391: $a(double value) when they write double falue they convert it to
19392: string first, thus %g were losing precesion.
19393:
19394: todo: think up some way to remove double->string string->double
19395: twice-converting
19396:
19397: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19398: %.20E now default float format this is for regretful
19399: twice-converting here: $a(double value) when they write double
19400: falue they convert it to string first, thus %g were losing
19401: precesion.
19402:
19403: todo: think up some way to remove double->string string->double
19404: twice-converting
19405:
19406: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19407: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19408: reasons in comment inside
19409:
19410: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19411: statically linked]
19412:
19413: * src/: include/pa_exception.h, main/compile.tab.C,
19414: main/pa_exception.C: removed exception va_list constructor. 1.
19415: not needed anymore 2. there were a conflict[causing errors]
19416: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19417: never detected an ambiguilty here, compiling ctor(, "hello") into
19418: ctor(, va_list) which, of course, caused gpf
19419:
19420: * src/main/pa_globals.C: removed debug xslt messages
19421:
19422: 2002-01-22 paf
19423:
19424: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19425: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19426: helps compiling stylesheet properly. example: this refused to
19427: work, <b>«<xsl:value-of select="@title"
19428: />»</b> stranly worked only this way:
19429: <b>«<xsl:value-of select="@title" />»</b>
19430:
19431: docs says "set it to 1", never going into details, so I decided
19432: to try NOT to do that
19433:
19434: * src/classes/table.C: join behaived badly in case named tables
19435: structure mismatched: 0 strings sneaked into dest failing
19436: afterwards. replaced them with empty strings
19437:
19438: 2002-01-21 paf
19439:
19440: * src/main/pa_charset.C: checked empty transcoders in
19441: transcode_cstr|buf
19442:
19443: * src/classes/xdoc.C: xdoc::load error source = filespec
19444:
19445: * src/classes/xdoc.C: transform error source now
19446: stylesheet_filespec
19447:
1.116 moko 19448: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19449: include/pa_stylesheet_connection.h, main/pa_charset.C,
19450: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19451: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19452: gnome
1.95 moko 19453:
19454: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19455: include/pa_globals.h, include/pa_stylesheet_connection.h,
19456: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19457: xslt generic error 1
19458:
19459: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19460: xml generic message 1
19461:
19462: * src/classes/table.C: ^table::load empty lines or #comments before
19463: headline
19464:
19465: * src/: include/pa_array.h, include/pa_globals.h,
19466: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19467: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19468: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19469: errors 0
19470:
19471: 2002-01-16 paf
19472:
19473: * src/: classes/hash.C, classes/op.C, classes/string.C,
19474: classes/table.C, classes/void.C, classes/xdoc.C,
19475: include/pa_db_connection.h, include/pa_request.h,
19476: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19477: include/pa_stylesheet_connection.h,
19478: include/pa_stylesheet_manager.h, main/pa_request.C,
19479: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19480: targets/cgi/pool_storage.h: auto closers to sql_connection,
19481: stylesheet_connection auto destroyers to remaining gnome objects
19482:
19483: * src/classes/xdoc.C: few comments
19484:
19485: 2002-01-15 paf
19486:
19487: * src/classes/xdoc.C: xdoc file save string
19488:
19489: ready. todo: error handling
19490:
19491: * src/classes/xdoc.C: xdoc save rewritten using
19492: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19493: result
19494:
19495: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19496: started output options parsing
19497:
19498: 2002-01-14 paf
19499:
19500: * src/classes/xdoc.C: method
19501:
19502: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19503: include/pa_pool.h, include/pa_stylesheet_connection.h,
19504: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19505: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19506: xslt transform0. TODO: use output options handle errors
19507:
19508: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19509:
19510: 2002-01-11 paf
19511:
19512: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19513: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19514: partial logical && || evaluation
19515:
19516: * src/classes/xnode.C: xpath selectNodes
19517:
19518: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19519: string/number/bool
19520:
19521: * src/classes/xnode.C: xpath selectNode 2
19522:
19523: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19524: xpath selectNode 1
19525:
19526: 2002-01-10 paf
19527:
19528: * src/classes/xnode.C: xpath selectNode -100 [just written]
19529:
19530: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19531: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19532: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19533: refcounter]
19534:
19535: 2001-12-29 paf
19536:
19537: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19538: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19539: glib works 0
19540:
19541: 2001-12-28 paf
19542:
19543: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19544: main/pa_exception.C: started glib transcoders
19545:
19546: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19547:
19548: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19549: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19550: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19551: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19552: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19553: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19554: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19555: libs just compiled in. no refcounting no xpath no xslt yet
19556:
19557: 2001-12-27 paf
19558:
19559: * src/: include/pa_charset.h, include/pa_common.h,
19560: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19561: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19562: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19563: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19564: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19565: from xalan&xerces, started the process. globals [initialization
19566: pool [charset update charset [transcodings vxnode vxdoc [DOM
19567: calls
19568:
19569: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19570: anymore
19571:
19572: 2001-12-26 paf
19573:
19574: * src/: include/pa_charset.h, include/pa_charsets.h,
19575: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19576: key globalized [bug]
19577:
19578: 2001-12-25 paf
19579:
19580: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19581: main/pa_string.C: table set & append changed splitting languages,
19582: separators now can be clean AND as-is same to mail command line
19583: $MAIN:MAIL.progX arguments
19584:
19585: 2001-12-24 paf
19586:
19587: * src/classes/mail.C: one parted text messages - no multipart
19588: mime-type anymore. for convinient if $.attach-ments
19589:
19590: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19591: main/pa_string.C: read from cache size check updated
19592:
19593: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19594:
19595: 2001-12-21 paf
19596:
19597: * src/classes/date.C: date:sql-string now returns localtime
19598:
19599: * src/main/pa_request.C: $result in @main actually not working, to
19600: hell with it for now
19601:
19602: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19603: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19604: @postprocess @exception
19605:
19606: * src/main/execute.C: junction evaluation canceled - endless
19607: recursion detected
19608:
19609: 2001-12-19 paf
19610:
19611: * src/main/pa_charset.C: charset->charset transcoding via unicode
19612: intermediate
19613:
19614: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19615:
19616: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19617:
19618: * src/classes/op.C: ^cache keypath now relative
19619:
19620: * src/classes/mail.C: changed weighting prior to sort
19621:
19622: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19623: were missing
19624:
19625: 2001-12-17 paf
19626:
19627: * src/main/pa_charset.C: ifndef XML were bad type
19628:
19629: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19630: outdated unset services_pool
19631:
19632: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19633: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19634: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19635:
19636: * src/main/untaint.C: allowed space in filespec
19637:
19638: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19639:
19640: * src/classes/image.C: no govno
19641:
19642: * src/classes/image.C: govno
19643:
19644: 2001-12-16 paf
19645:
19646: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19647:
19648: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19649: charset_connection&manager replaced by charset&charsets
19650:
19651: * src/main/pa_charset.C: name_cstr 0
19652:
19653: * src/main/untaint.C: uri lang now knows about client/source
19654: charsets
19655:
19656: * src/: classes/file.C, classes/math.C, classes/op.C,
19657: classes/string.C, classes/table.C, classes/xdoc.C,
19658: include/pa_array.h, include/pa_cache_managers.h,
19659: include/pa_charset_connection.h, include/pa_charset_manager.h,
19660: include/pa_common.h, include/pa_db_connection.h,
19661: include/pa_db_manager.h, include/pa_db_table.h,
19662: include/pa_dictionary.h, include/pa_exception.h,
19663: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19664: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19665: include/pa_sapi.h, include/pa_socks.h,
19666: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19667: include/pa_string.h, include/pa_stylesheet_connection.h,
19668: include/pa_stylesheet_manager.h, include/pa_table.h,
19669: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19670: main/pa_charset.C, main/pa_charset_connection.C,
19671: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19672: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19673: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19674: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19675: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19676: types/types.dsp: introducing Charset
19677:
19678: 2001-12-14 paf
19679:
19680: * src/: include/pa_request.h, include/pa_transcoder.h,
19681: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19682: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19683: uri lang
19684:
19685: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19686:
19687: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19688:
19689: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19690: defalts_name global
19691:
19692: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19693: include/pa_request.h, main/main.dsp,
19694: main/pa_charset_connection.C, main/pa_charset_manager.C,
19695: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19696: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19697: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19698: changed charset model. now important: $request:charset
19699: $response:charset while $response:content-type.charset become
19700: unimportant [informational]
19701:
19702: 2001-12-13 paf
19703:
19704: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19705:
19706: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19707: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19708: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19709: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19710: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19711: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19712:
19713: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19714: auto_ptr part other way, because of stupid gcc 2.96
19715: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19716: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19717: FormatterListener] /usr/include/g++-3/memory:48:
19718: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19719: _Tp1 = FormatterListener, _Tp = FormatterListener]
19720:
19721: * src/classes/xdoc.C: removed extra inc
19722:
19723: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19724:
19725: * src/include/pa_types.h: msvc head debugging flag
19726:
19727: * src/classes/xdoc.C: freed up listener
19728:
19729: * src/classes/string.C: change msg '... code is not code'
19730:
19731: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19732: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19733: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19734: [past/future prob]
19735:
19736: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19737: include/pa_config_fixed.h, include/pa_db_manager.h,
19738: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19739: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19740:
19741: * src/: include/pa_config_fixed.h, main/pa_common.C,
19742: main/pa_string.C: removed signed mismatch warnings
19743:
19744: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19745: 'expires' from header outputs
19746:
19747: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19748: row ptr
19749:
19750: * src/classes/file.C: file::cgi bug, request_method were passed to
19751: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19752:
19753: * src/classes/xdoc.C: lang list updated
19754:
19755: 2001-12-10 paf
19756:
19757: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19758:
19759: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19760: erase files like that, knowing their full name introducing //
19761: theoretical problem with, for instance, "_2B" and "." fragments,
19762: // they would yield the same // because
19763: need_file_encode('_')=false // but we need to delete such files
19764: somehow, getting names from ^index
19765:
19766: * src/main/pa_string.C: ^string.replace bug fixed [bad
19767: string::join_chank break]
19768:
19769: 2001-12-07 paf
19770:
19771: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19772: include/pa_common.h, include/pa_config_auto.h.in,
19773: include/pa_config_fixed.h, include/pa_config_includes.h,
19774: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19775: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19776: types/pa_vhashfile.C: merged from r14_simple_cache
19777:
19778: * src/main/pa_string.C: stupid sparc architecture failed to access
19779: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19780: lduh [ %i2 + 1 ], %l0
19781:
19782: bus error, fixed that
19783:
19784: * src/main/pa_string.C: strange string deserialize bug on
19785: client[pmts], a bit shortened,
19786:
19787: * src/include/pa_config_auto.h.in: makes
19788:
19789: * src/: include/pa_common.h, include/pa_config_fixed.h,
19790: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19791: file write shared lock file read
19792:
19793: * src/: classes/op.C, include/pa_common.h,
19794: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19795:
19796: 2001-12-06 paf
19797:
19798: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19799: main/pa_request.C: #ifdef RESOURCES_DEBUG
19800:
19801: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19802: info
19803:
19804: * src/classes/hashfile.C: removed transaction from ^cache
19805:
19806: 2001-12-05 paf
19807:
19808: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19809: IIS5 there were a prob with illegal call check
19810:
19811: 2001-12-04 paf
19812:
19813: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19814: main/pa_request.C: measures to log
19815:
19816: 2001-11-23 paf
19817:
19818: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19819: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19820: types/pa_vhashfile.C: merged from _0014, 1
19821:
19822: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19823: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19824: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19825: ^cache(33) would change
19826:
19827: 0660 bits in file_write & hashfile create
19828:
19829: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19830: after pa_string optimization]
19831:
19832: 2001-11-22 paf
19833:
19834: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19835: table.offset[whence]
19836:
19837: * src/classes/op.C: process cstr(,connection)
19838:
19839: * src/classes/op.C: process now gets its body on current language,
19840: not as-is
19841:
19842: * src/main/untaint.C: ORIGINS mode removed UHTML
19843:
19844: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19845: bit
19846:
1.116 moko 19847: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19848:
19849: 2001-11-21 paf
19850:
19851: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19852: <xsl:output output options made identical to xsl:output
19853: attributes exclusion: cdata-section-elements what xalan can do
19854: but that not used now: it can escape and remove CDATA sections
19855:
19856: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19857: produced by xslt
19858:
19859: * src/targets/cgi/parser3.C: removed debug cgi||1
19860:
19861: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19862:
19863: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19864: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19865: default language for {code}, it happen to change it's language
19866: from CLEAN, so later refused to split by CLEAN \t
19867:
19868: 2001-11-20 paf
19869:
1.116 moko 19870: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19871: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19872: bottom of dependeces, so that errors would popup quicklier, fixed
19873: line numbering in table::sql
19874:
19875: 2001-11-19 paf
19876:
19877: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19878: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19879: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19880: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19881: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19882: at wcontext.write
19883:
1.116 moko 19884: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19885: _set_new_handler
19886:
1.116 moko 19887: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19888: set_new_handler in apache&isapi
1.95 moko 19889:
19890: 2001-11-16 paf
19891:
19892: * src/targets/cgi/parser3.C: pool debug @ die
19893:
19894: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19895: removed 8 bytes from String, 2 bytes from
19896: string::chunk::row::item
19897:
19898: * src/main/pa_string.C: removed 1+4 bytes from String
19899:
19900: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19901: types/pa_vstring.C: removed 1+4 bytes from String
19902:
19903: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19904: 0
19905:
19906: * src/: include/pa_globals.h, include/pa_string.h,
19907: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19908: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19909: targets/cgi/parser3.C: introducing estimating
19910: String::cstr_bufsize, 0
19911:
19912: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19913:
19914: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19915:
19916: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19917: include/pa_pool.h: die in pool::fail
19918:
19919: 2001-11-15 paf
19920:
19921: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19922: main/pa_exception.C, targets/cgi/parser3.C: exception with
19923: dynamic buffer re-back now with counter
19924:
19925: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19926: static buffer back
19927:
19928: * src/targets/cgi/parser3.C: std::
19929:
19930: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19931: include/pa_config_includes.h: setnewhandler check
19932:
1.116 moko 19933: * src/include/pa_config_auto.h.in: makes
1.95 moko 19934:
19935: * src/targets/cgi/parser3.C: set_new_handler started
19936:
19937: 2001-11-14 paf
19938:
19939: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19940: was wrong
19941:
19942: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19943: was wrong
19944:
19945: * src/main/pa_request.C: z
19946:
19947: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19948: full returns win32 -1 solaris >buffer_size
19949:
19950: checked all that
19951:
19952: * src/classes/op.C: ^untaint{body} as-is default now
19953:
19954: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19955: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19956: with no_bad_constructors_try
19957:
19958: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19959: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19960: this: $bred[^string::length[]] $bred[^response::clear[]]
19961: $bred[^int::int[]]
19962:
19963: now VObject creation moved into overriden
19964: VClass::create_new_value, thus 0 from create_new_value means that
19965: class has no ctors
19966:
19967: 2001-11-13 paf
19968:
19969: * src/classes/classes.C: returned accedently removed if in foreach
19970: callbacks [when hash no-0-restructure]
19971:
19972: 2001-11-12 paf
19973:
19974: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19975: passed as-is to method, xalan makes & into & itself
19976:
19977: * src/classes/date.C: date.roll parser2 alg used
19978:
19979: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19980: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19981: main/pa_dictionary.C, main/pa_hash.C,
19982: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19983: now does not containt 0 values. put 0 actullay removes. no check
19984: on 0 value in foreach now required
19985:
19986: 2001-11-11 paf
19987:
19988: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19989:
19990: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19991:
19992: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19993: driver initialize not const
19994:
19995: 2001-11-10 paf
19996:
19997: * src/main/pa_exec.C: doc
19998:
19999: 2001-11-09 paf
20000:
20001: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20002: param properly
20003:
20004: * src/classes/string.C: string.save now does untainting before
20005: saving
20006:
20007: * src/main/pa_common.C: line endings fixing fixed last piece[was
20008: still cstr oriented]
20009:
20010: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20011: line endings fixing got rid of cstr, now must work ok with post
20012: multipart
20013:
20014: * src/types/pa_vform.C: line endings fixed at post / multipart /
20015: not file also now
20016:
20017: 2001-11-08 paf
20018:
20019: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20020: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20021: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20022: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20023: main/pa_stylesheet_manager.C: restructured Cache manager to be
20024: simple parent, not second parent [gcc 2.96 strangly refused to
20025: call virtual from second parent]
20026:
1.116 moko 20027: * src/: include/pa_common.h, main/Makefile.am,
20028: targets/cgi/pa_pool.C: makes
1.95 moko 20029:
20030: * src/: include/pa_request.h, main/pa_request.C,
20031: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20032: 'status' class enabler
20033:
20034: <Location /parser-status.html> ParserStatusAllowed </Location>
20035:
20036: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20037: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20038: include/pa_stylesheet_manager.h, main/main.dsp,
20039: main/pa_cache_managers.C, main/pa_charset_manager.C,
20040: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20041: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20042: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20043: todo: apache 'status' class enabler
20044:
20045: 2001-11-05 paf
20046:
20047: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20048: debug to normal
20049:
20050: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20051: hence i removed skipping 0 values in hash::for_each-es we need to
20052: check cleaned cache items manually. few more checks.
20053:
20054: expiring to 0 time was wrong, changed to 'now' time
20055:
20056: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20057: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20058: on apache already done :)
20059:
20060: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20061: skipping 0 values in hash::for_each-es we need to check cleaned
20062: cache items manually
20063:
20064: * src/main/: pa_db_connection.C, pa_db_table.C:
20065: parser_multithreaded check was wrong
20066:
20067: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20068: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20069: classes/hashfile.C, classes/image.C, classes/int.C,
20070: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20071: classes/string.C, classes/table.C, classes/void.C,
20072: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20073: include/pa_array.h, include/pa_charset_connection.h,
20074: include/pa_charset_manager.h, include/pa_common.h,
20075: include/pa_config_fixed.h, include/pa_config_includes.h,
20076: include/pa_db_connection.h, include/pa_db_manager.h,
20077: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20078: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20079: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20080: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20081: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20082: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20083: include/pa_stack.h, include/pa_string.h,
20084: include/pa_stylesheet_connection.h,
20085: include/pa_stylesheet_manager.h, include/pa_table.h,
20086: include/pa_threads.h, include/pa_types.h, main/compile.C,
20087: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20088: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20089: main/pa_charset_manager.C, main/pa_common.C,
20090: main/pa_db_connection.C, main/pa_db_manager.C,
20091: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20092: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20093: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20094: main/pa_socks.C, main/pa_sql_driver_manager.C,
20095: main/pa_status_provider.C, main/pa_string.C,
20096: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20097: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20098: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20099: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20100: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20101: targets/isapi/pool_storage.h, types/pa_valiased.C,
20102: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20103: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20104: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20105: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20106: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20107: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20108: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20109: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20110: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20111: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20112: types/pa_vstateless_object.h, types/pa_vstatus.h,
20113: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20114: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20115: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20116: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20117: $status:db fixed used not initialized in db_connection & db_table
20118:
20119: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20120: $status:charset
20121:
20122: * src/: classes/xdoc.C, include/pa_db_connection.h,
20123: include/pa_stylesheet_connection.h,
20124: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20125: types/pa_vstatus.h: $status:stylesheet
20126:
20127: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20128: include/pa_request.h, include/pa_sql_connection.h,
20129: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20130: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20131: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20132: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20133: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20134: types/pa_vxnode.C, types/types.dsp: started status parser class
20135:
20136: 2001-11-01 paf
20137:
20138: * src/include/pa_config_auto.h.in: makes
20139:
20140: * src/main/pa_hash.C: removed old extra include
20141:
20142: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20143: checks [for hp, there are such in math.h]
20144:
20145: * src/classes/op.C: ^for endless loop check strightened
20146:
20147: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20148: behavior in native calls. it left unchanged, so ^for ^foreach &
20149: co can use r.root to write their i & key,value there
20150:
20151: * src/classes/op.C: detected for var storage bug, fixed.
20152: todo:foreach
20153:
20154: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20155: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20156: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20157: changing of hash inside of foreach
20158:
20159: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20160: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20161: were hash.foreach
20162:
20163: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20164: types/pa_vstring.C, types/pa_vstring.h:
20165: ^foreach[key|value]{body}[[separator]|{separator}]
20166:
20167: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20168: types/pa_vcookie.C: ^hash.delete[key]
20169:
20170: 2001-10-31 paf
20171:
20172: * src/main/: compile.C, pa_common.C: completely empty file now
20173: considered "read", not ignored [not perfect trick used]
20174:
20175: * src/main/pa_common.C: simplier common ifdefs
20176:
20177: * src/main/pa_common.C: typing bug in common - bad ifdeff
20178:
20179: * src/main/pa_db_connection.C: z
20180:
20181: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20182: lockdetector flags
20183: dbenv.lk_detect=DB_LOCK_RANDOM;
20184:
20185: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20186: from accidental show [imagine user forgot @exception]
20187:
20188: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20189:
20190: * src/: classes/file.C, classes/image.C, classes/mail.C,
20191: classes/string.C, classes/xnode.C, include/pa_common.h,
20192: main/pa_common.C: ^string.save[[append;]path]
20193:
20194: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20195: main/execute.C: \ in expression: int divide 10/3=3
20196:
20197: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20198: inside of ^cache
20199:
20200: * src/: include/pa_threads.h, main/pa_db_connection.C,
20201: main/pa_db_table.C, targets/cgi/pa_threads.C,
20202: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20203: needed
20204:
20205: 2001-10-30 paf
20206:
20207: * src/: classes/classes.dsp, main/main.dsp,
20208: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20209: types/types.dsp: enabled debug incremental compile
20210:
20211: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20212: form post data line endings not reformatted now.
20213:
20214: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20215: now required [had bug when file= has no value]
20216:
20217: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20218: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20219: cstr(asis) default param removed
20220:
20221: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20222:
20223: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20224:
20225: * src/include/pa_dir.h: LOAD_DIR fixed
20226:
20227: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20228: was broken} fix_line_breaks
20229:
20230: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20231: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20232: packed with #pragma pack
20233:
1.116 moko 20234: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20235:
20236: 2001-10-29 paf
20237:
20238: * src/types/pa_wcontext.h: bitfield syntax stricter
20239:
20240: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20241: string hash.puts
20242:
20243: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20244:
20245: * src/include/pa_sql_connection.h: there were one wrong
20246: SQL_CONNECTION_FUNC_GUARDED [failed]
20247:
20248: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20249: param.someday either ifdef or remove it
20250:
20251: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20252:
20253: * src/main/untaint.C: optimizing returned after debugging
20254:
20255: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20256: main/untaint.C: memory hunging #pragma pack(1)
20257:
20258: 16 419 844 13 169 394
20259:
20260: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20261: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20262: places [todo:Array]
20263:
20264: * src/: main/execute.C, targets/cgi/pa_pool.C,
20265: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20266: types/pa_wwrapper.h: debugging memory WContext flags to bits
20267:
20268: total 5 652 652/158731 total 5 469 332/158731
20269:
20270: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20271: Array:: without cache in get/put now
20272:
20273: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20274: 18:25:27 2001] total 5 652 652/158731
20275:
20276: * src/: include/pa_string.h, main/pa_string.C,
20277: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20278: now
20279:
20280: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20281: 18:11:53 2001] total 5796092/158731
20282:
20283: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20284: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20285: key ref now
20286:
20287: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20288: 17:11:17 2001] total 16867948/202658
20289:
20290: * src/: classes/file.C, classes/image.C, classes/string.C,
20291: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20292: main/execute.C, main/pa_array.C, main/pa_common.C,
20293: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20294: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20295: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20296: string::as_int/double now usually uses stack, not heap [200K out
20297: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20298:
20299: * src/main/pa_sql_driver_manager.C: ping to have services [old
20300: hiding bug]
20301:
20302: * src/Makefile.am: .am order
20303:
20304: * src/: include/pa_array.h, include/pa_charset_manager.h,
20305: include/pa_db_connection.h, include/pa_db_manager.h,
20306: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20307: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20308: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20309: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20310: required "friend class"
20311:
20312: ../include/pa_request.h:51: friend declaration requires
20313: class-key, i.e. `friend class Temp_lang'
20314:
20315: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20316: main/pa_exception.C, main/pa_sql_driver_manager.C,
20317: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20318:
20319: the idea is to #1 jump to C++ some function to main body, where
20320: every function stack frame has exception unwind information and
20321: from there... #2 propagate_exception()
20322:
20323: 2001-10-28 paf
20324:
20325: * src/main/pa_db_connection.C: removed old consts
20326:
20327: * src/main/pa_db_connection.C: expire table [was accidently pasted
20328: with wrong type/cast]
20329:
20330: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20331: translation
20332:
1.116 moko 20333: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20334: remember to build DB2 with -fexceptions!!!
20335:
20336: * src/main/pa_db_table.C: DB_RMW defed
20337:
20338: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20339: include/pa_db_connection.h, include/pa_db_manager.h,
20340: include/pa_db_table.h, main/pa_db_connection.C,
20341: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20342:
20343: 2001-10-27 paf
20344:
20345: * src/: classes/hashfile.C, include/pa_db_connection.h,
20346: include/pa_db_table.h, main/pa_db_connection.C,
20347: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20348: types/pa_vhashfile.C: DB2 ifdefs
20349:
1.116 moko 20350: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20351: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20352: makes with DB2
20353:
1.116 moko 20354: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20355: types/Makefile.am: makes db
1.95 moko 20356:
20357: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20358: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20359: globals.C
20360:
20361: * src/: classes/hashfile.C, include/pa_db_connection.h,
20362: include/pa_db_table.h, main/pa_db_connection.C,
20363: main/pa_db_table.C: ^hashfile.clear[]
20364:
20365: * src/classes/classes.awk: no $ in var names
20366:
20367: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20368: connection&table [forgotten calls]
20369:
20370: 2001-10-26 paf
20371:
20372: * src/main/pa_db_connection.C: db checkpoints
20373:
20374: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20375: checkpoints
20376:
20377: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20378: default. but entities still reparsed. todo: tothink
20379:
20380: * src/main/pa_db_connection.C: db recover mech 2
20381:
20382: * src/: classes/hashfile.C, include/pa_db_connection.h,
20383: include/pa_db_manager.h, include/pa_db_table.h,
20384: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20385: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20386: types/pa_vhashfile.h: db connections & tables now cached at
20387: create time & multithreaded
20388:
20389: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20390: parsed_source
20391:
20392: * src/main/pa_db_connection.C: about to remove connection from
20393: vhashfile
20394:
20395: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20396: transaction commit/rollback responsibility left to parent [as it
20397: sould - else there were a bug with double free]
20398:
20399: * src/include/pa_db_table.h: db: child transaction commit/rollback
20400: responsibility left to parent [as it sould - else there were a
20401: bug with double free]
20402:
20403: 2001-10-25 paf
20404:
20405: * src/: classes/hashfile.C, include/pa_common.h,
20406: include/pa_db_connection.h, include/pa_db_manager.h,
20407: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20408: types/pa_vhashfile.C, types/pa_vhashfile.h,
20409: include/pa_db_table.h, main/pa_db_table.C: started db_home
20410: [multiple, cached] todo: autorecover [tried, but not succeded,
20411: yet]
20412:
20413: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20414:
20415: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20416: transaction parent passed
20417:
20418: 2001-10-24 parser
20419:
1.116 moko 20420: * src/classes/Makefile.am: makes
1.95 moko 20421:
20422: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20423: isapi/pool_storage.h: pool_storage fixed
20424:
20425: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20426: types/pa_vform.h: form fix_line_breaks
20427:
1.116 moko 20428: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20429:
20430: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20431: targets/cgi/pool_storage.h: makes
20432:
20433: * src/sql/pa_sql_driver.h: version
20434:
20435: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20436: types/pa_vform.C, types/pa_vform.h: .am
20437:
20438: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20439: this: DB_RMW Acquire write locks instead of read locks when doing
20440: the retrieval. Setting this flag may decrease the likelihood of
20441: deadlock during a read-modify-write cycle by immediately
20442: acquiring the write lock during the read part of the cycle so
20443: that another thread of control acquiring a read lock for the same
20444: item, in its own read-modify-write cycle, will not result in
20445: deadlock
20446:
20447: * src/targets/isapi/parser3isapi.dsp: doc
20448:
20449: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20450:
20451: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20452:
20453: * src/: classes/hashfile.C, include/pa_db_connection.h,
20454: main/pa_db_connection.C: hashfile expired deleted from db when
20455: get & iterate
20456:
20457: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20458: expiring 1
20459:
20460: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20461:
20462: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20463: db_connection not bothers with key when not returning expired
20464: data
20465:
20466: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20467: types/pa_vhashfile.C: db_cursor constructor public now
20468:
20469: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20470: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20471: stamped, todo: put_element analize
20472:
20473: * src/: include/pa_db_connection.h, include/pa_string.h,
20474: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20475: serialize. todo stamp
20476:
20477: 2001-10-23 parser
20478:
20479: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20480: classes/image.C, classes/mail.C, classes/response.C,
20481: classes/string.C, classes/table.C, classes/xdoc.C,
20482: include/pa_config_fixed.h, include/pa_db_connection.h,
20483: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20484: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20485: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20486: types/pa_vtable.C: ^hashfile.hash[]
20487:
20488: * src/: classes/hashfile.C, classes/xdoc.C,
20489: include/pa_config_fixed.h, main/pa_db_manager.C,
20490: main/pa_globals.C: ifdefs so it compiled without db
20491:
20492: * src/: classes/hashfile.C, include/pa_db_connection.h,
20493: include/pa_db_manager.h, main/pa_db_connection.C,
20494: main/pa_db_manager.C, types/pa_vhashfile.h:
20495: ^hashfile.transaction{code} ^hashfile:clear[filename]
20496: ^hashfile.delete[key]
20497:
20498: 2001-10-22 parser
20499:
20500: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20501: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20502:
20503: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20504: classes/xnode.C, include/pa_charset_connection.h,
20505: include/pa_db_connection.h, include/pa_db_manager.h,
20506: include/pa_exception.h, include/pa_sapi.h,
20507: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20508: include/pa_stylesheet_connection.h,
20509: include/pa_stylesheet_manager.h,
20510: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20511: main/pa_db_connection.C, main/pa_db_manager.C,
20512: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20513: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20514: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20515: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20516: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20517: types/types.dsp: hashfile 0
20518:
20519: * src/types/pa_vhashfile.C: z
20520:
20521: * src/: classes/classes.dsp, classes/hashfile.C,
20522: include/pa_config_fixed.h, main/execute.C,
20523: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20524: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20525:
20526: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20527:
20528: * src/: include/pa_exception.h, include/pa_request.h,
20529: main/execute.C, main/pa_exception.C, main/pa_request.C,
20530: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20531: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20532:
20533: 2001-10-19 parser
20534:
20535: * src/include/pa_pool.h: header
20536:
20537: * src/main/pa_pool.C: auto compiled on gcc
20538:
20539: * src/classes/image.C: comment
20540:
1.116 moko 20541: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20542:
20543: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20544: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20545: types/pa_vxnode.h: xnode clone got freed
20546:
20547: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20548: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20549: can free up xalandomstring resulting from pool::transcode
20550:
20551: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20552: include/pa_config_fixed.h, include/pa_exception.h,
20553: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20554: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20555: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20556: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20557: from non-xml compile
20558:
20559: * src/main/pa_request.C: pool:: context - get_context
20560:
20561: * src/: classes/classes.h, classes/date.C, classes/double.C,
20562: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20563: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20564: classes/string.C, classes/table.C, classes/void.C,
20565: include/pa_config_fixed.h, include/pa_exception.h,
20566: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20567: main/compile.C, main/compile_tools.C, main/execute.C,
20568: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20569: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20570: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20571: main/pa_string.C, main/pa_table.C, main/untaint.C,
20572: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20573: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20574: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20575: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20576: types/pa_vstateless_class.h, types/pa_vtable.C,
20577: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20578: exceptions 0
20579:
20580: * src/classes/classes.awk: $ removed
20581:
20582: 2001-10-18 parser
20583:
20584: * src/types/pa_vcookie.C: cookie:CLASS
20585:
20586: * src/main/main.dsp: project
20587:
20588: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20589: set_document & ctor question "who owns document" solved
20590:
20591: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20592:
20593: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20594: main/pa_pool.C: encoding in dom creating funcs
20595:
20596: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20597: be transformed now
20598:
20599: * src/classes/xdoc.C: dom created by create can be transformed now
20600:
20601: * src/classes/xdoc.C: z
20602:
20603: * src/classes/xdoc.C: comment
20604:
20605: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20606: create now uses XercesDocumentBridge, appendChild&co now works
20607:
20608: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20609: @ recompile
20610:
20611: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20612: $origin @exception[
20613:
20614: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20615: tag names forced to XML lang
20616:
20617: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20618: leechy-found bugs in code&doc fixed
20619:
20620: 2001-10-17 parser
20621:
20622: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20623: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20624: n functionality preserved
20625:
20626: * src/types/pa_vimage.h: removed unused vimage::save
20627:
20628: 2001-10-16 parser
20629:
20630: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20631:
20632: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20633:
20634: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20635:
20636: * src/classes/image.C: image.copy tolerance
20637:
20638: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20639: ineffective, but works for small paleted image
20640:
20641: * src/types/pa_vimage.C: comment
20642:
20643: * src/classes/image.C: gd size/resize bugfix
20644:
20645: * src/: classes/classes.dsp, main/main.dsp,
20646: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20647: types/types.dsp: ident >nul 2>&1
20648:
20649: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20650: systems
20651:
20652: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20653: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20654:
20655: 2001-10-15 parser
20656:
20657: * src/main/execute.C: z
20658:
20659: * src/classes/: xdoc.C: !::create{qualifiedName}
20660:
20661: * src/types/pa_vxnode.C: document_type_node.
20662: !readonly attribute DOMString name
20663: !notation_node.
20664: !readonly attribute DOMString publicId
20665: !readonly attribute DOMString systemId
20666:
1.116 moko 20667: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20668: ::write badly passed string too transparently [failed to
20669: intercept it]
1.95 moko 20670:
20671: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20672: include/pa_request.h, main/pa_sql_driver_manager.C,
20673: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20674: types/pa_vxnode.h: DOM1 major addtion, only few
20675: attributes/methods left
20676:
20677: 2001-10-13 parser
20678:
20679: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20680: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20681: in main handler
20682:
20683: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20684: cleanups & frees order
20685:
20686: * src/types/pa_vcode_frame.h: couple comments
20687:
20688: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20689: transparent enough to handle hash if creation&passing
20690:
20691: * src/: include/pa_config_fixed.h, main/execute.C,
20692: main/pa_exception.C: noticed that vcodeframe not transparent
20693: enough, would change now
20694:
20695: 2001-10-12 parser
20696:
20697: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20698: fixed. initialization&free on each thread!
20699:
20700: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20701: handling changed: now type of default param analized always, not
20702: only at problem time, thus helping early problem spotting
20703:
20704: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20705: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20706: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20707: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20708: multithread bug fixed. initialization&free on each thread!
20709:
20710: 2001-10-11 parser
20711:
20712: * src/classes/xnode.C: xnode.selectSingle now
20713:
20714: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20715: include/pa_pool.h, include/pa_stylesheet_connection.h,
20716: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20717: convertors out of Pool into Exception
20718:
20719: * src/main/pa_string.C: const
20720:
20721: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20722: linked pieces of same language together prior to String::replace
20723:
20724: * src/classes/hash.C: !^hash.add[addme]
20725: !^hash.sub[subme]
20726: !^a.union[b] = new
20727: !^a.intersection[b] = new
20728: !^a.intersects[b] = bool
20729:
20730: * src/classes/hash.C: !^hash::append[append_from]
20731:
20732: * src/: classes/hash.C, types/pa_vhash.h:
20733: !^hash::create[[copy_from]]
20734:
20735: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20736: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20737: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20738: fixed. got rid of empty_string, which caused errors - it hasnt
20739: exception but somebody[value.bark] tried to throw it on it's pool
20740:
1.116 moko 20741: * src/include/pa_config_auto.h.in: makes
1.95 moko 20742:
20743: 2001-10-10 parser
20744:
20745: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20746:
20747: * src/main/: compile.tab.C, compile.y: ^a[
20748:
20749: @next_method << now unclosed ] would be reported here
20750:
20751: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20752: compile error
20753:
20754: 2001-10-09 parser
20755:
1.116 moko 20756: * src/: classes/Makefile.am, main/Makefile.am,
20757: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20758:
20759: * src/classes/Makefile.am: makes
20760:
20761: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20762: win32 errors intercepted [xalan transformer patched and
20763: incorporated]
20764:
20765: * src/: classes/classes.dsp, classes/xdoc.C,
20766: include/pa_stylesheet_connection.h, main/main.dsp,
20767: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20768: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20769: patches starting
20770:
20771: * src/classes/: string.C, table.C: ^string.save[file]
20772:
20773: * src/classes/: date.C, table.C: calendar moved to date
20774:
20775: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20776: string/table] now
20777:
20778: * src/classes/: op.C, table.C: z
20779:
20780: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20781: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20782: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20783: be code [be string..]
20784:
20785: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20786: table.C: lots of
20787: params->as_int/double/as_string/as_junction/as_no_junction
20788: messages added
20789:
20790: 2001-10-08 parser
20791:
20792: * src/: classes/date.C, classes/image.C, classes/string.C,
20793: classes/table.C, classes/void.C, include/pa_request.h:
20794: params->as_int/double message added
20795:
20796: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20797:
20798: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20799: image:sector removed image:html internal "line-*" attribs
20800:
20801: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20802: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20803:
20804: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20805: way
20806:
20807: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20808: main/untaint.C: header untainting to UL_HTTP_HEADER,
20809: UL_MAIL_HEADER made nonforced [only tainted pieces]
20810:
20811: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20812: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20813: @ SAPI::log
20814:
20815: * src/main/untaint.C: \r to ' ' in origins mode
20816:
20817: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20818: set]
20819:
20820: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20821: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20822: nonstandard liaison freed up
20823:
20824: 2001-10-07 parser
20825:
20826: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20827: project
20828:
20829: 2001-10-05 parser
20830:
20831: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20832: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20833: from outputing to cerr. lots of "todos"
20834:
20835: * src/main/untaint.C: http_header tainting more gentle with
20836: enquoting now
20837:
20838: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20839: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20840: xml errorhandler. fixed string.replace a little, read @test
20841:
20842: * src/main/pa_string.C: found replace bug - first_that_starts(char
20843: *) does not have limit, and looks further eos, fixing....
20844:
20845: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20846:
20847: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20848:
20849: * src/main/: pa_charset_connection.C: ctype another mem clear
20850: bugfix
20851:
1.116 moko 20852: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20853: $result[^[$p^]z] now works fine
1.95 moko 20854:
20855: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20856: wrong. fixed it
20857:
20858: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20859: of totable appered to be vital
20860:
20861: 2001-10-04 parser
20862:
20863: * src/classes/image.C: ^image.length[text]
20864:
20865: 2001-10-03 parser
20866:
20867: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20868:
20869: * src/main/pa_request.C: restored pcre defaulting in request
20870: [mindlessly "optimized" yesterday] comment left
20871:
20872: 2001-10-02 parser
20873:
20874: * src/: main/pa_charset_manager.C,
20875: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20876: needed
20877:
20878: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20879: forgot non-xml pool.*charset needed
20880:
20881: * src/classes/table.C: # config comments fixed
20882:
20883: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20884: charset_connection #comment now
20885:
20886: * src/: classes/classes.dsp, types/types.dsp: release projects
20887: options fixed to use release msvcrt lib
20888:
20889: * src/main/pa_charset_connection.C: pcre tables now const inside
20890: removed default - pcre handles that internally fixed bug on
20891: not-cleaning tables [previously was calloced, now member]
20892:
20893: * src/: include/pa_request.h, main/pa_charset_connection.C,
20894: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20895: inside removed default - pcre handles that internally fixed bug
20896: on not-cleaning tables [previously was calloced, now member]
20897:
20898: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20899: tested charset reload on file change @ apache version = OK tested
20900: freeing up prev encoding on adding new = OK
20901:
20902: 2001-10-01 parser
20903:
20904: * src/main/pa_charset_connection.C: removed entitify external hack
20905: [internal installed]
20906:
1.116 moko 20907: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20908:
20909: * src/: include/pa_charset_connection.h,
20910: include/pa_charset_manager.h,
20911: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20912: main/pa_charset_connection.C, main/pa_charset_manager.C,
20913: main/pa_request.C: charset loading & caching mech 0
20914:
20915: * src/: include/pa_stylesheet_connection.h,
20916: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20917: main/pa_globals.C, main/pa_request.C: would make charset loading
20918: & caching mech now
20919:
20920: 2001-09-30 parser
20921:
20922: * src/main/pa_request.C: forgot to fill toTable
20923:
20924: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20925: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20926: failed on win32 for now..
20927:
20928: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20929: now charsets table configuration variable is: CHARSETS
20930:
20931: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20932: ctype with unicode 1. todo: no П entities on output somehow
20933:
20934: * src/: classes/file.C, classes/op.C, classes/string.C,
20935: include/pa_request.h, main/pa_request.C: started ctype with
20936: unicode values
20937:
20938: 2001-09-28 parser
20939:
20940: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20941: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20942: string passed AS-IS now
20943:
20944: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20945: way of user-configuring... todo: implement
20946:
20947: 2001-09-27 parser
20948:
20949: * src/classes/table.C: table.sort changed to sort table itself
20950:
20951: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20952: X^.getElementsByTagName[tagname] = array of xnode
20953: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20954: nodes removed - regretfully not supported @ xalan. maybe someday
20955: would reimplement, if needed.
20956:
20957: win32build system: solved long waiting anti-non-started-apache
20958: problem
20959:
20960: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20961: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20962: types/types.dsp: win32 ident make system so not to rebuild
20963: library [ident.C.new]
20964:
20965: 2001-09-26 parser
20966:
20967: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20968: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20969: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20970: types/pa_vxnode.C, types/types.dsp: z
20971:
20972: * src/classes/classes.C: forgot one non-xml check
20973:
1.116 moko 20974: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20975: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20976:
20977: * src/targets/cgi/parser3.C: z
20978:
20979: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20980: targets/isapi/parser3isapi.C: #ifdef SMTP
20981:
20982: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20983: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20984: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20985: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20986: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20987: types/types.dsp: xdoc&xnode now
20988:
20989: * src/: classes/classes.C, classes/classes.awk,
20990: classes/classes.dsp, classes/classes.h, classes/date.C,
20991: classes/dnode.C, classes/dnode.h, classes/dom.C,
20992: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20993: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20994: classes/op.C, classes/response.C, classes/string.C,
20995: classes/table.C, classes/void.C, include/pa_array.h,
20996: include/pa_common.h, include/pa_config_fixed.h,
20997: include/pa_config_includes.h, include/pa_dictionary.h,
20998: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20999: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21000: include/pa_socks.h, include/pa_sql_connection.h,
21001: include/pa_sql_driver_manager.h, include/pa_stack.h,
21002: include/pa_string.h, include/pa_stylesheet_connection.h,
21003: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21004: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21005: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21006: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21007: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21008: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21009: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21010: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21011: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21012: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21013: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21014: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21015: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21016: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21017: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21018: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21019: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21020: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21021: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21022: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21023: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21024: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21025: types/pa_vmethod_frame.h, types/pa_vobject.h,
21026: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21027: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21028: types/pa_vstateless_object.h, types/pa_vstring.C,
21029: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21030: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21031: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21032: main.dsp splitted to main+classes+types along to .am
21033:
21034: * src/classes/Makefile.am: removed useless var
21035:
21036: * src/: classes/classes.cmd, main/main.dsp,
21037: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21038: main.dsp
21039:
21040: 2001-09-25 parser
21041:
21042: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21043: 1251 though, todo ICU
21044:
1.116 moko 21045: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21046: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21047: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21048: types/pa_vdom.h: xml configure makes
1.95 moko 21049:
21050: 2001-09-24 parser
21051:
1.116 moko 21052: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21053: types/Makefile.am: makes
1.95 moko 21054:
1.116 moko 21055: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21056:
21057: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21058: started unix makes update
21059:
21060: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21061: started unix makes update
21062:
21063: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21064:
21065: * src/types/pa_value.h: z
21066:
21067: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21068: bugs with usinge hash/table in expressions
21069:
21070: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21071: resolved conflicts fixed [const]
21072:
21073: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21074: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21075: main/compile.C, main/compile.tab.C, main/compile.y,
21076: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21077: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21078: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21079: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21080: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21081: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21082: with before_xml [merge2 actually didn't happen - i've created
21083: tags on wrong branch. so this merge is in fact re-merge]
21084:
21085: 2001-09-21 parser
21086:
21087: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21088: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21089: produced "" in make file and sadly wrong interpreted on load]
21090:
1.116 moko 21091: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21092: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21093: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21094: include/pa_sql_driver_manager.h, include/pa_string.h,
21095: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21096: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21097: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21098:
21099: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21100: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21101: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21102: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21103: main/pa_pool.C, main/pa_request.C,
21104: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21105: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21106: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21107: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21108: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21109: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21110: types/pa_vrequest.C, types/pa_vresponse.h,
21111: types/pa_vstateless_class.C, types/pa_vstring.C,
21112: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21113: created new projects for sql drivers [planning to remove sql
21114: drivers from main cvs project] first, will join latest changes
21115:
21116: * src/classes/: dom.C: defaulted dom writing methods encoding to
21117: pool.get_charset
21118:
21119: * src/classes/dom.C: defaulted dom writing methods encoding to
21120: pool.get_charset
21121:
21122: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21123: pool.get_charset
21124:
21125: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21126: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21127: methods encoding to pool.get_charset
21128:
21129: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21130: transcoder were created right "unsupported encoding" message.
21131: not @ set time, but @ use time, so until xml output functions
21132: .string, .file, .save used - no encoding name check occur
21133:
21134: reduced transcode buffer size to 60 fixed pool cleanup - no
21135: registration needed, pools are officially destructured
21136:
21137: 2001-09-20 parser
21138:
21139: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21140:
21141: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21142: $MAIN:DEFAULTS.content-type[$.charset[here]]
21143:
21144: * src/: classes/dnode.C, classes/dom.C,
21145: include/pa_config_includes.h, include/pa_globals.h,
21146: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21147: main/pa_pool.C, targets/cgi/parser3.dsp,
21148: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21149: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21150: Pool::transcode 0
21151:
21152: * src/classes/dom.C: dom. string save file moved output xml options
21153: to last param and made it optional
21154:
21155: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21156: dnodes
21157: !$attributenode.specified = boolean
21158: true if the attribute received its value explicitly
21159: in the XML document,
21160: or if a value was assigned programatically with the
21161: setValue function.
21162: false if the attribute value came from the default value
21163: declared in the document's DTD.
21164: !$pinode.target = target of this processing instruction
21165: XML defines this as being the first token following the
21166: markup
21167: that begins the processing instruction.
21168: XPath:
21169: !^node.select[xpath/query/expression] = hash of 0->node0
21170: 1->node1
21171: !^node.select-single[xpath/query/expression] = first node if
21172: any
21173:
21174: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21175: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21176: some 'const's added
21177:
21178: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21179: expression context now, there value = size and boolean value
21180: size!=0
21181:
21182: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21183: can be used in expression context now, there value = size and
21184: boolean value size!=0
21185:
21186: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21187: types/pa_vstring.h: dnode .file .string .save moved back to dom
21188: due to strange xalan bug
21189:
21190: 2001-09-18 parser
21191:
21192: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21193: classes/image.C, classes/op.C, classes/table.C,
21194: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21195: include/pa_sql_driver_manager.h, main/compile.C,
21196: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21197: main/execute.C, main/pa_common.C, main/pa_request.C,
21198: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21199: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21200: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21201: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21202: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21203: before_xml branch ^if(def $hash) now true only when
21204: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21205:
21206: * src/: classes/op.C, main/execute.C: operators self changed to
21207: root ^for variable context changed to self
21208:
21209: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21210: dnode 1
21211:
21212: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21213: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21214:
21215: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21216: poly* fixed
21217:
21218: 2001-09-17 parser
21219:
21220: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21221: types/pa_vdom.h: started dnode+dom
21222:
21223: dnode DOM methods: $node.name $node.value
21224: ...others...
21225:
21226: ^node.xpath[/rates/USD] = hash
21227: $hash[
21228: $.0[node0]
21229: $.1[node1]
21230: ]
21231:
21232: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21233: applies to all linear primitives
21234:
21235: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21236: include/pa_stylesheet_connection.h, main/main.dsp,
21237: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21238: types/pa_vimage.h: started dnode DOM: $node.name
21239: $node.value ...others... ^node.xpath[/rates/USD] = hash
21240: dom(dnode)
21241:
21242: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21243: main/compile.y, main/compile_tools.h, main/execute.C,
21244: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21245: in expression compound($aa.zz.xx) names now can have minus '-' in
21246: name after '.'
21247:
21248: 2001-09-15 parser
21249:
21250: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21251: image: $line-width ^line(...)[**** style]
21252:
21253: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21254: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21255: pool_storage - cleanups first, allocations second. apache wisely
21256: does just like that
21257:
21258: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21259: rewritten using template, no bugs now
21260:
21261: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21262: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21263: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21264: poorly started isapi pool_storage, would rewrite using template
21265: now
21266:
21267: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21268: include/pa_stylesheet_connection.h, main/main.dsp,
21269: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21270: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21271: xalan objects freed up [introducing Pool::register_cleanup]
21272:
21273: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21274: comments
21275:
21276: 2001-09-14 parser
21277:
21278: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21279: z
21280:
21281: * src/: classes/dom.C, classes/file.C, classes/image.C,
21282: classes/mail.C, include/pa_common.h,
21283: include/pa_sql_driver_manager.h, include/pa_string.h,
21284: include/pa_stylesheet_connection.h,
21285: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21286: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21287: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21288: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21289: compiled&cached
21290:
21291: 2001-09-13 parser
21292:
21293: * src/: classes/dom.C, classes/file.C, classes/image.C,
21294: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21295:
21296: * src/classes/dom.C: dom:file content-type(.method)
21297:
21298: * src/: include/pa_common.h, include/pa_globals.h,
21299: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21300: string now more informative error messages
21301:
21302: * src/: include/pa_globals.h, include/pa_request.h,
21303: main/pa_request.C, targets/cgi/parser3.C,
21304: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21305: ParserSiteConfig .../parser3.conf
21306:
21307: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21308:
21309: 2001-09-12 parser
21310:
21311: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21312: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21313: precise error reporting: "connection string must start with
21314: protocol://" now
21315:
21316: * src/main/compile.tab.C: fixed - subname code parts actually []
21317: braced
21318:
21319: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21320: lexer on LS_USER level did [] matching without setting nestage,
21321: introduced special LS_NAME_SQUARE_PART state
21322:
21323: 2001-09-11 parser
21324:
21325: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21326: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21327: languages+=xml
21328:
21329: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21330:
21331: * src/classes/dom.C: ^dom:save/string/file[output options] output
21332: options: $.method[xml|html|text] detection fixed
21333:
21334: * src/types/pa_vdom.h: messages
21335:
21336: * src/classes/dom.C: ^dom:save/string/file[output options] output
21337: options: $.method[xml|html|text] detection fixed
21338:
21339: 2001-09-10 parser
21340:
21341: * src/classes/dom.C: ^dom:save/string/file[output options] output
21342: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21343:
21344: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21345: added]
21346:
21347: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21348: ^dom.xslt[stylesheet filename] 0
21349:
21350: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21351: ^dom.xslt[stylesheet filename] -1 doc is lying
21352:
21353: * src/classes/dom.C: ^dom.file[encoding] = file
21354:
21355: * src/classes/: dom.C: ^dom.string[encoding] 1
21356: ^dom.save[encoding;filename]
21357:
21358: * src/classes/dom.C: ^dom.string[] 0
21359:
21360: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21361:
21362: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21363: types/pa_vform.h: ^dom.save[b.xml] 0
21364:
21365: 2001-09-08 parser
21366:
21367: * src/types/pa_vform.C: $form:tables.name.field
21368:
21369: 2001-09-07 parser
21370:
21371: * src/classes/table.C: table:empty removed, superceded by ^if(def
21372: $table)...
21373:
21374: * src/targets/cgi/parser3.C: z
21375:
21376: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21377: from '' to int/double is 0]
21378:
21379: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21380: $table) is false when table is empty
21381:
21382: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21383: !$form:tables $atable[$form:tables.a]
21384: ^atable.menu{a=$atable.element}[,]
21385:
21386: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21387: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21388:
1.116 moko 21389: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21390: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21391: of dom
21392:
21393: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21394: types/pa_vform.C, types/pa_vform.h: z
21395:
21396: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21397: element [not last]
21398:
1.116 moko 21399: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21400: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21401:
21402: 2001-09-06 parser
21403:
21404: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21405: table with one column 'element' and two rows: 1 and 2
21406:
21407: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21408: table with one column 'element' and two rows: 1 and 2
21409:
21410: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21411: bad int/double conversions, and now $form:nonexistent.int(88)
21412: would return 88
21413:
21414: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21415: types/pa_vhash.h: now there's special hash key '_default'
21416: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21417: $._default[xx] ] $hash.c
21418:
21419: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21420: fixed [thanks, fif], ^; were treated there non-literally
21421:
21422: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21423: doxygen
21424:
21425: * src/: classes/image.C, classes/op.C, classes/string.C,
21426: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21427: types/pa_vtable.C: few #ifndef DOXYGEN
21428:
21429: 2001-09-05 parser
21430:
21431: * src/classes/: string.C, table.C: sql options can be void [same as
21432: image:html the other day]
21433:
21434: * src/targets/cgi/Makefile.am: .am undo
21435:
21436: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21437: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21438: macro expantion on param, simply qoutes whatever passed, undone
21439:
21440: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21441: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21442: STRINGIZE(name) #name invented
21443:
21444: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21445: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21446: MAIN_SQL_DRIVERS_NAME "drivers"
21447:
21448: moved to be availible to all users
21449:
21450: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21451: SQL_DRIVER_CREATE_FUNC_NAME
21452:
21453: * src/classes/mail.C: MAIN:MAIL check fixed
21454:
21455: 2001-09-04 parser
21456:
21457: * src/classes/image.C: image.html now can accept void params
21458:
21459: * src/targets/isapi/parser3isapi.C: z
21460:
21461: * src/targets/cgi/parser3.C: full_file_spec bug
21462:
21463: * src/targets/cgi/parser3.C: getenvcheck
21464:
21465: * src/targets/cgi/parser3.C: zz
21466:
21467: * src/targets/cgi/parser3.C: zzz
21468:
21469: * src/classes/date.C: date
21470:
21471: * src/classes/date.C: date:sql-string is now without ''
21472:
1.116 moko 21473: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21474: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21475: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21476:
1.116 moko 21477: * src/include/pa_config_auto.h.in: makes
1.95 moko 21478:
21479: 2001-09-03 parser
21480:
21481: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21482:
21483: 2001-09-01 parser
21484:
21485: * src/classes/image.C: letter_spacing
21486:
21487: * src/classes/image.C: image: font params changed
21488:
21489: * src/classes/image.C: image: as_int as_string used
21490:
21491: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21492: analized
21493:
21494: 2001-08-31 parser
21495:
21496: * src/targets/cgi/parser3.C: z
21497:
1.116 moko 21498: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21499: cygwin
1.95 moko 21500:
21501: * src/classes/void.C: void:int/double += (default)
21502:
21503: * src/classes/image.C: image:font added space param image:font
21504: changed charwidth alg, added kerning const[for now]
21505:
21506: * src/classes/: string.C, table.C: string:int/double (defaults)
21507:
21508: 2001-08-29 parser
21509:
21510: * src/main/pa_exception.C: exception redundant debug info
21511:
21512: 2001-08-28 parser
21513:
21514: * src/classes/image.C: image error msgs
21515:
21516: * src/classes/image.C: image: gifsize little endian
21517:
21518: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21519: doxygeneration
21520:
21521: * src/: classes/Makefile.am, main/Makefile.am,
21522: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21523:
21524: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21525: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21526:
21527: * src/main/compile.C: NO_STRING_ORIGIN check2
21528:
21529: * src/classes/table.C: NO_STRING_ORIGIN check
21530:
21531: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21532: storage class specifiers invalid in friend function declarations
21533:
21534: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21535: main/untaint.C, targets/cgi/parser3.C,
21536: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21537: case of limit
21538:
21539: * src/: classes/file.C, main/pa_common.C: file:move
21540: autocreate/remove dest/src dir
21541:
21542: * src/: classes/string.C, include/pa_dictionary.h,
21543: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21544: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21545: to directory constructor. string:replace
21546:
21547: 2001-08-27 parser
21548:
21549: * src/classes/image.C: fixed jpgsize alg
21550:
21551: * src/classes/image.C: fixed jpgsize alg
21552:
21553: * src/main/pa_exception.C: z
21554:
21555: * src/main/pa_common.C: removed debug info from pa_common
21556:
21557: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21558: [auto.p from current dir loading]
21559:
1.116 moko 21560: * src/: main/pa_common.C, main/pa_exception.C,
21561: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21562: for solaris -lsocket
1.95 moko 21563:
21564: 2001-08-24 parser
21565:
21566: * src/targets/cgi/parser3.C: not cgi extra \n 3
21567:
21568: * src/targets/cgi/parser3.C: not cgi extra \n 2
21569:
21570: * src/targets/cgi/parser3.C: not cgi extra \n
21571:
21572: * src/main/pa_sql_driver_manager.C: z
21573:
21574: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21575: sql* removed services from disconnect - cross-request ideological
21576: probs.
21577:
21578: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21579: cross-request ideological probs. oracle - fixed bug: cs
21580: allocated on request.pool and got freed before disconnect
21581:
21582: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21583: mallocs fixed
21584:
21585: 2001-08-23 parser
21586:
21587: * src/classes/file.C: minor bug in file:save fixed
21588:
21589: * src/main/pa_sql_driver_manager.C: oracle: dlink
21590:
21591: 2001-08-22 parser
21592:
21593: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21594: types/pa_vfile.h: file:load|save[text|binary;
21595:
21596: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21597:
21598: 2001-08-21 parser
21599:
21600: * src/classes/: file.C, table.C: ^file:list
21601:
21602: 2001-08-20 parser
21603:
21604: * src/: main/compile.tab.C, main/compile.y,
21605: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21606: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21607: recousively caused problems: inc incremeted 123 literal!! fixed
21608:
21609: 2001-08-10 parser
21610:
21611: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21612:
21613: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21614: added
21615:
21616: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21617: added
21618:
21619: * src/classes/table.C: table:sort restored [it was bad test :(]
21620:
21621: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21622: ''
21623:
21624: * src/main/: pa_request.C: wanted to make const int
21625: MAX_EXECUTE_SECONDS=1;
21626:
21627: but couldnt, set_callback_and_alarm appeared to be not exported
21628: :(
21629:
21630: * src/main/pa_string.C: string.match hanged on. there were a hang
21631: check but it weren't wise enough
21632:
21633: @parse[dateString][tmp]
21634: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21635: #end
21636:
21637: @main[] ^parse[2001-02-03]
21638:
21639: * src/classes/: table.C: table:sort now default desc
21640:
21641: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21642: table.sort now creates new sorted table
21643:
21644: 2001-08-09 parser
21645:
21646: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21647:
21648: * src/classes/hash.C: hash:_default now [was hash:default]
21649:
21650: * src/classes/op.C: case without switch check added
21651:
21652: * src/types/pa_vcookie.C: cookie name&value origins added, more
21653: precise $ORIGINS(1)
21654:
21655: * src/main/Makefile.am: .am
21656:
21657: * src/classes/void.C: void: int double copy/paste from int: bug
21658: fixed
21659:
21660: * src/classes/void.C: void: int double copy/paste from int: bug
21661: fixed
21662:
21663: 2001-08-07 parser
21664:
21665: * src/: classes/double.C, classes/int.C, classes/string.C,
21666: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21667: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21668: string, table
21669:
21670: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21671: srand made working
21672:
21673: 2001-08-06 parser
21674:
21675: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21676: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21677: main/compile.tab.C, main/compile.y, main/pa_array.C,
21678: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21679: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21680:
21681: * src/main/pa_exec.C: exec win32 real filename
21682:
21683: * src/classes/file.C: exec stderr out
21684:
21685: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21686:
21687: 2001-08-03 parser
21688:
21689: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21690:
21691: 2001-08-02 parser
21692:
21693: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21694: main/execute.C, main/pa_exec.C: introducing Array_iter
21695:
21696: * src/main/execute.C: detected quick_get recursion bug. changed to
21697: get@execute, but needs array iterator, separate from array to
21698: avoid it & use caching
21699:
21700: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21701: bug fixed
21702:
21703: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21704: main/execute.C, main/pa_globals.C: found another multithread bug
21705: in op.C (last, last global var killed) :)
21706:
21707: 2001-08-01 parser
21708:
21709: * src/: include/pa_dictionary.h, include/pa_globals.h,
21710: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21711: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21712: main/untaint.C: speeded up typo-html replacements. introducing
21713: Dictionary with first-char caching
21714:
21715: 2001-07-31 parser
21716:
21717: * src/types/Makefile.am: pa_vtable.C added to .am
21718:
21719: * src/main/compile.tab.C: added, so that could be compiled even on
21720: non-bison-enabled platforms
21721:
21722: 2001-07-28 parser
21723:
21724: * src/classes/table.C: table:hash always produces hash, when can't
21725: - empty
21726:
21727: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21728: skipped \n
21729:
21730: 2001-07-27 parser
21731:
21732: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21733: on int/double/string :sql without result and default
21734:
21735: 2001-07-26 parser
21736:
21737: * src/classes/op.C: fixed bad multithread bug with strangly global
21738: OP
21739:
21740: * src/main/compile.y: $man[$.age[zzz]] 0
21741:
21742: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21743: creation syntax problem persists. restored $: for a while.
21744: thinking of $man[$.age[zzz]] syntax now
21745:
21746: * src/: classes/double.C, classes/int.C, classes/string.C,
21747: include/pa_opcode.h, main/compile.C, main/compile.y,
21748: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21749: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21750: types/pa_wwrapper.h: fixing :: realization #1
21751:
21752: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21753: main/compile_tools.h, main/execute.C, main/pa_request.C,
21754: types/pa_vmethod_frame.h: introducing :: this is constructor call
21755: prefix. ordinary : remains for static accesses
21756:
21757: 2001-07-25 parser
21758:
21759: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21760: fields 2. methods 3. columns
21761:
21762: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21763: quote. optimized double&int tostring-s
21764:
21765: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21766: whitespace before first method decl
21767:
21768: * src/classes/table.C: allowed nontable result in table:sql,
21769: results in empty table
21770:
21771: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21772: lines before first method decl
21773:
21774: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21775: types/pa_vtable.h: ^table.record[] now $table.fields
21776:
21777: * src/main/compile.y: $var[] is now empty string, not void
21778:
21779: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21780: void
21781:
21782: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21783: main/pa_globals.C: match replace code context moved to implicit
21784: $match context
21785:
21786: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21787: main/compile_tools.h, main/execute.C: with killed, code storage
21788: introduced with former 'with' syntax
21789:
21790: 2001-07-24 parser
21791:
21792: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21793: types/pa_value.h: first get_element, next get operator
21794:
21795: * src/main/compile.y: removed @end handling
21796:
21797: * src/main/: compile.C, compile.y: @end handling method2
21798:
21799: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21800: file:move
21801:
21802: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21803: fixed
21804:
21805: 2001-07-23 parser
21806:
21807: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21808: driver
21809:
21810: * src/classes/hash.C: changed sql driver query interface
21811:
21812: * src/: classes/hash.C, classes/string.C, classes/table.C,
21813: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21814: changed sql driver query interface
21815:
21816: 2001-07-20 parser
21817:
21818: * src/types/pa_vrequest.C: X!$browser:type
21819:
21820: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21821: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21822: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21823: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21824: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21825: types/pa_vobject.h, types/pa_vrequest.C,
21826: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21827: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21828: BASE element globally removed
21829:
21830: 2001-07-18 parser
21831:
21832: * src/classes/file.C: file:exec/cgi msg
21833:
21834: * src/classes/file.C: $file:exit-code renamed to 'status'
21835:
21836: * src/: classes/file.C, main/pa_exec.C: file:exec
21837:
1.116 moko 21838: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21839: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21840: removed $id from *.in *.am
1.95 moko 21841:
21842: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21843: abbrevations
21844:
21845: * src/: classes/date.C, classes/mail.C, classes/math.C,
21846: classes/string.C, classes/table.C, include/pa_globals.h,
21847: include/pa_string.h, main/execute.C, main/pa_globals.C,
21848: main/pa_request.C, main/pa_string.C, main/untaint.C,
21849: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21850: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21851: $ORIGINS(1) output tracing mode
21852:
21853: 2001-07-13 parser
21854:
21855: * src/: classes/double.C, classes/int.C, classes/string.C,
21856: include/pa_request.h, main/execute.C, main/pa_request.C:
21857: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21858: second would not call first @auto
21859:
21860: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21861: wrong, fixed
21862:
21863: 2001-07-12 parser
21864:
21865: * src/types/pa_value.h: pa_value.putelement modification of system
21866: classes prevented
21867:
21868: 2001-07-11 parser
21869:
21870: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21871: table $piece
21872:
21873: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21874: types/pa_vstateless_class.h: $file created by file:state +=
21875: .atime .mtime .ctime +found&fixed bug with exceptions on
21876: get_junction-created objects [they were on wrong pool]
21877:
21878: 2001-07-09 parser
21879:
21880: * src/main/untaint.C: qp wrong name
21881:
21882: * src/: classes/date.C, classes/string.C, classes/table.C,
21883: main/compile.y: date format 0
21884:
21885: 2001-07-07 parser
21886:
21887: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21888: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21889: roll table calendar
21890:
21891: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21892: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21893: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21894: include/pa_request.h, main/main.dsp, types/pa_value.h,
21895: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21896: string. todo: sql, calendar
21897:
21898: 2001-07-06 parser
21899:
21900: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21901: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21902:
21903: 2001-07-03 parser
21904:
21905: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21906: classes/random.C, main/main.dsp: class random renamed to math,
21907: operators became methods
21908:
21909: * src/classes/op.C: pow sqrt
21910:
21911: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21912:
21913: 2001-07-02 parser
21914:
21915: * src/classes/table.C: ^table.columns column renamed from 'name' to
21916: 'column'
21917:
21918: * src/classes/hash.C: ^hash.keys[]
21919:
21920: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21921:
21922: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21923: 'strings'
21924:
21925: 2001-06-29 parser
21926:
21927: * src/main/: execute.C: /0 %0 checkes ver 2
21928:
21929: * src/main/execute.C: /0 %0 checke
21930:
21931: * src/classes/Makefile.am: nothing - void
21932:
21933: * src/classes/table.C: empty strings @ sql
21934:
21935: 2001-06-28 parser
21936:
21937: * src/: classes/double.C, classes/file.C, classes/form.C,
21938: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21939: classes/op.C, classes/random.C, classes/response.C,
21940: classes/string.C, classes/table.C, classes/void.C,
21941: main/compile.C, main/compile_tools.C, main/execute.C,
21942: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21943: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21944: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21945: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21946: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21947: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21948: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21949: $";
21950:
21951: * src/: classes/double.C, classes/file.C, classes/form.C,
21952: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21953: classes/op.C, classes/random.C, classes/response.C,
21954: classes/string.C, classes/table.C, classes/void.C,
21955: main/compile.C, main/compile.y, main/compile_tools.C,
21956: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21957: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21958: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21959: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21960: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21961: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21962:
21963: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21964: $class:name: == ${class:name}:
21965:
21966: * src/classes/string.C: exactly one
21967:
21968: 2001-06-27 parser
21969:
21970: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21971: types/pa_vvoid.h: nothing renamed to void
21972:
21973: * src/classes/op.C: ^switch ^case
21974:
21975: * src/main/compile.y: nothing renamed to void
21976:
21977: * src/: classes/hash.C, classes/table.C, main/compile.y,
21978: main/execute.C, main/main.dsp, main/pa_request.C,
21979: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21980: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21981: void
21982:
21983: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21984:
21985: 2001-05-28 parser
21986:
21987: * src/doc/html2chm.cmd: removed >a
21988:
21989: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21990: project options [some bugs]
21991:
21992: * src/doc/sources2html.cmd: z
21993:
21994: * src/: classes/classes.C, main/compile.C, main/compile.y,
21995: main/execute.C: operators are not in root class again
21996:
21997: 2001-05-24 parser
21998:
21999: * src/targets/cgi/parser3.dsp: project file
22000:
22001: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22002: ^log ^exp
22003:
22004: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22005: conversions in @exception[params]
22006:
22007: * src/main/pa_request.C: // no _ conversions in @exception[params]
22008:
22009: 2001-05-23 parser
22010:
22011: * src/main/pa_string.C: string cmp bug
22012:
22013: * src/classes/: mail.C, op.C: rem max 1000
22014:
22015: * src/: classes/op.C, main/compile.y: allow one empty line before
22016: LS_DEF_NAME
22017:
22018: 2001-05-22 parser
22019:
22020: * src/classes/op.C: if params code-required
22021:
22022: 2001-05-21 parser
22023:
22024: * src/types/pa_vstring.C: eoleof
22025:
22026: * src/classes/Makefile.am: .AM
22027:
22028: * src/classes/nothing.C: resultless ^sql moved to nothing:
22029:
22030: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22031:
22032: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22033: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22034: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22035: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22036: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22037: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22038: 'nothing'
22039:
22040: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22041: vstring::set_string
22042:
22043: * src/classes/: double.C, int.C, string.C: int,double;sql
22044:
22045: * src/: classes/hash.C, classes/int.C, classes/string.C,
22046: classes/table.C, include/pa_string.h, main/pa_string.C,
22047: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22048:
22049: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22050: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22051: hash:sql moved to main trunc. operators.txt updated
22052:
22053: * src/classes/: hash.C, op.C, table.C: hash:sql
22054:
22055: * src/classes/op.C: z
22056:
22057: * src/: main/compile.C, classes/classes.C: 1
22058:
22059: * src/: classes/classes.C, main/compile.C, main/compile.y,
22060: main/execute.C: 0
22061:
22062: * src/main/execute.C: z
22063:
22064: * src/targets/cgi/parser3.C: z
22065:
22066: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22067: site_auto_path "." in that case
22068:
22069: * src/targets/cgi/: parser3.C: z
22070:
22071: * src/main/pa_request.C: .am
22072:
22073: * src/: main/pa_request.C, targets/cgi/parser3.C:
22074: pcre_tables=pcre_default_tables;
22075:
22076: 2001-05-19 parser
22077:
22078: * src/main/pa_string.C: z
22079:
22080: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22081: introducing String::cstr_bufsize, returns just size+1 for as_is
22082: target.
22083:
22084: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22085: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22086: used, 4* mem wasted
22087:
22088: * src/classes/string.C: root context in match replace body now
22089: unchanged
22090:
22091: * src/types/pa_value.h: parameter # 1 based
22092:
22093: * src/main/pa_common.C: common: actual filename '%s'
22094:
22095: * src/classes/string.C: z
22096:
22097: * src/classes/Makefile.am: classes/.am
22098:
22099: * src/classes/: Makefile.am: classes/.am
22100:
22101: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22102: targets/cgi/pa_pool.C: classes/.am
22103:
22104: 2001-05-18 parser
22105:
1.116 moko 22106: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22107: pa_threads.C ins
1.95 moko 22108:
22109: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22110:
22111: 2001-05-17 parser
22112:
22113: * src/: classes/string.C, include/pa_config_fixed.h,
22114: include/pa_config_includes.h, main/compile.y,
22115: main/compile_tools.h, main/execute.C, main/pa_array.C,
22116: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22117: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22118: types/pa_vform.C: #include "pa_config_includes.h" removed from
22119: most .C
22120:
22121: * src/doc/html2chm.cmd: z
22122:
22123: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22124: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22125:
22126: * src/main/pa_sql_driver_manager.C: moved expiration to
22127: get_connection_from_cache
22128:
22129: * src/main/pa_sql_driver_manager.C: cache expiration bf
22130:
22131: * src/: classes/classes.h, include/pa_sql_connection.h,
22132: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22133: cache expiration[use SQL_Driver::disconnect]
22134:
22135: * src/main/pa_table.C: table.locate current restored on "not found"
22136:
22137: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22138: line no
22139:
22140: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22141: ANTI_ENDLESS_EXECUTE_RECOURSION
22142:
22143: * src/: classes/op.C, include/pa_sql_connection.h,
22144: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22145: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22146: 1driver and set_services fight for driver::fservices. before fix
22147:
22148: * src/: classes/op.C, include/pa_config_fixed.h,
22149: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22150: main/pa_sql_driver_manager.C: found problem at last: 2connections
22151: own 1driver and set_services fight for driver::fservices. before
22152: fix
22153:
22154: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22155: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22156: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22157: pa_threads.C
22158:
22159: * src/include/pa_threads.h: removed targets/parser
22160:
22161: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22162: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22163: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22164: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22165: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22166: headers
22167:
22168: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22169: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22170: order prevented sqlmanager to see MULTYTHREAD define
22171:
22172: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22173: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22174: put/gets
22175:
22176: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22177: from hash.h
22178:
22179: * src/: classes/op.C, include/pa_sql_connection.h,
22180: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22181: from cache ->set_services(&services);
22182:
22183: 2001-05-16 parser
22184:
22185: * src/targets/cgi/parser3.C: z
22186:
22187: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22188: debug, #ifdefed some. would debug later, on more precise sample
22189: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22190: $name.$tail[$tail!] $name.$tail } ok3
22191:
22192: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22193: removed array debug. before vstring rebasing
22194:
22195: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22196: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22197: array debugged; adjusted
22198:
22199: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22200: SQL_Driver_manager line no for connect/charset errors
22201:
22202: 2001-05-15 parser
22203:
22204: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22205: main/pa_string.C: string+array made linear grows
22206:
22207: * src/: include/pa_string.h, main/pa_string.C,
22208: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22209: grow lineary, not exponentialy
22210:
22211: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22212: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22213: with fullchunk cmps
22214:
22215: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22216: 70041= 81
22217:
22218: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22219: targets/cgi/parser3.C: detected huge mem allocation: size/times
22220: malloc 27809390/368771, calloc 3232/83. would test now
22221:
22222: * src/: classes/random.C, main/compile.y, main/execute.C,
22223: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22224: numbered params had wrong name - for instance: bad error message
22225: in ^for[] bad body type. fixed
22226:
22227: 2001-05-14 parser
22228:
22229: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22230: main/untaint.C: ^string.upper|lower[]
22231:
22232: 2001-05-11 parser
22233:
22234: * src/: classes/double.C, classes/image.C, classes/op.C,
22235: classes/string.C, classes/table.C, classes/unknown.C,
22236: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22237: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22238: types/pa_vunknown.h: op: MAX_LOOPS as_int
22239:
22240: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22241: .dsp for win32tools
22242:
22243: 2001-05-11 paf
22244:
22245: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22246: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22247: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22248: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22249:
22250: 2001-05-10 paf
22251:
22252: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22253: for C++, that's all
22254:
1.116 moko 22255: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22256: pa_config_includes.h: inline wonders
1.95 moko 22257:
22258: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22259: doc/doxygen.cmd: hash.C added
22260:
22261: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22262:
22263: * src/main/compile.y: @end grammar: allowed zero strings in control
22264: menthod
22265:
22266: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22267: pa_vstateless_object.h: changed priority: field before method
22268: lookup in vclass & vobject
22269:
22270: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22271: grammar: priorities changes [lowerd && prior] vobject: now first
22272: fields, next methods
22273:
22274: 2001-05-08 paf
22275:
22276: * src/main/pa_table.C: table columnname2item on nameless ignored
22277: bark=false. fixed
22278:
22279: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22280: types/pa_vmethod_frame.h: hash:default works at last!
22281:
22282: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22283: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22284: hash:default
22285:
22286: * src/classes/table.C: z
22287:
22288: * src/classes/table.C: table:hash always hash of hash now
22289:
22290: * src/classes/table.C: table:empty return bool now
22291:
22292: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22293: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22294: types/pa_vtable.h: table:hash
22295:
22296: * src/classes/table.C: table:record have name
22297:
22298: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22299: returns vunknown
22300:
22301: * src/classes/: double.C, int.C, op.C, string.C:
22302: int,double,string:int[] double[] string:length[] results now have
22303: hames
22304:
22305: * src/: classes/op.C, classes/table.C, main/main.dsp,
22306: types/pa_vtable.h: removed table:find. table:locate and op:eval
22307: now return bool
22308:
22309: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22310: in method checkparams again. fixed
22311:
22312: 2001-05-07 paf
22313:
22314: * src/doc/chm.cmd: cmd
22315:
22316: * src/: classes/image.C, classes/mail.C, classes/string.C,
22317: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22318: types/pa_value.h: method reported errors on wrong pool
22319:
22320: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22321: now
22322:
22323: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22324: include/code.h, include/pa_opcode.h, main/compile.C,
22325: main/compile_tools.h, main/execute.C, types/pa_value.h,
22326: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22327: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22328: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22329: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22330: types/pa_vmethod_frame.h, types/pa_vobject.h,
22331: types/pa_vrequest.h, types/pa_vresponse.h,
22332: types/pa_vstateless_class.h, types/pa_vstring.h,
22333: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22334: types/pa_wwrapper.h: pa_code.h
22335:
22336: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22337:
22338: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22339: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22340: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22341: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22342: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22343: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22344: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22345: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22346: types/pa_vtable.h: dox, split by not clean parts also
22347:
22348: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22349: types/pa_vtable.h: table: fields, then methods. so to enable
22350: 'dir' fields & co. more
22351:
22352: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22353: so to enable 'dir' fields & co.
22354:
22355: * src/main/compile.y: grammar: @end
22356:
22357: 2001-05-04 paf
22358:
22359: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22360: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22361:
22362: * src/: classes/classes.h, classes/double.C, classes/file.C,
22363: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22364: classes/op.C, classes/random.C, classes/response.C,
22365: classes/string.C, classes/table.C, classes/unknown.C,
22366: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22367: method dox
22368:
22369: 2001-05-03 paf
22370:
22371: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22372: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22373: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22374: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22375: doc/string.dox, doc/targets.dox, doc/value.dox,
22376: main/pa_request.C: dox splitted .dox files and added some
22377:
22378: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22379:
22380: 2001-05-02 paf
22381:
22382: * src/classes/: image.C, table.C: table:dir result are not tainted
22383: by file_name language now
22384:
22385: 2001-04-28 paf
22386:
22387: * src/classes/classes.inc: removed classes.inc
22388:
22389: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22390: from .am
22391:
22392: * src/classes/classes.awk: skipped classes in .awk
22393:
22394: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22395: classes/classes.inc, classes/double.C, classes/file.C,
22396: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22397: classes/string.C, classes/table.C, classes/unknown.C,
22398: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22399: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22400: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22401: pa_methoded back to classes/classes.h
22402:
22403: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22404:
22405: * src/: classes/Makefile.am, classes/classes.awk,
22406: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22407: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22408:
22409: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22410: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22411: classes/response.C, classes/string.C, classes/table.C,
22412: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22413: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22414: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22415: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22416: include|main/pa_methoded
22417:
22418: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22419: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22420:
22421: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22422: moved some configured data to request::classes_conf moved some
22423: string crations from globals to M... [works]
22424:
22425: * src/: classes/form.C, classes/mail.C, classes/op.C,
22426: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22427: main/pa_request.C: moved some configured data to
22428: request::classes_conf moved some string crations from globals to
22429: M...
22430:
22431: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22432: about to move configured data to special request hash
22433:
22434: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22435: classes/form.C, classes/mail.C, include/pa_request.h,
22436: main/pa_request.C: configure started
22437:
22438: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22439: 2. todo: methoded-configure
22440:
22441: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22442: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22443: classes/_random.h, classes/_response.h, classes/_string.h,
22444: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22445: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22446: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22447: classes/random.C, classes/response.C, classes/string.C,
22448: classes/table.C, classes/unknown.C, include/pa_globals.h,
22449: include/pa_request.h, main/compile.y, main/execute.C,
22450: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22451: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22452: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22453: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22454: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22455: types/pa_vrequest.h, types/pa_vresponse.h,
22456: types/pa_vstateless_class.h, types/pa_vstring.h,
22457: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22458: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22459: methoded-configure
22460:
22461: * src/: classes/file.C, classes/table.C, main/compile.y,
22462: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22463: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22464: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22465:
22466: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22467: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22468: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22469: classes/random.C, classes/response.C, classes/string.C,
22470: classes/table.C, classes/unknown.C, include/pa_request.h,
22471: main/compile.y, main/execute.C, main/pa_globals.C,
22472: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22473: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22474: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22475: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22476: beautifying just compiled. todo: debug, configure
22477:
22478: 2001-04-27 paf
22479:
22480: * src/: classes/file.C, classes/image.C, classes/table.C,
22481: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22482: beautifying -99
22483:
22484: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22485: classes/_response.h, classes/_unknown.h, classes/classes.C,
22486: classes/classes.h, classes/double.C, classes/file.C,
22487: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22488: classes/op.C, classes/random.C, classes/response.C,
22489: classes/string.C, include/pa_globals.h, main/main.dsp,
22490: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22491: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22492: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22493: types/pa_vunknown.h: beautifying -100
22494:
22495: * src/main/compile.y: serge@ found @CLASS bug. fixed
22496:
22497: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22498: classes/_op.h, classes/_random.h, classes/_table.h,
22499: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22500: classes/op.C, classes/random.C, classes/response.C,
22501: classes/string.C, classes/table.C, classes/unknown.C,
22502: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22503: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22504: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22505: beautifying
22506:
22507: 2001-04-26 paf
22508:
22509: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22510:
22511: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22512: documentation ++
22513:
22514: * src/: classes/_exec.h, doc/doxygen.cfg,
22515: include/pa_config_fixed.h, include/pa_config_includes.h,
22516: targets/cgi/pa_pool.C: code documentation ++
22517:
22518: * src/: classes/_image.h, classes/op.C, classes/random.C,
22519: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22520: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22521: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22522: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22523: types/pa_vmethod_frame.h, types/pa_vobject.h,
22524: types/pa_vrequest.C, types/pa_vrequest.h,
22525: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22526: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22527: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22528: code documentation ++
22529:
22530: * src/: classes/image.C, classes/mail.C, classes/string.C,
22531: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22532: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22533: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22534: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22535: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22536: types/pa_vobject.h, types/pa_vstateless_class.h,
22537: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22538:
22539: * src/main/: pa_request.C, pa_string.C: z
22540:
22541: * src/: include/pa_common.h, include/pa_types.h,
22542: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22543: connection caching fixed. request-pooled-url were stored into
22544: global connectioncache
22545:
22546: 2001-04-25 paf
22547:
22548: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22549: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22550:
22551: * src/: include/code.h, include/pa_common.h, main/compile.y,
22552: main/execute.C, main/pa_common.C: -d
22553:
22554: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22555: illegal call check a bit improved, but still under iis no mapping
22556: of dir with parser allowed!
22557:
22558: 2001-04-24 paf
22559:
22560: * src/targets/Makefile.am: apache module lib .am
22561:
22562: * src/main/pa_exec.C: windows32 buildCommand
22563:
22564: 2001-04-23 paf
22565:
22566: * src/targets/cgi/Makefile.am: win32 conditional
22567:
22568: * src/targets/cgi/Makefile.am: win32 conditional
22569:
22570: * src/targets/cgi/Makefile.am: liblink
22571:
22572: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22573: vfile fields return type
22574:
22575: * src/types/pa_vfile.h: vfile fields return type
22576:
22577: * src/include/pa_config_auto.h.in: .h.in
22578:
22579: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22580: types/Makefile: makefiles removed
22581:
22582: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22583: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22584:
22585: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22586: [tested: i & g ]
22587:
22588: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22589: @test noticed series in isapi, check how initialize_random_class
22590: is called! [must be called only once]
22591:
22592: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22593: would not be 'unknown column'
22594:
22595: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22596: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22597:
22598: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22599: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22600: [now doesnt]
22601:
22602: * src/targets/cgi/parser3.C: cgi cmdline ver
22603:
22604: * src/targets/cgi/parser3.C: cgi /// @test disable
22605: /cgi-bin/parser3/auto.p
22606:
22607: * src/main/untaint.C: untaint without charset
22608:
22609: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22610: main/pa_common.C: common: file_write /// @test mkdirs
22611: file_delete rmdirs
22612:
22613: * src/main/untaint.C: mail header only once to =?
22614:
22615: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22616: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22617: main/untaint.C: untaint - @test optimize whitespaces for
22618: all but 'html'
22619:
22620: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22621: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22622: main/untaint.C: untaint - @test mail-header
22623:
22624: 2001-04-20 paf
22625:
22626: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22627: include/pa_request.h, include/pa_string.h, main/compile.y,
22628: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22629: targets/cgi/parser3.C: $MAIN:LOCALE
22630:
22631: * src/main/untaint.C: z
22632:
22633: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22634:
22635: 2001-04-19 paf
22636:
22637: * src/main/compile_tools.h: $a$b bugfix
22638:
22639: * src/targets/cgi/parser3.C: z
22640:
22641: * src/classes/file.C: z
22642:
22643: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22644: done: header to $fields. waits for header '\' tricks
22645:
22646: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22647: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22648: changed urlencode here and in untaint.C to HTTP standard's " and
22649: \" mech
22650:
22651: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22652: http://alx/~paf/ doesnt load /auto.p
22653:
22654: 2001-04-18 paf
22655:
22656: * src/main/pa_request.C: 1
22657:
22658: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22659: linux @alx
22660:
22661: 2001-04-17 paf
22662:
22663: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22664: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22665: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22666: enabled
22667:
22668: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22669: classes/_exec.h, classes/_file.h, classes/_form.h,
22670: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22671: classes/_random.h, classes/_response.h, classes/_string.h,
22672: classes/_table.h, classes/_unknown.h, classes/file.C,
22673: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22674: include/pa_config_fixed.h, include/pa_config_includes.h,
22675: include/pa_hash.h, include/pa_sql_driver_manager.h,
22676: include/pa_version.h, main/Makefile.am, main/compile.y,
22677: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22678: main/pa_sql_driver_manager.C, sql/Makefile.am,
22679: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22680: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22681: types/pa_vform.C, types/pa_vimage.h: exec @jav
22682:
22683: * src/: include/pa_sql_driver_manager.h,
22684: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22685: types/pa_vimage.h: sql driver interface now has initialize(client
22686: .so)
22687:
22688: 2001-04-16 paf
22689:
22690: * src/Makefile.am: compile2 cygwin
22691:
22692: * src/: include/pa_config_includes.h, main/pa_exec.C,
22693: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22694:
22695: * src/targets/cgi/Makefile.am: compile0 jav
22696:
22697: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22698: classes/_exec.h, classes/_file.h, classes/_form.h,
22699: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22700: classes/_random.h, classes/_response.h, classes/_string.h,
22701: classes/_table.h, classes/_unknown.h, classes/image.C,
22702: classes/mail.C, classes/op.C, classes/random.C,
22703: include/pa_config_fixed.h, include/pa_config_includes.h,
22704: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22705: main/compile.y, main/pa_common.C, main/pa_exec.C,
22706: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22707: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22708: compile-1
22709:
22710: 2001-04-15 paf
22711:
22712: * src/classes/op.C: z
22713:
22714: * src/classes/table.C: table:empty +=process
22715:
22716: * src/types/pa_value.h: MethodParams !junction
22717:
22718: * src/: classes/_string.h, classes/double.C, classes/file.C,
22719: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22720: classes/random.C, classes/response.C, classes/string.C,
22721: classes/table.C, classes/unknown.C, main/pa_request.C:
22722: MethodParams everywhere
22723:
22724: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22725: types/pa_vmethod_frame.h: MethodParams in op.C
22726:
22727: 2001-04-12 paf
22728:
22729: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22730:
22731: * src/: classes/_unknown.h, classes/unknown.C,
22732: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22733: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22734:
22735: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22736:
22737: * src/classes/image.C: image:gif now does not have params
22738:
22739: * src/classes/image.C:
22740: image:line/fill/rectangle/bar/replace/polygon/polybar
22741:
22742: * src/: classes/image.C, classes/op.C, main/execute.C,
22743: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22744: for var now written not to r.wcontext, but to r.root cleared
22745: "entered_object" state
22746:
22747: 2001-04-11 paf
22748:
22749: * src/classes/image.C: image:create image:load
22750:
22751: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22752: just compiled
22753:
22754: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22755: todo: gif without file
22756:
22757: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22758: started porting to Pooled descendant
22759:
22760: * src/: classes/image.C, main/execute.C, main/main.dsp,
22761: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22762: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22763: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22764:
22765: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22766: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22767: end. switching to python imaging lib
22768:
22769: * src/main/main.dsp: gd+smtp made separate libs
22770:
22771: * src/: include/pa_globals.h, include/pa_string.h,
22772: main/pa_common.C, main/pa_request.C, main/untaint.C,
22773: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22774: length
22775:
22776: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22777: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22778: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22779: UL_FILE_NAME of posted file name
22780:
22781: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22782: post [broke when moved post read to core]
22783:
22784: 2001-04-10 paf
22785:
22786: * src/classes/image.C: image:html done
22787:
22788: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22789:
22790: * src/classes/image.C: z
22791:
22792: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22793: forgotten!
22794:
22795: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22796: main/pa_request.C, main/pa_string.C, main/untaint.C,
22797: types/pa_vimage.h: image:measure -90
22798:
22799: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22800: classes/_int.h, classes/_mail.h, classes/_op.h,
22801: classes/_random.h, classes/_response.h, classes/_string.h,
22802: classes/_table.h, classes/file.C, classes/mail.C,
22803: include/pa_common.h, include/pa_globals.h, main/execute.C,
22804: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22805: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22806: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22807: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22808: compiled
22809:
22810: * src/classes/mail.C: minor bug with unclear from/to
22811:
22812: * src/classes/mail.C: sendmail unix skipping defaults
22813:
22814: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22815: sendmail unix added defaults
22816:
22817: * src/classes/mail.C: unix sendmail compiled. todo:testing
22818:
22819: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22820:
22821: 2001-04-09 paf
22822:
22823: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22824: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22825: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22826: targets/isapi/parser3isapi.dsp: all targets exec
22827:
22828: * src/: include/pa_sapi.h, include/pa_string.h,
22829: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22830: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22831: args in apache:util.script
22832:
22833: * src/include/pa_string.h: written but not tested exec with env for
22834: unix
22835:
22836: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22837: targets/cgi/parser3.C: exec win32 env
22838:
22839: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22840: 0
22841:
22842: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22843: main/execute.C, main/main.dsp, main/pa_globals.C,
22844: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22845: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22846:
22847: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22848: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22849:
22850: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22851: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22852:
22853: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22854: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22855: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22856: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22857: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22858: exec class just compiled. moved post read to request core
22859:
22860: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22861: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22862: main/pa_globals.C, targets/cgi/parser3.C,
22863: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22864: are already read by vform
22865:
22866: 2001-04-08 paf
22867:
22868: * src/: classes/file.C, classes/mail.C, classes/string.C,
22869: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22870: uuencode. string<<
22871:
22872: 2001-04-07 paf
22873:
22874: * src/classes/mail.C: z
22875:
22876: * src/classes/mail.C: z
22877:
22878: * src/classes/mail.C: ^mail[$attach
22879:
22880: * src/classes/mail.C: ^attach dead end
22881:
22882: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22883: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22884: targets/isapi/parser3isapi.C: mail:send 1
22885:
22886: * src/: classes/mail.C, main/pa_request.C: z
22887:
22888: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22889: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22890: compiled
22891:
22892: * src/classes/mail.C: +=
22893:
22894: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22895: prepared
22896:
22897: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22898: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22899: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22900: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22901:
22902: 2001-04-06 paf
22903:
22904: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22905: main/pa_string.C: table:dir 1
22906:
22907: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22908: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22909:
22910: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22911: classes/root.C, include/pa_globals.h, include/pa_request.h,
22912: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22913: main/pa_request.C: renamed 'root' to 'op'
22914:
22915: * src/classes/: _op.h, op.C: renamed from 'root'
22916:
22917: * src/types/pa_valiased.C: another root inherititance skipped
22918:
22919: * src/main/: compile.C, compile.y, execute.C: operators are now not
22920: root methods of parent class. just 'ROOT' class
22921:
22922: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22923: @office
22924:
22925: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22926:
22927: 2001-04-05 paf
22928:
22929: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22930: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22931: constructor flag dropped at get_method_frame and remembered into
22932: method_frame
22933:
22934: * src/: classes/file.C, classes/root.C, classes/string.C,
22935: classes/table.C, main/pa_request.C: junction to code&expression
22936: in errors
22937:
22938: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22939: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22940: $LOCALE:ctype[Russian_Russia.1251]
22941:
22942: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22943: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22944: main/pa_table.C: hash now not thread-safe.
22945:
22946: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22947: main/untaint.C: z
22948:
22949: * src/: classes/random.C, classes/root.C, classes/table.C,
22950: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22951: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22952: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22953: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22954:
22955: * src/: classes/table.C, include/pa_sql_connection.h,
22956: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22957:
22958: * src/classes/table.C: select * from hren error contains statement
22959:
22960: * src/: classes/table.C, include/pa_sql_connection.h,
22961: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22962: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22963:
22964: * src/: classes/root.C, include/pa_sql_connection.h,
22965: include/pa_sql_driver.h, main/main.dsp,
22966: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22967: services for conv memory & error reporting
22968:
22969: 2001-04-04 paf
22970:
22971: * src/doc/doxygen.cfg: z
22972:
22973: * src/include/pa_sql_driver.h: mysql connect
22974:
22975: * src/include/pa_sql_driver.h: mysql info
22976:
22977: * src/: classes/root.C, include/pa_sql_driver.h,
22978: include/pa_sql_driver_manager.h, main/main.dsp,
22979: main/pa_sql_driver_manager.C: more manager&connection&driver
22980:
22981: * src/sql/Makefile.am: forgot to add mysql client
22982:
22983: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22984: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22985: [forgot to add libltdl, added]
22986:
22987: * src/: Makefile.am, classes/root.C, classes/string.C,
22988: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22989: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22990: include/pa_string.h, include/pa_table.h, main/main.dsp,
22991: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22992: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22993: -1000 just compiled
22994:
22995: * src/: classes/random.C, classes/root.C, classes/table.C,
22996: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22997: main/pa_request.C, types/pa_vclass.h: sql frame -10
22998:
22999: 2001-04-03 paf
23000:
23001: * src/types/pa_vform.C: z
23002:
23003: * src/: classes/string.C, types/pa_vform.C: string:match replace
23004: assigned lang
23005:
23006: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23007: {}[]< empty []
23008:
23009: * src/: classes/file.C, classes/string.C, classes/table.C,
23010: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23011: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23012:
23013: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23014: string:match replace strange matches
23015:
23016: * src/classes/string.C: string:match replace 0
23017:
23018: * src/: classes/string.C, main/pa_string.C: string:match replace
23019: prepared 2
23020:
23021: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23022: string:match replace prepared
23023:
23024: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23025: string:match replace -11
23026:
23027: * src/: classes/string.C, include/pa_globals.h,
23028: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23029: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23030:
23031: * src/: classes/string.C, include/pa_globals.h,
23032: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23033: main/pa_string.C: string:match [search] -1 just compiled
23034:
23035: * src/types/pa_vstring.C: z
23036:
23037: * src/: classes/double.C, classes/file.C, classes/form.C,
23038: classes/int.C, classes/response.C, classes/root.C,
23039: classes/string.C, classes/table.C, include/pa_string.h,
23040: main/pa_string.C: string:match -10 [frame]
23041:
23042: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23043: main/pa_request.C: z
23044:
23045: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23046: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23047: todo/tests
23048:
23049: * src/include/pa_common.h: z
23050:
23051: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23052: main/pa_request.C, targets/cgi/parser3.C,
23053: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23054: content-disposition
23055:
23056: * src/: include/pa_common.h, include/pa_globals.h,
23057: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23058: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23059:
23060: * src/: include/pa_common.h, include/pa_request.h,
23061: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23062: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23063: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23064: response:body
23065:
23066: * src/classes/table.C: table:append now uses string::split
23067:
23068: * src/classes/table.C: z
23069:
23070: * src/: classes/file.C, classes/root.C, classes/string.C,
23071: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23072: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23073: include/pa_string.h, main/execute.C, main/pa_string.C,
23074: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23075: string::pos & cmp & piece bugs fixed. string::split new
23076: table:load separated from set table:set implemented with clean \n
23077: \t searches
23078:
23079: 2001-04-02 paf
23080:
23081: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23082: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23083: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23084: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23085: it in table:set/load
23086:
23087: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23088: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23089:
23090: * src/classes/random.C: random:generate 1
23091:
23092: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23093: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23094: types/pa_value.h: random:generate
23095:
23096: 2001-03-30 paf
23097:
23098: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23099: todo: table flip and append. string::pos
23100:
23101: * src/: classes/double.C, classes/file.C, classes/int.C,
23102: classes/response.C, classes/root.C, classes/string.C,
23103: classes/table.C, main/compile.y, main/execute.C,
23104: types/pa_value.h, types/pa_vstateless_class.C,
23105: types/pa_vstateless_class.h: static|dynamic|any method
23106: registration
23107:
23108: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23109: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23110: table:flip
23111:
23112: 2001-03-29 paf
23113:
23114: * src/classes/string.C: string:xsplit forgot that they must result
23115: in 1 row N column [not vice versa]
23116:
23117: * src/classes/string.C: z
23118:
23119: * src/classes/string.C: string: rsplit
23120:
23121: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23122: string: lsplit
23123:
23124: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23125: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23126: lsplit -1
23127:
23128: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23129: string: pos
23130:
23131: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23132: string: pos -1
23133:
23134: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23135: main/compile.y, main/pa_request.C, main/pa_string.C,
23136: main/untaint.C: string: left right mid
23137:
23138: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23139: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23140: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23141: and [;] are different now.
23142:
23143: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23144: main/untaint.C: pool.request undone
23145:
23146: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23147: main/untaint.C: pool.request
23148:
23149: 2001-03-28 paf
23150:
23151: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23152: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23153: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23154: $request:browser [.type .version]; unknown.get_double now = 0.
23155:
23156: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23157: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23158: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23159: types/pa_vform.C: file:load autodetection of mime-type by
23160: user-file-name
23161:
23162: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23163: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23164: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23165:
23166: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23167: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23168: write. must be self.set
23169:
23170: * src/: classes/file.C, classes/root.C, classes/table.C,
23171: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23172:
23173: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23174: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23175: types/pa_vtable.h: table:locate just compiled
23176:
23177: 2001-03-27 paf
23178:
23179: * src/main/: execute.C, pa_common.C: fixed r/w context of
23180: code-params2, fixed ntfs hardlink slow dir update
23181:
23182: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23183: types/pa_wcontext.h: fixed r/w context of code-params
23184:
23185: * src/: classes/table.C, main/execute.C: about to change junction
23186: rcontext!!
23187:
23188: * src/: classes/double.C, classes/int.C, classes/root.C,
23189: classes/string.C, classes/table.C, main/compile_tools.C,
23190: main/execute.C, main/pa_request.C, main/untaint.C,
23191: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23192: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23193: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23194: types/pa_vunknown.h: sort 0
23195:
23196: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23197: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23198: renamed to are_static_calls_disabled
23199:
23200: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23201: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23202: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23203: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23204:
23205: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23206:
23207: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23208: started table:sort fixed minor bug in #...^{
23209:
23210: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23211: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23212: decided to have as it were. stepped back. grammar: added 'in'
23213: 'is' 'lt'&co follow-space check
23214:
23215: 2001-03-26 paf
23216:
23217: * src/: classes/file.C, classes/root.C, classes/table.C,
23218: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23219: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23220: main/pa_table.C: moved ::save to pa_table. disabled @auto
23221: invocation in ^process
23222:
23223: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23224:
23225: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23226: main/pa_array.C: table:record
23227:
23228: * src/: main/untaint.C, targets/cgi/parser3.C,
23229: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23230: targets/isapi/pool_storage.h, types/pa_valiased.h,
23231: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23232: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23233: types/pa_vtable.h: z
23234:
23235: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23236: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23237: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23238: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23239: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23240: method realisations on 'self' validity - they now can simply
23241: assume that 'self' is V{Proper} .
23242:
23243: 2001-03-25 paf
23244:
23245: * src/main/untaint.C: z
23246:
23247: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23248: lowlevel - it initialization could be skipped if failed in @auto.
23249: so that exception report would use some table
23250:
23251: * src/main/pa_request.C: table empty lines ignored. system-default
23252: content type assigned in output:result [can fail in main:auto and
23253: skipped normal defaults extraction]
23254:
23255: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23256: bug
23257:
23258: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23259: processing to table [except preliminary \r\n \r \n replacements
23260: to "\n"]
23261:
23262: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23263: move all the processing to table
23264:
23265: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23266: main/pa_table.C, main/untaint.C: returned table originating.
23267: useful for reporting typo table problems origin. think would be
23268: useful somewhere else
23269:
23270: * src/main/untaint.C: typo \r \r\n \n properly handled
23271:
23272: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23273: include/pa_table.h, main/compile.y, main/compile_tools.C,
23274: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23275: main/pa_string.C, main/pa_table.C, main/untaint.C,
23276: types/pa_vcookie.h: typo & typo-default
23277:
23278: 2001-03-24 paf
23279:
23280: * src/main/pa_common.C: z
23281:
23282: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23283: targets/cgi/parser3.C: html-typo 2
23284:
23285: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23286: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23287: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23288: main/execute.C, main/pa_array.C, main/pa_globals.C,
23289: main/pa_request.C, main/pa_string.C, main/untaint.C,
23290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23291: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23292: noticed double default content-type prob. run cgi.cmd tomorrow
23293: first html-typo sample. detected << problem: they become ltlt too
23294: fast
23295:
23296: * src/main/compile.y: z
23297:
23298: * src/main/: compile.y, compile_tools.h: #comment
23299:
23300: * src/: classes/file.C, classes/root.C, classes/table.C,
23301: include/pa_common.h, include/pa_request.h, main/compile.y,
23302: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23303: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23304: stringified
23305:
23306: * src/types/pa_valiased.C: decided to String-ify file_read
23307:
23308: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23309: isapi/parser3isapi.dsp: cgi: sapi::log
23310:
23311: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23312: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23313: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23314: error log experiments failed - cgi under iis got no access to
23315: log. registereventsource simply failed with 5(illegal call) code,
23316: while worked OK as standalone executable. isapi: used
23317: HSE_APPEND_LOG_PARAMETER feature
23318:
23319: * src/: include/pa_common.h, include/pa_globals.h,
23320: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23321: targets/isapi/parser3isapi.C: fixed default content-type
23322: allocation storage
23323:
23324: * src/: include/pa_globals.h, include/pa_request.h,
23325: main/pa_globals.C, main/pa_request.C: z
23326:
23327: * src/: include/pa_array.h, include/pa_hash.h,
23328: include/pa_request.h, main/compile.y, main/pa_array.C,
23329: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23330: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23331: content-type
23332:
23333: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23334: sanity
23335:
23336: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23337: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23338: away freeze mech. no danger now for you can't do
23339: ^request:process[@new-method[] body] trick anymore. still
23340: remains $some_instance.process[@new-method[] possibility] but
23341: would leave it as a feature. see index for sample
23342:
23343: * src/: include/pa_common.h, main/pa_common.C,
23344: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23345: monkey every target
23346:
23347: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23348: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23349: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23350:
23351: 2001-03-23 paf
23352:
23353: * src/: include/pa_pool.h, main/pa_request.C,
23354: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23355: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23356: targets/isapi/pool_storage.h: isapi: dumb pool storage
23357:
23358: * src/targets/isapi/pa_pool.C: decided to continue with extension
23359:
23360: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23361: it would be better to rewrite as filter then to deal with pool
23362:
23363: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23364: now like in cgi, not from APPL_PHYSICAL_PATH
23365:
23366: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23367: include/pa_config_fixed.h, include/pa_config_includes.h,
23368: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23369: include/pa_version.h, main/compile.y, main/execute.C,
23370: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23371: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23372: main/untaint.C, targets/cgi/parser3.C,
23373: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23374: cgi: reinvent document_root and request_uri under iis. autoconf
23375: updated. introducing ap_config_includes
23376:
23377: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23378:
23379: * src/targets/cgi/parser3.C: cgi: only one pool now
23380:
23381: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23382: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23383: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23384: types/pa_venv.h, types/pa_vform.C: sapi made object
23385:
23386: * src/: include/pa_globals.h, main/pa_request.C,
23387: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23388: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23389: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23390:
23391: * src/: main/pa_request.C, targets/cgi/parser3.C,
23392: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23393: isapi minor env beauty
23394:
23395: * src/: main/pa_request.C, targets/cgi/parser3.C,
23396: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23397: isapi document_root 0
23398:
23399: 2001-03-22 paf
23400:
23401: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23402:
23403: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23404: isapi/parser3isapi.C: z
23405:
23406: * src/: include/pa_pool.h, main/pa_request.C,
23407: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23408:
23409: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23410: kill.pl: isapi added utils
23411:
23412: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23413: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23414: types/pa_vform.C: isapi 0
23415:
23416: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23417: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23418: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23419: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23420: started isapi
23421:
23422: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23423: some comments
23424:
23425: * src/: include/pa_globals.h, include/pa_request.h,
23426: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23427: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23428: parser_root_auto_path parser_site_auto_path
23429:
23430: * src/types/pa_vcookie.C: cookie attr decoded
23431:
23432: 2001-03-21 paf
23433:
23434: * src/targets/cgi/parser3.C: z
23435:
23436: * src/include/pa_globals.h: post. todo: config of auto.p path
23437:
23438: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23439: types/pa_venv.h: in cookie & env. todo:post
23440:
23441: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23442: classes/root.C, classes/table.C, include/pa_array.h,
23443: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23444: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23445: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23446: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23447: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23448: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23449: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23450: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23451: shifted apache branch on main trunc
23452:
23453: * src/: include/pa_common.h, include/pa_globals.h,
23454: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23455: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23456: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23457: starting mod_parser3
23458:
23459: * src/targets/cgi/parser3.C: starting mod_parser3
23460:
23461: 2001-03-20 paf
23462:
23463: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23464: targets/cgi/parser3.C: automake compiled and works. todo:make
23465: win32 ifdefs work and add ifdef unistd
23466:
23467: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23468: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23469: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23470: z
23471:
23472: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23473: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23474: locking
23475:
23476: * src/: classes/Makefile.am, types/Makefile.am: z
23477:
23478: * src/: Makefile.am, classes/file.C, classes/root.C,
23479: classes/table.C, include/pa_array.h, include/pa_request.h,
23480: include/pa_string.h, main/Makefile.am, main/execute.C,
23481: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23482: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23483: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23484: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23485:
23486: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23487: main/pa_request.C, types/pa_vfile.h: ^table:save
23488:
23489: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23490: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23491: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23492: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23493: types/pa_vform.h: z
23494:
23495: * src/include/pa_string.h: z
23496:
23497: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23498: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23499: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23500: :Value
23501:
23502: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23503: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23504: :VStateless_object
23505:
23506: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23507: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23508: :VStateless_object
23509:
23510: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23511: types/pa_valiased.C, types/pa_vform.h: commented VForm
23512:
23513: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23514: types/pa_valiased.h, types/pa_value.h,
23515: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23516: types/pa_vstateless_object.h: moved common get_element part from
23517: stateless object&class into VAliased
23518:
23519: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23520: classes/table.C, main/execute.C, main/main.dsp,
23521: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23522: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23523: now :Value
23524:
23525: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23526: main/execute.C, main/main.dsp, main/pa_globals.C,
23527: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23528:
23529: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23530: doxx
23531:
23532: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23533: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23534: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23535: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23536: and ^file:save
23537:
23538: 2001-03-19 paf
23539:
23540: * src/types/pa_vfile.C: z
23541:
23542: * src/: classes/file.C, classes/request.C, classes/table.C,
23543: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23544: main/pa_request.C, main/untaint.C, types/pa_value.h,
23545: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23546:
23547: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23548: include/pa_string.h, include/pa_table.h, main/main.dsp,
23549: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23550: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23551: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23552: classes/_file.h, classes/file.C, types/pa_vfile.C,
23553: types/pa_vfile.h: file class just compiled
23554:
23555: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23556: include/pa_table.h, include/pa_types.h, main/execute.C,
23557: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23558: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23559: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23560:
23561: * src/include/pa_pool.h: z
23562:
23563: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23564: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23565: Hash::Value to Val so to doxygen would finlly stop confusing
23566: those Value-s
23567:
23568: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23569: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23570: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23571: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23572: include/pa_types.h, main/compile.C, main/compile.y,
23573: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23574: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23575: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23576: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23577: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23578:
23579: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23580: derivates somehow unlinked. don't know why yet
23581:
23582: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23583: include/pa_string.h, include/pa_threads.h, main/compile.C,
23584: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23585: main/execute.C, main/pa_array.C, main/pa_common.C,
23586: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23587: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23588: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23589:
23590: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23591: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23592: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23593: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23594: types/pa_vrequest.h: doc: detected Value derivates prob
23595:
23596: * src/include/pa_globals.h: z
23597:
23598: * src/: classes/_request.h, classes/request.C, include/code.h,
23599: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23600: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23601: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23602: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23603: main/execute.C, main/pa_pool.C, main/pa_request.C,
23604: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23605: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23606:
23607: 2001-03-18 paf
23608:
23609: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23610: cookie: allowed access to hash-assigned
23611:
23612: * src/targets/cgi/parser3.C: z
23613:
23614: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23615: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23616: include/pa_types.h, main/main.dsp, main/pa_common.C,
23617: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23618: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23619: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23620: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23621: types/pa_vunknown.h: cookie class
23622:
23623: * src/main/pa_request.C: zero length output allowed
23624:
23625: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23626: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23627:
23628: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23629: lang switch
23630:
23631: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23632: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23633: types/pa_value.h, types/pa_vhash.h:
23634: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23635:
23636: * src/main/execute.C: z
23637:
23638: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23639: targets/cgi/parser3.C: taint[uri
23640:
23641: * src/: classes/request.C, classes/response.C, classes/root.C,
23642: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23643: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23644: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23645:
23646: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23647: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23648: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23649: types/pa_vstateless_class.C: convinient string(pool, char *src,
23650: bool tainted) ctor
23651:
23652: * src/: include/pa_hash.h, include/pa_request.h,
23653: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23654: main/pa_request.C, main/pa_string.C, main/untaint.C,
23655: targets/cgi/parser3.C: proper @exceptions params tainting
23656:
23657: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23658: response fields to header
23659:
23660: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23661: z
23662:
23663: * src/: classes/_response.h, classes/response.C,
23664: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23665: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23666: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23667: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23668: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23669: $response: 0 request::core exception rethrow
23670:
23671: 2001-03-16 paf
23672:
23673: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23674: types/pa_vrequest.h: native method' class call with less params
23675: then needed error reporting
23676:
23677: * src/: classes/_request.h, classes/request.C,
23678: include/pa_globals.h, include/pa_request.h, main/execute.C,
23679: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23680: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23681: types/pa_vrequest.h: $request : query :uri
23682:
23683: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23684: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23685: types/pa_wcontext.h: $result
23686:
23687: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23688:
23689: * src/: classes/double.C, include/code.h, main/compile.y,
23690: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23691: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23692:
23693: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23694: main/compile.y, main/execute.C, types/pa_value.h,
23695: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23696: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23697: wcontext conflict
23698:
23699: * src/: main/execute.C, types/pa_value.h,
23700: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23701: $string.field
23702:
23703: 2001-03-15 paf
23704:
23705: * src/main/pa_request.C: news sample
23706:
23707: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23708: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23709:
23710: * src/main/: compile.y, execute.C: z
23711:
23712: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23713: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23714: pre pre works
23715:
23716: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23717: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23718: fillfields just compiled
23719:
23720: 2001-03-14 paf
23721:
23722: * src/: include/pa_request.h, main/pa_request.C,
23723: targets/cgi/parser3.C: z
23724:
23725: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23726: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23727: types/pa_vstring.h: limits -1
23728:
23729: * src/: include/pa_globals.h, include/pa_request.h,
23730: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23731: main/pa_request.C, targets/cgi/parser3.C,
23732: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23733: request_info -1
23734:
23735: * src/: include/pa_globals.h, main/pa_globals.C,
23736: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23737: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23738: vform_fields_fill
23739:
23740: * src/targets/cgi/parser3.C: # if MSVC
23741:
23742: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23743: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23744:
23745: * src/targets/cgi/parser3.C: z
23746:
23747: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23748: include/pa_string.h, include/pa_types.h, main/compile.y,
23749: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23750: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23751: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23752: types/pa_vunknown.h: global handler, exceptions in parser3
23753:
23754: 2001-03-13 paf
23755:
23756: * src/: classes/form.C, main/compile.y, main/core.C,
23757: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23758: types/pa_vform.h, types/pa_vstateless_class.C,
23759: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23760: instead
23761:
23762: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23763: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23764: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23765: started cgi target
23766:
23767: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23768: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23769: before error show with parser
23770:
23771: * src/: classes/_form.h, classes/form.C, include/core.h,
23772: include/pa_request.h, main/core.C, main/pa_request.C,
23773: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23774:
23775: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23776:
23777: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23778: parser3.C: renamed targets/ parser to cgi
23779:
23780: * src/: classes/double.C, classes/env.C, classes/int.C,
23781: classes/root.C, classes/string.C, classes/table.C,
23782: include/pa_request.h, types/pa_vhash.h: z
23783:
23784: * src/: classes/_env.h, classes/env.C, classes/root.C,
23785: include/core.h, include/pa_pool.h, include/pa_request.h,
23786: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23787: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23788: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23789: [historical moment :)]
23790:
23791: * src/: include/code.h, include/pa_string.h, main/compile.y,
23792: main/execute.C, main/pa_string.C: 'value is type' expr operator
23793:
23794: * src/types/pa_venv.h: $ENV 1
23795:
23796: * src/main/execute.C: z
23797:
23798: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23799: future methods of ENV constructor if
23800:
23801: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23802: class
23803:
23804: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23805: classes/_root.h, classes/_string.h, classes/_table.h,
23806: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23807: classes/string.C, classes/table.C, include/pa_request.h,
23808: main/compile.C, main/compile_tools.h, main/core.C,
23809: main/execute.C, main/main.dsp, main/pa_request.C,
23810: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23811: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23812: types/pa_vobject.h, types/pa_vstateless_class.C,
23813: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23814: types/pa_wcontext.h: $ENV: re 0, stateless classes
23815:
23816: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23817: classes/_root.h, classes/_string.h, classes/_table.h,
23818: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23819: classes/string.C, classes/table.C, include/pa_request.h,
23820: main/compile.C, main/compile_tools.h, main/core.C,
23821: main/execute.C, main/main.dsp, main/pa_request.C,
23822: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23823: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23824: types/pa_vobject.h, types/pa_vstateless_class.C,
23825: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23826: types/pa_wcontext.h: $ENV: re 0, stateless classes
23827:
23828: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23829: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23830: yesterdays bad decision on execute_static_method
23831:
23832: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23833:
23834: * src/: classes/double.C, classes/int.C, classes/root.C,
23835: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23836:
23837: * src/main/pa_request.C: z
23838:
23839: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23840: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23841:
23842: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23843: include/pa_pool.h, main/pa_request.C:
23844: restructure_exceptions_dead_end
23845:
23846: * src/: classes/root.C, main/compile.y: ^if required junctions.
23847: allowed ; inside {} to break params
23848:
23849: * src/classes/root.C: ^eval
23850:
23851: * src/: classes/_string.h, classes/double.C, classes/int.C,
23852: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23853: string ^format
23854:
23855: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23856: 'bad' but not 'enough'
23857:
23858: * src/: classes/double.C, classes/root.C, classes/table.C,
23859: include/pa_common.h, include/pa_types.h, main/compile.y,
23860: main/pa_common.C, main/pa_request.C, main/untaint.C,
23861: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23862: types/pa_wwrapper.h: think constructing flag as is is bad
23863:
23864: * src/: classes/double.C, classes/int.C, classes/root.C,
23865: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23866: types/pa_vint.h: ^for
23867:
23868: 2001-03-12 paf
23869:
23870: * src/classes/table.C: table ^empty
23871:
23872: * src/: classes/table.C, include/pa_table.h: table ^menu
23873:
23874: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23875: ^offset ^line ^count
23876:
23877: * src/classes/root.C: ^round() ^floor() ^ceiling()
23878: ^abs() ^sign()
23879:
23880: * src/classes/: root.C, table.C: ^use
23881:
23882: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23883: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23884: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23885: ^while. switched off wcontext.constructing after write(value) or
23886: auto-vhash-constructing
23887:
23888: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23889: main/pa_request.C: fail_if_junction_ helper func
23890:
23891: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23892: include/pa_request.h, main/execute.C, main/main.dsp,
23893: main/pa_common.C, main/pa_request.C: ^process error point by
23894: actual method_name, not source. ^load
23895:
23896: * src/types/pa_vtable.h: table: no, better with string in cells...
23897:
23898: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23899: classes/_table.h, classes/table.C, main/untaint.C: z
23900:
23901: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23902: include/pa_table.h, main/core.C, main/execute.C,
23903: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23904: types/pa_value.h: table:set 0
23905:
23906: * src/: classes/root.C, include/core.h, include/pa_array.h,
23907: include/pa_request.h, include/pa_table.h, main/core.C,
23908: main/main.dsp, main/pa_request.C, main/pa_table.C,
23909: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23910: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23911: types/pa_vstring.h: freeze, ^table:create[] -1
23912:
23913: * src/: classes/root.C, types/pa_value.h: z
23914:
23915: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23916: get_method in couple places optimizing them
23917:
23918: * src/classes/root.C: z
23919:
23920: * src/: classes/root.C, types/pa_vclass.h: process temp main
23921: zeroing
23922:
23923: * src/: classes/double.C, classes/int.C, classes/root.C,
23924: classes/string.C, include/pa_common.h, include/pa_request.h,
23925: include/pa_string.h, include/pa_types.h, main/compile.C,
23926: main/compile.y, main/compile_tools.h, main/execute.C,
23927: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23928: types/pa_vmframe.h: ^process. actual names to store param and
23929: check_actual_numbered_params for better place diagnostics
23930:
23931: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23932: method-junctions bug fixed
23933:
23934: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23935: pa_vstateless_object.h, pa_vstring.h: stateless_object
23936:
23937: 2001-03-11 paf
23938:
23939: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23940: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23941: VDouble VInt base now VObject_base - without fields
23942:
23943: * src/: classes/root.C, include/core.h, main/core.C: z
23944:
23945: * src/: classes/double.C, classes/int.C, classes/root.C,
23946: classes/string.C, include/core.h, include/pa_hash.h,
23947: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23948: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23949:
23950: * src/: classes/double.C, classes/int.C, classes/root.C,
23951: include/pa_request.h, main/execute.C: intercept_string
23952:
23953: * src/: classes/double.C, classes/int.C, classes/root.C,
23954: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23955:
23956: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23957: ^inc-s(expr)
23958:
23959: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23960: classes/_root.h, classes/_string.h, classes/double.C,
23961: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23962: include/code.h, include/core.h, include/pa_array.h,
23963: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23964: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23965: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23966: include/pa_types.h, main/compile.C, main/compile.y,
23967: main/compile_tools.C, main/compile_tools.h, main/core.C,
23968: main/execute.C, main/pa_array.C, main/pa_common.C,
23969: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23970: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23971: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23972: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23973: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23974: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23975: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23976: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23977:
23978: * src/: main/pa_request.C, types/pa_vhash.h: z
23979:
23980: * src/: include/core.h, include/pa_request.h, main/core.C,
23981: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23982:
23983: * src/: include/pa_valiased.h, include/pa_value.h,
23984: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23985: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23986: include/pa_vjunction.h, include/pa_vmframe.h,
23987: include/pa_vobject.h, include/pa_vstring.h,
23988: include/pa_vunknown.h, include/pa_wcontext.h,
23989: include/pa_wwrapper.h, main/compile.y, main/core.C,
23990: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23991: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23992: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23993: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23994: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23995: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23996: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23997: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23998: include/
23999:
24000: 2001-03-10 paf
24001:
24002: * src/: include/core.h, include/pa_request.h, main/core.C,
24003: main/pa_request.C: run+auto=run
24004:
24005: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24006:
24007: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24008: classes/_root.h, classes/_string.h, classes/double.C,
24009: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24010: include/code.h, include/core.h, include/pa_array.h,
24011: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24012: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24013: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24014: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24015: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24016: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24017: include/pa_vjunction.h, include/pa_vmframe.h,
24018: include/pa_vobject.h, include/pa_vstring.h,
24019: include/pa_vunknown.h, include/pa_wcontext.h,
24020: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24021: main/compile_tools.C, main/compile_tools.h, main/core.C,
24022: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24023: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24024: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24025: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24026: main/pa_wcontext.C: sources header
24027:
24028: * src/main/pa_request.C: auto..
24029:
24030: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24031: main/pa_request.C: auto tree0
24032:
24033: * src/: include/core.h, include/pa_request.h, main/compile.y,
24034: main/core.C, main/pa_request.C: names to core.C
24035:
24036: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24037: include/pa_request.h, main/core.C, main/execute.C,
24038: main/pa_common.C, main/pa_request.C: root auto.p loaded
24039:
24040: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24041: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24042: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24043: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24044:
24045: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24046: @auto[] realised. auto.p scan togo
24047:
24048: * src/: include/pa_request.h, main/execute.C: autocalc
24049: code-junctions result now have names
24050:
24051: * src/: classes/double.C, classes/int.C, classes/root.C,
24052: classes/string.C, include/pa_request.h, include/pa_string.h,
24053: include/pa_wcontext.h, main/compile.y, main/execute.C,
24054: main/pa_string.C, main/pa_wcontext.C: tainting 0
24055:
24056: * src/classes/env.C: env:file/line
24057:
24058: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24059: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24060: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24061: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24062: main/compile_tools.C, main/compile_tools.h, main/core.C,
24063: main/execute.C, main/main.dsp, main/pa_cframe.C,
24064: main/pa_request.C, main/pa_wcontext.C: const fight finished
24065:
24066: * src/include/pa_vclass.h: const fight to go
24067:
24068: * src/: classes/_env.h, classes/env.C, classes/root.C,
24069: include/pa_request.h, include/pa_vclass.h, main/core.C,
24070: main/main.dsp: env0
24071:
24072: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24073: classes/_string.h, classes/double.C, classes/int.C,
24074: classes/root.C, classes/string.C, include/pa_request.h,
24075: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24076: include/pa_wcontext.h, main/core.C, main/main.dsp,
24077: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24078: main/pa_wcontext.C: ^lang prepare0
24079:
24080: 2001-03-09 paf
24081:
24082: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24083: construct proper naming
24084:
24085: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24086: classes/double.C, classes/int.C, classes/root.C,
24087: classes/string.C, include/code.h, include/pa_value.h,
24088: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24089: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24090: main/compile.y, main/compile_tools.C, main/core.C,
24091: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24092: and ^double[]. fixed expr type
24093:
24094: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24095: ^string.length[]
24096:
24097: 2001-03-08 paf
24098:
24099: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24100:
24101: * src/: include/pa_vclass.h, include/pa_vstring.h,
24102: include/pa_wcontext.h, main/compile.y, main/core.C,
24103: main/execute.C, main/main.dsp: dead end: vstring can't be
24104: derivated from vobject
24105:
24106: * src/: include/pa_vclass.h, include/pa_vhash.h,
24107: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24108:
24109: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24110: remained clone conseqs
24111:
24112: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24113:
24114: * src/main/pa_vclass.C: wow! vclass were out of vcs
24115:
24116: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24117: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24118: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24119: include/pa_vobject.h, include/pa_vstring.h,
24120: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24121: main/execute.C: withoud cloning. didn't need it actually, params
24122: got passed from out unnamed ewpool
24123:
24124: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24125: include/pa_vjunction.h, include/pa_vobject.h,
24126: include/pa_vunknown.h, main/compile.y: cloning dead end
24127:
24128: * src/: include/pa_bool.h, include/pa_double.h,
24129: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24130: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24131: include/pa_vjunction.h, include/pa_vmframe.h,
24132: include/pa_vobject.h, include/pa_vstring.h,
24133: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24134: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24135: to give params proper names
24136:
24137: * src/main/pa_wcontext.C: z
24138:
24139: * src/: include/pa_vmframe.h, main/execute.C: added names to
24140: unknown values in get_element and unfilled params. removed wrong
24141: name change in get_element
24142:
24143: * src/main/execute.C: z
24144:
24145: * src/main/execute.C: fixed problems calling operators in
24146: constructors
24147:
24148: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24149: detected problems calling operators in constructors
24150:
24151: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24152: autocalc def to string
24153:
24154: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24155: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24156:
24157: * src/classes/root.C: added root.c
24158:
24159: * src/: include/pa_request.h, include/pa_value.h,
24160: include/pa_vcframe.h, include/pa_vmframe.h,
24161: include/pa_wcontext.h, main/compile.C, main/compile.y,
24162: main/core.C, main/execute.C, main/pa_cframe.C,
24163: main/pa_wcontext.C: 'if' just compiled
24164:
24165: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24166: include/pa_vjunction.h, include/pa_vmframe.h,
24167: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24168: main/pa_wcontext.C: z
24169:
24170: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24171: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24172: with parameter names in operator methods
24173:
24174: * src/main/compile.y: minor renamings in .y
24175:
24176: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24177: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24178: @BASE. changed 'RUN' assignment mech
24179:
24180: * src/main/execute.C: z
24181:
24182: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24183: main/compile_tools.h, main/execute.C: made class: dynamic, not
24184: static. so to enable runtime ^use
24185:
24186: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24187:
24188: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24189: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24190:
24191: * src/main/execute.C: root root in code-junction
24192:
24193: 2001-03-07 paf
24194:
24195: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24196: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24197:
24198: * src/: include/pa_stack.h, include/pa_value.h,
24199: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24200: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24201: fixed rwcontext of {} params up
24202:
24203: * src/main/: compile.y, compile_tools.h: ^func(params)
24204:
24205: * src/main/compile.y: .y priorities syntax shaped up a bit
24206:
24207: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24208: include/pa_vunknown.h, main/compile.y, main/execute.C,
24209: main/pa_hash.C: expr def in -f
24210:
24211: * src/main/: compile.y, execute.C: expr calls
24212:
24213: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24214: fixed
24215:
24216: * src/main/compile.y: expr quoted code
24217:
24218: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24219: support0
24220:
24221: * src/main/compile.y: expr string comparisons 0
24222:
24223: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24224: main/pa_string.C: just compiled lt&co
24225:
24226: * src/main/execute.C: ^var.menu{$field} problem detected. that
24227: $field not a $var.field
24228:
24229: 2001-03-06 paf
24230:
24231: * src/main/compile.y: .y expr visible-shorter
24232:
24233: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24234: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24235: logical
24236:
24237: * src/: include/pa_vstring.h, main/compile.y: problems with
24238: skipping whitespace in yylex
24239:
24240: * src/include/pa_vbool.h: forgot this
24241:
24242: * src/: include/code.h, main/compile.y, main/execute.C: without
24243: string ops in expressions 0
24244:
24245: * src/: include/pa_value.h, include/pa_vdouble.h,
24246: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24247: main/execute.C, main/main.dsp: !~
24248:
24249: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24250: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24251: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24252: include/pa_vunknown.h, include/pa_wcontext.h,
24253: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24254: main/compile_tools.h, main/execute.C: +-*/
24255:
24256: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24257: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24258:
24259: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24260: main/execute.C: expr grammar-1 2*2=4.000000 :)
24261:
24262: * src/main/compile.y: expr grammar-1
24263:
24264: * src/main/compile.y: expr lexx1
24265:
24266: * src/main/: compile.y, execute.C, main.dsp: z
24267:
24268: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24269: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24270: main/execute.C: expr lex0 exec-1
24271:
24272: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24273:
24274: 2001-02-26 paf
24275:
24276: * src/main/compile.y: max_string in yyerror bug fix
24277:
24278: 2001-02-25 paf
24279:
24280: * src/: include/pa_value.h, include/pa_vmframe.h,
24281: include/pa_wcontext.h, main/execute.C: VAliased3
24282:
24283: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24284:
24285: * src/main/execute.C: VAliased1
24286:
24287: * src/: include/pa_request.h, include/pa_value.h,
24288: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24289: VAliased0
24290:
24291: * src/: include/pa_pool.h, include/pa_request.h,
24292: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24293: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24294: VAliased just compiled
24295:
24296: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24297: include/pa_vobject.h, main/execute.C: alias dead end
24298:
24299: * src/: include/pa_value.h, include/pa_vclass.h,
24300: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24301: main/main.dsp: no not get fields into interm VFielded class.
24302: fields & staticfields 1
24303:
24304: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24305: include/pa_vobject.h, include/pa_wcontext.h,
24306: include/pa_wwrapper.h, main/core.C, main/execute.C,
24307: main/main.dsp: would now get fields into interm VFielded class
24308:
24309: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24310: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24311: include/pa_wcontext.h, main/compile.y, main/core.C,
24312: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24313: main/pa_wcontext.C: virtuals2
24314:
24315: * src/main/compile.y: : 1
24316:
24317: * src/main/compile.y: rethought to $class:static.field.subfield
24318:
24319: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24320: $class:element
24321:
24322: * src/: include/pa_value.h, include/pa_vmframe.h,
24323: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24324: main/pa_wcontext.C: before execute class calls rewrite
24325:
24326: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24327: name RUN, also alias
24328:
24329: * src/main/compile.y: escaping bug
24330:
24331: * src/: include/pa_request.h, include/pa_value.h,
24332: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24333: main/core.C, main/execute.C, main/pa_common.C: vobject1
24334:
24335: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24336: include/pa_vmframe.h, include/pa_vobject.h,
24337: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24338: main/compile_tools.h, main/execute.C: ^class:method() just
24339: compiled
24340:
24341: 2001-02-24 paf
24342:
24343: * src/main/main.dsp: no bison -d
24344:
24345: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24346: class' err msg wrong
24347:
24348: * src/main/compile.y: z
24349:
24350: * src/main/: compile.y, core.C: yylex need some @special lines adj
24351:
24352: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24353: main/compile.y, main/compile_tools.h, main/core.C: modules0
24354:
24355: * src/: include/pa_vclass.h, main/core.C: z
24356:
24357: * src/: include/pa_value.h, include/pa_vclass.h,
24358: include/pa_vobject.h, main/main.dsp: vobject00
24359:
24360: * src/main/pa_array.C: minor bug in expanding very small arrays.
24361: 60% from 1 were 0
24362:
24363: * src/: include/pa_value.h, include/pa_wcontext.h,
24364: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24365: as bad as you've named it: wcontext.value() was not a perfect
24366: idea
24367:
24368: * src/main/execute.C: codeframe1
24369:
24370: * src/: include/pa_value.h, include/pa_vcframe.h,
24371: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24372: include/pa_vjunction.h, include/pa_vmframe.h,
24373: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24374: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24375: just compiled
24376:
24377: * src/: include/pa_vframe.h, main/compile.y: found junction
24378: ideology @: ^x{$a()) must construct current wcontext element, so
24379: smart wcontext handling needed
24380:
24381: * src/main/compile.y: fixed grammar bugs in constructor/params
24382: klinch
24383:
24384: * src/main/: compile.y, execute.C: fixed empty constructor
24385: optimized empty case. failed on calls - produced empty string
24386: param
24387:
24388: * src/main/compile.y: fixed last \n macrotemplate strip bug
24389:
24390: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24391: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24392: main/compile_tools.C, main/compile_tools.h, main/core.C,
24393: main/execute.C: code junctions0. something wrong with last \n
24394: macrotemplate strip
24395:
24396: * src/: include/pa_value.h, main/compile.C, main/core.C,
24397: main/pa_value.C: minor error reporting format beautifyings
24398:
24399: * src/: include/pa_value.h, include/pa_vclass.h,
24400: include/pa_vframe.h, main/core.C, main/execute.C,
24401: main/pa_value.C: get_method RIP. junctions everywhere. call with
24402: junctions0
24403:
24404: 2001-02-23 paf
24405:
24406: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24407: pa_wwrapper.h: lara came, can't work, sorry :(
24408:
24409: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24410: junction
24411:
24412: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24413: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24414: main/execute.C, main/main.dsp, main/pa_value.C: call0
24415:
24416: * src/: include/pa_hash.h, include/pa_value.h,
24417: include/pa_wcontext.h, main/core.C, main/execute.C,
24418: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24419: done
24420:
24421: * src/include/pa_wcontext.h: z
24422:
24423: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24424: wrong grammar in complex constructor case
24425:
24426: * src/main/: compile.y, execute.C: empty constructor bug fixed
24427:
24428: * src/main/execute.C: with result rwpool
24429:
24430: * src/: include/pa_value.h, main/core.C, main/execute.C,
24431: main/main.dsp: value named
24432:
24433: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24434: strign 2 value in 2 places in execute
24435:
24436: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24437: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24438: wcontext.put_element when wcontext fvalue==0
24439:
24440: 2001-02-22 paf
24441:
24442: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24443: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24444: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24445:
24446: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24447: erroreos checkout
24448:
24449: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24450:
24451: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24452: main/compile_tools.h, main/pa_array.C: $self.get
24453:
24454: * src/main/: compile.C, compile.y, compile_tools.C: z
24455:
24456: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24457: bit. finished now.
24458:
24459: * src/main/compile.y: $: finished
24460:
24461: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24462:
24463: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24464: main/execute.C: OP_STRING better then some xxx _VALUE
24465:
24466: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24467: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24468: string to vstring it .y all
24469:
24470: * src/: include/pa_request.h, include/pa_stack.h,
24471: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24472: all
24473:
24474: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24475: precise parse error line:col
24476:
24477: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24478: main/pa_hash.C, main/pa_pool.C: TRY...
24479:
24480: * src/: include/pa_exception.h, include/pa_pool.h,
24481: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24482: main/compile.C, main/compile.y, main/compile_tools.C,
24483: main/core.C, main/pa_array.C, main/pa_exception.C,
24484: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24485: main/pa_table.C: removed exception from request
24486:
24487: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24488: some forgotten
24489:
24490: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24491: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24492: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24493: get/put simple vars to VClass works0
24494:
24495: * src/: include/pa_array.h, include/pa_wcontext.h,
24496: main/pa_string.C: in process, but found that exceptions are too
24497: global
24498:
24499: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24500: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24501: main/execute.C, main/pa_string.C: write_value write_string 0 it
24502: seems wcontext must write strings regardles of fvalue!=0
24503:
24504: 2001-02-21 paf
24505:
24506: * src/main/execute.C: tired :)
24507:
24508: * src/main/: compile.C, compile.y, execute.C: store0
24509:
24510: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24511: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24512: include/pa_wcontext.h, main/compile.C, main/compile.y,
24513: main/execute.C, main/main.dsp, main/pa_array.C,
24514: main/pa_request.C: get put -1 [just compiled]
24515:
24516: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24517: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24518: main/main.dsp, main/pa_request.C: request core methods0
24519:
24520: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24521: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24522: execute
24523:
24524: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24525: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24526: methods and one_big_piece. now compile returns array<method*>
24527:
24528: * src/main/compile.y: more straightforward yylex[end]
24529:
24530: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24531: string.operator==(char*)
24532:
24533: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24534: main/execute.C, main/pa_array.C: after array.const get wonders
24535:
24536: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24537: pa_string.h, pa_value.h: struck with const array.gets
24538:
24539: * src/main/: execute.C: z
24540:
24541: * src/main/: compile.y, execute.C: z
24542:
24543: * src/main/: compile.C, compile.y, compile_tools.h: error
24544: processing in eval & yyerror so it wouldn't cause memleaks.
24545:
24546: * src/main/: compile.C, compile.y: failed to add absolute precies
24547: parse error positions. leaving RIGHTMOST position as
24548: @file[line:col]
24549:
24550: * src/: include/compile.h, main/compile.C, main/compile.y,
24551: main/compile_tools.h: line numbers needed. would add them to .y
24552: now internally. externally it's not as precise as needed
24553:
24554: * src/: include/code.h, include/pa_types.h, main/compile.C,
24555: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24556: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24557: compiler works ok
24558:
24559: 2001-02-20 paf
24560:
24561: * src/main/: compile.C, compile.y, compile_tools.C,
24562: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24563: not perfect
24564:
24565: * src/: include/code.h, include/compile.h, include/execute.h,
24566: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24567: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24568: main/compile.C, main/compile.y, main/compile_tools.C,
24569: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24570: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24571: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24572: compiled. execute=dump for now
24573:
24574: * src/main/core.C: core rewrite using yacc investigations now will
24575: be compile[yacc]/execute[opcodes]
24576:
24577: 2001-02-15 paf
24578:
24579: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24580: rewrite as turing machine? for it seems it would be it's too many
24581: ifs with this syntax now
24582:
24583: 2001-02-14 paf
24584:
24585: * src/main/core.C: get_params 1
24586:
24587: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24588: :( ]
24589:
24590: * src/main/core.C: varios breaks
24591:
24592: * src/main/core.C: get names 3
24593:
24594: * src/main/core.C: get names 2
24595:
24596: * src/main/core.C: get names 1
24597:
24598: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24599: names 0
24600:
24601: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24602: text repassing2 operator static vars
24603:
24604: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24605: main/pa_string.C: process text repassing
24606:
24607: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24608: module:calls changes
24609:
24610: 2001-02-13 paf
24611:
24612: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24613: ^class:calls[] started
24614:
24615: * src/: include/pa_value.h, main/core.C: z
24616:
24617: * src/main/core.C: operators : and self. prefixes
24618:
24619: * src/main/core.C: z
24620:
24621: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24622: tested
24623:
24624: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24625: optimized
24626:
24627: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24628: would change privates to better support optimization
24629:
24630: * src/: include/pa_string.h, main/pa_string.C:
24631: String_iterator::skip_to todo:optimize
24632:
24633: 2001-02-12 paf
24634:
24635: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24636: String_iterator
24637:
24638: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24639: comments
24640:
24641: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24642: self/methodref joined
24643:
24644: 2001-02-11 paf
24645:
24646: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24647: main/main.dsp: core started. core.C, context&value .h
24648:
24649: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24650: include/pa_string.h, main/main.dsp, main/pa_array.C,
24651: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24652:
24653: 2001-01-30 paf
24654:
24655: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24656: comments
24657:
24658: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24659: main/pa_pool.C: moved pa_pool.C to be target specific
24660:
24661: * src/: include/pa_exception.h, include/pa_pool.h,
24662: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24663: to & changes
24664:
24665: * src/: include/pa_exception.h, include/pa_pool.h,
24666: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24667: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24668: re-associated. that's much better even removed 'die' necessety
24669:
24670: * src/: include/pa_error.h, include/pa_exception.h,
24671: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24672: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24673: targets/Makefile.am: lowered targets/parser into subdir, added
24674: parser_Pool(Pool) failed to add. would think..
24675:
24676: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24677: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24678: main/pa_string.C, main/pa_table.C: Table more like C++ style
24679: hence lots of 'const'
24680:
24681: * src/: include/pa_error.h, include/pa_request.h,
24682: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24683: main/pa_table.C: Error fixed
24684:
24685: 2001-01-29 paf
24686:
24687: * src/: include/pa_array.h, include/pa_common.h,
24688: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24689: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24690: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24691: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24692:
24693: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24694: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24695: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24696: main/pa_string.C, main/pa_table.C: Request Error Table
24697:
24698: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24699: templates"
24700:
24701: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24702: main/main.dsp, main/pa_array.C: templates failed no template
24703: specializations [VC6], no library auto instantation [VC6, GNU c++
24704: 2.95.2-6 from latest cygwin]
24705:
24706: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24707: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24708: main/main.dsp, main/pa_array.C, main/pa_string.C,
24709: main/pa_table.C: Table started would test template Array now
24710:
24711: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24712: String originating
24713:
24714: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24715: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24716: SYNCHRONIZED(thread_safe)
24717:
24718: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24719: parts to top
24720:
24721: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24722: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24723: see: needed only in global Hash now, made Hash:: put/get
24724: SYNCHRONIZED
24725:
24726: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24727: main/pa_threads.C: added pa_threads
24728:
24729: Mutex
24730:
24731: * src/include/pa_hash.h: some comments
24732:
24733: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24734: Array& operator += (Array& src)
24735:
24736: * src/main/pa_array.C: expand not convinient, would rewrite
24737:
24738: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24739: (Array& src)
24740:
24741: rethought, would change now
24742:
24743: 2001-01-27 paf
24744:
24745: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24746: caching
24747:
24748: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24749: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24750: cache rethought to chunk caching
24751:
24752: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24753: include/pa_string.h, main/main.dsp, main/pa_array.C,
24754: main/pa_hash.C, main/pa_string.C: Array 0
24755:
24756: * src/main/pa_string.C: String::operator ==
24757:
24758: * src/main/pa_hash.C: String(&String)
24759:
24760: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24761:
24762: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24763: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24764: pa_hash[forgotten]
24765:
24766: 2001-01-26 paf
24767:
24768: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24769: removed templates [vc++ suxx]
24770:
24771: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24772: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24773:
24774: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24775:
1.119 moko 24776: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24777:
1.119 moko 24778: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24779: check
24780:
24781: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24782: dynamic row_count
24783:
24784: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24785: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24786: targets/Makefile.am: Initial revision
24787:
24788: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24789: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24790: targets/Makefile.am: creating parser3 module
24791:
E-mail: