Annotation of parser3/ChangeLog, revision 1.160
1.157 moko 1: 2021-01-20 moko
2:
1.160 ! moko 3: * src/targets/apache/mod_parser3.c: prefork name is now
! 4: 'libapache2-mpm-itk'
! 5:
! 6: * src/targets/apache/mod_parser3_core.C: last regular malloc
! 7: removed
! 8:
1.159 moko 9: * src/targets/isapi/Makefile.am: -pa_threads.C
10:
1.158 moko 11: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
12: 3.4.6
13:
1.157 moko 14: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
15:
16: * etc/auto.p.in: @config[result] added to simplify $cfg change in
17: /httpd.p
18:
19: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
20: ^use[/httpd.p] + optional ^preprocess[] (related to feature
21: #1203)
22:
23: 2021-01-19 moko
24:
25: * buildall: --disable-parallel-mark added to avoid "number of
26: processors" threads creation for heap marking as it conflicts
27: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
28: limits threads)
29:
1.156 moko 30: 2021-01-16 moko
31:
32: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
33: main/pa_globals.C, main/pa_memory.C,
34: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
35: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
36: feature #1209)
37:
38: 2021-01-15 moko
39:
40: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
41: 3.4.6rc
42:
43: * src/classes/json.C: get_delim added for delimiter caching (10%
44: faster on large json)
45:
46: 2021-01-14 moko
47:
48: * operators.txt: updated with 3.4.6 changes
49:
50: * tests/results/224.processed: test result modified after
51: today(shift) implemented
52:
53: * tests/: 407.html, results/407.processed: test for ^hash.select
54: option $.default(bool) added (related to feature #1172)
55:
56: * src/classes/hash.C: ^hash.select option $.default(bool) added
57: (related to feature #1172)
58:
59: * tests/: 141.html, results/141.processed: test modified for
60: feature #1185.
61:
62: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
63: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
64: options $.lower(bool) (implements feature #1185)
65:
66: 2021-01-11 moko
67:
68: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
69: #1192)
70:
71: * tests/: 411.html, results/411.processed: test for ^date::today(N)
72: added (related to feature #1192)
73:
1.155 moko 74: 2021-01-05 moko
75:
76: * tests/: 270.html, results/270.processed: test modified to work
77: under Windows
78:
79: * tests/: 390.html, 395.html, results/395.processed: tests updated
80: 4 windows
81:
82: * tests/: 410.html, results/410.processed: test for
83: $CLASS-GETTER-PROTECTED(false) added
84:
85: 2021-01-04 moko
86:
87: * tests/: 409.html, results/409.processed, results/auto.p: test for
88: $MAIN:LOCALS(true) added
89:
1.154 moko 90: 2021-01-03 moko
91:
92: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
93: types/pa_vclass.h, types/pa_vstateless_class.C,
94: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
95: +LOCALS. $main -> $MAIN in exception texts (implements feature
96: #1207)
97:
98: 2021-01-02 moko
99:
100: * etc/auto.p.in: minor
101:
102: * src/main/pa_request.C: sending headers only after opening file to
103: allow error reporting if file was not opened (foreign group,
104: etc).
105:
106: 2020-12-31 moko
107:
108: * src/: include/pa_request.h, main/pa_request.C,
109: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
110:
111: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
112: main/pa_request.C: get_class_ref added and used
113:
114: * etc/auto.p.in: @CLASS httpd added
115:
116: * etc/auto.p.in: @auto[] is now first
117:
118: 2020-12-30 moko
119:
120: * tests/: 408.html, results/408.processed: test for bug #1166
121: (windows only) added
122:
123: * src/main/pa_common.C: create_dir_for_file should not create dir
124: for trailing / (fixes bug #1166)
125:
126: * tests/: 341.html, results/341.processed: tests for
127: ^nameless_table.hash[] added (related to feature #1138)
128:
129: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
130: (implements feature #1138), extra fields in named tables no
131: longer ignored (implements feature #1138)
132:
133: * tests/results/390.processed: updated after exception text change
134:
135: 2020-12-29 moko
136:
137: * tests/: 407.html, results/407.processed: +$._default check
138:
139: * src/classes/hash.C: keep $_default in ^hash.reverse[]
140:
141: * tests/: 407.html, results/407.processed: test for ^hash.select[]
142: and ^hash.reverse[] added (releated to feature #1172)
143:
144: * src/classes/hash.C:
145: ^hash.select[key;value](bool-condition)[options hash] +
146: ^hash.reverse[] added (implements feature #1172)
147:
148: * src/types/pa_vtable.h: warning war
149:
150: * src/include/pa_config_fixed.h: win32 fix
151:
1.153 moko 152: 2020-12-27 moko
153:
154: * tests/: 406.html, results/406.processed: test results updated
155:
156: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
157: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
158: spelling
159:
160: 2020-12-26 moko
161:
162: * tests/: 406.html, results/406.processed: tests for
163: ^table.rename[] added (related to feature #1148)
164:
165: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
166: ^table.rename[column name from;column name to], ^table.rename[
167: $.[column name from][column name to] ... ] added (implements
168: feature #1148)
169:
170: 2020-12-25 moko
171:
172: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
173: request_info now on stack to avoid yet another THREAD_LOCAL
174: memory deallocation issue (now with cookies), explained in #1203
175:
176: * src/types/pa_vcookie.C: fields should be inited
177:
178: 2020-12-24 moko
179:
180: * src/include/pa_stylesheet_connection.h: looks like
181: xsltFreeStylesheet leads to memory double-free. If so, it's for
182: sure libxml bug, but we have GC anyway, so we just remove this
183: call and see...
184:
185: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
186: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
187: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
188: abort.c:65:8 frame #3: 0x00000000004da663
189: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
190: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
191: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
192: malloc.c:617:9 frame #5: 0x0000000000577f0c
193: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
194: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
195: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
196: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
197: frame #8: 0x000000000050d35c
198: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
199: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
200: frame #10: 0x00000000004436e5
201: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
202: [inlined]
203: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
204: pa_stylesheet_connection.h:62:3
205:
206: 2020-12-23 moko
207:
208: * src/classes/image.C: ^image::measure[; $.video() ] option added
209:
210: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
211: ^image::measure[; $.video(true) ] added
212:
213: * src/main/pa_exec.C: not cleared automatically in multithreaded
214: httpd mode for unknown reasons
215:
216: 2020-12-22 moko
217:
218: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
219: error_log uri of currently processed document", but never used
220: and conflicts with how libgc stops threads on FreeBSD (#define
221: SIG_SUSPEND SIGUSR1), thus removed.
222:
223: 2020-12-21 moko
224:
225: * src/main/pa_request.C: +comment
226:
1.151 moko 227: 2020-12-20 moko
228:
1.152 moko 229: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
230: it is more safe to have versions of pa_strdup with one and two
231: arguments, as helper_length=0 not always mean that strlen()
232: should be called, but means zero.
233:
234: * src/targets/isapi/parser3isapi.C: minor
235:
236: * src/main/pa_http.C: +valid_http_method
237:
1.151 moko 238: * src/: include/pa_http.h, main/pa_http.C,
239: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
240:
241: 2020-12-17 moko
242:
243: * tests/: 405.html, results/405.processed: test for split by regex
244: added (related to feature #1160)
245:
246: * src/classes/string.C: split by regex implemented (feature #1160)
247:
248: * src/classes/string.C: minor
249:
250: * tests/: 404.html, results/404.processed: test for whitespace
251: string is now OK for table argument (related to feature #1169)
252:
253: * src/: classes/image.C, classes/string.C, classes/table.C,
254: types/pa_vmethod_frame.C: whitespace string is now OK for table
255: argument (as with hash) (implements feature #1169)
256:
257: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
258: limit for comment (fixes bug #1102)
259:
260: * src/targets/cgi/parser3.C: +HAVE_TLS check
261:
262: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
263:
264: * src/include/pa_config_includes.h: HAVE_TLS used
265:
266: * configure.ac: +TLS check
267:
268: * src/main/pa_http.C: content logging added
269:
270: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
271: clear_response_headers added
272:
273: 2020-12-16 moko
274:
275: * buildall: as we now use threads, libatomic_ops still required for
276: some OS.
277:
278: * src/main/pa_request.C: whitespace
279:
280: * src/: include/pa_request.h, main/pa_request.C:
281: Request::Exception_trace::table extracted and used
282:
283: * src/main/pa_request.C: moving output_result call outside of try
284: as network exceptions should not be handled by parser code
285:
286: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
287: logging network exchange
288:
289: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
290: via network if it was network write error.
291:
292: * src/targets/cgi/parser3.C: log -> pa_log
293:
294: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
295:
296: * src/main/pa_threads.C: getpid() if no gettid() found
297:
298: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
299: we need to ignore "void" connections from browsers (browsers open
300: connections in advance and they will be empty if user does not
301: request more pages)
302:
303: 2020-12-15 moko
304:
305: * src/targets/cgi/parser3.C: avoid previous uri in logs
306:
307: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
308: RequestController not needed in httpd mode
309:
310: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
311: classes/classes.h, classes/curl.C, classes/date.C,
312: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
313: classes/hashfile.C, classes/image.C, classes/inet.C,
314: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
315: classes/memcached.C, classes/memory.C, classes/op.C,
316: classes/reflection.C, classes/regex.C, classes/response.C,
317: classes/string.C, classes/table.C, classes/void.C,
318: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
319: include/pa_array.h, include/pa_base64.h,
320: include/pa_cache_managers.h, include/pa_charset.h,
321: include/pa_charsets.h, include/pa_common.h,
322: include/pa_config_fixed.h, include/pa_config_includes.h,
323: include/pa_dictionary.h, include/pa_dir.h,
324: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
325: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
326: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
327: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
328: include/pa_request_charsets.h, include/pa_request_info.h,
329: include/pa_sapi.h, include/pa_socks.h,
330: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
331: include/pa_stack.h, include/pa_string.h,
332: include/pa_stylesheet_connection.h,
333: include/pa_stylesheet_manager.h, include/pa_symbols.h,
334: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
335: include/pa_uue.h, include/pa_xml_exception.h,
336: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
337: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
338: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
339: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
340: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
341: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
342: main/compile.tab.C, main/compile.y, main/compile_tools.C,
343: main/compile_tools.h, main/execute.C, main/pa_base64.C,
344: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
345: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
346: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
347: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
348: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
349: main/pa_sql_driver_manager.C, main/pa_string.C,
350: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
351: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
352: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
353: main/untaint.C, sql/pa_sql_driver.h,
354: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
355: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
356: targets/isapi/parser3isapi.C, types/pa_junction.h,
357: types/pa_method.h, types/pa_property.h, types/pa_value.C,
358: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
359: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
360: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
361: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
362: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
363: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
364: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
365: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
366: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
367: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
368: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
369: types/pa_vmemory.h, types/pa_vmethod_frame.C,
370: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
371: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
372: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
373: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
374: types/pa_vstateless_object.h, types/pa_vstatus.C,
375: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
376: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
377: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
378: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
379: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
380:
381: * src/main/pa_request.C: old compilers support
382:
383: * tests/: 362.html, results/362.processed: test updated after
384: changes after upgrade to libxml2-2.9.9 were made (related to bug
385: #1108)
386:
387: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
388: removed, as xsltFreeStylesheet has side effects on original doc.
389: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
390: not updated after xdoc modification (part 3 of test 362).
391: (related to bug #1108)
392:
393: * src/targets/isapi/parser3isapi.C: +pa_strcat
394:
395: * src/: classes/memory.C, include/pa_memory.h,
396: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
397: PA_GC_GCOLLECT used
398:
399: * src/include/pa_memory.h: +PA_GC_COLLECT
400:
401: * src/targets/cgi/parser3.C: msvs support fixes
402:
403: * src/lib/gc/include/gc.h: more cleanup
404:
405: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
406:
407: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
408: targets/cgi/parser3.C: $main:HTTPD.mode implemented
409:
410: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
411:
412: * configure.ac: pthread.h added to checked headers
413:
414: * src/classes/table.C: string stream is back :)
415:
416: * src/classes/memory.C: GC_generate_random_backtrace no longer
417: exists
418:
419: * src/main/pa_globals.C: GC_dont_gc replaced
420:
421: * src/lib/gc/include/gc.h: major cleanup, only used functions are
422: left to simplify adding new functions. depricated GC_dont_gc
423: replaced with GC_disable and GC_enable calls.
424:
425: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
426: CORD_from_file* not used and thus removed
427:
428: * src/lib/gc/include/gc_allocator.h: minor cleanup
429:
430: 2020-12-14 moko
431:
432: * src/classes/: curl.C, memory.C, table.C: every TLS should be
433: referenced elsewhere, or GC will collect it.
434:
435: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
436: main/pa_xml_io.C: bugfix: TLS variables should be referenced
437: elsewhere, or GC will collect them (and we'll get GPF in
438: multithreaded enviroment). May be it can be also fixed by some
439: GC call, not sure. But this fix costs nothing (but hours of
440: debugging to find the issue :).
441:
1.150 moko 442: 2020-12-11 moko
443:
444: * configure.ac: gettid() check added
445:
446: * src/main/pa_threads.C: HAVE_GETTID used
447:
448: * src/include/pa_config_auto.h.in: +HAVE_GETTID
449:
450: * src/: include/pa_threads.h, main/pa_threads.C: now unified
451: version for isapi/cgi/apache
452:
453: * buildall: threads are now required.
454:
455: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
456: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
457: main/main.vcproj: pa_threads.C moved to main
458:
459: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
460: isapi/pa_threads.C: pa_threads.C moved to main
461:
462: * src/: main/Makefile.am, targets/cgi/Makefile.am,
463: targets/apache/Makefile.am: pa_threads.C moved to main
464:
465: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
466:
467: * src/: include/pa_stylesheet_connection.h,
468: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
469: and weird GPF in multithreaded httpd is gone
470:
471: * src/include/: pa_stylesheet_connection.h,
472: pa_sql_driver_manager.h: whitespace
473:
474: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
475:
476: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
477: main/pa_stylesheet_manager.C: whitespace, warning war
478:
479: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
480: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
481: parser_multithreaded never used
482:
483: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
484:
485: 2020-12-10 moko
486:
487: * src/: include/pa_config_includes.h, include/pa_http.h,
488: main/pa_http.C, targets/cgi/parser3.C: initial support for
489: MULTITHREADED and PARALLEL httpd server modes
490:
491: * src/main/pa_globals.C: GC_java_finalization is depricated
492:
493: 2020-12-09 moko
494:
495: * etc/auto.p.in: + @httpd-main
496:
497: * src/: include/pa_common.h, main/pa_request.C,
498: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
499: work
500:
501: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
502: slow file_read_binary no longer used, send_range added
503:
504: 2020-12-08 moko
505:
506: * src/main/pa_request.C: >4Gb support
507:
508: * src/targets/cgi/parser3.C: msvc warning war
509:
510: * src/: include/pa_config_includes.h, main/pa_http.C,
511: main/pa_request.C: msvc warnings war
512:
513: * src/classes/image.C: warning war
514:
515: * src/classes/table.C: MSVC warning war
516:
517: * src/targets/cgi/parser3.C: msvc warnings war
518:
519: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
520: added
521:
1.149 moko 522: 2020-12-07 moko
523:
1.150 moko 524: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
525: avoid logging beside system-wide auto.p
526:
527: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
528:
529: * configure, configure.ac, src/include/pa_config_auto.h.in:
530: configure options added:
531:
532: --with-system-cfg=FILE to specify system-wide auto.p
533: --with-system-log=FILE to specify system-wide parser3.log
534:
535: * Makefile.am: bin no longer exists
536:
537: * configure, configure.ac: auto.p moved to etc to simplify debian
538: package
539:
540: * buildall: auto.p and parser3.charsets moved to their default
541: location after install
542:
543: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
544:
545: * aclocal.m4, configure: automake 1.15 -> 1.16.1
546:
1.149 moko 547: * src/targets/cgi/parser3.C: locate_config call returned to
548: original place as it requires pa_thread_request() under Windows
549:
550: * src/targets/cgi/parser3.C: renaming
551:
552: 2020-12-06 moko
553:
554: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
555: check added
556:
557: 2020-12-04 moko
558:
559: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
560: main/pa_request.C: unified uint64_t lseek implemented to support
561: >4Gb files under x86, including Windows
562:
563: 2020-12-02 moko
564:
565: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
566: with max_file_size
567:
568: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
569: support for processing files sized >4Gb on 32 bit planforms
570:
571: * tests/399.html: file moved
572:
573: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
574:
575: * src/targets/cgi/pa_sapi_info.h: warning war
576:
577: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
578: warning war
579:
580: 2020-12-01 moko
581:
582: * src/classes/image.C: mp4 extended size (>4Gb) support added
583:
584: * src/classes/image.C: for "size not found" exception to be shown
585: if size not found until eof
586:
587: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
588: bit linux)
589:
590: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
591: #1188)
592:
593: 2020-11-30 moko
594:
595: * src/classes/image.C: definitions moved closer to code
596:
597: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
598: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
599: 395_dir/3_VP8X.webp, results/395.processed,
600: results/396.processed: tests for ^image::measure[] .webp support
601: added, all image files moved into one directory (related to
602: feature #1188)
603:
604: * src/classes/image.C: ^image::measure[] now supports webp (feature
605: #1188)
606:
1.148 moko 607: 2020-11-29 moko
608:
609: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
610: processing, unnessesary defines removed
611:
612: 2020-11-24 moko
613:
614: * tests/results/: 099.processed, 100.processed, 205.processed,
615: 309.processed, 310.processed: Content-Disposition: inline
616: returned
617:
618: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
619: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
620: ] added (related to bug #1204)
621:
622: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
623: ] supported to avoid Content-Disposition: inline;
624: filename="<file>.ext" but still set Content-Type for ext (related
625: to bug #1204)
626:
1.147 moko 627: 2020-11-22 moko
628:
629: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
630: types/pa_vfile.C: pa_filename added to avoid useless rsplit
631:
632: * src/main/pa_request.C: content_disposition_inline returned.
633:
634: 2020-11-17 moko
635:
636: * src/main/pa_request.C: empty main method name support
637:
638: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
639: config_handler added, stdout flush added.
640:
641: 2020-11-16 moko
642:
643: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
644:
645: * tests/results/: 099.processed, 205.processed, 237.processed,
646: 309.processed, 310.processed: Content-Disposition: inline is not
647: required and should not contain filename="<name>"
648:
649: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
650: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
651: targets/isapi/parser3isapi.C: pa_strcat implemented and used
652:
1.146 moko 653: 2020-11-14 moko
654:
655: * src/targets/cgi/parser3.C: spelling
656:
657: * src/targets/cgi/parser3.C: renaming
658:
659: * src/targets/cgi/parser3.C: args_skip removed, locate_config
660: relocated
661:
662: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
663: before request processing, which is weired
664:
665: 2020-11-13 moko
666:
667: * src/main/pa_http.C: pa_recv added with timeout support, thus read
668: copied in httpd.
669:
670: 2020-11-12 moko
671:
672: * src/main/pa_http.C: ALARM code unified to be used in httpd
673:
674: * src/: include/pa_request.h, main/pa_request.C,
675: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
676:
677: * src/main/pa_http.C: URI validation added
678:
679: * src/targets/cgi/parser3.C: filespec_to_process now variable,
680: can't be empty but can be null. httpd-main is now main method
681: name for httpd mode
682:
683: 2020-11-11 moko
684:
685: * src/main/pa_request.C: path_translated can be null in httpd mode
686:
687: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
688: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
689: classes/xdoc.C, include/pa_request.h, main/execute.C,
690: main/pa_request.C: r.absolute -> r.full_disk_path
691:
692: * src/targets/cgi/parser3.C: if filename to process is not
693: specified, auto.p should be present.
694:
1.145 moko 695: 2020-11-03 moko
696:
697: * src/: classes/op.C, include/pa_request.h: unused argument removed
698:
699: * src/main/pa_request.C: content_disposition_inline is the default,
700: not required.
701:
1.144 moko 702: 2020-10-29 moko
703:
704: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
705: ^use[file; $.main(true) ] implemented for auto.p processing and
706: path_translated changing to correct relative files path
707: calculation in httpd mode
708:
709: * src/: include/pa_request.h, main/pa_request.C:
710: fail_on_read_problem removed, as it allways true, as if should
711: be.
712:
713: * src/: include/pa_request.h, main/pa_request.C,
714: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
715: targets/isapi/parser3isapi.C: clearing config_filespec when
716: config was not found, thus flag not required and removed.
717:
718: 2020-10-28 moko
719:
720: * tests/: 402.html, results/402.processed: error reporting test
721:
722: * src/main/execute.C: better error reporting when
723: $result[^hash::create[]] in @main.
724:
725: * src/main/: execute.C, pa_request.C: frame.result() should be used
726: + minor optimization
727:
728: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
729: main/pa_xml_io.C: execute_*_method simplified and unified
730:
731: 2020-10-27 moko
732:
733: * tests/: 306.html, results/306.processed: a bit more testing. :)
734:
735: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
736: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
737: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
738: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
739: types/pa_vmethod_frame.h, types/pa_vobject.C,
740: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
741: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
742: longer used in object-prototype mode
743:
744: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
745: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
746: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
747: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
748: $form:name[value] features
749:
1.143 moko 750: 2020-10-18 moko
751:
752: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
753:
754: 2020-10-15 moko
755:
756: * src/main/pa_http.C: url no longer needed as
757: ALTER_EXCEPTION_SOURCE is used
758:
759: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
760: main/pa_http.C: check_file_size filespec is now optional
761:
762: * src/: classes/curl.C, include/pa_exception.h,
763: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
764: ALTER_EXCEPTION_COMMENT added for better error reporting
765:
766: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
767: results/346-curl.processed, results/379-curl.processed,
768: results/379.processed: test results updated as load now provides
769: better error reporting + curl responses updated
770:
771: 2020-10-14 moko
772:
773: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
774: main/pa_string.C, targets/apache/mod_parser3_core.C,
775: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
776: checked. 10 is now default base, no hex autodetect by default
777:
778: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
779: connection socket closing in destructor + accept exception
780: handling
781:
782: * src/targets/cgi/parser3.C: warning war
783:
784: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
785: main/pa_request.C, targets/apache/mod_parser3_core.C,
786: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
787: exception handling unified
788:
789: 2020-10-13 moko
790:
791: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
792: autodetection
793:
794: * src/targets/apache/mod_parser3_core.C: reverted to atoi
795:
796: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
797:
798: * src/main/pa_http.C: warning war
799:
1.142 moko 800: 2020-10-12 moko
801:
1.143 moko 802: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
803: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
804: unhandled exception code optimization
805:
806: * src/targets/cgi/parser3.C: request_info now global variable
807:
808: * src/main/pa_http.C: http_read_response moved to HTTP_response
809: class
810:
811: * src/: include/pa_http.h, main/pa_http.C,
812: targets/cgi/pa_sapi_info.h: read_post implemented
813:
1.142 moko 814: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
815: [host:]port syntax support in httpd mode
816:
817: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
818: targets/cgi/parser3.C: populate_env added
819:
820: * src/include/pa_hash.h: to make get(char *) compiling in
821: HashStringString
822:
823: 2020-10-10 moko
824:
825: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
826: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
827:
828: * src/: include/pa_http.h, include/pa_request_info.h,
829: main/pa_http.C, main/pa_string.C,
830: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
831: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
832: types/pa_vrequest.C: initial httpd mode implementation
833:
1.141 moko 834: 2020-10-04 moko
835:
836: * src/targets/cgi/parser3.C: options together
837:
838: 2020-09-30 moko
839:
840: * src/main/pa_http.C: renamed
841:
1.140 moko 842: 2020-08-14 moko
843:
844: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
845: src/targets/cgi/Makefile.am: no httpd as separate library
846:
847: 2020-08-13 moko
848:
849: * src/targets/cgi/parser3.C: SAPI::die used in exception in
850: unhandled exception handler to report 500 instead of 200 it was
851: before.
852:
853: * src/targets/apache/mod_parser3_core.C: minor cleanup
854:
855: * src/: include/pa_sapi.h, main/untaint.C,
856: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
857: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
858: thus replaced with SAPI::die and removed
859:
860: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
861: cgi/parser3.C: whitespace
862:
863: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
864:
865: 2020-08-12 moko
866:
867: * src/targets/cgi/parser3.C: duplicate info in signal logging
868: removed, whitespace was: SIGPIPE received while executing code.
869: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
870: cl=0]
871:
872: * parser3.sln: + httpd.vcproj
873:
874: 2020-08-11 moko
875:
876: * src/targets/cgi/Makefile.am: +libhttpd
877:
878: * configure.ac, src/lib/Makefile.am: +libhttpd
879:
1.139 moko 880: 2020-07-13 moko
881:
882: * tests/: 401.html, results/401.processed: test for hash key does
883: not keep language, but tainted in foreach.
884:
1.138 moko 885: 2020-07-01 moko
886:
887: * tests/: 235.html, results/235.processed: test result updated as
888: messages before attachments implemented (feature #1176)
889:
1.137 moko 890: 2020-06-27 moko
891:
892: * tests/: 400.html, results/400.processed: test updated to check
893: ^return{code}
894:
895: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
896: fixed
897:
898: 2020-06-26 moko
899:
900: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
901: added (related to https://www.parser.ru/forum/?id=85319)
902:
903: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
904: when $result assignment was last statement in the method
905: (https://www.parser.ru/forum/?id=85319)
906:
1.136 moko 907: 2020-05-23 moko
908:
909: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
910: whitespace, unused level removed
911:
912: 2020-05-19 moko
913:
914: * src/types/pa_vmail.C: whitespace
915:
916: * src/types/pa_vmail.C: files should be processed last (related to
917: feature #1176)
918:
1.135 moko 919: 2020-05-12 moko
920:
921: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
922: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
923:
924: * configure.ac: FreeBSD1X.X check added to avoid
925: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
926:
1.134 moko 927: 2020-02-26 moko
928:
929: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
930: compilation issue (related to bug #1201)
931:
932: * src/main/pa_common.C: entry_readable -> entry_exists,
933: undocumented access(fname, R_OK) call removed (fixes bug #1201)
934: -f and -d now works under Windows in UTF-8 with Russian
935: filenames.
936:
937: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
938: advice (related to feature #1199)
939:
940: 2020-02-25 moko
941:
942: * buildall: --silent removed
943:
944: * configure.ac: gmime-3.0 support
945:
946: * buildall: --with-system-mailreceive option added to build with
947: system libgmime
948:
949: * src/types/pa_vmail.C: avoiding
950: https://github.com/jstedfast/gmime/issues/83 "feature" (related
951: to feature #1199)
952:
1.133 moko 953: 2020-02-18 moko
954:
955: * src/classes/op.C: windows x64 debug mode compile fix
956:
957: * src/main/pa_globals.C: no longer required due to -MD -> -MT
958: change (releated to feature #1200)
959:
960: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
961: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
962: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
963: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
964: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
965: targets/apache/ApacheModuleParser3.vcproj,
966: targets/apache/ApacheModuleParser3Core.vcproj,
967: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
968: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
969: dependency (related to feature #1200)
970:
1.132 moko 971: 2020-02-12 moko
972:
973: * src/types/pa_vmail.C: minimize diff
974:
975: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
976: #1199)
977:
1.131 moko 978: 2020-01-18 moko
979:
980: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
981:
1.130 moko 982: 2019-12-28 moko
983:
984: * src/targets/cgi/parser3.C: avoid empty ?
985:
986: 2019-12-27 moko
987:
988: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
989: DOCUMENT_ROOT (related to feature #1164)
990:
991: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
992: fcgiwrap setup (implements feature #1164)
993:
994: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
995: but no issues found (related to feature #1164)
996:
997: * src/targets/cgi/parser3.C: actualized
998:
999: 2019-12-26 moko
1000:
1001: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1002: removed
1003:
1004: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1005: removed
1006:
1007: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1008: allocation errors, we don't want default gc warnings (without
1009: timestamp and URI).
1010:
1011: * src/: classes/memory.C, main/pa_globals.C,
1012: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1013: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1014: pa_globals_init
1015:
1016: * src/main/pa_globals.C: setup_hex_value() removed, static array
1017: initialization used (optimization)
1018:
1019: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1020: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1021: pa_socks_init/pa_socks_done moved inside pa_globals_init
1022: (optimization)
1023:
1.129 moko 1024: 2019-12-09 moko
1025:
1026: * src/include/pa_config_fixed.h: warning war
1027:
1.128 moko 1028: 2019-12-08 moko
1029:
1030: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1031: process grammar under Unix.
1032:
1033: 2019-12-07 moko
1034:
1035: * tests/389.html: For Windows XP. :)
1036:
1037: * tests/388-sql.html: Windows compatibility added
1038:
1039: 2019-12-06 moko
1040:
1041: * src/targets/cgi/parser3.C: warning war
1042:
1043: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1044: == sizeof(CORD)) to avoid aligning bugs in future
1045:
1046: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1047: XML_STATIC
1048:
1049: * src/include/pa_request.h: StackItem() not required
1050:
1051: * src/include/pa_stack.h: warning war
1052:
1053: * src/include/pa_config_includes.h: GCC warning silenced
1054:
1055: * src/include/pa_memory.h: warning war: the program should also
1056: define 'void operator delete [](void*, std::size_t)'
1057: [-Wsized-deallocation]
1058:
1059: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1060:
1061: * src/classes/string.C: not reqired cast removed
1062:
1063: * src/classes/string.C: not reqired cast removed
1064:
1065: 2019-12-05 moko
1066:
1067: * src/lib/sdbm/pa_file_io.C: warning war
1068:
1069: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1070: enum Language : size_t - required for VS2015+ to make
1071: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1072: without it (related to feature #1198)
1073:
1074: 2019-12-04 moko
1075:
1076: * src/main/pa_base64.C: unsigned char -> uchar
1077:
1078: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1079: as other libs
1080:
1081: * src/include/pa_version.h: +amd64
1082:
1083: 2019-12-03 moko
1084:
1085: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1086: release
1087:
1088: * src/include/pa_config_includes.h: warning war
1089:
1090: * src/classes/image.C: warning war
1091:
1092: * src/main/pa_globals.C: x64 libs support
1093:
1094: * src/include/pa_config_includes.h: warning war
1095:
1096: * src/types/pa_method.h: warning war
1097:
1.127 moko 1098: 2019-11-28 moko
1099:
1100: * src/classes/math.C: vs2003 compatibility + warning war
1101:
1102: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1103: libxml2-2.9.9 (related to feature #1136)
1104:
1105: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1106: typecast for more compatibility (related to feature #1136)
1107:
1108: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1109: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1110: feature #1136)
1111:
1112: 2019-11-26 moko
1113:
1114: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1115: removed (it was failing in $$var case), condition added
1116:
1.126 moko 1117: 2019-11-25 moko
1118:
1119: * tests/: 397.html, 399.html, results/141.processed,
1120: results/399.processed: base64 options tested
1121:
1122: * src/: classes/math.C, main/pa_http.C: base64 options used
1123:
1124: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1125: implemented (feature #986)
1126:
1127: * src/main/pa_cache_managers.C: whitespace
1128:
1129: * tests/: 397.html, 399.html, results/399.processed: tests for
1130: ^base64 encode options added (related to feature #986)
1131:
1132: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1133: pa_base64_encode(file) removed - more memory, but faster and less
1134: code (related fo feature #986)
1135:
1136: 2019-11-24 moko
1137:
1138: * tests/: 155.html, results/155.processed: limit and offset in
1139: ^table::load[] now supported, thus test added
1140:
1141: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1142: main/pa_common.C: optimization: offset and limit options parsing
1143: moved inside file_load.
1144:
1145: 2019-11-23 moko
1146:
1147: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1148: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1149: optimization: file_read replaced with simplified file_read_binary
1150:
1151: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1152: types/pa_vform.C: whitespace
1153:
1154: * src/: include/pa_common.h, main/pa_common.C: never used params
1155: removed
1156:
1157: 2019-11-21 moko
1158:
1159: * tests/: 193.html, results/193.processed, results/389.processed:
1160: test results updated as now base64 does not discard tail without
1161: padding (related to feature #986)
1162:
1163: 2019-11-20 moko
1164:
1165: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1166: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1167: pa_base64_decode (related to feature #986)
1168:
1169: * tests/398.html: tests for base64 decode added (related to feature
1170: #986)
1171:
1172: * src/main/pa_base64.C: base64_decode rewritten - padding option
1173: support, padding inside base 64 supported (related to feature
1174: #096)
1175:
1176: 2019-11-19 moko
1177:
1178: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1179: FreeBSD 12
1180:
1.125 moko 1181: 2019-11-16 moko
1182:
1183: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1184: support added, step support removed (related to #986)
1185:
1186: 2019-11-15 moko
1187:
1188: * src/classes/math.C: using log since log2 is not present on
1189: FreeBSD < 8.4 (related to feature #1177)
1190:
1191: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1192: pa_base64_size extracted and used for files as well (related to
1193: feature 986)
1194:
1195: 2019-11-14 moko
1196:
1197: * tests/: 397.html, results/397.processed: + content check
1198:
1199: * tests/: 141.html, results/141.processed: make test resuls more
1200: readable
1201:
1202: * tests/: 397.html, results/193.processed, results/397.processed:
1203: test results updated after \x00 character was disabled in
1204: math:convert string mode (related to feature #1177)
1205:
1206: * src/classes/: math.C, string.C: \\x00 character disabled while
1207: converting to string (as in base64, related to feature #1177)
1208:
1209: * src/classes/file.C: more correct arguments separation
1210:
1211: * src/: classes/file.C, classes/math.C, classes/string.C,
1212: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1213: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1214: options added, but not yet implemented (related to feature #986)
1215:
1216: * src/classes/math.C: whitespace
1217:
1218: 2019-11-13 moko
1219:
1220: * tests/: 397.html, results/397.processed: +tainting test (related
1221: to feature #1177)
1222:
1223: * src/classes/math.C: as we now produce not only digits, result
1224: should be tainted (related to feature #1177)
1225:
1226: * src/main/pa_base64.C: whitespace
1227:
1228: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1229: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1230: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1231: implementation moved from pa_common.h and pa_common.C
1232:
1233: 2019-11-12 moko
1234:
1235: * tests/: 275.html, results/275.processed: out of range test fixed,
1236: as ^math:convert now supports arbitrary precision
1237:
1238: 2019-11-11 moko
1239:
1240: * tests/results/389.processed: uctualized error message
1241:
1242: * tests/: 389.html, 397.html, results/397.processed: tests for
1243: ^math:convert added (related to feature #1177)
1244:
1245: * src/classes/math.C: ^math:convert now supports arbitrary
1246: precision, alphabet support added (implements feature #1177)
1247:
1.124 moko 1248: 2019-11-06 moko
1249:
1250: * tests/: 181.html, results/181.processed: entities usage added,
1251: more entites load tests (related to bug #842 discussion)
1252:
1253: 2019-11-05 moko
1254:
1255: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1256: call from xmlFileOpen if http://localhost/<file> was not found
1257: (related to bug #842)
1258:
1259: * src/main/pa_xml_io.C: rename
1260:
1261: * src/main/pa_xml_io.C: +MemoryStream constructor
1262:
1263: * src/main/pa_xml_io.C: whitespace
1264:
1.123 moko 1265: 2019-10-31 moko
1266:
1267: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1268: XML_PARSE_NOENT) added to fix entities load, (related to feature
1269: #1181)
1270:
1.122 moko 1271: 2019-10-25 moko
1272:
1273: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1274: queries tests
1275:
1276: 2019-10-24 moko
1277:
1278: * tests/: 388-sql.html, results/388-sql.processed: support for
1279: pgsql driver test
1280:
1281: * tests/: 388-sql.html, results/388-sql.processed:
1282: multi_statements=1 now tested, mysql test now supported
1283: (connection must be specified in [parser3] section in .my.cnf)
1284: related to issues #1195 and #1194
1285:
1.121 moko 1286: 2019-09-11 moko
1287:
1288: * src/classes/int.C: whitespace
1289:
1290: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1291: exception test
1292:
1293: * tests/results/388-sql.processed: sql queries now shown (related
1294: to feature #1196)
1295:
1296: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1297: with old parser versions.
1298:
1299: * src/: classes/file.C, classes/hash.C, classes/string.C,
1300: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1301: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1302: instead of connect string in query_event_handlers exceptions
1303: (implements feature #1196)
1304:
1.120 moko 1305: 2019-09-06 moko
1306:
1307: * tests/388-sql.html: mysql compat
1308:
1309: * src/: classes/hash.C, classes/string.C, classes/table.C,
1310: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1311: sql_ variables declaration moved to pa_common.h
1312:
1.116 moko 1313: 2019-01-15 moko
1314:
1315: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1316: logically sorted
1317:
1318: 2018-12-27 moko
1319:
1320: * src/include/pa_config_includes.h: warning war:
1321: -Wdeprecated-register added for C++ 17
1322:
1323: 2018-10-15 moko
1324:
1325: * configure.ac: FreeBSD 11.2 can be build with ./configure
1326: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1327: --with-xml=/usr/local/
1328:
1329: 2018-09-24 moko
1330:
1331: * tests/: 396.html, 396.tiff, results/396.processed: test for
1332: ^image::measure[] now supports tiff added (related to feature
1333: #1188)
1334:
1335: * src/classes/image.C: ^image::measure[] now supports tiff
1336: (implements feature #1188)
1337:
1338: 2018-09-20 moko
1339:
1340: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1341: files measure added (related to ticket #1188)
1342:
1343: * src/classes/image.C: measure of bmp files implemented (related to
1344: ticket #1188)
1345:
1346: 2018-09-18 moko
1347:
1348: * tests/: 394-curl.html, results/394-curl.processed,
1349: results/auto.p: test for bug #1187 (max_file_size check for head
1350: requests) added
1351:
1352: 2018-08-24 moko
1353:
1354: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1355: response content-length check is required (fixes bug #1187)
1356:
1357: 2018-05-11 moko
1358:
1359: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1360: $.append(bool) ] option added (related to feature #919)
1361:
1362: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1363: from misha@ patch (implements feature #919)
1364:
1365: 2018-03-22 moko
1366:
1367: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1368: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1369: with 128kb buffer. Now works at least 12 times faster. :) May be
1370: Windows-only problem.
1371:
1372: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1373: build fix)
1374:
1375: 2018-02-03 moko
1376:
1377: * src/main/execute.C: removes irrelevant lines from exception stack
1378: trace when exceptions occurs in assigment (fixes bug #1165)
1379:
1380: * tests/: 393.html, results/393.processed: test for behavour after
1381: "Property can not be created, already exists field with that
1382: name" exception removed (related to feature #1183)
1383:
1384: * src/types/pa_vclass.C: "Property can not be created, already
1385: exists field with that name" exception removed (implements
1386: feature #1183)
1387:
1388: 2018-01-19 moko
1389:
1390: * src/classes/string.C: whitespace
1391:
1392: * src/classes/string.C: whitespace
1393:
1394: * tests/: 392.html, results/392.processed: test for
1395: ^regex::create[$regex] added (related to feature #1135)
1396:
1397: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1398: ^regex::create[$regex] added (implements feature #1135)
1399:
1400: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1401: commented define added (related to feature #1157)
1402:
1403: 2018-01-17 moko
1404:
1405: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1406:
1407: 2018-01-15 moko
1408:
1409: * tests/: 390.html, results/390.processed: real path replaced by
1410: stub
1411:
1412: * tests/: 391.html, results/391.processed: test for feature #1181
1413: (XML_PARSE_HUGE exception) added
1414:
1415: 2018-01-11 moko
1416:
1417: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1418: XML_PARSE_HUGE option passed by default (implements feature
1419: #1181)
1420:
1421: * src/classes/string.C: whitespace
1422:
1423: 2017-12-10 moko
1424:
1425: * tests/: 389.html, 390.html, results/389.processed,
1426: results/390.processed: image code coverage tests added (related
1427: to feature #1125)
1428:
1429: 2017-12-08 moko
1430:
1431: * tests/: 346-curl.html, 388-sql.html, 389.html,
1432: results/346-curl.processed, results/388-sql.processed,
1433: results/389.processed: more code coverage tests
1434:
1435: * tests/: 264.html, results/264.processed: code coverage for
1436: ^file::exec[]
1437:
1438: 2017-12-07 moko
1439:
1440: * tests/: 174.html, 388-sql.html, 389.html,
1441: results/388-sql.processed, results/389.processed,
1442: results/174.processed: more coverage tests
1443:
1444: * src/classes/math.C: exception text actualized
1445:
1446: 2017-12-06 moko
1447:
1448: * tests/388-sql.html: $SQL can be here
1449:
1450: * tests/results/auto.p: $SQL not required here
1451:
1452: * tests/: 388-sql.html, 389.html, Makefile,
1453: results/388-sql.processed, results/389.processed, results/auto.p:
1454: code coverage tests for sql (using sqlite) and int/double/bool
1455: added (related to feature #1125)
1456:
1457: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1458: lib/json/json.vcproj, lib/md5/md5.vcproj,
1459: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1460: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1461: targets/apache/ApacheModuleParser3Core.vcproj,
1462: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1463: types/types.vcproj: gc\include no longer required
1464:
1465: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1466: required
1467:
1468: * src/: classes/Makefile.am, classes/table.C,
1469: include/pa_config_includes.h, include/pa_string.h,
1470: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1471: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1472: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1473: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1474: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1475: used, we now include it directly
1476:
1477: 2017-12-04 moko
1478:
1479: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1480: memcached/memcached.vcproj, punycode/punycode.vcproj,
1481: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1482: where required
1483:
1484: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1485: now can be used to trace memory allocations
1486:
1487: * src/: classes/table.C, include/pa_config_includes.h,
1488: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1489: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1490: method removes, libcord also can work without libgc
1491:
1492: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1493:
1494: 2017-11-29 moko
1495:
1496: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1497: are not present (related to feature #1173)
1498:
1499: * tests/346-curl.html: test updated to test curl content-length bug
1500: (related to feature #1173)
1501:
1502: * tests/results/346-curl.processed: more test for content-length
1503: curl bug (related to feature #1173)
1504:
1505: * tests/results/346-curl.processed: test results updated after
1506: #1173 implemented
1507:
1508: 2017-11-28 moko
1509:
1510: * src/classes/curl.C: another libcurl Content-length bug walkaround
1511: (related to feature #1173)
1512:
1513: 2017-11-27 moko
1514:
1515: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1516: $.http_version[version string] added (implements feature #1173),
1517: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1518: where $post(true) bug existed.
1519:
1520: 2017-11-18 moko
1521:
1522: * src/include/pa_memory.h: warning war (related to feature #1170)
1523:
1524: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1525: feature #1170)
1526:
1527: 2017-11-17 moko
1528:
1529: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1530: std::basic_stringstream used in ^table.csv-string[] is compatible
1531: with delete usage check only under Debian 9 (related to feature
1532: #1170)
1533:
1534: 2017-11-16 moko
1535:
1536: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1537: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1538: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1539: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1540: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1541: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1542: stubs defend from accidental use (implements feature #1170)
1543:
1544: 2017-06-24 moko
1545:
1546: * configure.ac: minor fix: thanks to alx@
1547:
1.115 moko 1548: 2017-05-29 moko
1549:
1550: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1551: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1552: added to avoid cutting of UTF-8 chars (fixed bug #123)
1553:
1554: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1555: ignored, =?UTF-8?Q?= should start in case of leading space
1556: (related to bug #123)
1557:
1558: * buildall: echo -n -> printf for OS X. :)
1559:
1560: 2017-05-25 moko
1561:
1562: * tests/: 288.html, results/288.processed: test updated afted
1563: setting $o.prop without setter exception removed (related to
1564: feature #1157)
1565:
1566: * src/types/pa_vclass.C: no more "this property has no setter
1567: method" when setting $o.prop without setter (implements feature
1568: #1157)
1569:
1570: * buildall: echo \c -> echo -n for FreeBSD
1571:
1572: * configure, configure.ac, src/include/pa_config_auto.h.in,
1573: src/types/pa_vdouble.h: isfinite now checked in configure
1574:
1575: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1576: upgraded to automake 1.15
1577:
1578: 2017-05-23 moko
1579:
1580: * src/types/pa_vdouble.h: finite returned where isfinite not
1581: defined
1582:
1583: 2017-05-22 moko
1584:
1585: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1586:
1587: * buildall: extern CFLAGS setting support
1588:
1589: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1590:
1591: * buildall: http -> https
1592:
1593: * buildall: gc-7.2f -> gc-7.6.0
1594:
1595: 2017-05-20 moko
1596:
1597: * buildall: https, pcre, xml, xslt updated to current versions
1598: (related to feature #1136)
1599:
1600: 2017-05-19 moko
1601:
1602: * tests/097.html: after parser.ru moved to https
1603:
1604: 2017-05-17 moko
1605:
1606: * tests/results/: 175.processed, 372.processed: tests resuls
1607: updated after lintian spelling typos fixed (related to bug #1156)
1608:
1609: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1610: classes/string.C, classes/table.C, main/pa_charset.C,
1611: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1612: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1613: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1614:
1615: * tests/results/096.processed: +XMP
1616:
1617: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1618: $.xmp(true) options tested (test for feature #1154)
1619:
1620: * src/classes/image.C: ^image:measure[] options $.exif(false)
1621: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1622: fetched by default! (implements feature #1154)
1623:
1624: 2017-05-16 moko
1625:
1626: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1627: allowed (related to feature #1154)
1628:
1629: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1630: initial XMP implementation - without options and transcode
1631: (related to feature #1154)
1632:
1633: 2017-05-12 moko
1634:
1635: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1636: image: exif moved to ffields, skipped in ^image.html[] where
1637: iterators now used (preparation for feature #1154)
1638:
1639: 2017-05-05 moko
1640:
1641: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1642: results/387.processed: test for circular class inheritance check
1643: added (related to bug #1150)
1644:
1645: * src/types/pa_vstateless_class.C: circular class inheritance check
1646: added (fixes endless add_derived bug #1150)
1647:
1648: 2017-05-04 moko
1649:
1650: * tests/: 386.html, results/386.processed: test for
1651: $table.value(number) added (related to feature #1152)
1652:
1653: * src/types/pa_vtable.C: table put_element: column value must be
1654: string - > column value must be string compatible to allow
1655: $t.value(1) (implements feature #1152)
1656:
1657: 2017-05-03 moko
1658:
1659: * src/main/pa_request.C: $use[$method] is not possible, reverting
1660: (related to feature #1151)
1661:
1662: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1663: not possible, removing test (related to feature #1151)
1664:
1665: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1666: get_element_method added and used to allow $use[$method] and
1667: $autouse[$method] (implements feature 1151)
1668:
1669: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1670: variable added (related to feature #1151)
1671:
1672: * tests/results/226.processed: actualized after ^try-catch used
1673:
1674: * tests/: 226.html, 385.html, results/385.processed: test for
1675: @autouse in variable added
1676:
1677: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1678:
1.114 moko 1679: 2017-02-27 moko
1680:
1681: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1682:
1.113 moko 1683: 2017-02-20 moko
1684:
1685: * operators.txt: actualization + beauty
1686:
1687: 2017-02-16 moko
1688:
1689: * tests/: 384.html, results/384.processed: test for
1690: ^reflection:mixin[; $.name[] ] option added (related to feature
1691: #1089)
1692:
1693: * tests/: 384.html, results/384.processed: test for
1694: ^reflection:mixin[] added (related to feature #1089)
1695:
1696: * src/types/pa_value.h: warning war: virtual ~Value() added
1697:
1.112 moko 1698: 2017-02-15 moko
1699:
1700: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1701: fixed
1702:
1703: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1704: test added (related to feature #1069)
1705:
1706: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1707: compilation without HASH_ORDER fixed
1708:
1709: * src/: classes/reflection.C, include/pa_hash.h:
1710: $.reverse(true/false) added to ^reflection:methods[] (related to
1711: feature #1069)
1712:
1713: 2017-02-14 moko
1714:
1715: * tests/: 152.html, results/152.processed: test for $._default hash
1716: added (related to bug #1131)
1717:
1718: * tests/: 277.html, results/277.processed: test for hash with only
1719: $._default is now defined (related to bug #1131)
1720:
1721: * src/types/pa_vhash.h: hash with only $._default is now defined
1722: (fixed bug #1131)
1723:
1724: 2017-02-13 moko
1725:
1726: * tests/cat-windows.sh: cat-windows added (cygwin required)
1727:
1728: * tests/: 171.html, 264.html, 286.html, 370.html,
1729: results/320.processed, results/375.processed, results/auto.p:
1730: cat-windows.sh support added
1731:
1732: * tests/375.html: Windows support
1733:
1734: * tests/270.html: documented
1735:
1736: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1737: (not backslashes) even under Windows (broke test 270)
1738:
1739: 2017-02-12 moko
1740:
1741: * tests/: descript.ion, todo.txt: cleanup
1742:
1743: 2017-02-09 moko
1744:
1745: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1746: run_tests.cmd: Windows compatibility
1747:
1748: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1749: incorrectly (GMT) if parser is called from cygwin
1750:
1.111 moko 1751: 2017-02-08 moko
1752:
1.112 moko 1753: * operators.txt: actualization 15% completed
1754:
1755: * operators.txt: cp1251 -> utf-8
1756:
1757: * NEWS, README: minor update
1758:
1759: * src/include/pa_config_includes.h: warning war continues
1760:
1761: * src/: include/pa_config_includes.h, include/pa_memory.h,
1762: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1763: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1764: gcc 6.x issues fixed
1765:
1.111 moko 1766: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1767: classes/classes.h, classes/curl.C, classes/date.C,
1768: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1769: classes/hashfile.C, classes/image.C, classes/inet.C,
1770: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1771: classes/memcached.C, classes/memory.C, classes/op.C,
1772: classes/reflection.C, classes/regex.C, classes/response.C,
1773: classes/string.C, classes/table.C, classes/void.C,
1774: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1775: include/pa_array.h, include/pa_cache_managers.h,
1776: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1777: include/pa_config_fixed.h, include/pa_config_includes.h,
1778: include/pa_dictionary.h, include/pa_dir.h,
1779: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1780: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1781: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1782: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1783: include/pa_request_charsets.h, include/pa_request_info.h,
1784: include/pa_sapi.h, include/pa_socks.h,
1785: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1786: include/pa_stack.h, include/pa_string.h,
1787: include/pa_stylesheet_connection.h,
1788: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1789: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1790: include/pa_uue.h, include/pa_xml_exception.h,
1791: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1792: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1793: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1794: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1795: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1796: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1797: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1798: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1799: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1800: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1801: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1802: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1803: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1804: main/pa_string.C, main/pa_stylesheet_connection.C,
1805: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1806: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1807: main/untaint.C, sql/pa_sql_driver.h,
1808: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1809: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1810: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1811: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1812: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1813: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1814: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1815: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1816: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1817: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1818: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1819: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1820: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1821: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1822: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1823: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1824: types/pa_vmemcached.h, types/pa_vmemory.h,
1825: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1826: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1827: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1828: types/pa_vresponse.C, types/pa_vresponse.h,
1829: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1830: types/pa_vstateless_object.h, types/pa_vstatus.C,
1831: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1832: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1833: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1834: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1835: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1836: 2015->2017
1837:
1.110 moko 1838: 2017-02-07 moko
1839:
1840: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1841:
1842: 2017-02-06 moko
1843:
1844: * src/main/pa_common.C: minor fixes, whitespace
1845:
1846: * src/: classes/curl.C, classes/file.C, classes/image.C,
1847: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1848: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1849: now used (implements feature #1081)
1850:
1851: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1852:
1853: 2017-02-01 moko
1854:
1855: * src/include/pa_request.h: cleanup
1856:
1857: 2017-01-30 moko
1858:
1859: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1860:
1861: 2017-01-29 moko
1862:
1863: * tests/: 383.html, results/383.processed: test for
1864: ^reflection:stack[] added (related to feature #1052)
1865:
1866: * src/classes/reflection.C: else added
1867:
1868: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1869: $.max_file_lock_wait added (implements feature #1128)
1870:
1871: 2017-01-28 moko
1872:
1873: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1874: body and other cases tests added (related to featue #1014)
1875:
1876: * src/classes/curl.C: bug if response is empty fixed (related to
1877: feature #1014)
1878:
1879: 2017-01-27 moko
1880:
1881: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1882: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1883: added (implements feature #1052)
1884:
1885: 2017-01-25 moko
1886:
1887: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1888: method test added
1889:
1890: 2017-01-23 moko
1891:
1892: * src/classes/reflection.C: optimization: options->get replaced by
1893: hash iterator
1894:
1895: * tests/: 381.html, results/381.processed: now -> fixed date
1896:
1897: * src/main/pa_request.C: warning war
1898:
1899: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1900: 5Mb (fixes bug #1058)
1901:
1902: * src/classes/curl.C: warning war
1903:
1904: * tests/: 381.html, results/381.processed: tests for ^json:string
1905: $.one-line(true) option added (related to feature #1124)
1906:
1907: * src/: classes/json.C, types/pa_value.h: $json-string
1908: $.one-line(true|false) options is now supported (implements
1909: feature #1124)
1910:
1911: * tests/: 380.html, results/380.processed: test for modified
1912: $.max_file_size added (related to bug #1014)
1913:
1914: * tests/: 379.html, results/auto.p: tests for rewritten http file
1915: load added (related to bug #1014)
1916:
1917: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1918: main/pa_common.C, main/pa_http.C: check_file_size added and used
1919: in curl / file load from disk and http, http file load rewritten
1920: (related to bug #1014)
1921:
1922: 2017-01-18 moko
1923:
1924: * tests/: 378.html, results/378.processed: tests for ^result[]
1925: added (related to feature #66)
1926:
1927: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1928: Method::CO_WITHOUT_FRAME as frame still added in expression
1929: (related to feature #66)
1930:
1931: 2017-01-17 moko
1932:
1933: * tests/: 377.html, results/377.processed: test for different
1934: combinations of breaks in body and delimiter (related to bug
1935: #1077)
1936:
1937: * tests/: 376.html, results/376.processed: many ^break[] tests
1938: added (related to bug #1077)
1939:
1940: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1941: passed to native method" exception added to avoid bugs due to
1942: WRITE_EXPR_RESULT skipped and native methods execution continues
1943: after ^break[] (related to bug #1077)
1944:
1945: 2017-01-14 moko
1946:
1947: * tests/: 330.html, results/330.processed: test results updated
1948: after ^break[] bugs where fixed (related to bug #1077)
1949:
1950: * tests/: 329.html, results/329.processed: test results updated
1951: after ^break[] bugs where fixed (related to bug #1077)
1952:
1953: * tests/results/320.processed: ^return[] added
1954:
1955: 2017-01-13 moko
1956:
1957: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1958: classes/table.C, include/pa_request.h, main/execute.C,
1959: main/pa_request.C, targets/cgi/parser3.C,
1960: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1961: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1962: checked after each possible process/execute call (fixes bug
1963: #1077)
1964:
1965: 2016-12-29 moko
1966:
1967: * src/main/pa_common.C: warning war
1968:
1969: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1970: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1971: pa_file_size_limit added, ^math:random fixed for upper limit and
1972: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1973: (related to feature #1014)
1974:
1975: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1976: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1977: (related to feature #1014)
1978:
1979: 2016-12-28 moko
1980:
1981: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1982: warning war
1983:
1984: 2016-12-26 moko
1985:
1986: * tests/: 341.html, results/341.processed: test for
1987: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1988:
1989: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1990: (related to feature #1057)
1991:
1992: * src/types/pa_vdate.C: warning war continues...
1993:
1994: * src/: classes/date.C, classes/image.C, classes/table.C,
1995: include/pa_config_includes.h, types/pa_vfile.C: warning war
1996:
1997: * src/lib/gd/gifio.C: warning war / cleanup
1998:
1999: * src/lib/json/pa_json.C: warning war
2000:
2001: * src/classes/hash.C: warning war
2002:
2003: * src/types/pa_vfile.C: warning war
2004:
2005: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2006: -Wall warning war continues
2007:
2008: * configure.ac: --with-build-warnings actualized
2009:
2010: 2016-12-25 moko
2011:
2012: * src/main/pa_exec.C: -wAll warning war
2013:
2014: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2015: -wAll warning war
2016:
2017: * src/: include/pa_common.h, include/pa_sapi.h,
2018: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2019: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2020: -wAll warning war
2021:
2022: 2016-12-23 moko
2023:
2024: * src/lib/ltdl/Makefile.am: extra dist added
2025:
2026: * tests/results/344.processed: test result updated after $file.text
2027: prefetched in ^hash::create[$file] (related to feature #1075)
2028:
2029: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2030: ^hash::create[$file] (related to feature #1075)
2031:
2032: 2016-12-22 moko
2033:
2034: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2035: main/pa_request.C, main/pa_stylesheet_connection.C,
2036: types/pa_vfile.C: file_stat now return 64-bit size (implements
2037: #1014 under 32-bit unix versions)
2038:
2039: 2016-12-21 moko
2040:
2041: * tests/: 375.html, results/375.processed: test for exec returning
2042: stated file added (related to feature #1119)
2043:
2044: * src/classes/file.C: load should not return file with null body
2045: (fixes bug #1119)
2046:
2047: 2016-12-14 moko
2048:
2049: * tests/: 374.html, results/374.processed: test for $method.name
2050: added (related to feature #1117) plus method returning junction
2051: test
2052:
2053: 2016-12-13 moko
2054:
2055: * src/: include/pa_symbols.h, main/pa_symbols.C,
2056: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2057: (implements feature #1117)
2058:
2059: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2060: HEAD and TRACE can't have body (implements feature #1116)
2061:
2062: 2016-12-09 moko
2063:
2064: * tests/: 373.html, results/373.processed: tests for
2065: ^reflection:tainting added (related to feature #1098)
2066:
2067: * src/classes/reflection.C: ^reflection:tainting arguments order
2068: change (related to feature #1098)
2069:
2070: 2016-12-06 moko
2071:
2072: * src/: classes/reflection.C, include/pa_string.h,
2073: main/pa_string.C: ^reflection:tainting[$string] added (implements
2074: feature #1098)
2075:
2076: 2016-12-05 moko
2077:
2078: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2079: (fixes bug #1114)
2080:
2081: 2016-12-04 moko
2082:
2083: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2084: check added
2085:
2086: 2016-12-03 moko
2087:
2088: * tests/: 346-curl.html, results/346-curl.processed: test modified
2089: to test value.as_hash() usage
2090:
2091: * src/classes/curl.C: value.as_hash() used for correct hash
2092: processing
2093:
2094: * src/classes/reflection.C: exceptions texts fixes
2095:
2096: 2016-12-02 moko
2097:
2098: * tests/: 372.html, results/372.processed: tests for
2099: ^reflection:create[ $.class[name] $.constructor[name]
2100: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2101: feature #1094)
2102:
2103: * src/types/pa_vmethod_frame.h: comment added: params should be
2104: declared outside of *_FRAME_ACTION as MethodParams destructor
2105: will be called in ~VNativeMethodFrame
2106:
2107: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2108: ] minor fix
2109:
2110: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2111: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2112: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2113: now supported (implements feature #1094) value::as_hash added
2114: (and should be used everywhere)
2115:
2116: * src/classes/reflection.C: cleanup
2117:
2118: 2016-12-01 moko
2119:
2120: * tests/: 356.html, results/356.processed: test for method
2121: junctions class name added to the resulting hash added (related
2122: to feature #1068)
2123:
2124: * src/classes/reflection.C: for method junctions class name added
2125: to the resulting hash (related to feature #1068)
2126:
2127: 2016-11-30 moko
2128:
2129: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2130: exception (related to bug #1113)
2131:
2132: * src/types/pa_vhashfile.C: whitespace
2133:
2134: * src/main/pa_os.C: errno now returned as it should (fixes bug
2135: #1113)
2136:
2137: * tests/results/: 175.processed, 192.processed, 224.processed,
2138: 229.processed, 239.processed, 244.processed, 246.processed,
2139: 314.processed, 352.processed: tests results updated after method
2140: call exceptions improved as method now keeps its name
2141:
2142: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2143: types/pa_vmethod_frame.h: method call exceptions improved as
2144: method now keeps its name
2145:
2146: * tests/: 224.html, 239.html, results/224.processed,
2147: results/239.processed: tests and tests results updated after
2148: Request::construct exception changed
2149:
2150: * src/: classes/reflection.C, main/execute.C: Request::construct
2151: exception optimized
2152:
2153: * tests/: 371.html, results/371.processed: test for
2154: WWrapper.get_element call in $.name.key[value] code added
2155: (related to feature #1091)
2156:
2157: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2158: in $.name.key[value] code (related to feature #1091)
2159:
2160: 2016-11-29 moko
2161:
2162: * src/classes/op.C: VS warning war
2163:
2164: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2165: C4239: nonstandard extension used : 'return' : conversion from
2166: 'Value' to 'Value &' (related to feature #1020)
2167:
2168: * src/: main/execute.C, types/pa_vmethod_frame.h,
2169: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2170: used : 'return' : conversion from 'Value' to 'Value &' (related
2171: to feature #1020)
2172:
2173: * src/main/execute.C: VS warning war
2174:
2175: * src/targets/cgi/parser3.C: VS compatibility fix
2176:
2177: * src/include/pa_request.h: VS warning war
2178:
2179: * tests/: 370.html, results/370.processed: test for ^file::exec[
2180: ... $.stdin[$binary_file] ] added (related to bug #1044)
2181:
2182: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2183: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2184: $.stdin[$binary_file] (fixes bug #1044)
2185:
2186: 2016-11-28 moko
2187:
2188: * src/main/pa_exec.C: whitespace
2189:
2190: * src/main/pa_request.C: whitespace
2191:
2192: * tests/: 369.html, results/369.processed: test for
2193: $response:status usage added (related to feature #1099)
2194:
2195: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2196: if < 100 (implements feature #1099)
2197:
2198: * src/targets/cgi/parser3.C: whitespace
2199:
2200: * src/targets/cgi/parser3.C: whitespace
2201:
2202: * tests/: 368.html, results/368.processed: test updated after
2203: ^reflection:filename[$method] added (related to feature #1053)
2204:
2205: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2206: main/compile.y, main/execute.C, main/pa_request.C,
2207: types/pa_vclass.h: filename -> filespec,
2208: ^reflection:filename[$method] added (related to feature #1053)
2209:
2210: 2016-11-27 moko
2211:
2212: * tests/: 368.html, results/368.processed: test for
2213: reflection:filename[$class or object] added (related to feature
2214: #1053)
2215:
2216: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2217: types/pa_vstateless_class.h: ^reflection:filename[$class or
2218: object] added (implements feature #1053)
2219:
2220: 2016-11-26 moko
2221:
2222: * src/: include/pa_request_info.h,
2223: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2224: remove_absolute_uri -> strip_absolute_uri
2225:
2226: 2016-11-25 moko
2227:
2228: * src/: include/pa_request_info.h,
2229: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2230: request_info.remove_absolute_uri added to remove possible
2231: http://site.name/ from $request:uri (implements feature #1112)
2232:
2233: 2016-11-24 moko
2234:
2235: * tests/: 367-curl.html, results/367-curl.processed: test for
2236: previous request headers clearing after redirect added (related
2237: to bug #1109)
2238:
2239: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2240: response headers from previous requests are now cleared, only
2241: last request headers are collected (fixes bug #1109)
2242:
2243: * tests/results/: 266.processed, 321.processed, 356.processed:
2244: tests results updated as method name now added to the resulting
2245: hash for new syntax only (Imp1 compatimility fixed, related to
2246: feature #1068)
2247:
2248: * src/classes/reflection.C: method name now added to the resulting
2249: hash for new syntax only (Imp1 compatimility fixed, related to
2250: feature #1068)
2251:
2252: * tests/results/366.processed: test for native and parser
2253: implementation of ^use[] logic (related to feature #1074)
2254:
2255: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2256: for native and parser implementation of ^use[] logic (related to
2257: feature #1074)
2258:
2259: 2016-11-23 moko
2260:
2261: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2262: main/pa_request.C: @USE file now implemented as ^use[file;
2263: $.origin[origin_file] ] (implements feature #1074)
2264:
1.109 moko 2265: 2016-11-21 moko
2266:
1.110 moko 2267: * tests/: 365.html, results/365.processed: test for $caller bugs in
2268: 3.4.4 and $caller.method now tested (related to feature #1110)
2269:
2270: * tests/: 364.html, results/364.processed: $caller usage in
2271: different contexts now tested (related to feature #1110)
2272:
2273: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2274:
2275: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2276:
1.109 moko 2277: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2278: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2279: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2280: used (implements feature #1110)
2281:
2282: 2016-11-20 moko
2283:
2284: * src/types/pa_vdouble.h: whitespace
2285:
2286: 2016-11-11 moko
2287:
2288: * tests/: 363.html, results/363.processed: more tests for feature
2289: #1091 (how parser methods work in expression context)
2290:
2291: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2292: expressions strings are now written as strings, not values by
2293: write_as_string (related to feature #1091)
2294:
2295: * src/classes/op.C: to make more correct behavour in expression
2296: context
2297:
2298: 2016-11-07 moko
2299:
2300: * tests/: 362.html, results/362.processed: test for
2301: xsltParseStylesheetDoc caching as xsl modification after it added
2302: (related to bug #1108)
2303:
2304: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2305: result now cached as xdoc is modified after it (fixes bug #1108)
2306:
2307: 2016-11-06 moko
2308:
2309: * src/types/pa_vxdoc.h: whitespace
2310:
2311: 2016-11-05 moko
2312:
2313: * src/types/pa_vmethod_frame.h: cleanup
2314:
2315: 2016-11-03 moko
2316:
2317: * tests/results/244.processed: more correct exception after method
2318: frames separation
2319:
2320: * src/types/pa_vmethod_frame.h: minor optimizaion
2321:
2322: * src/types/pa_method.h: optimization: params_count added
2323:
2324: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2325: include/pa_request.h, main/execute.C, main/pa_request.C,
2326: types/pa_value.C, types/pa_vmethod_frame.C,
2327: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2328: VMethodFrame now divided into VNativeMethodFrame,
2329: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2330: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2331: and used (related to feature #1104)
2332:
2333: 2016-11-02 moko
2334:
2335: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2336: classes/double.C, classes/file.C, classes/hash.C,
2337: classes/hashfile.C, classes/image.C, classes/inet.C,
2338: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2339: classes/memcached.C, classes/op.C, classes/reflection.C,
2340: classes/regex.C, classes/string.C, classes/table.C,
2341: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2342: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2343: r.write (implements feature #1091)
2344:
2345: * src/main/execute.C: cleanup (related to feature #1104)
2346:
2347: * src/: include/pa_request.h, main/execute.C,
2348: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2349: added, in_expression removed (implements feature #1104)
2350:
2351: 2016-10-31 moko
2352:
2353: * src/types/pa_value.C: whitespace
2354:
2355: 2016-10-28 moko
2356:
2357: * tests/results/244.processed: updated after error reporting fixed
2358: in pa_wcontext.C
2359:
2360: * src/types/pa_wcontext.C: error reporting fixed
2361:
2362: * src/types/pa_wcontext.h: whitespace
2363:
2364: * src/classes/image.C: not fully readed entries are no longer
2365: processed (fixes bug #1106)
2366:
2367: 2016-10-26 moko
2368:
2369: * src/classes/image.C: whitespace
2370:
2371: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2372: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2373: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2374: longer required (related to feature #1091)
2375:
2376: * tests/results/: 264.processed, 350.processed: test results update
2377: reverted (whitespace optimization) after write_no_lang removed :)
2378: (related to feature #1091)
2379:
2380: * src/: classes/file.C, classes/hash.C, classes/op.C,
2381: classes/string.C, classes/table.C, classes/void.C,
2382: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2383: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2384: equal write_pass_lang (related to feature #1091)
2385:
2386: * tests/results/: 264.processed, 350.processed: test results
2387: updated (whitespace optimization) after write_assign_lang removed
2388: (related to feature #1091)
2389:
2390: * tests/: 361.html, results/361.processed: test for non-string
2391: ^untaint added (related to feature #1091)
2392:
2393: * src/: classes/curl.C, classes/date.C, classes/file.C,
2394: classes/hash.C, classes/op.C, classes/string.C,
2395: include/pa_request.h, main/execute.C: optimization:
2396: write_assign_lang removed as not required (first part of feature
2397: #1091 implementation)
2398:
1.108 moko 2399: 2016-10-12 moko
2400:
2401: * tests/: 360.html, results/360.processed: more test code (related
2402: to feature #1104)
2403:
2404: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2405: include/pa_request.h, main/compile.y, main/execute.C: opcode
2406: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2407: WContext is next task (implements feature #1104)
2408:
2409: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2410: / CO_WITHOUT_WCONTEXT
2411:
2412: * tests/: 360.html, results/360.processed: test for in expression
2413: state (related to feature #1104)
2414:
2415: 2016-10-11 moko
2416:
2417: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2418:
2419: * src/classes/op.C: default value removed from initializer
2420:
2421: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2422:
2423: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2424:
2425: 2016-10-10 moko
2426:
2427: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2428: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2429: to feature #42)
2430:
2431: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2432: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2433:
2434: 2016-10-08 moko
2435:
2436: * src/classes/double.C: whitespace
2437:
2438: 2016-10-07 moko
2439:
2440: * src/types/pa_vmethod_frame.h: reorder
2441:
2442: 2016-10-06 moko
2443:
2444: * src/classes/date.C: typo
2445:
2446: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2447:
2448: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2449: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2450: types/pa_vmethod_frame.h: params.get now returns Value&, not
2451: Value*
2452:
2453: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2454:
2455: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2456: removed; first as_* code rewrite
2457:
2458: 2016-10-05 moko
2459:
2460: * src/include/pa_request.h: whitespace
2461:
2462: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2463: intercept_string added (related to feature #1097)
2464:
2465: * src/: classes/image.C, classes/op.C, classes/table.C,
2466: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2467: optimization: intercept_string removed (implements feature #1097)
2468:
2469: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2470:
2471: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2472: from VCodeFrame and WWrapper as not required
2473:
2474: 2016-10-04 moko
2475:
2476: * src/: classes/curl.C, classes/date.C, classes/double.C,
2477: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2478: classes/int.C, classes/json.C, classes/op.C,
2479: classes/reflection.C, classes/string.C, classes/table.C,
2480: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2481: proces_to_value -> process after StringOrValue removed (related
2482: to feature #1020)
2483:
2484: * src/classes/form.C: whitespace
2485:
2486: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2487:
2488: * tests/: 357.html, 358.html, results/357.processed,
2489: results/358.processed, results/auto.p: test for @conf
2490: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2491:
2492: 2016-10-03 moko
2493:
2494: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2495: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2496: supported (implements feature #42)
2497:
2498: * src/types/pa_vregex.h: no reason for VRegex to be
2499: is_evaluated_expr
2500:
2501: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2502: (implements feature #1095)
2503:
2504: 2016-10-01 moko
2505:
2506: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2507: false by default (related to feature #1089)
2508:
2509: 2016-09-30 moko
2510:
2511: * src/types/pa_wcontext.h: cleanup
2512:
2513: 2016-09-29 moko
2514:
2515: * src/main/execute.C: whitespace
2516:
2517: * src/include/pa_request.h: whitespace
2518:
2519: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2520: classes/op.C, classes/table.C, include/pa_request.h,
2521: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2522: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2523: StringOrValue removed as it just slows down and adds complexity
2524: (implements feature #1020)
2525:
2526: 2016-09-28 moko
2527:
2528: * tests/: 356.html, results/266.processed, results/321.processed,
2529: results/356.processed: tests updated after name was added to
2530: method_info hash, test for ^reflection:method_info[junction]
2531: added (related to feature #1068)
2532:
2533: * src/classes/reflection.C: ^reflection:method_info[junction] now
2534: supported, method name added to the resulting hash (implements
2535: feature #1068)
2536:
2537: * tests/: 276.html, results/276.processed: more tests for
2538: ^reflection:delete[]
2539:
2540: * src/classes/reflection.C: fixed bug then ^reflection:delete
2541: didn't work on class and could damage native objects (like file)
2542:
2543: 2016-09-26 moko
2544:
2545: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2546: results/345.processed, results/346-curl.processed,
2547: results/347-curl.processed, results/348.processed: numbers added
2548: to simplify diff analysis
2549:
2550: * tests/: 352.html, results/352.processed: test result updated as
2551: method name used
2552:
2553: * src/classes/reflection.C: method name used
2554:
2555: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2556: its name
2557:
2558: * src/types/pa_method.h: whitespace
2559:
2560: * src/classes/reflection.C: both method and field with one name can
2561: exist.
2562:
2563: * src/classes/reflection.C: ^reflection:mixin added (implements
2564: feature #1089)
2565:
2566: * tests/: 355.html, results/355.processed: property appears in
2567: derived class if added in base test added
2568:
2569: * src/types/pa_vstateless_class.h: get_method declaration +
2570: whitespace
2571:
2572: * tests/: 354.html, results/354.processed: nice test from method
2573: and property with one name in class added
2574:
2575: 2016-09-23 moko
2576:
2577: * src/classes/reflection.C: ^reflection:method usage documented
2578:
2579: 2016-09-22 moko
2580:
2581: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2582: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2583: compile warning and GPF occures on VS2003 (related to feature
2584: #1087)
2585:
2586: * tests/: 350.html, results/350.processed: test added for
2587: $.encloser[] support in ^table::create (related to feature #11)
2588:
2589: * src/classes/table.C: another minor fix (related to feature #11)
2590:
1.107 moko 2591: 2016-09-21 moko
2592:
2593: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2594:
2595: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2596: classes/json.C, classes/string.C, classes/table.C,
2597: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2598: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2599: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2600: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2601: pa_charsets, vs2015 warning war
2602:
2603: * src/classes/table.C: vs2015 warning war
2604:
2605: * src/types/pa_vdate.C: vs2015 warning war
2606:
2607: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2608:
2609: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2610: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2611:
2612: * src/main/pa_common.C: vs2015 compilation fixes
2613:
2614: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2615: vs2015 compilation fixes
2616:
2617: * src/main/pa_charset.C: vs2015 warning war
2618:
2619: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2620:
2621: * src/main/pa_charset.C: vs2015 warning war
2622:
2623: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2624:
2625: * src/types/pa_vdate.C: vs2015 compilation fix
2626:
2627: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2628:
2629: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2630: VS2015 compilation fixes
2631:
2632: * src/classes/table.C: minor fix (related to feature #11)
2633:
2634: * tests/results/282.processed: no longer skipping extra enclosers
2635: (related to feature #11)
2636:
2637: * src/classes/table.C: minor fix + no longer skipping extra
2638: enclosers (related to feature #11)
2639:
2640: * src/classes/table.C: minor optimization (related to feature #11)
2641:
2642: * src/classes/table.C: minor fix and optimization (related to
2643: feature #11)
2644:
2645: 2016-09-20 moko
2646:
2647: * tests/: 353.html, results/353.processed: test for
2648: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2649: added (related to bug #1090)
2650:
2651: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2652: one_big_piece (fixes bug #1090)
2653:
2654: * tests/: 229.html, results/229.processed: code coverage tests
2655:
2656: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2657: body) was called
2658:
2659: * src/classes/op.C: whitespace
2660:
2661: * tests/: 323.html, results/323.processed: test for code junction
2662: should not be returned by ^reflection:class, ^reflection:base
2663:
2664: * src/classes/reflection.C: bugfix: code junction should not be
2665: returned by ^reflection:class, ^reflection:base
2666:
2667: * tests/: 323.html, 352.html, results/352.processed: no more
2668: exception for ^reflection:method[class;no-such-method] (related
2669: to feature #1087)
2670:
2671: * src/classes/reflection.C:
2672: ^reflection:method[class;no-such-method] : exception -> void
2673: (related to feature #1087)
2674:
2675: * src/include/pa_request.h: request::write_value added to allow
2676: write value without convertion (related to issue #1091)
2677:
2678: 2016-09-19 moko
2679:
2680: * src/main/pa_random.C: windows build fix
2681:
2682: * src/types/pa_vhash.h: warning war
2683:
2684: 2016-09-14 moko
2685:
2686: * tests/: 352.html, 552.html, results/352.processed,
2687: results/552.processed: test for ^reflection:method[] extension
2688: added (related to feature #1087)
2689:
2690: * tests/: 552.html, results/552.processed: test for
2691: ^reflection:method[] extension added (related to feature #1087)
2692:
2693: * src/classes/reflection.C: compatibility issue fixed, VClass
2694: dynamic_cast check added (related to feature #1087)
2695:
2696: * tests/: 351.html, results/351.processed: test for @auto[]
2697: inheritance bug diring ^process[] added (related to bug #1088)
2698:
2699: * src/: classes/op.C, main/pa_request.C,
2700: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2701: disable it inheritance during ^process (fixes bug #1088)
2702:
2703: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2704: added (implements feature #1087)
2705:
2706: 2016-09-13 moko
2707:
2708: * tests/: 349.html, results/auto.p: test for objects prototyping
2709: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2710: to feature #1086)
2711:
2712: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2713: types/pa_vobject.C: objects now are not class instances, but have
2714: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2715: in @conf (implements feature #1086)
2716:
2717: 2016-09-08 moko
2718:
2719: * src/: classes/file.C, classes/mail.C, classes/string.C,
2720: classes/table.C, main/pa_http.C, main/pa_string.C,
2721: include/pa_string.h: cleanup: string::split limit argument
2722: removed as no longer required, pos_after no longer reference
2723: (related to feature #11)
2724:
2725: * src/classes/table.C, tests/results/348.processed: now exception
2726: is rised when invalid option is passed to ^table::create[]
2727:
2728: * tests/: 282.cfg, 282.html, results/282.processed: more code
2729: coverage tests
2730:
2731: * tests/: 348.html, results/348.processed: code coverage tests
2732: added
2733:
2734: * tests/: 348.html, results/348.processed: generic ^table::create[]
2735: tests
2736:
2737: * tests/: 035.html, results/035.processed, results/272.processed:
2738: tests updated after $.encloser[] support for ^table::create
2739: implementation (related to feature #11)
2740:
2741: * src/classes/table.C: $.encloser[] support for ^table::create
2742: finally added (implements feature #11)
2743:
2744: 2016-09-07 moko
2745:
2746: * src/include/pa_string.h: added StringSplitHelper as friend
2747: (related to feature #11)
2748:
2749: * src/include/pa_string.h: body and langs now protected, not
2750: private to allow inheritance (related to feature #11)
2751:
2752: * src/classes/table.C: lsplit optimized before cloning for
2753: ^table::create with $.encloser[] (related to feature #11)
2754:
2755: * src/classes/table.C: optimizaion: TableControlChars.separators
2756: added and used (related to feature #11)
2757:
2758: * src/classes/table.C: spelling:
2759:
2760: TableSeparators -> TableControlChars column -> separator
2761: separators -> control_chars
2762:
2763: 2016-09-06 moko
2764:
2765: * src/main/pa_string.C: whitespace
2766:
2767: * src/main/pa_string.C: whitespace
2768:
2769: 2016-09-01 moko
2770:
2771: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2772: results OS-independent
2773:
2774: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2775: compiler (related to feature #1042)
2776:
2777: 2016-08-15 moko
2778:
2779: * src/include/pa_string.h: whitespace
2780:
2781: * src/classes/table.C: whitespace
2782:
1.106 moko 2783: 2016-08-05 moko
2784:
2785: * tests/: 344.html, results/344.processed: test for
2786: ^hash::create[$file] added (related to feature #1075)
2787:
2788: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2789: supported (implements feature #1075)
2790:
2791: 2016-08-04 moko
2792:
2793: * tests/: 341.html, results/341.processed: more code coverage tests
2794:
2795: * tests/: 346-curl.html, results/346-curl.processed: more code
2796: coverage tests for curl
2797:
2798: * tests/: 346-curl.html, results/346-curl.processed: more code
2799: coverage tests for curl
2800:
2801: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2802: results/223.processed: code coverage tests: $.form[ $.table[] ]
2803: test added
2804:
2805: * tests/: 223-curl.html, results/223-curl.processed: more code
2806: coverage tests for curl
2807:
2808: 2016-08-03 moko
2809:
2810: * src/classes/curl.C: dlink(curl_library) now called not once, but
2811: until it will be loaded, allowing to find existing library.
2812:
2813: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2814: results/347-curl.processed: more code coverage tests for curl
2815:
2816: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2817: results/339-curl.processed, results/346-curl.processed: curl
2818: functionality tests
2819:
2820: 2016-08-02 moko
2821:
2822: * tests/: 339.html, results/339.processed: test for tables in
2823: ^file:load[] and ^curl:load[] (commented) added (related to
2824: feature #1042)
2825:
2826: * tests/: 345.html, results/345.processed: code coverage tests for
2827: file class
2828:
2829: * tests/: 344.html, results/344.processed: code coverage tests
2830:
2831: * tests/: 344.html, results/344.processed: mdate removed from
2832: output
2833:
2834: * src/classes/file.C: minor bugfix: is_text should be taked from
2835: fcontent.is_text_mode() if not set (related to feature #1061)
2836:
2837: * tests/: 344.html, results/344.processed: more tests
2838:
2839: * tests/: 343.html, 344.html, results/343.processed,
2840: results/344.processed: tests for ^file::create[ $.from-charset
2841: and $.to-charset ] (related to feature #1061)
2842:
2843: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2844: aset_text_mode argument optimized
2845:
2846: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2847: checkBOM now used in detect_binary_content (related to feature
2848: #1061)
2849:
2850: * src/main/pa_request.C: load_charset no longer required to_upper
2851:
2852: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2853: preserves original file mode (if no $.mode specified)
2854:
2855: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2856: ^file::create now supports $.from-charset[] and $.to-charset
2857: options (implements feature #1061), automatic transcode is done
2858: if text file is created from binary file and charset is detected.
2859:
2860: 2016-07-30 moko
2861:
2862: * src/classes/table.C: ^t.hash[..;] now supported (related to
2863: feature #1057)
2864:
2865: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2866: added (related to feature #1057)
2867:
2868: * tests/: 286.html, results/286.processed: code tests coverage
2869:
2870: 2016-07-29 moko
2871:
2872: * src/classes/table.C: table size should be checked inside menu and
2873: foreach (related to feature #858)
2874:
2875: * src/: classes/curl.C, classes/file.C, classes/string.C,
2876: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2877: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2878: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2879: charsets.get now does str_upper inside (related to feature #1061)
2880:
2881: * tests/: 342.html, results/342.processed: more code coverage tests
2882:
2883: * tests/: 342.html, outputs/342.processed: table menu code coverage
2884: + foreach test added (related to feature #858)
2885:
2886: * tests/: 341.html, results/341.processed: tests for
2887: ^table.hash[]{code} added + code coverage tests (related to
2888: feature #1057)
2889:
2890: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2891: value} support (implements feature #1057)
2892:
2893: * src/classes/table.C: whitespace
2894:
2895: 2016-07-28 moko
2896:
2897: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2898: from URL, if not specified query string removed from url-based
2899: filenames in ^curl:load[] and ^file::load[] (related to feature
2900: #1042)
2901:
2902: 2016-07-27 moko
2903:
2904: * tests/: 340.html, results/340.processed: test for
2905: transcode_text_result=false added (related to issue #1042)
2906:
2907: 2016-07-26 moko
2908:
2909: * src/types/pa_vfile.C: file name should not be empty (if file path
2910: is folder and ends with /) (related to feature #1042)
2911:
2912: * src/main/pa_http.C: whitespace optimizaion
2913:
2914: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2915: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2916: multiple headers, ^file::load supports headers transcoding
2917: (implements feature #1042)
2918:
2919: 2016-07-25 moko
2920:
2921: * src/include/pa_common.h: PA_DEFAULT added
2922:
2923: 2016-07-22 moko
2924:
2925: * tests/: 338.html, results/338.processed: test for
2926: $date.field(value) added (related to feature #1066)
2927:
2928: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2929: $date.field(value) now supported for y/m/d/h/m/s (implements
2930: feature #1066)
2931:
1.105 moko 2932: 2016-07-21 moko
2933:
2934: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2935: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2936: arguments removed; image.C - absolute path shown in exception
2937: (implements feature #1071)
2938:
2939: * tests/: 235.html, results/235.processed: test and test result
2940: updated after static boundary in mail and Errors-To: mail header
2941: removed (related to feature #1047)
2942:
2943: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2944: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2945: used, static boundary in mail removed, Errors-To: mail header
2946: removed (implements feature #1047)
2947:
2948: 2016-07-20 moko
2949:
2950: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2951: equest.classes(): Value -> VStateless_class, part 3 (related to
2952: issue #1051)
2953:
2954: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2955: request.classes(): Value -> VStateless_class, part 2 (related to
2956: issue #1051)
2957:
2958: * tests/results/: 224.processed, 323.processed: classes without
2959: methods should not be methoded (related to issue #1051)
2960:
2961: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2962: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2963: -> VStateless_class, part 1 (related to issue #1051)
2964:
2965: * tests/: 337.html, results/337.processed: test for
2966: ^reflection:fields_reference[] and VHashReference class added
2967: (related to feature #1072)
2968:
2969: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2970: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2971: and VHashReference added, allowing ^reflection:fields_reference[]
2972: implementation (closes feature #1072)
2973:
2974: 2016-07-19 moko
2975:
2976: * tests/: 323.html, results/323.processed: we want to see
2977: "methoded"
2978:
2979: * tests/: 336.html, results/336.processed: test for $BASE:property
2980: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2981: #1059)
2982:
2983: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2984: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2985: somebody_entered_some_class, $BASE:property works again,
2986: ^BASE:method[] bugs fixed (fixes bug #1059)
2987:
2988: 2016-07-14 moko
2989:
2990: * tests/: 335.html, results/335.processed: test for feature #1055
2991: added
2992:
2993: * src/classes/hash.C: bugfix: $._default was not copied if empty
2994: feature: ^hash.contains[_default] added (implements feature
2995: #1055)
2996:
2997: 2016-07-13 moko
2998:
2999: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3000: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3001:
3002: 2016-07-05 moko
3003:
3004: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3005: in ^hash.foreach (related to feature #1073)
3006:
3007: 2016-07-04 moko
3008:
3009: * tests/: 134.html, 281.html, results/134.processed,
3010: results/281.processed: tests updated after hash blocking removed
3011: (related to feature #1073)
3012:
3013: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3014: no longer blocks on change during foreach (implements feature
3015: #1073)
3016:
3017: 2016-06-17 moko
3018:
3019: * tests/: 330.html, results/330.processed: try exception source
3020: test added (related to bug in #1062)
3021:
3022: * tests/: 334.html, results/334.processed: Exception stack trace
3023: test added (related to bug in $1062)
3024:
3025: * src/classes/op.C: Exception trace now correctly restored and
3026: errors reported (related to bug #1062)
3027:
1.104 moko 3028: 2016-05-25 moko
3029:
3030: * src/main/compile.y: minor cleanup + beauty
3031:
3032: 2016-05-24 moko
3033:
3034: * tests/: 333.html, results/333.processed: more exceptions testing
3035:
3036: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3037: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3038: features #1056, #1026)
3039:
3040: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3041: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3042: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3043: (implements feature #1056)
3044:
3045: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3046: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3047: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3048: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3049: feature #1026)
3050:
3051: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3052: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3053: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3054: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3055: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3056: feature #1026)
3057:
3058: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3059: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3060: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3061: SYMBOLS_CACHING define implemented (related to feature #1026)
3062:
3063: * src/main/main.vcproj: + ps_symbols
3064:
3065: * src/: include/Makefile.am, include/pa_string.h,
3066: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3067: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3068: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3069: types/pa_vstateless_class.C: initial implementation for symbols
3070: cache (related to feature #1026)
3071:
3072: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3073:
3074: * src/main/pa_globals.C: minor cleanup
3075:
3076: 2016-05-19 moko
3077:
3078: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3079: (related to feature #1046)
3080:
3081: * tests/: 331.html, results/331.processed: test for
3082: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3083: (related to feature #1051)
3084:
3085: * src/main/compile.y:
3086: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3087: (implements feature #1054)
3088:
3089: 2016-05-18 moko
3090:
3091: * src/types/pa_vtable.C, tests/results/324.processed: no more
3092: "column not found" exception for ^table.no-such-method[] (related
3093: to feature #1046)
3094:
3095: * tests/: 261.html, results/261.processed: test added and updated
3096: after feature #1046 implementation
3097:
3098: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3099: types/pa_vvoid.h: $string.anything works for whitespace strings,
3100: ^string.contains added for hash compatibility, $string.method no
3101: longer returns stting method (implements feature #1046)
3102:
3103: 2016-05-12 moko
3104:
3105: * src/classes/curl.C: content-type response header no longer
3106: ignored (fixes issue #1045)
3107:
3108: * tests/: 330.html, results/330.processed: test for incomplete
3109: finally execution when break occures added (related to issue
3110: #1077)
3111:
3112: * src/classes/op.C: bugfix: Request::skip reset is called before
3113: executing catch and finally code (fixes issue #1062)
3114:
3115: 2016-05-11 moko
3116:
3117: * tests/: 329.html, results/329.processed: test for invalid
3118: ^break[] behavour added (bug #1077)
3119:
3120: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3121:
3122: 2016-04-24 moko
3123:
3124: * src/types/pa_vstateless_class.h: warning war
3125:
3126: 2016-04-17 moko
3127:
3128: * tests/: 328.html, results/328.processed: test for
3129: ^break(condition) and ^continue(condition) (related to feature
3130: #1063)
3131:
3132: * src/classes/op.C: ^break(condition) and ^continue(condition)
3133: implemented (feature #1063)
3134:
3135: 2016-04-12 moko
3136:
3137: * tests/results/280.processed: ordered hash now used for class
3138: methods and properties (test results updated for feature #1069)
3139:
3140: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3141: to xdoc.C as under FreeBSD it was inited after and inheritance
3142: failed (related to issue #1051)
3143:
3144: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3145: are printed to check inheritance (related to feature #1051)
3146:
1.103 moko 3147: 2016-04-09 moko
3148:
3149: * tests/results/320.processed: ordered hash now used for class
3150: methods and properties (test results updated for feature #1069)
3151:
3152: * src/types/pa_vstateless_class.h: ordered hash now used for class
3153: methods and properties (implements feature #1069)
3154:
3155: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3156: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3157: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3158: feature #1051)
3159:
3160: 2016-04-07 moko
3161:
3162: * src/main/execute.C: returned Value in .CLASS case for VJunction
3163: (related to feature #1051)
3164:
3165: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3166: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3167: string constants deduplication (related to feature #1051)
3168:
3169: * tests/results/224.processed: test result updated (related to
3170: feature #1051)
3171:
3172: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3173: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3174: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3175: types/pa_vstatus.h: classes hash now contains only
3176: VStateless_class derived objects, .CLASS is also allways
3177: VStateless_class derived object (related to feature #1051).
3178:
3179: 2016-04-06 moko
3180:
3181: * tests/results/323.processed: test result updated after feature
3182: #1051 implementation
3183:
3184: * src/: classes/classes.h, classes/op.C, classes/response.C,
3185: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3186: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3187: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3188: types/pa_vresponse.C, types/pa_vresponse.h,
3189: types/pa_vstateless_class.h: base -> methoded_donor for static
3190: classes, type() moved from VStateless_class to VClass and
3191: Methoded (implements feature #1051)
3192:
3193: 2016-04-04 moko
3194:
3195: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3196: beauty: put_class added (related to feature #1051)
3197:
3198: 2016-04-01 moko
3199:
3200: * tests/results/: 175.processed, 192.processed, 224.processed,
3201: 229.processed, 244.processed, 246.processed, 316.processed: test
3202: results updated as class.type() removed from error messages, only
3203: type() left (related to feature #1051)
3204:
3205: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3206: classes/op.C, classes/reflection.C, main/compile.y,
3207: main/compile_tools.h, main/execute.C, main/pa_request.C,
3208: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3209: types/pa_vmethod_frame.h, types/pa_vobject.h,
3210: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3211: from VStateless_class, type() is used instead (related to feature
3212: #1051)
3213:
3214: * src/classes/mail.C: old logic restored.
3215:
3216: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3217: classes/classes.h, classes/curl.C, classes/date.C,
3218: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3219: classes/hashfile.C, classes/image.C, classes/inet.C,
3220: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3221: classes/memcached.C, classes/memory.C, classes/reflection.C,
3222: classes/regex.C, classes/response.C, classes/string.C,
3223: classes/table.C, classes/xdoc.C, classes/xnode.C,
3224: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3225: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3226: feature #1051)
3227:
3228: 2016-03-30 moko
3229:
3230: * tests/: 327.html, results/224.processed, results/327.processed:
3231: test for TZ specification in ^date::create[], TZ is kept during
3232: ^date::create[$dt] (related to feature #1048)
3233:
3234: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3235: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3236: feature #1048)
3237:
3238: 2016-03-29 moko
3239:
3240: * tests/: 315.html, results/315.processed: test for timezone format
3241: +HHmm added (related to feature #1065)
3242:
3243: * src/classes/date.C: timezone format +HHmm now supported
3244: (implements feature #1065)
3245:
3246: 2016-03-28 moko
3247:
3248: * tests/: 202.html, results/131.processed, results/202.processed,
3249: results/224.processed, results/256.processed,
3250: results/315.processed: test results updated after %.2d now
3251: default for hours offset in iso-string (was %2d), test for
3252: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3253: added (related to feature #1065)
3254:
3255: 2016-03-27 moko
3256:
3257: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3258: feature #1065)
3259:
3260: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3261: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3262: added (implements feature #1065)
3263:
3264: 2016-03-24 moko
3265:
3266: * tests/: 202.html, results/202.processed: test $date.week added
3267: (related to bug #1067)
3268:
3269: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3270: date (fix for bug #1067)
3271:
3272: 2016-03-10 moko
3273:
3274: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3275:
1.102 moko 3276: 2015-12-07 moko
3277:
3278: * tests/: 326.html, results/326.processed: test for .CLASS &
3279: .CLASS_NAME optimization added (related to feature #844)
3280:
3281: 2015-11-17 moko
3282:
3283: * tests/: 323.html, results/323.processed: order added
3284:
3285: * tests/: 325.html, results/325.processed: double range test added
3286: (related to bug #1049)
3287:
3288: 2015-11-16 moko
3289:
3290: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3291: added to disallow NaN and Infinity (fixes bug #1049)
3292:
3293: 2015-11-11 moko
3294:
3295: * tests/324.html: parser 3.4.3 execution support added (related to
3296: feature #1017)
3297:
3298: * tests/: 324.html, results/324.processed: test for
3299: GET_ELEMENT4CALL feature added (feature #1017)
3300:
1.101 moko 3301: 2015-10-29 moko
3302:
3303: * operators.txt: updated for 3.4.4
3304:
3305: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3306:
3307: * src/main/pa_exec.C: get_exit_status implemented for Windows
3308: (related to bug #1043)
3309:
3310: 2015-10-28 moko
3311:
3312: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3313: hangup during ^file::exec (fixes bug #1043)
3314:
1.100 moko 3315: 2015-10-27 moko
3316:
3317: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3318:
1.99 moko 3319: 2015-10-26 moko
3320:
1.100 moko 3321: * tests/322.html, src/classes/reflection.C: arguments reorder
3322: (related to issue #1041)
3323:
3324: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3325: Copyright year updated
3326:
1.99 moko 3327: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3328: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3329: classes/form.C, classes/hash.C, classes/hashfile.C,
3330: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3331: classes/mail.C, classes/math.C, classes/memcached.C,
3332: classes/memory.C, classes/op.C, classes/reflection.C,
3333: classes/regex.C, classes/response.C, classes/string.C,
3334: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3335: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3336: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3337: include/pa_config_fixed.h, include/pa_config_includes.h,
3338: include/pa_dictionary.h, include/pa_dir.h,
3339: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3340: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3341: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3342: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3343: include/pa_request_charsets.h, include/pa_request_info.h,
3344: include/pa_sapi.h, include/pa_socks.h,
3345: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3346: include/pa_stack.h, include/pa_string.h,
3347: include/pa_stylesheet_connection.h,
3348: include/pa_stylesheet_manager.h, include/pa_table.h,
3349: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3350: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3351: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3352: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3353: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3354: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3355: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3356: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3357: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3358: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3359: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3360: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3361: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3362: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3363: main/pa_string.C, main/pa_stylesheet_connection.C,
3364: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3365: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3366: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3367: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3368: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3369: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3370: targets/isapi/parser3isapi.C, types/pa_junction.h,
3371: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3372: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3373: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3374: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3375: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3376: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3377: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3378: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3379: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3380: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3381: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3382: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3383: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3384: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3385: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3386: types/pa_vresponse.C, types/pa_vresponse.h,
3387: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3388: types/pa_vstateless_object.h, types/pa_vstatus.C,
3389: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3390: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3391: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3392: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3393: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3394:
3395: * src/targets/cgi/parser3.C: year updated
3396:
3397: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3398: issue #1041)
3399:
3400: * tests/: 323.html, results/323.processed: test for base classes
3401: added
3402:
3403: * tests/: 261.html, results/261.processed: updated after better
3404: error reporting done for $string.key exception
3405:
3406: * src/types/pa_vstring.h: better error report for $string.key
3407: exception
3408:
3409: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3410: copied as VObject::get_element4call to remove extra virtual call
3411:
3412: * tests/: 322.html, results/322.processed: test for
3413: ^reflection:is[] added (related to feature #1041)
3414:
3415: * src/classes/reflection.C: ^reflection:is empty value is void
3416: (related to feature #1041)
3417:
3418: * src/classes/reflection.C:
3419: ^reflection:is[class_name|code|method;[context;]element_name]
3420: added (implements feature #1041)
3421:
3422: 2015-10-24 moko
3423:
3424: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3425:
1.98 moko 3426: 2015-10-22 moko
3427:
3428: * tests/: 321.html, results/321.processed: test for
3429: ^reflection:method_info[] file detection added
3430:
3431: * tests/: 320.html, results/320.processed: test for
3432: ^reflection:class_by_name[class_name] added (related to feature
3433: #993)
3434:
3435: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3436: added (implements feature #993)
3437:
3438: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3439: (related to feature #1017)
3440:
3441: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3442: added (related to issue #1039)
3443:
3444: * src/main/pa_request.C: ^throw origin fixed (related to feature
3445: #1039)
3446:
3447: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3448: for VDate
3449:
3450: * tests/results/182.processed: updated after feature #1038
3451: implemented
3452:
3453: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3454: compile-time exception origin added (test for feature #1039)
3455:
3456: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3457: main/pa_request.C: exception unification: compile-time exceptions
3458: now have origin, @USE origins also tracked (implements feature
3459: #1039)
3460:
3461: 2015-10-20 moko
3462:
3463: * src/main/pa_request.C: cleanup
3464:
3465: 2015-10-15 moko
3466:
3467: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3468:
3469: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3470: types/pa_vtable.C: new feature: no more $table.method and
3471: $hash.method, aliases for _at, _count, _key (related to feature
3472: #1017)
3473:
1.97 moko 3474: 2015-10-14 moko
3475:
1.98 moko 3476: * tests/: 317.html, results/317.processed: test for
3477: ^string.unescape[] added (related to feature #120)
3478:
1.97 moko 3479: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3480: defined" bug (described in issue #1036)
3481:
3482: * tests/: 247.html, results/247.processed: test for checkBOM added
3483: (test for bug #1037)
3484:
3485: * src/: include/pa_charsets.h, main/pa_charsets.C,
3486: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3487: it's not enforced, skips BOM signature if it complies charset
3488: (fixes bug #1037)
3489:
3490: 2015-10-13 moko
3491:
3492: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3493: linking
3494:
3495: * src/classes/inet.C: vs2003 compilation fix
3496:
3497: * src/classes/math.C: warning war
3498:
3499: * src/lib/punycode/pa_punycode.c: warning war
3500:
3501: 2015-10-12 moko
3502:
3503: * src/lib/punycode/pa_punycode.c: warning war
3504:
3505: * parser3.sln: moved parser3 first, to make it default startup
3506: project
3507:
3508: * buildall: parser "mirror" now used for external libs sources
3509: (implements feature #1036)
3510:
3511: * buildall: most external libs are updated to their current
3512: versions (related to feature #1036)
3513:
3514: * src/classes/image.C: more tags added
3515:
3516: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3517:
3518: 2015-10-11 moko
3519:
3520: * src/classes/curl.C: minor optimization (related to feature #1035)
3521:
3522: 2015-10-09 moko
3523:
3524: * src/classes/curl.C: pa_strdup added for strings from curl
3525: (related to feature #1035)
3526:
3527: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3528: ULLONG_MAX definition
3529:
3530: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3531: (implements feature #1035)
3532:
3533: * src/main/pa_charset.C: String::Body(String::C) used
3534:
3535: * src/main/pa_charset.C: exceptions unified
3536:
3537: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3538: unified
3539:
3540: * src/: classes/file.C, classes/image.C, classes/mail.C,
3541: classes/op.C, classes/xdoc.C, classes/xnode.C,
3542: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3543: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3544: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3545: String::Body(String::C) constructor added (related to bug #957)
3546:
3547: * src/classes/file.C: minor optimization
3548:
3549: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3550: Cord(char*) autocreation (related to bug #957)
3551:
3552: * src/: classes/string.C, main/untaint.C: minor optimizations
3553:
3554: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3555: String(char*, Lang, length) removed, String(C(), Lang) used
3556: instead (related to bug #957)
3557:
3558: 2015-10-08 moko
3559:
3560: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3561: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3562: main/untaint.C: Now char * is converted to CORD only using
3563: AS_CORD() to check for empty cord bug (fixes bug #957)
3564:
3565: * src/include/pa_hash.h: fixed compilation without
3566: HASH_CODE_CACHING
3567:
3568: * src/classes/string.C:
3569: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3570: feature #120)
3571:
3572: * src/main/pa_common.C: reduce js flags checks count (related to
3573: feature #120)
3574:
1.96 moko 3575: 2015-10-07 moko
3576:
3577: * tests/: 275.html, results/275.processed: test modified after
3578: unsigned long long int support implemented (feature #1034)
3579:
3580: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3581: pa_atoul added for unsigned long long int support
3582:
3583: 2015-10-06 moko
3584:
3585: * src/types/pa_vdate.C: INT_MAX used
3586:
3587: 2015-10-03 moko
3588:
3589: * tests/: 302.html, results/302.processed: test for bug #1023
3590: (\u2028, \u2029 escaping) added
3591:
3592: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3593: json:string[] (fixes bug #1023)
3594:
3595: 2015-09-29 moko
3596:
3597: * tests/305.html: try-catch added for OS without ipv6 support
3598:
3599: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3600: compilation
3601:
3602: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3603: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3604: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3605: implemented to distinguish ^hash.method from $hash.field
3606: (implements feature #1017)
3607:
3608: * src/lib/punycode/pa_punycode.c: warning war
3609:
3610: * src/include/pa_config_includes.h: warning war
3611:
3612: * src/include/pa_config_includes.h: pragma warning actualized a bit
3613:
3614: * src/include/pa_config_includes.h: warning war
3615:
3616: * src/include/pa_hash.h: clang compilation fix
3617:
3618: 2015-09-27 moko
3619:
3620: * src/main/compile.tab.C: Bison 3 is now default
3621:
3622: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3623:
3624: 2015-09-25 moko
3625:
3626: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3627: works with undefined HASH_ORDER (related to feature #196)
3628:
3629: 2015-09-24 moko
3630:
3631: * tests/: 027.html, results/027.processed: test modified to test
3632: ^hash.sort (feature #196)
3633:
3634: * src/: classes/hash.C, include/pa_hash.h:
3635: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3636: added (implements feature #196)
3637:
3638: * tests/: 316.html, results/316.processed: Added test for bug #1025
3639: (exception handling in non-cached ^cache), plus for "it does not
3640: have logical value" and "$exception.handled value must be either
3641: boolean or string 'cache'" exceptions.
3642:
3643: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3644: code (fixes bug #1025)
3645:
1.95 moko 3646: 2015-09-23 moko
3647:
3648: * src/classes/table.C: warning war
3649:
3650: * src/: classes/math.C, types/pa_vcookie.C: warning war
3651:
3652: * src/classes/file.C: warning war
3653:
3654: * src/: include/pa_table.h, main/pa_table.C: warning war
3655:
3656: * src/: main/pa_request.C, classes/date.C: warning war
3657:
3658: * src/: types/pa_vdate.C, classes/op.C: warning war
3659:
3660: * tests/: 122.html, results/122.processed: win sync: to remove
3661: differences with OS that doesn't keep timezone change history
3662:
3663: * src/types/pa_vdate.C: tzset() should be called in Windows after
3664: TZ change (related to feature #36)
3665:
3666: * tests/: 075.html, results/075.processed: win sync: to remove
3667: differences with OS that doesn't keep timezone change history
3668:
3669: * tests/: 315.html, results/315.processed: win sync: to remove
3670: differences with OS that doesn't keep timezone change history
3671:
3672: * tests/: 256.html, results/256.processed: win sync: to remove
3673: differences with OS that doesn't keep timezone change history
3674:
3675: * tests/: 124.html, results/124.processed: win results sync: to
3676: avoid hitting time change hole.
3677:
3678: * src/types/pa_vdate.C: static returned. :)
3679:
3680: 2015-09-22 moko
3681:
3682: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3683:
3684: * tests/results/131.processed: more tests for feature #1032
3685:
3686: * src/classes/date.C: minor fix related to feature #1032
3687:
3688: * operators.txt: ISO date creation documented (related to feature
3689: #1032)
3690:
3691: * operators.txt: iso-string documented (related to feature #1032)
3692:
3693: * tests/: 315.html, results/315.processed: more tests added
3694: (related to feature #1032)
3695:
3696: * tests/: 131.html, results/131.processed: date range checks
3697: updated (related to feature #36)
3698:
3699: * tests/: 315.html, results/057.processed, results/315.processed:
3700: test added for ISO date support (related to issue #315)
3701:
3702: * src/classes/date.C: more readable exceptions in date creation
3703: (related to ticket #1032)
3704:
3705: 2015-09-18 moko
3706:
3707: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3708: added (related to issue #1032)
3709:
3710: * tests/results/256.processed, src/classes/json.C: iso-string
3711: documented (related to issue #1032)
3712:
3713: * tests/: 256.html, results/256.processed: ISO date check added
3714: (related to issue #1032)
3715:
3716: * tests/: 057.html, results/057.processed, results/224.processed:
3717: tests results updated after ISO date support implemented (related
3718: to feature #1032)
3719:
3720: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3721: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3722: ^date::create[string] constructor formalized, ^date.iso-string[]
3723: added (implements feature #1032)
3724:
3725: 2015-09-05 moko
3726:
3727: * operators.txt: actualized
3728:
3729: * operators.txt: date changes documented (related to ticket #36)
3730:
3731: 2015-09-04 moko
3732:
3733: * src/types/pa_vdate.C: warning war
3734:
3735: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3736:
3737: 2015-09-03 moko
3738:
3739: * tests/results/096.processed: test result updated for 0..9999 year
3740: date range support (related to feature #36)
3741:
3742: * tests/: 314.html, results/314.processed: test for
3743: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3744: bug #1031)
3745:
3746: * src/classes/string.C: Static calls fixed for ^string:base64[],
3747: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3748:
1.116 moko 3749: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3750: configure.in -> configure.ac
1.95 moko 3751:
1.116 moko 3752: * configure, configure.in, src/include/pa_config_auto.h.in: more
3753: correct timezone check for FreeBSD Warning war: configure.in ->
3754: configure.ac
1.95 moko 3755:
3756: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3757: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3758: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3759: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3760: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3761: src/main/Makefile.am, src/targets/apache/Makefile.am,
3762: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3763: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3764: check added
3765:
3766: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3767:
3768: * tests/results/: 124.processed, 224.processed: test resuls updated
3769: for new date implementation (related to feature #36)
3770:
3771: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3772: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3773: types/pa_vdate.h: new double date implementation with internal
3774: support for extended 0..9999 year range, default timezone support
3775: (related to feature #36)
3776:
3777: 2015-08-28 moko
3778:
3779: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3780: (fixes bug #1030)
3781:
3782: 2015-08-21 moko
3783:
3784: * src/classes/inet.C: snprintf size "bug" commented
3785:
3786: * src/main/pa_common.C: snprintf comments updated
3787:
3788: 2015-08-16 moko
3789:
3790: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3791:
3792: 2015-08-11 moko
3793:
3794: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3795: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3796: can be null (fixes bug #1029)
3797:
3798: 2015-08-06 moko
3799:
1.116 moko 3800: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3801: pa_vdate.C added
1.95 moko 3802:
3803: 2015-08-05 moko
3804:
3805: * tests/: 313.html, results/313.processed: test for
3806: ^table.count[columns] and ^table.flip[] with nameless tables
3807: (feature #1003)
3808:
3809: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3810: max_cell added, now ^table.count[columns] and ^table.flip[] works
3811: correctly for nameless tables (implements feature #1003)
3812:
3813: 2015-08-03 moko
3814:
3815: * tests/312.html: test for ^table.append[$hash] and
3816: ^table.insert[$hash] added (related to feature #1028)
3817:
3818: * src/classes/table.C: ^table.append[$hash] and
3819: ^table.insert[$hash] now supported (implements feature #1028)
3820:
3821: * tests/: 312.html, results/312.processed: test row copy in
3822: ^table.hash[; $.type[table] ] added (related to feature #1016)
3823:
3824: * src/classes/table.C: row copy now created in ^table.hash[;
3825: $.type[table] ] (related to feature #1016)
3826:
3827: 2015-07-29 moko
3828:
3829: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3830: added (related to feature #1016)
3831:
3832: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3833: ^table.delete[] added to delete current row (related to feature
3834: 1016)
3835:
3836: 2015-07-28 moko
3837:
3838: * tests/: 312.html, results/312.processed: test for
3839: $table.column[value] and ^table.insert{row} (related to feature
3840: #1016)
3841:
3842: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3843: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3844: ^table.insert{row} are now implemented (feature #1016)
3845:
3846: * src/include/pa_array.h: Optimization: bool reverse removed from
3847: append(), insert() added, memmove arguments order in remove()
3848: fixed (related to feature #1016)
3849:
3850: 2015-07-23 moko
3851:
3852: * src/classes/json.C: tainted json and empty json exception added
3853: (implements feature #1015)
3854:
3855: * tests/: 311.html, results/311.processed: empty json and tainted
3856: json exception test added (related to issue #1015)
3857:
3858: 2015-07-22 moko
3859:
3860: * tests/: 311.html, results/311.processed: test for UTF-8
3861: processing added
3862:
3863: * tests/: 311.html, results/311.processed: test for
3864: json_exception_with_source added (related to issue #394)
3865:
3866: * src/classes/json.C: json_exception_with_source added (implements
3867: feature #394)
3868:
3869: 2015-06-29 moko
3870:
3871: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3872: directories are now correctly determined if _d_type == DT_UNKNOWN
3873: (closes bug #1027)
3874:
3875: 2015-06-10 moko
3876:
3877: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3878: error if libxml has LIBXML_ICU_ENABLED.
3879:
3880: 2015-06-04 moko
3881:
3882: * tests/099.html: ups, reverting
3883:
3884: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3885: results/310.processed: tests for $response:body[ $.file[] ] and
3886: $response:last-modified added
3887:
3888: * src/main/pa_request.C: last-modified check fixed
3889:
3890: 2015-06-03 moko
3891:
3892: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3893: results/205.processed, results/293.processed: $response:headers
3894: logging added (tests for feature #1007)
3895:
3896: * src/: include/pa_common.h, include/pa_request.h,
3897: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3898: $response:headers are now in uppercase (closes feature #1007)
3899:
3900: 2015-06-02 moko
3901:
3902: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3903: build errors reverted for clang compatibility
3904:
3905: 2015-06-01 moko
3906:
3907: * src/include/pa_memory.h: -pedantic build errors fixed
3908:
3909: * src/classes/math.C: -pedantic build error fixed
3910:
3911: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3912:
3913: 2015-05-31 moko
3914:
3915: * src/classes/table.C: USE_STRINGSTREAM optimized
3916:
3917: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3918: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3919: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3920: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3921: types/pa_vxnode.h: warning war (-pedantic flag)
3922:
3923: 2015-05-28 moko
3924:
3925: * tests/: 308.html, results/308.processed: test for
3926: ^table::create[$t;], etc work added (related to bug #975)
3927:
3928: * src/classes/table.C: check_option_param removed,
3929: ^table::create[$t;], etc now works (fixes bug #975)
3930:
3931: 2015-05-27 moko
3932:
3933: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3934: (Debian jessie) fixed (closes issue #1024)
3935:
3936: * tests/Makefile: sort added as in Debian jessie list become
3937: unsorted
3938:
3939: 2015-05-18 moko
3940:
3941: * tests/: 201.html, results/201.processed: test for
3942: ^string.trim[what] feature #1022
3943:
3944: * src/classes/string.C: ^string.trim[what] now supported,
3945: implements feature #1022
3946:
3947: 2015-05-17 moko
3948:
3949: * tests/results/185.processed: test result updated as feature #1021
3950: implemented (left/right accept negative parameter)
3951:
3952: * src/classes/string.C: left/right now accept negative parameter
3953: (implements feature #1021)
3954:
3955: 2015-05-08 moko
3956:
3957: * src/classes/math.C: isalnum -> pa_isalnum
3958:
3959: * src/main/execute.C: optimization in getter-junction processing
3960: (related to issue #997)
3961:
3962: 2015-05-07 moko
3963:
3964: * tests/: 307.html, results/307.processed: test for issue #997
3965: added
3966:
3967: * src/main/execute.C: process_getter result now checked if junction
3968: returned (closes issue #997)
3969:
3970: * tests/: 305.html, results/305.processed: sort added to ignore
3971: different order
3972:
3973: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3974: assignment (closes issue #994)
3975:
3976: * tests/: 306.html, results/306.processed: test for issue #994
3977: added
3978:
3979: * tests/: 303.html, results/303.processed: two more errors tested
3980:
3981: 2015-05-06 moko
3982:
3983: * tests/: 305.html, results/305.processed: test for name2ip &
3984: ip2name added (related to feature #992)
3985:
3986: * tests/: 303.html, 304.html, results/303.processed,
3987: results/304.processed: tests for idna conversion added (related
3988: to issue #849)
3989:
3990: 2015-05-02 moko
3991:
3992: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3993: implemented
3994:
3995: 2015-04-30 moko
3996:
3997: * src/main/pa_http.C: idna_host added, related to issue #849
3998:
3999: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4000: (related to issue #849)
4001:
4002: 2015-04-24 moko
4003:
4004: * src/types/pa_vjunction.C: warning war
4005:
4006: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4007: unification
4008:
4009: * src/lib/punycode/pa_idna.c: warning war
4010:
4011: 2015-04-22 moko
4012:
4013: * src/main/main.vcproj: punycode include path added
4014:
4015: * src/lib/punycode/pa_idna.c: windows compile error fixed
4016:
4017: * src/lib/punycode/pa_idna.c: warning war
4018:
4019: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4020: project file added
4021:
4022: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4023:
4024: * src/include/pa_memory.h: warning war
4025:
4026: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4027: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4028: implemented (related to feature #849)
4029:
4030: * configure.in, src/main/Makefile.am,
4031: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4032: libpunycode added in Unix
4033:
4034: 2015-04-21 moko
4035:
4036: * configure.in: large files support
4037:
4038: 2015-04-15 moko
4039:
4040: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4041: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4042: pa_punycode.h: initial version for punycode/idna support library
4043: (ticket #849)
4044:
4045: 2015-04-08 moko
4046:
4047: * src/: classes/curl.C, classes/date.C, classes/file.C,
4048: classes/image.C, classes/mail.C, classes/reflection.C,
4049: classes/string.C, classes/xnode.C, include/pa_request.h,
4050: include/pa_string.h, include/pa_stylesheet_connection.h,
4051: main/compile.y, main/compile_tools.h, main/execute.C,
4052: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4053: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4054: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4055: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4056: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4057: clang compiler warnings (closes issue #1018)
4058:
4059: * src/include/pa_string.h: String::Body comparation operators with
4060: char * added (related to issue #958)
4061:
4062: 2015-04-07 moko
4063:
4064: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4065: pa_malloc/pa_free to remove system malloc/free usage (related to
4066: issue #1018)
4067:
4068: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4069: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4070: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4071: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4072: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4073: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4074: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4075: malloc/strdup/free replaced with pa_ version and checks for
4076: accidental use of non-pa_ version added (related to issue #1018)
4077:
4078: 2015-04-03 moko
4079:
4080: * buildall: pcre-8.33 -> pcre-8.36
4081:
4082: * src/: main/compile.y, classes/form.C, classes/mail.C,
4083: classes/op.C, classes/string.C, main/compile.tab.C,
4084: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4085: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4086: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4087: ticket #958)
4088:
4089: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4090: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4091: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4092: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4093: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4094: $request:headers, $request:method added (implements feature
4095: #1007)
4096:
4097: 2015-03-17 misha
4098:
4099: * tests/302.html: - test for
4100: ^json:string[...;$._default[method-name]]
4101:
4102: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4103: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4104: option $._default[method-name] is specified in ^json:string[], a
4105: method with specified name will be called for classes/objects
4106: serialization ( new feature: #982 )
4107:
4108: 2015-03-16 misha
4109:
4110: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4111: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4112: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4113: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4114: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4115: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4116: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4117: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4118: types/pa_vrequest.h, types/pa_vstateless_class.C,
4119: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4120: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4121: $var.CLASS_NAME now have special opcodes. This can be switched
4122: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4123: on pa_opcode.h ( new feature: #844 )
4124:
4125: 2015-03-15 misha
4126:
4127: * tests/075.html: - test for $response:header[]
4128:
4129: * src/types/pa_vresponse.C: - $response:header[] deletes header
4130: that was set earlie ( new feature: #1001 )
4131:
4132: 2015-03-12 misha
4133:
4134: * tests/246.html: - more tests for ^hash._at[]
4135:
4136: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4137: accepts second param [key|value|hash] ( new feature: #1012 )
4138:
4139: 2015-03-09 moko
4140:
4141: * src/types/pa_vmail.C: exception for everything but
4142: $mail:received, closes issue #1011
4143:
4144: 2015-02-20 moko
4145:
4146: * tests/: 275.html, results/275.processed: hex detection in
4147: pa_atoui fix test (closes issue #1010)
4148:
4149: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4150: issue #1010)
4151:
4152: 2015-02-17 moko
4153:
4154: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4155: tainted.
4156:
4157: 2015-02-03 misha
4158:
4159: * tests/301.html: - test for ^json:string($double) causes
4160: exception. bugfix: #1008
4161:
4162: * src/classes/json.C: - ^json:string($double) causes exception.
4163: bugfix: #1008
4164:
4165: * tests/014.html: - updated for work with ^hash.delete[]
4166:
4167: 2015-01-12 misha
4168:
4169: * src/: classes/form.C, include/pa_common.h,
4170: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4171: types/pa_vform.h: - supports body with PUT method as well ( new
4172: feature: #1006 )
4173:
4174: * src/classes/file.C: - warnings war
4175:
4176: 2015-01-11 misha
4177:
4178: * tests/300.html: - test for ^hash.delete[] is added
4179:
4180: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4181: feature: #989 ) - tiny optimization in intersects
4182:
4183: 2015-01-06 moko
4184:
4185: * src/types/pa_vmail.C: file names transcode added, to and cc added
4186: with transcode, attachments detection fixed
4187:
4188: * src/main/pa_request.C: filling mail received after cgi/auto.p
4189: load to allow charset switch (related to issue #996)
4190:
4191: 2014-12-31 moko
4192:
4193: * src/types/pa_vmail.C: from and subject now transcoded if not
4194: UTF-8 source charset (fixes issue 996)
4195:
4196: * src/main/pa_exception.C: fixed string from stack bug (closes
4197: issue #1000)
4198:
4199: 2014-12-11 misha
4200:
4201: * src/types/pa_vhashfile.C: - check if key is not empty before
4202: access ( bug fix: #1005 )
4203:
4204: 2014-11-13 misha
4205:
4206: * src/main/compile.y: - PC.append does not reset to false while
4207: creating a new class. bugfix: #990
4208:
4209: * tests/299.html: - test for creation class after working with
4210: partial class (create+append)
4211:
4212: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4213: #995
4214:
4215: * tests/232.html: - test for @get[def] added
4216:
4217: 2014-10-12 moko
4218:
4219: * src/lib/pcre/pcre_internal.vcproj: correct path
4220:
4221: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4222: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4223: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4224: targets/apache/ApacheModuleParser3.vcproj,
4225: targets/apache/ApacheModuleParser3Core.vcproj,
4226: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4227: types/types.vcproj: project GUID inserted in *.vcproj for correct
4228: conversion in newer VS versions
4229:
4230: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4231: pcre_internal.vcproj added
4232:
4233: 2014-08-28 moko
4234:
4235: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4236: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4237: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4238:
4239: 2014-06-30 misha
4240:
4241: * tests/298.html: - tests for ^reflection:def[class;className]
4242: added
4243:
4244: * src/classes/reflection.C: - ^reflection:def[class;className]
4245: added ( new feature: #918 )
4246:
4247: 2014-06-29 misha
4248:
4249: * src/classes/table.C: - ^table::create[unsupported data] -
4250: exception comment changed to "body must be table or code" ( bug
4251: fix: #951 )
4252:
4253: * tests/: 261.html, results/261.processed: - tests for
4254: ^json:string[...;$.void[null|string]] added
4255:
4256: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4257: option $.void[string|null] added to ^json:string[...] ( new
4258: feature: #952 )
4259:
4260: 2014-06-28 moko
4261:
4262: * src/classes/curl.C: $.charset now processed before other curl
4263: options (closes issue #980)
4264:
4265: 2014-05-23 misha
4266:
4267: * src/classes/json.C: - bug fix: #987
4268:
4269: 2014-05-04 misha
4270:
4271: * tests/: 253.html, 253_json.txt: - test for
4272: ^json:parse[$.int(false)] is added
4273:
4274: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4275: default true). The option is similar to $.double(bool) but for
4276: integers.
4277:
4278: 2014-05-01 moko
4279:
4280: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4281: #12 )
4282:
4283: 2014-04-16 moko
4284:
4285: * src/main/pa_http.C: response-charset option should finally work
4286: now (fix for issue #867)
4287:
4288: * src/main/pa_http.C: response-charset option should work now (fix
4289: for issue #867)
4290:
4291: 2014-03-07 moko
4292:
4293: * buildall: libgc moved
4294:
4295: * buildall: libgc moved
4296:
4297: 2013-12-29 moko
4298:
4299: * src/classes/string.C: ^string:js-unescape result now tainted,
4300: closes issue #966
4301:
4302: * tests/: 186.html, results/186.processed: ^string:js-unescape
4303: result now tainted, issue #966
4304:
4305: 2013-12-03 moko
4306:
4307: * src/: classes/memcached.C, types/pa_vmemcached.C,
4308: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4309: option was added for http://www.parser.ru/forum/?id=79343
4310:
4311: * src/classes/file.C: bugfix for
4312: http://www.parser.ru/forum/?id=79337
4313:
4314: 2013-11-05 moko
4315:
4316: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4317:
4318: * src/main/pa_globals.C: spelling fixed
4319:
4320: 2013-10-29 moko
4321:
4322: * src/lib/json/json.vcproj: json.c -> pa_json.C
4323:
4324: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4325: #892
4326:
4327: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4328: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4329: exceptions to be thrown thougth json library), related to issue
4330: #892
4331:
4332: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4333: related to issue #896
4334:
4335: 2013-10-24 moko
4336:
4337: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4338:
4339: 2013-10-23 moko
4340:
4341: * README: actualization
4342:
4343: 2013-10-22 moko
4344:
4345: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4346: compatibility patch from Sergey Kirpichev
4347:
4348: * tests/: 297.html, results/297.processed: non-working getter fix
4349: test for issue #948
4350:
4351: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4352: called when saving value of $match variable in ^string.match[] to
4353: increase compatibility (related to issue #948).
4354:
4355: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4356: usage optimization
4357:
4358: 2013-10-21 moko
4359:
4360: * tests/: 182.html, results/182.processed: local path removed for
4361: compatibility
4362:
4363: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4364: results/244.processed, results/253.processed,
4365: results/254.processed, results/275.processed,
4366: results/281.processed: try_catch -> try-catch
4367:
4368: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4369: results/294.processed, results/296.processed: try_catch ->
4370: try-catch
4371:
4372: 2013-10-20 moko
4373:
4374: * tests/: 296.html, results/296.processed: test for xsl exception
4375: for issue #938 added.
4376:
4377: * src/: include/pa_xml_exception.h,
4378: main/pa_stylesheet_connection.C: forgotten to be replaced
4379: XmlException is now replaced (once again closes issue #938)
4380:
4381: 2013-10-18 moko
4382:
4383: * buildall: disable clock_gettime detection to avoid librt linking
4384: (which in turn depends on libpthread), related to issue #943
4385:
4386: 2013-10-18 misha
4387:
4388: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4389: lib/smtp/smtp.vcproj, main/main.vcproj,
4390: targets/apache/ApacheModuleParser3Core.vcproj,
4391: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4392: types/types.vcproj: - new locations for libxml2 includes where
4393: added to vcproj files
4394:
4395: 2013-10-18 moko
4396:
4397: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4398: fix
4399:
4400: * tests/: 295.html, results/295.processed: test for issue #948
4401: updated
4402:
4403: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4404: :)
4405:
4406: * tests/: 295.html, results/295.processed: test for issue #948
4407: added
4408:
4409: * src/: classes/hash.C, classes/string.C, classes/table.C,
4410: include/pa_request.h, types/pa_method.h: for getters and setters
4411: to be executed request.put_element should be called, not
4412: context.put_element (fixes issue #948)
4413:
4414: 2013-10-17 moko
4415:
4416: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4417: LIBXML2_NEW_BUFFER check (closes issue #943)
4418:
4419: * buildall: libxml 2.9.1 build is broken --without-reader.
4420:
4421: 2013-10-16 moko
4422:
4423: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4424:
4425: * tests/: 294.html, results/294.processed: test for issue #938
4426:
4427: * src/: classes/xdoc.C, classes/xnode.C,
4428: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4429: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4430:
4431: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4432: libxslt-1.1.26 -> libxslt-1.1.28
4433:
4434: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4435: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4436: to '?', related to issue #938
4437:
4438: 2013-10-15 moko
4439:
4440: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4441: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4442: minor optimizations (closes issue #896)
4443:
4444: * tests/results/: 292.processed, 293.processed: results updated to
4445: comply with issue #896
4446:
4447: * tests/: 292.html, 293.html, results/292.processed,
4448: results/293.processed: tests for json escaping
4449:
4450: 2013-10-14 moko
4451:
4452: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4453: and cleanup, code moved from .h to .C, no changes in code
4454:
4455: 2013-10-12 moko
4456:
4457: * tests/results/119.processed: updated test result commited
4458:
4459: * tests/: 291.html, results/291.processed: test for issue #894
4460: added
4461:
4462: * src/types/pa_wcontext.h: base methods call support function
4463: get_somebody_entered_some_class should not be true forever, as
4464: wcontext can have many get_elements calls (fixes issue #894)
4465:
4466: 2013-10-11 moko
4467:
4468: * tests/: 290.html, results/290.processed: test for junction GPF
4469: issue #942 added
4470:
4471: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4472: to native method fixed (closes issue #942)
4473:
4474: * tests/: 158.html, results/158.processed: test for csv-string[]
4475: added
4476:
4477: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4478: feature #907)
4479:
4480: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4481: feature #907)
4482:
4483: 2013-10-09 moko
4484:
4485: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4486: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4487: types/pa_vstateless_class.C: GET_default, SET_default now works
4488: properly not only in objects, but in classes as well (closes
4489: issue #903)
4490:
4491: * tests/: 289.html, results/289.processed: GET/SET_default now
4492: works in classes, not only objects, test case added, related to
4493: issue #903
4494:
4495: * tests/: 288.html, results/288.processed: test for endless
4496: recursion bug added (related to issue #903)
4497:
4498: 2013-10-05 moko
4499:
4500: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4501: classes/table.C, main/execute.C, types/pa_method.h,
4502: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4503: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4504: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4505: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4506: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4507: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4508: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4509: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4510: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4511: optimization: put_element no longer has "bool areplace" argument,
4512: related to issue #903
4513:
4514: 2013-10-03 moko
4515:
4516: * tests/results/182.processed: result for $.replace(false) test
4517: commited
4518:
4519: * src/classes/date.C: ^date::create(number) processed correctly
4520: (fixes issue #901)
4521:
4522: * src/classes/image.C: as_no_junction removed, as param can be
4523: expression (closes issue #931)
4524:
4525: * tests/233.html: test for issue #931 added
4526:
4527: 2013-10-02 moko
4528:
4529: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4530: modified, test for $.replace(false) added
4531:
4532: * src/main/compile_tools.h: forgotten class replace returned. :)
4533:
4534: 2013-09-30 moko
4535:
4536: * tests/: 141.html, results/141.processed: md5 tainting test added
4537:
4538: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4539: main/compile_tools.h, main/pa_request.C: allow_class_replace
4540: implemented; $.replace option added to ^process and ^use
4541:
4542: 2013-08-27 moko
4543:
4544: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4545: cstr_to_string_body_untaint should be called with charsets for
4546: possible uri language and connection for possible sql language.
4547: related to issue #857
4548:
4549: * buildall: and -> or fixed
4550:
4551: 2013-08-26 moko
4552:
4553: * buildall: prepare_ functions logic changed to support
4554: gc-7.2d.tar.gz extracting to gc-7.2 directory
4555:
4556: 2013-08-23 moko
4557:
4558: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4559: statically
4560:
4561: 2013-08-22 moko
4562:
4563: * src/classes/string.C: String::Empty used (related to issue #912)
4564: append_know_length removed (related to old GPF bug)
4565:
4566: 2013-08-21 moko
4567:
4568: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4569:
4570: * src/classes/math.C: ^math:digest[...;$file] support added
4571: (related to ticket #857
4572:
4573: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4574: implemented
4575:
4576: * src/types/pa_vhashfile.h: warning war
4577:
4578: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4579: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4580: anti_endless_json_string_recoursion removed from request;
4581: json_string_recoursion added to json_options; $.indent[indent
4582: value] now supported and passed within recoursion closes feature
4583: #937
4584:
4585: * tests/: 287.html, results/287.processed: test for feature #937
4586:
4587: 2013-07-31 moko
4588:
4589: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4590: compilation having #define _S
4591:
4592: * src/main/pa_globals.C: cleanup
4593:
4594: 2013-07-30 moko
4595:
4596: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4597: main/pa_common.C: vs2003 warning war
4598:
4599: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4600:
4601: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4602:
4603: * src/lib/md5/pa_sha2.c: warning war
4604:
4605: 2013-07-29 moko
4606:
4607: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4608: patches from github
4609:
4610: * src/: classes/bool.C, classes/double.C, classes/int.C,
4611: classes/memcached.C, include/pa_config_includes.h,
4612: types/pa_vfile.C, types/pa_vfile.h: warning war
4613:
4614: * src/lib/json/json.vcproj: C++ -> C
4615:
4616: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4617:
4618: * src/lib/json/: json.c, pa_json.C: windows compatibility
4619:
4620: * src/lib/json/: json.c, pa_json.C: windows compatibility
4621:
4622: * src/lib/json/: json.c, pa_json.C: warning war
4623:
4624: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4625:
4626: * src/include/pa_config_fixed.h: uint16_t added
4627:
4628: * configure.in: uint16_t check added
4629:
4630: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4631: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4632: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4633: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4634: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4635:
4636: 2013-07-25 moko
4637:
4638: * parser3.sln: dependencies added
4639:
4640: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4641: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4642: module support
4643:
4644: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4645:
4646: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4647:
4648: 2013-07-23 moko
4649:
4650: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4651: PA_DEBUG_GC_MEMORY removed
4652:
4653: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4654: PA_DEBUG_DISABLE_GC compilation fix
4655:
4656: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4657: main/pa_request.C: outdated RESOURCES_DEBUG removed
4658:
4659: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4660: garbage cleanup
4661:
4662: * src/main/pa_common.C: warning war
4663:
4664: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4665:
4666: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4667: minor cleanup
4668:
4669: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4670: uses cygwin, not WIN32 implementation
4671:
4672: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4673: able to exec shell scripts
4674:
4675: * src/classes/math.C: ifdef WIN32 cleanup
4676:
4677: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4678:
4679: * src/classes/curl.C: LT_MODULE_EXT used
4680:
4681: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4682:
4683: 2013-07-22 moko
4684:
4685: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4686: includes fix
4687:
4688: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4689:
4690: * configure.in, src/include/pa_config_includes.h,
4691: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4692: src/main/pa_exec.C: includes cleanup
4693:
4694: * src/targets/cgi/parser3.C: 2012->2013
4695:
4696: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4697:
4698: * configure.in, src/include/pa_config_includes.h,
4699: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4700: src/main/pa_random.C, src/main/pa_socks.C,
4701: src/types/pa_vstatus.C: cygwin support cleanup
4702:
4703: * configure.in: dirent.h check added
4704:
4705: * src/: include/pa_config_includes.h, include/pa_dir.h,
4706: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4707: not copied
4708:
4709: 2013-07-21 moko
4710:
4711: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4712:
4713: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4714: parser3.vcproj: unused getopt.h / getopt.c removed
4715:
4716: * operators.txt, src/classes/file.C, tests/022.html,
4717: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4718: $.stat(true)] usage commented
4719:
4720: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4721: src/main/pa_dir.C: ^file:list[] now has dir column and when
4722: $.stat(true) it has size/*date columns modified patch from misha@
4723: that closes issue #914.
4724:
4725: * src/: include/pa_config_includes.h, main/pa_globals.C:
4726: PA_RELEASE_ASSERTS removed
4727:
4728: * src/lib/md5/pa_md5c.c: minor cleanup
4729:
4730: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4731: localeconv()->decimal_point usage remoed (related to issue #934)
4732:
4733: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4734: cordprnt.c removed
4735:
4736: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4737: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4738: pa-include/pa_strings.h: includes cleanup
4739:
4740: * src/lib/md5/pa_md5c.c: headers cleanup
4741:
4742: 2013-07-20 moko
4743:
4744: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4745: cleanup
4746:
4747: 2013-07-19 moko
4748:
4749: * src/classes/math.C: extern "C" added for crypt
4750:
4751: 2013-07-18 moko
4752:
4753: * src/classes/math.C: fix redhat7.2 build
4754:
4755: 2013-07-17 moko
4756:
4757: * configure.in, src/include/pa_config_includes.h,
4758: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4759: added for uint8/32/64_t)
4760:
4761: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4762: pa_config_includes.h used for uint32/64_t
4763:
4764: 2013-07-16 moko
4765:
4766: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4767: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4768: war
4769:
4770: * src/main/compile.tab.C: compile.y was updated
4771:
4772: * src/main/compile.y: warning war
4773:
4774: * src/: include/pa_exception.h, main/pa_exception.C,
4775: main/pa_xml_exception.C: warning war
4776:
4777: * src/: include/pa_common.h, main/pa_common.C: warning war
4778:
4779: * configure.in: beauty :)
4780:
4781: * tests/: 141.html, results/141.processed: sha256/512 added
4782:
4783: 2013-07-13 moko
4784:
4785: * src/lib/md5/md5.vcproj: sha2 added
4786:
4787: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4788: classes/math.C: sha2 support (sha256/sha512 digest)
4789:
4790: 2013-07-08 moko
4791:
4792: * src/classes/image.C: directory read or other read problem message
4793: fixed (related to issue #933)
4794:
4795: 2013-07-07 moko
4796:
4797: * AUTHORS: + misha + moko. :)
4798:
4799: 2013-07-06 moko
4800:
4801: * src/: classes/curl.C, include/pa_globals.h,
4802: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4803: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4804: for lt_dlinit to be called once and lt_dlexit called at right
4805: place (related to issue #925)
4806:
4807: 2013-07-04 moko
4808:
4809: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4810: VString::as_vfile now uses vfile.set_binary_string to avoid
4811: content-type to be set, as it brokes badly designed logic in
4812: response output. This hopefully finishes issue #928.
4813:
4814: * tests/results/: 256.processed, 286.processed: file now displayed
4815: as name, size, mode, content-type
4816:
4817: * src/main/pa_common.C: read error now reported cottectly (fixes
4818: issue #933
4819:
4820: 2013-06-28 moko
4821:
4822: * tests/: 286.html, results/286.processed: test extended
4823:
4824: * tests/: 286.html, results/286.processed: Test for issue #928
4825: added. it tests default content-type change.
4826:
4827: * src/types/pa_vfile.C: closes issue #928 - default content-type
4828: now updated
4829:
4830: 2013-06-25 moko
4831:
4832: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4833: content-type for text/binary files without name added;
4834: ^file::create[$f;...] options now works properly and $f
4835: properties are default (fixes issue #928)
4836:
4837: 2013-05-16 misha
4838:
4839: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4840: added
4841:
4842: * src/main/pa_table.C: - a tiny memory optimisation while creating
4843: table if specified limit is bigger than source rows count
4844:
4845: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4846: added ( new feature: #858 )
4847:
4848: 2013-04-29 moko
4849:
4850: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4851: $.ipresolve(0|1|2) added (closes issue #891)
4852:
4853: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4854:
4855: 2013-04-24 moko
4856:
4857: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4858: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4859: types/pa_vmemcached.h: ^memcache.release[] added, calls
4860: memcached_quit (refs #893)
4861:
4862: 2013-04-22 moko
4863:
4864: * src/: include/pa_string.h, main/pa_common.C: no more double
4865: slashes in file path (fixes bug #872)
4866:
4867: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4868: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4869: #739)
4870:
4871: * tests/results/266.processed: $.max_params added (feature #915)
4872:
4873: * src/: include/pa_common.h, main/pa_http.C: response-charset
4874: option added to file::load (closes issue #867)
4875:
4876: 2013-04-20 misha
4877:
4878: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4879: commited
4880:
4881: 2013-03-15 misha
4882:
4883: * src/classes/: hash.C, table.C: - Optimisation: do not create
4884: multiple empty strings while ::sql. uae String::Empty instead
4885:
4886: 2013-03-14 misha
4887:
4888: * src/classes/reflection.C: - for user classes
4889: ^reflection:method_info[] returns $.max_params and $.extra_param
4890: with $.call_type if they available ( new feature: #915 )
4891:
4892: * src/classes/file.C: - ^file:delete[] now supports an option
4893: $.exception(false) that suppress any exception while deleting
4894: file ( new feature: #916 )
4895:
4896: * src/classes/curl.C: - parsing cookies after curl:load now should
4897: work :)
4898:
4899: 2013-03-12 misha
4900:
4901: * src/types/pa_vfile.C: - if specified file_name is empty string
4902: set default name for the file
4903:
4904: 2013-03-11 misha
4905:
4906: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4907: also available in $f.cookies
4908:
4909: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4910: moved to a separate method
4911:
4912: 2013-03-10 moko
4913:
4914: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4915: added
4916:
4917: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4918: removed (declared by autoconf)
4919:
4920: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4921: uint32_t define
4922:
4923: 2013-03-10 misha
4924:
4925: * src/classes/file.C: ^file:delete and ^file:move now support
4926: option $.keep-empty-dirs(true) ( new feature: #884 )
4927:
4928: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4929: empty dirs is added
4930:
4931: 2013-03-10 moko
4932:
4933: * src/classes/: bool.C, double.C, int.C: default can be present,
4934: but default check removed from ^int/double/bool.int/double/bool
4935: for string.int/double/bool compatibility (related to issue #913)
4936:
4937: * src/classes/string.C: ^string.int/dobule/bool no longer
4938: internally throws exception if default is present (closes issue
4939: #913)
4940:
4941: 2013-03-09 misha
4942:
4943: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4944: optimisations ( #845 )
4945:
4946: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4947:
4948: 2013-03-08 moko
4949:
4950: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4951: creates correct table (fixes issue #910)
4952:
4953: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4954: use outside of 'connect' operator (fixes issue #911)
4955:
4956: * tests/results/: 096.processed, 122.processed: test results
4957: updated as doubles now printed with 15 significant digits, not 5
4958: (fixes issue #882)
4959:
4960: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4961: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4962:
4963: 2013-02-21 moko
4964:
4965: * src/classes/table.C: _locate_name_value does not check arguments
4966: count, so we check it in advance (fixes issue #905)
4967:
4968: 2012-10-23 moko
4969:
4970: * buildall: old shell for and echo compatibility (for six)
4971:
4972: 2012-10-19 moko
4973:
4974: * buildall: --strip added --disable-safe-mode listed in usage
4975:
4976: 2012-10-17 misha
4977:
4978: * src/classes/op.C: - apply-taint should not throw "outside
4979: connect" exception with sql lang now
4980:
4981: 2012-10-17 moko
4982:
4983: * src/main/pa_request.C: bugfix: safe mode should be inited for
4984: each request (for apache module)
4985:
4986: 2012-09-26 moko
4987:
4988: * src/doc/doxygen.cfg: png -> svg
4989:
4990: 2012-09-25 moko
4991:
4992: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4993: test added
4994:
4995: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4996: double use when key is long
4997:
4998: 2012-09-16 moko
4999:
5000: * src/classes/math.C: Format -> Method Encode -> Format
5001:
5002: * tests/: 141.html, results/141.processed: math:digest hmac test
5003: added
5004:
5005: 2012-09-14 moko
5006:
5007: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5008: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5009: implementation added
5010:
5011: 2012-09-12 moko
5012:
5013: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5014: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5015: targets.dox and string.dox slightly actualized
5016:
5017: 2012-08-31 moko
5018:
5019: * ChangeLog: now generated with patched cvs2cl.pl
5020:
5021: 2012-07-29 moko
5022:
5023: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5024: result should be pushed after VMethodFrame destructor is called,
5025: as it deletes junctions from stack params (fixes issue #868)
5026:
5027: 2012-07-23 moko
5028:
5029: * INSTALL, README: buildall script usage documented, other outdated
5030: info updated.
5031:
5032: * buildall-with-xml, buildall-without-xml: replaced by buildall
5033:
5034: 2012-07-21 moko
5035:
5036: * buildall: glib does not compile when threads are disabled...
5037:
5038: * src/types/pa_vmail.C: g_assertion fixes for empty input
5039:
5040: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5041: unref, can't unref nested objects)
5042:
5043: * src/types/pa_vmail.C: another check added
5044:
5045: 2012-07-19 moko
5046:
5047: * buildall: usage added
5048:
5049: * buildall: new buildall script that unites buildall-with-xml,
5050: buildall-without-xml, --with-apache and --with-mailreceive
5051:
5052: * configure.in: support for static gmime and dynamic glib linking.
5053: fixes for FreeBSD
5054:
5055: 2012-07-17 moko
5056:
5057: * configure.in: --with-mailreceive replaced
5058: --with-static-mailreceive and --with-shared-mailreceive pathlink
5059: removed
5060:
5061: 2012-07-16 moko
5062:
5063: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5064: capitalized, content now decoded and text content converted to
5065: $request:charset. all properties are accessed by functions, this
5066: ready for dynamic load.
5067:
5068: 2012-06-28 moko
5069:
1.116 moko 5070: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5071: 32 bit
1.95 moko 5072:
5073: 2012-06-27 moko
5074:
5075: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5076: passive ftp
5077:
5078: * src/lib/ltdl/ltdl.vcproj: release build fixed
5079:
5080: * configure.in: 3.4.2 RC -> 3.4.2
5081:
5082: 2012-06-22 moko
5083:
5084: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5085: #815)
5086:
5087: * tests/: 284.html, results/284.processed: output options test
5088: (feature #265)
5089:
5090: 2012-06-22 misha
5091:
5092: * tests/215.html: - little changes
5093:
5094: 2012-06-21 moko
5095:
5096: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5097: types/pa_vxdoc.h: output_options returned and used (bugfix for
5098: feature #265)
5099:
5100: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5101: breaks long .*, default 10M restored. (issue #216)
5102:
5103: * tests/: 283.html, results/283.processed: test for issue #815
5104: added
5105:
5106: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5107: again, cstrm not required.
5108:
5109: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5110: Win32 and broken FreeBSD (issue #45)
5111:
5112: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5113:
5114: * src/main/pa_string.C: warnings war
5115:
5116: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5117: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5118: main/pa_socks.C, targets/apache/pa_threads.C,
5119: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5120: types/pa_vstatus.C: compilation under cygwin fixed
5121:
5122: 2012-06-19 moko
5123:
5124: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5125: Windows fixed
5126:
5127: * parser3.sln: removed antique pcre_ctype
5128:
5129: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5130:
5131: * src/include/pa_config_fixed.h: undefined reference to
5132: __imp__pcre_* fix for Windows
5133:
5134: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5135: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5136: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5137: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5138: define fixed
1.95 moko 5139:
5140: 2012-06-18 moko
5141:
5142: * src/classes/memcached.C: flush -> clear
5143:
5144: * src/classes/memcached.C: memcached does not support quotes even
5145: in server name
5146:
5147: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5148: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5149: called on open to check servers existance. $.key(true) syntax
5150: now supported
5151:
5152: 2012-06-17 moko
5153:
5154: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5155: cleanup
5156:
5157: * src/classes/table.C, tests/282.cfg, tests/282.html,
5158: tests/results/282.processed: encloser at the EOF bug fixed,
5159: incorrectly enclosed data now processed more logicaly (fixes
5160: #339)
5161:
5162: 2012-06-15 moko
5163:
5164: * buildall-without-xml: sync with buildall-with-xml
5165:
5166: * buildall-with-xml: download auto-detected between fetch and curl
5167:
5168: * configure.in: --with-gc and --with-pcre now also processed
5169: correctly
5170:
1.116 moko 5171: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5172: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5173: should be run on rol1 using automake / aclocal (GNU automake)
5174: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5175:
5176: * configure.in: new PARSER_VERSION logic
5177:
5178: * src/include/pa_version.h: new pa_version.h logic
5179:
5180: * src/: classes/curl.C, classes/file.C, classes/image.C,
5181: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5182: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5183: feols_normalized -> fis_text_content set_binary added
5184:
5185: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5186:
5187: 2012-06-15 misha
5188:
5189: * src/: classes/curl.C, classes/file.C, classes/image.C,
5190: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5191: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5192: ^file::create[text;content] EOLs in content now is normalized. (
5193: new feature: #815 )
5194:
5195: 2012-06-15 moko
5196:
5197: * configure.in: --disable-version-update added to disable version
5198: update with host information (for debian package) whitespace
5199: optimized
5200:
5201: * configure.in: version changed to 3.4.2 RC no-pic added for
5202: libtool
5203:
5204: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5205: it.
5206:
5207: 2012-06-14 moko
5208:
5209: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5210: tests/results/281.processed: "hash flocked" error removed for
5211: safe operations like ^h._count[] ( new feature: #335 )
5212:
1.116 moko 5213: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5214:
5215: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5216:
5217: * configure.in: --with-static/shared xml replaced with --with-xml,
5218: xml compilation check added
5219:
5220: * configure.in: --with-static/shared-gc, --with-static-pcre are
5221: replaced with --with-gc and --with-pcre test for pcre linking
5222: added
5223:
5224: 2012-06-13 moko
5225:
5226: * configure.in: apxs2 check optimized
5227:
5228: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5229: .la, includes optimized
5230:
5231: * buildall-with-xml: --with-pic looks better for -fPIC
5232:
5233: * configure.in: switched to convenience library in static linking
5234:
5235: * src/targets/apache/Makefile.am: switched to convenience library
5236: usage to avoid libtool warnings
5237:
5238: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5239: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5240: smtp/Makefile.am: switched to convenience library usage
5241:
5242: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5243:
5244: * src/targets/apache/Makefile.am: updated for libtool usage
5245:
5246: * buildall-without-xml: --with-included-ltdl added
5247:
5248: * buildall-without-xml: sync with buildall-with-xml
5249:
5250: * buildall-with-xml: --with-included-ltdl added $cflags added for
5251: -fPIC for x64 $download added for wget success check added
5252:
5253: * buildall-without-xml: --with-dynamic-stdcpp removed
5254:
5255: * configure.in: disable-static returned
5256:
5257: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5258: LIBTOOLFLAGS
5259:
5260: 2012-06-12 moko
5261:
5262: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5263: compatible with LIBTOOLFLAGS for unknown reasons
5264:
5265: * buildall-with-xml: --with-dynamic-stdcpp removed
5266:
5267: * configure.in: static/dynamic -lstdc++ linking option removed
5268: apxs2 check added
5269:
5270: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5271: option removed
5272:
5273: 2012-06-10 moko
5274:
5275: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5276: added
5277:
5278: * src/targets/cgi/pp3.cmd: old PAF stuff
5279:
1.116 moko 5280: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5281: beauty
1.95 moko 5282:
5283: * depcomp: from libtool 2.4.2
5284:
5285: * configure.in: ltdl directory removed, it has correct Makefile.in
5286:
5287: 2012-06-09 moko
5288:
1.116 moko 5289: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5290: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5291: autogenerated files updated after libtool update
5292:
1.116 moko 5293: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5294: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5295: config_auto.h.in, config_fixed.h, configure, configure.ac,
5296: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5297: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5298: config/compile, config/config.guess, config/config.sub,
5299: config/depcomp, config/install-sh, config/ltmain.sh,
5300: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5301: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5302: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5303: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5304: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5305: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5306: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5307: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5308:
5309: * configure.in: preparation for new libtool
5310:
5311: * configure.in: Some beauty added :)
5312:
5313: * src/targets/apache/Makefile.am: := -> =
5314:
5315: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5316: again. :)
5317:
5318: * src/include/pa_config_includes.h, configure.in: limits.h added,
5319: previously was taken from pcre_internal.h. :)
5320:
5321: * src/lib/pcre/Makefile.am: config.h returned
5322:
5323: * src/lib/pcre/config.h: still need this. :)
5324:
5325: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5326:
5327: * configure.in: --with-charsets removed; --with-mysql-client & co
5328: removed
5329:
5330: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5331: now in parser tree, no need to copy
5332:
5333: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5334: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5335: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5336: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5337: extracts now used old trash removed
5338:
5339: * etc/parser3.charsets/Makefile.am: charsets now in share
5340: (debian/patches/104_automake.patch) + all charsets are copied
5341:
5342: * buildall-with-xml, buildall-without-xml: curl option removed +
5343: extra arguments now supported
5344:
5345: 2012-06-08 misha
5346:
5347: * src/classes/table.C: - one params.as_hash usage was rolled back:
5348: the 2nd option in ^table.hash[] could be hash or table so
5349: .as_hash will throw an exception when table option is specified
5350:
5351: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5352: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5353: classes/table.C, classes/void.C, classes/xdoc.C,
5354: include/pa_exception.h, types/pa_vmethod_frame.C,
5355: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5356: and improved (whitespaces are allowed as empty options) -
5357: MethodParams::as_table is added - above methods are used for
5358: parsing methods' options ( new feature: #9 )
5359:
5360: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5361: to vclass. now class fields can be accessible as a hash:
5362: $h[^hash::create[$asd:CLASS]]
5363:
5364: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5365: have get_fields method so their fields can be accessed with
5366: ^reflection:fields[...] & ^reflection:field[...]
5367:
5368: 2012-06-06 misha
5369:
5370: * tests/280.html: - tests for
5371: ^reflection:method[obj-or-class;method],
5372: ^reflection:field[obj-or-class;field] and
5373: ^reflection:fields[obj-or-class] are added
5374:
5375: 2012-06-05 misha
5376:
5377: * src/classes/reflection.C: - ^reflection:method[class or
5378: object;method name] and ^reflection:field[class or object;field
5379: name] are added
5380:
5381: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5382: is used
5383:
5384: * src/types/pa_method.h: - Method::as_vjunction method is added
5385:
5386: 2012-06-05 moko
5387:
1.116 moko 5388: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5389:
5390: * src/classes/memcached.C: flish ttl fixed
5391:
5392: 2012-06-04 moko
5393:
5394: * src/classes/json.C, src/classes/op.C, tests/279.html,
5395: tests/results/279.processed: ^json:parse[] now supports $.taint
5396: option (new feature #833)
5397:
5398: 2012-06-04 misha
5399:
5400: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5401: - search_stop method was moved from pa_vcookie.C to pa_common.C
5402:
5403: 2012-06-03 misha
5404:
5405: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5406: cookies are parced and stored into $.cookies ( new feature: #31 )
5407:
5408: 2012-05-30 misha
5409:
5410: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5411: incomplete class into a scope while @USE is found
5412:
5413: * src/main/compile.y: - add incomplete class into a scope while
5414: @USE and @CLASS instructions are found ( bugfix: #838 )
5415:
5416: 2012-05-30 moko
5417:
5418: * src/types/pa_vclass.C, tests/278.html,
5419: tests/results/278.processed: removed "property has no getter
5420: method" exception when GET_DEFAULT present (fixes #269)
5421:
5422: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5423: $._default
5424:
5425: 2012-05-29 moko
5426:
5427: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5428: uninitialized values usage (new feature: #154)
5429:
5430: 2012-05-28 moko
5431:
5432: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5433: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5434: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5435: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5436: src/types/pa_vobject.C, src/types/pa_vobject.h,
5437: src/types/pa_vstring.h, src/types/pa_vtable.C,
5438: tests/results/277.processed, src/types/pa_vtable.h,
5439: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5440: ^json:string[$o; $.default[$method]] implemented for VObject (new
5441: feature #803)
5442:
5443: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5444: tests/results/277.processed: json numbers are now treated as
5445: double ( new feature: #834 )
5446:
5447: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5448: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5449: added for out of range checks, zero division in vint/vdouble
5450: check added ( fixes #832 )
5451:
5452: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5453: ( fixes #832 )
5454:
5455: 2012-05-28 misha
5456:
5457: * buildall-with-xml: - --without-lzma option is added to libxml2
5458: configure
5459:
5460: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5461: added - tests for unsupported values for options $.file, $.table
5462: and $.date are added
5463:
5464: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5465: accepts "stat" $.file[] option's value in addition to existed
5466: "text" and "base64" ( new feature: #835 )
5467:
5468: * tests/276.html: - test for
5469: ^reflection:delete[$object-or-class;field-name]
5470:
5471: * src/classes/reflection.C: -
5472: ^reflection:delete[$object-or-class;field-name] is added ( new
5473: feature: #268 )
5474:
5475: 2012-05-27 misha
5476:
5477: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5478:
5479: 2012-05-24 misha
5480:
5481: * src/include/pa_common.h: - method lastposafter was removed
5482:
5483: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5484: lastposafter - ^file:dirname[] & Co proper handle windows file
5485: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5486: work as *nix commands
5487:
5488: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5489:
5490: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5491: rskipchars were added
5492:
5493: * tests/270.html: - more tests for ^file:find[]
5494:
5495: * tests/065.html: - more tests for ^file:dirname[] & Co
5496:
5497: * src/include/pa_version.h: - must be "win32" here. it is
5498: auto-generated on *nix
5499:
5500: 2012-05-24 moko
5501:
5502: * src/classes/math.C: ^math:convert[] now supports uint32 and
5503: throws overflow exception ( new feature: #830 )
5504:
5505: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5506: uint32 support and overflow added ( new feature: #830 )
5507:
5508: 2012-05-23 moko
5509:
5510: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5511: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5512: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5513: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5514: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5515: types/pa_vregex.h, types/pa_vstateless_class.C,
5516: types/pa_vstateless_class.h, types/pa_vstring.h,
5517: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5518: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5519: "return string as-is" removed from as_expr_result. ( new feature:
5520: #831 )
5521:
5522: * tests/results/244.processed: test changed after bug #782 fix
5523: commited
5524:
5525: * tests/results/229.processed: test results for bug #782 commited
5526:
5527: * tests/: 254.html, results/254.processed: uid now just compared,
5528: not printed. :)
5529:
5530: 2012-05-20 moko
5531:
5532: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5533: feature: #341 )
5534:
5535: * tests/: 254.html, results/254.processed: test for
5536: ^reflection:uid[] added
5537:
5538: * tests/: 254.html, results/254.processed: test for
5539: ^reflection:uid[$obj] added
5540:
5541: 2012-05-17 misha
5542:
5543: * src/main/untaint.C: - do not replace ' char by _26 while
5544: exploding filespec-tainting ( new feature: #829 )
5545:
5546: 2012-05-12 moko
5547:
5548: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5549: not.
5550:
5551: 2012-05-08 moko
5552:
5553: * src/types/pa_vmethod_frame.h: bug #782 fixed
5554:
5555: * tests/229.html: test for bug #782
5556:
5557: * tests/results/259.processed, src/main/pa_request.C,
5558: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5559: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5560: src/types/pa_vvoid.h: feature #154 - first empty param now
5561: string; defined locals are empty strings; $STRICT-VARS(true)
5562: added
5563:
5564: 2012-04-27 moko
5565:
1.116 moko 5566: * src/targets/apache/Makefile.am:
1.95 moko 5567: ../../lib/memcached/libmemcached.a added
5568:
5569: 2012-04-27 misha
5570:
5571: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5572: ( #827 )
5573:
5574: 2012-04-25 moko
5575:
5576: * src/: classes/json.C, classes/memcached.C,
5577: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5578: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5579: implemented.
5580:
5581: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5582:
5583: 2012-04-23 moko
5584:
5585: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5586: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5587: types/pa_vmemcached.h: open allows options hash for new
5588: memcached(options) function
5589:
5590: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5591: not appended
5592:
5593: 2012-04-21 moko
5594:
5595: * src/classes/curl.C: '' added. :)
5596:
5597: * src/classes/classes.vcproj: new curl.h location
5598:
5599: * src/classes/curl.C: verbose output redirection from stderr to
5600: file curl option added
5601:
5602: 2012-04-20 moko
5603:
5604: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5605: contains what we need from curl, #ifdef HAVE_CURL removed
5606:
1.116 moko 5607: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5608: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5609: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5610: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5611: configure option
5612:
5613: 2012-04-19 moko
5614:
5615: * src/: classes/double.C, classes/inet.C, classes/int.C,
5616: classes/string.C, lib/gc/include/gc_allocator.h,
5617: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5618: options from sql_result_string removed. (closes issue #468)
5619:
5620: * src/types/pa_vmemcached.C: empty string fix
5621:
5622: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5623: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5624: pa_vmemcached.C
5625:
5626: 2012-04-18 moko
5627:
5628: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5629: apache2-mpm-prefork" error displayed in threaded mpm.
5630:
5631: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5632: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5633: installed (issue #354)
5634:
5635: 2012-04-16 moko
5636:
5637: * src/types/pa_vmemcached.C: call to memcached_result_create and
5638: memcached_result_free removed
5639:
5640: 2012-04-14 moko
5641:
5642: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5643:
5644: * src/types/pa_vmemcached.C: check_key added and used
5645:
5646: 2012-04-13 moko
5647:
5648: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5649: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5650: Serialization_data now added and used, VString now serialized
5651: with languages into memcached.
5652:
5653: 2012-03-28 moko
5654:
5655: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5656: lib/memcached/pa_memcached.h: result lengths added
5657:
5658: 2012-03-27 moko
5659:
5660: * src/types/pa_vmemcached.C: strdup added
5661:
5662: 2012-03-24 moko
5663:
5664: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5665: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5666: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5667:
5668: 2012-03-20 moko
5669:
1.116 moko 5670: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5671:
5672: * src/targets/cgi/Makefile.am: cleanup
5673:
5674: * src/: types/Makefile.am, types/pa_vmemcached.C,
5675: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5676:
5677: * src/: classes/Makefile.am, classes/memcached.C,
5678: lib/memcached/Makefile.am, lib/memcached/constants.h,
5679: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5680: lib/memcached/types.h, lib/Makefile.am: memcached initial
5681:
5682: 2012-03-16 moko
5683:
5684: * src/main/execute.C: ident now works under Linux + ident displays
5685: filenames (closes issue #818)
5686:
1.116 moko 5687: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5688: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5689: pa_vmethod_frame_local.h removed
5690:
5691: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5692: classes/classes.h, classes/curl.C, classes/date.C,
5693: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5694: classes/hashfile.C, classes/image.C, classes/inet.C,
5695: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5696: classes/memory.C, classes/op.C, classes/reflection.C,
5697: classes/regex.C, classes/response.C, classes/string.C,
5698: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5699: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5700: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5701: include/pa_config_fixed.h, include/pa_config_includes.h,
5702: include/pa_dictionary.h, include/pa_dir.h,
5703: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5704: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5705: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5706: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5707: include/pa_request_charsets.h, include/pa_request_info.h,
5708: include/pa_sapi.h, include/pa_socks.h,
5709: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5710: include/pa_stack.h, include/pa_string.h,
5711: include/pa_stylesheet_connection.h,
5712: include/pa_stylesheet_manager.h, include/pa_table.h,
5713: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5714: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5715: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5716: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5717: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5718: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5719: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5720: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5721: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5722: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5723: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5724: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5725: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5726: main/pa_string.C, main/pa_stylesheet_connection.C,
5727: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5728: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5729: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5730: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5731: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5732: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5733: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5734: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5735: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5736: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5737: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5738: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5739: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5740: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5741: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5742: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5743: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5744: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5745: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5746: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5747: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5748: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5749: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5750: types/pa_vresponse.h, types/pa_vstateless_class.C,
5751: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5752: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5753: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5754: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5755: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5756: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5757: ident now works under Linux + ident displays filenames (closes
5758: issue #818) Copyright updated
5759:
5760: 2012-03-13 moko
5761:
5762: * src/main/pa_string.C: compilation fix for feature #741
5763:
5764: 2012-03-09 misha
5765:
5766: * tests/193.html: - tests for ^string:base64[encoded] are updated
5767:
5768: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5769: now detects invalid base64 chars in the middle of encoded stricg
5770: ( new feature: #55 )
5771:
5772: * src/include/pa_exception.h: - new exception type for base64
5773: decoding is added
5774:
5775: 2012-03-06 misha
5776:
5777: * tests/274.html: - tests for ^date::today[] and
5778: ^date.sql-string[datetime|date|time] are added
5779:
5780: * src/classes/date.C: - constructor ^date::today[] is added ( new
5781: feature: #811 ) - ^date.sql-string[] now can accept one param --
5782: strings "datetime", "date" or "time" - comments tidying up
5783:
5784: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5785: date and time
5786:
5787: 2012-03-03 misha
5788:
5789: * tests/193.html: - tests for
5790: ^string:base64[encoded;$.strict(true)] are added
5791:
5792: * tests/results/auto.p: - try-catch operator is added
5793:
5794: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5795: main/pa_common.C: - $.strict(true|false) option is added to
5796: base64 decode methods ( new feature: #55 )
5797:
5798: * src/main/pa_common.C: - base64 decode memory usage was decreased
5799: ( new feature: #819 )
5800:
5801: 2012-02-28 moko
5802:
5803: * src/classes/hash.C: ident test
5804:
5805: 2012-02-27 misha
5806:
5807: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5808:
5809: 2012-01-08 misha
5810:
5811: * tests/273.html: - tests for ^string.replace[from;to] are added
5812:
5813: * src/: classes/string.C, include/pa_dictionary.h,
5814: main/pa_dictionary.C, main/pa_string.C: -
5815: ^string.replace[from;to] is added ( new feature: #741 ) -
5816: ^string.replace[one subst here] is slightly optimized
5817:
5818: 2011-12-07 misha
5819:
5820: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5821: named table with one empty column ( bugfix: #63 )
5822:
5823: 2011-11-30 misha
5824:
5825: * src/classes/json.C: - it's possible to set user's method for
5826: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5827: #763 )
5828:
5829: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5830:
5831: 2011-11-23 misha
5832:
5833: * src/: classes/curl.C, classes/file.C, classes/image.C,
5834: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5835: types/pa_vfile.h, types/pa_vform.C: - constructor
5836: ^file::create[mode;filename;content[;options]] now accepts binary
5837: mode and file-content - new constructor's format:
5838: ^file::create[string-or-file-content[;$.name[filename]
5839: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5840: feature: #65 )
5841:
5842: * src/: include/pa_request.h, main/pa_request.C: - new method
5843: mime_type_of(const String*) is added
5844:
5845: * src/include/pa_exception.h: - new exception constant
5846: FILE_NAME_MUST_BE_SPECIFIED is added
5847:
5848: * src/classes/table.C: - bug with negative offset transformed into
5849: a feature. it means pointing to a row from the end of the table (
5850: new feature: #810 )
5851:
5852: 2011-11-19 misha
5853:
5854: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5855: â ìåòîäå _select ( new feature: #810 )
5856:
5857: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5858: options were specified together is simplified
5859:
5860: 2011-11-12 misha
5861:
5862: * src/main/pa_request.C: - forgotten fix for escaping filename in
5863: HTTP content-disposition header (a part of bug #361 )
5864:
5865: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5866: checks for ancestors' classes as well ( new feature: #456 )
5867:
5868: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5869: "without cycle" now have types "parser.break" and
5870: "parser.continue" instead of "parser.runtime" ( new feature: #799
5871: )
5872:
5873: 2011-11-11 misha
5874:
5875: * tests/results/: 099.processed, 100.processed, 205.processed,
5876: 237.processed: - since bug #361 was fixed the content of filename
5877: in HTTP headers is quoted
5878:
5879: * tests/results/270.processed: - result for test 270
5880:
5881: * tests/: 065.html, results/065.processed: - more tests for
5882: ^file:basename[] & Co were added
5883:
5884: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5885:
5886: * tests/270.html: - tests for ^file:find[] are added
5887:
5888: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5889: using option $.charset. option $.engoding is still supported but
5890: these options can not be specified together
5891:
5892: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5893: comparation charset name with string "UTF-8" ( bugfix: #759 )
5894:
5895: 2011-10-11 misha
5896:
5897: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5898: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5899: #622)
5900:
5901: 2011-09-30 misha
5902:
5903: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5904: exception "saving stat-ed file" ( bugfix: #395 )
5905:
5906: 2011-05-30 misha
5907:
5908: * src/classes/string.C: - fixed bug which was added with
5909: params.as_hash into string:sql
5910:
5911: 2011-05-29 misha
5912:
5913: * src/types/pa_value.C: - filename in content-disposition header
5914: must be quoted ( bugfix: #361 )
5915:
5916: 2011-05-27 misha
5917:
5918: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5919: created file
5920:
5921: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5922: usage
5923:
5924: * src/include/pa_exception.h: - one more string for exception was
5925: added
5926:
5927: 2011-05-25 misha
5928:
5929: * tests/269.html: - tests for checking input params in some dom
5930: methods
5931:
5932: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5933: was added. it isn't possible not wo create xdoc with invalid
5934: tagName. ( bugfix: #160 )
5935:
5936: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5937: string "data must be string" was mover from pa_exception.h to
5938: pa_xml_exception.h
5939:
5940: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5941: as_xmlncname, as_xmlname and as_xmlnsuri were added
5942:
5943: * src/main/pa_xml_exception.C: - XmlException accepts more options
5944:
5945: * src/include/pa_xml_exception.h: - XmlException accepts more
5946: options - XML-related exception's strings were added
5947:
5948: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5949: output_options were removed)
5950:
5951: 2011-05-19 misha
5952:
5953: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5954: params.as_hash is used more while parsing methods hash-options
5955:
5956: 2011-05-18 misha
5957:
5958: * operators.txt: - info about json-serialization of xdoc was added
5959:
5960: * tests/256.html: - tests for json-serialization xdoc were added
5961:
5962: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5963:
5964: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5965: classes/json.C, classes/xdoc.C: - now json:string can serialize
5966: xdoc-objects. options (the same as ^xdoc.string[]) could be
5967: specified in $.xdoc[] ( new feature: #265 )
5968:
5969: 2011-05-15 misha
5970:
5971: * tests/268.html: - tests for ^table.count[with options] were added
5972:
5973: * src/classes/table.C: - method ^table.count[] now can accept
5974: options ( new feature: #93 ): ^table.count[column] returns number
5975: of columns for named table; ^table.count[cells] returns number of
5976: cells in the current row; ^table.count[] & ^table.count[rows]
5977: return number of rows in a table.
5978:
5979: * tests/267.html: - test for checking switch/case in boolean mode
5980: was added
5981:
5982: * src/classes/op.C: - if switch's or case's value is bool, they are
5983: compared as bool values, not as double values: new feature: #351
5984:
5985: 2011-05-06 misha
5986:
5987: * tests/242.html: - EOL before EOF was added
5988:
5989: * tests/169.html: - tests for splitting empty string and void were
5990: added
5991:
5992: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5993: returned table with one empty cell)
5994:
5995: 2011-04-03 misha
5996:
5997: * src/include/pa_version.h, configure.in: - version in head was
5998: changed to 3.4.2b
5999:
6000: 2011-03-30 misha
6001:
6002: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6003: as well ( new feature #294 )
6004:
6005: 2011-03-29 misha
6006:
6007: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6008: limited to approx. 6 MB. previous limits were too big for real
6009: life. bugfix: #216
6010:
6011: 2011-03-04 moko
6012:
6013: * etc/parser3.charsets/cp866.cfg: Conforms to
6014: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6015:
6016: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6017: vlalek@
6018:
6019: 2011-02-22 misha
6020:
6021: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6022: be under #ifdef XML or parser can't be compiled without xml
6023: support
6024:
6025: 2011-02-21 misha
6026:
1.116 moko 6027: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6028: ApacheModuleParser3.vcproj was removed
6029:
6030: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6031: removed)
6032:
6033: 2011-02-20 misha
6034:
6035: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6036: $.overridden in ^reflection:method_info[...] were added
6037:
6038: * src/classes/reflection.C: - beautifying result of
6039: ^reflection:method_info[] ($.overridden/inherited)
6040:
6041: 2011-02-18 misha
6042:
6043: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6044: and pa_isalnum instead of isalpha and isalnum - bug with
6045: redundand quoting lowercased latin chars while building email
6046: body was fixed
6047:
6048: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6049: added (they check for latin chars only)
6050:
6051: 2011-02-16 misha
6052:
6053: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6054: string size for transcoding gave too small value (should ever
6055: look for availability char in dest charset inspite of the char
6056: size)
6057:
6058: 2011-02-04 moko
6059:
6060: * tests/223.html: header values now not url-encoded (issue #195)
6061:
6062: 2011-02-01 misha
6063:
6064: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6065:
6066: 2011-01-31 misha
6067:
6068: * src/main/pa_request.C: - throw exception if param file_name in
6069: use_file is empty
6070:
6071: 2011-01-08 moko
6072:
6073: * src/classes/curl.C: compilations errors fixed
6074:
6075: 2010-12-29 moko
6076:
6077: * tests/: 265.html, results/265.processed: test for issue #200
6078: added
6079:
6080: * src/main/pa_string.C: empty regex result check added (fixes issue
6081: #200)
6082:
6083: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6084:
6085: * tests/results/223.processed: header values now not url-encoded
6086: (issue #195)
6087:
6088: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6089: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6090: pa_http_safe_header_name added for headers names (fixes bug #195)
6091:
6092: 2010-12-18 misha
6093:
6094: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6095: => pa-include
6096:
6097: 2010-11-28 moko
6098:
6099: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6100:
6101: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6102: -> pa
6103:
6104: * configure.in: apr -> pa
6105:
6106: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6107:
6108: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6109: classes/Makefile.am, types/Makefile.am: apr -> pa
6110:
6111: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6112: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6113: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6114: pa-include/pa_apr.h, pa-include/pa_errno.h,
6115: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6116: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6117: module apr name conflict resolved)
6118:
6119: 2010-11-27 misha
6120:
6121: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6122: libbz2
6123:
6124: 2010-11-26 misha
6125:
6126: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6127: warnings removed
6128:
6129: 2010-11-25 moko
6130:
6131: * operators.txt: $.indent(true)
6132:
6133: * operators.txt: another bugfix. :)
6134:
6135: * operators.txt: bugfix. :)
6136:
6137: * buildall-with-xml: libxml2-2.7.8 + with-apache
6138:
6139: 2010-11-24 moko
6140:
1.116 moko 6141: * configure: apxs support
1.95 moko 6142:
6143: * configure.in: apxs support -Bstatic gc removed for OS X
6144:
6145: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6146:
6147: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6148: THREAD_LOCAL usage
6149:
6150: * src/: classes/curl.C, include/pa_config_includes.h,
6151: main/pa_globals.C: THREAD_LOCAL defined and used
6152:
6153: 2010-11-23 moko
6154:
6155: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6156: should be passed to pa_sleep, and only fractional part (bugfix:
6157: #188)
6158:
6159: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6160:
6161: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6162: GC_dont_gc=1, as in cgi version
6163:
6164: * src/targets/apache/mod_parser3.c: warning war
6165:
6166: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6167: pa_httpd.h: version removed, some trash removed
6168:
6169: * src/targets/apache/mod_parser3.c: version removed (we don't want
6170: to show it), warning war
6171:
6172: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6173: pa_httpd.h: parser_status_allowed removed + merge config
6174: functions removed (override is the default) + beauty
6175:
6176: * src/: include/pa_request.h, main/pa_request.C,
6177: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6178: hide $status used in apache module removed
6179:
6180: 2010-11-18 moko
6181:
6182: * operators.txt: $.table[compact] added for ^json:string[]
6183:
6184: 2010-11-16 moko
6185:
6186: * src/targets/apache/mod_parser3.c: some cleanup done
6187:
6188: * src/main/untaint.C: bugfix: first, second String::Body argument
6189: is hashcode; second, info.fragment_begin is original, not
6190: resulting length
6191:
6192: * src/classes/file.C: new feature: $.stdin now untainted
6193:
6194: * tests/results/264.processed: new feature: $.stdin[] now untainted
6195:
6196: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6197:
6198: * src/classes/op.C: ^apply-taint[] method added
6199:
6200: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6201: added; $.stdin untaint test added
6202:
6203: 2010-11-15 moko
6204:
6205: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6206: removed
6207:
6208: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6209: pa_httpd.h: 2x2 calculated under apache2. :)
6210:
6211: 2010-11-13 moko
6212:
6213: * src/targets/apache/mod_parser3.c: initial changes to build module
6214: with apache 2.x includes
6215:
6216: * src/targets/apache/: Makefile.am, mod_parser3.c,
6217: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6218: united apache 1.3 / apache 2.x DSO module
6219:
6220: 2010-11-09 moko
6221:
6222: * src/types/pa_method.h: check added to dissallow @method[name;*]
6223: syntax
6224:
6225: * tests/: 263.html, results/263.processed: test from method[*args]
6226: added
6227:
6228: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6229: number of params can now be passed to a method declared with *arg
6230:
6231: 2010-11-06 moko
6232:
6233: * src/classes/table.C: formating fixed. :)
6234:
6235: * src/classes/table.C: closes #4: ^table.select now supports
6236: $.limit(), $.offset, $.reverse() options
6237:
6238: * tests/: 262.html, results/262.processed: test for ^table:select
6239: with options added (feature #4)
6240:
6241: * src/include/pa_array.h: remove function added
6242:
6243: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6244: object in get_element/put_element, using static one.
6245:
6246: 2010-11-04 moko
6247:
6248: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6249: options is passed
6250:
6251: * tests/: 256.html, results/256.processed: $.table[compact] feature
6252: now tested; k and p in handler now tested.
6253:
6254: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6255: $.table[compact] feature added
6256:
6257: * src/classes/json.C: key is now passed to handler in
6258: value_json_string; ^json:string result now process tainting
6259: inside and returns clean string, related to issue #153
6260:
6261: * src/main/untaint.C: bugfix: charset can be null (in
6262: ^string:save[] as example), thus check is added
6263:
6264: 2010-10-31 moko
6265:
6266: * src/classes/string.C: error message changed (fixes issue #149)
6267:
6268: 2010-10-29 moko
6269:
6270: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6271: port is not default (fixes issue #155); exception on invalid port
6272: added.
6273:
6274: * src/main/untaint.C: '*' is now not urlencoded to allow header
6275: "Accept: */*" to be passed
6276:
6277: 2010-10-28 moko
6278:
6279: * src/classes/curl.C: bugfix: detect_charset() was throwing
6280: exception on unknown charset even if response_charset was
6281: specified
6282:
6283: 2010-10-27 moko
6284:
6285: * src/classes/string.C: ^string.append removed for void
6286: compatibility
6287:
6288: 2010-10-26 moko
6289:
6290: * src/classes/json.C: libjson supports array at top level, we too
6291: (GPF fixed)
6292:
6293: 2010-10-25 moko
6294:
6295: * tests/: 253.html, results/253.processed: libjson supports array
6296: at top level, parser now supports it as well.
6297:
6298: * tests/261.html, tests/results/261.processed,
6299: src/types/pa_vstring.h: empty string is now void compatible
6300: (allows $empty.key)
6301:
6302: 2010-10-22 misha
6303:
6304: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6305: while adding additional expires checkout)
6306:
6307: * tests/030.html: - test for session cookie was added
6308:
6309: 2010-10-21 moko
6310:
6311: * src/: classes/string.C, classes/void.C, main/execute.C,
6312: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6313: string (feature #111)
6314:
6315: * tests/: 261.html, results/261.processed: checks void from string
6316: inheritance (feature #111)
6317:
6318: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6319: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6320: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6321: now true by default
6322:
6323: 2010-10-17 moko
6324:
6325: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6326: upload now uses binary blocks instead of L_FILE_POST tainting.
6327: (bugfix: #128)
6328:
6329: * tests/: 223.html, results/223.processed: binary file upload test
6330: added, GPF (issue #128) also checked in this test
6331:
6332: 2010-10-13 misha
6333:
6334: * tests/260.html: - test for math:convert
6335:
6336: * src/classes/math.C: - error in math:convert was fixed
6337:
6338: * operators.txt: - info about
6339: ^math:convert[number](from-base;to-base) was added
6340:
6341: * src/classes/math.C: - method
6342: ^math:convert[number](from-base;to-base) for converting number
6343: represention from one base to another was added ( new feature:
6344: #23 )
6345:
6346: 2010-10-13 moko
6347:
6348: * src/main/compile.tab.C: [] now is empty string, not void
6349:
6350: * src/main/compile.y: [] now is empty string, not void
6351:
6352: * src/types/pa_vvoid.h: void now passed as parameter
6353:
6354: * tests/: 259.html, results/259.processed: to test difference
6355: between void and empty string (see ticket #111)
6356:
6357: * tests/results/152.processed: $sEmpty[] is now empty string, not
6358: void
6359:
6360: * tests/256.html: $s[$void] is no longer empty string
6361:
6362: * tests/254.html: empty string is no longer void
6363:
6364: 2010-10-12 misha
6365:
6366: * src/types/pa_vcookie.C: - check if $.expires value can be
6367: converted to date during cookies set up ( bugfix: #104 )
6368:
6369: * tests/041.html: - more tests for ^table.locate were added
6370:
6371: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6372: work ( bugfix: #129 ) - exception comment for incorrect options
6373: ^table.locate[field;value;options] was fixed
6374:
6375: 2010-10-10 moko
6376:
6377: * src/: classes/reflection.C, main/execute.C: constructor returning
6378: another object feature returned
6379:
6380: * tests/results/258.processed: test result updated as constructor
6381: returning another object feature returned
6382:
6383: * tests/: 258.html, results/258.processed: test for constructor
6384: returning another object
6385:
6386: 2010-10-08 misha
6387:
6388: * tests/257.html: - whitespaces after @METACOMMANDS and their
6389: options shouldn't cause exceptions any longer
6390:
6391: 2010-10-06 moko
6392:
6393: * src/classes/: hash.C, table.C: length from sql server is now
6394: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6395:
6396: 2010-10-02 misha
6397:
6398: * operators.txt: - the X mark was removed from ^cache[file]. it is
6399: usable to delete cache file.
6400:
6401: 2010-10-02 moko
6402:
6403: * tests/: 253.html, results/253.processed: hook_key added for key
6404: checking
6405:
6406: * src/classes/json.C: null key bug fixed
6407:
6408: 2010-09-29 misha
6409:
6410: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6411:
6412: 2010-09-25 moko
6413:
6414: * src/classes/json.C: small fixed
6415:
6416: * tests/results/: 253.processed, 255.processed: just updated
6417:
6418: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6419: results/255.processed: charset transcode test added for
6420: json:parse
6421:
6422: 2010-09-24 moko
6423:
6424: * src/types/pa_value.h: warning war :)
6425:
6426: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6427: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6428: ^json:string
6429:
6430: 2010-09-22 moko
6431:
6432: * src/main/pa_charset.C: parser charset tables declare only
6433: white-space before 0x20, thus adding the missing chars
6434:
6435: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6436: to http://unicode.org/Public/MAPPINGS/VENDORS/
6437:
6438: 2010-09-21 misha
6439:
6440: * src/main/compile.y: - some semicolons were added (VS2010 don't
6441: want to compile grammar if they are absent)
6442:
6443: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6444:
6445: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6446:
6447: * src/main/main.vcproj: - path to bison is changed
6448:
6449: 2010-09-21 moko
6450:
1.116 moko 6451: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6452: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6453: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6454:
6455: 2010-09-20 misha
6456:
6457: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6458:
6459: * src/classes/json.C: - add EOL while json-serializing hash
6460:
6461: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6462: compilers don't like 'ES'.
6463:
6464: 2010-09-17 misha
6465:
6466: * operators.txt: - info about json class was added
6467:
6468: * src/classes/json.C: - ^json:string[object]
6469:
6470: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6471: preventing infinite recursion while executing json:string was
6472: added
6473:
6474: * src/include/pa_string.h: - method append_quoted was added
6475:
6476: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6477: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6478: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6479: was added to Value & Co
6480:
6481: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6482: were used
6483:
6484: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6485: were added
6486:
6487: 2010-09-10 moko
6488:
6489: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6490: die_or_abort (backport from 3.4.1)
6491:
6492: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6493: die_or_abort (bugfix: #106)
6494:
6495: 2010-09-09 moko
6496:
6497: * src/classes/json.C: warning war. :)
6498:
6499: 2010-09-08 misha
6500:
6501: * src/lib/json/Makefile.am: - additional include directories were
6502: added (for pa_memory.h and gc.h)
6503:
6504: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6505: compile as C++ instead default - additional include directory was
6506: added (for gc.h)
6507:
6508: * src/types/pa_vform.C: - little code reformating
6509:
6510: * src/classes/file.C: - $.content-type option now can be specified
6511: in ^file::create ( new feature: #102 )
6512:
6513: 2010-09-08 moko
6514:
6515: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6516: pa_malloc/pa_free
6517:
6518: 2010-09-07 moko
6519:
6520: * tests/results/254.processed: VStateless_class:put_element
6521: exception was fixed
6522:
6523: * src/types/: pa_value.h, pa_vstateless_class.h: now
6524: VStateless_class:put_element barks self.type, not this.type
6525: (bugfix: #105)
6526:
6527: 2010-09-06 moko
6528:
6529: * src/classes/reflection.C: bugfix: new String() is required for
6530: exception handling
6531:
6532: * tests/: 254.html, results/254.processed: test modified
6533:
6534: 2010-09-05 moko
6535:
6536: * tests/: 254.html, results/254.processed: ^reflection:copy test
6537: added
6538:
6539: * src/: classes/reflection.C, include/pa_request.h:
6540: ^reflection:copy implemented (new feature: #100)
6541:
6542: 2010-09-03 moko
6543:
6544: * src/lib/json/JSON_parser.C: c++ compatiblity
6545:
6546: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6547: option testing added
6548:
6549: 2010-09-02 moko
6550:
6551: * src/classes/json.C: $.distinct[first|last|all] added
6552:
6553: 2010-09-01 moko
6554:
6555: * tests/results/253.processed: json test result
6556:
6557: * tests/: 253.html, 253_json.txt: json test added
6558:
6559: * src/classes/json.C: json.C update to actual version + hash key
6560: creation bugfix
6561:
6562: 2010-08-31 misha
6563:
6564: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6565: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6566: src/lib/Makefile.am, src/classes/Makefile.am,
6567: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6568: json library was added
6569:
6570: 2010-08-30 moko
6571:
6572: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6573: types/pa_vobject.C: cosmetic optimization in
6574: request:execute_method usage
6575:
6576: * src/: include/pa_charset.h, main/pa_charset.C: small
6577: optimization, just to decrease number of lines. :)
6578:
6579: 2010-08-27 misha
6580:
6581: * src/classes/op.C: - taint[json] was added
6582:
6583: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6584: were added
6585:
6586: * src/main/pa_exec.C: - warning fix was rolled back.
6587:
6588: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6589: include/pa_string.h: - taint[json] was added - escaping was
6590: slightly modified
6591:
6592: 2010-08-25 misha
6593:
6594: * src/classes/file.C: - typo in file:sql exception was fixed
6595:
6596: * src/main/pa_exec.C: - warning about declared and not used
6597: variable forced_allow was removed
6598:
6599: 2010-08-14 misha
6600:
6601: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6602: were removed
6603:
6604: 2010-08-11 moko
6605:
6606: * tests/: 249.html, results/249.processed: default setter and
6607: anti-recursive default getter test added
6608:
6609: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6610: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6611: types/pa_vobject.h, types/pa_vstateless_class.C,
6612: types/pa_vstateless_class.h: default setter support +
6613: anti-recursive default getter support ( new feature: #13 )
6614:
6615: * src/include/pa_hash.h: optimization: threshold member removed
6616: from hash, reducing sizeof(hash)
6617:
6618: 2010-08-10 misha
6619:
6620: * tests/196.html: - junction-method was added to the test
6621:
6622: * tests/248.html: - ups. typo :)
6623:
6624: * tests/248.html: - test for checking .match with 4 params
6625:
6626: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6627: 247_windows1251.txt: - test for "transcode file from utf-8 to
6628: $request:charset during loading if the BOM code is detected"
6629:
6630: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6631: $request:charset during loading if the BOM code is detected ( new
6632: feature: #98 )
6633:
6634: 2010-08-05 misha
6635:
6636: * src/classes/image.C: - ^image.replace now can accept only 2
6637: params. in this case the whole image is affected ( new feature:
6638: #95 )
6639:
6640: 2010-08-04 misha
6641:
6642: * tests/246.html: - test tor ^hash._at[] was added
6643:
6644: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6645: #53 )
6646:
6647: * src/include/pa_hash.h: - methods for accessing the first and the
6648: last values of ordered hash were added (first_value and
6649: last_value)
6650:
6651: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6652: (similar to others file's methods):
6653: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6654: #68 )
6655:
6656: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6657:
6658: 2010-08-01 moko
6659:
6660: * src/classes/op.C: to correctly process $result[] in code, called
6661: from ^process
6662:
6663: * tests/245.html: $result in ^process[] test added
6664:
6665: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6666: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6667: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6668: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6669: caller, self) op_call(VMethodFrame &frame, bool constructing)
6670: removed, construct(class,method) added
6671:
6672: * tests/results/: 192.processed, 244.processed: request::construct
6673: added
6674:
6675: * tests/: 244.html, 245.html, results/244.processed,
6676: results/245.processed: object creation exceptions and ^process
6677: tests added
6678:
6679: 2010-07-28 misha
6680:
6681: * tests/make_tests.cmd: - win32 EOLs
6682:
6683: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6684: tests on Win32 were added (The system timezone should be GMT+3)
6685:
6686: 2010-07-26 misha
6687:
6688: * tests/: 212.html, results/212.processed: - sizes were removed
6689: mecause they could be different on different OSs
6690:
6691: * tests/065.html: - make it "win32 friendly"
6692:
6693: 2010-07-25 misha
6694:
6695: * src/main/compile.y: - all EOLs between methods are removed during
6696: compilation ( new feature: #47 )
6697:
6698: * tests/results/149.processed: - prepare tests to trim trailing
6699: methods' EOLs
6700:
6701: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6702:
6703: * tests/: results/006.processed, results/014.processed, 006.html,
6704: 014.html, 022.html: - prepare tests to trim trailing methods'
6705: EOLs
6706:
6707: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6708: results/071.processed, results/022.processed: - prepare tests to
6709: trim trailing methods' EOLs
6710:
6711: * tests/: results/073.processed, results/109.processed,
6712: results/142.processed, results/144.processed,
6713: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6714: 144.html: - prepare tests to trim trailing methods' EOLs
6715:
6716: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6717: 149.html, 152.html, results/096.processed, results/107.processed,
6718: results/109.processed, results/142.processed,
6719: results/144.processed: - prepare tests to trim trailing methods'
6720: EOLs
6721:
6722: 2010-07-24 moko
6723:
6724: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6725: the hash order in this test
6726:
6727: * tests/014.html: to check hash order, hash no is longer sorted
6728: before print
6729:
6730: * src/include/pa_hash.h: hash copy constructor now keeps order
6731: (bugfix: #54)
6732:
6733: 2010-07-23 moko
6734:
6735: * tests/results/224.processed: @auto[] is no longer inherited
6736:
6737: * src/types/pa_vstateless_class.C, tests/227.html,
6738: tests/results/227.processed: @auto[] is no longer inherited
6739: (bugfix: #57)
6740:
6741: 2010-07-22 misha
6742:
6743: * src/classes/table.C: - don't skip comment lines during
6744: table::load if encloser or separator is set as '#' ( new feature:
6745: #30 )
6746:
6747: * src/targets/cgi/parser3.C: - don't run as cgi if
6748: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6749: #12 )
6750:
6751: * src/classes/file.C: - set PARSER_VARSION env before external
6752: script executing
6753:
6754: 2010-07-13 misha
6755:
6756: * tests/058.html: - test for suppressing @border was added - test
6757: for user attribute was added
6758:
6759: * tests/results/186.processed: unescaping from \uXXXX
6760:
6761: * tests/186.html: unescaping from \uXXXX
6762:
6763: * tests/: 239.html, results/239.processed: method call type
6764:
6765: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6766: $junction_method.CLASS_NAME (+CLASS)
6767:
6768: 2010-07-07 misha
6769:
6770: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6771: *nix
6772:
6773: 2010-07-05 misha
6774:
6775: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6776: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6777: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6778: comment strings "options must be hash", "options must be hash,
6779: not code" and "called with invalid option" were replaced by
6780: constatns - exception comment string "invalid option passed" was
6781: replaced by "called with invalid option" (now in different
6782: methods are the same exception comment string)
6783:
6784: * src/include/pa_exception.h: - more exception strings were defined
6785:
6786: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6787: types/pa_vstateless_class.h: - now we can define possible
6788: method's call type ( new feature: #5 ) 1.
6789: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6790: methods 2. @static:method[params] (only static keyword could be
6791: used here) -- for specified methods
6792:
6793: * src/main/pa_common.C: - junction points should not be deleted on
6794: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6795: cleanup
6796:
6797: 2010-07-03 misha
6798:
6799: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6800: results/158.processed, results/160.processed,
6801: results/161.processed, results/162.processed,
6802: results/163.processed: - prepare tests to trim trailing methods'
6803: EOLs
6804:
6805: * tests/results/169.processed: - prepare tests to trim trailing
6806: methods' EOLs
6807:
6808: * tests/results/: 168.processed, 169.processed: - prepare tests to
6809: trim trailing methods' EOLs
6810:
6811: * tests/: results/170.processed, results/167.processed,
6812: results/168.processed, results/169.processed, 167.html, 168.html,
6813: 169.html: - prepare tests to trim trailing methods' EOLs
6814:
6815: * tests/: results/170.processed, results/171.processed,
6816: results/172.processed, results/173.processed,
6817: results/174.processed, results/175.processed, 170.html, 171.html,
6818: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6819: trailing methods' EOLs
6820:
6821: * tests/: results/176.processed, results/180.processed,
6822: results/184.processed, results/185.processed,
6823: results/191.processed, results/192.processed,
6824: results/196.processed, results/197.processed,
6825: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6826: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6827: to trim trailing methods' EOLs
6828:
6829: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6830: results/199.processed, results/208.processed,
6831: results/209.processed, results/213.processed,
6832: results/214.processed: - prepare tests to trim trailing methods'
6833: EOLs
6834:
6835: 2010-06-29 misha
6836:
6837: * tests/: 220.html, 218.html, results/218.processed,
6838: results/215.processed, results/217.processed, 215.html, 217.html:
6839: - prepare tests to trim trailing methods' EOLs
6840:
6841: * tests/: results/224.processed, 224.html, 223.html,
6842: results/223.processed, results/220.processed: - prepare tests to
6843: trim trailing methods' EOLs
6844:
6845: * tests/results/: 226.processed, 230.processed: - prepare tests to
6846: trim trailing methods' EOLs
6847:
6848: * tests/: 229.html, results/229.processed: - prepare tests to trim
6849: trailing methods' EOLs
6850:
6851: * tests/: 232.html, 235.html, results/232.processed,
6852: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6853: results/226.processed, results/227.processed,
6854: results/228.processed, results/230.processed: - prepare tests to
6855: trim trailing methods' EOLs
6856:
6857: 2010-06-16 moko
6858:
6859: * tests/: 229.html, results/229.processed: elseif now supported in
6860: ^if
6861:
6862: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6863:
6864: 2010-06-03 misha
6865:
6866: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6867: instead of memcopy for overlaped regions
6868:
6869: 2010-05-25 misha
6870:
6871: * src/main/pa_common.C: - wanring about unused vars was removed
6872:
6873: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6874: get_method_filename was moved to execute.C
6875:
6876: 2010-05-23 misha
6877:
6878: * src/main/pa_request.C: - more accurate detection of method's file
6879:
6880: 2010-05-22 misha
6881:
6882: * src/classes/reflection.C: - bugfix: core during detection of
6883: .file if filespec isn't detected successfully
6884:
6885: 2010-05-20 misha
6886:
6887: * src/main/pa_request.C: - fix in get_method_filename
6888:
6889: * src/include/pa_request.h: - new feature: #24 -- searching
6890: included file in @USE/^use is changed. if its filespec doesn't
6891: start from '/' it will be searched in caller file directory
6892:
6893: * src/classes/reflection.C: - ^reflection:method_info returns file
6894: where the method is defined
6895:
6896: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6897: classes/op.C: - new feature: #24 -- searching included file in
6898: @USE/^use is changed. if its filespec doesn't start from '/' it
6899: will be searched in caller file directory
6900:
6901: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6902: is moved to pa_common.h
6903:
6904: 2010-05-18 misha
6905:
6906: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6907: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6908: cookie parser decode \uXXXX as well as %uXXXX
6909:
6910: 2010-05-17 misha
6911:
6912: * src/classes/curl.C: beauty: - unused param is removed in method
6913: _curl_version_action - some spaces were removed or replaced by
6914: tabs
6915:
6916: * src/classes/table.C: - bugfix: #72 core with empty value during
6917: ^table.hash[...;name_of_the_last_column][$.type[string]]
6918:
6919: 2010-05-16 misha
6920:
6921: * src/classes/curl.C: new: #61 more curl options were added
6922: (contributed by Sumo)
6923:
6924: 2010-04-29 pretender
6925:
6926: * src/main/pa_string.C: fixes #63 Split result from empty string
6927: now empty string.
6928:
6929: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6930: string type.
6931:
6932: 2010-04-28 pretender
6933:
6934: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6935: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6936: macrodefinition removed
6937:
6938: 2010-04-19 pretender
6939:
6940: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6941: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6942:
6943: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6944: fixes #64 Now file.missing exception generates in unsafe mode to.
6945:
6946: * src/classes/file.C: fixes #48 Now not throw "not save environment
6947: variable" exception in grpunlim version.
6948:
6949: 2010-04-05 misha
6950:
6951: * src/classes/string.C: - new feature: 4th param was added to
6952: match. if specified its value is returned in case of nothing was
6953: found
6954:
6955: 2010-04-01 misha
6956:
6957: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6958: multiple execution of /a/b/auto.p
6959:
6960: 2010-03-19 misha
6961:
6962: * src/main/execute.C: - core in $table1.$table2 was fixed
6963:
6964: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6965:
6966: 2010-01-27 misha
6967:
6968: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6969: trying to open file by path /existing-file/non-exixting-file
6970:
6971: 2010-01-26 misha
6972:
6973: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6974: was added (returns file)
6975:
6976: 2009-12-22 misha
6977:
6978: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6979: now parser doesn't have class curl if it was built without it
6980:
6981: 2009-12-15 misha
6982:
6983: * configure.in: - little cheat with curl include dir was added
6984:
6985: 2009-12-05 misha
6986:
6987: * src/classes/curl.C: - some fixes
6988:
6989: 2009-12-04 misha
6990:
6991: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6992: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6993: buildall-with-xml, buildall-without-xml, configure.in: - curl
6994: class was added
6995:
6996: * src/include/pa_hash.h: - hash-iterator was added
6997:
6998: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6999: was added to pcre
7000:
7001: 2009-11-27 misha
7002:
7003: * src/classes/image.C: - don't add @border attribute to output of
7004: ^image.html[] if it was specified by user with empty value
7005:
7006: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7007: root element and we are trying to access .documentElement
7008:
7009: 2009-11-11 misha
7010:
7011: * src/classes/table.C: - in ^table.flip[] look at number of columns
7012: instead of number of items in first row for named tables
7013:
7014: 2009-11-10 misha
7015:
7016: * operators.txt: - info about hash-options in ^file::create was
7017: added
7018:
7019: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7020: added
7021:
7022: 2009-11-09 misha
7023:
7024: * buildall-with-xml: - moving to libxml 2.7.6
7025:
7026: * tests/236.html: - tests for comparations cords with functions
7027: were added
7028:
7029: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7030: added
7031:
7032: * src/main/pa_http.C: - little optimisation
7033:
7034: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7035: GPF mallocs + stringstream (table.save)
7036:
7037: * src/classes/file.C: - file::create now accepts 4th param: options
7038: with $.charset
7039:
7040: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7041: bug in cord (comparation cords with functions was buggy)
7042:
7043: 2009-11-06 misha
7044:
7045: * src/main/pa_string.C: - bugfix: calculation string.length
7046: sometimes was buggy
7047:
7048: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7049: destroyed if exception occured during match/replace
7050:
7051: * src/: main/pa_charset.C, include/pa_charset.h: - method
7052: lengthUTF8Char was added
7053:
7054: * src/classes/op.C: - clean tainting lang was added for user's
7055: usage
7056:
7057: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7058: fixed: checkouts are required after GC_MALLOC
7059:
7060: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7061:
7062: * operators.txt: - actually, there is no ^untaint[xml] in
7063: file::create
7064:
7065: 2009-10-15 misha
7066:
7067: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7068: were added
7069:
7070: * tests/234.html: - more tests for checking ^taint[uri] escaping
7071: were added
7072:
7073: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7074: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7075: hacking: for dealing with transcoding+^taint[uri]
7076: transcode_and_untaint was replaced by untaint_and_transcode
7077:
7078: 2009-10-13 misha
7079:
7080: * tests/: 121.html, results/121.processed: - test transcoding +
7081: url-escaping now
7082:
7083: * tests/results/auto.p: - more helpers' methods were added
7084:
7085: * src/main/pa_globals.C: - die instead of abort
7086:
7087: 2009-10-06 misha
7088:
7089: * src/main/pa_common.C: - don't allocate memory during
7090: capitalization if input string is already capitalized
7091:
7092: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7093:
7094: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7095: use format function because it calls malloc
7096:
7097: * src/include/pa_common.h: - more capitalized headers were added
7098:
7099: * src/main/pa_common.C: - in safe mode clear executable bits during
7100: file writing
7101:
7102: 2009-10-05 misha
7103:
7104: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7105:
7106: 2009-10-03 misha
7107:
7108: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7109: ^img.text[] & ^img.length[] can work in utf-8 now
7110:
7111: * src/: include/pa_charset.h, main/pa_charset.C: - class
7112: UTF8_string_iterator was added
7113:
7114: * src/classes/image.C: - respect utf-8 when calculate alphabet
7115: length
7116:
7117: * src/classes/mail.C: - check from before get message.cstr
7118:
7119: 2009-10-02 misha
7120:
7121: * tests/233.html: - test for image.font, image.length, image.text
7122: with text in utf-8 were added
7123:
7124: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7125:
7126: * buildall-with-xml, buildall-without-xml: - comment about gc
7127: version for freebsd 4 was added
7128:
7129: 2009-10-01 misha
7130:
7131: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7132: terminator) - read_pipe were slightly optimized
7133:
7134: 2009-09-28 misha
7135:
7136: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7137: removed
7138:
7139: * src/types/pa_vmail.C: - forgot about space after ':'
7140:
7141: * src/types/pa_vmail.C: - escape filenames while preparing mail
7142: body - small simplifications
7143:
7144: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7145: inout params like pa_base64
7146:
7147: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7148: option $.debug-print(1) was added to mail:send - changes for
7149: using uue_encode which uses less memory
7150:
7151: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7152:
7153: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7154: memory now
7155:
7156: 2009-09-26 misha
7157:
7158: * src/types/pa_vmail.C: - default encoding now is base64
7159:
7160: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7161:
7162: 2009-09-25 misha
7163:
7164: * src/types/pa_vmail.C: - capitalization of headers was added to
7165: sending mail as well
7166:
7167: * buildall-with-xml: - catalog package was removed from libxml
7168:
7169: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7170: win32 absolute path
7171:
7172: * src/include/pa_common.h: - one more capitalized header was added
7173:
7174: 2009-09-22 misha
7175:
7176: * INSTALL: - comment about building just httpd binary while
7177: building apache module was added
7178:
7179: 2009-09-21 misha
7180:
7181: * buildall-with-xml: - moving to the latest versions of xml libs:
7182: libxml 2.7.4 and libxslt 1.1.25
7183:
7184: 2009-09-19 misha
7185:
7186: * tests/231.html: - test for encoding cookie in win-1251
7187:
7188: 2009-09-18 misha
7189:
7190: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7191: object] were added
7192:
7193: * operators.txt: - info about method ^reflection:fields[class or
7194: object] was added
7195:
7196: * src/classes/reflection.C: - method ^reflection:fields[class or
7197: object] was added
7198:
7199: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7200: methods get_fields were added
7201:
7202: * tests/232.html: - tests for @GET[name]
7203:
7204: * src/classes/table.C: - some changes in handling hash-options for
7205: creare, join and locate
7206:
7207: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7208: defined with option: the type of requested value
7209:
7210: 2009-09-17 misha
7211:
7212: * tests/212.html: - tests for .pattern and .options were added
7213:
7214: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7215: $regex.options were added
7216:
7217: 2009-09-11 misha
7218:
7219: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7220: rewrited. it checks not just one case of sending cookies during
7221: file::load[http], but also sending headers and fields (including
7222: files)
7223:
7224: 2009-09-10 misha
7225:
7226: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7227: was removed => now parser can open files with Russian 'r' in
7228: filename
7229:
7230: * src/main/untaint.C: - bugfix: client charset whould be analized
7231: while escaping cookies but now source charset
7232:
7233: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7234: ^tainted[uri] so it was possible to make request with incorrect
7235: http header
7236:
7237: * src/main/pa_http.C: - capitalization of http headers during
7238: file::load[http was slightly changes - bugfix: all headers which
7239: parser sends during file::load[http should be transcoded and only
7240: then escaped
7241:
7242: * src/main/untaint.C: - a bit more comments were added
7243:
7244: * src/classes/: file.C, string.C: - types where changes (minus 2
7245: warnings)
7246:
7247: * src/include/pa_common.h: - 2 capitalized strings for making http
7248: headers during file::load[http were added
7249:
7250: 2009-09-08 misha
7251:
7252: * operators.txt: - changes in file.save and string.save were added
7253:
7254: * tests/: 230.html, 230.txt: - tests for checking options in
7255: file.save and string.save were added
7256:
7257: * src/main/pa_request.C: - http headers names, which are passed to
7258: SAPI::add_header_attribute are lowercased now (it'll be
7259: capitalized in that method)
7260:
7261: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7262: classes/string.C: - file_write accepts Request_charsets and asked
7263: charset and cound transcode content before writing - string.save
7264: and file.save have option $.charset now
7265:
7266: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7267: classes/xdoc.C: - file_write accepts Request_charsets and asked
7268: charset and cound transcode content before writing
7269:
7270: * src/include/pa_exception.h: - new exception comment string was
7271: defined
7272:
7273: 2009-09-07 misha
7274:
7275: * src/main/compile.y: - grammar $name\ name stops now for regex
7276: sub-pattern\s
7277:
7278: 2009-09-04 misha
7279:
7280: * src/main/pa_http.C: - capitalization of http headers during
7281: file::load[http was implemented
7282:
7283: 2009-09-03 misha
7284:
7285: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7286: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7287: types/pa_vmail.C, targets/cgi/parser3.C,
7288: targets/isapi/parser3isapi.C: - back to storing response http
7289: headers in lowercase - capitalize them during output
7290:
7291: 2009-08-31 misha
7292:
7293: * src/classes/table.C: - allow call with any brackets (it could be
7294: useful in methods with explict result declaration)
7295:
7296: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7297: correctly if $request:charset==koi8-r
7298:
7299: 2009-08-30 misha
7300:
7301: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7302: changed: content-type => Content-type and so on
7303:
7304: * src/classes/file.C, src/include/pa_common.h,
7305: src/include/pa_request.h, src/main/pa_http.C,
7306: src/main/pa_request.C, src/types/pa_vcookie.C,
7307: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7308: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7309: tests/results/002.processed, tests/results/003.processed,
7310: tests/results/004.processed, tests/results/005.processed,
7311: tests/results/006.processed, tests/results/007.processed,
7312: tests/results/008.processed, tests/results/009.processed,
7313: tests/results/010.processed, tests/results/011.processed,
7314: tests/results/012.processed, tests/results/013.processed,
7315: tests/results/014.processed, tests/results/015.processed,
7316: tests/results/016.processed, tests/results/017.processed,
7317: tests/results/018.processed, tests/results/019.processed,
7318: tests/results/020.processed, tests/results/021.processed,
7319: tests/results/022.processed, tests/results/023.processed,
7320: tests/results/024.processed, tests/results/025.processed,
7321: tests/results/026.processed, tests/results/027.processed,
7322: tests/results/028.processed, tests/results/029.processed,
7323: tests/results/030.processed, tests/results/031.processed,
7324: tests/results/032.processed, tests/results/033.processed,
7325: tests/results/034.processed, tests/results/035.processed,
7326: tests/results/036.processed, tests/results/037.processed,
7327: tests/results/038.processed, tests/results/039.processed,
7328: tests/results/040.processed, tests/results/041.processed,
7329: tests/results/042.processed, tests/results/043.processed,
7330: tests/results/044.processed, tests/results/045.processed,
7331: tests/results/046.processed, tests/results/047.processed,
7332: tests/results/048.processed, tests/results/049.processed,
7333: tests/results/050.processed, tests/results/051.processed,
7334: tests/results/052.processed, tests/results/053.processed,
7335: tests/results/054.processed, tests/results/055.processed,
7336: tests/results/056.processed, tests/results/057.processed,
7337: tests/results/058.processed, tests/results/059.processed,
7338: tests/results/060.processed, tests/results/061.processed,
7339: tests/results/062.processed, tests/results/063.processed,
7340: tests/results/064.processed, tests/results/065.processed,
7341: tests/results/066.processed, tests/results/067.processed,
7342: tests/results/068.processed, tests/results/069.processed,
7343: tests/results/070.processed, tests/results/071.processed,
7344: tests/results/072.processed, tests/results/073.processed,
7345: tests/results/074.processed, tests/results/075.processed,
7346: tests/results/076.processed, tests/results/077.processed,
7347: tests/results/078.processed, tests/results/079.processed,
7348: tests/results/080.processed, tests/results/081.processed,
7349: tests/results/082.processed, tests/results/083.processed,
7350: tests/results/084.processed, tests/results/085.processed,
7351: tests/results/086.processed, tests/results/087.processed,
7352: tests/results/088.processed, tests/results/089.processed,
7353: tests/results/090.processed, tests/results/091.processed,
7354: tests/results/092.processed, tests/results/093.processed,
7355: tests/results/094.processed, tests/results/095.processed,
7356: tests/results/096.processed, tests/results/097.processed,
7357: tests/results/098.processed, tests/results/099.processed,
7358: tests/results/100.processed, tests/results/101.processed,
7359: tests/results/102.processed, tests/results/103.processed,
7360: tests/results/104.processed, tests/results/105.processed,
7361: tests/results/106.processed, tests/results/107.processed,
7362: tests/results/108.processed, tests/results/109.processed,
7363: tests/results/110.processed, tests/results/111.processed,
7364: tests/results/112.processed, tests/results/113.processed,
7365: tests/results/114.processed, tests/results/115.processed,
7366: tests/results/116.processed, tests/results/117.processed,
7367: tests/results/118.processed, tests/results/119.processed,
7368: tests/results/120.processed, tests/results/121.processed,
7369: tests/results/122.processed, tests/results/123.processed,
7370: tests/results/124.processed, tests/results/125.processed,
7371: tests/results/126.processed, tests/results/127.processed,
7372: tests/results/128.processed, tests/results/129.processed,
7373: tests/results/130.processed, tests/results/131.processed,
7374: tests/results/132.processed, tests/results/133.processed,
7375: tests/results/134.processed, tests/results/135.processed,
7376: tests/results/136.processed, tests/results/138.processed,
7377: tests/results/139.processed, tests/results/140.processed,
7378: tests/results/141.processed, tests/results/142.processed,
7379: tests/results/143.processed, tests/results/144.processed,
7380: tests/results/145.processed, tests/results/146.processed,
7381: tests/results/147.processed, tests/results/148.processed,
7382: tests/results/149.processed, tests/results/150.processed,
7383: tests/results/151.processed, tests/results/152.processed,
7384: tests/results/153.processed, tests/results/154.processed,
7385: tests/results/155.processed, tests/results/156.processed,
7386: tests/results/157.processed, tests/results/158.processed,
7387: tests/results/159.processed, tests/results/160.processed,
7388: tests/results/161.processed, tests/results/162.processed,
7389: tests/results/163.processed, tests/results/164.processed,
7390: tests/results/165.processed, tests/results/166.processed,
7391: tests/results/167.processed, tests/results/168.processed,
7392: tests/results/169.processed, tests/results/170.processed,
7393: tests/results/171.processed, tests/results/172.processed,
7394: tests/results/173.processed, tests/results/174.processed,
7395: tests/results/175.processed, tests/results/176.processed,
7396: tests/results/177.processed, tests/results/178.processed,
7397: tests/results/179.processed, tests/results/180.processed,
7398: tests/results/181.processed, tests/results/182.processed,
7399: tests/results/183.processed, tests/results/184.processed,
7400: tests/results/185.processed, tests/results/186.processed,
7401: tests/results/187.processed, tests/results/188.processed,
7402: tests/results/189.processed, tests/results/190.processed,
7403: tests/results/191.processed, tests/results/192.processed,
7404: tests/results/193.processed, tests/results/194.processed,
7405: tests/results/195.processed, tests/results/196.processed,
7406: tests/results/197.processed, tests/results/198.processed,
7407: tests/results/199.processed, tests/results/200.processed,
7408: tests/results/201.processed, tests/results/202.processed,
7409: tests/results/203.processed, tests/results/204.processed,
7410: tests/results/205.processed, tests/results/206.processed,
7411: tests/results/207.processed, tests/results/208.processed,
7412: tests/results/209.processed, tests/results/210.processed,
7413: tests/results/211.processed, tests/results/212.processed,
7414: tests/results/213.processed, tests/results/214.processed,
7415: tests/results/215.processed, tests/results/216.processed,
7416: tests/results/217.processed, tests/results/218.processed,
7417: tests/results/219.processed, tests/results/220.processed,
7418: tests/results/221.processed, tests/results/222.processed,
7419: tests/results/223.processed, tests/results/224.processed,
7420: tests/results/225.processed, tests/results/226.processed,
7421: tests/results/227.processed, tests/results/228.processed,
7422: tests/results/229.processed: - http headers were changed:
7423: content-type => Content-type and so on
7424:
7425: 2009-08-27 misha
7426:
7427: * src/: main/pa_random.C, include/pa_random.h,
7428: targets/cgi/parser3.C: - year was updated :)
7429:
7430: 2009-08-26 misha
7431:
7432: * tests/: 224.html, 224.p: - test for creating of parser object
7433: using constructor without params - little bugfix in test
7434:
7435: * src/main/compile_tools.h: - bugfix: should't call autouse while
7436: checking existed class while processing partial option
7437:
7438: * src/classes/reflection.C: - bugfix: core when creating object
7439: with reflection and constructor doesn't have params
7440:
7441: 2009-08-24 misha
7442:
7443: * tests/229.html: - tests for checking the number of parameters
7444: were added
7445:
7446: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7447: number of method's parameters wasn't checked correctly (the bug
7448: was introduced in 3.4.0)
7449:
7450: 2009-08-22 misha
7451:
7452: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7453: transcoded, but tainted pieces are escaped only when
7454: content-type==url-encoding
7455:
7456: * tests/228.html: - test for checking
7457: ^file::load[http://...;$.body[]]
7458:
7459: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7460: post charset was too early (charsets is empty at this moment)
7461:
7462: 2009-08-21 misha
7463:
7464: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7465: main/untaint.C: - some fixes with transcode+untaint
7466:
7467: 2009-08-15 misha
7468:
7469: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7470: was increaced to 100 (was 50)
7471:
7472: * tests/227.html: - test for checking overriding properties in
7473: static classes was added
7474:
7475: * tests/: 226.html, 226.p: - test for @autoload[] was added
7476:
7477: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7478: main/execute.C, main/pa_request.C, classes/reflection.C: -
7479: autouse was implemented
7480:
7481: 2009-08-14 misha
7482:
7483: * src/classes/reflection.C: - outdated checkout was removed
7484:
7485: * src/classes/reflection.C: - optimization - method ^dynamical was
7486: added.
7487:
7488: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7489: types/pa_vstateless_class.h, main/execute.C: - optimization
7490:
7491: * src/types/pa_vclass.C: - exception if base on sytem class
7492:
7493: 2009-08-12 misha
7494:
7495: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7496: pa_vstateless_class.h: - little optimisation
7497:
7498: 2009-08-11 misha
7499:
7500: * tests/224.html: - method_params => method_info - checking for
7501: $.inherited
7502:
7503: * src/classes/reflection.C, operators.txt: - method method_params
7504: was renamed to method_info and now it returns class name, if
7505: method was defined in ancestor
7506:
7507: * tests/225.html: - tests for cheching properties in hierarhical
7508: classes were added
7509:
7510: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7511: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7512: main/compile.y, main/execute.C, classes/classes.C: - problems
7513: with properties in new classes implementation were fixed
7514:
7515: 2009-08-10 misha
7516:
7517: * src/main/execute.C: - now constructor shouldn't be defined in
7518: class. it could be defined in parent.
7519:
7520: 2009-08-09 misha
7521:
7522: * src/classes/reflection.C: - ^reflection:methods doesn't return
7523: base's methods
7524:
7525: 2009-08-08 misha
7526:
7527: * src/: classes/classes.h, classes/date.C, classes/file.C,
7528: classes/form.C, classes/hash.C, classes/hashfile.C,
7529: classes/image.C, classes/mail.C, classes/op.C,
7530: classes/reflection.C, classes/regex.C, classes/string.C,
7531: classes/table.C, classes/xdoc.C, classes/xnode.C,
7532: classes/xnode.h, include/pa_hash.h, main/execute.C,
7533: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7534: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7535: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7536: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7537: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7538: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7539: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7540: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7541: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7542: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7543: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7544: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7545: types/pa_vresponse.C, types/pa_vresponse.h,
7546: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7547: types/pa_vstateless_object.h, types/pa_vstatus.C,
7548: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7549: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7550: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7551: types/pa_wwrapper.h, types/types.vcproj: - new classes
7552: implementation
7553:
7554: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7555: USE_MUNMAP is used. so it is disabled as a workaround.
7556:
7557: 2009-08-05 misha
7558:
7559: * src/: main/pa_common.C, include/pa_common.h: - not needed
7560: parameter was removed
7561:
7562: * src/main/pa_http.C: - bugfix: error was during detecting
7563: content-type of file which was loaded by http
7564:
7565: 2009-08-01 misha
7566:
7567: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7568: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7569: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7570: can't be disabled with defines any longer
7571:
7572: 2009-07-29 misha
7573:
7574: * src/classes/reflection.C, tests/results/224.processed: - for
7575: native methods with any call type now returned empty call_type
7576: value
7577:
7578: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7579: classes/table.C, include/pa_hash.h, include/pa_request.h,
7580: main/pa_request.C: - break in cycles was optimized
7581:
7582: * INSTALL: - more defines were described
7583:
7584: 2009-07-28 misha
7585:
7586: * operators.txt: - some changes in information about reflection
7587: class
7588:
7589: * tests/: 224.html, 224.p: - tests for reflection class
7590:
7591: * src/classes/reflection.C: - some bugs were fixed, method classes
7592: was added, refactoring
7593:
7594: 2009-07-26 misha
7595:
7596: * src/classes/classes.vcproj: - reflection class wass added to
7597: project
7598:
7599: * operators.txt: - information about reflection class was added
7600:
7601: * src/classes/reflection.C: - class was redesigned
7602:
7603: 2009-07-24 misha
7604:
7605: * src/classes/: Makefile.am, reflection.C: - class reflection was
7606: added
7607:
7608: * src/types/pa_vstateless_class.h: - method for reflection method's
7609: in classes was added
7610:
7611: 2009-07-22 misha
7612:
7613: * src/main/compile_tools.h: - bugfix: $object.$var was
7614: over-optimized. it failed if $object1.$object2.field
7615:
7616: 2009-07-16 misha
7617:
7618: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7619: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7620: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7621: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7622: one more arg: length of cord
7623:
7624: 2009-07-15 misha
7625:
7626: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7627: tainted in ^file::load[http://...;$.cookies[]]
7628:
7629: * src/classes/: op.C, regex.C, string.C: - new string with
7630: exception was used
7631:
7632: * src/include/pa_exception.h: - new string with exception was added
7633:
7634: * tests/223.html: - test for checking cookie-encoding during
7635: ^file::load[http was added
7636:
7637: * tests/: 221.html, 222.html: - tests for checking type of
7638: $table.fields.field were added
7639:
7640: * src/types/pa_vtable.C: - not used var decl was removed
7641:
7642: * src/include/pa_string.h: - use cached string length in Body::mid.
7643: it improves speed of match with brackets in pattern
7644:
7645: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7646: outside
7647:
7648: 2009-07-14 misha
7649:
7650: * src/types/pa_vtable.C: - $table.fields.a return string even if
7651: column is empty (sometime returned void) - $table.fields was
7652: added for nameless tables
7653:
7654: * src/targets/cgi/getopt.c: - one warning resolved
7655:
7656: * src/main/pa_string.C: - potentian bug fixed
7657:
7658: * src/classes/op.C: - small optimization in taint/untaint
7659:
7660: 2009-07-13 misha
7661:
7662: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7663: added
7664:
7665: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7666: souldn't add the attribut to output
7667:
7668: 2009-07-11 misha
7669:
7670: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7671: stack size was increaced to 2MB (default=1MB)
7672:
7673: 2009-07-08 misha
7674:
7675: * src/main/pa_string.C: - link to UTF-8 description was added
7676:
7677: * src/include/pa_hash.h: - hash keeps element's order in more
7678: places (ex: ._keys[])
7679:
7680: * tests/220.html: - test for checking order of elements in hash in
7681: foreach was added
7682:
7683: * tests/172.html: - small changes in printing hash
7684:
7685: * tests/129.html: - small changes in printing hash
7686:
7687: * src/: include/pa_common.h, include/pa_hash.h,
7688: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7689: types/pa_vmethod_frame.h: - hash now keeps order of elements
7690:
7691: * tests/014.html: - small changes in printing hash
7692:
7693: 2009-07-07 misha
7694:
7695: * src/classes/op.C: - new taint language "parser-code" was added
7696:
7697: * tests/219.html: - test for auto untaint parser code in process
7698: was added
7699:
7700: * src/classes/op.C: - tainted pieces in body of process are
7701: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7702:
7703: * src/: include/pa_string.h, main/untaint.C: - new language
7704: L_PARSER_CODE for auto-untaint in process was added
7705:
7706: * src/: classes/file.C, classes/hash.C, classes/image.C,
7707: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7708: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7709: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7710: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7711: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7712: code cleanup
7713:
7714: 2009-07-06 misha
7715:
7716: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7717: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7718: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7719:
7720: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7721: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7722: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7723: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7724: should be used
7725:
7726: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7727: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7728: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7729: untaint_cstr[m] should be used
7730:
7731: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7732: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7733:
7734: * tests/218.html: - test for checking automatic file-spec-taint was
7735: added
7736:
7737: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7738: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7739: classes/file.C, classes/hash.C, classes/image.C,
7740: classes/string.C, classes/table.C, classes/void.C,
7741: classes/xdoc.C: - optimizations and simplification of
7742: string.cstr(...)
7743:
7744: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7745: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7746: - optimizations and simplification of string.cstr(...)
7747:
7748: 2009-07-04 misha
7749:
7750: * tests/217.html: - test for recursion detection was added
7751:
7752: * src/: types/types.vcproj, main/main.vcproj,
7753: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7754: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7755: from .vcproj
7756:
7757: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7758:
7759: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7760: uploading files and case-insensitive http-method were added
7761:
7762: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7763: tainted pattern in ^file:list[] was added
7764:
7765: 2009-07-03 misha
7766:
7767: * src/: classes/classes.vcproj, main/main.vcproj,
7768: types/types.vcproj, targets/cgi/parser3.vcproj,
7769: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7770: for dynamic_cast) - little options changes
7771:
7772: * src/main/pa_http.C: - file::load[http works now with uploading
7773: files _and_ changing $.charset
7774:
7775: 2009-06-29 misha
7776:
7777: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7778: while creating pattern
7779:
7780: 2009-06-25 misha
7781:
7782: * src/classes/image.C, operators.txt: - options' names for
7783: ^image.font were changed to $.space, $.width and $spacing -
7784: default space width now == gif's width
7785:
7786: 2009-06-24 misha
7787:
7788: * tests/215.html: - tests for $file.mode were added
7789:
7790: * operators.txt: - added info about $file.mode and changes in
7791: ^image.font[
7792:
7793: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7794: param now could be omited - third param now could be hash (with
7795: all widths options: $.space-width, $.letter-width) - it's
7796: possible to specify tracking ($.letter-space)
7797:
7798: * src/classes/file.C: - file objects now could have mode field
7799: (text|binary)
7800:
7801: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7802:
7803: 2009-06-23 misha
7804:
7805: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7806: trim can work with utf-8 chars now
7807:
7808: 2009-06-20 misha
7809:
7810: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7811: was implemented
7812:
7813: * src/classes/table.C: - string length cacheing was implemented
7814:
7815: * src/include/pa_string.h: - string length cacheing was implemented
7816:
7817: 2009-06-17 misha
7818:
7819: * src/main/execute.C: - value param was removed from
7820: WContext::WContext
7821:
7822: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7823: pa_wwrapper.h: - value param was removed from WContext::WContext
7824: - field wcontext was removed from VCodeFrame (using fparent
7825: instead)
7826:
7827: * tests/214.html: - test with hash copying
7828:
7829: 2009-06-16 misha
7830:
7831: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7832: strings doesn't work in expression anymore
7833:
7834: * src/main/execute.C: - less calls for get_constructing() - little
7835: refactoring
7836:
7837: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7838: include/pa_request.h: - less calls for get_constructing()
7839:
7840: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7841: introduced with OPTIMIZE_SINGLE_STRING optimization
7842:
7843: 2009-06-14 misha
7844:
7845: * src/: classes/date.C, classes/file.C, classes/hash.C,
7846: classes/hashfile.C, classes/image.C, classes/regex.C,
7847: classes/table.C, classes/xdoc.C, classes/xnode.h,
7848: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7849: types/pa_vstateless_class.h, main/execute.C: - create object for
7850: storing object's fields only for parser objects
7851:
7852: 2009-06-13 misha
7853:
7854: * buildall-with-xml, buildall-without-xml: - new option was added
7855: for building GC (it slightly reduces memory usage)
7856:
7857: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7858: single string write
7859:
7860: * src/main/execute.C: - bytecode optimization of ^class:constructor
7861: - optimization of single string write
7862:
7863: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7864: - bytecode optimization of ^class:constructor
7865:
7866: 2009-06-09 misha
7867:
7868: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7869: main (better compatibility)
7870:
7871: 2009-06-08 misha
7872:
7873: * src/main/compile.y: - I've forgot to commit it :(
7874:
7875: 2009-06-07 misha
7876:
7877: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7878: WITH_READ and WITH_ROOT
7879:
7880: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7881: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7882: WITH_ROOT - little refactoring
7883:
7884: 2009-06-06 misha
7885:
7886: * tests/213.html: - tests for 3rd match string-param were added
7887:
7888: * src/classes/string.C: - 3rd match param could be string now
7889:
7890: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7891: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7892: GET_OBJECT_ELEMENT
7893:
7894: 2009-06-05 misha
7895:
7896: * src/main/pa_http.C: - bugfix: content-length was not calculated
7897: if $.body was specified
7898:
7899: 2009-06-04 misha
7900:
7901: * src/classes/op.C: - optimizing write_assign_lang in connect
7902:
7903: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7904:
7905: * src/main/execute.C: - little refactoring - optimizing
7906: write_assign_lang in taint/untaint
7907:
7908: * src/include/pa_opcode.h: - little refactoring
7909:
7910: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7911: main/compile_tools.h, main/execute.C: - optimizations for
7912: $self.field, ^self.method, $self.field[...] and $self.field(...)
7913: were added
7914:
7915: 2009-06-03 misha
7916:
7917: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7918:
7919: 2009-06-02 misha
7920:
7921: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7922: include/pa_opcode.h: - refactoring in last optimizations
7923: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7924: now but code is much easy and it is ready for further
7925: improvements.
7926:
7927: 2009-05-27 misha
7928:
7929: * src/: types/pa_junction.h, types/pa_vjunction.C,
7930: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7931: changed in destructing junctions
7932:
7933: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7934: String:Body
7935:
7936: 2009-05-26 misha
7937:
7938: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7939: one method detect_charset was deleted - bug was fixed in this
7940: method (error while detecting charset in content_type withot last
7941: ';')
7942:
7943: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7944: once
7945:
7946: 2009-05-25 misha
7947:
7948: * src/classes/file.C: - bugfix: file::exec didn't work after
7949: optimizing of helper_length
7950:
7951: 2009-05-24 misha
7952:
7953: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7954: were added - little refactoring
7955:
7956: * src/main/execute.C: - core while printing in debug log
7957: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7958: optimisations were added
7959:
7960: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7961: were added
7962:
7963: 2009-05-23 misha
7964:
7965: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7966: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7967: CORD_cat optimization
7968:
7969: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7970: - call constr optimisation under separate define now
7971:
7972: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7973: in $b should be string, not void
7974:
7975: * src/main/compile.y: - little fix for rem-cut optimisation
7976:
7977: * src/: include/pa_opcode.h, main/compile_tools.C,
7978: main/compile_tools.h, main/execute.C: - optimisations for
7979: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7980:
7981: * INSTALL: - description of some #defined were added
7982:
7983: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7984: before 1st access (memory usage is reduced if don't access to
7985: .text field)
7986:
7987: * src/include/pa_array.h: - array grows step now not static (it
7988: reduces numbers of reallocs)
7989:
7990: 2009-05-20 misha
7991:
7992: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7993: $.b(2), $c[d] and $.e[f] was added
7994:
7995: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7996: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7997: $.e[f] was added
7998:
7999: * src/main/execute.C: - debug printing moved in defines
8000:
8001: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8002: and little refactoring for OP_GET_OBJECT_ELEMENT +
8003: OP_GET_OBJECT_VAR_ELEMENT optimisation
8004:
8005: 2009-05-19 misha
8006:
8007: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8008: execute.C: - $a.$b & ^a.$b bytecode optimisation
8009:
8010: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8011: ^a.$b optimisation)
8012:
8013: * src/main/compile.y: - compiler now generate new opcodes:
8014: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8015: ^a.b - compiler now cut off ^rem{ with all content ; any number
8016: of params }
8017:
8018: * src/main/execute.C: - code for handle new opcodes
8019: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8020:
8021: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8022: added for LA2V and LA2S
8023:
8024: * src/include/pa_opcode.h: - new defines which can be used for
8025: disable some bytecode optimisation and new opcodes were added
8026:
8027: 2009-05-17 misha
8028:
8029: * src/lib/cord/cordxtra.c: - bugfix.
8030:
8031: * tests/212.html: - .size[] and .study_size[] were added to tests
8032:
8033: * operators.txt: - info about regex class was added
8034:
8035: * tests/212.html: - tests for regex class were added
8036:
8037: 2009-05-16 misha
8038:
8039: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8040: gc7.1
8041:
8042: * tests/022.html: - test for ^file:list[path;] (empty second param)
8043: was added
8044:
8045: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8046: param) should work
8047:
8048: 2009-05-15 misha
8049:
8050: * src/classes/table.C: - automatically disable stringstream usage
8051: on freebsd4
8052:
8053: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8054: scope
8055:
8056: * tests/211.html: - test with different types of access to hash was
8057: added
8058:
8059: * tests/210.html: - test which checks for loosing tainting in
8060: hash's keys was added
8061:
8062: * tests/208.html: - some parser work added. or stime == 0 %-)
8063:
8064: * src/lib/cord/cordbscs.c: - little hack was added to cord
8065:
8066: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8067:
8068: * src/include/pa_version.h, configure.in: - moko have made a lot of
8069: optimisations for increacing version number more dramatically :)
8070:
8071: * src/classes/date.C: - little refactoring: use constructor which
8072: accepts formated string
8073:
8074: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8075: which can print formatted string was added
8076:
8077: 2009-05-14 misha
8078:
8079: * src/include/pa_string.h: - type was fixed
8080:
8081: * src/: classes/hashfile.C, classes/op.C,
8082: include/pa_cache_managers.h, include/pa_charset.h,
8083: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8084: include/pa_request.h, include/pa_sql_driver_manager.h,
8085: include/pa_string.h, include/pa_stylesheet_manager.h,
8086: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8087: main/pa_charsets.C, main/pa_string.C,
8088: main/pa_stylesheet_connection.C, types/pa_value.h,
8089: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8090: types/pa_vobject.C, types/pa_vstateless_class.C,
8091: types/pa_vstateless_class.h: - hash_code caching was implemented
8092: (seaches should be faster now)
8093:
8094: * src/: classes/file.C, classes/hash.C, classes/image.C,
8095: classes/string.C, classes/table.C, include/pa_string.h,
8096: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8097: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8098: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8099: types/pa_vrequest.C: - String constructors don't have that stupid
8100: true/false param which means 'tainted'. they accept lang instead.
8101:
8102: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8103: with OPTIMIZE_RESULT
8104:
8105: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8106: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8107:
8108: 2009-05-13 misha
8109:
8110: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8111: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8112: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8113: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8114: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8115: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8116: include/pa_string.h, classes/date.C, classes/file.C,
8117: classes/hash.C, classes/image.C, classes/string.C,
8118: classes/table.C, classes/xdoc.C: - result optimisation -
8119: helper_length parameter removed from string constructors
8120:
8121: 2009-05-11 misha
8122:
8123: * tests/209.html: - tests for ^hash::create[hash] were added
8124:
8125: * tests/208.html: - tests for $status:rusage, $status:memory,
8126: ^memory:compact[] were added
8127:
8128: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8129: log10 were added
8130:
8131: * tests/206.html: - test for try with finally was added
8132:
8133: 2009-05-10 misha
8134:
8135: * tests/205.html: - test for ^file::create[...] was added
8136:
8137: * tests/204.html: - test for ^response:clear[] was added
8138:
8139: * tests/038.html: - tests for trigonometric functions were added
8140:
8141: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8142: added - more tests for .add, .sub, .union, .intersects and
8143: .intersections
8144:
8145: * tests/065.html: - test for ^file:dirname was added
8146:
8147: * tests/030.html: - test for $cookie:fields was added
8148:
8149: * tests/203.html: - test for ^h._keys[column name] was added
8150:
8151: * tests/201.html: - tests for .trim were added
8152:
8153: * tests/202.html: - tests for last-day,
8154: date:calendar[type](YYYY;MM;DD) were added
8155:
8156: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8157: .offset[type](N) were added
8158:
8159: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8160: and .pos[c](N) were added
8161:
8162: * tests/141.html: - test for math:sha1 was added
8163:
8164: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8165:
8166: 2009-05-09 misha
8167:
8168: * src/main/compile.y: - rollback
8169:
8170: 2009-05-05 misha
8171:
8172: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8173: replaced by is_empty()
8174:
8175: * src/: include/pa_string.h, main/pa_charset.C: - little
8176: optimisation: somewhere length() was replaced by is_empty()
8177:
8178: * src/classes/table.C: - little optimisation: somewhere length()
8179: was replaced by is_empty()
8180:
8181: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8182: classes/op.C, classes/table.C, main/pa_exception.C: - little
8183: optimisation: somewhere length() was replaced by is_empty()
8184:
8185: 2009-05-04 misha
8186:
8187: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8188: types/pa_vstateless_class.h, main/execute.C,
8189: include/pa_request.h, classes/hash.C, classes/op.C,
8190: classes/table.C: - more optimisations were added: some operators
8191: don't switch write context anylonger
8192:
8193: 2009-05-01 misha
8194:
8195: * src/main/compile.y: - slightly more opcode optimisations for
8196: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8197:
8198: * src/main/execute.C: - simplifying process for getters
8199:
8200: 2009-04-30 misha
8201:
8202: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8203:
8204: * tests/results/199.processed: - test for checking $result into
8205: ^rem was added
8206:
8207: * tests/199.html: - test for checking $result into ^rem was added
8208:
8209: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8210: some OS it returns list in different order)
8211:
8212: * src/: include/pa_array.h, include/pa_request.h,
8213: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8214: changes in stack impl - get_element() optimisation: 3rd param
8215: removed - bugfix: problems with reading empty input param -
8216: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8217:
8218: * tests/results/198.processed: - test for reading empty local var
8219: was added
8220:
8221: * tests/198.html: - test for reading empty local var was added
8222:
8223: 2009-04-29 misha
8224:
8225: * src/main/compile.y: - bugfix: couldn't compile because
8226: OP_VALUE__GET_ELEMENT should be unde #ifdef
8227:
8228: * src/: include/pa_array.h, include/pa_opcode.h,
8229: include/pa_request.h, main/compile.y, main/execute.C,
8230: main/pa_request.C, types/pa_vmethod_frame.C,
8231: types/pa_vmethod_frame.h: - we can work without opcode
8232: OP_STORE_PARAM, so it was removed
8233:
8234: 2009-04-28 misha
8235:
8236: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8237: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8238: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8239: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8240: 4.
8241: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8242:
8243: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8244:
8245: * src/: main/pa_string.C, classes/string.C: - !length() =>
8246: is_empty()
8247:
8248: 2009-04-27 misha
8249:
8250: * src/types/pa_vregex.h: - back explicit vars initialisation
8251:
8252: 2009-04-24 misha
8253:
8254: * src/classes/string.C: - ups. typo fixed
8255:
8256: * src/main/execute.C: - more replacements '*new VBool' to
8257: 'VBool::get' - checks for ^break[], ^continue[] and
8258: parser.interrupted were optimised
8259:
8260: * src/classes/string.C: - number of params.count() calls was
8261: slightly reduced
8262:
8263: 2009-04-23 misha
8264:
8265: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8266: make it x64 friendly
8267:
8268: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8269: parser is x64 friendly now
8270:
8271: 2009-04-22 misha
8272:
8273: * src/types/pa_vhashfile.C: - coder friendly exception about
8274: exceeding record size was added
8275:
8276: * src/classes/file.C: - use vregex object instead of direct calls
8277: methods from pcre lib
8278:
8279: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8280: classes/string.C: - use vregex object instead of direct calls
8281: methods from pcre lib
8282:
8283: * src/: include/pa_common.h, main/pa_common.C: - method
8284: print_pcre_exec_error_text was moved to class vregex
8285:
8286: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8287: was added
8288:
8289: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8290: - class vregex was added
8291:
8292: 2009-04-21 misha
8293:
8294: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8295:
8296: * src/: types/pa_junction.h, types/pa_value.C,
8297: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8298: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8299: junction-optimisation (destructors)
8300:
8301: * src/include/pa_array.h: - free under if now
8302:
8303: 2009-04-19 misha
8304:
8305: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8306:
8307: 2009-04-18 misha
8308:
8309: * src/include/pa_version.h:
8310: :q :
8311:
8312: CV:
8313: ----------------------------------------------------------------------
8314:
8315: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8316: refactoring
8317:
8318: * src/: include/pa_array.h, include/pa_hash.h,
8319: types/pa_vmethod_frame.h: - destructors under #ifdef now
8320:
8321: * src/include/pa_memory.h: - define for using destructors was added
8322:
8323: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8324: main/execute.C: - some junctions will be cached now
8325:
8326: * src/include/pa_hash.h: - hash destructor frees pairs now
8327:
8328: * src/include/pa_array.h: - inline was added to destructor
8329:
8330: * src/types/pa_method.h: - comment was changed
8331:
8332: 2009-04-17 misha
8333:
8334: * src/: include/pa_array.h, include/pa_hash.h,
8335: types/pa_vmethod_frame.h: - destructors were added
8336:
8337: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8338: renamed to always_use_result
8339:
8340: * src/main/: compile.y, compile_tools.h: - rollback changes in
8341: compiler: full backward compatibility is better
8342:
8343: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8344: result in var's hash
8345:
8346: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8347: optimisation in method_frame
8348:
8349: * src/include/pa_array.h: - optimisation in array (allocate
8350: elements only when needed)
8351:
8352: * src/types/pa_vresponse.C: - check for $response:headers field
8353: before looking at custom fields
8354:
8355: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8356: not needed to check existance var with name 'result' in var's
8357: hash
8358:
8359: * src/main/compile.y: - compiler was changed: now it detects
8360: writings to $result and set flag writo_to_result in method
8361:
8362: * src/classes/string.C: - little optimisation: no needed to write
8363: number with lang
8364:
8365: * src/main/pa_charset.C: - methods readChar and skipChar which is
8366: used for read utf8-strings were renamed - is_escaped was renamed
8367: to isEscaped (to the same name convention)
8368:
8369: * src/: types/pa_method.h, main/compile_tools.h: - flag
8370: write_to_result added. compiler get this info from code.
8371:
8372: 2009-04-16 misha
8373:
8374: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8375: String only before 1st write
8376:
8377: * src/include/pa_string.h: - not needed template removed
8378:
8379: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8380: types/pa_vjunction.C, types/pa_vproperty.C,
8381: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8382: main/pa_request.C, classes/bool.C, classes/double.C,
8383: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8384: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8385: bool objects)
8386:
8387: 2009-04-15 misha
8388:
8389: * src/lib/cord/cordxtra.c: - more optimisation
8390:
8391: * src/: include/pa_string.h, main/untaint.C: - String::append
8392: optimisation
8393:
8394: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8395: then get and can sometime be used)
8396:
8397: * src/main/pa_string.C: - String::length optimisation
8398:
8399: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8400: these methods read different strings
8401:
8402: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8403: fresult_initial_void removed + some optimisation - if $result
8404: defined we don't write to context anymore
8405:
8406: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8407: need just skip char)
8408:
8409: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8410: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8411: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8412:
8413: * src/types/pa_vvoid.h: - added get() method for retreave one
8414: instance
8415:
8416: 2009-04-11 misha
8417:
8418: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8419:
8420: * tests/197.html: - test for parser://test in xml was added
8421:
8422: * src/classes/string.C: - small optimisation
8423:
8424: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8425: optimisation
8426:
8427: 2009-04-10 misha
8428:
8429: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8430: to pcre-7.8
8431:
8432: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8433:
8434: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8435: added
8436:
8437: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8438: $request:CLASS_NAME were added
8439:
8440: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8441: were added
8442:
8443: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8444: $env:CLASS_NAME were added
8445:
8446: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8447: '@todo' now
8448:
8449: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8450: compirer
8451:
8452: * src/main/pa_string.C: - little code cleanup
8453:
8454: * src/main/pa_common.C: - describe one more UTF-8 related error
8455: during PCRE compile/execute
8456:
8457: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8458: normalizing todo-comments: '@todo' now
8459:
8460: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8461:
8462: * src/main/pa_charset.C: - type changed for making compiler happy
8463:
8464: 2009-03-10 misha
8465:
8466: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8467: in main()
8468:
8469: 2009-02-01 misha
8470:
8471: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8472: boundary
8473:
8474: 2009-01-25 misha
8475:
8476: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8477:
8478: * src/classes/file.C: - more changes for parsing different number
8479: of params for file::load
8480:
8481: * tests/193.html: - tests for exception while base64-decode binary
8482: to string was added
8483:
8484: * tests/192.html: - tests for file::load with different number of
8485: options
8486:
8487: * src/classes/math.C: - ups. forgot '+1'
8488:
8489: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8490: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8491: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8492: (new option $.encode[multipart-form/data] should be specified) -
8493: $.method[] option for file::load now is not case-sensitive
8494:
8495: * src/: include/pa_string.h, main/untaint.C: - for file post the
8496: new taint language L_FILE_POST was added
8497:
8498: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8499: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8500: stuff was moved to separate files
8501:
8502: 2009-01-23 misha
8503:
8504: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8505: spaces to tabs were converted
8506:
8507: 2009-01-12 misha
8508:
8509: * src/main/pa_http.C: - value of $.method[] option force uppercased
8510: now
8511:
8512: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8513: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8514: their names
8515:
8516: * src/main/pa_common.C: - changes in formating
8517:
8518: * src/: classes/file.C, main/pa_http.C: - some constants changed
8519: their names
8520:
8521: * src/include/pa_http.h: - some spaces were converted to tabs
8522:
8523: * src/include/pa_common.h: - some constants changed their names
8524:
8525: * src/classes/file.C: - fixed 4-th paramether for file::load -
8526: little code rewriting
8527:
8528: * src/types/pa_vfile.C: - little code rewriting
8529:
8530: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8531: types/pa_value.h: - some formating changes
8532:
8533: * src/include/pa_common.h: - some formating spaces transformed to
8534: tabs
8535:
8536: * src/classes/string.C: - exception while base64-decode binary to a
8537: string
8538:
8539: 2009-01-11 misha
8540:
8541: * configure.in: - version changed to 3.3.1b
8542:
8543: 2008-09-05 misha
8544:
8545: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8546: release_3_3_0 on 2008-09-05 10:59:35 +0000
8547:
8548: 2008-09-04 misha
8549:
8550: * tests/: 130.html, 131.html: - these exceptions not typeless
8551: anymore
8552:
8553: * src/classes/op.C: - exception with 'invalid taint language' not
8554: typeless anylonger
8555:
8556: * src/classes/image.C: - some exceptions while operations with
8557: image not typeless anymore
8558:
8559: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8560: main/pa_exec.C, main/pa_http.C: - some exceptions while
8561: operations with files not typeless anymore
8562:
8563: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8564: types/pa_vdate.h: - exceptions while checking date range not
8565: typeless anymore
8566:
8567: * src/include/pa_exception.h: - exception type string for invalid
8568: date range was added
8569:
8570: 2008-09-03 misha
8571:
8572: * src/: classes/file.C, main/pa_string.C: - exception while pce
8573: operations not typeless anymore
8574:
8575: * src/include/pa_exception.h: - exception type for pce operations
8576: was added
8577:
8578: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8579: and .CLASS_NAME insite classes
8580:
8581: * src/classes/table.C: - don't save table header whiile
8582: ^table.save[append;filename] if file exists
8583:
8584: 2008-09-02 misha
8585:
8586: * src/main/compile.y, src/main/compile_tools.h,
8587: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8588: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8589: renamed to partial and it login changed: we must mark class as
8590: partial for allow their modifications in future.
8591:
8592: 2008-08-29 misha
8593:
8594: * tests/results/022.processed: - testing taint[regex] in mask for
8595: file:list
8596:
8597: * tests/022.html: - testing taint[regex] in mask for file:list
8598:
8599: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8600: for file:list was added
8601:
8602: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8603: file:list
8604:
8605: 2008-08-26 misha
8606:
8607: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8608: last derived object
8609:
8610: * src/classes/image.C: - many strings "image.format" replaced by
8611: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8612: understand some more exif tags
8613:
8614: * src/include/pa_exception.h: - string "image.format" was added
8615:
8616: 2008-08-21 misha
8617:
8618: * src/: main/pa_string.C, classes/file.C: - use method for print
8619: pcre_exec text error
8620:
8621: * src/main/pa_common.C: - method for print pcre_exec text error was
8622: added
8623:
8624: * src/include/pa_common.h: - method declaration for print pcre_exec
8625: text error was added
8626:
8627: 2008-08-19 misha
8628:
8629: * src/main/execute.C: - bugfix: opcodes must be in separate
8630: namespace while debug execution as well
8631:
8632: * tests/: 015.html, results/015.processed: - test for escaping some
8633: parser chars was added
8634:
8635: 2008-08-18 misha
8636:
8637: * tests/: 190.html, 190.p, results/190.processed: - test for
8638: $caller.self.field + default getter in one class was added
8639:
8640: * tests/: 189.html, results/189.processed: - test for
8641: ^date::create[date object]
8642:
8643: * tests/: 188.html, results/188.processed: - tests for match with
8644: UTF-8 strings
8645:
8646: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8647: ^string.match[]
8648:
8649: * ChangeLog: - parser 3.3.0 beta13
8650:
8651: 2008-08-15 misha
8652:
1.116 moko 8653: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8654: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8655: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8656: dftables.c: - old PCRE files removed
1.95 moko 8657:
8658: * src/lib/pcre/config.h: - configuration for PCRE library
8659:
8660: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8661: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8662:
8663: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8664: library and set flag UTF8 if $request:charset is UTF-8
8665:
8666: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8667: include/pa_config_fixed.h: - moved to new PCRE library
8668:
8669: * src/: main/main.vcproj, types/types.vcproj,
8670: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8671: win32\pcre instead of parser3\src\lib\pcre
8672:
8673: * src/: include/pa_opcode.h, include/pa_operation.h,
8674: main/compile.C, main/compile.y, main/compile_tools.C,
8675: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8676: opcodes were moved to separate namespace
8677:
8678: 2008-08-14 misha
8679:
8680: * src/types/pa_vstateless_class.C: - newline at the end missed
8681:
8682: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8683: tainting
8684:
8685: 2008-08-11 misha
8686:
8687: * tests/: 187.html, 187.p, results/187.processed: - tests for
8688: $caller.self, $caller.self.field and $caller.self.field[value]
8689: were added
8690:
8691: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8692: runtime as well (for $caller.self)
8693:
8694: 2008-07-25 misha
8695:
8696: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8697: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8698: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8699: tests with international characters
8700:
8701: 2008-07-23 misha
8702:
8703: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8704: file::load[...;http://
8705:
8706: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8707: now everywhere in separate namespace
8708:
8709: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8710: for vars
8711:
8712: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8713: can be escaped by '^'
8714:
8715: 2008-07-22 misha
8716:
8717: * src/classes/string.C, tests/186.html: - names changes:
8718: escape=>js-escape, unescape=>js-unescape
8719:
8720: 2008-07-21 misha
8721:
8722: * tests/results/186.processed: - test for string escape/unescape
8723:
8724: * tests/186.html: - test for string escape/unescape
8725:
8726: * src/classes/string.C: - string has escape and unescape methods
8727: now
8728:
8729: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8730: added
8731:
8732: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8733: method-layers added (with different params)
8734:
8735: 2008-07-18 misha
8736:
8737: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8738: was added
8739:
8740: * tests/185.html: - test for ^str.pos[sub](offset) added
8741:
8742: * src/classes/string.C, src/classes/void.C, operators.txt: -
8743: ^string.pos[substr](offset) -- 2nd param accepted now
8744:
8745: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8746: strings
8747:
8748: 2008-07-17 misha
8749:
8750: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8751: helper length added for mid for small optimisation
8752:
8753: 2008-07-16 misha
8754:
8755: * tests/: 185.html, results/185.processed: - tests for
8756: length/left/right/mid/pos with utf-8 strings
8757:
8758: * src/classes/string.C: - left/right/mid/length/pos works fine for
8759: utf-8 strings
8760:
8761: * src/main/untaint.C: - comments removed
8762:
8763: * src/: include/pa_string.h, main/pa_string.C,
8764: include/pa_charset.h, main/pa_charset.C: - methods for working
8765: with pos/mid for strings in utf-8 were added
8766:
8767: 2008-07-15 misha
8768:
8769: * tests/: 184.html, results/184.processed: - test for case body as
8770: expression: $var(^switch(1){^case(1)(true)..})
8771:
8772: * src/classes/op.C: - case body can be expression now:
8773: $var(^switch(1){^case(1)(true)..})
8774:
8775: * tests/: results/183.processed, 183.html: - added test for testing
8776: new cookie encoding (%uXXXX)
8777:
8778: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8779: decoding for backward compatibility they decoded from %XX in
8780: request:charset too
8781:
8782: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8783: - cookie class now decode cookies before first access after last
8784: request:charset changing (as form class).
8785:
8786: * src/main/pa_charset.C: - added method escape for escaping cookies
8787: as %uXXXX - before transcode calculate required space for dest
8788: string. it reduce mem usage for transcode
8789:
8790: * src/include/pa_charset.h: - added method escape for escaping
8791: cookies as %uXXXX
8792:
8793: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8794: was added. will used for escaping cookies as %uXXXX
8795:
8796: * src/include/pa_common.h: - escape method has new option for skip
8797: converting '+' to a space char
8798:
8799: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8800: transcode - escape method has new option for skip converting '+'
8801: to a space char
8802:
8803: 2008-07-08 misha
8804:
8805: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8806: (no UE if more then 1 case matches anylonger) - optimization:
8807: doing searching.as_string() || searching.as_double() only once
8808:
8809: 2008-07-04 misha
8810:
8811: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8812: now ^date::create[date object] works
8813:
8814: * src/classes/string.C: - left and right added as aliases for start
8815: and end in ^string.trim[]
8816:
8817: 2008-07-03 misha
8818:
8819: * src/classes/file.C: - allow $.limit for file::sql as well
8820:
8821: * src/classes/file.C: - allow $.offset option for file::sql - force
8822: send limit=1 to query for use sql specifics authomatically
8823:
8824: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8825: if $.limit value if empty. autoconvert it as everywere
8826:
8827: 2008-07-02 misha
8828:
8829: * configure.in: - time to change version number to 3.3.0 %-)
8830:
8831: * src/include/pa_version.h: - time to change version number to
8832: 3.3.0 %-)
8833:
8834: 2008-06-26 misha
8835:
8836: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8837: $.limit(0) fixes
8838:
8839: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8840: - $.limit(0) fixes
8841:
8842: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8843: new API)
8844:
8845: * src/: include/pa_sql_driver_manager.h,
8846: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8847: classes/op.C: - document_root added
8848:
8849: * src/main/compile.tab.C: - error message was changed
8850:
8851: 2008-06-25 misha
8852:
8853: * src/main/compile.y: - error message was changed
8854:
8855: 2008-06-24 misha
8856:
8857: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8858:
8859: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8860: tests for @OPTIONS\nappend
8861:
8862: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8863:
8864: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8865:
8866: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8867:
8868: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8869: compile.y
8870:
8871: 2008-06-17 misha
8872:
8873: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8874: compilation: ^if(default){true. it's incorrect. must be
8875: exception}
8876:
8877: 2008-06-16 misha
8878:
8879: * tests/: 181.ent, 181.html, results/181.processed: - test for
8880: checking external reference loading with 'http://localhost'
8881: prefix while creating xdoc
8882:
8883: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8884: ^math:long2ip[] and ^math:ip2long[]
8885:
8886: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8887: added which use scalar stateless class method when user object
8888: used in scalar context - use get_scalar_value when user object
8889: requested in scalar context
8890:
8891: * src/main/pa_common.C: - size must be int but not size_t or we
8892: can't compare with 0 sprintf result
8893:
8894: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8895: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8896: with internal switch between local/global vars
8897:
8898: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8899: specified
8900:
8901: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8902: pa_vstateless_object.h: - stateless class and object now has
8903: private scalar field and getter/setter for working with it
8904:
8905: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8906: moved to inet static class
8907:
8908: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8909: class added (^inet:aton[IP], ^inet:ntoa(number))
8910:
8911: * tests/: 180.html, results/180.processed: - tests for
8912: ^math:long2ip(long) and ^math:ip2long[IP]
8913:
8914: * src/classes/math.C: - ^math:ip2long[IP] added
8915:
8916: 2008-06-11 misha
8917:
8918: * src/main/pa_xml_io.C: - use file_read_text again because of we
8919: need cut BOM code and remove DOS newline chars. but don't
8920: transcode it anyway.
8921:
8922: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8923: main/pa_http.C: - option for disable transcoding while file_read
8924: and file_read_text added
8925:
8926: 2008-06-10 misha
8927:
8928: * tests/: 179.html, 179.p, results/179.processed: - test for many
8929: classes in 1 file
8930:
8931: * src/main/: compile.C, compile_tools.h: - compile return list of
8932: classes now.
8933:
8934: * src/main/: compile.y, compile.tab.C: - compile return list of
8935: classes now. internals.
8936:
8937: * src/main/pa_request.C: - compile return list of classes now. try
8938: call @conf and @auto for each returned class
8939:
8940: * src/include/pa_request.h: - compile return list of classes now
8941:
8942: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8943: return list of classes when compile buf)
8944:
8945: 2008-06-07 misha
8946:
8947: * src/main/pa_request.C: - constructing VRequest object with 3rd
8948: param -- form
8949:
8950: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8951: 3rd param: form. needed for get post_charset
8952:
8953: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8954: added
8955:
8956: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8957: types/pa_vform.C, types/pa_vform.h: - some polish
8958:
8959: 2008-06-06 misha
8960:
8961: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8962: charset and decode chars from it but not from response:charset
8963:
8964: * src/main/pa_http.C: - detect_charset moved out of here
8965:
8966: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8967: methods moved here - unescape_chars accepn one charset now
8968:
8969: * src/main/pa_http.C: - new constants used - don't allow
8970: $.content-type in ^file::load[;http://;$.method[POST]] - add
8971: charset info while ^file::load[;http://;$.method[POST]] - option
8972: $.omit-post-charset(true) added to ^file::load[;http://] for
8973: disabling charset during post
8974:
8975: * src/types/pa_vform.C: - new constants used
8976:
8977: * src/include/pa_common.h: - some constants were added
8978:
8979: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8980: instead of StrEqNc
8981:
8982: * src/main/pa_common.C: - new method for caseless search
8983: c-substring in c-string - use isxdigit instead of is_hex_digit
8984:
8985: * src/include/pa_common.h: - new method for caseless search
8986: c-substring in c-string
8987:
8988: 2008-06-05 misha
8989:
8990: * tests/results/178.processed: - test for testing default getter
8991:
8992: * tests/178.html: - test for testing default getter
8993:
8994: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8995: for test for testing default getter
8996:
8997: * src/main/execute.C: - default getter soul
8998:
8999: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9000: requested objects' field not found
9001:
9002: * src/types/pa_vclass.C: - register default getter if defined - get
9003: default getter if requested field not found
9004:
9005: * src/types/pa_vstateless_object.h: - method get_default_getter was
9006: added
9007:
9008: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9009: pointer to default getter and methods for get/set it were added
9010:
9011: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9012: auto_name field (for default getter)
9013:
9014: 2008-06-04 misha
9015:
9016: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9017: transcoding, no cutting BOM code, no fixing line breaks) and get
9018: it to libxml "as is"
9019:
9020: 2008-06-03 misha
9021:
9022: * src/main/pa_common.C: - use store_Char instead of
9023: transcodeCharFromUTF8
9024:
9025: * src/: include/pa_charset.h, main/pa_charset.C: - method
9026: store_Char added, transcodeCharFromUTF8 -- removed
9027:
9028: 2008-06-02 misha
9029:
9030: * tests/: results/177.processed, 177.html: - test for checking
9031: .[acm]date after local ^file::load[] was added
9032:
9033: * tests/: results/176.processed, 176.html: - test for checking
9034: @OPTION\locals + @method[vars][locals] added
9035:
9036: * tests/results/auto.p: - CLASS_PATH specified for checking use
9037:
9038: 2008-05-30 misha
9039:
9040: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9041: @OPTION\nlocals + @method[vars][;locals;] were added
9042:
9043: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9044: moved to separate method op_code - switch from VMethodFrame to
9045: VMethodFrameGlobal + VMethodFrameLocal
9046:
9047: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9048: was moved to separate method op_code
9049:
9050: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9051: VMethodFrame now
9052:
9053: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9054: all_vars_local as well
9055:
9056: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9057: pa_vmethod_frame_local.h, Makefile.am: - who children for
9058: VMethodFrame were added: one (global) works as VMethodFrame
9059: before and second (local) write all vars in self vars scope
9060:
9061: * src/types/pa_method.h: - method has bool flag all_vars_local now
9062:
9063: 2008-05-29 misha
9064:
9065: * tests/: 129.html, results/129.processed: - more tests for
9066: ^table.hash[]
9067:
9068: * src/classes/hash.C: - ^hash::sql has a new option:
9069: $.type[hash|string|table] as ^table.hash[] one.
9070:
9071: * src/classes/op.C: - ^try has 3rd param now: finally code which
9072: executed anyway after try or catch section
9073:
9074: 2008-05-27 misha
9075:
9076: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9077: must not fail if $.distinct(1) wasn't specified
9078:
9079: 2008-05-26 misha
9080:
9081: * src/classes/op.C: - allow ^throw[my type]
9082:
9083: 2008-05-22 misha
9084:
9085: * configure.in, configure: - version number updated to 3.2.4b
9086:
9087: * src/classes/: op.C, string.C: - trim format string before
9088: eval/format
9089:
9090: * tests/: results/175.processed, 175.html: - more tests for
9091: different format strings in .format[]
9092:
9093: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9094: as well (not only %XX)
9095:
9096: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9097: charset specified - checks for format before print number
9098: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9099: (instead of tabs) removed
9100:
9101: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9102: charset specified
9103:
9104: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9105: char in requested charset from utf code was added
9106:
9107: 2008-05-19 misha
9108:
9109: * tests/: 174.html, results/174.processed: - test for
9110: ^hashfile.cleanup[] added
9111:
9112: * src/classes/hashfile.C: - optimization: don't create any key or
9113: value variable if it's name weren't specified
9114: (^hf.foreach[;v]{...})
9115:
9116: 2008-05-16 misha
9117:
9118: * src/classes/hash.C: - optimization: don't create any key variable
9119: if variable name wasn't specified (^h.foreach[;v]{...})
9120:
9121: 2008-05-15 misha
9122:
9123: * src/classes/op.C: - small changes
9124:
9125: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9126:
9127: * src/classes/hash.C: - calculate var_context once before foreach
9128:
9129: 2008-05-14 misha
9130:
9131: * src/classes/hashfile.C: - incorrect vars context calculation for
9132: ^hashfile.foreach[;]{} fixed
9133:
9134: * src/classes/: hash.C, table.C: - little optimisation
9135:
9136: * src/classes/file.C: - bugfix: double absolute path while loading
9137: file
9138:
9139: * tests/: 174.html, results/174.processed: - tests for hashfile
9140: were added
9141:
9142: * buildall-with-xml: - moving to libxslt 1.1.24
9143:
9144: 2008-04-30 misha
9145:
9146: * src/classes/file.C: - stat file while loading (local only) so
9147: .adate, .mdate and .cdate available without additional ::stat
9148:
9149: 2008-04-28 misha
9150:
9151: * src/classes/file.C: - $.name and $.content-type available for
9152: stated file
9153:
9154: 2008-04-14 misha
9155:
9156: * src/targets/cgi/parser3.C: - new year in copyright %-)
9157:
9158: * src/include/pa_version.h: - new version number in head
9159:
9160: 2008-04-10 misha
9161:
9162: * tests/: 080.html, results/080.processed: - cut '0' from
9163: exponential part because of on diff OS it differ (20 or 020 for
9164: ex)
9165:
9166: * tests/: 119.html, results/119.processed: - check for encoding
9167: while creating xdoc
9168:
9169: 2008-04-09 misha
9170:
9171: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9172:
9173: * src/main/pa_common.C: - comment added
9174:
9175: * src/classes/date.C: - little refactoring
9176:
9177: 2008-04-07 misha
9178:
9179: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9180: style of ^table.save[]: prepare one big string and sabe it at
9181: once. it's safe on freebsd 4.x but use much more memory.
9182:
9183: * buildall-with-xml, buildall-without-xml: - option
9184: --disable-stringstream added (under comment. use it on freebsd
9185: 4.x)
9186:
9187: 2008-02-22 misha
9188:
9189: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9190: specified together in file::load[;http] - get back transcoding
9191: $.body[] in file::load[;http]
9192:
9193: 2008-02-21 misha
9194:
9195: * src/classes/date.C: - ^date.gmt-string[] was added
9196:
9197: * src/types/pa_value.C: - method for output date in RFC 822 format
9198: moved to pa_common.h
9199:
9200: * src/include/pa_common.h: - method for output date in RFC 822
9201: format moved here from pa_value.C
9202:
9203: * src/types/pa_vmail.C: - fixed core in sending mail with
9204: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9205:
9206: 2008-02-20 misha
9207:
9208: * src/main/pa_http.C: - transcode $.headers before escaping into
9209: specified charset while ^file::load[...;http://...] (L_URI
9210: instead of L_HTTP_HEADER) - $.cookies param available in
9211: ^file::load[;http://...] now (but we don't parse set-cookies from
9212: response yet) (cookies not transcoded as common $cookies)
9213:
9214: 2008-02-19 misha
9215:
9216: * src/main/pa_request.C: - rollback: we mustn't force taint
9217: $response:field values because in this case
9218: $response:locateion[http://...] don't works.
9219:
9220: 2008-02-15 misha
9221:
9222: * src/classes/op.C: - little refactoring
9223:
9224: * src/main/pa_http.C: - taint names of $.headers for load[;http
9225:
9226: * src/main/pa_request.C: - force taint values of $response:field
9227:
9228: 2008-02-14 misha
9229:
9230: * src/main/pa_request.C: - $response:field transcoded to
9231: $response:charset before escaping now
9232:
9233: * src/main/pa_http.C: - some outdated comments removed
9234:
9235: * src/classes/date.C: - lastdat -> last-day
9236:
9237: * src/classes/date.C: - ^date:lastday(year;month) and
9238: ^date.lastday[] were added - little code refactoring - comments
9239: changes
9240:
9241: * tests/: 159.html, results/159.processed: - test for number of
9242: days in February
9243:
9244: * src/types/pa_value.C: - fixes in code formatting
9245:
9246: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9247: and comments
9248:
9249: 2008-02-13 misha
9250:
9251: * src/main/pa_common.C: - bugfix for february at leap year
9252:
9253: 2008-01-28 misha
9254:
9255: * tests/: 160.html, results/160.processed: - more test for cache
9256: added
9257:
9258: * src/classes/op.C: - bugfix: cache body executed twice if contains
9259: unhandled exception
9260:
9261: 2008-01-25 misha
9262:
9263: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9264: bug when hashfile became inavailable after memory:compact)
9265:
9266: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9267:
9268: 2008-01-22 misha
9269:
9270: * src/classes/table.C: - little refactiring and exception texts
9271: changes in method ^table.hash[]
9272:
9273: * src/types/pa_vcookie.C: - link to cookie specification changed
9274:
9275: 2008-01-21 misha
9276:
9277: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9278: file::exec/cgi
9279:
9280: * src/classes/file.C: - bugfix: core while processing headers if
9281: executed cgi script don't return content
9282:
9283: 2008-01-18 misha
9284:
9285: * buildall-with-xml: - move to libxml2 version 2.6.31
9286:
9287: * src/include/pa_version.h, configure.in: - version number updated
9288: to '3.2.3b'
9289:
9290: 2007-12-28 misha
9291:
9292: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9293: hash.contains
9294:
9295: 2007-12-27 misha
9296:
9297: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9298: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9299: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9300: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9301: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9302: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9303: src/targets/cgi/parser3.vcproj,
9304: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9305: back to VS2003 because of Apache 1.3 module can't work if it was
9306: built in VS 2005. with cgi all file so VS2003 project files can
9307: be easy converted to the new format.
9308:
9309: 2007-12-04 misha
9310:
9311: * src/types/pa_vcode_frame.h: - changes in comment
9312:
9313: 2007-11-29 misha
9314:
9315: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9316: intercept strings any longer
9317:
9318: * tests/: 173.html, results/173.processed: - tests for
9319: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9320: but not in main code frame
9321:
9322: * tests/: 172.html, results/172.processed: - more tests for pass
9323: objects from code frames
9324:
9325: 2007-11-27 misha
9326:
9327: * tests/: 152.html, results/152.processed: - tests for converting
9328: strings 'true'/'false' to bool were added
9329:
9330: * tests/152.html: - added checks for converting strings
9331: 'true'/'false' to bool
9332:
9333: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9334: not only strings with numbers but with values 'true'/'false' as
9335: well
9336:
9337: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9338: for parser3.log increased
9339:
9340: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9341:
9342: * src/include/pa_common.h: - remove_crlf return cstring size now
9343:
9344: * src/include/pa_types.h: - constant with buffer size for
9345: parser3.log added
9346:
9347: 2007-11-16 misha
9348:
9349: * tests/cat.sh: - script for tests for file::exec/cgi
9350:
9351: * tests/171.html: - tests for file::exec/cgi
9352:
9353: * tests/results/171.processed: - tests results for file::exec/cgi
9354:
9355: 2007-11-15 misha
9356:
9357: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9358:
9359: * src/classes/file.C: - .body must be set before analyzing cgi
9360: headers
9361:
9362: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9363: only if exec/cgi return anything.
9364:
9365: 2007-11-14 misha
9366:
9367: * operators.txt: - info about new text|binary option for
9368: file::exec/cgi was added
9369:
9370: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9371: ^file:exec[[text|binary];script;...]
9372:
9373: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9374: classes/string.C, classes/table.C: - more text strings moved to
9375: the one place
9376:
9377: 2007-11-09 misha
9378:
9379: * src/types/pa_vrequest.C: - $request:argv must be taint
9380:
9381: * ChangeLog: - $request:argv [patch from Sumo]
9382:
9383: * operators.txt: - $request:argv
9384:
9385: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9386: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9387:
9388: 2007-10-25 misha
9389:
9390: * buildall-with-xml, buildall-without-xml: - options preparations
9391: for ./configure rewrited
9392:
9393: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9394: error occure in unhandled_exception finally fixed
9395:
9396: 2007-10-23 misha
9397:
9398: * tests/: 170.html, results/170.processed: - test for
9399: @method[][result]
9400:
9401: * operators.txt: - added info about node.prefix and
9402: node.namespaceURI
9403:
9404: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9405:
9406: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9407: added for node and attribute
9408:
9409: 2007-10-22 misha
9410:
9411: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9412:
9413: * src/main/pa_request.C: - added const content-transfer-encoding
9414:
9415: * src/include/pa_request.h: - added const content-transfer-encoding
9416: - ups. constants must be in lowercase (for search)
9417:
9418: * src/types/pa_vmail.C: - more constants used -
9419: content-transfer-encoding: 8bit added
9420:
9421: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9422:
9423: * src/include/pa_request.h: - more constants
9424:
9425: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9426: ommit anymore if $.content-disposition was specified - little
9427: refactoring
9428:
9429: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9430:
9431: 2007-10-17 misha
9432:
9433: * operators.txt: - info about
9434: table::create[nameless]{data}[>options<] was added
9435:
9436: * src/main/: compile.tab.C, compile.y: - if error occure while
9437: compile method don't put this method in methods table anymore.
9438: in other case the parser coredumped if @unhandled_exception
9439: method can't be compiled because of parser.compile error.
9440:
9441: * src/main/execute.C: - little code reformating
9442:
9443: * src/main/pa_request.C: - little code reformating - comment
9444: changed
9445:
9446: 2007-10-16 misha
9447:
9448: * tests/: 035.html, results/035.processed: - tests
9449: table::create[]{}[options] added
9450:
9451: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9452: options (only $.seperator[] yet)
9453:
9454: 2007-10-10 misha
9455:
9456: * src/classes/table.C: - some contstants moved to pa_common.h -
9457: some code changes
9458:
9459: 2007-10-02 misha
9460:
9461: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9462: then three time as much. but base64 encoding method still use
9463: less memory anyway.
9464:
9465: 2007-09-17 misha
9466:
9467: * operators.txt: - added info about $cookie:fields
9468:
9469: * src/types/pa_vcookie.C: - $cookie:fields available now
9470:
9471: * src/classes/hash.C: - some stuff for use with .for_each moved to
9472: common
9473:
9474: * src/include/pa_common.h: - some stuff for use with .for_each
9475: moved here
9476:
9477: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9478:
9479: 2007-09-14 misha
9480:
9481: * buildall-with-xml: - new xml libs again =)
9482:
9483: 2007-08-28 misha
9484:
9485: * operators.txt: - texts about ^table.columns[[column name]] and
9486: ^string.split[...][v][column name] were added
9487:
9488: * tests/: 168.html, 169.html, results/168.processed,
9489: results/169.processed: - tests for ^table.columns[[column name]]
9490: and ^string.split[...][v][column name] were added
9491:
9492: * src/classes/table.C: - new option ^table.columns[[column name]]
9493: was added
9494:
9495: * src/classes/string.C: - new option ^string.split[...;v;[column
9496: name]]
9497:
9498: * src/include/pa_exception.h: - error text message for
9499: ^hash._keys[], ^table.columns[] and ^string.split[]
9500:
9501: 2007-08-27 misha
9502:
9503: * src/main/untaint.C: - try to fix coredump on unix if print to
9504: body ^taint[sql][something] outside of connect
9505:
9506: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9507: outside of connect
9508:
9509: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9510: added (commented by default)
9511:
9512: 2007-08-20 misha
9513:
9514: * operators.txt: - comment about new method ^node.hasAttributes[]
9515: was added
9516:
9517: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9518: duplicated exception text strings were removed
9519:
9520: * src/include/pa_exception.h: - more exception text strings moved
9521: here
9522:
9523: * src/classes/table.C: - some duplicate exceptions' text strings
9524: removed
9525:
9526: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9527: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9528: removed
9529:
9530: * src/include/pa_exception.h: - some exception text strings movet
9531: to pa_exception
9532:
9533: * tests/: 149.html, results/149.processed: - test for
9534: ^xnode.hasAttributes[] was added - some code changes
9535:
9536: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9537: added
9538:
9539: 2007-08-17 misha
9540:
9541: * tests/: results/006.processed, results/059.processed, 006.html,
9542: 059.html: - more tests for match
9543:
9544: * tests/: 129.html, results/129.processed: - tests for
9545: ^table.hash[...][$.type[string|hash|table]] added
9546:
9547: * src/targets/cgi/parser3.C: - little syntax changes
9548:
9549: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9550: syntax changes
9551:
9552: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9553: messages in parser3.log switched off by default. If someone
9554: really still need it: use $SIGPIPE(1)
9555:
9556: 2007-08-08 misha
9557:
9558: * buildall-with-xml, buildall-without-xml: - remove libs source
9559: files by default since now
9560:
9561: 2007-08-07 misha
9562:
9563: * buildall-without-xml: - some option syntax changes
9564:
9565: * buildall-with-xml: - compile libxml2 without http support - some
9566: option syntax changes
9567:
9568: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9569:
9570: 2007-08-06 misha
9571:
9572: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9573:
9574: * tests/: 160.html, results/160.processed: - cache test was
9575: rewrited
9576:
9577: 2007-07-06 misha
9578:
9579: * tests/: 153.html, results/153.processed: - added test for
9580: ^math:sha1[string]
9581:
9582: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9583: transcoded
9584:
9585: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9586: were added
9587:
9588: 2007-06-28 misha
9589:
9590: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9591: some incorrect chars
9592:
9593: 2007-06-19 misha
9594:
9595: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9596: were moved on top because of gcc 4 had a problems during
9597: building.
9598:
9599: 2007-06-18 misha
9600:
9601: * tests/results/019.processed: - new image commited
9602:
9603: 2007-06-09 misha
9604:
9605: * src/classes/: op.C, table.C: - in while and table.select method
9606: as_expression used now
9607:
9608: * src/types/pa_vmethod_frame.h: - method as_expression was added
9609:
9610: 2007-06-08 misha
9611:
9612: * tests/: 166.html, results/166.processed: - test for
9613: ^match[...][n]
9614:
9615: * tests/: 165.html, results/165.processed: - tests for loops
9616:
9617: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9618: because of no speed/memory optimisation but some proglems with
9619: long cycles occure
9620:
9621: 2007-06-06 misha
9622:
9623: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9624: ^table.select(true) and ^table.select(1) didn't works because of
9625: awaiting junction-param only. fixed.
9626:
9627: 2007-05-24 misha
9628:
9629: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9630: with 0.5 secs interval
9631:
9632: * src/classes/op.C: - cache was rewrited. I hope it works with
9633: locking system now on unix
9634:
9635: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9636: system locks which wait till other threads release it but try get
9637: lock, if fail wait 1 sec and make 10 attempts.
9638:
9639: * src/include/pa_os.h: - consts for blocking locks + some comments
9640: were added
9641:
9642: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9643: opening files
9644:
9645: * src/classes/table.C: - changes in includes. if unclude <sstream>
9646: after our classes on unix it can't be build
9647:
9648: * src/types/pa_vhashfile.C: - not needed code removed
9649:
9650: 2007-05-23 misha
9651:
9652: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9653: include/pa_common.h: - cosmetic changes
9654:
9655: 2007-05-18 misha
9656:
9657: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9658: often. it's give some speed increasing
9659:
9660: * tests/results/160.processed: - returned time corrected
9661:
9662: * tests/160.html: - time increased because on unix 1 mean nothing
9663: :(
9664:
9665: * operators.txt: - added info about ^hash.contain[key]
9666:
9667: * src/classes/hash.C: - added ^hash.contain[key]
9668:
9669: * src/include/pa_hash.h: - added method for checking key exists in
9670: hash
9671:
9672: 2007-05-07 misha
9673:
9674: * src/include/pa_string.h: - was compilation error during build on
9675: freebsd4
9676:
9677: 2007-05-03 misha
9678:
9679: * src/classes/table.C: - option $.type[hash|string|table] was added
9680: for ^table.hash[]
9681:
9682: * src/classes/file.C: - comment removed
9683:
9684: 2007-04-26 misha
9685:
9686: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9687: real files doesn't opened in place anymore
9688:
9689: 2007-04-24 misha
9690:
9691: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9692:
9693: * src/include/pa_exception.h: "static" removed
9694:
9695: 2007-04-23 misha
9696:
9697: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9698:
9699: * src/classes/math.C: added: - ^math:ln(N) (the same as
9700: ^math:log(N)) - ^math:lg(N)
9701:
9702: * tests/: 097.html, results/097.processed: - charsets converstion
9703: during ^file::load[text;http://...] added
9704:
9705: * tests/: 164.html, results/164.processed: - check for set expires
9706: as a date
9707:
9708: * tests/: 164.html, results/164.processed: - test for hashfile
9709:
9710: * src/classes/hashfile.C: - little comment changes
9711:
9712: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9713: access
9714:
9715: * src/: classes/date.C, classes/double.C, classes/file.C,
9716: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9717: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9718: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9719: classes/xnode.h, include/pa_request.h, main/execute.C,
9720: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9721: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9722: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9723: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9724: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9725: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9726: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9727: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9728: "parser.runtime" strings were removed
9729:
9730: * src/classes/hashfile.C: - with .clear[] called files_delete()
9731: now.
9732:
9733: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9734:
9735: * src/include/pa_exception.h: - string constant with
9736: "parser.runtime" text was added
9737:
9738: 2007-04-20 misha
9739:
9740: * operators.txt: - some comments changing
9741:
9742: * operators.txt: - added info about .^hashfile.release[],
9743: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9744:
9745: * configure: =cheching for unsetenv
9746:
9747: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9748: ^hashfile.release[] were added
9749:
9750: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9751: ^string.match[][] understand new option now: return number of
9752: matches but not table wit results
9753:
9754: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9755: reopen now
9756:
9757: * src/classes/op.C: - bug. must be false
9758:
9759: * configure.in: - checking for unsetenv was added
9760:
9761: * src/types/pa_vform.C: - some comments
9762:
9763: 2007-04-18 misha
9764:
9765: * buildall-with-xml: moving to libxml2-2.6.28
9766:
9767: * buildall-with-xml, buildall-without-xml: added commented lines
9768: with --disable-safe-mode option
9769:
9770: * operators.txt: - info about $form:files
9771:
9772: 2007-04-17 misha
9773:
9774: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9775: $form:files was added
9776:
9777: * tests/: 163.html, results/163.processed: removing auto format
9778:
9779: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9780:
9781: 2007-04-16 misha
9782:
9783: * tests/: 163.html, results/163.processed: - test for .int[],
9784: floor, round, ceiling and .format[]
9785:
9786: * src/classes/file.C: - little optimization for getting args in
9787: exec/cgi
9788:
9789: 2007-04-13 misha
9790:
9791: * src/classes/file.C: - arguments for file::exec/cgi can be
9792: specified now as s table with one column
9793:
9794: 2007-03-27 misha
9795:
9796: * tests/: 162.html, results/162.processed: - test for
9797: ^table.select(^condition[$t])
9798:
9799: * tests/results/auto.p: - load windows-1251 charset for some tests
9800:
9801: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9802:
9803: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9804: 161_windows1251.txt: - added test for
9805: ^file::load[text;/local/file.txt;$.charset[...]]
9806:
9807: * tests/: results/013.processed, 013.html: - added test for
9808: checking $._default value while hash modifications
9809:
9810: * tests/: 160.html, results/160.processed: - add test for
9811: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9812:
9813: 2007-03-22 misha
9814:
9815: * src/include/pa_common.h: - "charset" string defined for
9816: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9817:
9818: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9819: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9820: added - not needed transcodes were removed from
9821: ^file::load[...;http://...]
9822:
9823: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9824: added
9825:
9826: * src/classes/date.C: - date.week was fixed
9827:
9828: * operators.txt: - added info about date.weekyear
9829:
9830: * tests/: 159.html, results/159.processed: - tests for date.week
9831: and date.weekyear added
9832:
9833: 2007-03-15 misha
9834:
9835: * src/classes/table.C: - enclose column numbers for nameless tables
9836: as well
9837:
9838: 2007-03-14 misha
9839:
9840: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9841:
9842: * src/classes/table.C: - table.save optimization: now required much
9843: less memory
9844:
9845: 2007-03-13 misha
9846:
9847: * tests/results/: 158.processed, 158.processes: - tests for
9848: table.save/table.load
9849:
9850: * tests/: 158.html, results/158.processes: - tests for
9851: table.save/table.load
9852:
9853: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9854:
9855: * buildall-with-xml: - pattern needed now for building
9856:
9857: * tests/results/097.processed: - added test results for xdoc::load
9858: & xdoc::load[http://...]
9859:
9860: * tests/097.html: - added test for xdoc::load
9861:
9862: 2007-03-12 misha
9863:
9864: * tests/: 107.html, results/107.processed: - added test for xpath
9865: '//man'
9866:
9867: 2007-03-01 misha
9868:
9869: * tests/: 097.html, results/097.processed: - added test for
9870: creating xdoc from file
9871:
9872: * tests/: results/157.processed, 157.html: - added test for
9873: file:move
9874:
9875: 2007-02-28 misha
9876:
9877: * src/classes/xdoc.C: - another attempt
9878:
9879: * src/classes/xdoc.C: - roll back last changes for a while
9880:
9881: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9882:
9883: * src/classes/file.C: - under lock we create non-exist dir anyway
9884:
9885: * tests/results/099.processed: - ever send content-disposition to
9886: client with file
9887:
9888: * tests/157.html: + test for file:copy
9889:
9890: 2007-02-26 misha
9891:
9892: * src/classes/file.C: - some similar strings moved to #define
9893: instead of to be copy/pasted many times
9894:
9895: * src/types/pa_vfile.h: - class name string ("file") moved to
9896: #define
9897:
9898: 2007-02-20 misha
9899:
9900: * configure.in: - added some strings for sqlite detection
9901:
9902: 2007-02-19 misha
9903:
9904: * operators.txt: - some comments changes
9905:
9906: * buildall-with-xml, buildall-without-xml: - some modifications
9907:
9908: 2007-02-17 misha
9909:
9910: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9911:
9912: * src/main/pa_request.C: - damn, i forgot to commit it while I
9913: change console behaviour
9914:
9915: 2007-02-12 misha
9916:
9917: * src/targets/cgi/parser3.C: - don't print headers if
9918: $console:line[data] was used during cgi execution.
9919:
9920: * src/types/pa_vconsole.h: - console class have bool flag now which
9921: marked as 'true' if class was used.
9922:
9923: * tests/: 152.html, results/152.processed: - more types was added
9924: to test 152
9925:
9926: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9927: adding 'bool' (^if($image){} caused exception)
9928:
9929: 2007-02-09 misha
9930:
9931: * tests/: 152.html, results/152.processed: - test alightly updated
9932:
9933: * tests/: 152.html, results/152.processed: - test rewrited
9934:
9935: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9936: bugfix. I broke xdoc & xnode in expression
9937:
9938: 2007-02-08 misha
9939:
9940: * tests/: 152.html, results/152.processed: - add test for checking
9941: 'def' for void, string, bool, int & double
9942:
9943: 2007-02-07 misha
9944:
9945: * operators.txt: - ^file:base64[filespec] was added
9946:
9947: * tests/results/153.processed: - result test for
9948: ^file:base64[filespec] was updated
9949:
9950: * tests/153.html: - test for ^file:base64[filespec] was added
9951:
9952: * src/types/pa_vconsole.h: - little optimization
9953:
9954: * src/classes/file.C: - ^file:base64[filespec]
9955:
9956: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9957:
9958: * src/include/pa_common.h: - declarations for
9959: ^file:base64[filespec]
9960:
9961: * src/types/pa_vcookie.C: - little optimization
9962:
9963: 2007-02-06 misha
9964:
9965: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9966: were temporary commented
9967:
9968: * src/types/pa_vbool.h: - bugfix
9969:
9970: * tests/156.html: - added test for bool cookie
9971:
9972: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9973:
9974: * tests/: 155.html, results/155.processed: - added test for check
9975: $.encloser[] option for table save/load
9976:
9977: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9978:
9979: 2007-02-05 misha
9980:
9981: * tests/results/152.processed: - newline at the end was missed
9982:
9983: * tests/results/141.processed: - math:md5 must be lowercased
9984:
9985: * src/targets/cgi/parser3.C: - 2007 in help ;)
9986:
9987: 2007-02-03 misha
9988:
9989: * tests/results/: 150.processed, 151.processed, 152.processed: -
9990: test for bool added and some content length fixes
9991:
9992: * tests/152.html: - test for bool added
9993:
9994: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9995:
9996: * operators.txt: - info bool class was added
9997:
1.116 moko 9998: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9999: classes/classes.vcproj, classes/double.C, classes/int.C,
10000: classes/string.C, classes/void.C, classes/xnode.C,
10001: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10002: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10003: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10004: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10005: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10006: types/types.vcproj: - bool class was added
10007:
10008: * src/main/pa_request.C: - fix
10009:
10010: 2007-01-18 misha
10011:
10012: * src/: main/pa_string.C, classes/string.C: - return table during
10013: ^string.match[][] even if no matched found.
10014:
10015: 2006-12-20 misha
10016:
10017: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10018: http://www.parser.ru/forum/?id=55598 ]
10019:
10020: 2006-12-19 misha
10021:
10022: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10023: details: http://www.parser.ru/forum/?id=52359
10024:
10025: * src/main/pa_request.C: - always set content-disposition for
10026: $response:body[hash here]. more details:
10027: http://www.parser.ru/forum/?id=52130
10028:
10029: 2006-12-07 misha
10030:
10031: * operators.txt: - added info about bool params in cookie set
10032:
10033: * src/types/pa_vcookie.C: - bool param in cookies available now
10034: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10035: ]
10036:
10037: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10038: was added
10039:
10040: 2006-12-02 misha
10041:
10042: * src/classes/file.C: - file_block_read used instead of native read
10043:
10044: * src/main/pa_common.C: - added file_block_read with read error
10045: detection - file_block_read used instead of native read
10046:
10047: * src/include/pa_common.h: - added file_block_read declaration
10048:
10049: 2006-12-01 misha
10050:
10051: * operators.txt: - info about $var.CLASS_NAME was added
10052:
10053: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10054: $var.CLASS_NAME added
10055:
10056: * operators.txt: - added info about ^file:copy[]
10057:
10058: * src/classes/file.C: - ^file:copy[from;fo] was added
10059:
10060: 2006-11-20 misha
10061:
10062: * src/classes/date.C: - bug fix :)
10063:
10064: 2006-11-17 misha
10065:
10066: * src/include/pa_common.h: - array in crc32 calculation was changed
10067: to static
10068:
10069: * src/main/pa_common.C: - little optimization in getMonthDays -
10070: small changes in crc32 calculation
10071:
10072: * src/classes/date.C: - not needed code was removed
10073:
10074: 2006-11-16 misha
10075:
10076: * src/types/pa_vmail.C: - fix missed brakes
10077:
10078: * src/types/pa_vmail.C: - mail:send now set content-type:
10079: multipart/related instead of multipart/mixed if file have
10080: $.content-id[]
10081:
10082: 2006-11-15 misha
10083:
10084: * src/types/pa_vdouble.h: abs -> fabs
10085:
10086: 2006-11-14 misha
10087:
10088: * operators.txt: - added info about ^file.md5[] and
10089: ^file:md5[file-name]
10090:
10091: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10092: added
10093:
10094: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10095: FILE_BUFFER_SIZE
10096:
10097: * src/classes/math.C: - hex_string was moved to pa_common.h
10098:
10099: * src/include/pa_common.h: - hex_string was moved from math.C -
10100: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10101:
10102: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10103: values was fixed
10104:
10105: 2006-11-13 misha
10106:
10107: * operators.txt: - added info about ^math:crc32[string],
10108: ^file:crc32[file-name] & ^file.crc32[]
10109:
10110: * src/classes/math.C: - added ^math:crc32[string]
10111:
10112: * src/classes/file.C: - some comments were changed - added
10113: ^file:crc32[file-name] and ^file.crc32[]
10114:
10115: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10116: crc32 calculation added
10117:
10118: 2006-11-03 misha
10119:
10120: * src/include/pa_array.h: - not needed variable removed
10121:
10122: * tests/: 150.html, 151.html, results/150.processed,
10123: results/151.processed: - 2 tests were added
10124:
10125: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10126: with $.reverse(1) were fixed
10127:
10128: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10129: query converted to $.charset during ^file::load[http://...]
10130:
10131: 2006-11-02 misha
10132:
10133: * src/include/pa_table.h: ups. forget '=' char
10134:
10135: * src/include/pa_table.h: - one more fix in
10136: .locate[...][$.reverse(1)]
10137:
10138: 2006-11-01 misha
10139:
10140: * src/classes/math.C: - bug fix, details:
10141: http://www.parser.ru/forum/?id=53360
10142:
10143: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10144: false for all records )[$.reverse(1)]
10145:
10146: * src/main/pa_http.C: - second param for this mid method is length
10147: but not end_index so this method has error and can't detect
10148: charsets in next content-types: Content-type: text/html;
10149: charset="windows-1251" Content-type: text/html;
10150: charset="windows-1251"; Content-type: text/html;
10151: charset=windows-1251;
10152:
10153: only Content-type: text/html; charset=windows-1251 was fine
10154:
10155: 2006-10-31 misha
10156:
10157: * src/classes/file.C: - empty args in file::exec removed now
10158:
10159: 2006-09-03 paf
10160:
10161: * src/classes/file.C: proper tainting of
10162: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10163:
10164: 2006-06-09 paf
10165:
10166: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10167:
10168: * src/classes/table.C: formatting
10169:
10170: * src/classes/table.C: incorporated patch from misha: Sent:
10171: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10172: ignoring string options for ^table.save[]
10173:
10174: * src/classes/hash.C: incorporated patch from misha Sent:
10175: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10176: $hash._default disappear while
10177:
10178: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10179: $.format[!uue|!base64] << new base64 option. default uue ] ]
10180:
10181: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10182: PM Subject: patch for base64 in ^mail:send[] %-)
10183:
10184: 2006-04-09 paf
10185:
10186: * src/main/compile.tab.C: ` change compiled
10187:
10188: * gnu.vcproj, operators.txt, parser3.sln,
10189: src/classes/classes.vcproj, src/classes/file.C,
10190: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10191: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10192: src/classes/xnode.C, src/include/pa_array.h,
10193: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10194: src/include/pa_memory.h, src/include/pa_request.h,
10195: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10196: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10197: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10198: src/lib/pcre/pcre_dftables.vcproj,
10199: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10200: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10201: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10202: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10203: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10204: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10205: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10206: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10207: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10208: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10209: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10210: src/types/pa_value.h, src/types/pa_vcookie.C,
10211: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10212: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10213: src/types/pa_vstatus.C, src/types/types.vcproj,
10214: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10215: ^menu, ^hash/hashfile.foreach
10216:
10217: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10218: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10219: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10220: src/classes/xnode.C, src/include/pa_array.h,
10221: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10222: src/include/pa_memory.h, src/include/pa_request.h,
10223: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10224: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10225: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10226: src/lib/pcre/pcre_dftables.vcproj,
10227: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10228: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10229: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10230: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10231: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10232: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10233: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10234: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10235: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10236: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10237: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10238: src/types/pa_value.h, src/types/pa_vcookie.C,
10239: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10240: src/types/pa_vstatus.C, src/types/types.vcproj,
10241: tests/descript.ion: ! switched to VS2005 (projects and
10242: object<info explicitly typed>.for_each(, info)) +
10243: $response:field[] setting void means removing + grammar $name`
10244: name stops now, for mysql `$field` + started ^break[]
10245: ^continue[], in ^for. TODO: to other iterators (while, menu,
10246: foreach) + all log messages += [uri=, method=, cl=]
10247:
10248: * buildall-with-xml: merged . ftp paths update
10249:
10250: * buildall-with-xml: . ftp paths update
10251:
10252: 2006-03-04 paf
10253:
10254: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10255: checks++ [thanks to Igor Zinkovsky for detailed report]
10256:
10257: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10258: Igor Zinkovsky for detailed report]
10259:
10260: 2006-03-01 paf
10261:
10262: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10263: \n to ' ' in
10264:
10265: 2006-02-18 paf
10266:
10267: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10268: \n to ' ' in
10269:
10270: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10271:
10272: 2006-02-03 paf
10273:
10274: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10275: base64
10276:
10277: * src/main/pa_common.C: ! bugfix: decoding from base64
10278:
10279: 2006-01-20 paf
10280:
10281: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10282: economy fix
10283:
10284: * src/classes/: table.C: merged from HEAD ! bugfix
10285: ^table.save[$.encloser-s now handled properly
10286:
10287: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10288: handled properly
10289:
10290: 2006-01-19 paf
10291:
10292: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10293: libgc:USE_MUNMAP activates merging of free memory blocks which
10294: helps a lot in our case: after transform we want
10295: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10296:
10297: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10298: economy fix
10299:
10300: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10301: activates merging of free memory blocks which helps a lot in our
10302: case: after transform we want CORD(main.result)->cstr[big
10303: malloc]->transcode[big malloc]
10304:
10305: 2006-01-17 paf
10306:
10307: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10308: before reading them. got rid of reallocs = became quicker and
10309: less fragmentated
10310:
10311: 2005-12-29 paf
10312:
1.116 moko 10313: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10314: configure, configure.in, src/include/pa_version.h,
10315: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10316: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10317: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10318: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10319: src/lib/ltdl/missing: . merged from 3.2.1
10320:
1.116 moko 10321: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10322: packaged when 'make dist', so do configure companion files in
10323: src/lib/ltdl
10324:
10325: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10326: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10327: missing: . now config_auto.h is created with configure [were
10328: constant]
1.95 moko 10329:
10330: * INSTALL: . references to documentation and some clarification
10331:
10332: * buildall-with-xml, buildall-without-xml: . farawell doc
10333: indication
10334:
1.116 moko 10335: * Makefile.am: . dist+=buildall*
1.95 moko 10336:
10337: 2005-12-28 paf
10338:
10339: * configure: . 3.2.1
10340:
10341: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10342: simplify build process, see INSTALL
10343:
10344: 2005-12-26 paf
10345:
10346: * configure: ver
10347:
10348: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10349: version
10350:
10351: 2005-12-21 paf
10352:
10353: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10354: compiled with bison 1.875b, it reports unexpected token names
10355:
10356: 2005-12-19 paf
10357:
10358: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10359: holds a link to xmlNode to prevent premature gc(xmlNode)
10360:
10361: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10362: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10363: src/main/main.vcproj, src/main/pa_globals.C,
10364: src/targets/cgi/parser3.vcproj,
10365: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10366: configure, configure.in, src/include/pa_version.h: . killing
10367: gdome [what a relief]
10368:
10369: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10370: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10371: run_parser.sh, results/001.processed, results/002.processed,
10372: results/003.processed, results/004.processed,
10373: results/005.processed, results/006.processed,
10374: results/008.processed, results/009.processed,
10375: results/010.processed, results/011.processed,
10376: results/012.processed, results/013.processed,
10377: results/014.processed, results/015.processed,
10378: results/016.processed, results/017.processed,
10379: results/018.processed, results/020.processed,
10380: results/021.processed, results/022.processed,
10381: results/023.processed, results/024.processed,
10382: results/025.processed, results/026.processed,
10383: results/027.processed, results/028.processed,
10384: results/029.processed, results/030.processed,
10385: results/031.processed, results/032.processed,
10386: results/033.processed, results/034.processed,
10387: results/035.processed, results/036.processed,
10388: results/037.processed, results/038.processed,
10389: results/039.processed, results/040.processed,
10390: results/041.processed, results/042.processed,
10391: results/043.processed, results/044.processed,
10392: results/045.processed, results/046.processed,
10393: results/047.processed, results/048.processed,
10394: results/049.processed, results/050.processed,
10395: results/051.processed, results/052.processed,
10396: results/053.processed, results/054.processed,
10397: results/055.processed, results/056.processed,
10398: results/057.processed, results/058.processed,
10399: results/059.processed, results/060.processed,
10400: results/061.processed, results/062.processed,
10401: results/063.processed, results/064.processed,
10402: results/065.processed, results/066.processed,
10403: results/067.processed, results/068.processed,
10404: results/069.processed, results/070.processed,
10405: results/071.processed, results/072.processed,
10406: results/073.processed, results/074.processed,
10407: results/075.processed, results/076.processed,
10408: results/077.processed, results/078.processed,
10409: results/079.processed, results/080.processed,
10410: results/081.processed, results/082.processed,
10411: results/083.processed, results/084.processed,
10412: results/085.processed, results/086.processed,
10413: results/087.processed, results/088.processed,
10414: results/089.processed, results/090.processed,
10415: results/091.processed, results/092.processed,
10416: results/093.processed, results/094.processed,
10417: results/095.processed, results/096.processed,
10418: results/097.processed, results/099.processed,
10419: results/100.processed, results/101.processed,
10420: results/102.processed, results/104.processed,
10421: results/105.processed, results/106.processed,
10422: results/107.processed, results/108.processed,
10423: results/109.processed, results/110.processed,
10424: results/111.processed, results/112.processed,
10425: results/113.processed, results/114.processed,
10426: results/115.processed, results/117.processed,
10427: results/119.processed, results/120.processed,
10428: results/121.processed, results/122.processed,
10429: results/123.processed, results/124.processed,
10430: results/125.processed, results/126.processed,
10431: results/127.processed, results/128.processed,
10432: results/129.processed, results/130.processed,
10433: results/131.processed, results/132.processed,
10434: results/133.processed, results/134.processed,
10435: results/135.processed, results/136.processed,
10436: results/138.processed, results/139.processed,
10437: results/140.processed, results/141.processed,
10438: results/142.processed, results/143.processed,
10439: results/144.processed, results/145.processed,
10440: results/146.processed, results/147.processed,
10441: results/148.processed, results/149.processed, results/auto.p: .
10442: now works if we turn off default auto.p
10443:
1.116 moko 10444: * configure: . makes
1.95 moko 10445:
10446: * src/types/pa_vxnode.C: . less warnings
10447:
10448: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10449: tests/145.html, tests/149.html, tests/descript.ion,
10450: tests/outputs/d.cmd, tests/results/142.processed,
10451: tests/results/143.processed, tests/results/144.processed,
10452: tests/results/145.processed, tests/results/146.processed,
10453: tests/results/147.processed, tests/results/148.processed,
10454: tests/results/149.processed: . removed .nodeValue from all node
10455: types other than 5 (grabbed piece from gdome)
10456:
10457: * tests/: 137.html, results/137.processed: . not handled this case
10458: yet. code does not hang from inserting parent into child,
10459: considering thing minor issue -- nodes are removed from source
10460: anyway, don't know why shold that be an error after all
10461:
10462: * src/targets/cgi/parser3.C: . style
10463:
10464: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10465: xdoc too [were barking "not element"]
10466:
10467: 2005-12-16 paf
10468:
10469: * tests/: 146.html, 147.html, 148.html: . more tests
10470:
10471: * src/classes/xnode.C: . also bark on possible errors
10472:
10473: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10474: props
10475:
10476: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10477: main/compile.y: merged from HEAD ! fixed overoptimized
10478: ^call(false) case. (confused it with ^call[] case)
10479:
10480: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10481: ^call(false) case. (confused it with ^call[] case)
10482:
10483: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10484:
10485: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10486: results/001.processed, results/002.processed,
10487: results/003.processed, results/004.processed,
10488: results/005.processed, results/006.processed,
10489: results/008.processed, results/009.processed,
10490: results/010.processed, results/011.processed,
10491: results/012.processed, results/013.processed,
10492: results/014.processed, results/015.processed,
10493: results/016.processed, results/017.processed,
10494: results/018.processed, results/019.processed,
10495: results/020.processed, results/021.processed,
10496: results/022.processed, results/023.processed,
10497: results/024.processed, results/025.processed,
10498: results/026.processed, results/027.processed,
10499: results/028.processed, results/029.processed,
10500: results/030.processed, results/031.processed,
10501: results/032.processed, results/033.processed,
10502: results/034.processed, results/035.processed,
10503: results/036.processed, results/037.processed,
10504: results/038.processed, results/039.processed,
10505: results/040.processed, results/041.processed,
10506: results/042.processed, results/043.processed,
10507: results/044.processed, results/045.processed,
10508: results/046.processed, results/047.processed,
10509: results/048.processed, results/049.processed,
10510: results/050.processed, results/051.processed,
10511: results/052.processed, results/053.processed,
10512: results/054.processed, results/055.processed,
10513: results/056.processed, results/057.processed,
10514: results/058.processed, results/059.processed,
10515: results/060.processed, results/061.processed,
10516: results/062.processed, results/063.processed,
10517: results/064.processed, results/065.processed,
10518: results/066.processed, results/067.processed,
10519: results/068.processed, results/069.processed,
10520: results/070.processed, results/071.processed,
10521: results/072.processed, results/073.processed,
10522: results/074.processed, results/075.processed,
10523: results/076.processed, results/077.processed,
10524: results/078.processed, results/079.processed,
10525: results/080.processed, results/081.processed,
10526: results/082.processed, results/083.processed,
10527: results/084.processed, results/085.processed,
10528: results/086.processed, results/087.processed,
10529: results/088.processed, results/089.processed,
10530: results/090.processed, results/091.processed,
10531: results/092.processed, results/093.processed,
10532: results/094.processed, results/095.processed,
10533: results/096.processed, results/097.processed,
10534: results/099.processed, results/101.processed,
10535: results/102.processed, results/104.processed,
10536: results/105.processed, results/106.processed,
10537: results/107.processed, results/108.processed,
10538: results/109.processed, results/110.processed,
10539: results/111.processed, results/112.processed,
10540: results/113.processed, results/114.processed,
10541: results/115.processed, results/116.processed,
10542: results/117.processed, results/118.processed,
10543: results/119.processed, results/120.processed,
10544: results/121.processed, results/122.processed,
10545: results/123.processed, results/124.processed,
10546: results/125.processed, results/126.processed,
10547: results/127.processed, results/128.processed,
10548: results/129.processed, results/130.processed,
10549: results/131.processed, results/132.processed,
10550: results/133.processed, results/134.processed,
10551: results/135.processed, results/136.processed,
10552: results/137.processed, results/138.processed,
10553: results/139.processed, results/140.processed,
10554: results/141.processed: . refreshed old tests, made them work
10555: without auto.p (in utf8) . things noted: . gif got encoded
10556: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10557: some strange year)
10558:
10559: * INSTALL: . revived linux libgc fix
10560:
10561: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10562: glib/gdome in INSTALL and patches]
10563:
10564: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10565: include/pa_charset.h, include/pa_config_includes.h,
10566: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10567: include/pa_xml_exception.h, lib/cord/Makefile.am,
10568: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10569: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10570: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10571: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10572: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10573: types/pa_vxnode.h: . started killing gdome
10574:
10575: 2005-12-13 paf
10576:
10577: * src/main/: pa_request.C: merged from HEAD ! when code in
10578: @unhandled_exception thrown another exception, print correct
10579: origin (earlier code in catch of exception inside of
10580: @unhandled_exception grabbed parent_frame(original_exception)
10581: origin and printed it, instead of true origin)
10582:
10583: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10584: another exception, print correct origin (earlier code in catch of
10585: exception inside of @unhandled_exception grabbed
10586: parent_frame(original_exception) origin and printed it, instead
10587: of true origin)
10588:
10589: 2005-12-09 paf
10590:
10591: * INSTALL: . updated INSTALL doc to work around linux stack base
10592: detection problem, due to change in gc6.4 code
10593:
10594: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10595: ignored in ^string.matched :(
10596:
10597: * src/main/pa_string.C: ! regex tainting were ignored in
10598: ^string.matched :(
10599:
10600: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10601: src/include/pa_config_fixed.h, src/include/pa_version.h,
10602: src/main/compile.y, src/main/compile_tools.h,
10603: src/main/pa_charset.C, src/main/pa_common.C,
10604: src/main/pa_globals.C, src/main/pa_string.C,
10605: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10606: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10607:
10608: 2005-12-08 paf
10609:
10610: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10611: 500 chars now handled OK [were wrapped on 500th char according to
10612: rfc, but sendmail failed to unwrap it properly]
10613:
10614: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10615: handled OK [were wrapped on 500th char according to rfc, but
10616: sendmail failed to unwrap it properly]
10617:
10618: * src/targets/isapi/parser3isapi.C: . less warnings
10619:
10620: * src/targets/isapi/parser3isapi.C: . undone some strange change
10621: since 3.1.5
10622:
10623: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10624: link fixes
10625:
10626: * src/: classes/date.C, include/pa_config_fixed.h,
10627: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10628: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10629: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10630:
10631: * src/include/pa_config_fixed.h: . removed outdated string origins
10632: [in current storage scheme there's no place for them. someday we
10633: can add third CORD to store origins and special version of parser
10634: which stores origins there [separate binary]]
10635:
10636: 2005-12-07 paf
10637:
10638: * src/targets/isapi/parser3isapi.C: . now links in release mode
10639:
10640: * src/include/pa_version.h: makefiles
10641:
10642: * src/include/pa_version.h: . not beta
10643:
10644: * configure, configure.in, src/include/pa_version.h: not beta
10645:
10646: 2005-12-06 paf
10647:
10648: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10649: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10650: decided to undo the change ^call[$void] passes void. now it will
10651: pass empty string again.
10652:
10653: * src/main/: compile.tab.C, compile.y: . version readded
10654:
10655: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10656: = ^switch[void] problem
10657:
10658: 2005-12-01 paf
10659:
10660: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10661: caused ^case[string] to be coerced to double since searching
10662: value were not string (it was vvoid)
10663:
10664: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10665: ^case[string] to be coerced to double since searching value were
10666: not string (it was vvoid)
10667:
10668: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10669: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10670:
10671: 2005-11-30 paf
10672:
10673: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10674: win32 must putenv("TZ="), on unix works only putenv("TZ")
10675:
10676: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10677: putenv("TZ="), on unix works only putenv("TZ")
10678:
10679: * INSTALL: . xml libs versions updated
10680:
10681: * src/main/pa_globals.C: //20051130 trying to remove this, author
10682: claims that fixed a lot there // 20040920 for now both
10683: workarounds needed. wait for new libxml/xsl versions
10684:
10685: 2005-11-28 paf
10686:
10687: * src/classes/table.C: merged from HEAD: ! nameless table has
10688: columns==0
10689:
10690: * src/classes/table.C: ! nameless table has columns==0
10691:
10692: * src/main/pa_http.C: merged from HEAD: ! status line check made
10693: earlier [was totally wrong]
10694:
10695: * src/main/pa_http.C: ! status line check made earlier [was totally
10696: wrong]
10697:
10698: 2005-11-25 paf
10699:
10700: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10701: undoing for now...
10702:
10703: * src/include/pa_version.h: -this reduces speed(table::load),
10704: strange. undoing
10705:
10706: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10707:
10708: * src/classes/op.C: + ^while(){}[SEPARATOR]
10709:
10710: * src/include/pa_array.h: + optimistics added: all arrays (table
10711: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10712: this speeds things up and saves memory a LOT! (not noticed
10713: negative effect on syntetic tests, future will tell...)
10714:
10715: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10716: changed gc_malloc implementation, which obscured profiling
10717:
10718: * src/classes/table.C: merged from HEAD: + optimized
10719: table::load/sql, now row ArrayString-s allocated with
10720: columns.count() elements and don't always grow from
10721: count=3[realloc,realloc]
10722:
10723: * src/classes/table.C: + optimized table::load/sql, now row
10724: ArrayString-s allocated with columns.count() elements and don't
10725: always grow from count=3[realloc,realloc]
10726:
10727: * src/classes/table.C: merged from HEAD: . ^table.save unused
10728: buffer after save
10729:
10730: * src/classes/table.C: . ^table.save unused buffer after save
10731:
10732: 2005-11-24 paf
10733:
10734: * configure.in: . merged glib2-config patch
10735:
10736: * configure.in: + trying to find glib2-config
10737:
10738: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10739: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10740: file/dir_readable to simple file/dir_exist, this would help in
10741: situations "class not found because .p file has bad rights" << in
10742: that case error would be explicit "access denied to 'this' file"
10743:
1.116 moko 10744: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10745:
10746: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10747: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10748: to simple file/dir_exist, this would help in situations "class
10749: not found because .p file has bad rights" << in that case error
10750: would be explicit "access denied to 'this' file"
10751:
10752: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10753: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10754: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10755: ^file::exec/cgi[script;$.charset[changed]
10756: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10757: encoded in $.charset charset
10758:
10759: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10760: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10761: encoded in $.charset charset
10762:
10763: * src/: include/Makefile.am, include/pa_common.h,
10764: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10765: main/pa_common.C, main/pa_http.C: . extracted http:// into
10766: separate file [preparation for
10767: ^file::cgi[script;$.form[$.field1[]
10768:
10769: 2005-11-22 paf
10770:
10771: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10772:
10773: * acinclude.m4, configure.in: . merged underquting fixes
10774:
1.116 moko 10775: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10776:
10777: * src/classes/op.C: . overmerged a little
10778:
10779: * src/main/compile.tab.C: Makefile
10780:
10781: * src/main/: pa_common.C: . less gcc warnings
10782:
10783: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10784: now reports original exception if we have no old cache
10785:
10786: * src/classes/op.C: + $exception.handled[cache] now reports
10787: original exception if we have no old cache
10788:
10789: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10790: from HEAD: + ^taint/untaint[regex] << escapes these:
10791: \^$.[]|()?*+{}
10792:
10793: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10794: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10795:
10796: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10797: getenv-ed variable, which does not work both on win32&unix.
10798: copied old TZ value now
10799:
10800: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10801: stored pointer to getenv-ed variable, which does not work both on
10802: win32&unix. copied old TZ value now
10803:
10804: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10805: getenv-ed variable, which does not work both on win32&unix.
10806: copied old TZ value now
10807:
10808: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10809: access to internal hash
10810:
10811: * src/types/pa_vresponse.C: + $response:headers access to internal
10812: hash
10813:
10814: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10815: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10816: isapi] this reduces number of "GC Warning: Repeated allocation of
10817: very large block" messages to only important onces
10818:
10819: * src/targets/isapi/parser3isapi.C: +
10820: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10821: isapi] this reduces number of "GC Warning: Repeated allocation of
10822: very large block" messages to only important onces
10823:
10824: * src/classes/string.C: merged from HEAD: + removed limitation on
10825: ^string/int/double:sql{}[$.default[({param style})] ]
10826:
10827: * src/classes/string.C: + removed limitation on
10828: ^string/int/double:sql{}[$.default[({param style})] ]
10829:
10830: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10831: with ?params or $.form option" limitation
10832:
10833: * src/main/pa_common.C: + removed "use either uri with ?params or
10834: $.form option" limitation
10835:
10836: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10837: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10838: ^file::base64[encoded] decode
10839:
10840: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10841: main/pa_common.C: + ^file.base64[] encode +
10842: ^file::base64[encoded] decode
10843:
10844: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10845: ^string:base64[encoded] decode
10846:
10847: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10848: ^string:base64[in] encode + ^string.base64[] decode
10849:
10850: 2005-11-21 paf
10851:
10852: * src/classes/file.C: + merged from HEAD:
10853: ^file::create[text;file.xml;^untaint[xml]{data}]
10854:
10855: * src/classes/file.C: +
10856: ^file::create[text;file.xml;^untaint[xml]{data}]
10857:
10858: * src/main/pa_request.C: ! merged: $response:body[file] now
10859: differes from :download, it does not return content-disposition
10860: at all now [previusely it returned valueless content-disposition]
10861:
10862: * src/main/pa_request.C: ! $response:body[file] now differes from
10863: :download, it does not return content-disposition at all now
10864: [previusely it returned valueless content-disposition]
10865:
10866: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10867: literals, reverted to just vvod, recreating empty array with each
10868: void_value token. that's absolutely needed, since that array
10869: grows
10870:
10871: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10872: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10873: types/pa_vmethod_frame.h: + merged: expression literals:
10874: true/false. ^format[$.indent(true)]
10875:
10876: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10877: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10878: types/pa_vmethod_frame.h: + expression literals: true/false.
10879: ^format[$.indent(true)]
10880:
10881: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10882: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10883: i386-pc-win32)"
10884:
10885: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10886: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10887: i386-pc-win32)"
10888:
10889: 2005-11-18 paf
10890:
10891: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10892: null}[$.default(123)] will now return default value
10893:
10894: * src/classes/op.C: + merged ^cache[] << returns current cache
10895: expiration time
10896:
10897: * src/classes/op.C: + ^cache[] << returns current cache expiration
10898: time
10899:
10900: * src/classes/table.C: ! merged ^table::create[not'nameless';
10901: failed << Exception.problem_source pointed to local var!
10902:
10903: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10904: Exception.problem_source pointed to local var!
10905:
10906: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10907: now loads VFile.ptr!=0, so such files can be saved now
10908:
10909: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10910: loads VFile.ptr!=0, so such files can be saved now
10911:
10912: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10913: only . and .. now removed from list [were removed all .*]
10914:
10915: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10916: .. now removed from list [were removed all .*]
10917:
10918: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10919: open error now checked, were not :( [stole that piece from apache
10920: 1.3 sources]
10921:
10922: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10923: checked, were not :( [stole that piece from apache 1.3 sources]
10924:
10925: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10926: untainting of @main result if returned by $result or
10927: $response:body
10928:
10929: * src/main/pa_request.C: ! ensured proper untainting of @main
10930: result if returned by $result or $response:body
10931:
10932: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10933: issue: now tries to guess content-length and allocates one big
10934: piece if possible [regretfully gc_realloc works as malloc+free,
10935: leaving lots of holes behind]
10936:
10937: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10938: fixed file load memory issue: now tries to guess content-length
10939: and allocates one big piece if possible [regretfully gc_realloc
10940: works as malloc+free, leaving lots of holes behind]
10941:
10942: 2005-11-16 paf
10943:
10944: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10945: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10946: table::save with enclosers now doubles them: "->"" !
10947: table::save/load do not remove elements from options hash
10948:
10949: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10950: [were overoptimized ^if(double_literal), compiler confused
10951: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10952:
10953: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10954: [were overoptimized ^if(double_literal), compiler confused
10955: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10956:
10957: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10958: main/pa_common.C: ! table::save with enclosers now doubles them:
10959: "->"" ! table::save/load do not remove elements from options hash
10960:
10961: 2005-11-03 paf
10962:
1.116 moko 10963: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10964: compilation, not all makefiles liked that
1.95 moko 10965:
10966: 2005-08-30 paf
10967:
10968: * src/classes/op.C: merge . speedup check of [DEFAULT]
10969:
10970: * src/classes/op.C: . speedup check of [DEFAULT]
10971:
10972: 2005-08-26 paf
10973:
10974: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10975:
10976: * src/: classes/date.C, types/pa_vdate.h: + date.week
10977:
10978: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10979: complains about bad!=nameless
10980:
10981: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10982: about bad!=nameless
10983:
10984: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10985: optional options were allowed to be empty. were checked
10986: if(is_string), changed to !defined||is_string to allow void
10987:
10988: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10989: classes/string.C, classes/table.C, classes/void.C: ! optional
10990: options were allowed to be empty. were checked if(is_string),
10991: changed to !defined||is_string to allow void
10992:
10993: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10994: as_junction where they needed as_int/double, so failed with
10995: recent "(const) now no junction" optimization
10996:
10997: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10998: merged ! many classes/* used as_junction where they needed
10999: as_int/double, so failed with recent "(const) now no junction"
11000: optimization
11001:
11002: * src/: classes/double.C, classes/int.C, classes/math.C,
11003: classes/op.C, classes/string.C, classes/table.C,
11004: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11005: used as_junction where they needed as_int/double, so failed with
11006: recent "(const) now no junction" optimization
11007:
11008: 2005-08-24 paf
11009:
11010: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11011: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11012: stripped it
11013:
11014: 2005-08-09 paf
11015:
11016: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11017: not cleared
11018:
11019: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11020: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11021: classes/hashfile.C, classes/image.C, classes/int.C,
11022: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11023: classes/response.C, classes/string.C, classes/table.C,
11024: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11025: include/pa_array.h, include/pa_cache_managers.h,
11026: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11027: include/pa_config_fixed.h, include/pa_config_includes.h,
11028: include/pa_dictionary.h, include/pa_dir.h,
11029: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11030: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11031: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11032: include/pa_request_charsets.h, include/pa_request_info.h,
11033: include/pa_sapi.h, include/pa_socks.h,
11034: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11035: include/pa_stack.h, include/pa_string.h,
11036: include/pa_stylesheet_connection.h,
11037: include/pa_stylesheet_manager.h, include/pa_table.h,
11038: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11039: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11040: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11041: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11042: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11043: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11044: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11045: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11046: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11047: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11048: main/pa_sql_driver_manager.C, main/pa_string.C,
11049: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11050: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11051: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11052: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11053: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11054: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11055: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11056: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11057: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11058: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11059: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11060: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11061: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11062: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11063: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11064: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11065: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11066: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11067: types/pa_vresponse.C, types/pa_vresponse.h,
11068: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11069: types/pa_vstateless_object.h, types/pa_vstatus.C,
11070: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11071: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11072: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11073: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11074: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11075:
11076: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11077: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11078: speedup consequent checks in vmethod_frame
11079:
11080: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11081: not cleared
11082:
11083: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11084: params: 50 max (were 10)
11085:
11086: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11087: params: 50 max (were 10)
11088:
11089: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11090: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11091: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11092: empty string) ! simplified (double) speedup consequent checks in
11093: vmethod_frame
11094:
11095: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11096: optimized constants in expressions vstring->vdouble + optimized
11097: ^call(vdouble), no junction creation, no calls later
11098:
11099: 2005-08-08 paf
11100:
11101: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11102: compile_tools.h: merged + optimized constants in expressions
11103: vstring->vdouble + optimized ^call(vdouble), no junction
11104: creation, no calls later
11105:
11106: * src/types/pa_vdouble.h: merged . double values without fractional
11107: part now default printed as %.0f instead of %g
11108:
11109: * src/types/pa_vdouble.h: . double values without fractional part
11110: now default printed as %.0f instead of %g
11111:
11112: * src/classes/hashfile.C: . merged ! second hashfile::open would
11113: cause an exception
11114:
11115: * src/classes/hashfile.C: ! second hashfile::open would cause an
11116: exception
11117:
11118: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11119: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11120: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11121: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11122: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11123: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11124: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11125: types/pa_vresponse.h, types/pa_vstateless_class.C,
11126: types/pa_vstateless_object.h, types/pa_vvoid.h,
11127: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11128: merged VJunction(new Junction) optimization from 3.1.4
11129:
11130: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11131: types/pa_vstateless_class.C: + optimized new VJunction(new
11132: Junction(params)) to new VJunction(params), thousands of mallocs
11133: removed
11134:
11135: 2005-08-05 paf
11136:
11137: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11138: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11139: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11140: creation, no calls later
11141:
11142: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11143: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11144: classes/hashfile.C, classes/image.C, classes/int.C,
11145: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11146: classes/response.C, classes/string.C, classes/table.C,
11147: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11148: include/pa_array.h, include/pa_cache_managers.h,
11149: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11150: include/pa_config_fixed.h, include/pa_config_includes.h,
11151: include/pa_dictionary.h, include/pa_dir.h,
11152: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11153: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11154: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11155: include/pa_request_charsets.h, include/pa_request_info.h,
11156: include/pa_sapi.h, include/pa_socks.h,
11157: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11158: include/pa_stack.h, include/pa_string.h,
11159: include/pa_stylesheet_connection.h,
11160: include/pa_stylesheet_manager.h, include/pa_table.h,
11161: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11162: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11163: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11164: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11165: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11166: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11167: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11168: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11169: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11170: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11171: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11172: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11173: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11174: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11175: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11176: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11177: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11178: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11179: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11180: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11181: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11182: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11183: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11184: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11185: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11186: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11187: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11188: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11189: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11190: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11191: types/pa_vstateless_object.h, types/pa_vstatus.C,
11192: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11193: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11194: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11195: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11196: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11197:
11198: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11199: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11200: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11201: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11202: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11203: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11204: optimized constants in expressions vstring->vdouble
11205:
11206: 2005-07-29 paf
11207:
11208: * src/types/pa_vclass.C: . shaped up error messages a bit
11209:
11210: * src/types/pa_vclass.C: + property getter can now be overridden
11211:
11212: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11213: bug fix: static parent fields were not replaced in case
11214: $derived:field[put] + property setter can now be overridden
11215:
11216: 2005-07-28 paf
11217:
11218: * configure, configure.in, src/classes/classes.h,
11219: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11220: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11221: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11222: src/classes/xnode.h, src/include/pa_hash.h,
11223: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11224: src/types/Makefile.am, src/types/pa_method.h,
11225: src/types/pa_value.h, src/types/pa_vclass.C,
11226: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11227: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11228: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11229: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11230: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11231: src/types/pa_vobject.C, src/types/pa_vobject.h,
11232: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11233: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11234: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11235: src/types/pa_vstateless_class.h,
1.95 moko 11236: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11237: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11238: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11239: dynamic_fields_join
11240:
11241: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11242: classes/xnode.C, include/pa_hash.h, main/execute.C,
11243: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11244: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11245: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11246: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11247: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11248: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11249: types/pa_vresponse.h, types/pa_vstateless_object.h,
11250: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11251: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11252: restored its checks in vobject.put_element->static fields |
11253: dynamic properties
11254:
11255: 2005-07-27 paf
11256:
11257: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11258: is some old code containing @set_name $name
11259:
11260: * src/types/pa_vobject.h: . fixed warning
11261:
11262: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11263: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11264:
11265: * src/: classes/xnode.C, include/pa_hash.h,
11266: types/pa_vstateless_class.C: ! new asserts were all false.
11267: regretfully reverted them all to checks
11268:
11269: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11270: classes/op.C, main/execute.C, types/pa_method.h,
11271: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11272: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11273: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11274: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11275: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11276: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11277: types/pa_vstateless_object.h, types/pa_vvoid.h,
11278: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11279: joined_dynamic_fields: removed unused param from put_method
11280: (returned to 3 params)
11281:
11282: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11283: joined_dynamic_fields: dynamic get/set works with overriding
11284: props [alpha2]
11285:
11286: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11287: works [alfa]
11288:
11289: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11290: classes/op.C, include/pa_hash.h, main/execute.C,
11291: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11292: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11293: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11294: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11295: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11296: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11297: types/pa_vresponse.h, types/pa_vstateless_class.C,
11298: types/pa_vstateless_object.h, types/pa_vvoid.h,
11299: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11300: joined_dynamic_fields: just compiled
11301:
11302: * src/: classes/date.C, classes/file.C, classes/hash.C,
11303: classes/hashfile.C, classes/image.C, classes/table.C,
11304: classes/xdoc.C, classes/xnode.h, main/execute.C,
11305: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11306: types/pa_vstateless_class.h: joined_dynamic_fields: started
11307:
11308: * src/types/pa_vobject.C: . object setters [only started, does not
11309: work yet]
11310:
11311: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11312: object setters [only started, does not work yet]
11313:
11314: 2005-07-26 paf
11315:
11316: * src/: include/pa_request.h, main/execute.C: . properties: set
11317: works [alpha2]. for classes. todo: for objects
11318:
11319: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11320: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11321: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11322: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11323: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11324: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11325: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11326: types/pa_vstateless_object.h, types/pa_vvoid.h,
11327: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11328: properties: set works [alpha1]
11329:
11330: 2005-07-25 paf
11331:
11332: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11333: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11334: properties: started, get works [alpha1, other approach]
11335:
11336: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11337: properties: started, get works [alpha2]
11338:
11339: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11340: pa_vstateless_class.h: . properties: started, get works [alpha]
11341:
11342: 2005-07-15 paf
11343:
11344: * src/: classes/classes.h, classes/op.C, main/execute.C,
11345: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11346: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11347: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11348: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11349: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11350: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11351: types/pa_vresponse.C, types/pa_vresponse.h,
11352: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11353: types/pa_vstateless_object.h, types/pa_vvoid.h,
11354: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11355: types/pa_wwrapper.h, types/types.vcproj: + started property
11356: [getters work but think of changing them too to precaching]
11357:
11358: 2005-07-08 paf
11359:
11360: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11361: gpf
11362:
11363: 2005-06-28 paf
11364:
11365: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11366: in passing empty strings to file::exec/cgi environment
11367:
11368: 2005-06-06 paf
11369:
11370: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11371: ^table:sql ^hash:sql now DO process $.bind option
11372:
11373: 2005-05-24 paf
11374:
11375: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11376: $.limit] now work again [support was broken in 3.1.4]
11377:
11378: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11379: ALL_INTERIOR_POINTERS
11380:
11381: 2005-05-12 paf
11382:
11383: * configure: 3.1.5beta
11384:
11385: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11386:
11387: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11388: $.limit] now work again [support was broken in 3.1.4]
11389:
11390: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11391: line-width [was refusing to fill if line-width >1, thanks to
11392: Seras <seras@pinxit.lt> for repro case
11393:
11394: 2005-04-25 paf
11395:
11396: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11397: correctly
11398:
11399: 2005-04-19 paf
11400:
11401: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11402: in VString violating invariant!!
11403:
11404: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11405: getenv("TZ")==null
11406:
11407: 2005-04-08 paf
11408:
11409: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11410: bugfix: when there is no char in charset one byte produces 6
11411: (ÿ <<max). increased buffer size!
11412:
11413: 2005-03-23 paf
11414:
11415: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11416: ^date.sql-string now takes TZ into account
11417:
11418: 2005-03-16 paf
11419:
11420: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11421: gcc 3.4
11422:
11423: * src/types/pa_vhash.C: . warning about eof eol
11424:
11425: 2005-02-17 paf
11426:
11427: * operators.txt, src/classes/op.C: + operator ^sleep(double
11428: seconds)
11429:
11430: 2005-02-02 paf
11431:
11432: * src/classes/xnode.C: beauty: removed needless includes
11433:
11434: 2005-01-31 paf
11435:
11436: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11437: $.partNoNumber now alias to $.part1
11438:
11439: * src/types/pa_vmail.C: change: incoming letter part contains
11440: "content-disposition" header with any value? now considering that
11441: part to be "file#" [for text/plain text/html were $.text#
11442: $.html#]
11443:
11444: * INSTALL: updatet to latest working versions available
11445:
11446: 2005-01-20 paf
11447:
11448: * configure.in, src/include/pa_version.h: version
11449:
11450: 2005-01-19 paf
11451:
1.116 moko 11452: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11453: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11454: couple warnings in parser3.C
1.95 moko 11455:
11456: 2004-12-23 paf
11457:
11458: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11459:
11460: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11461: dir to directory of script (when shbang used), not to directory
11462: of its interpreter
11463:
11464: * src/include/pa_version.h: compiled on win32...
11465:
11466: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11467: we need more hspace
11468:
11469: * configure, configure.in, src/include/pa_version.h: configured
11470: host to pa_version. will be displayed everywhere
11471:
11472: * src/main/pa_request.C: new: @unhandled_exception can prevent
11473: exception from being logged by setting $exception.handled(1)
11474:
11475: * operators.txt, src/classes/file.C: change:
11476: ^file::sql{query}[[options]] options: $.name[file name]
11477: $.content-type[application/what]
11478:
11479: * src/: include/pa_common.h, main/pa_common.C,
11480: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11481: new file
11482:
11483: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11484: bugfix: table->hash now regards _default
11485:
11486: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11487: created by accessing $name_of_method it acquired bad self=closest
11488: methodframe; instead of proper self (current class)
11489:
11490: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11491: hashfile produced bad cord
11492:
11493: 2004-12-10 paf
11494:
11495: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11496: subsequent failures though defined in .h
11497:
11498: * src/main/pa_common.C: comment on volatile
11499:
11500: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11501: alarm function were not used since the beginning due to stupid
11502: error [setsigjmp were not checked in configure.in]
11503:
11504: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11505: unix too
11506:
11507: * src/main/pa_common.C: http: exception status of send/recv errors
11508: change to most probable http.timeout
11509:
11510: * src/main/pa_common.C: win32: http connection $.timeout option now
11511: works [setsockopt on send/receive]
11512:
11513: 2004-12-08 paf
11514:
11515: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11516: cstr-ed knowing mail charset, and untainting uri lang now knows
11517: proper charset
11518:
11519: 2004-11-24 paf
11520:
11521: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11522:
11523: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11524: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11525:
11526: 2004-11-12 paf
11527:
11528: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11529: [since 3.0.4]
11530:
11531: 2004-11-09 paf
11532:
11533: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11534: writes basics to c:\parser3.log
11535:
11536: 2004-10-21 paf
11537:
11538: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11539: tainted strings [were returning clean onces]
11540:
11541: 2004-10-15 paf
11542:
11543: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11544: cycles(i=1; i=2), which was wrong, now does ONE
11545:
11546: 2004-10-12 paf
11547:
11548: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11549:
11550: 2004-10-07 paf
11551:
11552: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11553: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11554: release asserts
11555:
11556: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11557: String.dump() to stdout in detailed form [were String.v() in
11558: short form]
11559:
11560: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11561: \t\r\n as @#| and truncates long char sequences less
11562:
11563: 2004-10-06 paf
11564:
11565: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11566: win32 beauty: socket errors properly decoded
11567:
11568: 2004-10-05 paf
11569:
11570: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11571: request::configure_user/admin done always, even if no
11572: file-to-process useful in @unhandled_exception [say, if they
11573: would want to mail by SMTP something]
11574:
11575: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11576: now performed prior to file loading [and @auto executing] thus
11577: making $cookie:value available in @auto and in
11578: @unhandled_exception when IIS is configured to run interpreter
11579: even if no file exist
11580:
11581: 2004-09-20 paf
11582:
11583: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11584: somewhere where it should have called xmlMalloc and it calls
11585: xmlFree when it should have not called it. inserted two
11586: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11587: xmlFree just ignored. put away a testcase, maybe someday libxml
11588: author would fix all that. until that day: we have SLOW garbage
11589: collecting when many xml objects are alive hint: do
11590: ^memory:compact[] before xdoc::create
11591:
11592: 2004-09-17 paf
11593:
11594: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11595: error from 3.0.8 version]
11596:
11597: 2004-09-14 paf
11598:
11599: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11600: part bugfix: hashfile.foreach iterated only part if hashfile were
11601: modified inside
11602:
11603: 2004-09-13 paf
11604:
11605: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11606: [were as octal]
11607:
11608: * src/types/pa_vhashfile.C: beauty: not reproduced
11609: $hashfile.key[$novalue] bug [reported by motorin], inserted
11610: safety-check
11611:
11612: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11613: [not something obscure from sdbm lib]
11614:
11615: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11616: = strerror now returnes something and we can properly report that
11617: to client
11618:
11619: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11620: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11621:
11622: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11623: [tainted as-is] this helps //[space][newline] to remain as-is and
11624: not be unnecessary optimized away [ruining javascript]
11625:
11626: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11627: [tainted as-is]
11628:
11629: * src/classes/mail.C: bugfix: typo error
11630:
11631: 2004-09-09 paf
11632:
11633: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11634: separators bugfix: loads header with endings \r\n\r\n and \n\n
11635: (bloody yandex.server)
11636:
11637: 2004-09-06 paf
11638:
11639: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11640: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11641: encoded
11642:
11643: 2004-09-01 paf
11644:
11645: * src/types/pa_vmail.C: change: multipart/mixed changed to
11646: multipart/related outlook express have no problems showing
11647: unrelated attachments. todo: someday figure out a way of
11648: multipart/mixed multipart/related text/html
11649: image/xxx application/octet-stream << true attachments
11650:
11651: * src/types/pa_vmail.C: new:
11652: ^mail:send[$.file[$.content-disposition can be overriden new:
11653: empty mail header fields removed from letter
11654:
11655: * src/: classes/mail.C, include/pa_config_fixed.h,
11656: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11657: ^mail:send[ $.file[ $.any[header]
11658:
11659: 2004-08-30 paf
11660:
11661: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11662: warnings
11663:
11664: * src/main/pa_common.C: beauty: do not bother with charset
11665: detection when ^file::load[binary
11666:
11667: 2004-08-27 paf
11668:
11669: * src/main/pa_common.C: hack: for yandex.server http server
11670:
11671: 2004-08-18 paf
11672:
11673: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11674: possibly-chunked response
11675:
11676: 2004-08-17 paf
11677:
11678: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11679: $f.content-type now = that of http response
11680:
11681: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11682: $f.content-type now = that of http response
11683:
11684: 2004-07-30 paf
11685:
11686: * src/: include/pa_request.h, main/pa_request.C,
11687: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11688: win32: system&parser exceptions in release mode reported properly
11689: parser exception in exception handler WERE mistakenly reported as
11690: system exception, without details [in apache & isapi] +some
11691: beauty in exception text
11692:
11693: * src/: include/pa_exception.h, main/pa_request.C,
11694: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11695: release mode reported properly parser exception in exception
11696: handler WERE mistakenly reported as system exception, without
11697: details
11698:
11699: * src/main/execute.C: beauty: simplified system exception handling
11700:
11701: 2004-07-29 paf
11702:
11703: * src/classes/table.C: bugfix:
11704: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11705: were ignored, and \t used unconditionally]
11706:
11707: * src/types/Makefile.am: added vhash.c
11708:
11709: 2004-07-28 paf
11710:
11711: * src/: classes/date.C, classes/image.C, classes/math.C,
11712: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11713: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11714: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11715: failed on russian letters
11716:
11717: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11718: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11719: letters
11720:
11721: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11722: as 'currentDirectory' parameter to CreateProcess
11723:
11724: 2004-07-27 paf
11725:
11726: * src/targets/cgi/parser3.vcproj: beauty: win32:
11727: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11728: from release somewhere [to help searching for unhandled system
11729: exceptions]
11730:
11731: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11732: TZ shift
11733:
11734: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11735: but also in ctor
11736:
11737: 2004-07-26 paf
11738:
11739: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11740: src/main/pa_request.C, src/types/pa_vfile.h,
11741: src/types/pa_vhash.C, src/types/pa_vhash.h,
11742: src/types/types.vcproj: new: $response:body/download[
11743: $.file[name on disk] $.name[of file for user]
11744: $.mdate[date of last-modified. default from directory] ]
11745:
11746: * src/classes/file.C: moving file:send somewhere else..
11747:
11748: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11749: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11750: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11751: $response:download[ $.filename[filename] $.option[] ,, ]
11752:
11753: * src/classes/file.C: beauty: invalid mode thoroughly reported
11754:
11755: 2004-07-21 paf
11756:
11757: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11758: to several lines
11759:
11760: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11761:
11762: note: ms outlook[!express] shows only first 255 characters of
11763: subject
11764:
11765: 2004-07-15 paf
11766:
11767: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11768: off]
11769:
11770: 2004-07-14 paf
11771:
11772: * src/classes/table.C: bugfix: $.bind values now got untainted
11773: according to lang [were: as-is]
11774:
11775: 2004-07-07 paf
11776:
11777: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11778: checked that
11779:
11780: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11781: now untainted according to their languages. were: as-is.
11782: EVERYWHERE
11783:
11784: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11785: environment string now untainted according to their languages.
11786: were: as-is. EVERYWHERE
11787:
11788: * src/main/pa_exec.C: bufix: on unix environment string now
11789: untainted according to their languages. were: as-is. on win32:
11790: ok
11791:
11792: * parser3.vssscc: ...would not go unnoticed
11793:
11794: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11795: fails. in case on input appears nonutf, those bytes will be
11796: printed in %HH form. that can be easily decoded/recovered.
11797:
11798: this form is quite noticable, and hopefully would not go noticed
11799:
11800: 2004-07-06 paf
11801:
11802: * src/main/pa_exec.C: bufix: on unix environment string now
11803: untainted according to their languages. were: as-is. on win32:
11804: ok
11805:
11806: 2004-07-01 paf
11807:
11808: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11809: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11810: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11811: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11812: main/main.vcproj, targets/cgi/parser3.vcproj,
11813: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11814: option: global optimization ON
11815:
11816: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11817: to do xdoc::create{invalid chars} standard disables chars less
11818: then \x20, except tab, cr, lf.
11819:
11820: changed tainting so that those become '!'
11821:
11822: 2004-06-25 paf
11823:
11824: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11825: int on odd address [prev bugfix failed due to superwize
11826: optimizer, which turned memcpy into same 'ld' asm command]
11827:
11828: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11829: int on odd address
11830:
11831: 2004-06-22 paf
11832:
11833: * src/sql/pa_sql_driver.h: note: about possible optimization
11834:
11835: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11836: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11837: src/include/pa_config_includes.h: new: ^void:sql{call
11838: paf(:a)}[ $.bind[ $.a[2]
11839: ] ] output variables work. todo: check in out
11840: variables
11841:
11842: 2004-06-18 paf
11843:
11844: * src/: classes/file.C, classes/hash.C, classes/string.C,
11845: classes/table.C, classes/void.C, include/pa_globals.h,
11846: include/pa_sql_connection.h, main/compile.tab.C,
11847: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11848: $.bind[ $.a[2] ]
11849: ] input variables work. todo:output
11850:
11851: * src/targets/cgi/parser3.C: bugfix: iis specific
11852: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11853: /_bug.html?404;http://hpsv/test/
11854: --------------------------------------------------------------------------------
11855: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11856: --------------------------------------------------------------------------------
11857: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11858:
11859: 2004-06-16 paf
11860:
11861: * src/targets/cgi/parser3.C: new: iis specific
11862: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11863: $request:query
11864: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11865: $form:fields IIS-STATUS="404"
11866: IIS-DOCUMENT="http://server/_bug.html" f="v"
11867:
11868: todo: isapi too
11869:
11870: 2004-05-26 paf
11871:
11872: * src/include/pa_version.h: 3.1.3
11873:
11874: * operators.txt: beauty: removed outdated level 'table'
11875:
11876: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11877:
11878: * src/main/pa_string.C: beauty: removed 3 warnings
11879:
11880: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11881: classes/op.C: beauty: removed outdated level 'table'
11882:
11883: 2004-05-25 paf
11884:
11885: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11886: implementation. mistery: how anything worked
11887:
11888: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11889: changed, it is now safe to use url if pointers to it are stored
11890: to gc mem
11891:
11892: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11893: unknown errors reported and not cause SIGSEGV now
11894:
11895: 2004-05-24 paf
11896:
11897: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11898: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11899: less memory: CORD_chars_block originally intended to ... it was
11900: good that CORD_chars_block were not used: it consumes more memory
11901: [and, might be slow too] undoing that. [and removed that func so
11902: that it would not confuse parser developer in future]
11903:
11904: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11905: less memory: CORD_chars_block originally intended to
11906: speedup/reduce mem usage were forgotten, and were used stupid
11907: CORD_chars
11908:
11909: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11910:
11911: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11912: BIGENDIAN processors space-conserving mech failed, causing
11913: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11914: (1|2|3));
11915:
11916: 2004-05-14 paf
11917:
11918: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11919: bugfix: void now has vfile value, and $response:body[] works OK
11920:
11921: 2004-05-12 paf
11922:
11923: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11924: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11925: sources to use is_defined() {return as_bool();} along VBool
11926:
11927: 2004-05-11 paf
11928:
11929: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11930: referencing to local objects
11931:
11932: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11933: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11934: left intact
11935:
11936: 2004-04-15 paf
11937:
11938: * src/classes/date.C: merged: beauty: unused var removed
11939:
11940: * src/classes/date.C: beauty: unused var removed
11941:
11942: * src/include/: pa_exec.h: bugfix: interface without pointer
11943: provoked bug
11944:
11945: 2004-04-09 paf
11946:
11947: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11948:
11949: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11950:
11951: 2004-04-08 paf
11952:
11953: * src/classes/date.C: new: ^date::create[y-m-d
11954: h-M-s>>.milliseconds<<] now allowed, ignored so far
11955:
11956: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11957:
11958: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11959: to consult default catalog [usually, that file belongs to other
11960: user/group]
11961:
11962: 2004-04-06 paf
11963:
11964: * src/main/pa_common.C: beauty: gcc warning removed
11965:
11966: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11967: accept that trick, trying other
11968:
11969: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11970: explicit result problem
11971:
11972: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11973: explicit result problem
11974:
11975: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11976: explicit result problem
11977:
11978: * operators.txt, src/classes/string.C: new: ^string.append[string]
11979:
11980: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11981: main/execute.C: attempt_check_call_in_explicit_result_mode:
11982: failed
11983:
11984: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11985: http://i.p.a.ddress gethostbyaddr added [on some platforms
11986: gethostbyname failed with such 'domains'] now checked properly,
11987: were: needless reverse/forward dns lookup
11988:
11989: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11990: http://i.p.a.ddress gethostbyaddr added [on some platforms
11991: gethostbyname failed with such 'domains'] now checked properly,
11992: were: needless reverse/forward dns lookup
11993:
11994: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11995: @method[][result] means "no string output here" moved to lexical
11996: level [on grammar level it were too difficult]
11997:
11998: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11999: src/main/compile.y, src/main/compile_tools.h,
12000: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12001: @method[][result] means "no string output here", implemented part
12002: of that idea: compiler throws away string literal generation
12003: code. and barks nonwhitespace chars
12004:
12005: * operators.txt: truth: removed comment about $ORIGIN
12006:
12007: 2004-04-05 paf
12008:
12009: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12010: src/include/pa_version.h, src/main/pa_common.C,
12011: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12012:
12013: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12014: Konstantin Tomashevitch [mailto:konst@design.ru]
12015:
12016: * src/doc/html2chm.cmd: beauty: no need in bg here
12017:
12018: * src/doc/sources2html.cmd: beauty: same window, in bg it
12019: interfered with FAR console
12020:
12021: * configure, configure.in: 3.1.3
12022:
12023: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12024:
12025: * src/main/pa_common.C: removed warning
12026:
12027: * src/include/pa_version.h: 3.1.3
12028:
12029: 2004-04-02 paf
12030:
12031: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12032:
12033: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12034: allows to specify where to put parser log file
12035:
12036: 2004-04-01 paf
12037:
12038: * src/classes/table.C: bugfix: bugfix: table::load last line
12039: without tab and enter were ignored
12040:
12041: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12042: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12043: main/pa_socks.C, targets/cgi/parser3.C,
12044: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12045: bugfix: sql connections now are disconnected
12046:
12047: 2004-03-30 paf
12048:
12049: * src/classes/table.C: bugfix: table::load last line without tab
12050: and enter were ignored
12051:
12052: * src/classes/table.C: bufix: if last table lines were commented,
12053: gpfed
12054:
12055: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12056: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12057: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12058: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12059: doc/methoded.dox, doc/object.dox, doc/string.dox,
12060: doc/targets.dox, doc/value.dox, include/pa_version.h,
12061: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12062: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12063: bugfixes from 3.1.2, changed version to 3.1.3beta
12064:
12065: 2004-03-29 paf
12066:
12067: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12068: causes gpf
12069:
12070: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12071: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12072: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12073: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12074: value.dox: translated to english
12075:
12076: 2004-03-25 paf
12077:
12078: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12079: parser3project dependency removed
12080:
12081: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12082: bugfix: refused to compile without xml
12083:
12084: * src/types/pa_vform.C: beauty: removed warning
12085:
12086: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12087: any folder [removed last ;) folder dependency]
12088:
12089: * src/classes/classes.vcproj: bugfix: now all compiles in any
12090: folder [removed last ;) folder dependency]
12091:
12092: * src/include/pa_version.h: release
12093:
12094: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12095:
12096: * src/classes/table.C: beauty: comment& more meaningful error
12097: message
12098:
12099: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12100: $.hash[$.column_value1(true) ... ] [were producing some strang
12101: thing]
12102:
12103: 2004-03-23 paf
12104:
12105: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12106: and http status line parsing checked number of columns in table
12107: [user reported an assert]
12108:
12109: * operators.txt: example: on hashfile
12110:
12111: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12112: bugfix: junction reattach now actually reattaches a junction to
12113: new wcontext [were only assigning it to junction, which caused
12114: junction tracking to loose junction, and it's context were not
12115: killed, and it tried to process in invalid context, gpf]
12116:
12117: * src/targets/cgi/parser3.C: debug helper added
12118:
12119: 2004-03-19 paf
12120:
12121: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12122: "type(type)" in braces
12123:
12124: 2004-03-10 paf
12125:
12126: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12127: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12128: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12129: solution to search-in-namespaces problem:
12130: $xdoc.search-namespaces.x[http://pif.design.ru/]
12131: $nodes[^xdoc.select[//x:second]]
12132:
12133: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12134: expression][[NAMESPACES HASH]] allows to search for info in
12135: namespaces
12136:
12137: $nodes[^xdoc.select[//x:second][
12138: $.x[http://pif.design.ru/] ]]
12139:
12140: 2004-03-09 paf
12141:
12142: * operators.txt, src/main/pa_common.C: new:
12143: ^file::load[...][options] $.form[
12144: !$.field1[string]
12145: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12146: ] !$.body[string]
12147:
12148: GET ?here notGET(POST, HEAD, others) in content-type:
12149: application/x-www-form-urlencoded
12150:
12151: todo: upload files ability
12152:
12153: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12154: properly, done
12155:
12156: 2004-03-05 paf
12157:
12158: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12159: GET/POST $.form[$.fields started, not tested yet
12160: todo:$.field[table] for multiple values
12161:
12162: * operators.txt: new: http:// options $.user $.password basic
12163: authorization
12164:
12165: * src/main/pa_common.C: beauty: link to rtf added
12166:
12167: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12168: new: http:// options $.user $.password basic authorization
12169:
12170: * src/main/pa_common.C: beauty: removed needless vars
12171:
12172: * operators.txt: new: pgsql option [like that recently added to
12173: oracle driver] ClientCharset=parser-charset <<
12174: charset in which parser thinks client works
12175:
12176: * operators.txt: new: odbc option [like that recently added to
12177: oracle driver] ClientCharset=parser-charset <<
12178: charset in which parser thinks client works
12179:
12180: * src/sql/pa_sql_driver.h: beauty: important warning added
12181:
12182: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12183: char!
12184:
12185: * etc/parser3.charsets/windows-1251.cfg: typo
12186:
12187: 2004-03-04 paf
12188:
12189: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12190: cached, sql transcoding now goes faster
12191:
12192: * operators.txt: new: mysql option [like that recently added to
12193: oracle driver] ClientCharset=parser-charset <<
12194: charset in which parser thinks client works
12195:
12196: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12197: typo error
12198:
12199: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12200: chars commented
12201:
12202: 2004-03-03 paf
12203:
12204: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12205: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12206:
12207: 2004-03-02 paf
12208:
12209: * operators.txt: new[update typo]: !^void.left(n)
12210: nothing !^void.right(n) nothing !^void.mid(p[;n])
12211: nothing
12212:
12213: * operators.txt, src/classes/void.C: new: !^void.left(n)
12214: nothing !^void.right(n) nothing !^void.pos(p[;n])
12215: nothing
12216:
12217: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12218: ^file::sql[[name_to_become_$.name]]{} query result must be one
12219: row with columns: first: data second: file name third:
12220: content-type
12221:
12222: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12223: ^connect gets properly escaped string, which can be passed to
12224: request now this for mysql only. it's up to parser sql driver to
12225: fix zeros properly
12226:
12227: * INSTALL: note: added on building apache with this option:
12228: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12229:
12230: 2004-03-01 paf
12231:
12232: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12233: extension memory:compact befor processingrequest
12234:
12235: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12236: call sole column of result
12237:
12238: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12239: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12240: pixel color
12241:
12242: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12243: beauty: image -- less checks [were ugly impl]
12244:
12245: * src/classes/string.C: bugfix: ^string.left/right/mid with
12246: negative values now considered bad
12247:
12248: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12249:
12250: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12251: options now have unified defaults [after transform
12252: indent/omit-xml-declaration/standalone 'default' erroreously
12253: meant 'true']
12254:
12255: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12256: added [on some platforms gethostbyname failed with such
12257: 'domains']
12258:
12259: * src/include/pa_config_auto.h.in: no select check, no define
12260:
12261: * src/classes/string.C: feature: ^string.trim both parameters may
12262: be empty-strings, meaning kind=both chars=whitespaces
12263:
12264: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12265: exist
12266:
12267: * src/classes/string.C: check: trim 'chars' must not be empty,
12268: exception if it is
12269:
12270: * src/classes/string.C: changed: ^string.trim [] << both,
12271: whitespaces [start|both|end] << kind, whitespaces
12272: [start|both|end;chars] full
12273:
12274: 2004-02-27 paf
12275:
12276: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12277: method: ^string.trim[start|both|end[;chars]] default
12278: 'chars' -- whitespace chars finished
12279:
12280: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12281: src/main/pa_string.C: new method:
12282: ^string.trim[start|both|end[;chars]] default 'chars' --
12283: whitespace chars started, only start works
12284:
12285: * src/main/compile.C: bugfix: line numbers after
12286: ^process{}[$.line(-10]] can be negative, allowed to print they as
12287: signed
12288:
12289: * src/main/untaint.C: speed: there's no \n chars in output
12290: [normally], so no need to optimize them they could be retrived
12291: from databases, though. but 1. should be replaced 2. if not
12292: optimized, no harm done
12293:
12294: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12295: ^file::exec/cgi could return invalid status & zombie child can
12296: remain for short period until process exists [very bad in
12297: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12298:
12299: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12300: malicious SMTP server to attack as by returning too long status
12301: responses http://i2/tasks/edit/?id=4629448401140924947
12302:
12303: 2004-02-26 paf
12304:
12305: * operators.txt: feature: ^process...{CODE}[now has options] which
12306: are $.main[to what to rename @main] $.file[file,
12307: from which (user says) goes that CODE] $.lineno(line
12308: number in that file, where CODE starts. may be negative)
12309:
12310: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12311: src/main/compile.C, src/main/compile_tools.h,
12312: src/main/pa_request.C: feature: ^process...{CODE}[now has
12313: options] which are $.main[to what to rename @main]
12314: $.file[file, from which (user says) goes that CODE]
12315: $.lineno(line number in that file, where CODE starts. may be
12316: negative)
12317:
12318: 2004-02-25 paf
12319:
1.116 moko 12320: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12321: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12322:
12323: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12324: produces hash of column=>1
12325:
12326: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12327: with incomplete errno constants set
12328:
12329: 2004-02-24 paf
12330:
12331: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12332: "man select"
12333:
12334: * src/main/pa_os.C: beauty: <0 better then ==-1
12335:
12336: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12337:
12338: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12339:
1.116 moko 12340: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12341:
12342: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12343: unix: steps to work on unix [extracted 'to']
12344:
12345: * src/classes/mail.C: smtp on unix: steps to work on unix
12346:
12347: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12348:
1.116 moko 12349: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12350: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12351: unix [testing on solaris]
1.95 moko 12352:
12353: 2004-02-20 paf
12354:
12355: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12356: pointing that out
12357:
12358: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12359: fixed again [same solution, mistanenly removed one line]
12360:
12361: 2004-02-19 paf
12362:
12363: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12364: date::create from bad datetime in spring daylightsaving hole now
12365: OK for all platforms [on some platforms it failed]
12366:
12367: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12368: in daylightsaving hole] now throws error
12369:
12370: * src/classes/date.C: comment: mistake fixed
12371:
12372: 2004-02-18 paf
12373:
12374: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12375: now renderes in $request:charset, but in header puts
12376: $response:charset todo: make that default only so that coder
12377: could override that
12378:
12379: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12380: turns off omit-xml-declaration
12381:
12382: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12383: /.xsl for sample
12384:
12385: 2004-02-17 paf
12386:
12387: * src/classes/xdoc.C: beauty: needless helper class removed
12388:
12389: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12390: copied extra time
12391:
12392: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12393: part of libxml
12394:
12395: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12396: libxml to do the work] <xsl:output method="html"
12397: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12398: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12399: />
12400:
12401: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12402:
12403: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12404: caused assertion
12405:
12406: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12407: could hang. now such add does nothing, sub clears $hash
12408:
12409: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12410: not made quoted-printable
12411:
12412: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12413: string invariant
12414:
12415: 2004-02-16 paf
12416:
12417: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12418: cleared [were not cleared properly]
12419:
12420: 2004-02-13 paf
12421:
1.116 moko 12422: * src/include/pa_version.h: prerelease
1.95 moko 12423:
12424: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12425: used, introducing dependencies timestamp check
12426:
12427: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12428: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12429: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12430: .xsl.stamp now not used, introducing dependencies timestamp check
12431:
1.150 moko 12432: * configure.in: auto.p: @conf made relative
1.95 moko 12433:
12434: 2004-02-12 paf
12435:
12436: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12437: ruined empty <input type=file> submits. parser thought there were
12438: nameless empty file and $form:field got value of type 'file'
12439:
12440: * INSTALL: --without-threads
12441:
12442: * src/include/pa_sapi.h: 2004
12443:
12444: 2004-02-11 paf
12445:
12446: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12447: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12448: classes/hashfile.C, classes/image.C, classes/int.C,
12449: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12450: classes/response.C, classes/string.C, classes/table.C,
12451: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12452: include/pa_array.h, include/pa_cache_managers.h,
12453: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12454: include/pa_config_fixed.h, include/pa_config_includes.h,
12455: include/pa_dictionary.h, include/pa_dir.h,
12456: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12457: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12458: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12459: include/pa_request_charsets.h, include/pa_request_info.h,
12460: include/pa_socks.h, include/pa_sql_connection.h,
12461: include/pa_sql_driver_manager.h, include/pa_stack.h,
12462: include/pa_string.h, include/pa_stylesheet_connection.h,
12463: include/pa_stylesheet_manager.h, include/pa_table.h,
12464: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12465: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12466: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12467: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12468: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12469: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12470: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12471: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12472: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12473: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12474: main/pa_sql_driver_manager.C, main/pa_string.C,
12475: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12476: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12477: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12478: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12479: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12480: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12481: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12482: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12483: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12484: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12485: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12486: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12487: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12488: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12489: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12490: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12491: types/pa_vresponse.h, types/pa_vstateless_class.C,
12492: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12493: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12494: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12495: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12496: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12497: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12498:
12499: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12500: debug version of gc.dll
12501:
12502: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12503: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12504: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12505: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12506: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12507: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12508: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12509: processes
12510:
12511: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12512: main/pa_globals.C, targets/cgi/parser3.vcproj,
12513: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12514: changes to reflect libxml xsl new folders
12515:
12516: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12517: lib/smtp/smtp.vcproj, main/main.vcproj,
12518: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12519: to reflect libxml xsl new folders
12520:
12521: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12522: lib/smtp/smtp.vcproj, main/main.vcproj,
12523: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12524: types/types.vcproj: started changes to reflect libxml xsl new
12525: folders
12526:
12527: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12528: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12529: src/main/compile.tab.C, src/main/main.vcproj,
12530: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12531: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12532: started changes to reflect libxml xsl new folders
12533:
12534: 2004-02-10 paf
12535:
12536: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12537: compile. recommened latest libxml up to date
12538:
12539: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12540: pattern compilation errors", on which spent 4 hours worktime. use
12541: versions higher than that. recommended now latest up to date
12542:
12543: 2004-02-06 paf
12544:
12545: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12546: beauty: unified destructing style
12547:
12548: * src/main/untaint.C: beauty: removed old def/ifdef
12549:
12550: * src/main/untaint.C: beauty: coredump @unknown untaint language
12551: now
12552:
12553: 2004-02-03 paf
12554:
12555: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12556: targets/isapi/parser3isapi.C, types/pa_value.C,
12557: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12558: then %ld/%lu
12559:
12560: * src/main/pa_common.C: typo: %l -> %u
12561:
12562: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12563: in attributes or documents-results of transform now not xx;
12564:
12565: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12566:
12567: * src/main/pa_charset.C: bugfix: forgot to undo some
12568:
12569: * src/main/pa_charset.C: beauty: uncomment
12570: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12571: libraries
12572:
12573: 2004-02-02 paf
12574:
12575: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12576: $cookie:example[ $.value[value] $.path[/there/] ]
12577:
12578: $cookie:example[ $.value[] $.expires[session]
12579: $.path[/there/] $.domain[test.com] ]
12580:
12581: * src/types/pa_vform.C: bugfix: empty values with
12582: enctype=multipart/form-data now produce entries in $form:tables
12583: <form method=post enctype=multipart/form-data> <input type=hidden
12584: name=a> <input type=hidden name=b>
12585:
12586: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12587: <hr> <pre>$request:body
12588:
12589: 2004-01-30 paf
12590:
12591: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12592: or documents-results of transform now not xx;
12593:
12594: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12595: produce exception.
12596:
12597: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12598: bugfix: ^date::create[invalid fields now produce exception.
12599:
12600: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12601: year] now produces exception. todo: check other fields
12602:
12603: 2004-01-29 paf
12604:
12605: * src/include/pa_memory.h: typo error
12606:
12607: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12608: more byte then specified, then zeroed it << useless and
12609: potentially harmful(could gpf)
12610:
12611: 2004-01-22 paf
12612:
12613: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12614:
12615: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12616: optimization
12617:
12618: * src/main/untaint.C: bugfix: whitespace now optimized properly
12619: [were bug: ^taint[1 & 2]="1 &2"
12620:
12621: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12622: errors
12623:
12624: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12625: overflow
12626:
12627: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12628: error-reporting code * in parser-error reporting code [when no
12629: @unhandled_exception defined]
12630:
12631: fixed in one place: my *snprintf override
12632:
12633: 2004-01-13 paf
12634:
12635: * operators.txt: typo erro
12636:
12637: 2003-12-25 paf
12638:
12639: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12640: garbled [pieces after zero bytes were removed]
12641:
12642: 2003-12-22 paf
12643:
1.116 moko 12644: * src/include/Makefile.am: bugfix: removed from dist:
12645: src/include/pa_config_auto.h which were configured for
1.95 moko 12646: make-dist-platform and badly updated proper config file in target
12647: [when .tar used for updating existing source tree]
12648:
12649: * ChangeLog, operators.txt, src/classes/op.C,
12650: src/include/pa_sql_connection.h,
12651: src/include/pa_sql_driver_manager.h,
12652: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12653: feature: sql introducing ability to transcode charsets
12654:
12655: 2003-12-19 paf
12656:
12657: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12658: error message
12659:
12660: * src/main/pa_charset.C: bugfix: memory for charsethandler
12661: structure for libxml now allocated properly
12662:
12663: 2003-12-17 paf
12664:
12665: * src/types/pa_vfile.C: beauty: removed outdated cast
12666:
12667: * src/main/pa_common.C: bugfix: empty http response caused gpf
12668:
12669: * src/include/pa_string.h: bugfix: removed too strong a assert
12670:
12671: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12672: unreported xmlGenericErrors]
12673:
12674: 2003-12-15 paf
12675:
12676: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12677: works}
12678:
12679: 2003-12-11 paf
12680:
12681: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12682: id
12683: !$status:tid thread id
12684:
12685: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12686: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12687: bugfix(solaris): removed dependency on object initialization
12688: order [one more place]
12689:
12690: * src/: classes/file.C, classes/mail.C, classes/op.C,
12691: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12692: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12693: understand that
12694:
12695: * src/: classes/file.C, classes/mail.C, classes/op.C,
12696: classes/xdoc.C, include/pa_cache_managers.h,
12697: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12698: include/pa_stylesheet_manager.h, main/pa_request.C,
12699: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12700: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12701: ctor call [relying on implicit String::Body(cstr) call]
12702:
12703: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12704: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12705: object initialization order [two places]
12706:
12707: 2003-12-10 paf
12708:
12709: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12710: << time now ok
12711:
12712: * operators.txt, src/main/pa_sql_driver_manager.C,
12713: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12714: operational
12715:
12716: * ChangeLog, operators.txt, src/classes/xdoc.C,
12717: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12718: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12719: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12720: back operational
12721:
12722: 2003-12-02 paf
12723:
12724: * src/types/pa_vmail.C: bugfix:
12725: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12726: as-is forced]
12727:
12728: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12729: exceptions out of libxml callbacks: reimplemented error handling
12730: of http://localhost, parser://method and safemode check callbacks
12731:
12732: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12733: [merged from HEAD]
12734:
12735: * src/classes/image.C: nothing: comment removed
12736:
12737: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12738: addresses to int
12739:
12740: 2003-12-01 paf
12741:
12742: * src/main/pa_xml_io.C: bugfix: typo
12743:
12744: * src/main/pa_globals.C: bugfix: win32: compile prob
12745:
12746: * src/classes/xdoc.C: bugfix: typo
12747:
12748: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12749: exception
12750:
12751: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12752:
12753: 2003-11-28 paf
12754:
12755: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12756: all xml documents read
12757:
12758: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12759:
12760: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12761: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12762: replaced original open mech of xdoc::create & co to use libxml
12763: open, so that this would work for root document todo: safe mode
12764: checks to libxml: ideally to some 1 point
12765:
12766: * src/main/pa_xml_io.C: comment
12767:
12768: * operators.txt, src/main/pa_xml_io.C: leading / in
12769: http://parser[abscent params]
12770:
12771: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12772: works. todo: maybe replace original open mech of xdoc::create &
12773: co to use libxml open, so that this would work for root document
12774:
12775: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12776: "parser://method/params/here"> <test> &test^; </test> }]
12777:
12778: ^taint[^xdoc.string[]]
12779:
12780: @method[param] <!ENTITY test
12781: "test-entity-value+$form:user+$param!">
12782:
12783: 2003-11-27 paf
12784:
12785: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12786:
12787: * src/classes/date.C: bugfix: typo error
12788:
12789: 2003-11-26 paf
12790:
12791: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12792: src/main/Makefile.am, src/main/main.vcproj,
12793: src/main/pa_globals.C, src/main/pa_request.C,
12794: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12795: xml errors to hash<thread_id,error> reorganization: xml io moved
12796: to pa_xml_io.C/h
12797:
12798: * src/types/pa_value.h: warnings: --
12799:
12800: 2003-11-25 paf
12801:
12802: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12803: whatever)
12804:
12805: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12806: a, (c?x:y, z)
12807:
12808: * src/main/untaint.C: bugfix: consequences of not reading this
12809: comment: CORD_pos_chars_left /* Number of characters in cache.
12810: <= 0 ==> none */
12811:
12812: * src/include/pa_array.h: removed needless checks
12813:
12814: 2003-11-24 paf
12815:
12816: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12817: removed limit: now $form:xxx can be accessed anytime, even in
12818: @auto/conf [and request/response:charset still can be changed
12819: anytime]
12820:
12821: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12822: now not transcodes response body
12823:
12824: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12825: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12826: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12827: $xdoc.firstChild.firstChild.nodeValue[different]
12828: ^taint[^xdoc.string[]]
12829:
12830: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12831: workaround: static Hash::allocates -> static Hash_allocates
12832:
12833: 2003-11-21 paf
12834:
1.116 moko 12835: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12836: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12837: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12838:
12839: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12840:
12841: * src/classes/mail.C: bugfix: typo
12842:
12843: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12844: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12845: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12846: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12847: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12848: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12849:
12850: * src/main/pa_exec.C: bug in safe mode
12851:
12852: * src/include/Makefile.am: pa_xml_exception.h
12853:
12854: * src/targets/isapi/parser3isapi.C: more warnings --
12855:
12856: 2003-11-20 paf
12857:
12858: * src/: classes/math.C, classes/op.C, classes/string.C,
12859: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12860: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12861: --
12862:
12863: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12864: more warnings --
12865:
12866: * src/classes/xdoc.C: more warnings --
12867:
12868: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12869:
12870: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12871: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12872:
12873: * src/: classes/date.C, classes/file.C, classes/hash.C,
12874: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12875: classes/table.C, include/pa_cache_managers.h,
12876: include/pa_stylesheet_connection.h, main/pa_request.C,
12877: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12878: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12879: --
12880:
12881: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12882: can't report problem (undefined @unhandled_exception) problem
12883: source string were not reported
12884:
12885: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12886: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12887: classes/hashfile.C, classes/image.C, classes/int.C,
12888: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12889: classes/response.C, classes/string.C, classes/table.C,
12890: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12891: include/pa_array.h, include/pa_cache_managers.h,
12892: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12893: include/pa_config_fixed.h, include/pa_dictionary.h,
12894: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12895: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12896: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12897: include/pa_request.h, include/pa_request_charsets.h,
12898: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12899: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12900: include/pa_stack.h, include/pa_string.h,
12901: include/pa_stylesheet_connection.h,
12902: include/pa_stylesheet_manager.h, include/pa_table.h,
12903: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12904: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12905: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12906: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12907: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12908: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12909: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12910: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12911: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12912: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12913: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12914: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12915: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12916: targets/isapi/parser3isapi.C, types/pa_junction.h,
12917: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12918: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12919: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12920: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12921: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12922: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12923: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12924: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12925: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12926: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12927: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12928: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12929: types/pa_vresponse.h, types/pa_vstateless_class.C,
12930: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12931: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12932: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12933: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12934: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12935: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12936: const IDENT
12937:
12938: * src/: include/pa_array.h, include/pa_pool.h,
12939: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12940: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12941: types/pa_wcontext.h: more warnings --
12942:
12943: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12944: classes/file.C, classes/hash.C, classes/hashfile.C,
12945: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12946: classes/memory.C, classes/op.C, classes/string.C,
12947: classes/table.C, classes/xdoc.C, classes/xnode.C,
12948: include/pa_config_includes.h, include/pa_operation.h,
12949: include/pa_sql_connection.h, include/pa_table.h,
12950: include/pa_types.h, lib/ltdl/config_fixed.h,
12951: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12952: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12953: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12954: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12955: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12956: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12957: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12958: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12959: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12960: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12961: types/pa_vmail.C, types/pa_vobject.C,
12962: types/pa_vstateless_class.h, types/pa_vtable.C,
12963: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12964: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12965: on all projects (except libltdl=off & libsdbm=level3) found
12966: several unitialized vars
12967:
12968: 2003-11-19 paf
12969:
12970: * src/classes/op.C: more ansi C++ comp
12971:
12972: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12973: src/main/pa_request.C: ^cache[...]{body}{catch block with
12974: $exception.handled[cache] meaning "get expired cache, if any.
12975: else error"}
12976:
12977: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12978: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12979: ^cache[...]{body}{catch code with $exception.cache field}
12980:
12981: 2003-11-12 paf
12982:
12983: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12984: [copy/paste bug]
12985:
12986: 2003-11-11 paf
12987:
12988: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12989: failed]
12990:
12991: 2003-11-10 paf
12992:
12993: * src/types/pa_vconsole.h: flush
12994:
12995: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12996: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12997: read/write [for nntp]
12998:
12999: * operators.txt: mysql: transaction support: ?autocommit=0
13000:
13001: * operators.txt: comment: updated
13002:
13003: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13004: serialize version and exipire now removes entries
13005:
13006: * operators.txt: ^hashfile.delete[] removes files altogether [and
13007: dir, if could]
13008:
13009: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13010: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13011: removes files altogether [and dir, if could]
13012:
13013: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13014: nonexistent pair. .c coded that that was error. fixed
13015:
13016: * src/types/pa_vhashfile.C: sdbm: exception type change to
13017: file.access [regretfull can't split it to different exceptions
13018: without modifying sdbm source wich would prefer not to]
13019:
13020: 2003-11-07 paf
13021:
13022: * src/: classes/date.C, classes/file.C, classes/hash.C,
13023: classes/hashfile.C, classes/image.C, classes/table.C,
13024: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13025: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13026: main/execute.C, main/main.vcproj, main/pa_pool.C,
13027: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13028: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13029: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13030: destructing objects at request processing end
13031:
13032: 2003-11-06 paf
13033:
13034: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13035: updates
13036:
13037: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13038: to include sdbm
13039:
1.116 moko 13040: * src/include/: pa_config_includes.h, pa_version.h: our
13041: replacements of max& co only for cpp
1.95 moko 13042:
13043: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13044: upper dir, .am updated
13045:
13046: * tests/todo.txt: hashfile: done
13047:
13048: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13049: expiration [time in value. todo: move time to key]
13050:
13051: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13052:
13053: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13054: to do that in foreach, no errors, but surely wrong]
13055:
13056: * operators.txt, src/types/pa_vhashfile.C,
13057: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13058:
13059: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13060: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13061: foreach
13062:
13063: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13064: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13065:
13066: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13067: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13068:
13069: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13070: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13071: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13072: get/put [raw]
13073:
13074: * src/: classes/op.C, main/pa_os.C: just linked
13075:
13076: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13077: XmlException changes
13078:
13079: * src/: include/pa_charset.h, include/pa_globals.h,
13080: include/pa_stylesheet_connection.h, main/pa_exception.C:
13081: XmlException changes
13082:
13083: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13084:
13085: * src/: include/pa_common.h, include/pa_exception.h,
13086: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13087: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13088: main/pa_xml_exception.C: locking move to pa_os [along with
13089: pa_sleep] apr-impl locking done
13090:
13091: * configure, configure.in, operators.txt, parser3.sln,
13092: src/classes/classes.vcproj, src/classes/hashfile.C,
13093: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13094: src/include/pa_exception.h, src/include/pa_globals.h,
13095: src/include/pa_memory.h, src/include/pa_version.h,
13096: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13097: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13098: src/main/compile.tab.C, src/main/main.vcproj,
13099: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13100: src/types/Makefile.am, src/types/pa_vhash.C,
13101: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13102: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13103: again with sdbm from apache
13104:
13105: 2003-11-05 paf
13106:
13107: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13108: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13109: \parser3project dir anymore
13110:
13111: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13112: thoughtlessly from xalan]
13113:
13114: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13115: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13116: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13117:
13118: * src/main/helpers/CaseFolding.txt:
13119: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13120:
13121: 2003-11-04 paf
13122:
13123: * operators.txt: comment: ^mail:send[$.options[
13124:
13125: * src/classes/table.C: compiled on unix
13126:
1.116 moko 13127: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13128:
13129: * src/classes/mail.C: compiled on unix
13130:
13131: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13132: src/types/pa_vmail.h: !^mail:send[
13133: $.options[unix: string to append to sendmail command
13134: line]
13135:
13136: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13137: tests/todo.txt: ^table.save[... $.separator[^#09]
13138: $.encloser["] <nothing> by default
13139:
13140: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13141: !$.separator[^#09] !$.encloser["] <nothing> by
13142: default
13143:
13144: 2003-11-03 paf
13145:
13146: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13147: ^table::load[; options: !$.column-separator[^#09]
13148: !$.column-encloser["]
13149:
13150: * operators.txt, src/include/pa_config_fixed.h,
13151: src/types/pa_vrequest.C: $request:document-root
13152:
13153: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13154: [already included into uri=xxx]
13155:
13156: * operators.txt, src/classes/image.C, tests/todo.txt:
13157: ^image.gif[filename] for $response:download
13158:
13159: * src/classes/date.C: minor precaution
13160:
13161: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13162: !^date.unix-timestamp[]
13163:
13164: 2003-10-30 paf
13165:
13166: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13167: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13168:
13169: * src/classes/: date.C, image.C: improvement diagnostics:
13170: $now[^date::create[$undefined]] now is error
13171:
13172: * src/main/pa_common.C: read errors would now be reported 'actually
13173: read -1 bytes'
13174:
13175: 2003-10-24 paf
13176:
13177: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13178: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13179: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13180: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13181:
13182: 2003-10-22 paf
13183:
13184: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13185:
13186: 2003-10-21 paf
13187:
13188: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13189: fixed: string.match[g] without <'> option produced columns with
13190: NULL's, which gpf'ed at table.save time
13191:
13192: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13193: recoursion' message with intensive throw-catches fixed: incorrect
13194: name and line (one name upper then needed) in error message about
13195: problems inside try block
13196:
13197: 2003-10-10 paf
13198:
13199: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13200: check offset argument for validity did that in String::Body::pos
13201: myself http://i2/tasks/edit/?id=4577425257580789777
13202:
13203: 2003-10-07 paf
13204:
13205: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13206: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13207:
13208: 2003-10-03 paf
13209:
13210: * parser3.sln, src/include/pa_dictionary.h,
13211: src/main/pa_dictionary.C, src/main/pa_string.C,
13212: src/targets/cgi/parser3.vcproj: dictionary optimized by
13213: precalculating cstr&length
13214:
13215: 2003-10-02 paf
13216:
13217: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13218: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13219: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13220: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13221:
13222: 2003-09-30 paf
13223:
13224: * src/main/pa_string.C: string::replace bug fix [were ignoring
13225: occurrances after lang-mismatched
13226:
13227: 2003-09-29 paf
13228:
13229: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13230: helper
13231:
13232: * src/main/pa_string.C: string::serialize bug fix with
13233: zero-terminator
13234:
13235: * src/classes/table.C: ^nameless_table.save column row now has no
13236: \t at the end
13237:
13238: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13239: @postprocess now takes $response:body/download
13240:
13241: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13242: error message
13243:
13244: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13245:
13246: * src/classes/table.C: bugfix: flip: must produce nameless
13247: http://i2/tasks/edit/?id=4573405524674081244
13248:
13249: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13250: main/helpers/simple_folding.pl: utf-8 upper/lower
13251:
13252: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13253: to typo error http://i2/tasks/edit/?id=4573354650786434584
13254:
13255: 2003-09-26 paf
13256:
13257: * src/main/untaint.C: removed needless field
13258:
13259: * src/main/untaint.C: removed needless const
13260:
13261: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13262: String.for_each bug fixed [omited one-char cases]
13263:
13264: * src/include/pa_stack.h: bugfix: before collecting garbage,
13265: runtime-executor stack were cleared... BADLY
13266:
13267: * src/main/pa_string.C: ^stirng.replace code used old
13268: param-convention on langs.append, fixed that search fo the like,
13269: found none
13270:
13271: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13272: string::serialize/deserialize implemented Language enum assigned
13273: meaningful letters [more convinient for debugging. read warning
13274: before adding/changing anything]
13275:
13276: 2003-09-25 paf
13277:
13278: * src/: include/pa_string.h, include/pa_version.h,
13279: main/pa_string.C, main/untaint.C: templates and anonymous unions
13280: differences on unix
13281:
13282: * parser3.sln, src/classes/file.C, src/classes/image.C,
13283: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13284: src/classes/xdoc.C, src/classes/xnode.C,
13285: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13286: src/include/pa_charsets.h, src/include/pa_common.h,
13287: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13288: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13289: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13290: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13291: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13292: src/main/compile_tools.h, src/main/pa_charset.C,
13293: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13294: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13295: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13296: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13297: src/types/pa_vmail.C, src/types/pa_vmath.C,
13298: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13299: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13300:
13301: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13302: functions aligned to that of eeparser3 look
13303:
13304: * src/lib/cord/cordprnt.c: removed warnings
13305:
13306: 2003-09-24 paf
13307:
13308: * src/: classes/file.C, classes/image.C, classes/mail.C,
13309: classes/op.C, classes/xdoc.C, classes/xnode.C,
13310: include/pa_cache_managers.h, include/pa_charset.h,
13311: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13312: include/pa_sql_driver_manager.h, include/pa_string.h,
13313: include/pa_stylesheet_manager.h, include/pa_table.h,
13314: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13315: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13316: main/pa_sql_driver_manager.C, main/pa_string.C,
13317: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13318: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13319: types/pa_vstateless_class.h, types/pa_vstatus.C,
13320: types/pa_vxnode.C: v() functions of String::Body,
13321: String::Languages and String itself StringBody->String::Body
13322:
13323: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13324: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13325: never optimized anything. todo: somehow speed up harder cases:
13326: concatenationA+concatenationB when last block of A and first of B
13327: contain same letters
13328:
13329: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13330: lib/cord/include/cord.h: langs: speed up by joining adjucent
13331: blocks of same char [CORD_append_block]
13332:
13333: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13334: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13335: save space by extending blocks when appending block with c ==
13336: lastblock.c
13337:
13338: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13339: working yet :( but more working &understood :)
13340:
13341: * src/: classes/table.C, include/pa_string.h,
13342: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13343:
13344: 2003-09-23 paf
13345:
13346: * src/main/untaint.C: $a[ok!] $a works!
13347:
13348: * src/main/untaint.C: something even more works :)
13349:
13350: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13351: something more works :)
13352:
13353: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13354: lib/cord/cordxtra.c: something already works :)
13355:
13356: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13357: serialize&deserialize
13358:
13359: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13360: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13361: main/untaint.C: main idea implemented, details left
13362:
13363: 2003-09-22 paf
13364:
13365: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13366:
13367: * src/classes/xnode.C: copy/paste comment bugfix
13368:
13369: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13370: allocator returns 0, just die.
13371: http://i2/tasks/edit/?id=4570798492410259445
13372:
13373: * src/classes/xdoc.C: copy/paste comment bugfix
13374:
13375: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13376: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13377: xnode: getAttributeNS setAttributeNS removeAttributeNS
13378: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13379:
13380: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13381: chars due to bitwise operation signed-char error]
13382:
13383: 2003-09-19 paf
13384:
13385: * src/types/pa_wcontext.C: output message: more practical
13386: suggestion
13387:
13388: * src/main/pa_common.C, operators.txt: merged
13389: $f[^file::load[binary;http://...]] $f.tables
13390:
13391: 2003-09-02 paf
13392:
13393: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13394: flush stdout without referencing 'stdout' symbol. to hell with
13395: non-ansi libraries without 'stdout' symbol
13396:
13397: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13398: unix (users reported problems with some old libc)
13399:
13400: * src/types/pa_vdate.h: forgot initializer
13401:
13402: 2003-09-01 paf
13403:
13404: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13405: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13406: zone]
13407:
13408: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13409:
13410: 2003-08-19 paf
13411:
13412: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13413: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13414: simplified a little
13415:
13416: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13417: [lost fix from 3.0.8]
13418:
13419: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13420: visible here }
13421:
13422: bug fix
13423:
13424: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13425:
13426: * src/main/compile.tab.C: initialized couple of variables about
13427: which user reported runtime problems when parser were compiled
13428: with VC7, warning level4. study shows that later in bison
13429: they've fixed that. would migrate to latest bison someday
13430:
13431: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13432: recoding headers)
13433:
13434: * src/types/pa_vmail.C: works as before, same charset problems:
13435: gmime recodes to UTF-8 only headers, not body. so not recoding
13436: anything for now
13437:
13438: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13439: problems with body
13440:
13441: * src/types/pa_vmail.C: mail_receive just compiled
13442:
13443: 2003-08-18 paf
13444:
13445: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13446: main/main.vcproj, types/types.vcproj: win32: continued process
13447: detaching from \parser3project directory
13448:
13449: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13450: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13451: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13452: src/lib/pcre/pcre_dftables.dsp,
13453: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13454: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13455: src/types/types.dsp: moved to MSVC 7
13456:
13457: * gnu.vcproj.vspscc, parser3.vssscc,
13458: src/classes/classes.vcproj.vspscc,
13459: src/lib/cord/cord.vcproj.vspscc,
13460: src/lib/ltdl/libltdl.vcproj.vspscc,
13461: src/lib/md5/md5.vcproj.vspscc,
13462: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13463: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13464: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13465: src/targets/isapi/parser3isapi.vcproj.vspscc,
13466: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13467: moved to MSVC 7
13468:
13469: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13470: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13471: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13472: src/lib/pcre/pcre_dftables.vcproj,
13473: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13474: src/targets/cgi/parser3.vcproj,
13475: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13476: new VS project files
13477:
13478: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13479: .NET to detect Jalindi Igloo capabilities.
13480:
13481: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13482: src/classes/classes.awk, src/doc/footer.htm,
13483: src/include/pa_config_fixed.h, src/include/pa_version.h,
13484: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13485: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13486: src/types/pa_vmail.C: merged 3.1.0 latest changes
13487:
13488: 2003-08-15 paf
13489:
13490: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13491: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13492:
13493: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13494: non-ascii <yyy> now encoded correctly
13495:
13496: 2003-07-29 paf
13497:
1.116 moko 13498: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13499: dist
1.95 moko 13500:
13501: * src/types/pa_vmail.C: just started --with-mail-receive
13502:
13503: 2003-07-28 paf
13504:
1.116 moko 13505: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13506: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13507:
13508: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13509:
13510: 2003-07-25 paf
13511:
13512: * src/doc/footer.htm: year
13513:
13514: 2003-07-24 paf
13515:
13516: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13517: fix
13518:
13519: * src/include/pa_version.h: release
13520:
1.116 moko 13521: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13522:
13523: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13524: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13525: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13526: getting rid of win32xml pseudo project
13527:
13528: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13529:
1.116 moko 13530: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13531: configure.in, operators.txt, parser3.dsw,
1.95 moko 13532: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13533: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13534: src/classes/classes.C, src/classes/classes.awk,
13535: src/classes/classes.dsp, src/classes/classes.h,
13536: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13537: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13538: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13539: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13540: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13541: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13542: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13543: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13544: src/include/pa_array.h, src/include/pa_cache_managers.h,
13545: src/include/pa_charset.h, src/include/pa_charsets.h,
13546: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13547: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13548: src/include/pa_dictionary.h, src/include/pa_dir.h,
13549: src/include/pa_exception.h, src/include/pa_exec.h,
13550: src/include/pa_globals.h, src/include/pa_hash.h,
13551: src/include/pa_memory.h, src/include/pa_opcode.h,
13552: src/include/pa_operation.h, src/include/pa_pool.h,
13553: src/include/pa_pragma_pack_begin.h,
1.95 moko 13554: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13555: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13556: src/include/pa_sapi.h, src/include/pa_socks.h,
13557: src/include/pa_sql_connection.h,
13558: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13559: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13560: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13561: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13562: src/include/pa_uue.h, src/lib/Makefile.am,
13563: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13564: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13565: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13566: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13567: src/lib/cord/include/ec.h,
13568: src/lib/cord/include/private/Makefile.am,
13569: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13570: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13571: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13572: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13573: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13574: src/main/compile_tools.C, src/main/compile_tools.h,
13575: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13576: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13577: src/main/pa_charsets.C, src/main/pa_common.C,
13578: src/main/pa_dictionary.C, src/main/pa_dir.C,
13579: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13580: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13581: src/main/pa_request.C, src/main/pa_socks.C,
13582: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13583: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13584: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13585: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13586: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13587: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13588: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13589: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13590: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13591: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13592: src/targets/isapi/parser3isapi.dsp,
13593: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13594: src/types/pa_junction.h, src/types/pa_method.h,
13595: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13596: src/types/pa_vclass.C, src/types/pa_vclass.h,
13597: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13598: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13599: src/types/pa_vdouble.h, src/types/pa_venv.h,
13600: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13601: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13602: src/types/pa_vimage.C, src/types/pa_vimage.h,
13603: src/types/pa_vint.h, src/types/pa_vjunction.h,
13604: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13605: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13606: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13607: src/types/pa_vobject.C, src/types/pa_vobject.h,
13608: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13609: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13610: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13611: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13612: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13613: src/types/pa_vstring.h, src/types/pa_vtable.C,
13614: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13615: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13616: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13617: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13618: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13619: HEAD
13620:
13621: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13622: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13623: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13624: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13625: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13626: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13627: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13628: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13629: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13630: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13631: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13632: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13633: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13634: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13635: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13636: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13637: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13638: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13639: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13640: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13641: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13642: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13643: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13644: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13645: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13646: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13647: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13648: outputs/create-dir, results/001.processed, results/002.processed,
13649: results/003.processed, results/004.processed,
13650: results/005.processed, results/006.processed,
13651: results/007.processed, results/008.processed,
13652: results/009.processed, results/010.processed,
13653: results/011.processed, results/012.processed,
13654: results/013.processed, results/014.processed,
13655: results/015.processed, results/016.processed,
13656: results/017.processed, results/018.processed,
13657: results/019.processed, results/020.processed,
13658: results/021.processed, results/022.processed,
13659: results/023.processed, results/024.processed,
13660: results/025.processed, results/026.processed,
13661: results/027.processed, results/028.processed,
13662: results/029.processed, results/030.processed,
13663: results/031.processed, results/032.processed,
13664: results/033.processed, results/034.processed,
13665: results/035.processed, results/036.processed,
13666: results/037.processed, results/038.processed,
13667: results/039.processed, results/040.processed,
13668: results/041.processed, results/042.processed,
13669: results/043.processed, results/044.processed,
13670: results/045.processed, results/046.processed,
13671: results/047.processed, results/048.processed,
13672: results/049.processed, results/050.processed,
13673: results/051.processed, results/052.processed,
13674: results/053.processed, results/054.processed,
13675: results/055.processed, results/056.processed,
13676: results/057.processed, results/058.processed,
13677: results/059.processed, results/060.processed,
13678: results/061.processed, results/062.processed,
13679: results/063.processed, results/064.processed,
13680: results/065.processed, results/066.processed,
13681: results/067.processed, results/068.processed,
13682: results/069.processed, results/070.processed,
13683: results/071.processed, results/072.processed,
13684: results/073.processed, results/074.processed,
13685: results/075.processed, results/076.processed,
13686: results/077.processed, results/078.processed,
13687: results/079.processed, results/080.processed,
13688: results/081.processed, results/082.processed,
13689: results/083.processed, results/084.processed,
13690: results/085.processed, results/086.processed,
13691: results/087.processed, results/088.processed,
13692: results/089.processed, results/090.processed,
13693: results/091.processed, results/092.processed,
13694: results/093.processed, results/094.processed,
13695: results/095.processed, results/096.processed,
13696: results/097.processed, results/098.processed,
13697: results/099.processed, results/100.processed,
13698: results/101.processed, results/102.processed,
13699: results/103.processed, results/104.processed,
13700: results/105.processed, results/106.processed,
13701: results/107.processed, results/108.processed,
13702: results/109.processed, results/110.processed,
13703: results/111.processed, results/112.processed,
13704: results/113.processed, results/114.processed,
13705: results/115.processed, results/116.processed,
13706: results/117.processed, results/118.processed,
13707: results/119.processed, results/120.processed,
13708: results/121.processed, results/122.processed,
13709: results/123.processed, results/124.processed,
13710: results/125.processed, results/126.processed,
13711: results/127.processed, results/128.processed,
13712: results/129.processed, results/130.processed,
13713: results/131.processed, results/132.processed,
13714: results/133.processed, results/134.processed,
13715: results/135.processed, results/136.processed,
13716: results/137.processed, results/138.processed,
13717: results/139.processed, results/140.processed,
13718: results/141.processed: merged(copied) to HEAD from template_gc
13719:
13720: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13721: towards \parser3project not having to be in root
13722:
13723: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13724: module compiled [were minor unnecessary changes in lib/md5
13725: interface]
13726:
13727: * src/include/pa_version.h: release
13728:
13729: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13730:
13731: * src/classes/math.C: merged uuid bugfix
13732:
13733: * tests/: 141.html, results/141.processed: fixed bug with
13734: too-small-a-buffer
13735:
13736: * src/classes/math.C: uuid bugfix
13737:
13738: * tests/: 141.html, Makefile, results/005.processed,
13739: results/030.processed, results/075.processed,
13740: results/078.processed: to reflect date format change (were -
13741: become ' ')
13742:
13743: * src/classes/math.C: uuid bugfix
13744:
13745: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13746: debug/release changes
13747:
13748: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13749:
13750: 2003-07-23 paf
13751:
13752: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13753: renamed a little [to move to comman naming conv]
13754:
1.116 moko 13755: * src/targets/Makefile.am: apache13 splitted to simplify apache
13756: build
1.95 moko 13757:
13758: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13759: main/pa_request.C, main/pa_sql_driver_manager.C,
13760: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13761: stack top_index() fixed
13762:
13763: * src/main/pa_globals.C: minor style changes
13764:
13765: * src/: classes/op.C, include/pa_sql_connection.h: connection
13766: closing/caching fixed [connections were not closed/put to cache]
13767:
13768: 2003-07-22 paf
13769:
13770: * INSTALL: gc part updated stightly
13771:
13772: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13773: new sapi interface
13774:
13775: * src/classes/file.C: comment on OS
13776:
13777: * src/main/pa_string.C: removed reduntant invariant check [there is
13778: one deeper in cord lib]
13779:
13780: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13781:
13782: * src/main/pa_memory.C: out of memory is no longer coredump
13783:
13784: * INSTALL: disable-threads adviced
13785:
13786: 2003-07-21 paf
13787:
1.116 moko 13788: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13789:
13790: * src/classes/file.C: file::exec/cgi environment variables now must
13791: be UPPERCASE and A-Z 0-9 _-
13792:
13793: * src/classes/file.C: env passing fixed
13794:
13795: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13796:
13797: * src/main/pa_common.C: http:// CRLF now
13798:
13799: 2003-07-02 paf
13800:
13801: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13802: fields to reflect their real meaning
13803:
13804: 2003-06-27 paf
13805:
13806: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13807: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13808: file::exec/cgi .charset
13809:
13810: 2003-06-26 paf
13811:
13812: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13813: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13814: src/classes/table.C: fixed several uninitialized local
13815: structures. notably ^hash.foreach now inserts delimiters
13816: properly [were inserting it before first body]
13817:
13818: 2003-06-24 paf
13819:
13820: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13821:
13822: 2003-06-20 paf
13823:
13824: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13825: src/main/pa_globals.C: introducing
13826: $f[^file::load[binary;http://...]] $f.tables
13827:
13828: 2003-06-06 paf
13829:
13830: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13831: table. [were method lookup: inconsistent]
13832:
13833: 2003-06-02 paf
13834:
13835: * src/include/pa_memory.h: empty string clone fixed to return
13836: writable memory
13837:
13838: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13839: were not appended] which violated string invariant
13840:
13841: 2003-05-30 paf
13842:
13843: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13844: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13845:
13846: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13847: GMT ; RFC 822, updated by RFC 1123
13848:
13849: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13850: targets/isapi/parser3isapi.C: initialized request_info properly
13851:
13852: * src/classes/xnode.C: found minor bug, commended for future
13853:
13854: 2003-05-28 paf
13855:
13856: * src/classes/form.C: request_info.content_length can't be <0,
13857: size_t for some time
13858:
13859: 2003-05-26 paf
13860:
13861: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13862: forgotten <0 changed to !=STRING_NOT_FOUND
13863:
13864: * src/classes/math.C: merged ffffu from HEAD
13865:
13866: 2003-05-11 paf
13867:
13868: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13869:
13870: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13871: premature doc free. transformed document had xmlDoc reference
13872: stored to non-gc-memory (libgdome) added holding-reference
13873:
13874: 2003-04-29 paf
13875:
13876: * src/main/pa_globals.C: started digging on double free. on win32
13877: found that that's perfectly normal.
13878:
13879: 2003-04-25 paf
13880:
13881: * src/classes/table.C: table.join bug fix [bad limit check]
13882:
13883: * src/classes/math.C: merged from HEAD: simpiler hash_string
13884:
13885: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13886: print anything. changed to quicker and simplier code
13887:
13888: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13889: strict a check]
13890:
13891: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13892:
13893: 2003-04-24 paf
13894:
13895: * src/include/pa_table.h: too strict assert loosened
13896:
13897: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13898: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13899: report
13900:
13901: 2003-04-21 paf
13902:
1.116 moko 13903: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13904:
13905: * src/main/pa_globals.C: pcre memory management changed to use GC
13906: memory
13907:
13908: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13909: xmlMallocAtomic [author agreed to my suggestion], used that
13910:
13911: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13912:
13913: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13914: types/pa_vmail.C: attributed_meaning_to_string added
13915: L_UNSPECIFIED piece which was sortof OK, but violated string
13916: invariant [assertion barked on that] changed to L_PASS_APPEND,
13917: made that param obligatory
13918:
13919: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13920: fixed [assert helped]
13921:
13922: * src/include/pa_string.h: assert added [looking for bug]
13923:
13924: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13925: names on Win32 considered disk-global
13926:
13927: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13928: considered disk-global
13929:
13930: 2003-04-18 paf
13931:
13932: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13933: filenames
13934:
13935: * src/main/untaint.C: enabled '~' letter in filenames
13936:
13937: 2003-04-16 paf
13938:
13939: * src/classes/file.C: small bug introduced in autoptr times fixed
13940:
13941: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13942: HEAD
13943:
1.116 moko 13944: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13945:
13946: 2003-04-15 paf
13947:
13948: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13949: src/lib/md5/pa_md5c.c, tests/141.html,
13950: tests/results/141.processed: merged from head ^math:uuid[]
13951: ^math:uid64[] ^math:md5[string]
13952:
13953: test added: 141.html
13954:
13955: * operators.txt, src/classes/math.C: ^math:uid64[]
13956:
13957: * src/classes/math.C: ^math:uuid[]
13958:
13959: * operators.txt, src/classes/math.C: ^math:uuid[]
13960:
13961: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13962: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13963:
13964: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13965: src/include/pa_config_fixed.h, src/main/pa_common.C:
13966: ^file::load[mode;name; $.offset $.limit
13967:
13968: 2003-04-14 paf
13969:
13970: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13971: started ^math:md5
13972:
13973: * src/classes/table.C, src/include/pa_array.h,
13974: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13975: tests/results/140.processed: table $.reverse option works in
13976: create&co table $.distinct[tables] bug fix merged
13977:
13978: * src/: classes/table.C, include/pa_table.h: table
13979: $.distinct[tables] bug fixed
13980:
13981: * src/classes/table.C: more warnings
13982:
13983: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13984: removed checks in table::set_current, moved them back to
13985: table::locate implemented table::create/join ñ $.reverse
13986:
13987: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13988: removed checks in table::set_current, moved them back to
13989: table::locate
13990:
13991: 2003-04-11 paf
13992:
13993: * operators.txt, src/classes/date.C, src/classes/table.C,
13994: src/include/pa_array.h, src/include/pa_common.h,
13995: src/include/pa_config_includes.h, src/include/pa_string.h,
13996: src/include/pa_table.h, src/main/pa_request.C,
13997: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13998: src/main/pa_table.C: merged from HEAD from
13999: before_append_array_limit_sense_change to
14000: after_append_array_limit_sense_change
14001:
14002: * src/classes/table.C: typo
14003:
14004: * operators.txt, src/classes/date.C, src/classes/table.C,
14005: src/include/pa_array.h, src/include/pa_common.h,
14006: src/include/pa_config_includes.h, src/include/pa_globals.h,
14007: src/include/pa_table.h, src/main/pa_array.C,
14008: src/main/pa_globals.C, src/main/pa_request.C,
14009: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14010: src/main/pa_table.C: append_array_limit_sense_change locate
14011: accepts options same as create new option: $.reverse(1) [do not
14012: work in table::create]
14013:
14014: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14015: (stat xxx,
14016:
14017: * src/classes/: table.C: typo
14018:
14019: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14020: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14021: results/130.processed, results/131.processed,
14022: results/132.processed, results/133.processed,
14023: results/134.processed, results/135.processed,
14024: results/136.processed, results/137.processed,
14025: results/138.processed, results/139.processed: added few mustfail
14026: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14027: date/time 132.html mustfail: access to junction outside of
14028: context 133.html mustfail: access to junction outside of context,
14029: case version 134.html mustfail: hash: adding a key inside of
14030: foreach 135.html mustfail: modifying system class 136.html
14031: mustfail: $.name outside of $hash[here] 137.html mustfail:
14032: appendChild without import 138.html mustfail: invalid encoding
14033: inside of xml 139.html mustfail: bad XPath
14034:
14035: * operators.txt, src/classes/table.C, tests/084.html,
14036: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14037: tests/129.html, tests/results/125.processed,
14038: tests/results/126.processed, tests/results/127.processed,
14039: tests/results/128.processed, tests/results/129.processed: merged
14040: from HEAD ^table.hash[key][$.distinct[tables]]
14041:
14042: maked appropriate tests [changed one old nonconforming]
14043:
14044: * operators.txt, src/classes/table.C:
14045: ^table.hash[key][$.distinct[tables]]
14046:
14047: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14048: merged fix for found very old xml (dom) bug: were passing
14049: domString objects and later ERROREOUSLY freed them
14050:
14051: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14052: src/main/pa_charset.C: re-added libgdome patch. regretfully
14053: libgdome bug can not be worked around
14054:
14055: 2003-04-10 paf
14056:
14057: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14058: found very old xml (dom) bug: were passing domString objects and
14059: later ERROREOUSLY freed them
14060:
14061: * src/doc/string.dox, src/include/pa_memory.h,
14062: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14063: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14064: tests/123.html, tests/124.html, tests/results/001.processed,
14065: tests/results/002.processed, tests/results/003.processed,
14066: tests/results/004.processed, tests/results/005.processed,
14067: tests/results/006.processed, tests/results/008.processed,
14068: tests/results/009.processed, tests/results/010.processed,
14069: tests/results/011.processed, tests/results/012.processed,
14070: tests/results/013.processed, tests/results/014.processed,
14071: tests/results/015.processed, tests/results/016.processed,
14072: tests/results/017.processed, tests/results/018.processed,
14073: tests/results/020.processed, tests/results/021.processed,
14074: tests/results/022.processed, tests/results/023.processed,
14075: tests/results/024.processed, tests/results/025.processed,
14076: tests/results/026.processed, tests/results/027.processed,
14077: tests/results/028.processed, tests/results/029.processed,
14078: tests/results/030.processed, tests/results/031.processed,
14079: tests/results/032.processed, tests/results/033.processed,
14080: tests/results/034.processed, tests/results/035.processed,
14081: tests/results/036.processed, tests/results/037.processed,
14082: tests/results/038.processed, tests/results/039.processed,
14083: tests/results/040.processed, tests/results/041.processed,
14084: tests/results/042.processed, tests/results/043.processed,
14085: tests/results/044.processed, tests/results/045.processed,
14086: tests/results/046.processed, tests/results/047.processed,
14087: tests/results/048.processed, tests/results/049.processed,
14088: tests/results/050.processed, tests/results/051.processed,
14089: tests/results/052.processed, tests/results/053.processed,
14090: tests/results/054.processed, tests/results/055.processed,
14091: tests/results/056.processed, tests/results/057.processed,
14092: tests/results/058.processed, tests/results/059.processed,
14093: tests/results/060.processed, tests/results/061.processed,
14094: tests/results/062.processed, tests/results/063.processed,
14095: tests/results/064.processed, tests/results/065.processed,
14096: tests/results/066.processed, tests/results/067.processed,
14097: tests/results/068.processed, tests/results/069.processed,
14098: tests/results/070.processed, tests/results/071.processed,
14099: tests/results/072.processed, tests/results/073.processed,
14100: tests/results/074.processed, tests/results/075.processed,
14101: tests/results/076.processed, tests/results/077.processed,
14102: tests/results/078.processed, tests/results/079.processed,
14103: tests/results/080.processed, tests/results/081.processed,
14104: tests/results/082.processed, tests/results/083.processed,
14105: tests/results/084.processed, tests/results/085.processed,
14106: tests/results/086.processed, tests/results/087.processed,
14107: tests/results/088.processed, tests/results/089.processed,
14108: tests/results/090.processed, tests/results/091.processed,
14109: tests/results/092.processed, tests/results/093.processed,
14110: tests/results/094.processed, tests/results/095.processed,
14111: tests/results/096.processed, tests/results/097.processed,
14112: tests/results/101.processed, tests/results/102.processed,
14113: tests/results/104.processed, tests/results/105.processed,
14114: tests/results/106.processed, tests/results/107.processed,
14115: tests/results/108.processed, tests/results/109.processed,
14116: tests/results/110.processed, tests/results/111.processed,
14117: tests/results/112.processed, tests/results/113.processed,
14118: tests/results/114.processed, tests/results/115.processed,
14119: tests/results/116.processed, tests/results/117.processed,
14120: tests/results/118.processed, tests/results/119.processed,
14121: tests/results/120.processed, tests/results/121.processed,
14122: tests/results/122.processed, tests/results/123.processed,
14123: tests/results/124.processed: new convention: char* never 0.
14124: assert in cord on that
14125:
14126: * src/main/pa_charset.C: couple more asserts
14127:
14128: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14129: speedup
14130:
14131: * src/main/pa_charset.C: couple assertions on fantastic situations
14132: added [may be those is the case now?]
14133:
14134: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14135: that's memory from gc_malloc, not from g_malloc :(, but would
14136: hope]
14137:
14138: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14139: that's memory from gc_malloc, not from g_malloc :(, but would
14140: hope]
14141:
14142: * src/main/pa_charset.C: checked custom malloc for returning 0
14143:
14144: 2003-04-09 paf
14145:
14146: * src/classes/date.C: merged ^date.roll changes
14147:
14148: * src/classes/date.C: ^date.roll bug fix
14149:
14150: * src/classes/date.C: ^date.roll now throws less errors: month
14151: shifts handles end of month situation by reducing day number
14152: hour-hole shift reduces hour to recover
14153:
14154: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14155: Sort by function time
14156:
14157: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14158: http:// $.charset[] param done
14159:
14160: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14161: added [after volatile fix. passes on win&intel-solaris]
14162:
14163: 2003-04-08 paf
14164:
14165: * src/: classes/file.C, classes/op.C, classes/table.C,
14166: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14167: include/pa_common.h, include/pa_request_charsets.h,
14168: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14169: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14170: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14171: types/pa_vresponse.C: started http:// $.charset[] param and
14172: http response charset detection just compiled. todo:test
14173:
14174: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14175:
14176: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14177: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14178: types/pa_vmail.C: changed transcode param converntion along with
14179: string creating convention -- all strings are zero-terminated,
14180: this allowed to fix one remaining String("123", 2) case
14181:
14182: * src/: classes/date.C, classes/file.C, classes/hash.C,
14183: classes/op.C, classes/string.C, classes/table.C,
14184: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14185: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14186: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14187: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14188: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14189: violated String::invariant. started fixing [not compiled now]
14190:
14191: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14192: main/compile.tab.C, main/compile.y, main/pa_string.C,
14193: main/untaint.C, targets/cgi/parser3.C: number of string style
14194: improvements & optimizations
14195:
14196: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14197: :(]
14198:
14199: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14200: [for it's a pointer really]
14201:
14202: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14203: 'n' param. worked that around
14204:
14205: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14206: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14207: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14208: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14209: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14210:
14211: Thanks for the bug report and patch.
14212:
14213: I hadn't looked at this code in a while. Reading it now, it
14214: seems to me that the tests should also be ">= MAX_DEPTH" to
14215: comply with the invariant, though that may not matter a lot. I
14216: changed that, too.
14217:
14218: Hans
14219:
14220: 2003-04-07 paf
14221:
14222: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14223: merged from head:safe mode error message now includes numbers
14224:
14225: * src/main/execute.C: n-th attempt to make a=a work with double.
14226: problem: as_double returns it's result in fp-register compiler
14227: optimizes access to that register after b->as_double, and just
14228: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14229: from memory. _SAME_ double values do not match here. when
14230: forced to REload fp-register, values do match.
14231:
14232: tried to make them volatile.
14233:
14234: * src/main/execute.C: n-th attempt to make a=a work with double.
14235: problem: as_double returns it's result in fp-register compiler
14236: optimizes access to that register after b->as_double, and just
14237: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14238: from memory. _SAME_ double values do not match here. when
14239: forced to REload fp-register, values do match.
14240:
14241: tried to make them volatile.
14242:
14243: * src/types/pa_vobject.h: small style change
14244:
14245: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14246:
14247: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14248: mode error message now includes numbers
14249:
14250: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14251: now causes death
14252:
14253: 2003-04-04 paf
14254:
14255: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14256: incorportated pa_exec patch by From: "Victor Fedoseev"
14257: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14258: Sent: Thursday, January 23, 2003 9:14 AM
14259:
14260: huge speedup on ^file::cgi with big result
14261:
14262: * src/classes/table.C: sort table with 0 rows bug fixed
14263:
14264: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14265: fix http://i2/tasks/edit/?id=4493701604654042676
14266:
14267: @main[] $with_default[ $.a[1] $._default[default from
14268: with_default] ] ^show[$with_default]
14269:
14270: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14271: =$to_add_to.xxx=<br>
14272:
14273: ^show[$to_add_to]
14274:
14275: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14276: ^show[$cloned]
14277:
14278: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14279:
14280: } <hr>
14281:
14282: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14283: http://i2/tasks/edit/?id=4493701604654042676
14284:
14285: @main[] $with_default[ $.a[1] $._default[default from
14286: with_default] ] ^show[$with_default]
14287:
14288: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14289: =$to_add_to.xxx=<br>
14290:
14291: ^show[$to_add_to]
14292:
14293: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14294: ^show[$cloned]
14295:
14296: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14297:
14298: } <hr>
14299:
14300: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14301: http://i2/tasks/edit/?id=4507350336410850921
14302:
14303: * src/classes/xdoc.C: memory allocation func bugfix
14304: http://i2/tasks/edit/?id=4499303470368629745
14305:
14306: * src/classes/math.C: allowed random 1...
14307:
14308: * src/classes/math.C: allowed random 0..
14309:
14310: * src/main/pa_globals.C: exif mem leak
14311: http://i2/tasks/edit/?id=4480590323629807263
14312:
14313: * src/: classes/classes.dsp, main/main.dsp,
14314: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14315: fix http://i2/tasks/edit/?id=4493946731322521294
14316: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14317:
14318: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14319: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14320: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14321: links to xml libs made relative, no need to unpack parser3project
14322: to /parser3project.
14323:
14324: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14325: column more precise - tab handling bug fixed
14326:
14327: * src/main/: compile.tab.C, compile.y: more understandable error
14328: message in case @CLASS with more then one line inside
14329:
14330: * src/targets/cgi/parser3.C: more understandable error message in
14331: case of errors in @unhandled_exception
14332:
14333: 2003-04-03 paf
14334:
14335: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14336: src/main/compile.tab.C, src/main/compile.y,
14337: src/main/compile_tools.C, src/main/compile_tools.h,
14338: src/main/execute.C, src/main/pa_request.C: debug info format
14339: simplified, now it's: OP_VALUE Operation::Origin << here value*
14340:
14341: higher limits: file number (max: 255) line number (max:
14342: 64535) column number (max: 255)
14343:
14344: * src/classes/math.C: top limit
14345:
14346: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14347: precise parse error position in case of
14348:
14349: ^bug ]
14350:
14351: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14352: changed to realities, and passed [bug fixed]
14353:
14354: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14355: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14356: main/compile_tools.h, main/pa_request.C: introducing
14357: ^process...[main-method-alias]
14358:
14359: * src/: classes/date.C, classes/image.C, classes/op.C,
14360: classes/string.C, classes/table.C, classes/xdoc.C,
14361: types/pa_vmethod_frame.h: MethodParams& now [methods without
14362: params receive zero reference, but they are expected not to look
14363: there]
14364:
14365: * operators.txt, src/classes/date.C, src/classes/double.C,
14366: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14367: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14368: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14369: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14370: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14371: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14372: [methods without params receive zero reference, but they are
14373: expected not to look there]
14374:
14375: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14376: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14377: ^process...[filename] useful for better error reporting
14378: [file/line/col]
14379:
14380: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14381: types/pa_vstring.h: slightly improved error messages text: 1. is
14382: '%s', it 2. method undefined in case of ^void[]
14383:
14384: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14385: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14386: handling done. now we have error columns todo: test it
14387:
14388: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14389: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14390:
14391: this makes life easier: were: bad stack order -- were in
14392: exception catch unwind order, which didn't match execution order
14393:
14394: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14395:
14396: @first[] ^throw[a;1]
14397:
14398: showed throw a first throw b try
14399:
14400: which is no good
14401:
14402: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14403: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14404: trace reset after handled exception [old bug fixed]
14405:
14406: * src/main/: compile.tab.C, compile.y: parse position old bug
14407: fixed. position reporting made precise [both, in parse erros and
14408: runtime errors]
14409:
14410: 2003-04-02 paf
14411:
14412: * src/: include/pa_operation.h, include/pa_request.h,
14413: main/compile.C, main/compile.tab.C, main/compile.y,
14414: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14415: main/pa_exception.C, main/pa_request.C: debug info: started
14416: using. todo:complete
14417:
14418: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14419: main/compile.C, main/compile.tab.C, main/compile.y,
14420: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14421: main/pa_request.C: prepared debug info todo:use it
14422:
14423: * src/include/pa_operation.h: strange mistake fixed: forgot to
14424: return Operation class->union after switching from autoptrs.
14425:
14426: * tests/: Makefile, results/108.processed, results/117.processed:
14427: meta considered OK [it's up to coder now to remove it not needed]
14428:
14429: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14430: Dictionary constructor when moved to gc]
14431:
14432: * src/main/pa_common.C: uncommented http:// file loading
14433:
14434: * src/include/pa_array.h, src/main/execute.C,
14435: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14436: fix [gdGrowingBuf]
14437:
14438: * configure.in, src/lib/Makefile.am: removed patches
14439:
14440: * configure, src/include/pa_config_auto.h.in,
14441: src/main/pa_charset.C: --enable-assertions autoconf-ed
14442:
14443: * src/main/pa_common.C: uncommented http:// file loading
14444:
14445: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14446: xdoc::create/load
14447:
14448: * src/: classes/form.C, classes/hash.C, classes/image.C,
14449: classes/string.C, classes/table.C, classes/void.C,
14450: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14451: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14452: String::String(str,helper_length) are checked. found/fixed one
14453: place: $request:body now zero-terminated,
14454:
14455: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14456: main/compile_tools.C, main/execute.C, types/pa_value.h,
14457: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14458: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14459: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14460: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14461: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14462: types/pa_vxnode.h: more locally scoped vars in execute (more
14463: easily optimizable)
14464:
14465: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14466: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14467:
14468: * src/: include/pa_array.h, include/pa_stack.h,
14469: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14470: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14471: become assertion iterator in methodframe filler
14472:
14473: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14474: targets/cgi/parser3.C: array::get/put inlined
14475:
14476: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14477: gc_substitute_memory_management_functions +installed CORD_oom
14478: function
14479:
14480: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14481: src/include/pa_config_includes.h, src/include/pa_string.h,
14482: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14483: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14484: assertions started configure.in --enable-assertions
14485:
14486: 2003-04-01 paf
14487:
14488: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14489: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14490: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14491: gdome uses glib memory, and stores last pointer to xmlDoc there,
14492: gc misses that and collects valid memory fixed by remembering
14493: xmlDoc from dom object in xdoc. todo: do something with
14494: premature free of xdoc with xnodes/node values referring into it
14495:
14496: * src/classes/: mail.C: typo fix
14497:
14498: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14499: changes
14500:
14501: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14502: main/pa_memory.C: moved memory debugging to global level: to
14503: pa_gc_malloc
14504:
14505: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14506: debugging showed no errors. todo: debug parser memory
14507:
14508: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14509: configurations
14510:
14511: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14512: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14513: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14514: types/types.dsp: prepared xml-static configuration
14515:
14516: 2003-03-31 paf
14517:
14518: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14519: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14520: xml lib memory debugging, simple checks failed: it seems that
14521: library does realloc(bad ptr), and recording those ptrs in heap
14522: [for debugging] was bad: heap situation changes = everything
14523: works fine
14524:
14525: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14526: xmlRegisterCharEncodingHandler limitation [currently imposed
14527: limit of 10 user-defined charsets]
14528:
14529: 2003-03-28 paf
14530:
14531: * src/main/execute.C: execution stack copied to local register
14532: variable, removed lots [~2e7) of memory accesses
14533:
14534: 2003-03-27 paf
14535:
14536: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14537: works in debug, but fails in release todo: fix that
14538:
14539: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14540: targets/cgi/parser3.C: forgot to merge XML memory funcs
14541: replacement from gc branch
14542:
14543: * src/main/pa_exec.C: introducing append_help_length [radical
14544: improvement here]
14545:
14546: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14547: 'not recommened' in gc.h, on win32 noticed no difference]
14548:
14549: * src/include/pa_array.h: returned checked array get [were disabled
14550: for debugging] result:not slower [don't understand that, it were
14551: INLINED] todo: find out a way of inlining it!
14552:
14553: * src/: include/pa_string.h, lib/gc/include/gc.h,
14554: lib/gc/include/gc_fake.h, main/compile.tab.C,
14555: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14556: convention changed: all resulting strings are zero-terminated
14557:
14558: * src/: classes/date.C, classes/file.C, classes/hash.C,
14559: classes/string.C, classes/table.C, classes/void.C,
14560: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14561: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14562: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14563: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14564: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14565: types/pa_vfile.C, types/pa_vmail.C: introducing
14566: append_help_length [radical improvement here]
14567:
14568: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14569: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14570: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14571: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14572: even slower
14573:
14574: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14575: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14576: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14577: clients of &get(): most to use non-ref version, some[in tight
14578: places] to get_unchecked_ref
14579:
14580: * src/doc/memory.dox: forgot to add
14581:
14582: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14583: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14584: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14585: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14586: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14587: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14588: targets/cgi/parser3.dsp, types/pa_vmail.C,
14589: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14590: T>>&<< removed after Stack::pop wiping removed [moved to separate
14591: func] other Array & removed
14592:
14593: 2003-03-26 paf
14594:
14595: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14596: classes/table.C, include/pa_array.h, include/pa_charset.h,
14597: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14598: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14599: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14600: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14601: main/pa_exec.C, main/pa_sql_driver_manager.C,
14602: main/pa_stylesheet_manager.C, main/pa_table.C,
14603: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14604: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14605: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14606: pre-evaluated .count() in some places
14607:
14608: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14609: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14610: types/types.dsp: .dsp profiling updated
14611:
14612: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14613: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14614: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14615:
14616: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14617: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14618: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14619: use lib/gc,lib/cord
14620:
1.116 moko 14621: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14622: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14623: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14624: src/include/pa_config_includes.h, src/include/pa_request.h,
14625: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14626: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14627: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14628: src/lib/cord/include/Makefile.am,
1.116 moko 14629: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14630: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14631: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14632: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14633: src/types/pa_vform.h, src/types/pa_vhash.h,
14634: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14635: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14636: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14637: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14638: funcs ported pa_exec
1.95 moko 14639:
14640: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14641:
14642: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14643: bundled gc includes
14644:
14645: * src/: classes/op.C, include/pa_array.h,
14646: include/pa_sql_connection.h, include/pa_string.h,
14647: include/pa_version.h, main/compile.tab.C, main/compile.y,
14648: main/execute.C, main/pa_common.C, main/pa_exception.C,
14649: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14650: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14651: first real site (aval)]
14652:
14653: 2003-03-25 paf
14654:
14655: * operators.txt, src/main/pa_sql_driver_manager.C,
14656: src/types/pa_vstatus.C: $status.memory used free since_compact
14657: process
14658:
14659: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14660: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14661:
14662: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14663:
14664: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14665: src/types/pa_value.h, src/types/pa_vfile.h,
14666: src/types/pa_vobject.C, src/types/pa_vobject.h,
14667: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14668: tests/results/121.processed: untaint.C L_URI
14669:
14670: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14671: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14672: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14673: src/types/pa_vmemory.h: ^memory:compact[]
14674:
14675: * tests/results/109.processed: it was a bug in parser. updated 109
14676: test result
14677:
14678: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14679:
14680: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14681: tests/results/107.processed: fixed dom language [values are now
14682: considered tainted. it was a bug in parser. updated 107 test
14683: result
14684:
14685: * src/classes/xdoc.C: fixed transform params
14686:
14687: * src/: include/pa_stylesheet_manager.h,
14688: main/pa_stylesheet_manager.C: fixed stylesheet caching
14689:
14690: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14691: overloads for structure handling
14692:
14693: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14694: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14695: StringBody(0) ambiguilty, introducting static
14696: StringBody::Format(int)
14697:
14698: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14699: linked
14700:
14701: * src/types/pa_vxdoc.C: vxdoc compiled
14702:
14703: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14704: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14705: finalizers isntalled
14706:
14707: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14708: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14709: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14710: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14711: compiled todo: xnode.C / finalizers
14712:
14713: * src/doc/string.dox: updated: new string internals
14714:
14715: 2003-03-24 paf
14716:
14717: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14718: include/pa_charset.h, include/pa_config_fixed.h,
14719: include/pa_request.h, include/pa_stylesheet_connection.h,
14720: include/pa_stylesheet_manager.h, main/pa_charset.C,
14721: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14722: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14723: types/pa_vxnode.h: started XML
14724:
14725: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14726:
14727: * src/: classes/file.C, classes/image.C, classes/mail.C,
14728: include/pa_string.h, main/pa_common.C,
14729: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14730:
14731: * src/: classes/file.C, classes/image.C, classes/mail.C,
14732: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14733: main/pa_request.C, main/pa_sql_driver_manager.C,
14734: types/pa_vimage.h: size_t pos everywhere checks changed to check
14735: for eq STRING_NOT_FOUND
14736:
14737: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14738: optimize bit implemented
14739:
14740: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14741: String::ArrayFragment::append_positions fixed
14742:
14743: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14744: String::this_starts fixed
14745:
14746: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14747:
14748: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14749: hashcode implemented fully, including per-char callback [it can
14750: be - substr CORD node]
14751:
14752: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14753: rewritten to rewalloc with 100byte buf ahead
14754:
14755: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14756: src/include/pa_string.h, src/main/compile.tab.C,
14757: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14758: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14759: CORD_ec [bad] would rewrite as realloc now
14760:
14761: * src/: classes/date.C, classes/file.C, classes/form.C,
14762: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14763: include/pa_cache_managers.h, include/pa_charsets.h,
14764: include/pa_common.h, include/pa_request.h,
14765: include/pa_sql_driver_manager.h, include/pa_table.h,
14766: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14767: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14768: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14769: types/pa_vmail.C, types/pa_vmethod_frame.C,
14770: types/pa_vstateless_class.h: 2*2 worked :)
14771:
14772: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14773: src/include/pa_exec.h, src/include/pa_string.h,
14774: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14775: passed OK
14776:
14777: * src/: classes/hash.C, classes/string.C, classes/table.C,
14778: types/pa_value.C: all linked todo: debug
14779:
14780: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14781: types/pa_vstateless_class.C: all compiled. todo:link
14782:
14783: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14784:
14785: * src/types/pa_vtable.C: pa_vtable.C compiled
14786:
14787: * src/types/pa_vstring.C: pa_vstring.C compiled
14788:
14789: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14790:
14791: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14792: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14793: pa_vstateless_class.C, pa_vstateless_class.h:
14794: pa_vstateless_class.C compiled
14795:
14796: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14797: types/pa_vmath.C: pa_vmail.C compiled
14798:
14799: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14800:
14801: * src/types/pa_vform.C: pa_vform.C compiled
14802:
14803: * src/types/pa_vfile.C: pa_vfile.C compiled
14804:
14805: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14806: pa_vstateless_class.C: pa_vcookie.C compiled
14807:
14808: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14809: types/pa_vhash.h: pa_value.C compiled
14810:
14811: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14812: classes.lib main.lib compiled
14813:
14814: * src/classes/void.C: void.C compiled
14815:
14816: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14817: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14818: compiled
14819:
14820: * src/: classes/string.C, include/pa_request.h,
14821: include/pa_string.h, main/pa_string.C: string.C compiled
14822:
14823: * src/: classes/op.C, classes/string.C, classes/table.C,
14824: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14825: main/pa_request.C, main/pa_string.C: op.C compiled
14826:
14827: * src/classes/: math.C, op.C: math.C compiled
14828:
14829: * src/: classes/mail.C, classes/string.C, classes/table.C,
14830: types/pa_vmail.h: mail.C compiled
14831:
14832: * src/classes/: int.C, table.C: int.C compiled
14833:
14834: * src/: classes/hash.C, classes/image.C, classes/string.C,
14835: classes/table.C, include/pa_memory.h, include/pa_string.h,
14836: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14837: compiled
14838:
14839: * src/: classes/hash.C, classes/string.C, classes/table.C,
14840: classes/void.C, classes/xdoc.C, include/pa_request.h,
14841: include/pa_sql_connection.h: hash.C compiled
14842:
14843: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14844: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14845: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14846: classes/math.C, classes/op.C, classes/response.C,
14847: classes/string.C, classes/table.C, classes/void.C,
14848: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14849: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14850: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14851: file.C table.C compiled
14852:
14853: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14854: main/untaint.C: main.lib compiled
14855:
14856: 2003-03-21 paf
14857:
14858: * src/: classes/op.C, include/pa_cache_managers.h,
14859: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14860: include/pa_stylesheet_manager.h, main/pa_exception.C,
14861: main/pa_globals.C, main/pa_sql_driver_manager.C,
14862: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14863: compiled
14864:
14865: * src/: classes/hash.C, classes/image.C, classes/op.C,
14866: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14867: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14868: main/compile.C, main/pa_common.C, main/pa_request.C,
14869: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14870: pa_request.C compiled
14871:
14872: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14873: include/pa_request.h, main/execute.C, main/pa_request.C,
14874: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14875: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14876: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14877: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14878: compiled
14879:
14880: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14881: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14882: on unix
14883:
14884: * src/: include/pa_charset.h, include/pa_charsets.h,
14885: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14886: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14887: pa_charsets.C compiled
14888:
14889: * src/: classes/image.C, classes/mail.C, classes/op.C,
14890: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14891: main/compile.y, main/execute.C, main/pa_common.C,
14892: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14893: types/pa_vcode_frame.h, types/pa_vimage.h,
14894: types/pa_vmethod_frame.h: execute.C compiled
14895:
14896: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14897: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14898: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14899: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14900: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14901: include/pa_cache_managers.h, include/pa_charsets.h,
14902: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14903: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14904: include/pa_sql_driver_manager.h, include/pa_string.h,
14905: include/pa_stylesheet_connection.h,
14906: include/pa_stylesheet_manager.h, include/pa_table.h,
14907: main/compile.C, main/compile.tab.C, main/compile.y,
14908: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14909: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14910: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14911: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14912: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14913: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14914: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14915: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14916: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14917: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14918: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14919: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14920: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14921: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14922: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14923: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14924: types/pa_vresponse.h, types/pa_vstateless_class.C,
14925: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14926: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14927: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14928: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14929: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14930: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14931: [C++ CORD wrapper]
14932:
14933: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14934:
14935: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14936: $file::exec/cgi[script; $.charset[this is script's charset]
14937:
14938: command line, env values, input got transcoded before call
14939: stdout, stderr got transcoded after call
14940:
14941: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14942: by default. use: ^file::exec[...;$.stdin[$request.body]
14943:
14944: * src/main/pa_common.C: } typo bug fix
14945:
14946: * src/main/pa_common.C: } typo bug fix
14947:
14948: 2003-03-20 paf
14949:
14950: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14951: main/untaint.C: cord bug fix, but still errors todo: clear out
14952:
14953: * src/include/pa_string.h: more tests
14954:
14955: * src/main/pa_string.C: string.pos fixed
14956:
1.116 moko 14957: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14958: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14959: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14960: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14961: replaces
1.95 moko 14962:
14963: * src/: classes/image.C, include/pa_dictionary.h,
14964: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14965: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14966: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14967: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14968:
14969: * src/include/pa_string.h: warning
14970:
14971: * src/include/pa_string.h: this_starts fixed
14972:
14973: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14974: new String ctor & append params convention
14975:
14976: * src/: classes/file.C, classes/hash.C, classes/image.C,
14977: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14978: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14979: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14980: main/pa_exception.C, main/pa_exec.C,
14981: main/pa_sql_driver_manager.C, main/pa_string.C,
14982: main/pa_stylesheet_manager.C, main/untaint.C,
14983: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14984: types/pa_vmail.C: more tests OK
14985:
14986: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14987: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14988: gc/exit runned OK
14989:
14990: * src/types/pa_vmail.C: another naming problem: should not name
14991: vars like that: unpredictable close caused problems with later
14992: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14993: descriptors missing on startup: stdin; Bad file number
14994:
14995: todo: find out why so many filters(stream) here. probably wrong?
14996:
14997: * src/: include/pa_dictionary.h, include/pa_string.h,
14998: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14999: main/untaint.C: test compiled
15000:
15001: * src/: classes/image.C, classes/mail.C, classes/math.C,
15002: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15003: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15004: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15005: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15006: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15007: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15008: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15009: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15010: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15011:
15012: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15013: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15014: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15015: src/include/pa_memory.h, src/include/pa_request.h,
15016: src/include/pa_request_charsets.h,
15017: src/include/pa_sql_connection.h, src/include/pa_string.h,
15018: src/main/compile.tab.C, src/main/execute.C,
15019: src/main/pa_charset.C, src/main/pa_common.C,
15020: src/main/pa_exception.C, src/main/pa_exec.C,
15021: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15022: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15023: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15024: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15025: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15026: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15027: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15028: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15029: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15030: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15031: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15032: pa_common.C [done, without http for now]
15033:
15034: 2003-03-19 paf
15035:
15036: * src/: classes/date.C, classes/form.C, classes/hash.C,
15037: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15038: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15039: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15040: include/pa_string.h, include/pa_table.h, main/compile.C,
15041: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15042: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15043: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15044: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15045: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15046: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15047: types/pa_vstateless_class.h, types/pa_vtable.C,
15048: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15049: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15050: types/pa_wwrapper.h: started test
15051:
1.116 moko 15052: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15053: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15054:
15055: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15056: include/pa_string.h, main/pa_string.C: string compiled todo: test
15057: it
15058:
15059: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15060: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15061: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15062: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15063: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15064: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15065: types/pa_vmethod_frame.h, types/types.dsp: string
15066: reimplementation with cord+array<fragment>: 70%
15067:
15068: 2003-03-18 paf
15069:
15070: * src/: classes/date.C, classes/file.C, classes/form.C,
15071: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15072: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15073: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15074: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15075: can ignore lang in cmp and pos really, but would
15076: split properly!
15077:
15078: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15079: cord part made parser/src/lib: it's not compiled into libgc by
15080: default
15081:
15082: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15083: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15084: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15085: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15086: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15087: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15088: src/classes/xnode.C, src/classes/xnode.h,
15089: src/include/Makefile.am, src/include/pa_cache_managers.h,
15090: src/include/pa_charset.h, src/include/pa_charsets.h,
15091: src/include/pa_common.h, src/include/pa_dictionary.h,
15092: src/include/pa_exception.h, src/include/pa_exec.h,
15093: src/include/pa_globals.h, src/include/pa_hash.h,
15094: src/include/pa_memory.h, src/include/pa_pool.h,
15095: src/include/pa_request.h, src/include/pa_request_charsets.h,
15096: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15097: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15098: src/include/pa_stylesheet_connection.h,
15099: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15100: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15101: src/main/compile.C, src/main/compile.tab.C,
15102: src/main/compile_tools.C, src/main/compile_tools.h,
15103: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15104: src/main/pa_charsets.C, src/main/pa_common.C,
15105: src/main/pa_dictionary.C, src/main/pa_exception.C,
15106: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15107: src/main/pa_pool.C, src/main/pa_request.C,
15108: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15109: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15110: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15111: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15112: src/types/pa_junction.h, src/types/pa_method.h,
15113: src/types/pa_value.C, src/types/pa_value.h,
15114: src/types/pa_vclass.C, src/types/pa_vclass.h,
15115: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15116: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15117: src/types/pa_vdouble.h, src/types/pa_venv.h,
15118: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15119: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15120: src/types/pa_vimage.C, src/types/pa_vimage.h,
15121: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15122: src/types/pa_vmath.C, src/types/pa_vmath.h,
15123: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15124: src/types/pa_vobject.C, src/types/pa_vobject.h,
15125: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15126: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15127: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15128: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15129: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15130: src/types/pa_vstring.h, src/types/pa_vtable.C,
15131: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15132: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15133: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15134: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15135: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15136: gc: PA_Object done lots of replacements also
15137:
15138: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15139: gc logging
15140:
15141: 2003-03-17 paf
15142:
15143: * src/: classes/date.C, classes/file.C, classes/form.C,
15144: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15145: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15146: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15147: include/pa_string.h, include/pa_types.h, main/compile.C,
15148: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15149: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15150: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15151: main/pa_sql_driver_manager.C, main/pa_string.C,
15152: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15153: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15154: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15155: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15156: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15157: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15158: types/pa_vxnode.h: libgc attempt
15159:
15160: 2003-03-13 paf
15161:
15162: * src/: include/pa_sql_driver_manager.h,
15163: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15164: called
15165:
15166: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15167: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15168: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15169: types/pa_value.h, types/pa_vobject.h,
15170: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15171: set_base, set_derived simplified [counter leaks fixed]
15172:
15173: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15174: src/types/types.dsp: incorporated status class patch From:
15175: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15176: 2003 8:14 AM
15177:
15178: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15179: Win32 specific: QuotaPeakNonPagedPoolUsage
15180: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15181:
15182: 2003-03-12 paf
15183:
1.116 moko 15184: * configure, configure.in, src/lib/ltdl/configure,
15185: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15186: lib/ltdl/Makefile now created by /configure.in only [were by
15187: lib/ltdl/configure.in OVERWRITE]
15188:
1.116 moko 15189: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15190: linkage fixed for g++ 3.2.2
1.95 moko 15191:
15192: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15193: on using privately declared class [fixed]
15194:
15195: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15196: 3.2 rightliy complained on using privately declared class [fixed]
15197:
15198: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15199: sigpipe before request constructor now causes death
15200:
15201: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15202: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15203: not cause exception in exception handler
15204:
1.116 moko 15205: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15206: now default links libstdc++ statically. that can be overriden by
15207: --with-dynamic-stdcpp
1.95 moko 15208:
15209: 2003-03-11 paf
15210:
15211: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15212: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15213: necessity of libstdc++
15214:
15215: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15216:
15217: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15218:
15219: 2003-03-08 paf
15220:
15221: * tests/Makefile: make install & co
15222:
15223: * src/: include/pa_request.h, classes/op.C: removing
15224: vclass,object.h -> pa_request.h dependency
15225:
15226: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15227: main/pa_request.C: removing vform,response,cookie.h ->
15228: pa_request.h dependency
15229:
15230: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15231: dependency [testing...]
15232:
15233: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15234: return 0; fixed
15235:
15236: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15237: types/pa_vmail.h: vmail.C received just compiled [not tested]
15238:
15239: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15240:
15241: * src/main/pa_request.C: forgotten: ifdef XML
15242:
15243: * src/main/pa_request.C: forgotten: ifdef XML
15244:
15245: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15246: win32 and run memleak tests again
15247:
15248: * src/targets/cgi/parser3.C: charsets: see some strange things with
15249: old xml lib-- it's internal memory handling has faults
15250:
15251: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15252: problems when transcode from charset A to A.
15253:
15254: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15255: todo: still problems when transcode from charset A to A.
15256:
15257: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15258: classes/table.C, include/pa_array.h,
15259: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15260: started full-scale-site-test [~ http://parser.ru sources]
15261:
15262: some fixes
15263:
15264: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15265: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15266: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15267: results/110.processed, results/111.processed,
15268: results/112.processed, results/113.processed,
15269: results/114.processed, results/115.processed,
15270: results/116.processed, results/117.processed,
15271: results/118.processed, results/119.processed,
15272: results/120.processed: xml: tests 109 dom create/show 110 xpath
15273: selectSingle 111 xdoc.create from tainted & 112
15274: xdoc.create/output with russian attr value 113 xpath
15275: selectString/Number 114 dom attributes.count 115 xpath selectBool
15276: 116 output media-type change 117 transform by dom stylesheet 118
15277: empty transform result 119 dom setAttribute 120 nbsp letter
15278: output
15279:
15280: =END OF PREPARED XML TESTS=
15281:
15282: 2003-03-07 paf
15283:
15284: * src/classes/xdoc.C, src/include/pa_charset.h,
15285: src/include/pa_stylesheet_connection.h, tests/108.html,
15286: tests/108.xsl, tests/results/108.processed: xml: test 108
15287: transform with params [bugs fixed]
15288:
15289: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15290: from copy/paste bug
15291:
15292: * src/classes/xdoc.C, src/include/pa_charset.h,
15293: src/include/pa_request.h, src/main/execute.C,
15294: src/main/pa_charset.C, src/main/pa_exception.C,
15295: src/main/pa_globals.C, src/main/pa_request.C,
15296: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15297: src/types/pa_vxnode.C, tests/107.html,
15298: tests/results/107.processed: xml: test: 107 bug fixes
15299:
15300: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15301: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15302: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15303:
15304: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15305: string
15306:
15307: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15308: mem alloc functions used for different cases [libxml, libxsl]
15309:
15310: * src/classes/classes.C: fixed: prevent system classes from
15311: modification to lock ALL the classes, not only directly used
15312:
15313: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15314: linked
15315:
15316: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15317:
15318: 2003-03-06 paf
15319:
15320: * src/classes/xdoc.C: xdoc.C 50%
15321:
15322: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15323: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15324: main/pa_globals.C, main/pa_request.C,
15325: main/pa_stylesheet_manager.C: xnode.C compiled
15326:
15327: * src/: include/pa_stylesheet_connection.h,
15328: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15329: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15330:
15331: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15332: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15333: xml: stylesheet&manager STARTED
15334:
15335: * src/: include/pa_globals.h, main/pa_charset.C,
15336: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15337:
15338: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15339: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15340: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15341: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15342: charsets
15343:
15344: * tests/023.html: in some cases it rounded up badly. postponing
15345: solution of that problem, making more simple test
15346:
15347: * tests/: 058_paf2000.png, results/058.processed: .png added with
15348: -kb now
15349:
15350: * src/: include/pa_charset.h, include/pa_charsets.h,
15351: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15352: moved to charsets.C
15353:
15354: 2003-03-05 paf
15355:
15356: * src/classes/string.C, src/include/pa_string.h,
15357: src/main/pa_string.C, tests/105.html,
15358: tests/results/105.processed: String::match bug fixed
15359:
15360: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15361: tests/results/104.processed: ^bpt operator added [does int3 in
15362: debug build on win32]
15363:
15364: * tests/: 057.html, results/057.processed: test bug fixed
15365:
1.116 moko 15366: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15367:
15368: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15369: missing
15370:
1.116 moko 15371: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15372: forgotten files added to Makes
1.95 moko 15373:
15374: * ltmain.sh: ltmain.sh added
15375:
15376: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15377: change undone ;(
15378:
15379: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15380: made static
15381:
15382: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15383: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15384: todo:make linker happy
1.95 moko 15385:
15386: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15387: env param made optional
15388:
15389: 2003-03-04 paf
15390:
15391: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15392: types/pa_vimage.h: number of gcc compiler bugs fixed
15393:
15394: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15395: results/103.processed: tests: 103 image.copy transparence test
15396:
15397: * src/main/execute.C, tests/101.html, tests/102.html,
15398: tests/results/101.processed, tests/results/102.processed: tests:
15399: 101 method/variable name conflict test 102 form fields change
15400: should not not change anything [bug fix]
15401:
15402: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15403: results/099.processed, results/100.processed: tests: 57 date
15404: create 2002: added 99,100 response:body/download
15405:
15406: * src/classes/image.C, tests/098.html, tests/098font.gif,
15407: tests/results/098.processed: test: 98 image font text [bug fixed]
15408:
15409: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15410: tests/results/097.processed: test: 97 file::load http:// [bugs
15411: fixed]
15412:
15413: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15414: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15415: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15416: image EXIF [bug fixed]
15417:
15418: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15419: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15420: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15421: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15422: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15423: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15424: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15425: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15426: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15427: tests/094.html, tests/095.html, tests/results/061.processed,
15428: tests/results/062.processed, tests/results/063.processed,
15429: tests/results/064.processed, tests/results/065.processed,
15430: tests/results/066.processed, tests/results/067.processed,
15431: tests/results/068.processed, tests/results/069.processed,
15432: tests/results/070.processed, tests/results/071.processed,
15433: tests/results/072.processed, tests/results/073.processed,
15434: tests/results/074.processed, tests/results/075.processed,
15435: tests/results/076.processed, tests/results/077.processed,
15436: tests/results/078.processed, tests/results/080.processed,
15437: tests/results/081.processed, tests/results/082.processed,
15438: tests/results/083.processed, tests/results/084.processed,
15439: tests/results/085.processed, tests/results/086.processed,
15440: tests/results/087.processed, tests/results/088.processed,
15441: tests/results/089.processed, tests/results/090.processed,
15442: tests/results/091.processed, tests/results/092.processed,
15443: tests/results/093.processed, tests/results/094.processed,
15444: tests/results/095.processed, tests/079.html,
15445: tests/results/079.processed: tests: 61 file::stat size 62
15446: string->int autoconvert 63 double .int,dec,div,mul 64 date
15447: compare 65 file: basename,justname,justext 66 math:crypt 67
15448: string.match simple on long 68 string.match normalized simple on
15449: long 69 string.int 70 file::stat content-type 71 table.join 72
15450: hash parameter conditional pass 73 date daylightsaving,yearday 74
15451: date arithmetics 75 response date values/attributes 76 string.pos
15452: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15453: with local 80 scientific numeric literal in string autoconvert 81
15454: xor: logical and numerical 82 for delims 83 menu delims 84
15455: table.hash distinct 85 long string replace 86 throw+catch
15456: current language preserve 87 bit shifts 88 junction tests +
15457: $caller test 89 hash.foreach selfmodification 90 int/void to int
15458: 91 $caller test 92 junction is + def junction tests 93 $caller
15459: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15460:
15461: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15462: fixed] 60 string eq string [bug fixed]
15463:
15464: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15465: 058.html, 058_paf2000.png, 059.html, 060.html,
15466: results/053.processed, results/054.processed,
15467: results/055.processed, results/056.processed,
15468: results/057.processed, results/058.processed,
15469: results/059.processed, results/060.processed: test: 53
15470: string.replace 54 junctions 55 table.hash 56 call indirect 57
15471: date.create[string] 58 image.measure[png]
15472:
15473: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15474: outputs/051.processed, results/052.processed: test: 52
15475: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15476: task: fix that
15477:
15478: 2003-03-03 paf
15479:
15480: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15481: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15482: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15483: outputs/049.processed, outputs/050.processed,
15484: outputs/051.processed, results/001.processed,
15485: results/002.processed, results/003.processed,
15486: results/005.processed, results/006.processed,
15487: results/008.processed, results/009.processed,
15488: results/011.processed, results/012.processed,
15489: results/013.processed, results/014.processed,
15490: results/015.processed, results/016.processed,
15491: results/017.processed, results/020.processed,
15492: results/021.processed, results/022.processed,
15493: results/024.processed, results/025.processed,
15494: results/026.processed, results/027.processed,
15495: results/028.processed, results/029.processed,
15496: results/030.processed, results/031.processed,
15497: results/049.processed, results/050.processed,
15498: results/051.processed, results/043.processed,
15499: results/044.processed, results/045.processed,
15500: results/046.processed, results/047.processed,
15501: results/048.processed: tests: 43,44,45 date rolls 46
15502: autoevaluating junction 47 table.select 48 name with subvar 49
15503: hash-creating switch 50 process 51 started parent/child, works as
15504: it were but it were NOT GOOD, created separate task to fix that
15505:
15506: * tests/: 042.html, results/042.processed: test: 42
15507: exception.handled
15508:
15509: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15510: expression
15511:
15512: * tests/: 040.html, results/040.processed: test: 39 method result
15513: of type table 40 method param junction auto evaluate
15514:
15515: * tests/: 039.html, results/039.processed: test: 37 method result
15516: of type table
15517:
15518: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15519: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15520: tests/038.html, tests/results/033.processed,
15521: tests/results/034.processed, tests/results/035.processed,
15522: tests/results/036.processed, tests/results/037.processed,
15523: tests/results/038.processed: tests: 33 string.replace 34
15524: string.upper 35 table created 36 local/global vars with juntions
15525: 37 table clone 38 math PI & number formatting
15526:
15527: math class registring typo fixed
15528:
15529: * src/classes/op.C, src/include/pa_request.h,
15530: src/include/pa_string.h, src/main/execute.C,
15531: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15532: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15533: tests/032.html, tests/results/032.processed: uchar changed to
15534: String_UL in all places [was not everywhere] untaint test: 032
15535:
15536: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15537: tests/results/004.processed, tests/parser-cygwin.sh,
15538: tests/parser-unix.sh: removed -H command line key, now testing
15539: using .sh file with SERVER_SOFTWARE=xxx
15540:
15541: 2003-02-26 paf
15542:
15543: * src/main/execute.C, src/types/pa_vstateless_class.h,
15544: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15545: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15546: tests/results/024.processed, tests/results/025.processed,
15547: tests/results/026.processed, tests/results/027.processed,
15548: tests/results/028.processed, tests/results/029.processed,
15549: tests/results/030.processed, tests/results/031.processed: fixed
15550: bug with name_cstr mutable CharPtr more tests
15551:
15552: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15553: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15554: << abort. die now just exits
15555:
15556: * src/classes/classes.awk, src/classes/classes.h,
15557: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15558: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15559: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15560: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15561: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15562: src/classes/xnode.C, src/include/pa_memory.h,
15563: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15564: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15565: src/types/pa_vform.C, tests/015.html, tests/016.html,
15566: tests/017.html, tests/018.html, tests/019.html,
15567: tests/019paf2001.gif, tests/020.html, tests/021.html,
15568: tests/022.html, tests/023.html, tests/022_dir/a.html,
15569: tests/022_dir/b.txt, tests/022_dir/c.htm,
15570: tests/results/015.processed, tests/results/016.processed,
15571: tests/results/017.processed, tests/results/018.processed,
15572: tests/results/019.processed, tests/results/020.processed,
15573: tests/results/021.processed, tests/results/022.processed,
15574: tests/results/023.processed: methoded_array now contains all Mxxx
15575: classes SAPI::get_env now returns info on pool more tests
15576:
15577: * src/include/pa_array.h, src/include/pa_hash.h,
15578: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15579: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15580: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15581: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15582: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15583: tests/results/001.processed, tests/results/002.processed,
15584: tests/results/003.processed, tests/results/004.processed,
15585: tests/results/005.processed, tests/results/006.processed,
15586: tests/results/007.processed, tests/results/008.processed,
15587: tests/results/009.processed, tests/results/010.processed,
15588: tests/results/011.processed, tests/results/012.processed,
15589: tests/results/013.processed, tests/results/014.processed: hash
15590: cloning fixed
15591:
15592: 2003-02-25 paf
15593:
15594: * src/main/pa_common.C: typo fixed
15595:
15596: 2003-02-24 paf
15597:
15598: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15599: [one remained]
15600:
15601: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15602: [should have been get_string(&pool)] todo: check other such calls
15603:
15604: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15605: test10, bad lookups
15606:
15607: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15608: object got destructed, and xxx points to sky
15609:
15610: * ChangeLog, src/classes/string.C: match bug fixed
15611:
15612: * src/types/pa_vmail.C: body [text/html] transcoded to
15613: $.charset[specified] now
15614:
15615: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15616: which failed to handle sigsetjmp+throw: crashed inside of
15617: pre-throw code. rewritten simplier [though duplicating
15618: closesocket code]
15619:
15620: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15621: which failed to handle sigsetjmp+throw: crashed inside of
15622: pre-throw code. rewritten simplier [though duplicating
15623: closesocket code]
15624:
15625: 2003-02-21 paf
15626:
15627: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15628: $cookie:name[$.expires[date << can be now]]
15629:
15630: written makefile with regression tests [raw]
15631:
15632: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15633: tests' only [it's not forcing CGI mode now] now use -H to output
15634: CGI header when parser used in command line [useful for tests
15635: also]
15636:
15637: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15638: switches on CGI mode, and is used in regression tests
15639:
15640: * src/: include/pa_request.h, main/pa_request.C,
15641: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15642: fixed
15643:
15644: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15645: handling pa_*
15646:
15647: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15648: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15649: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15650: memory handling files
15651:
15652: * src/main/pa_array.C: pool::format_integer terminator fixed
15653:
15654: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15655: compiles OK test to show benefits of free
15656:
15657: * src/: classes/file.C, classes/image.C, classes/mail.C,
15658: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15659: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15660: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15661: use pool [as the one in ^process]
15662:
15663: * src/classes/op.C: fixed process. sould now check for all cstr's
15664: -- some must use pool [as the one in ^process]
15665:
15666: 2003-02-20 paf
15667:
15668: * src/: classes/date.C, classes/double.C, classes/file.C,
15669: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15670: classes/math.C, classes/op.C, classes/response.C,
15671: classes/string.C, classes/table.C, classes/void.C,
15672: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15673: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15674: string cmp fixed
15675:
15676: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15677: values passed OK now
15678:
15679: 2003-02-19 paf
15680:
15681: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15682: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15683: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15684: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15685: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15686: all remaning leaks resulted from pooled::malloc calls [excluding
15687: in gd -- planning complete rewrite extremely ugly code]
15688:
15689: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15690: files
15691:
15692: 2003-02-17 paf
15693:
15694: * src/: classes/date.C, classes/double.C, classes/file.C,
15695: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15696: classes/response.C, classes/string.C, classes/table.C,
15697: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15698: include/pa_stylesheet_connection.h,
15699: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15700: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15701: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15702: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15703: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15704: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15705: of unitialized simple-typed field
15706:
15707: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15708: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15709: simple-typed field fixed. todo: find&kill all like that one
15710:
15711: * src/: main/execute.C, targets/cgi/pa_pool.C,
15712: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15713: debug output fixed
15714:
15715: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15716: main/pa_request.C: stack-stored items need extra .ref to prevent
15717: object_ptr from delete[them]
15718:
15719: * src/: classes/date.C, classes/op.C, classes/table.C,
15720: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15721: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15722: main/pa_charset.C, main/pa_common.C,
15723: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15724: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15725: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15726: calls
15727:
15728: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15729: couple mem leaks rusulted from old pooled::malloc usage.
15730: todo:find more like those
15731:
15732: * src/main/: compile.C, compile_tools.C: 2*2!
15733:
15734: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15735: stackItem fixed [there were no string on stack before]
15736:
15737: * src/: main/execute.C, main/pa_request.C,
15738: types/pa_vmethod_frame.C: first letters out OK
15739:
15740: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15741: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15742: main/pa_string.C, main/untaint.C, types/pa_value.h,
15743: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15744: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15745: type not initialized with zeros :( while class fields of class
15746: types initialized with default constructors. learn C++
15747:
15748: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15749: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15750: classes/math.C, classes/xdoc.C, classes/xnode.C,
15751: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15752: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15753:
15754: 2003-02-14 paf
15755:
15756: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15757: 13 link errors
15758:
15759: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15760: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15761: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15762: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15763: errors :)
15764:
15765: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15766: classes/hash.C, classes/mail.C, classes/op.C,
15767: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15768: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15769: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15770: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15771:
15772: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15773: classes/table.C, include/pa_common.h, include/pa_globals.h,
15774: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15775: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15776: types/pa_vint.h, types/types.dsp: op compiled
15777:
15778: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15779: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15780: main/untaint.C, types/pa_vtable.h: string, response compiled
15781:
15782: 2003-02-07 paf
15783:
15784: * src/: classes/table.C, types/pa_vtable.h: table compiled
15785:
15786: 2003-02-06 paf
15787:
15788: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15789: mail compiled
15790:
15791: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15792: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15793: types/pa_vfile.h, types/pa_vimage.h: image compiled
15794:
15795: * src/classes/: file.C, form.C: form compiled
15796:
15797: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15798: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15799: types/pa_vfile.C, types/pa_vfile.h: file compiled
15800:
15801: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15802: types/pa_vmath.h: math compiled [win32]
15803:
15804: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15805: types/pa_vstring.h: hash compiled
15806:
15807: 2003-02-04 paf
15808:
15809: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15810: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15811: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15812: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15813: types/pa_vhash.h: hash 50% compiled
15814:
15815: * src/: classes/date.C, classes/file.C, classes/hash.C,
15816: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15817: classes/string.C, classes/table.C, classes/xdoc.C,
15818: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15819: main/pa_string.C: date compiled
15820:
15821: * src/classes/: classes.dsp, double.C: double compiled
15822:
15823: * src/: classes/date.C, classes/double.C, classes/file.C,
15824: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15825: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15826: classes/string.C, classes/table.C, classes/void.C,
15827: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15828: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15829: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15830: compiled
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, classes/xnode.h,
15837: types/pa_vvoid.h: void compiled :)
15838:
15839: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15840: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15841: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15842: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15843: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15844: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15845: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15846: types/pa_vresponse.C, types/pa_vstateless_class.C,
15847: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15848: types/pa_wcontext.C, types/types.dsp: removed stupid
15849: value_includes.h
15850:
15851: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15852: trying to remove stupid value_includes.h
15853:
15854: * src/main/pa_exec.C: pa_exec compiled on win32
15855:
15856: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15857:
15858: * src/: include/pa_globals.h, include/pa_request.h,
15859: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15860: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15861: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15862: types/pa_vrequest.C, types/pa_vstateless_class.C,
15863: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15864:
15865: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15866: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15867: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15868:
15869: * src/: include/pa_array.h, include/pa_config_includes.h,
15870: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15871: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15872: compiled
15873:
15874: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15875: name conflicts)
15876:
15877: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15878: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15879: yelds "virtual memory exhausted" while trying to compile
15880: execute.C [eating up to 127MB]
15881:
15882: 2003-02-03 paf
15883:
15884: * src/: include/pa_config_includes.h, include/pa_hash.h,
15885: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15886: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15887: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15888: types/pa_vint.h, types/pa_vjunction.h,
15889: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15890: started gcc compiling pa_common compiled
15891:
15892: * src/: include/pa_exception.h, include/pa_pool.h,
15893: main/pa_exception.C: exception gcc change #1
15894:
1.116 moko 15895: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15896: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15897:
15898: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15899:
15900: * src/types/pa_vtable.C: vtable compiled
15901:
15902: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15903:
15904: * src/: include/pa_cache_managers.h, main/pa_request.C,
15905: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15906:
15907: * src/types/pa_vstateless_class.C: vstateless_class compiled
15908:
15909: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15910:
15911: * src/types/pa_vrequest.C: vrequest compiled
15912:
15913: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15914: pa_vobject.C, pa_vobject.h: vobject compiled
15915:
15916: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15917: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15918: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15919: compiled
15920:
15921: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15922:
15923: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15924: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15925: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15926: compiled
15927:
15928: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15929: main.lib - 0 error(s), 0 warning(s)
15930:
15931: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15932: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15933:
15934: 2003-01-31 paf
15935:
15936: * src/: include/pa_array.h, include/pa_operation.h,
15937: include/pa_request.h, main/execute.C, main/main.dsp,
15938: types/pa_vjunction.h: started last file from main library:
15939: execute
15940:
15941: * src/: include/pa_request.h, include/pa_sapi.h,
15942: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15943: main/pa_request.C, targets/cgi/parser3.C,
15944: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15945: types/pa_vhash.h: pa_request compiled
15946:
15947: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15948: include/pa_globals.h, include/pa_request.h,
15949: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15950: main/execute.C, main/main.dsp, main/pa_common.C,
15951: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15952: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15953: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15954: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15955: types/types.dsp: most pa_request compiled
15956:
15957: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15958: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15959: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15960: classes/op.C, classes/response.C, classes/string.C,
15961: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15962: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15963: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15964: include/pa_config_fixed.h, include/pa_config_includes.h,
15965: include/pa_dictionary.h, include/pa_dir.h,
15966: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15967: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15968: include/pa_pool.h, include/pa_request.h,
15969: include/pa_request_charsets.h, include/pa_request_info.h,
15970: include/pa_sapi.h, include/pa_socks.h,
15971: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15972: include/pa_stack.h, include/pa_string.h,
15973: include/pa_stylesheet_connection.h,
15974: include/pa_stylesheet_manager.h, include/pa_table.h,
15975: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15976: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15977: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15978: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15979: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15980: main/compile.C, main/compile.tab.C, main/compile.y,
15981: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15982: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15983: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15984: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15985: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15986: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15987: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15988: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15989: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15990: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15991: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15992: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15993: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15994: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15995: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15996: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15997: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15998: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15999: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16000: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16001: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16002: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16003: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16004: types/pa_vresponse.h, types/pa_vstateless_class.C,
16005: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16006: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16007: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16008: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16009: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16010: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16011:
16012: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16013: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16014: src/include/pa_charsets.h, src/include/pa_common.h,
16015: src/include/pa_dictionary.h, src/include/pa_exception.h,
16016: src/include/pa_exec.h, src/include/pa_pool.h,
16017: src/include/pa_request.h, src/include/pa_sapi.h,
16018: src/include/pa_sql_connection.h,
16019: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16020: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16021: src/main/compile.tab.C, src/main/compile_tools.C,
16022: src/main/compile_tools.h, src/main/main.dsp,
16023: src/main/pa_charset.C, src/main/pa_charsets.C,
16024: src/main/pa_common.C, src/main/pa_dictionary.C,
16025: src/main/pa_exception.C, src/main/pa_exec.C,
16026: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16027: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16028: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16029: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16030: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16031: src/types/pa_vdouble.h, src/types/pa_venv.h,
16032: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16033: src/types/pa_vhash.h, src/types/pa_vimage.C,
16034: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16035: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16036: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16037: src/types/pa_vobject.C, src/types/pa_vobject.h,
16038: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16039: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16040: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16041: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16042: src/types/pa_vstring.h, src/types/pa_vtable.h,
16043: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16044: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16045: died, long live StringPtr
16046:
16047: 2003-01-30 paf
16048:
16049: * src/: include/pa_charset.h, include/pa_request.h,
16050: include/pa_sql_driver_manager.h, main/compile.tab.C,
16051: main/compile.y, main/compile_tools.h, main/pa_request.C,
16052: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16053:
16054: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16055: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16056: types/pa_vhash.h, types/pa_vmethod_frame.h,
16057: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16058: types/types.dsp: vstateless_class compiled
16059:
16060: * src/main/compile.C: compile compiled
16061:
16062: * src/: include/pa_array.h, include/pa_operation.h,
16063: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16064: main/pa_table.C: compile_tools compiled
16065:
16066: * src/: include/pa_operation.h, main/compile.y,
16067: main/compile_tools.C, main/compile_tools.h: started
16068: compile_tools. vagues ideas of how to free compiled code
16069:
16070: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16071: main/main.dsp, types/pa_value.C, types/pa_value.h,
16072: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16073: compiled
16074:
16075: 2003-01-29 paf
16076:
16077: * src/: include/pa_globals.h, include/pa_request.h,
16078: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16079: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16080: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16081: compiled
16082:
16083: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16084: now
16085:
16086: * src/: include/pa_array.h, include/pa_exception.h,
16087: include/pa_pool.h, main/pa_exception.C: gd compiled
16088:
16089: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16090: compiled
16091:
16092: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16093: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16094: types/pa_vfile.h: vfile compiled
16095:
16096: * src/: include/pa_common.h, include/pa_globals.h,
16097: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16098: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16099: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16100:
16101: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16102: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16103: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16104: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16105: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16106:
16107: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16108: main/main.dsp, main/untaint.C: more compiled
16109:
16110: * src/: include/pa_charsets.h, include/pa_request.h,
16111: include/pa_request_info.h, include/pa_string.h,
16112: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16113: types/pa_vresponse.h: vrequest compiled
16114:
16115: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16116: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16117: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16118:
16119: * src/: classes/classes.h, include/pa_charset.h,
16120: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16121: include/pa_request.h, include/pa_string.h, main/main.dsp,
16122: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16123: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16124: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16125: types/pa_vrequest.C, types/pa_vrequest.h,
16126: types/pa_vstateless_class.h, types/pa_vstring.h,
16127: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16128:
16129: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16130: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16131: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16132: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16133: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16134: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16135: types/pa_vobject.h, types/pa_vstateless_class.h,
16136: types/pa_vstateless_object.h, types/pa_vstatus.h,
16137: types/pa_vstring.h, types/types.dsp: vmath compiled
16138:
16139: 2003-01-28 paf
16140:
16141: * src/: classes/classes.h, classes/date.C, classes/file.C,
16142: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16143: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16144: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16145: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16146: compile_tools
16147:
16148: * src/: include/pa_charset.h, include/pa_exception.h,
16149: include/pa_request.h, include/pa_string.h, main/untaint.C:
16150: untaint compiled
16151:
16152: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16153: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16154: more compiled. struck with string::store_to needing to know
16155: source/client charsets
16156:
16157: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16158: types/pa_vfile.h: uue compiled
16159:
16160: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16161: table compiled
16162:
16163: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16164: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16165:
16166: * src/: include/pa_charset.h, main/pa_charset.C,
16167: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16168: introduced]
16169:
16170: * src/: classes/date.C, include/pa_charset.h,
16171: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16172: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16173: pa_charsets compiled
16174:
16175: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16176: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16177:
16178: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16179: common compiled
16180:
16181: * src/: include/pa_charsets.h, main/pa_charsets.C,
16182: main/pa_sql_driver_manager.C: pa_charsets compiled
16183:
16184: * src/: include/pa_array.h, include/pa_charset.h,
16185: include/pa_charsets.h, include/pa_pool.h,
16186: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16187: include/pa_stack.h, include/pa_string.h,
16188: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16189: sql_driver_manager compiled
16190:
16191: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16192: letter i with two dots added to koi, all ukranian letters added
16193: to win1251.
16194:
16195: typographic simbol 0xb9 deleted from win1251 [strange one & were
16196: abscent from koi]
16197:
16198: 2003-01-27 paf
16199:
16200: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16201: include/pa_sql_driver_manager.h, include/pa_string.h,
16202: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16203: sql/pa_sql_driver.h: paused on sql_manager
16204:
16205: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16206: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16207: include/pa_stack.h, main/pa_sql_driver_manager.C,
16208: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16209:
16210: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16211: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16212: include/pa_table.h, main/pa_sql_driver_manager.C,
16213: main/pa_table.C: table compiled
16214:
16215: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16216: cache_managers compiled
16217:
16218: * src/: include/pa_array.h, include/pa_charset.h,
16219: include/pa_pool.h, main/pa_charset.C: charset compiled
16220:
16221: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16222:
16223: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16224: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16225: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16226: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16227: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16228:
16229: 2003-01-24 paf
16230:
16231: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16232: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16233: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16234: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16235: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16236: types/pa_vint.h, types/pa_vjunction.h,
16237: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16238: types/pa_vstatus.h, types/pa_vstring.h: more patched
16239:
16240: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16241: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16242: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16243: main/pa_string.C, main/pa_table.C: string compiled
16244:
16245: * src/: include/pa_array.h, include/pa_common.h,
16246: include/pa_dictionary.h, include/pa_exception.h,
16247: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16248: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16249: main/pa_string.C: dictionary compiled
16250:
16251: 2003-01-23 paf
16252:
16253: * src/: include/pa_array.h, include/pa_common.h,
16254: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16255: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16256: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16257: types/pa_value.h: resurrected pool in new sense: now it's
16258: factory, producing&accounting memory chunks for read[autofree]
16259: buffers
16260:
16261: * src/: include/pa_array.h, include/pa_exception.h,
16262: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16263: main/pa_exception.C, main/pa_table.C: table compiled
16264:
16265: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16266: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16267: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16268: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16269: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16270: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16271: main/pa_table.C: aint that easy
16272:
16273: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16274: main/main.dsp: continued with Hash
16275:
16276: * src/main/pa_common.C: connect_string allocated on heap[wes on
16277: stack] now. and exception can be reported OK now [can be reported
16278: outside of pro c with that stack]
16279:
16280: 2003-01-22 paf
16281:
16282: * src/: include/pa_array.h, include/pa_charset.h,
16283: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16284: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16285: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16286: base: contains references_count. auto_ptr template calls
16287: add_ref/release
16288:
16289: 2003-01-21 paf
16290:
16291: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16292: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16293: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16294: classes/op.C, classes/response.C, classes/string.C,
16295: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16296: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16297: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16298: include/pa_config_fixed.h, include/pa_config_includes.h,
16299: include/pa_dictionary.h, include/pa_dir.h,
16300: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16301: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16302: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16303: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16304: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16305: include/pa_stack.h, include/pa_string.h,
16306: include/pa_stylesheet_connection.h,
16307: include/pa_stylesheet_manager.h, include/pa_table.h,
16308: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16309: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16310: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16311: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16312: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16313: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16314: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16315: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16316: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16317: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16318: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16319: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16320: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16321: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16322: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16323: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16324: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16325: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16326: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16327: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16328: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16329: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16330: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16331: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16332: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16333: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16334: types/pa_vstateless_object.h, types/pa_vstatus.C,
16335: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16336: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16337: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16338: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16339: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16340: 2002->2003
16341:
16342: 2003-01-16 paf
16343:
16344: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16345: src/main/pa_globals.C: http:// introducing $.any-status(1)
16346:
16347: * operators.txt, src/include/pa_config_fixed.h,
16348: src/main/pa_common.C: http request now return status. and not
16349: fail on status!=200
16350:
16351: 2003-01-15 paf
16352:
16353: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16354:
16355: 2003-01-14 paf
16356:
16357: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16358: mkinstalldirs: removed some ancient files [they in / really]
16359:
16360: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16361: regretfully needed patch in two places. in config_fixed.h made
16362: stubs for lib to compile in MSVC
16363:
16364: 2003-01-13 paf
16365:
16366: * config.guess, config.sub, ltmain.sh: removed last piece of
16367: configure.in(libtool) hacks
16368:
1.116 moko 16369: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16370: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16371: ltdl.h: moved to latest libtool (1.4.3)
16372:
16373: 2003-01-10 paf
16374:
16375: * src/lib/ltdl/: configure, configure.in: PROG_NM
16376:
16377: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16378: patches. libxml2 >= 2.5.1
16379: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16380: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16381: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16382:
16383: * INSTALL: moved to latest versions of xml libs libxml2 >=
16384: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16385: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16386: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16387:
16388: 2003-01-09 paf
16389:
16390: * INSTALL: xml,xslt,gdome lib urls updated
16391:
16392: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16393: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16394: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16395: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16396: 1.7.2
1.95 moko 16397:
16398: * depcomp: moving to automake 1.7.2
16399:
16400: 2002-12-27 paf
16401:
16402: * src/include/pa_version.h: 0007
16403:
16404: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16405: outdated parts, made links to language docs
16406:
16407: * src/include/pa_config_auto.h.in: comment
16408:
16409: 2002-12-26 paf
16410:
16411: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16412: not contain trailing / fixed.
16413:
16414: * INSTALL: changing SAFE_MODE politics
16415:
16416: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16417:
16418: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16419:
16420: 2002-12-25 paf
16421:
16422: * src/main/pa_globals.C: optimized-xml
16423:
16424: * src/main/pa_globals.C: optimized-as-is
16425:
16426: 2002-12-24 paf
16427:
16428: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16429: fixed [were really called with zero size when .html?a=&b=]
16430:
16431: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16432: with --with-sendmail
16433:
16434: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16435: fixed]
16436:
16437: 2002-12-23 paf
16438:
16439: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16440: ignoring parameters & were storing only string with default
16441: expires
16442:
16443: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16444: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16445: December 23, 2002 4:22 AM Subject: bug â
16446: Charset::transcode_buf2xchar
16447:
16448: 2002-12-20 paf
16449:
16450: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16451: non-cgi [script] runs
16452:
16453: 2002-12-19 paf
16454:
16455: * INSTALL: --without-iconv recommended [it crashes on some systems
16456: [tested on elik]] moreover, it's not needed there [parser
16457: registers charsets itself]
16458:
16459: * INSTALL: --without-iconv recommended [it crashes on some systems
16460: [tested on elik]]
16461:
16462: * operators.txt, src/include/pa_globals.h,
16463: src/include/pa_request.h, src/main/pa_globals.C,
16464: src/main/pa_request.C: $response:download
16465:
16466: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16467: compiler [win32]].
16468:
16469: 2002-12-18 paf
16470:
16471: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16472:
16473: 2002-12-17 paf
16474:
16475: * src/targets/cgi/parser3.C: merged die&iis changes
16476:
16477: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16478: to exit(1) 2. more flexible iilegal call check
16479:
16480: 2002-12-16 paf
16481:
16482: * ltmain.sh: some automakes silly insist on having this handy
16483:
16484: * src/main/untaint.C: filespec russian small 'r' changed to latin
16485: 'p' bug fix
16486:
16487: 2002-12-15 paf
16488:
16489: * src/main/untaint.C: filespec russian small 'r' changed to latin
16490: 'p'
16491:
16492: * configure.in, src/include/pa_config_auto.h.in,
16493: src/main/compile.C, src/main/pa_common.C: merged small changes
16494: from branch 6 to HEAD
16495:
16496: * src/main/compile.C: removed warning
16497:
16498: * src/main/pa_common.C: ftruncate having checked
16499:
16500: * configure.in, src/include/pa_version.h: new version
16501:
16502: 2002-12-14 paf
16503:
16504: * src/classes/table.C: removed unnecessary code
16505:
16506: * src/sql/pa_sql_driver.h: exception type fixed
16507:
16508: 2002-12-09 paf
16509:
16510: * src/types/pa_vvoid.h: $void.store[now] error
16511:
16512: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16513:
16514: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16515: tries to write core dump
16516:
16517: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16518:
16519: * src/: classes/hash.C, classes/string.C, classes/table.C,
16520: classes/void.C, main/pa_sql_driver_manager.C,
16521: sql/pa_sql_driver.h: changed exception handling mech in sql
16522: handlers #2
16523:
16524: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16525: exception handling mech in sql handlers
16526:
16527: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16528: handlers
16529:
16530: * src/: classes/hash.C, classes/string.C, classes/table.C,
16531: classes/void.C, main/pa_sql_driver_manager.C,
16532: sql/pa_sql_driver.h: changed exception handling mech in sql
16533: handlers
16534:
1.116 moko 16535: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16536: to write makefile which used libtool to install things, which is
16537: not needed
1.95 moko 16538:
16539: 2002-12-06 paf
16540:
16541: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16542: $hash.fields -- pseudo field to make 'hash' more like 'table'
16543:
16544: 2002-12-05 paf
16545:
16546: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16547: cc/bcc OK now
16548:
16549: * src/main/untaint.C: mail header closed properly
16550:
16551: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16552: header ',' allowed. still bugs in smtp [only one receiptient
16553: works, cc, bcc ignored now, and MAILED ;)]
16554:
16555: [strncpy killed, memnchr used]
16556:
16557: * src/main/pa_table.C: table-copy now current=0
16558:
16559: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16560: lowlevel proc
16561:
16562: * src/targets/cgi/parser3.C: more checks on
16563: http://domain/parser.cgi start [maybe some getenv returns "",
16564: checked that now
16565:
16566: * src/targets/cgi/parser3.C: more checks on
16567: http://domain/parser.cgi start [maybe some getenv returns "",
16568: checked that now
16569:
16570: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16571: out-of-mem errors reached log]
16572:
16573: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16574: mail:send MIME-Version default
16575:
16576: * src/main/main.dsp: pa_version included into main.dsp
16577:
16578: 2002-12-04 paf
16579:
16580: * src/types/pa_vform.C: $form:field string value cut by premature 0
16581:
16582: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16583: lib/libltdl -> lib/ltdl Win32 changes. s
16584:
16585: * src/classes/classes.awk: more strict *.C$
16586:
16587: * gnu.dsp: restored
16588:
1.116 moko 16589: * configure.in, gnu.dsp, src/lib/Makefile.am,
16590: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16591: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16592: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16593: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16594: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16595: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16596: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16597: now created with /configure, not ltdl/configure, so it does have
16598: no problems with automake. ltdl/configure
16599: AC_OUTPUT(Makefile<<removed)
1.95 moko 16600:
16601: 2002-12-02 paf
16602:
16603: * operators.txt: removed outdated status:db
16604:
16605: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16606: src/main/pa_common.C, src/main/pa_request.C,
16607: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16608: tainted parts becomes http-header
16609:
16610: 2002-11-29 paf
16611:
16612: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16613: dates now objects of type date
16614:
16615: * src/classes/image.C: file.seek removed [it were used in image.C
16616: only, and for parser user this means that jpeg image has bad
16617: size in fragment's header] now used image.format
16618:
16619: * src/: include/pa_common.h, main/pa_common.C,
16620: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16621: now handled exactly like $response:header values. e.g. can be
16622: hash [can have subattributes] & contain date values.
16623:
16624: * src/main/pa_common.C: http:// param values lang forced URI
16625:
16626: * src/main/pa_common.C: http:// tainted partes now %xx
16627:
16628: 2002-11-28 paf
16629:
16630: * operators.txt: http.timeout
16631:
16632: * src/classes/image.C: ^image.length now counts interchar space.
16633: plus space after last char
16634:
16635: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16636:
16637: * src/classes/image.C: ^image.font width measurer now scans full
16638: height [were -1]
16639:
16640: * configure.in: stopped double libltdl/Makefile generation
16641:
16642: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16643: chars [one top horizontal line of 1pixel height were missing]
16644:
16645: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16646: 'false' to go into (Hash *) parameter
16647:
16648: 2002-11-27 paf
16649:
16650: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16651: types/pa_vmail.C: response:body[file] if file nows it's name now
16652: returns content-disposition: >>attachment<<
16653:
16654: * src/classes/image.C: ^image.font << bad font file-size now
16655: properly reported
16656:
16657: 2002-11-26 paf
16658:
16659: * src/main/pa_request.C: fixed lang in reponse header
16660:
16661: * src/main/pa_common.C: utf8 prefix ignored @read text
16662:
16663: * operators.txt, src/main/pa_common.C: http:// response status!=200
16664: made exception: http.status with source=bad status#
16665:
16666: 2002-11-25 paf
16667:
16668: * configure.in, src/classes/image.C,
16669: src/include/pa_config_auto.h.in,
16670: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16671: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16672: const void related probs fixed
1.95 moko 16673:
16674: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16675:
16676: $file[^file::load[http://there]] $file.SERVER
16677:
16678: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16679: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16680: http options [invalid onces now reported] made default
16681: user-agent: paf
16682:
16683: * operators.txt, src/classes/file.C, src/classes/table.C,
16684: src/classes/xdoc.C, src/include/pa_common.h,
16685: src/include/pa_globals.h, src/main/pa_common.C,
16686: src/main/pa_globals.C, src/main/pa_request.C,
16687: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16688: now understand http:// prefix and additional params, sample:
16689: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16690: $.USER-AGENT[parser3] ]]
16691:
16692: 2002-11-22 paf
16693:
16694: * src/classes/image.C, src/include/pa_globals.h,
16695: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16696: src/types/pa_vimage.h, operators.txt: $image.exif support
16697: $image.exif.DateTime & co
16698:
16699: 2002-11-21 paf
16700:
16701: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16702: _PASS_APPENDED)
16703:
16704: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16705: EXIF information [were big block and it's size were considered
16706: negative :(]
16707:
16708: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16709: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16710: internals rewritten. no there's reader.seek, and all's ready for
16711: EXIF extraction [now we fail to measure files with EXIF info]
16712:
16713: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16714: O_TRUNC truncates even exclusevely write-locked file [thanks to
16715: Igor Milyakov <virtan@rotabanner.com> for discovering]
16716:
16717: 2002-11-20 paf
16718:
16719: * src/targets/cgi/parser3.C: logging @signal += query_string
16720:
16721: * configure.in, src/include/pa_config_auto.h.in,
16722: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16723: comment
16724:
16725: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16726:
16727: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16728: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16729: currently processed document SIGPIPE >> interrupts request
16730: processing [exception = DB rollback]
16731:
16732: * src/main/pa_exec.C: comment
16733:
16734: * src/main/pa_exec.C: pa_exec: data written only if size>0
16735:
16736: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16737: << disable HTTP-POST repassing
16738:
16739: * src/: include/pa_config_fixed.h, main/pa_common.C,
16740: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16741: pipe read errors now checked
16742:
16743: 2002-11-19 paf
16744:
16745: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16746: CGI: Illegal call
16747:
16748: 2002-11-01 paf
16749:
16750: * src/main/execute.C: comment
16751:
16752: 2002-10-31 paf
16753:
16754: * src/main/execute.C: found out why, checked that for now. todo:
16755: find out a way for that user could do that
16756:
16757: * src/types/pa_vstateless_object.h: object put replaces static
16758: parent if any
16759:
16760: * src/types/pa_vobject.C: object put replaces static parent if any
16761:
16762: * src/: classes/form.C, classes/mail.C, classes/op.C,
16763: classes/xnode.h, main/compile.tab.C, main/execute.C,
16764: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16765: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16766: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16767: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16768: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16769: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16770: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16771: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16772: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16773: types/pa_vstateless_object.h, types/pa_vstatus.C,
16774: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16775: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16776: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16777: types/pa_wwrapper.h: static fix merged
16778:
16779: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16780: $virtual_fields in dynamic, but one can reach derived
16781: static[class] variable from base
16782:
16783: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16784: types/pa_vobject.C, types/pa_vobject.h,
16785: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16786: statics, left $virtual_fields in dynamic
16787:
16788: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16789: one can't remember derivates in base class: there's so many of
16790: them. also there can be no virtual method calls in static
16791: classes
16792:
16793: * src/: classes/form.C, classes/mail.C, classes/op.C,
16794: classes/xnode.h, main/execute.C, main/pa_request.C,
16795: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16796: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16797: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16798: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16799: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16800: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16801: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16802: types/pa_vresponse.C, types/pa_vresponse.h,
16803: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16804: types/pa_vstateless_object.h, types/pa_vstatus.C,
16805: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16806: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16807: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16808: types/pa_wwrapper.h: static call $self fixed
16809:
16810: * src/main/execute.C: comment
16811:
16812: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16813: ^process[$caller.self]{...} now compiles to last derived object
16814: part of that 'self'
16815:
16816: 2002-10-29 paf
16817:
16818: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16819: re-passing [iis to blame]
16820:
16821: * src/classes/string.C: changed string.save to pass current sql
16822: connection to cstr thus one can ^connect[some server]{
16823: $s[insert into table x (x) values (^taint[sql]{value})]
16824: ^s.save[some.sql] } and he'd get in some.sql file code with
16825: properly escaped. [tried in mssql->mysql export->import of
16826: binary data]
16827:
16828: 2002-10-25 paf
16829:
16830: * src/types/pa_vresponse.C: case insensitive response user fields
16831: get/put
16832:
16833: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16834: types/pa_vresponse.C: saving for maybe-future
16835:
16836: 2002-10-23 paf
16837:
16838: * operators.txt, src/classes/table.C: ^table.hash{code}...
16839: ^table.hash(expr)...
16840:
16841: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16842:
16843: 2002-10-22 paf
16844:
16845: * src/types/: pa_vform.C, pa_vform.h: removed needless
16846: VForm::Append...(...Value)
16847:
16848: * src/main/execute.C: $.name outside of $name[...] checked
16849:
16850: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16851: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16852:
16853: 2002-10-21 paf
16854:
16855: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16856: $form:qtail $form:imap.x/y
16857:
16858: * operators.txt, src/types/pa_vform.C: $form:nameless =
16859: "?value&...", "...&value&...", "...&value"
16860:
16861: * operators.txt, src/types/pa_vform.C: $form:image-map
16862:
16863: * operators.txt, src/classes/file.C: /some/page.html:
16864: ^file:fullpath[a.gif] => /some/a.gif
16865:
16866: 2002-10-17 paf
16867:
16868: * src/main/: compile.tab.C, compile.y: operators precedence changed
16869: a little: logical not and bitwise negation precedence made
16870: highest, << and >> bitshits precedence made equal [were << higher
16871: than >>]
16872:
16873: * src/classes/op.C: exception handling fixed [were bad with
16874: contexts]
16875:
16876: 2002-10-16 paf
16877:
16878: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16879: main/pa_request.C: Request::self considered equal to
16880: VMethodFrame::self, and removed, Request::get_self() mapped to
16881: VMethodFrame.self()
16882:
16883: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16884: $hash in open field now gives old good error meesage
16885:
16886: 2002-10-15 paf
16887:
16888: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16889: use ^if($junction is junction){was and now true}
16890:
16891: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16892: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16893: types/pa_vxnode.C: xml->parser strings now have origin, which
16894: points to place where value left xml library and came to parser:
16895: place of dom field extraction/call
16896:
16897: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16898: main/compile.tab.C, main/compile.y, main/execute.C,
16899: types/pa_vmethod_frame.h: removed last pieces of old code
16900: allowing $junction.xxx at compile time
16901:
16902: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16903: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16904: objects also considered [were only classes]
16905:
16906: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16907: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16908: with CLASS self. [ (request&method_frame).self temporarily
16909: changed ]
16910:
16911: * src/classes/: hash.C, op.C: method_frame now always changed, with
16912: no exception to native calls. for&foreach changed to use
16913: method_frame.caller for their var's name context
16914:
16915: * src/: main/execute.C, targets/cgi/parser3.C,
16916: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16917: compiling to system classes disabled
16918:
16919: * operators.txt, src/classes/op.C:
16920: ^process[$caller.CLASS]{code-string} added
16921:
16922: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16923: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16924: src/types/Makefile.am, src/types/pa_vjunction.C,
16925: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16926: src/types/types.dsp: removed $junction.get $junction.set[]
16927: introducing $caller
16928:
16929: * src/types/pa_value.h: removed outdated comments. doxygen would
16930: find them lower by inheritance tree
16931:
16932: * src/types/pa_vjunction.C: ident
16933:
16934: 2002-10-14 paf
16935:
16936: * src/classes/op.C: process compiles to code's class class
16937:
16938: * src/: classes/form.C, classes/mail.C, classes/op.C,
16939: include/pa_request.h, main/compile.C, main/compile.tab.C,
16940: main/compile.y, main/execute.C, main/pa_request.C,
16941: types/pa_vstateless_class.h: operators now main-class-methods
16942:
16943: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16944: better stack trace [has "call" & co there]
16945:
16946: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16947: operators @auto now executed in MAIN context
16948:
16949: * src/main/execute.C: operator execution context now = MAIN, not
16950: closest stack frame
16951:
16952: @touchit[] $i[after]
16953:
16954: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16955: were 'after'
16956:
16957: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16958: 'after'
16959:
16960: * src/main/execute.C: comment
16961:
16962: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16963: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16964: action]
16965:
16966: * src/types/pa_vxnode.C: misreplace fixed
16967:
16968: * configure, configure.in, src/include/pa_config_auto.h.in,
16969: src/types/pa_vstatus.C, operators.txt:
16970: $status:rusage.tv_secs/usecs introduced
16971:
16972: 2002-10-09 paf
16973:
16974: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16975: on empty string [or uses (default)]
16976:
16977: 2002-10-08 paf
16978:
16979: * src/main/untaint.C: mail header quoted printable changed after
16980: RFC reread
16981:
16982: * operators.txt: plan on ^if(method
16983:
16984: * src/types/pa_vxnode.C: misreplace
16985:
16986: 2002-09-24 paf
16987:
1.116 moko 16988: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16989:
16990: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16991: mailreceive would compile on freebsd now
16992:
16993: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16994: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16995: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16996: mailreceive would compile on freebsd now
1.95 moko 16997:
16998: * src/: classes/file.C, main/untaint.C: 1. file spec language
16999: changed: now there are only few chars are untainted: * ? ' " < >
17000: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17001: one should use ^untaint[uri]{...} now]
17002:
17003: 2. $list[^file:list[dir]] now returns simply tainted names in
17004: $list.name, not tainted as filespec
17005:
17006: @russianindex[] #dir with files with russian-lang names
17007: $where[dir]
17008:
17009: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17010: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17011:
17012: 2002-09-23 paf
17013:
17014: * src/types/pa_vdouble.h: double->int round added
17015:
17016: * src/classes/date.C: date bug fix, now
17017: round(floatDays*secondsPerDay)
17018:
17019: * src/classes/date.C: date bug fix, now
17020: round(floatDays*secondsPerDay)
17021:
17022: 2002-09-20 paf
17023:
17024: * src/main/execute.C: code junction calls disabled [before: code
17025: was compiled in such a way, that there were no code-junctions in
17026: OP_CALL]
17027:
17028: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17029:
17030: @badjunctioncallinside[code] ^code[]
17031:
17032: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17033: expanding to include ^junction.method
17034:
17035: * src/main/pa_common.C: -d "DIR/" now true
17036:
17037: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17038: as internal xdoc encoding, and after decoding attributes set by
17039: dom functions now encoded OK, not as digital entities
17040:
17041: * src/classes/xdoc.C: empty transform result, being taken as file
17042: now returns empty file, not raises stupid error about "stat-ed
17043: file"
17044:
17045: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17046: allowed
17047:
17048: * src/types/types.dsp: introducing $junction.get/put(1) one can
17049: write iterators now:
17050:
17051: ^user-foreach[key;value]{$key=$value<br>}
17052:
17053: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17054: $code.value($i*2) $code }
17055:
17056: * src/main/compile_tools.h: mistype
17057:
1.116 moko 17058: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17059: thus taking linking options configure changes into account [were:
17060: ignoring]
1.95 moko 17061:
17062: * src/types/: pa_vjunction.C, Makefile.am: introducing
17063: $junction.get/put(1) one can write iterators now:
17064:
17065: ^user-foreach[key;value]{$key=$value<br>}
17066:
17067: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17068: $code.value($i*2) $code }
17069:
17070: * src/: include/pa_opcode.h, include/pa_request.h,
17071: main/compile.tab.C, main/compile.y, main/execute.C,
17072: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17073: introducing $junction.get/put(1) one can write iterators now:
17074:
17075: ^user-foreach[key;value]{$key=$value<br>}
17076:
17077: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17078: $code.value($i*2) $code }
17079:
17080: 2002-09-19 paf
17081:
1.116 moko 17082: * Makefile.am: new: make commit
1.95 moko 17083:
17084: * aclocal.m4: forced to be older
17085:
17086: 2002-09-18 paf
17087:
17088: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17089: src/main/compile.y, src/main/execute.C: << >> int shifts
17090:
17091: * src/: include/pa_common.h, include/pa_request.h,
17092: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17093: - now this - fatal error
17094:
17095: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17096: that one can pass binary data there
17097:
17098: * src/: classes/date.C, classes/double.C, classes/file.C,
17099: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17100: classes/op.C, classes/response.C, classes/string.C,
17101: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17102: include/pa_request.h: pa_request contexts made privated, plus
17103: get_{self/method_frame} to read. Request_context_saver used in
17104: ^try to save flang too. [were not saved]
17105:
17106: * src/types/pa_vresponse.C: header value chains joined before
17107: output, this should help $.subject[$var $var] from being
17108: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17109:
17110: 2002-09-17 paf
17111:
17112: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17113: removed changes, operators executed with calling self. lots of
17114: code with ^include code relies on defined/defining self variables
17115:
17116: $a[1] ^include[print_a.p] print_a.p: $a
17117:
17118: ^include[set_a.p] a=$a set_a.p: $a[1]
17119:
17120: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17121: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17122: types/pa_vstateless_class.h: operators now executed with MAIN
17123: self. it's for ^include sake, too strong a change
17124:
17125: * src/classes/op.C: made place for ^process to compile it's code to
17126: in case of no self
17127:
17128: * src/main/execute.C: found ancient param to Junction, removed.
17129: allowed passing self to native_code_operators [for ^process to
17130: work, she needs self]
17131:
17132: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17133: types/pa_vstateless_class.h: found ancient param to Junction,
17134: removed. allowed passing self to native_code_operators [for
17135: ^process to work, she needs self]
17136:
17137: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17138: types/pa_value.h, types/pa_vmethod_frame.h,
17139: types/pa_vstateless_class.h: allowed Request.self to be 0,
17140: checked that in VMethodFrame get/put and $self.
17141:
17142: * src/classes/: table.C, xdoc.C: table::sql options table::create
17143: copy options options checked, wrong option now fatal error
17144:
17145: * src/main/pa_string.C: string.replace fixed [were missing words on
17146: pieces boundaries]
17147:
1.150 moko 17148: * configure, configure.in: .so now detected [can be .sl on hpux,
17149: .dll on cygwin, .so in other cases)
1.95 moko 17150:
17151: * configure, configure.in: .so now detected [can be .sl on hpux,
17152: .dll on cygwin, .so in other cases)
17153:
17154: * operators.txt, src/classes/hash.C, src/classes/table.C,
17155: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17156: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17157: record taken [were last]
17158:
17159: * src/: classes/hash.C, classes/table.C,
17160: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17161: now errors
17162:
17163: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17164:
17165: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17166: ,2,3]
17167:
17168: 2002-09-16 paf
17169:
17170: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17171: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17172: stdout to be binary. now detected closest header break.
17173:
17174: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17175: closed right
17176:
17177: 2002-09-13 paf
17178:
17179: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17180: src/main/compile_tools.h: (expression #comment)
17181:
17182: (multiline expression #comment line2 #comment )
17183:
17184: (expression #comment with (brackets) comment) << OK
17185:
17186: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17187: bitwise !|| numerical xor now [preparing for expression
17188: #comments]
17189:
17190: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17191: error
17192:
17193: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17194: cheched in pa_socks.C
17195:
1.116 moko 17196: * configure, configure.in, src/include/pa_config_auto.h.in:
17197: HAVE_WINSOCK_H created in configure.in
1.95 moko 17198:
17199: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17200: cookie date now clean [were mistakenly tainted & that worked bad
17201: with opera -- 'happily' that worked OK with msie]
17202:
17203: 2002-09-12 paf
17204:
17205: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17206: VClass get_element now first looks to fields, next to methods &
17207: co todo: the rest reason: more speed
17208:
17209: * src/main/untaint.C: quoted printable encoding stops before
17210: \s*<...>$
17211:
17212: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17213: stops before <...>$
17214:
17215: 2002-09-11 paf
17216:
17217: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17218: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17219: forgot to check users of those funcs. not all were using that
17220: return value convention
17221:
17222: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17223: windows-1254 added
17224:
17225: 2002-09-10 paf
17226:
17227: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17228: VCodeFrame parent param were specified badly
17229:
17230: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17231: WWrapper which used in constructing objects(second param to sql
17232: method) ^...sql{}[$.default{code}] now has parent, wich helps
17233: code in hash to survivi
17234:
17235: * src/: include/pa_request.h, main/execute.C: removed redundant
17236: param to execute [stack said 'thanks']
17237:
17238: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17239: types/pa_value.h, types/pa_vcode_frame.h,
17240: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17241: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17242: responsibility to wcontext
17243:
17244: * src/classes/file.C: decided not to log exec's with stderr, that
17245: could be warnings, and it's up to scritper to log/show them
17246:
17247: * src/: classes/double.C, main/execute.C: double:sql badly called
17248: write_assign_lang, not write_no_lang, thus doing unnecessary
17249: double/string converstion, which were loosing time&precesion
17250:
17251: * src/: main/pa_charset.C, types/pa_vmail.C:
17252: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17253: case of unfinished in buffer processing, causing accidental
17254: transcode stop [in case that source enc != utf-8 & there is
17255: incomplete utf-8 sequence at the end of 16000block iside of
17256: libxml lib] tfm readed & code updated
17257:
17258: 2002-09-04 paf
17259:
17260: * configure: makes with sjlj
17261:
17262: * INSTALL, src/include/pa_config_fixed.h,
17263: src/include/pa_sql_connection.h,
17264: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17265: checked. on win32 it made default
17266:
17267: * src/include/pa_config_auto.h.in: sjlj define
17268:
17269: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17270: can not work with longjump/throw pair, and one must switch that
17271: on there. todo: detect that automatically]
17272:
17273: * src/types/pa_vxnode.C: removed too strong checks of
17274: xnode.elements. now, for instance, if element does not have any
17275: attributes, $xnode.attributes is void, not error
17276:
17277: 2002-09-02 paf
17278:
17279: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17280: removed double_result, didn't help
17281:
17282: * src/main/execute.C: double_result made to move that var away from
17283: hungry g++ optimizer (-O2), before: it were optimized and
17284: comparison operators worked badly
17285:
17286: * src/types/pa_vdate.h: removed debug
17287:
1.116 moko 17288: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17289:
17290: * src/main/execute.C: fixed numeric < & co so that thay now use
17291: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17292: unknown reason.
17293:
17294: 2002-08-29 paf
17295:
17296: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17297: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17298: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17299: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17300: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17301: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17302: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17303: [called less frequent, allowed to remove ugly
17304: Junction.change_context-s from many places, switch,
17305: mail:send..html{}, ..] request.root renamed to method_frame [more
17306: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17307: [speed up]
17308:
17309: 2002-08-28 paf
17310:
17311: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17312: tainted
17313:
17314: * src/types/pa_vcookie.C: fixed cookie delete when
17315: $cookie:name[$.value[]]
17316:
17317: * operators.txt, src/classes/string.C:
17318: ^string.split[delim[;options]]
17319:
17320: 2002-08-27 paf
17321:
1.116 moko 17322: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17323:
17324: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17325: delimiter
17326:
17327: * INSTALL: recommended latest gmime 1.0.5
17328:
17329: 2002-08-26 paf
17330:
17331: * configure, configure.in: apache13/hook added to make dist.
17332:
17333: 2002-08-23 paf
17334:
17335: * src/: include/pa_common.h, main/pa_common.C,
17336: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17337: beside binary [cgi, isapi] not accessible [due to bad rights or
17338: whatever] it's error now
17339:
17340: 2002-08-21 paf
17341:
1.116 moko 17342: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17343:
17344: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17345: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17346: class". compiled as if here they named base class
17347:
17348: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17349: cloning constructor]
17350:
17351: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17352:
1.150 moko 17353: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17354: $mail.received.file.value.content-type fixed
17355:
17356: 2002-08-20 paf
17357:
17358: * src/classes/file.C: fixed language of file:file result
17359:
17360: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17361: from 3.0.0005
17362:
17363: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17364:
17365: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17366: 3.0.0005
17367:
17368: * src/classes/void.C, operators.txt: ^void.length[] = 0
17369:
17370: 2002-08-19 paf
17371:
17372: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17373: work now
17374:
17375: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17376: error in xnode, which were not catched in xdoc]
17377:
17378: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17379: prepared: // validate each document after load/create (?)
17380: //xmlDoValidityCheckingDefaultValue = 1;
17381:
17382: 2002-08-15 paf
17383:
17384: * src/classes/classes.h: write to static var caused useless
17385: Exception, introduced Methoded::put_element wich consumes those
17386:
17387: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17388: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17389: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17390: $response:field[date] $response:field[$.xxx[date]]
17391:
17392: * src/: classes/hash.C, classes/string.C, classes/table.C,
17393: classes/void.C, include/pa_sql_connection.h: fixed source of
17394: ^hash::sql{bad}
17395:
17396: * operators.txt: $request:body unprecessed POST request body
17397:
17398: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17399:
17400: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17401: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17402:
17403: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17404: src/include/pa_request.h, src/main/pa_pool.C,
17405: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17406: $request:body r.post_data now const
17407:
17408: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17409: classes/xnode.C, main/execute.C, types/pa_value.h,
17410: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17411: types/pa_vtable.h: instead of type() checking everywhere used
17412: Value.as now user descendants can be used in params.
17413:
17414: VObject::as_*, is_defined now taken from bases. xtable(table)
17415: ^if($xtable) now OK
17416:
17417: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17418: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17419: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17420:
17421: 2002-08-14 paf
17422:
17423: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17424: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17425: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17426: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17427: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17428: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17429: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17430: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17431: types/pa_vresponse.C, types/pa_vresponse.h,
17432: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17433: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17434: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17435: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17436: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17437: & VClass
17438:
17439: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17440:
17441: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17442: removed fixopt stupidity. on stupid linux use cd /document/root
17443: ../cgi/parser3 script
17444:
17445: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17446: params, splitting them by space, excluding argv[0], argv[argc-1]
17447:
17448: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17449: fixopt.h: fixopt now preprocesses command line params, splitting
17450: them by space, excluding argv[0], argv[argc-1]
17451:
17452: * src/targets/cgi/parser3.C: -f config file
17453:
17454: * src/targets/cgi/parser3.C: fixed .log file dir
17455:
17456: 2002-08-13 paf
17457:
17458: * src/types/pa_vobject.C: allow override parent variables, useful
17459: for form descendants [in vobject too, were in vclass]
17460:
17461: * src/types/pa_vclass.C: allow override parent variables, useful
17462: for form descendants
17463:
17464: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17465: overwritten in derived(table)
17466:
17467: * src/: classes/form.C, classes/mail.C, classes/op.C,
17468: classes/xnode.h, include/pa_request.h, main/execute.C,
17469: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17470: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17471: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17472: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17473: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17474: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17475: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17476: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17477: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17478: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17479: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17480: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17481: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17482: Value::get_element(..., bool looking_down) [needed to exclude
17483: endless recoursion]
17484:
17485: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17486: fix bug with put endless recoursion todo: check 'as'
17487:
17488: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17489: reorganized modules todo: fix bug with put endless recoursion
17490: todo: check 'as'
17491:
17492: * src/types/pa_vobject.h: checked: table fields can be overwritten
17493: in derived(table)
17494:
17495: * src/types/pa_vobject.h: derived classes can have fields of their
17496: own now
17497:
17498: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17499: fixed error message on using non-created table
17500:
17501: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17502: classes/op.C, classes/xnode.h, include/pa_request.h,
17503: main/compile.C, main/compile.tab.C, main/execute.C,
17504: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17505: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17506: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17507: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17508: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17509: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17510: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17511: types/pa_vresponse.C, types/pa_vresponse.h,
17512: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17513: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17514: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17515: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17516: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17517: looking down/up tree todo: fix error message on non-constructed
17518: parents
17519:
17520: 2002-08-12 paf
17521:
17522: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17523: derived OK
17524:
17525: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17526: thorough testing
17527:
17528: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17529: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17530: types/pa_vobject.h, types/pa_vstateless_class.h,
17531: types/pa_vstateless_object.h, types/pa_wcontext.h,
17532: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17533: ^base:create[] dynamic call rewritten todo: thorough testing
17534:
17535: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17536: now instantates base class, remembers it and saves child in
17537: parent VObject.get_class now returns last child = downward
17538: virtual calls OK
17539:
17540: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17541: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17542: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17543: types/pa_vobject.h, types/pa_vresponse.h,
17544: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17545: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17546: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17547: VAliased [redundant], moved $CLASS to VObject only [parser class
17548: instance]
17549:
17550: * src/main/pa_request.C: $response:body[file] content-type check
17551: fixed [were bad when content-type is hash]
17552:
17553: 2002-08-09 paf
17554:
17555: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17556: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17557:
17558: 2002-08-08 paf
17559:
17560: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17561: src/main/pa_globals.C: year column in month calendar [week year]
17562:
17563: * src/main/execute.C: error reporting on object writes to MAIN
17564: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17565:
17566: * operators.txt, src/types/pa_vdate.h: $date.yearday
17567: $date.daylightsaving
17568:
17569: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17570: use tainted data now. only she must specify the language.
17571:
17572: ^mail:send[ $.from[paf@mail.design.ru]
17573: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17574: $.text[^taint[uri][ìîñêâà]=] ]
17575:
17576: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17577: now prints more precise origin
17578:
17579: * src/include/pa_string.h: String::first_char now not fails on
17580: empty strings ^if(-f '') now ok and in 3 other places.
17581:
17582: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17583: String::first_char now not fails on empty strings ^if(-f '') now
17584: ok and in 3 other places.
17585:
17586: 2002-08-07 paf
17587:
17588: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17589: fixed
17590:
17591: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17592:
17593: * src/: main/execute.C, types/pa_vcode_frame.h,
17594: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17595: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17596: mistakenly not completely transparent to object writes.
17597: $hash[^if(1){$hash}] now works
17598:
17599: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17600: now erasing cache file [there were bad check on that]
17601:
17602: * src/: classes/classes.dsp, classes/table.C,
17603: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17604: all Debug dirs in .dsp now named 'Debug'
17605:
1.116 moko 17606: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17607:
17608: * operators.txt, src/classes/mail.C: exception_type email.send
17609:
17610: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17611:
17612: * src/types/pa_vmail.C: mail:send empty email checked
17613:
17614: 2002-08-06 paf
17615:
17616: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17617: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17618: ^table::create[$source;$.options] ^table::join[$source;$.options]
17619:
17620: * operators.txt, src/classes/hash.C, src/classes/string.C,
17621: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17622: # $.default() }
17623:
17624: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17625:
17626: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17627: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17628: $file.content-type [instead of .mime-type] now works for
17629: file::stat also
17630:
17631: * src/main/pa_request.C: case insensitive mime_type_of
17632:
17633: 2002-08-05 paf
17634:
17635: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17636:
17637: * src/types/pa_vmail.C: file buffer relocated to parser heap
17638:
17639: * operators.txt: comment on date:calendar week column
17640:
17641: * src/main/pa_common.C: write checked
17642:
17643: * src/main/: pa_common.C: write checked
17644:
17645: * src/classes/date.C: +1 buf size for stupid snprintfs
17646:
17647: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17648: month calendar week column [ISO 8601 Week Numbers]
17649:
17650: 2002-08-02 paf
17651:
17652: * src/: include/pa_config_fixed.h, main/pa_string.C,
17653: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17654: DEBUG*
17655:
17656: * configure, configure.in, src/include/pa_version.h: release
17657: 3_0_0005
17658:
17659: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17660: multipart post fixed
17661:
17662: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17663: response transcoded source->client only when text/* or simple
17664: onoverridden $response:body
17665:
17666: 2002-08-01 paf
17667:
17668: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17669: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17670: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17671: classes/op.C, classes/response.C, classes/string.C,
17672: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17673: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17674: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17675: include/pa_config_fixed.h, include/pa_dictionary.h,
17676: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17677: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17678: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17679: include/pa_socks.h, include/pa_sql_connection.h,
17680: include/pa_sql_driver_manager.h, include/pa_stack.h,
17681: include/pa_string.h, include/pa_stylesheet_connection.h,
17682: include/pa_stylesheet_manager.h, include/pa_table.h,
17683: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17684: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17685: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17686: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17687: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17688: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17689: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17690: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17691: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17692: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17693: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17694: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17695: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17696: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17697: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17698: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17699: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17700: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17701: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17702: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17703: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17704: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17705: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17706: types/pa_vmethod_frame.h, types/pa_vobject.h,
17707: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17708: types/pa_vresponse.h, types/pa_vstateless_class.C,
17709: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17710: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17711: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17712: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17713: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17714: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17715:
17716: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17717: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17718: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17719: classes/math.C, classes/op.C, classes/response.C,
17720: classes/string.C, classes/table.C, classes/void.C,
17721: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17722: include/pa_array.h, include/pa_cache_managers.h,
17723: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17724: include/pa_config_fixed.h, include/pa_config_includes.h,
17725: include/pa_dictionary.h, include/pa_dir.h,
17726: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17727: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17728: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17729: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17730: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17731: include/pa_stack.h, include/pa_string.h,
17732: include/pa_stylesheet_connection.h,
17733: include/pa_stylesheet_manager.h, include/pa_table.h,
17734: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17735: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17736: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17737: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17738: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17739: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17740: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17741: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17742: main/pa_sql_driver_manager.C, main/pa_string.C,
17743: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17744: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17745: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17746: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17747: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17748: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17749: targets/isapi/pool_storage.h, types/pa_valiased.C,
17750: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17751: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17752: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17753: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17754: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17755: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17756: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17757: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17758: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17759: types/pa_vresponse.C, types/pa_vresponse.h,
17760: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17761: types/pa_vstateless_object.h, types/pa_vstatus.C,
17762: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17763: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17764: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17765: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17766: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17767: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17768: types/Makefile.am: ident.C* removed
17769:
17770: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17771: file:find[/can/do/this/now.txt]
17772:
17773: * src/targets/cgi/parser3.C: usage to stdout now
17774:
17775: 2002-07-31 paf
17776:
17777: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17778:
17779: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17780: default "postmaster"
17781:
17782: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17783: -f postmaster now default sendmail key word "postmaster"
17784: replaced to $.from
17785:
17786: 2002-07-30 paf
17787:
1.116 moko 17788: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17789: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17790:
17791: * src/main/pa_charset.C: comment
17792:
17793: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17794: table, &#decimal;
17795:
17796: * src/main/pa_request.C: comment
17797:
17798: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17799: paragraf]
17800:
17801: 2002-07-11 paf
17802:
17803: * src/main/pa_exec.C: build command line badly added params twice
17804: [and first time without ' ']. double wrong. fixed.
17805:
17806: * src/main/pa_exec.C: invalid .exe caused error message with params
17807: wich parser did not provide = reported badly. fixed that.
17808:
17809: * src/classes/mail.C: $MAIL[ # xxx ]
17810:
17811: now ok
17812:
17813: * operators.txt: plan: sql detailed exception
17814:
17815: 2002-07-01 paf
17816:
17817: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17818: [MForm.configure_admin were called when request.main_class ==0
17819:
17820: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17821:
17822: * src/classes/form.C: content_length type fix
17823:
17824: 2002-06-30 paf
17825:
17826: * src/classes/mail.C: merged from 4
17827:
17828: * src/classes/mail.C: restored $MAIL
17829:
17830: 2002-06-28 paf
17831:
17832: * configure, configure.in: removed paths.h
17833:
1.116 moko 17834: * configure, src/include/pa_version.h,
1.95 moko 17835: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17836: merged, makes updated
17837:
17838: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17839: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17840: src/include/pa_pool.h, src/include/pa_version.h,
17841: src/main/pa_charset.C, src/main/pa_pool.C,
17842: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17843: src/types/pa_vmail.C: merged latest updates to head
17844:
17845: 2002-06-27 paf
17846:
17847: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17848: not error now
17849:
17850: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17851: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17852: src/main/pa_charset.C, src/main/pa_pool.C:
17853: ^xdoc::create[[uri]]... base uri for document being created,
17854: imports and other relative file names would be relative to this
17855: uri default uri=path_translated
17856:
17857: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17858:
17859: 2002-06-26 paf
17860:
17861: * configure, configure.in, src/include/pa_version.h:
17862: release_3_0_0004
17863:
17864: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17865: 0 now
17866:
17867: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17868:
17869: 2002-06-25 paf
17870:
17871: * src/main/pa_string.C: emtpy string, or string of whitespaces
17872: considered bad number now
17873:
17874: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17875: now
17876:
17877: * operators.txt, src/classes/string.C: ^string.normalize [old
17878: name: optimize
17879:
17880: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17881: library configured
17882:
17883: * src/main/pa_request.C: configure_admin forced if no @conf
17884:
1.150 moko 17885: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17886: ^math:crypt updated to generate random salt when needed and to
17887: call system crypt() if not $apr1$ prefix
1.95 moko 17888:
17889: 2002-06-24 paf
17890:
17891: * INSTALL: --with-static/shared-mailreceive described
17892:
17893: * src/include/pa_config_fixed.h: ssize_t fixed
17894:
1.116 moko 17895: * configure, configure.in, src/include/pa_config_auto.h.in,
17896: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17897: src/types/pa_vmail.C: $mail:received makes update
17898:
17899: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17900: WITH_MAILRECEIVE
17901:
17902: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17903:
17904: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17905: option, for $mail:receive
17906:
17907: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17908: introducting $message:received ^mail:send rewritten with backward
17909: comp
17910:
17911: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17912: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17913: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17914: now
17915:
17916: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17917: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17918: src/include/pa_request.h, src/include/pa_string.h,
17919: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17920: src/main/pa_globals.C, src/main/pa_request.C,
17921: src/main/pa_string.C, src/main/pa_uue.C,
17922: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17923: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17924: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17925: uue to separate file introducting $message:received ^mail:send
17926: rewritten with backward comp
17927:
17928: 2002-06-21 paf
17929:
1.116 moko 17930: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17931: co changes
1.95 moko 17932:
1.116 moko 17933: * configure, configure.in, src/lib/md5/Makefile.am,
17934: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17935: restructure .in and .am files appropriate changes
1.95 moko 17936:
17937: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17938: pcre to libs/ added libs/md5 which is linked to non-apache
17939: targets ^math:crypt[password;$apr1$salt]
17940:
17941: * INSTALL, configure.in, operators.txt, parser3.dsw,
17942: src/Makefile.am, src/classes/Makefile.am,
17943: src/classes/classes.dsp, src/classes/math.C,
17944: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17945: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17946: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17947: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17948: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17949: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17950: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17951: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17952: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17953: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17954: src/lib/pcre/pcre_parser_ctype.dsp,
17955: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17956: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17957: src/main/compile.tab.C, src/main/main.dsp,
17958: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17959: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17960: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17961: to libs/ added libs/md5 which is linked to non-apache targets
17962: ^math:crypt[password;$apr1$salt]
17963:
17964: 2002-06-20 paf
17965:
1.150 moko 17966: * INSTALL, configure, configure.in, operators.txt,
17967: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17968: src/include/pa_globals.h, src/include/pa_request.h,
17969: src/main/execute.C, src/main/pa_request.C,
17970: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17971: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17972: file:justname&co & @auto/conf[filespec
1.95 moko 17973:
17974: * operators.txt, src/classes/file.C:
17975: !^file:dirname[/a/some.tar.gz]=/a
17976: !^file:dirname[/a/b/]=/a
17977: !^file:basename[/a/some.tar.gz]=some.tar.gz
17978: !^file:justname[/a/some.tar.gz]=some.tar
17979: !^file:justext[/a/some.tar.gz]=gz
17980:
17981: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17982: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17983: @conf/auto[filespec]
17984:
1.116 moko 17985: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17986:
1.150 moko 17987: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17988: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17989: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17990:
17991: 2002-06-18 paf
17992:
17993: * configure, configure.in, src/include/pa_version.h: version to
17994: configure.in
17995:
17996: * INSTALL: reflected .conf.dist dir change
17997:
1.150 moko 17998: * Makefile.am, configure, configure.in,
1.116 moko 17999: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18000: .in & *.am updated
18001:
18002: * src/classes/file.C: strncasecmp
18003:
18004: * src/classes/file.C: strcasecmp
18005:
1.150 moko 18006: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18007:
18008: * src/classes/file.C: ^file::exec[script;$.bad error case
18009: insensitive check now
18010:
18011: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18012:
18013: * configure, configure.in, src/include/pa_pool.h,
18014: src/include/pa_types.h: pack configure.in detection simplified.
18015: figured out that gcc on sparc not that stupid as thought
18016: previously: on sparc: when it sees packed class it modifies it's
18017: field-access-code to byte operations [stb, ldub] instead of 4byte
18018: operations [st, lduh] so packed must be all parts of packed
18019: class, i.e. it's parents&fields(classes). for now it's only
18020: String that packed and what was wrong is that it's parent -
18021: Pooled, were not packed. fixed that.
18022:
18023: 2002-06-14 paf
18024:
18025: * operators.txt: more precise xml-to-text options
18026:
18027: * operators.txt, src/types/pa_vxnode.C: xnode
18028: attribute_node.name/value xnode pi.node.data
18029:
18030: 2002-06-12 paf
18031:
1.116 moko 18032: * configure, configure.in, src/targets/cgi/Makefile.am,
18033: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18034:
18035: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18036: src/include/pa_globals.h, src/include/pa_request.h,
18037: src/main/compile.tab.C, src/main/pa_globals.C,
18038: src/main/pa_request.C, src/targets/cgi/parser3.C,
18039: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18040:
18041: * src/classes/mail.C: sendmail -ti [default now]
18042:
18043: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18044: to be strings. for convinient #ing
18045:
18046: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18047: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18048:
18049: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18050: main/pa_globals.C, main/pa_request.C: @conf
18051:
18052: 2002-06-11 paf
18053:
18054: * src/classes/file.C: check simplified
18055:
18056: * src/: classes/file.C, targets/cgi/parser3.dsp,
18057: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18058: valid prefix
18059:
18060: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18061: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18062: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18063:
18064: 2002-06-10 paf
18065:
18066: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18067: src/main/pa_common.C: lock failures reported now
18068:
18069: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18070: string->double @ compile time were not-enough-checking...
18071:
18072: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18073: autoconvert now ignored
18074:
18075: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18076: check
18077:
18078: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18079: $response:body content-type:name
18080:
18081: * configure, configure.in: hpux check, nsl link, no socket
18082:
18083: * operators.txt: old merge conflict removed
18084:
18085: * configure, configure.in: pack even address access on sparc&co
18086: arch checked in configure
18087:
18088: * configure, src/include/pa_version.h: makes
18089:
18090: * configure, configure.in, src/include/pa_version.h: makes
18091:
18092: * src/main/untaint.C: (bug#2) mail subject got always prepended
18093: with charset even when all letters were 7bit one
18094:
18095: * src/main/pa_common.C: merged fixed -d (bug)
18096:
18097: * src/main/pa_common.C: fixed -d (bug)
18098:
18099: 2002-06-03 paf
18100:
18101: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18102: src/classes/classes.dsp, src/main/compile.tab.C,
18103: src/main/main.dsp, src/main/pa_globals.C,
18104: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18105: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18106: .dsp-s along with reorganized cvs modules dirs structure
18107:
18108: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18109: main/pa_globals.C, targets/cgi/parser3.dsp,
18110: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18111: modules
18112:
18113: 2002-05-28 paf
18114:
18115: * src/targets/cgi/parser3.C: info.uri now ""
18116:
18117: 2002-05-17 paf
18118:
18119: * src/classes/: table.C: ^table.save << checked empty
18120: pre/match/post columns
18121:
18122: 2002-05-16 paf
18123:
18124: * src/classes/image.C: image::measure can png now
18125:
18126: 2002-05-15 paf
18127:
18128: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18129: added
18130:
18131: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18132:
18133: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18134: %H[:%M[:%S]]]]]] [-%m now
18135:
18136: 2002-05-14 paf
18137:
18138: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18139:
18140: 2002-05-07 paf
18141:
18142: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18143: src/include/pa_globals.h, src/include/pa_request.h,
18144: src/include/pa_table.h, src/main/compile.tab.C,
18145: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18146: src/main/pa_request.C, src/main/pa_table.C,
18147: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18148: src/targets/isapi/parser3isapi.dsp,
18149: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18150: name2number field now &. main_method_name now on Request pool
18151: rather on global_pool [Junction+VJunction created on same pool as
18152: name = were created on global pool, causing mem leaks]
18153:
18154: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18155: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18156: main/compile.y, main/main.dsp, main/pa_globals.C,
18157: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18158: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18159: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18160: field now &. main_method_name now on Request pool rather on
18161: global_pool [Junction+VJunction created on same pool as name =
18162: were created on global pool, causing mem leaks]
18163:
18164: 2002-05-06 paf
18165:
18166: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18167: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18168: 100*40 bytes per request memory leak [nonpool malloc in globals]
18169:
18170: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18171: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18172: 100*40 bytes per request memory leak [nonpool malloc in globals]
18173:
18174: 2002-04-30 paf
18175:
18176: * configure, src/include/pa_version.h: version now not b
18177:
18178: * src/targets/cgi/parser3.C: request.uri now never 0
18179:
18180: 2002-04-29 paf
18181:
18182: * configure.in: removed b
18183:
18184: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18185: Exception::comment/type checked in (), no there's no empty
18186: type/comment by default
18187:
18188: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18189: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18190: src/doc/value.dox, src/include/pa_exception.h,
18191: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18192: 0001
18193:
18194: 2002-04-26 paf
18195:
18196: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18197: size reduced
18198:
18199: 2002-04-25 paf
18200:
18201: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18202: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18203: now that took into account
18204:
18205: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18206: 01:03:04]
18207:
18208: * ChangeLog, operators.txt, src/classes/date.C:
18209: ^date::create[2002-12-33 01:03:04]
18210:
18211: * ChangeLog: updated changelog
18212:
18213: * src/classes/table.C: removed restriction on column count to
18214: ^table.hash to work, now must be >0 [were >1]
18215:
18216: 2002-04-24 paf
18217:
18218: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18219: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18220: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18221: targets
18222:
18223: 2002-04-23 paf
18224:
18225: * operators.txt, src/classes/string.C:
18226: int/double/string:sql{}[$.default{code}] fixed [were barking:
18227: "junction used outside of context"]
18228:
18229: 2002-04-22 paf
18230:
18231: * types.txt, src/classes/string.C, src/include/pa_string.h,
18232: src/main/pa_string.C, src/types/pa_vstring.C,
18233: src/types/pa_vstring.h: ^string.optimize[]
18234:
18235: * src/: include/pa_globals.h, include/pa_table.h,
18236: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18237: table template
18238:
18239: * src/classes/: string.C: optimize removed from string
18240: .left/right/pos
18241:
18242: * src/main/execute.C: rolled back to
18243: before_killing_userjunction_contexts
18244:
18245: * src/main/execute.C: user junctions context killed
18246:
18247: * src/main/execute.C: junctions to local contexts got
18248: cleanized&checked later
18249:
18250: 2002-04-19 paf
18251:
18252: * src/: classes/string.C, include/pa_request.h,
18253: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18254: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18255: prior to .left .right .mid .pos .match when that is profitable,
18256: and always before .replace when $ORIGINS(1) optimization disabled
18257: economy from not wasting mem on lots of strings which occur by
18258: lots of String:mid calls to get parts of source string between
18259: found_occurances
18260:
18261: * src/classes/file.C: ovector now local economy: 16 bytes per
18262: ^file:list
18263:
18264: * src/: include/pa_globals.h, include/pa_table.h,
18265: main/pa_globals.C, main/pa_string.C: String::match table columns
18266: globalized, not created @ each ^match anymore economy:
18267: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18268:
18269: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18270: removed from each String::match replace iteration, and made
18271: stacked sizeof(VTable)=12bytes economy on each replace code
18272:
18273: * src/doc/footer.htm: 2001,
18274:
18275: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18276: string.match[]['] option enables generation of $match.prematch
18277: .match .postmatch columns
18278:
18279: * src/main/pa_string.C: String::match options analized without
18280: cstr-ing them now
18281:
18282: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18283: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18284: config updated to doxygen 1.2.15, created helper which fixes
18285: minor bugs in chm project files & htm tree. changed extension to
18286: .htm
18287:
18288: 2002-04-18 paf
18289:
18290: * src/doc/doxygen.cfg: .chi generation disabled
18291:
18292: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18293: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18294: fields&methods
18295:
18296: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18297: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18298: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18299: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18300: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18301: types/pa_vresponse.h, types/pa_vstateless_class.h,
18302: types/pa_vstateless_object.h, types/pa_vstatus.h,
18303: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18304: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18305: VStateless_class to VObject
18306:
18307: * src/: main/pa_request.C, types/pa_valiased.h,
18308: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18309: types/pa_vstring.h: VStateless_string_object speicalized light
18310: version of VStateless_object
18311:
18312: * src/classes/op.C: ^throw comment param made optional
18313:
18314: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18315: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18316: and implemented down in VClass, fclass_alias removed,
18317:
18318: * src/types/pa_value.C: forced to cut that from .h because of
18319: VStateless_class usage [undefined in .h]
18320:
18321: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18322: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18323: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18324: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18325: on each CALL]
18326:
18327: * src/: classes/classes.h, classes/date.C, classes/double.C,
18328: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18329: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18330: classes/response.C, classes/string.C, classes/table.C,
18331: classes/void.C, classes/xnode.C, include/pa_globals.h,
18332: include/pa_request.h, main/execute.C, main/pa_globals.C,
18333: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18334: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18335: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18336: types/pa_vstateless_class.h, types/pa_wcontext.C,
18337: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18338: removed Value::fname
18339:
18340: 2002-04-17 paf
18341:
18342: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18343: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18344: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18345: include/pa_pool.h, include/pa_types.h: dox updated to current
18346: state, PTHROW freshen to throw & co
18347:
18348: * src/types/pa_vhash.h: vstring wrong parent fixed
18349:
18350: * src/classes/op.C: taint local result var bug fixed
18351:
18352: 2002-04-16 paf
18353:
18354: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18355: Attic asm.txt as most interesting
18356:
18357: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18358: check, preventing content-length: 0 from appearing
18359:
18360: * src/main/execute.C: $result in @main now taken into account as in
18361: usual functions
18362:
18363: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18364: & @unhandled_exception now taken into account as in usual
18365: functions
18366:
18367: * src/doc/postbuild.txt: instructions on post .html build
18368:
18369: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18370:
18371: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18372: tainted
18373:
18374: * src/main/pa_request.C: uri in error log
18375:
18376: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18377: cheched date:create(days) param for validity [later were assumed
18378: valid and crashed on invalid onces]
18379:
18380: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18381: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18382: and used that for removing VString wrapper
18383:
18384: * src/classes/op.C: exception2vhash file now tainted
18385:
18386: * src/classes/op.C: _process pseudo origin copied from local var to
18387: heap
18388:
18389: * src/classes/op.C: extra check on empty file in origin in _execute
18390:
18391: 2002-04-15 paf
18392:
18393: * src/: main/execute.C, types/pa_value.h: fixed name update
18394:
18395: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18396: functions
18397:
18398: * src/: classes/file.C, classes/hash.C, classes/op.C,
18399: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18400: started dual write_xxx_lang functions, if checked & works
18401:
18402: * src/: classes/date.C, classes/file.C, classes/mail.C,
18403: classes/string.C, classes/xnode.C, include/pa_request.h,
18404: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18405: unnecessary VString shells
18406:
18407: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18408: prev changes]
18409:
18410: * src/: classes/image.C, classes/op.C, classes/string.C,
18411: classes/table.C, include/pa_request.h, main/execute.C,
18412: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18413: StringOrValue wcontext result, now ready for dual writes
18414:
18415: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18416: checked that
18417:
18418: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18419: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18420: changed to OP_WRITE_VALUE in var get cases
18421:
18422: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18423: include/pa_request.h, main/compile.tab.C, main/compile.y,
18424: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18425: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18426: switch in hash constructor fixed [were problems with using of
18427: stacked wwrapper after it's death]
18428:
18429: 2002-04-12 paf
18430:
18431: * operators.txt, src/classes/table.C: table.select(expression) 0
18432:
18433: 2002-04-11 paf
18434:
18435: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18436: Request::process_internal codeFrame & wwrapper stacked [not
18437: wasting heap anymore]
18438:
18439: 2002-04-10 paf
18440:
18441: * src/: classes/double.C, classes/file.C, classes/hash.C,
18442: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18443: classes/string.C, classes/table.C, classes/void.C,
18444: classes/xdoc.C, include/pa_request.h, main/execute.C,
18445: main/pa_string.C: killed Request::process() wrapping
18446: VString(String) in case we need only String
18447:
18448: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18449: killed 8 bytes from String.head
18450:
18451: 2002-04-09 paf
18452:
18453: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18454: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18455: local*/char b[...]; a=b; situations
18456:
18457: * operators.txt, src/classes/xdoc.C: xslt params made literal
18458:
18459: * src/classes/xdoc.C: xslt params fixed
18460:
18461: * src/: main/pa_common.C, targets/cgi/parser3.C,
18462: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18463: not pool.malloc(MAX_NUMBER) but really neaded
18464:
18465: * operators.txt, src/classes/double.C, src/classes/int.C:
18466: int/double.int/double(default)
18467:
18468: 2002-04-04 paf
18469:
18470: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18471: [when reconstructing pieces were split by
18472: max_integral(piece.size), thus some strings to replace happen to
18473: be split into two = not replaced)
18474:
18475: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18476: standalone version = current dir
18477:
18478: * src/targets/cgi/parser3.C: document root in standalone version =
18479: current dir
18480:
18481: 2002-04-03 paf
18482:
18483: * configure, configure.in: more checks on nonexistent charset
18484:
1.116 moko 18485: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18486:
18487: 2002-04-02 paf
18488:
18489: * src/main/compile.C: parser.compile [exception name more like in
18490: doc]
18491:
18492: 2002-04-01 paf
18493:
18494: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18495: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18496: .content-type.charset, not .charset
18497:
18498: 2002-03-29 paf
18499:
18500: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18501:
18502: * operators.txt, src/classes/date.C: ^date::create now may not
18503: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18504: days' year. | 31.05->31.04 roll
18505:
18506: 2002-03-28 paf
18507:
18508: * operators.txt, src/classes/date.C, src/classes/op.C,
18509: src/include/pa_globals.h, src/include/pa_hash.h,
18510: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18511: ^cache(seconds) ^cache[date] }
18512:
18513: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18514: param
18515:
18516: 2002-03-27 paf
18517:
18518: * operators.txt, src/classes/date.C, src/classes/double.C,
18519: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18520: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18521: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18522: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18523: src/classes/xnode.C, src/include/pa_exception.h,
18524: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18525: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18526: src/main/pa_array.C, src/main/pa_charset.C,
18527: src/main/pa_charsets.C, src/main/pa_common.C,
18528: src/main/pa_dictionary.C, src/main/pa_exception.C,
18529: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18530: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18531: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18532: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18533: src/types/pa_value.h, src/types/pa_vcookie.C,
18534: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18535: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18536: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18537: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18538: src/types/pa_wwrapper.h: assigned exception types
18539:
18540: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18541: src/include/pa_request.h, src/main/execute.C,
18542: src/main/pa_request.C: decided agains resetting exception_trace,
18543: just changed name
18544:
18545: 2002-03-26 paf
18546:
18547: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18548: fixed
18549:
18550: * src/classes/op.C: forced language of $source field of exception
18551: to 'tainted', so that sql-langed-frags could be outputed outside
18552: of connect
18553:
18554: * operators.txt: removed date.roll limit of +-1 offset
18555:
18556: * src/classes/date.C: removed date.roll limit of +-1 offset
18557:
18558: * operators.txt, src/classes/date.C: fixed date roll on
18559: daylightsaving days mktime took into account tm_isdst flag, which
18560: remained from BEFORE roll, but should have been reset
18561:
18562: 2002-03-25 paf
18563:
18564: * operators.txt, src/targets/cgi/parser3.C:
18565: http_site_config_filespec
18566:
18567: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18568: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18569: with any/both --disable-foreign-group-files --disable-execs
18570:
18571: * INSTALL: "--with=sendmail=COMMAND" comment
18572:
18573: * INSTALL, configure, configure.in, src/classes/mail.C,
18574: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18575: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18576: disables execs also. introducing --sendmail
1.95 moko 18577:
18578: * operators.txt: pgsql options comment
18579:
18580: * INSTALL: comment on --disable-link-stdcpp
18581:
1.116 moko 18582: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18583: libstdc++ link skipping configure option
1.95 moko 18584:
18585: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18586: with error were put to cache with 'marked_to_rollback' flag, all
18587: consequent even OK requests rolled back
18588:
18589: 2002-03-22 paf
18590:
18591: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18592: false return
18593:
18594: * operators.txt: few comments on sets
18595:
18596: 2002-03-18 paf
18597:
18598: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18599: src/include/pa_globals.h, src/include/pa_request.h,
18600: src/include/pa_stack.h, src/main/pa_globals.C,
18601: src/main/pa_request.C: introducing ^try
18602:
18603: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18604: types/pa_vdouble.h: removed some tested @tests
18605:
18606: 2002-03-15 paf
18607:
18608: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18609:
18610: 2002-03-13 paf
18611:
18612: * src/main/pa_exception.C: checked not-pooled malloc
18613:
18614: 2002-03-11 paf
18615:
18616: * INSTALL, configure, configure.in,
18617: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18618:
18619: * src/main/pa_common.C: --disable-foreign-group-files
18620:
18621: * INSTALL: --disable-execs
18622:
18623: * src/main/pa_exec.C: --disable-execs
18624:
18625: * configure, configure.in, src/include/pa_config_auto.h.in:
18626: --disable-execs
18627:
18628: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18629:
18630: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18631: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18632:
18633: 2002-03-05 paf
18634:
18635: * operators.txt, src/classes/date.C: date week calendar columns
18636: named
18637:
18638: * operators.txt, src/classes/date.C: date week calendar columns
18639: named
18640:
18641: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18642: requires headers to be terminated with \r\n manually [refuses to
18643: separate header/body itself]
18644:
18645: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18646: targets/isapi/parser3isapi.C: isapi site config beside .dll
18647:
18648: 2002-03-04 paf
18649:
18650: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18651: in PASS language
18652:
18653: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18654: deserialize checks on broken file
18655:
18656: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18657: parser3isapi.dsp: isapi updated
18658:
18659: 2002-03-01 paf
18660:
18661: * src/main/pa_exec.C: execle -> execve, now argc OK
18662:
18663: 2002-02-28 paf
18664:
18665: * src/main/untaint.C: removed some debug comments
18666:
18667: * src/main/pa_charsets.C: when placing charset to cache using
18668: global name now [were request]
18669:
18670: * configure, configure.in: apache module updated
18671:
18672: * src/main/pa_string.C: origin by first piece preferred before last
18673: piece
18674:
18675: 2002-02-27 paf
18676:
18677: * src/main/pa_charset.C: size_t
18678:
18679: * INSTALL: shared/static-xml with-pathlink
18680:
18681: * operators.txt: SMTP comment
18682:
18683: 2002-02-26 paf
18684:
18685: * src/main/pa_exec.C: more precise names for vars, cosmetic
18686:
18687: * src/classes/xnode.C: in some situation, xpath query returned
18688: result with type NODESET, but empty nodeset member field, checked
18689: that
18690:
18691: 2002-02-22 paf
18692:
18693: * INSTALL: without-zlib comment
18694:
18695: * etc/parser3.charsets/windows-1251.cfg: °
18696:
18697: * configure, configure.in: glib###.a detection fixed
18698:
18699: * INSTALL: hashfile removed from INSTALL
18700:
1.116 moko 18701: * Makefile.am: make update
1.95 moko 18702:
18703: * src/main/pa_string.C: string iterators fixed again, so were
18704: String::join_chain
18705:
18706: * src/main/pa_string.C: string iterators fixed again, so were
18707: String::join_chain
18708:
18709: * src/: include/pa_string.h, main/pa_string.C: string iterators
18710: fixed again, so were String::join_chain
18711:
18712: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18713:
18714: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18715: "session"
18716:
1.116 moko 18717: * configure, configure.in, src/include/pa_config_auto.h.in:
18718: --with-shared-xml --with-static-xml
1.95 moko 18719:
18720: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18721: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18722: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18723: xalan&xml
18724:
18725: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18726:
18727: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18728: src/types/types.dsp: removed hashfile support from sources for
18729: now
18730:
1.116 moko 18731: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18732: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18733: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18734: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18735: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18736: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18737: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18738: src/types/Makefile.am, src/types/pa_vhashfile.C,
18739: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18740:
18741: 2002-02-21 paf
18742:
18743: * src/main/untaint.C: removed debug code, activated commented-for
18744: debug parts
18745:
1.116 moko 18746: * Makefile.am: make cvsupdate
1.95 moko 18747:
18748: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18749: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18750: append_row, not at link zero now string to string appending works
18751:
18752: 2002-02-20 paf
18753:
18754: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18755: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18756: DEBUG_STRING_APPENDS_VS_EXPANDS
18757:
18758: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18759: economy: 22%
18760:
18761: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18762: space uptimized: string::link_row removed
18763:
18764: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18765: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18766: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18767: types/pa_vstring.h: speed uptimized: string::is_empty
18768:
18769: * operators.txt, src/include/pa_common.h,
18770: src/include/pa_config_fixed.h, src/include/pa_string.h,
18771: src/include/pa_types.h, src/main/compile.tab.C,
18772: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18773: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18774: string append optimiziation idea and estimates
18775:
18776: 2002-02-19 paf
18777:
18778: * src/classes/math.C: not used directly [but erroreously reported
18779: that 'is', thus registering twice&other probs]
18780:
18781: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18782: to node [element]
18783:
18784: * src/main/compile.C: without string_origins parse error
18785: file+line+col possible
18786:
18787: * src/main/: compile.C: without string_origins not worked
18788:
18789: 2002-02-18 paf
18790:
18791: * src/types/pa_vdouble.h: since we have in_expression removed that
18792: trick i've installed into double::as_string
18793:
18794: * src/main/pa_globals.C: extern "C" was removed too fast
18795:
18796: * src/: include/pa_opcode.h, include/pa_request.h,
18797: main/compile.tab.C, main/compile.y, main/execute.C,
18798: types/pa_wcontext.h: in_expression aimed to solve old problem
18799: with string/nonstring values, now in expressions double/int
18800: values are passed as-is, without stupid tostring/fromstring
18801: conversions
18802:
18803: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18804: __cplusplus } #endif
18805:
18806: * src/main/compile.tab.C: bison env set so one could compile
18807: without cygwin installed
18808:
18809: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18810: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18811: gnome xml libs parser .dsp-s changed accordingly
18812:
18813: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18814:
18815: * operators.txt, src/classes/date.C: date::create [were date::set,
18816: with backward comp
18817:
18818: * src/classes/math.C: math:random range check fixed
18819:
18820: * src/main/: compile.tab.C, compile.y: integer division stops name
18821:
18822: * INSTALL: local install comment
18823:
1.116 moko 18824: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18825:
1.116 moko 18826: * acinclude.m4, aclocal.m4, configure, configure.in,
18827: src/include/pa_config_auto.h.in,
18828: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18829: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18830:
18831: * operators.txt: \ comment
18832:
18833: 2002-02-13 paf
18834:
18835: * src/include/pa_config_includes.h: sys/time time both included
18836: now. vaguely remember confilicts on this on some system [not on
18837: six|ablv] so when would see them again would think up proper
18838: check
18839:
1.116 moko 18840: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18841: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18842:
18843: * src/main/pa_common.C: truncation never occured when writing files
18844: on unix [since i've changed cache mech] fix
18845:
18846: * src/main/pa_common.C: strnchr: sanity check added
18847:
18848: * etc/parser3.charsets/windows-1257.cfg: id added
18849:
18850: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18851: baltic charset file generated, in generation script ispunct check
18852: added
18853:
18854: 2002-02-08 paf
18855:
1.116 moko 18856: * src/: include/Makefile.am, sql/Makefile.am,
18857: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18858:
18859: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18860: forgotten
18861:
18862: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18863:
18864: * INSTALL, README: install&others updated
18865:
18866: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18867:
1.116 moko 18868: * Makefile.am, configure, configure.in,
18869: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18870: src/classes/Makefile.am, src/main/Makefile.am,
18871: src/main/pa_status_provider.C, src/targets/Makefile.am,
18872: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18873: works
1.95 moko 18874:
18875: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18876: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18877: classes/hashfile.C, classes/int.C, classes/mail.C,
18878: classes/math.C, classes/op.C, classes/response.C,
18879: classes/string.C, classes/table.C, classes/void.C,
18880: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18881: include/pa_array.h, include/pa_cache_managers.h,
18882: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18883: include/pa_config_fixed.h, include/pa_config_includes.h,
18884: include/pa_db_connection.h, include/pa_db_manager.h,
18885: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18886: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18887: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18888: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18889: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18890: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18891: include/pa_stack.h, include/pa_string.h,
18892: include/pa_stylesheet_connection.h,
18893: include/pa_stylesheet_manager.h, include/pa_table.h,
18894: include/pa_threads.h, include/pa_types.h, main/compile.C,
18895: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18896: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18897: main/pa_db_connection.C, main/pa_db_manager.C,
18898: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18899: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18900: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18901: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18902: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18903: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18904: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18905: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18906: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18907: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18908: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18909: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18910: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18911: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18912: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18913: types/pa_vmethod_frame.h, types/pa_vobject.h,
18914: types/pa_vrequest.h, types/pa_vresponse.h,
18915: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18916: types/pa_vstateless_object.h, types/pa_vstatus.C,
18917: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18918: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18919: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18920: classes/image.C, main/pa_common.C, main/pa_exec.C,
18921: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18922: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18923: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18924: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18925: types/pa_vxnode.C, main/pa_charset.C: name spelling
18926:
18927: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18928: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18929: classes/hashfile.C, classes/image.C, classes/int.C,
18930: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18931: classes/string.C, classes/table.C, classes/void.C,
18932: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18933: include/pa_array.h, include/pa_cache_managers.h,
18934: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18935: include/pa_config_fixed.h, include/pa_config_includes.h,
18936: include/pa_db_connection.h, include/pa_db_manager.h,
18937: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18938: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18939: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18940: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18941: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18942: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18943: include/pa_stack.h, include/pa_string.h,
18944: include/pa_stylesheet_connection.h,
18945: include/pa_stylesheet_manager.h, include/pa_table.h,
18946: include/pa_threads.h, include/pa_types.h, main/compile.C,
18947: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18948: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18949: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18950: main/pa_db_connection.C, main/pa_db_manager.C,
18951: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18952: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18953: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18954: main/pa_socks.C, main/pa_sql_driver_manager.C,
18955: main/pa_status_provider.C, main/pa_string.C,
18956: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18957: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18958: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18959: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18960: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18961: targets/isapi/pool_storage.h, types/pa_valiased.C,
18962: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18963: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18964: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18965: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18966: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18967: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18968: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18969: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18970: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18971: types/pa_vresponse.h, types/pa_vstateless_class.C,
18972: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18973: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18974: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18975: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18976: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18977: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18978:
18979: 2002-02-07 paf
18980:
18981: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18982:
1.116 moko 18983: * configure, configure.in, src/include/pa_config_auto.h.in,
18984: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18985: added yet another locking function: fcntl
1.95 moko 18986:
18987: * config.sub: on cygwin configure passes it with strange i1586
18988: const, hacked it to mean i586
18989:
18990: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18991: disabled $if reference due to conflicts with local variables
18992:
18993: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18994: xdoc::set obsolete now, now xdoc::create, with both sences
18995:
18996: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18997: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18998: table::create now // 'set' name obsolete now table clone.
18999:
19000: * operators.txt, src/classes/string.C,
19001: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19002: ^int/double/string.format now can be called with normal []
19003: brackets, not stupid {} as it were implemented for some strange
19004: reason. retaining backward compatibility due to some
19005: already-implemented servers
19006:
19007: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19008: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19009: operators now detected by check at name_without_curly_rdive_read
19010: rule whether diving code constists only of
19011: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19012: with OP_GET_ELEMENT_OR_OPERATOR to form
19013: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19014:
19015: 2002-02-06 paf
19016:
19017: * configure, configure.in: prefix expanded, grr
19018:
19019: * operators.txt, src/classes/mail.C: mail:send config changed
19020:
19021: 2002-02-05 paf
19022:
19023: * operators.txt: regex options commented
19024:
19025: * src/main/: pa_exec.C: argv0 now correct
19026:
19027: * src/types/pa_vstatus.C: status:rusage 3
19028:
19029: * src/types/pa_vstatus.C: status:rusage 2
19030:
19031: * operators.txt: status:rusage described int operators
19032:
19033: * src/types/pa_vstatus.C: status:rusage 1
19034:
19035: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19036: src/types/types.dsp: status:rusage
19037:
19038: * configure.in, operators.txt, src/classes/file.C,
19039: src/classes/op.C, src/include/pa_common.h,
19040: src/include/pa_config_includes.h, src/main/compile.tab.C,
19041: src/main/pa_common.C: rewritten ^cache to use
19042: non-blocking-exclusive-caches
19043:
19044: * src/main/pa_common.C: text file read mode on win32 adjusted
19045: [speed impact. was off for debugging purpose, but forgotten
19046: afterwards]
19047:
19048: 2002-02-01 paf
19049:
19050: * src/classes/op.C: file_write does EX lock after create, while
19051: file_read does SH after open, so there's a moment after create
19052: but before EX lock when read can sneak into, and read
19053: just-created-for-writing-and-not-yet-locked file, added a check
19054: for that in ^cache...read
19055:
19056: 2002-01-31 paf
19057:
19058: * src/main/: compile.y, compile.tab.C: disabled operator call after
19059: ^xxx:
19060:
19061: * src/main/: compile.tab.C, execute.C: made operators lookup first
19062: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19063:
19064: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19065: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19066: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19067: operators check 6.1 rewritten. now check is done at compile time
19068:
19069: * src/main/execute.C: operators check 5 floated up old error of
19070: staying in 'entered class/object' state after $a($a..) it
19071: prevented operators from being called thereafter
19072:
19073: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19074: main/execute.C: operators check 4 floated up old error of staying
19075: in 'entered object' state after ^a.a(a) it prevented operators
19076: from being called thereafter
19077:
19078: * src/main/execute.C: operators check 3 floated up old error of
19079: staying in 'entered class' state after $a:a(a) it prevented
19080: operators from being called thereafter
19081:
19082: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19083: floated up old error of staying in 'entered class' state after
19084: $a:a[a] it prevented operators from being called thereafter
19085:
19086: * src/main/execute.C: operators check, thay mistakenly seen in
19087: $class:operator $object.operators contexts
19088:
19089: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19090: win32
19091:
1.116 moko 19092: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19093: src/classes/Makefile.am, src/main/Makefile.am,
19094: src/targets/cgi/Makefile.am,
1.95 moko 19095: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19096: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19097:
1.116 moko 19098: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19099: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19100: configure, configure.in, form.txt, ident.awk, install-sh,
19101: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19102: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19103: etc/parser3.charsets/Makefile.am,
19104: etc/parser3.charsets/koi8-r.cfg,
19105: etc/parser3.charsets/windows-1250.cfg,
19106: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19107: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19108: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19109: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19110: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19111: straightened installation scripts procedure made
19112: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19113: change
19114:
19115: 2002-01-30 paf
19116:
19117: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19118: removed] those comments were a mistake, and prevented libltdl
19119: from function properly
19120:
19121: 2002-01-29 paf
19122:
1.116 moko 19123: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19124: creation [modified acinclude.m4 which were creating int into just
19125: assignment LIBTOOL=../libtool] added default system
19126: config&charsetts prepared 'make install', now it installs
19127: targets/cgi/parser3 into bin directory etc/parser3.conf &
19128: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19129: $sysconfdir/parser3.charsets respectively
19130:
19131: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19132: main/pa_globals.C: few forgotten ifdef XML added
19133:
19134: 2002-01-28 paf
19135:
1.116 moko 19136: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19137: removed
19138:
19139: * src/main/pa_exception.C: dom|generic error output fix
19140:
19141: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19142:
19143: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19144:
19145: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19146: [fixed as_node helper func to accept docs]
19147:
19148: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19149: xdoc.importNode 0
19150:
19151: * src/classes/xdoc.C: xdoc::set now untaints OK
19152:
19153: 2002-01-25 paf
19154:
19155: * src/main/: compile.tab.C, compile.y: #comment before @ after
19156: @SPECIAL now works OK
19157:
19158: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19159:
19160: * src/main/pa_exec.C: max arg count now 10, and proper message on
19161: violation that added
19162:
19163: * src/classes/hash.C: unified hash::sql, now
19164: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19165:
19166: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19167: ^file:lock[filename]{code}
19168:
19169: * src/: classes/file.C, classes/op.C, classes/string.C,
19170: classes/table.C, classes/xdoc.C, include/pa_common.h,
19171: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19172: to some pa_common funcs
19173:
19174: * src/: include/pa_charset.h, main/pa_globals.C:
19175: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19176:
19177: * src/: include/pa_charset.h, main/pa_charset.C,
19178: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19179: not stupid illegal define
19180:
19181: 2002-01-24 paf
19182:
19183: * src/include/pa_version.h: changed version number
19184:
19185: * src/: classes/hashfile.C, include/pa_db_table.h,
19186: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19187: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19188: main/pa_db_connection.C, main/pa_db_table.C,
19189: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19190: hashfile without logfiles
19191:
19192: * src/: classes/hashfile.C, include/pa_db_table.h,
19193: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19194: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19195: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19196: DB_INIT_TXN init bits, thus got rid of huge log files, which
19197: cluttered disk without huge need]
19198:
19199: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19200: handy macro, which is strangly abscent in dome lib
19201:
19202: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19203:
19204: * src/classes/xdoc.C: checked empty response
19205:
19206: * src/classes/xnode.C: xdoc.select fixed context node [were always
19207: /, not self node]
19208:
19209: * src/classes/xnode.C: xnode.select returns array always now, in
19210: case 'nothing found' returns empty array
19211:
19212: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19213: be more tender with ctrl/c/v
19214:
19215: 2002-01-23 paf
19216:
19217: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19218: substituted. // 2. when dom tree with entites goes under
19219: transform text nodes // got [erroreosly] cut on first
19220: entity occurance
19221:
19222: * src/types/pa_vdouble.h: double prec. todo: get rid of
19223: twice-converting
19224:
19225: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19226: 'e' in output this is for regretful twice-converting here:
19227: $a(double value) when they write double falue they convert it to
19228: string first, thus %g were losing precesion.
19229:
19230: todo: think up some way to remove double->string string->double
19231: twice-converting
19232:
19233: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19234: %.20E now default float format this is for regretful
19235: twice-converting here: $a(double value) when they write double
19236: falue they convert it to string first, thus %g were losing
19237: precesion.
19238:
19239: todo: think up some way to remove double->string string->double
19240: twice-converting
19241:
19242: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19243: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19244: reasons in comment inside
19245:
19246: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19247: statically linked]
19248:
19249: * src/: include/pa_exception.h, main/compile.tab.C,
19250: main/pa_exception.C: removed exception va_list constructor. 1.
19251: not needed anymore 2. there were a conflict[causing errors]
19252: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19253: never detected an ambiguilty here, compiling ctor(, "hello") into
19254: ctor(, va_list) which, of course, caused gpf
19255:
19256: * src/main/pa_globals.C: removed debug xslt messages
19257:
19258: 2002-01-22 paf
19259:
19260: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19261: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19262: helps compiling stylesheet properly. example: this refused to
19263: work, <b>«<xsl:value-of select="@title"
19264: />»</b> stranly worked only this way:
19265: <b>«<xsl:value-of select="@title" />»</b>
19266:
19267: docs says "set it to 1", never going into details, so I decided
19268: to try NOT to do that
19269:
19270: * src/classes/table.C: join behaived badly in case named tables
19271: structure mismatched: 0 strings sneaked into dest failing
19272: afterwards. replaced them with empty strings
19273:
19274: 2002-01-21 paf
19275:
19276: * src/main/pa_charset.C: checked empty transcoders in
19277: transcode_cstr|buf
19278:
19279: * src/classes/xdoc.C: xdoc::load error source = filespec
19280:
19281: * src/classes/xdoc.C: transform error source now
19282: stylesheet_filespec
19283:
1.116 moko 19284: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19285: include/pa_stylesheet_connection.h, main/pa_charset.C,
19286: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19287: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19288: gnome
1.95 moko 19289:
19290: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19291: include/pa_globals.h, include/pa_stylesheet_connection.h,
19292: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19293: xslt generic error 1
19294:
19295: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19296: xml generic message 1
19297:
19298: * src/classes/table.C: ^table::load empty lines or #comments before
19299: headline
19300:
19301: * src/: include/pa_array.h, include/pa_globals.h,
19302: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19303: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19304: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19305: errors 0
19306:
19307: 2002-01-16 paf
19308:
19309: * src/: classes/hash.C, classes/op.C, classes/string.C,
19310: classes/table.C, classes/void.C, classes/xdoc.C,
19311: include/pa_db_connection.h, include/pa_request.h,
19312: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19313: include/pa_stylesheet_connection.h,
19314: include/pa_stylesheet_manager.h, main/pa_request.C,
19315: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19316: targets/cgi/pool_storage.h: auto closers to sql_connection,
19317: stylesheet_connection auto destroyers to remaining gnome objects
19318:
19319: * src/classes/xdoc.C: few comments
19320:
19321: 2002-01-15 paf
19322:
19323: * src/classes/xdoc.C: xdoc file save string
19324:
19325: ready. todo: error handling
19326:
19327: * src/classes/xdoc.C: xdoc save rewritten using
19328: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19329: result
19330:
19331: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19332: started output options parsing
19333:
19334: 2002-01-14 paf
19335:
19336: * src/classes/xdoc.C: method
19337:
19338: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19339: include/pa_pool.h, include/pa_stylesheet_connection.h,
19340: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19341: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19342: xslt transform0. TODO: use output options handle errors
19343:
19344: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19345:
19346: 2002-01-11 paf
19347:
19348: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19349: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19350: partial logical && || evaluation
19351:
19352: * src/classes/xnode.C: xpath selectNodes
19353:
19354: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19355: string/number/bool
19356:
19357: * src/classes/xnode.C: xpath selectNode 2
19358:
19359: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19360: xpath selectNode 1
19361:
19362: 2002-01-10 paf
19363:
19364: * src/classes/xnode.C: xpath selectNode -100 [just written]
19365:
19366: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19367: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19368: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19369: refcounter]
19370:
19371: 2001-12-29 paf
19372:
19373: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19374: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19375: glib works 0
19376:
19377: 2001-12-28 paf
19378:
19379: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19380: main/pa_exception.C: started glib transcoders
19381:
19382: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19383:
19384: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19385: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19386: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19387: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19388: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19389: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19390: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19391: libs just compiled in. no refcounting no xpath no xslt yet
19392:
19393: 2001-12-27 paf
19394:
19395: * src/: include/pa_charset.h, include/pa_common.h,
19396: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19397: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19398: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19399: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19400: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19401: from xalan&xerces, started the process. globals [initialization
19402: pool [charset update charset [transcodings vxnode vxdoc [DOM
19403: calls
19404:
19405: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19406: anymore
19407:
19408: 2001-12-26 paf
19409:
19410: * src/: include/pa_charset.h, include/pa_charsets.h,
19411: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19412: key globalized [bug]
19413:
19414: 2001-12-25 paf
19415:
19416: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19417: main/pa_string.C: table set & append changed splitting languages,
19418: separators now can be clean AND as-is same to mail command line
19419: $MAIN:MAIL.progX arguments
19420:
19421: 2001-12-24 paf
19422:
19423: * src/classes/mail.C: one parted text messages - no multipart
19424: mime-type anymore. for convinient if $.attach-ments
19425:
19426: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19427: main/pa_string.C: read from cache size check updated
19428:
19429: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19430:
19431: 2001-12-21 paf
19432:
19433: * src/classes/date.C: date:sql-string now returns localtime
19434:
19435: * src/main/pa_request.C: $result in @main actually not working, to
19436: hell with it for now
19437:
19438: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19439: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19440: @postprocess @exception
19441:
19442: * src/main/execute.C: junction evaluation canceled - endless
19443: recursion detected
19444:
19445: 2001-12-19 paf
19446:
19447: * src/main/pa_charset.C: charset->charset transcoding via unicode
19448: intermediate
19449:
19450: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19451:
19452: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19453:
19454: * src/classes/op.C: ^cache keypath now relative
19455:
19456: * src/classes/mail.C: changed weighting prior to sort
19457:
19458: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19459: were missing
19460:
19461: 2001-12-17 paf
19462:
19463: * src/main/pa_charset.C: ifndef XML were bad type
19464:
19465: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19466: outdated unset services_pool
19467:
19468: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19469: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19470: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19471:
19472: * src/main/untaint.C: allowed space in filespec
19473:
19474: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19475:
19476: * src/classes/image.C: no govno
19477:
19478: * src/classes/image.C: govno
19479:
19480: 2001-12-16 paf
19481:
19482: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19483:
19484: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19485: charset_connection&manager replaced by charset&charsets
19486:
19487: * src/main/pa_charset.C: name_cstr 0
19488:
19489: * src/main/untaint.C: uri lang now knows about client/source
19490: charsets
19491:
19492: * src/: classes/file.C, classes/math.C, classes/op.C,
19493: classes/string.C, classes/table.C, classes/xdoc.C,
19494: include/pa_array.h, include/pa_cache_managers.h,
19495: include/pa_charset_connection.h, include/pa_charset_manager.h,
19496: include/pa_common.h, include/pa_db_connection.h,
19497: include/pa_db_manager.h, include/pa_db_table.h,
19498: include/pa_dictionary.h, include/pa_exception.h,
19499: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19500: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19501: include/pa_sapi.h, include/pa_socks.h,
19502: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19503: include/pa_string.h, include/pa_stylesheet_connection.h,
19504: include/pa_stylesheet_manager.h, include/pa_table.h,
19505: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19506: main/pa_charset.C, main/pa_charset_connection.C,
19507: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19508: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19509: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19510: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19511: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19512: types/types.dsp: introducing Charset
19513:
19514: 2001-12-14 paf
19515:
19516: * src/: include/pa_request.h, include/pa_transcoder.h,
19517: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19518: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19519: uri lang
19520:
19521: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19522:
19523: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19524:
19525: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19526: defalts_name global
19527:
19528: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19529: include/pa_request.h, main/main.dsp,
19530: main/pa_charset_connection.C, main/pa_charset_manager.C,
19531: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19532: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19533: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19534: changed charset model. now important: $request:charset
19535: $response:charset while $response:content-type.charset become
19536: unimportant [informational]
19537:
19538: 2001-12-13 paf
19539:
19540: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19541:
19542: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19543: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19544: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19545: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19546: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19547: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19548:
19549: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19550: auto_ptr part other way, because of stupid gcc 2.96
19551: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19552: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19553: FormatterListener] /usr/include/g++-3/memory:48:
19554: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19555: _Tp1 = FormatterListener, _Tp = FormatterListener]
19556:
19557: * src/classes/xdoc.C: removed extra inc
19558:
19559: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19560:
19561: * src/include/pa_types.h: msvc head debugging flag
19562:
19563: * src/classes/xdoc.C: freed up listener
19564:
19565: * src/classes/string.C: change msg '... code is not code'
19566:
19567: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19568: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19569: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19570: [past/future prob]
19571:
19572: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19573: include/pa_config_fixed.h, include/pa_db_manager.h,
19574: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19575: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19576:
19577: * src/: include/pa_config_fixed.h, main/pa_common.C,
19578: main/pa_string.C: removed signed mismatch warnings
19579:
19580: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19581: 'expires' from header outputs
19582:
19583: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19584: row ptr
19585:
19586: * src/classes/file.C: file::cgi bug, request_method were passed to
19587: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19588:
19589: * src/classes/xdoc.C: lang list updated
19590:
19591: 2001-12-10 paf
19592:
19593: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19594:
19595: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19596: erase files like that, knowing their full name introducing //
19597: theoretical problem with, for instance, "_2B" and "." fragments,
19598: // they would yield the same // because
19599: need_file_encode('_')=false // but we need to delete such files
19600: somehow, getting names from ^index
19601:
19602: * src/main/pa_string.C: ^string.replace bug fixed [bad
19603: string::join_chank break]
19604:
19605: 2001-12-07 paf
19606:
19607: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19608: include/pa_common.h, include/pa_config_auto.h.in,
19609: include/pa_config_fixed.h, include/pa_config_includes.h,
19610: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19611: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19612: types/pa_vhashfile.C: merged from r14_simple_cache
19613:
19614: * src/main/pa_string.C: stupid sparc architecture failed to access
19615: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19616: lduh [ %i2 + 1 ], %l0
19617:
19618: bus error, fixed that
19619:
19620: * src/main/pa_string.C: strange string deserialize bug on
19621: client[pmts], a bit shortened,
19622:
19623: * src/include/pa_config_auto.h.in: makes
19624:
19625: * src/: include/pa_common.h, include/pa_config_fixed.h,
19626: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19627: file write shared lock file read
19628:
19629: * src/: classes/op.C, include/pa_common.h,
19630: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19631:
19632: 2001-12-06 paf
19633:
19634: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19635: main/pa_request.C: #ifdef RESOURCES_DEBUG
19636:
19637: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19638: info
19639:
19640: * src/classes/hashfile.C: removed transaction from ^cache
19641:
19642: 2001-12-05 paf
19643:
19644: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19645: IIS5 there were a prob with illegal call check
19646:
19647: 2001-12-04 paf
19648:
19649: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19650: main/pa_request.C: measures to log
19651:
19652: 2001-11-23 paf
19653:
19654: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19655: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19656: types/pa_vhashfile.C: merged from _0014, 1
19657:
19658: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19659: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19660: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19661: ^cache(33) would change
19662:
19663: 0660 bits in file_write & hashfile create
19664:
19665: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19666: after pa_string optimization]
19667:
19668: 2001-11-22 paf
19669:
19670: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19671: table.offset[whence]
19672:
19673: * src/classes/op.C: process cstr(,connection)
19674:
19675: * src/classes/op.C: process now gets its body on current language,
19676: not as-is
19677:
19678: * src/main/untaint.C: ORIGINS mode removed UHTML
19679:
19680: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19681: bit
19682:
1.116 moko 19683: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19684:
19685: 2001-11-21 paf
19686:
19687: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19688: <xsl:output output options made identical to xsl:output
19689: attributes exclusion: cdata-section-elements what xalan can do
19690: but that not used now: it can escape and remove CDATA sections
19691:
19692: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19693: produced by xslt
19694:
19695: * src/targets/cgi/parser3.C: removed debug cgi||1
19696:
19697: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19698:
19699: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19700: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19701: default language for {code}, it happen to change it's language
19702: from CLEAN, so later refused to split by CLEAN \t
19703:
19704: 2001-11-20 paf
19705:
1.116 moko 19706: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19707: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19708: bottom of dependeces, so that errors would popup quicklier, fixed
19709: line numbering in table::sql
19710:
19711: 2001-11-19 paf
19712:
19713: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19714: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19715: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19716: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19717: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19718: at wcontext.write
19719:
1.116 moko 19720: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19721: _set_new_handler
19722:
1.116 moko 19723: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19724: set_new_handler in apache&isapi
1.95 moko 19725:
19726: 2001-11-16 paf
19727:
19728: * src/targets/cgi/parser3.C: pool debug @ die
19729:
19730: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19731: removed 8 bytes from String, 2 bytes from
19732: string::chunk::row::item
19733:
19734: * src/main/pa_string.C: removed 1+4 bytes from String
19735:
19736: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19737: types/pa_vstring.C: removed 1+4 bytes from String
19738:
19739: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19740: 0
19741:
19742: * src/: include/pa_globals.h, include/pa_string.h,
19743: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19744: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19745: targets/cgi/parser3.C: introducing estimating
19746: String::cstr_bufsize, 0
19747:
19748: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19749:
19750: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19751:
19752: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19753: include/pa_pool.h: die in pool::fail
19754:
19755: 2001-11-15 paf
19756:
19757: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19758: main/pa_exception.C, targets/cgi/parser3.C: exception with
19759: dynamic buffer re-back now with counter
19760:
19761: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19762: static buffer back
19763:
19764: * src/targets/cgi/parser3.C: std::
19765:
19766: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19767: include/pa_config_includes.h: setnewhandler check
19768:
1.116 moko 19769: * src/include/pa_config_auto.h.in: makes
1.95 moko 19770:
19771: * src/targets/cgi/parser3.C: set_new_handler started
19772:
19773: 2001-11-14 paf
19774:
19775: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19776: was wrong
19777:
19778: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19779: was wrong
19780:
19781: * src/main/pa_request.C: z
19782:
19783: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19784: full returns win32 -1 solaris >buffer_size
19785:
19786: checked all that
19787:
19788: * src/classes/op.C: ^untaint{body} as-is default now
19789:
19790: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19791: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19792: with no_bad_constructors_try
19793:
19794: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19795: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19796: this: $bred[^string::length[]] $bred[^response::clear[]]
19797: $bred[^int::int[]]
19798:
19799: now VObject creation moved into overriden
19800: VClass::create_new_value, thus 0 from create_new_value means that
19801: class has no ctors
19802:
19803: 2001-11-13 paf
19804:
19805: * src/classes/classes.C: returned accedently removed if in foreach
19806: callbacks [when hash no-0-restructure]
19807:
19808: 2001-11-12 paf
19809:
19810: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19811: passed as-is to method, xalan makes & into & itself
19812:
19813: * src/classes/date.C: date.roll parser2 alg used
19814:
19815: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19816: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19817: main/pa_dictionary.C, main/pa_hash.C,
19818: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19819: now does not containt 0 values. put 0 actullay removes. no check
19820: on 0 value in foreach now required
19821:
19822: 2001-11-11 paf
19823:
19824: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19825:
19826: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19827:
19828: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19829: driver initialize not const
19830:
19831: 2001-11-10 paf
19832:
19833: * src/main/pa_exec.C: doc
19834:
19835: 2001-11-09 paf
19836:
19837: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19838: param properly
19839:
19840: * src/classes/string.C: string.save now does untainting before
19841: saving
19842:
19843: * src/main/pa_common.C: line endings fixing fixed last piece[was
19844: still cstr oriented]
19845:
19846: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19847: line endings fixing got rid of cstr, now must work ok with post
19848: multipart
19849:
19850: * src/types/pa_vform.C: line endings fixed at post / multipart /
19851: not file also now
19852:
19853: 2001-11-08 paf
19854:
19855: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19856: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19857: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19858: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19859: main/pa_stylesheet_manager.C: restructured Cache manager to be
19860: simple parent, not second parent [gcc 2.96 strangly refused to
19861: call virtual from second parent]
19862:
1.116 moko 19863: * src/: include/pa_common.h, main/Makefile.am,
19864: targets/cgi/pa_pool.C: makes
1.95 moko 19865:
19866: * src/: include/pa_request.h, main/pa_request.C,
19867: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19868: 'status' class enabler
19869:
19870: <Location /parser-status.html> ParserStatusAllowed </Location>
19871:
19872: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19873: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19874: include/pa_stylesheet_manager.h, main/main.dsp,
19875: main/pa_cache_managers.C, main/pa_charset_manager.C,
19876: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19877: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19878: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19879: todo: apache 'status' class enabler
19880:
19881: 2001-11-05 paf
19882:
19883: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19884: debug to normal
19885:
19886: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19887: hence i removed skipping 0 values in hash::for_each-es we need to
19888: check cleaned cache items manually. few more checks.
19889:
19890: expiring to 0 time was wrong, changed to 'now' time
19891:
19892: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19893: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19894: on apache already done :)
19895:
19896: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19897: skipping 0 values in hash::for_each-es we need to check cleaned
19898: cache items manually
19899:
19900: * src/main/: pa_db_connection.C, pa_db_table.C:
19901: parser_multithreaded check was wrong
19902:
19903: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19904: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19905: classes/hashfile.C, classes/image.C, classes/int.C,
19906: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19907: classes/string.C, classes/table.C, classes/void.C,
19908: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19909: include/pa_array.h, include/pa_charset_connection.h,
19910: include/pa_charset_manager.h, include/pa_common.h,
19911: include/pa_config_fixed.h, include/pa_config_includes.h,
19912: include/pa_db_connection.h, include/pa_db_manager.h,
19913: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19914: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19915: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19916: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19917: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19918: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19919: include/pa_stack.h, include/pa_string.h,
19920: include/pa_stylesheet_connection.h,
19921: include/pa_stylesheet_manager.h, include/pa_table.h,
19922: include/pa_threads.h, include/pa_types.h, main/compile.C,
19923: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19924: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19925: main/pa_charset_manager.C, main/pa_common.C,
19926: main/pa_db_connection.C, main/pa_db_manager.C,
19927: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19928: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19929: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19930: main/pa_socks.C, main/pa_sql_driver_manager.C,
19931: main/pa_status_provider.C, main/pa_string.C,
19932: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19933: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19934: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19935: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19936: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19937: targets/isapi/pool_storage.h, types/pa_valiased.C,
19938: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19939: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19940: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19941: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19942: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19943: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19944: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19945: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19946: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19947: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19948: types/pa_vstateless_object.h, types/pa_vstatus.h,
19949: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19950: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19951: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19952: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19953: $status:db fixed used not initialized in db_connection & db_table
19954:
19955: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19956: $status:charset
19957:
19958: * src/: classes/xdoc.C, include/pa_db_connection.h,
19959: include/pa_stylesheet_connection.h,
19960: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19961: types/pa_vstatus.h: $status:stylesheet
19962:
19963: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19964: include/pa_request.h, include/pa_sql_connection.h,
19965: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19966: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19967: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19968: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19969: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19970: types/pa_vxnode.C, types/types.dsp: started status parser class
19971:
19972: 2001-11-01 paf
19973:
19974: * src/include/pa_config_auto.h.in: makes
19975:
19976: * src/main/pa_hash.C: removed old extra include
19977:
19978: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19979: checks [for hp, there are such in math.h]
19980:
19981: * src/classes/op.C: ^for endless loop check strightened
19982:
19983: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19984: behavior in native calls. it left unchanged, so ^for ^foreach &
19985: co can use r.root to write their i & key,value there
19986:
19987: * src/classes/op.C: detected for var storage bug, fixed.
19988: todo:foreach
19989:
19990: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19991: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19992: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19993: changing of hash inside of foreach
19994:
19995: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19996: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19997: were hash.foreach
19998:
19999: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20000: types/pa_vstring.C, types/pa_vstring.h:
20001: ^foreach[key|value]{body}[[separator]|{separator}]
20002:
20003: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20004: types/pa_vcookie.C: ^hash.delete[key]
20005:
20006: 2001-10-31 paf
20007:
20008: * src/main/: compile.C, pa_common.C: completely empty file now
20009: considered "read", not ignored [not perfect trick used]
20010:
20011: * src/main/pa_common.C: simplier common ifdefs
20012:
20013: * src/main/pa_common.C: typing bug in common - bad ifdeff
20014:
20015: * src/main/pa_db_connection.C: z
20016:
20017: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20018: lockdetector flags
20019: dbenv.lk_detect=DB_LOCK_RANDOM;
20020:
20021: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20022: from accidental show [imagine user forgot @exception]
20023:
20024: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20025:
20026: * src/: classes/file.C, classes/image.C, classes/mail.C,
20027: classes/string.C, classes/xnode.C, include/pa_common.h,
20028: main/pa_common.C: ^string.save[[append;]path]
20029:
20030: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20031: main/execute.C: \ in expression: int divide 10/3=3
20032:
20033: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20034: inside of ^cache
20035:
20036: * src/: include/pa_threads.h, main/pa_db_connection.C,
20037: main/pa_db_table.C, targets/cgi/pa_threads.C,
20038: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20039: needed
20040:
20041: 2001-10-30 paf
20042:
20043: * src/: classes/classes.dsp, main/main.dsp,
20044: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20045: types/types.dsp: enabled debug incremental compile
20046:
20047: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20048: form post data line endings not reformatted now.
20049:
20050: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20051: now required [had bug when file= has no value]
20052:
20053: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20054: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20055: cstr(asis) default param removed
20056:
20057: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20058:
20059: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20060:
20061: * src/include/pa_dir.h: LOAD_DIR fixed
20062:
20063: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20064: was broken} fix_line_breaks
20065:
20066: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20067: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20068: packed with #pragma pack
20069:
1.116 moko 20070: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20071:
20072: 2001-10-29 paf
20073:
20074: * src/types/pa_wcontext.h: bitfield syntax stricter
20075:
20076: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20077: string hash.puts
20078:
20079: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20080:
20081: * src/include/pa_sql_connection.h: there were one wrong
20082: SQL_CONNECTION_FUNC_GUARDED [failed]
20083:
20084: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20085: param.someday either ifdef or remove it
20086:
20087: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20088:
20089: * src/main/untaint.C: optimizing returned after debugging
20090:
20091: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20092: main/untaint.C: memory hunging #pragma pack(1)
20093:
20094: 16 419 844 13 169 394
20095:
20096: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20097: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20098: places [todo:Array]
20099:
20100: * src/: main/execute.C, targets/cgi/pa_pool.C,
20101: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20102: types/pa_wwrapper.h: debugging memory WContext flags to bits
20103:
20104: total 5 652 652/158731 total 5 469 332/158731
20105:
20106: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20107: Array:: without cache in get/put now
20108:
20109: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20110: 18:25:27 2001] total 5 652 652/158731
20111:
20112: * src/: include/pa_string.h, main/pa_string.C,
20113: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20114: now
20115:
20116: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20117: 18:11:53 2001] total 5796092/158731
20118:
20119: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20120: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20121: key ref now
20122:
20123: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20124: 17:11:17 2001] total 16867948/202658
20125:
20126: * src/: classes/file.C, classes/image.C, classes/string.C,
20127: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20128: main/execute.C, main/pa_array.C, main/pa_common.C,
20129: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20130: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20131: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20132: string::as_int/double now usually uses stack, not heap [200K out
20133: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20134:
20135: * src/main/pa_sql_driver_manager.C: ping to have services [old
20136: hiding bug]
20137:
20138: * src/Makefile.am: .am order
20139:
20140: * src/: include/pa_array.h, include/pa_charset_manager.h,
20141: include/pa_db_connection.h, include/pa_db_manager.h,
20142: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20143: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20144: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20145: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20146: required "friend class"
20147:
20148: ../include/pa_request.h:51: friend declaration requires
20149: class-key, i.e. `friend class Temp_lang'
20150:
20151: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20152: main/pa_exception.C, main/pa_sql_driver_manager.C,
20153: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20154:
20155: the idea is to #1 jump to C++ some function to main body, where
20156: every function stack frame has exception unwind information and
20157: from there... #2 propagate_exception()
20158:
20159: 2001-10-28 paf
20160:
20161: * src/main/pa_db_connection.C: removed old consts
20162:
20163: * src/main/pa_db_connection.C: expire table [was accidently pasted
20164: with wrong type/cast]
20165:
20166: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20167: translation
20168:
1.116 moko 20169: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20170: remember to build DB2 with -fexceptions!!!
20171:
20172: * src/main/pa_db_table.C: DB_RMW defed
20173:
20174: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20175: include/pa_db_connection.h, include/pa_db_manager.h,
20176: include/pa_db_table.h, main/pa_db_connection.C,
20177: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20178:
20179: 2001-10-27 paf
20180:
20181: * src/: classes/hashfile.C, include/pa_db_connection.h,
20182: include/pa_db_table.h, main/pa_db_connection.C,
20183: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20184: types/pa_vhashfile.C: DB2 ifdefs
20185:
1.116 moko 20186: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20187: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20188: makes with DB2
20189:
1.116 moko 20190: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20191: types/Makefile.am: makes db
1.95 moko 20192:
20193: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20194: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20195: globals.C
20196:
20197: * src/: classes/hashfile.C, include/pa_db_connection.h,
20198: include/pa_db_table.h, main/pa_db_connection.C,
20199: main/pa_db_table.C: ^hashfile.clear[]
20200:
20201: * src/classes/classes.awk: no $ in var names
20202:
20203: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20204: connection&table [forgotten calls]
20205:
20206: 2001-10-26 paf
20207:
20208: * src/main/pa_db_connection.C: db checkpoints
20209:
20210: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20211: checkpoints
20212:
20213: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20214: default. but entities still reparsed. todo: tothink
20215:
20216: * src/main/pa_db_connection.C: db recover mech 2
20217:
20218: * src/: classes/hashfile.C, include/pa_db_connection.h,
20219: include/pa_db_manager.h, include/pa_db_table.h,
20220: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20221: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20222: types/pa_vhashfile.h: db connections & tables now cached at
20223: create time & multithreaded
20224:
20225: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20226: parsed_source
20227:
20228: * src/main/pa_db_connection.C: about to remove connection from
20229: vhashfile
20230:
20231: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20232: transaction commit/rollback responsibility left to parent [as it
20233: sould - else there were a bug with double free]
20234:
20235: * src/include/pa_db_table.h: db: child transaction commit/rollback
20236: responsibility left to parent [as it sould - else there were a
20237: bug with double free]
20238:
20239: 2001-10-25 paf
20240:
20241: * src/: classes/hashfile.C, include/pa_common.h,
20242: include/pa_db_connection.h, include/pa_db_manager.h,
20243: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20244: types/pa_vhashfile.C, types/pa_vhashfile.h,
20245: include/pa_db_table.h, main/pa_db_table.C: started db_home
20246: [multiple, cached] todo: autorecover [tried, but not succeded,
20247: yet]
20248:
20249: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20250:
20251: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20252: transaction parent passed
20253:
20254: 2001-10-24 parser
20255:
1.116 moko 20256: * src/classes/Makefile.am: makes
1.95 moko 20257:
20258: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20259: isapi/pool_storage.h: pool_storage fixed
20260:
20261: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20262: types/pa_vform.h: form fix_line_breaks
20263:
1.116 moko 20264: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20265:
20266: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20267: targets/cgi/pool_storage.h: makes
20268:
20269: * src/sql/pa_sql_driver.h: version
20270:
20271: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20272: types/pa_vform.C, types/pa_vform.h: .am
20273:
20274: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20275: this: DB_RMW Acquire write locks instead of read locks when doing
20276: the retrieval. Setting this flag may decrease the likelihood of
20277: deadlock during a read-modify-write cycle by immediately
20278: acquiring the write lock during the read part of the cycle so
20279: that another thread of control acquiring a read lock for the same
20280: item, in its own read-modify-write cycle, will not result in
20281: deadlock
20282:
20283: * src/targets/isapi/parser3isapi.dsp: doc
20284:
20285: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20286:
20287: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20288:
20289: * src/: classes/hashfile.C, include/pa_db_connection.h,
20290: main/pa_db_connection.C: hashfile expired deleted from db when
20291: get & iterate
20292:
20293: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20294: expiring 1
20295:
20296: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20297:
20298: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20299: db_connection not bothers with key when not returning expired
20300: data
20301:
20302: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20303: types/pa_vhashfile.C: db_cursor constructor public now
20304:
20305: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20306: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20307: stamped, todo: put_element analize
20308:
20309: * src/: include/pa_db_connection.h, include/pa_string.h,
20310: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20311: serialize. todo stamp
20312:
20313: 2001-10-23 parser
20314:
20315: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20316: classes/image.C, classes/mail.C, classes/response.C,
20317: classes/string.C, classes/table.C, classes/xdoc.C,
20318: include/pa_config_fixed.h, include/pa_db_connection.h,
20319: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20320: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20321: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20322: types/pa_vtable.C: ^hashfile.hash[]
20323:
20324: * src/: classes/hashfile.C, classes/xdoc.C,
20325: include/pa_config_fixed.h, main/pa_db_manager.C,
20326: main/pa_globals.C: ifdefs so it compiled without db
20327:
20328: * src/: classes/hashfile.C, include/pa_db_connection.h,
20329: include/pa_db_manager.h, main/pa_db_connection.C,
20330: main/pa_db_manager.C, types/pa_vhashfile.h:
20331: ^hashfile.transaction{code} ^hashfile:clear[filename]
20332: ^hashfile.delete[key]
20333:
20334: 2001-10-22 parser
20335:
20336: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20337: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20338:
20339: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20340: classes/xnode.C, include/pa_charset_connection.h,
20341: include/pa_db_connection.h, include/pa_db_manager.h,
20342: include/pa_exception.h, include/pa_sapi.h,
20343: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20344: include/pa_stylesheet_connection.h,
20345: include/pa_stylesheet_manager.h,
20346: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20347: main/pa_db_connection.C, main/pa_db_manager.C,
20348: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20349: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20350: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20351: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20352: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20353: types/types.dsp: hashfile 0
20354:
20355: * src/types/pa_vhashfile.C: z
20356:
20357: * src/: classes/classes.dsp, classes/hashfile.C,
20358: include/pa_config_fixed.h, main/execute.C,
20359: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20360: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20361:
20362: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20363:
20364: * src/: include/pa_exception.h, include/pa_request.h,
20365: main/execute.C, main/pa_exception.C, main/pa_request.C,
20366: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20367: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20368:
20369: 2001-10-19 parser
20370:
20371: * src/include/pa_pool.h: header
20372:
20373: * src/main/pa_pool.C: auto compiled on gcc
20374:
20375: * src/classes/image.C: comment
20376:
1.116 moko 20377: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20378:
20379: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20380: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20381: types/pa_vxnode.h: xnode clone got freed
20382:
20383: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20384: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20385: can free up xalandomstring resulting from pool::transcode
20386:
20387: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20388: include/pa_config_fixed.h, include/pa_exception.h,
20389: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20390: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20391: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20392: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20393: from non-xml compile
20394:
20395: * src/main/pa_request.C: pool:: context - get_context
20396:
20397: * src/: classes/classes.h, classes/date.C, classes/double.C,
20398: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20399: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20400: classes/string.C, classes/table.C, classes/void.C,
20401: include/pa_config_fixed.h, include/pa_exception.h,
20402: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20403: main/compile.C, main/compile_tools.C, main/execute.C,
20404: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20405: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20406: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20407: main/pa_string.C, main/pa_table.C, main/untaint.C,
20408: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20409: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20410: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20411: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20412: types/pa_vstateless_class.h, types/pa_vtable.C,
20413: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20414: exceptions 0
20415:
20416: * src/classes/classes.awk: $ removed
20417:
20418: 2001-10-18 parser
20419:
20420: * src/types/pa_vcookie.C: cookie:CLASS
20421:
20422: * src/main/main.dsp: project
20423:
20424: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20425: set_document & ctor question "who owns document" solved
20426:
20427: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20428:
20429: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20430: main/pa_pool.C: encoding in dom creating funcs
20431:
20432: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20433: be transformed now
20434:
20435: * src/classes/xdoc.C: dom created by create can be transformed now
20436:
20437: * src/classes/xdoc.C: z
20438:
20439: * src/classes/xdoc.C: comment
20440:
20441: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20442: create now uses XercesDocumentBridge, appendChild&co now works
20443:
20444: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20445: @ recompile
20446:
20447: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20448: $origin @exception[
20449:
20450: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20451: tag names forced to XML lang
20452:
20453: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20454: leechy-found bugs in code&doc fixed
20455:
20456: 2001-10-17 parser
20457:
20458: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20459: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20460: n functionality preserved
20461:
20462: * src/types/pa_vimage.h: removed unused vimage::save
20463:
20464: 2001-10-16 parser
20465:
20466: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20467:
20468: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20469:
20470: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20471:
20472: * src/classes/image.C: image.copy tolerance
20473:
20474: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20475: ineffective, but works for small paleted image
20476:
20477: * src/types/pa_vimage.C: comment
20478:
20479: * src/classes/image.C: gd size/resize bugfix
20480:
20481: * src/: classes/classes.dsp, main/main.dsp,
20482: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20483: types/types.dsp: ident >nul 2>&1
20484:
20485: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20486: systems
20487:
20488: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20489: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20490:
20491: 2001-10-15 parser
20492:
20493: * src/main/execute.C: z
20494:
20495: * src/classes/: xdoc.C: !::create{qualifiedName}
20496:
20497: * src/types/pa_vxnode.C: document_type_node.
20498: !readonly attribute DOMString name
20499: !notation_node.
20500: !readonly attribute DOMString publicId
20501: !readonly attribute DOMString systemId
20502:
1.116 moko 20503: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20504: ::write badly passed string too transparently [failed to
20505: intercept it]
1.95 moko 20506:
20507: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20508: include/pa_request.h, main/pa_sql_driver_manager.C,
20509: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20510: types/pa_vxnode.h: DOM1 major addtion, only few
20511: attributes/methods left
20512:
20513: 2001-10-13 parser
20514:
20515: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20516: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20517: in main handler
20518:
20519: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20520: cleanups & frees order
20521:
20522: * src/types/pa_vcode_frame.h: couple comments
20523:
20524: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20525: transparent enough to handle hash if creation&passing
20526:
20527: * src/: include/pa_config_fixed.h, main/execute.C,
20528: main/pa_exception.C: noticed that vcodeframe not transparent
20529: enough, would change now
20530:
20531: 2001-10-12 parser
20532:
20533: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20534: fixed. initialization&free on each thread!
20535:
20536: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20537: handling changed: now type of default param analized always, not
20538: only at problem time, thus helping early problem spotting
20539:
20540: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20541: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20542: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20543: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20544: multithread bug fixed. initialization&free on each thread!
20545:
20546: 2001-10-11 parser
20547:
20548: * src/classes/xnode.C: xnode.selectSingle now
20549:
20550: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20551: include/pa_pool.h, include/pa_stylesheet_connection.h,
20552: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20553: convertors out of Pool into Exception
20554:
20555: * src/main/pa_string.C: const
20556:
20557: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20558: linked pieces of same language together prior to String::replace
20559:
20560: * src/classes/hash.C: !^hash.add[addme]
20561: !^hash.sub[subme]
20562: !^a.union[b] = new
20563: !^a.intersection[b] = new
20564: !^a.intersects[b] = bool
20565:
20566: * src/classes/hash.C: !^hash::append[append_from]
20567:
20568: * src/: classes/hash.C, types/pa_vhash.h:
20569: !^hash::create[[copy_from]]
20570:
20571: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20572: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20573: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20574: fixed. got rid of empty_string, which caused errors - it hasnt
20575: exception but somebody[value.bark] tried to throw it on it's pool
20576:
1.116 moko 20577: * src/include/pa_config_auto.h.in: makes
1.95 moko 20578:
20579: 2001-10-10 parser
20580:
20581: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20582:
20583: * src/main/: compile.tab.C, compile.y: ^a[
20584:
20585: @next_method << now unclosed ] would be reported here
20586:
20587: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20588: compile error
20589:
20590: 2001-10-09 parser
20591:
1.116 moko 20592: * src/: classes/Makefile.am, main/Makefile.am,
20593: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20594:
20595: * src/classes/Makefile.am: makes
20596:
20597: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20598: win32 errors intercepted [xalan transformer patched and
20599: incorporated]
20600:
20601: * src/: classes/classes.dsp, classes/xdoc.C,
20602: include/pa_stylesheet_connection.h, main/main.dsp,
20603: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20604: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20605: patches starting
20606:
20607: * src/classes/: string.C, table.C: ^string.save[file]
20608:
20609: * src/classes/: date.C, table.C: calendar moved to date
20610:
20611: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20612: string/table] now
20613:
20614: * src/classes/: op.C, table.C: z
20615:
20616: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20617: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20618: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20619: be code [be string..]
20620:
20621: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20622: table.C: lots of
20623: params->as_int/double/as_string/as_junction/as_no_junction
20624: messages added
20625:
20626: 2001-10-08 parser
20627:
20628: * src/: classes/date.C, classes/image.C, classes/string.C,
20629: classes/table.C, classes/void.C, include/pa_request.h:
20630: params->as_int/double message added
20631:
20632: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20633:
20634: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20635: image:sector removed image:html internal "line-*" attribs
20636:
20637: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20638: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20639:
20640: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20641: way
20642:
20643: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20644: main/untaint.C: header untainting to UL_HTTP_HEADER,
20645: UL_MAIL_HEADER made nonforced [only tainted pieces]
20646:
20647: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20648: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20649: @ SAPI::log
20650:
20651: * src/main/untaint.C: \r to ' ' in origins mode
20652:
20653: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20654: set]
20655:
20656: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20657: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20658: nonstandard liaison freed up
20659:
20660: 2001-10-07 parser
20661:
20662: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20663: project
20664:
20665: 2001-10-05 parser
20666:
20667: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20668: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20669: from outputing to cerr. lots of "todos"
20670:
20671: * src/main/untaint.C: http_header tainting more gentle with
20672: enquoting now
20673:
20674: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20675: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20676: xml errorhandler. fixed string.replace a little, read @test
20677:
20678: * src/main/pa_string.C: found replace bug - first_that_starts(char
20679: *) does not have limit, and looks further eos, fixing....
20680:
20681: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20682:
20683: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20684:
20685: * src/main/: pa_charset_connection.C: ctype another mem clear
20686: bugfix
20687:
1.116 moko 20688: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20689: $result[^[$p^]z] now works fine
1.95 moko 20690:
20691: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20692: wrong. fixed it
20693:
20694: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20695: of totable appered to be vital
20696:
20697: 2001-10-04 parser
20698:
20699: * src/classes/image.C: ^image.length[text]
20700:
20701: 2001-10-03 parser
20702:
20703: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20704:
20705: * src/main/pa_request.C: restored pcre defaulting in request
20706: [mindlessly "optimized" yesterday] comment left
20707:
20708: 2001-10-02 parser
20709:
20710: * src/: main/pa_charset_manager.C,
20711: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20712: needed
20713:
20714: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20715: forgot non-xml pool.*charset needed
20716:
20717: * src/classes/table.C: # config comments fixed
20718:
20719: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20720: charset_connection #comment now
20721:
20722: * src/: classes/classes.dsp, types/types.dsp: release projects
20723: options fixed to use release msvcrt lib
20724:
20725: * src/main/pa_charset_connection.C: pcre tables now const inside
20726: removed default - pcre handles that internally fixed bug on
20727: not-cleaning tables [previously was calloced, now member]
20728:
20729: * src/: include/pa_request.h, main/pa_charset_connection.C,
20730: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20731: inside removed default - pcre handles that internally fixed bug
20732: on not-cleaning tables [previously was calloced, now member]
20733:
20734: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20735: tested charset reload on file change @ apache version = OK tested
20736: freeing up prev encoding on adding new = OK
20737:
20738: 2001-10-01 parser
20739:
20740: * src/main/pa_charset_connection.C: removed entitify external hack
20741: [internal installed]
20742:
1.116 moko 20743: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20744:
20745: * src/: include/pa_charset_connection.h,
20746: include/pa_charset_manager.h,
20747: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20748: main/pa_charset_connection.C, main/pa_charset_manager.C,
20749: main/pa_request.C: charset loading & caching mech 0
20750:
20751: * src/: include/pa_stylesheet_connection.h,
20752: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20753: main/pa_globals.C, main/pa_request.C: would make charset loading
20754: & caching mech now
20755:
20756: 2001-09-30 parser
20757:
20758: * src/main/pa_request.C: forgot to fill toTable
20759:
20760: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20761: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20762: failed on win32 for now..
20763:
20764: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20765: now charsets table configuration variable is: CHARSETS
20766:
20767: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20768: ctype with unicode 1. todo: no П entities on output somehow
20769:
20770: * src/: classes/file.C, classes/op.C, classes/string.C,
20771: include/pa_request.h, main/pa_request.C: started ctype with
20772: unicode values
20773:
20774: 2001-09-28 parser
20775:
20776: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20777: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20778: string passed AS-IS now
20779:
20780: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20781: way of user-configuring... todo: implement
20782:
20783: 2001-09-27 parser
20784:
20785: * src/classes/table.C: table.sort changed to sort table itself
20786:
20787: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20788: X^.getElementsByTagName[tagname] = array of xnode
20789: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20790: nodes removed - regretfully not supported @ xalan. maybe someday
20791: would reimplement, if needed.
20792:
20793: win32build system: solved long waiting anti-non-started-apache
20794: problem
20795:
20796: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20797: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20798: types/types.dsp: win32 ident make system so not to rebuild
20799: library [ident.C.new]
20800:
20801: 2001-09-26 parser
20802:
20803: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20804: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20805: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20806: types/pa_vxnode.C, types/types.dsp: z
20807:
20808: * src/classes/classes.C: forgot one non-xml check
20809:
1.116 moko 20810: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20811: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20812:
20813: * src/targets/cgi/parser3.C: z
20814:
20815: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20816: targets/isapi/parser3isapi.C: #ifdef SMTP
20817:
20818: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20819: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20820: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20821: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20822: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20823: types/types.dsp: xdoc&xnode now
20824:
20825: * src/: classes/classes.C, classes/classes.awk,
20826: classes/classes.dsp, classes/classes.h, classes/date.C,
20827: classes/dnode.C, classes/dnode.h, classes/dom.C,
20828: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20829: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20830: classes/op.C, classes/response.C, classes/string.C,
20831: classes/table.C, classes/void.C, include/pa_array.h,
20832: include/pa_common.h, include/pa_config_fixed.h,
20833: include/pa_config_includes.h, include/pa_dictionary.h,
20834: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20835: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20836: include/pa_socks.h, include/pa_sql_connection.h,
20837: include/pa_sql_driver_manager.h, include/pa_stack.h,
20838: include/pa_string.h, include/pa_stylesheet_connection.h,
20839: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20840: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20841: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20842: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20843: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20844: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20845: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20846: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20847: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20848: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20849: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20850: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20851: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20852: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20853: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20854: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20855: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20856: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20857: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20858: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20859: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20860: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20861: types/pa_vmethod_frame.h, types/pa_vobject.h,
20862: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20863: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20864: types/pa_vstateless_object.h, types/pa_vstring.C,
20865: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20866: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20867: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20868: main.dsp splitted to main+classes+types along to .am
20869:
20870: * src/classes/Makefile.am: removed useless var
20871:
20872: * src/: classes/classes.cmd, main/main.dsp,
20873: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20874: main.dsp
20875:
20876: 2001-09-25 parser
20877:
20878: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20879: 1251 though, todo ICU
20880:
1.116 moko 20881: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20882: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20883: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20884: types/pa_vdom.h: xml configure makes
1.95 moko 20885:
20886: 2001-09-24 parser
20887:
1.116 moko 20888: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20889: types/Makefile.am: makes
1.95 moko 20890:
1.116 moko 20891: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20892:
20893: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20894: started unix makes update
20895:
20896: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20897: started unix makes update
20898:
20899: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20900:
20901: * src/types/pa_value.h: z
20902:
20903: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20904: bugs with usinge hash/table in expressions
20905:
20906: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20907: resolved conflicts fixed [const]
20908:
20909: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20910: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20911: main/compile.C, main/compile.tab.C, main/compile.y,
20912: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20913: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20914: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20915: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20916: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20917: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20918: with before_xml [merge2 actually didn't happen - i've created
20919: tags on wrong branch. so this merge is in fact re-merge]
20920:
20921: 2001-09-21 parser
20922:
20923: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20924: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20925: produced "" in make file and sadly wrong interpreted on load]
20926:
1.116 moko 20927: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20928: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20929: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20930: include/pa_sql_driver_manager.h, include/pa_string.h,
20931: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20932: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20933: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20934:
20935: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20936: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20937: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20938: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20939: main/pa_pool.C, main/pa_request.C,
20940: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20941: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20942: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20943: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20944: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20945: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20946: types/pa_vrequest.C, types/pa_vresponse.h,
20947: types/pa_vstateless_class.C, types/pa_vstring.C,
20948: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20949: created new projects for sql drivers [planning to remove sql
20950: drivers from main cvs project] first, will join latest changes
20951:
20952: * src/classes/: dom.C: defaulted dom writing methods encoding to
20953: pool.get_charset
20954:
20955: * src/classes/dom.C: defaulted dom writing methods encoding to
20956: pool.get_charset
20957:
20958: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20959: pool.get_charset
20960:
20961: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20962: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20963: methods encoding to pool.get_charset
20964:
20965: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20966: transcoder were created right "unsupported encoding" message.
20967: not @ set time, but @ use time, so until xml output functions
20968: .string, .file, .save used - no encoding name check occur
20969:
20970: reduced transcode buffer size to 60 fixed pool cleanup - no
20971: registration needed, pools are officially destructured
20972:
20973: 2001-09-20 parser
20974:
20975: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20976:
20977: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20978: $MAIN:DEFAULTS.content-type[$.charset[here]]
20979:
20980: * src/: classes/dnode.C, classes/dom.C,
20981: include/pa_config_includes.h, include/pa_globals.h,
20982: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20983: main/pa_pool.C, targets/cgi/parser3.dsp,
20984: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20985: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20986: Pool::transcode 0
20987:
20988: * src/classes/dom.C: dom. string save file moved output xml options
20989: to last param and made it optional
20990:
20991: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20992: dnodes
20993: !$attributenode.specified = boolean
20994: true if the attribute received its value explicitly
20995: in the XML document,
20996: or if a value was assigned programatically with the
20997: setValue function.
20998: false if the attribute value came from the default value
20999: declared in the document's DTD.
21000: !$pinode.target = target of this processing instruction
21001: XML defines this as being the first token following the
21002: markup
21003: that begins the processing instruction.
21004: XPath:
21005: !^node.select[xpath/query/expression] = hash of 0->node0
21006: 1->node1
21007: !^node.select-single[xpath/query/expression] = first node if
21008: any
21009:
21010: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21011: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21012: some 'const's added
21013:
21014: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21015: expression context now, there value = size and boolean value
21016: size!=0
21017:
21018: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21019: can be used in expression context now, there value = size and
21020: boolean value size!=0
21021:
21022: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21023: types/pa_vstring.h: dnode .file .string .save moved back to dom
21024: due to strange xalan bug
21025:
21026: 2001-09-18 parser
21027:
21028: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21029: classes/image.C, classes/op.C, classes/table.C,
21030: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21031: include/pa_sql_driver_manager.h, main/compile.C,
21032: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21033: main/execute.C, main/pa_common.C, main/pa_request.C,
21034: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21035: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21036: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21037: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21038: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21039: before_xml branch ^if(def $hash) now true only when
21040: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21041:
21042: * src/: classes/op.C, main/execute.C: operators self changed to
21043: root ^for variable context changed to self
21044:
21045: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21046: dnode 1
21047:
21048: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21049: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21050:
21051: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21052: poly* fixed
21053:
21054: 2001-09-17 parser
21055:
21056: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21057: types/pa_vdom.h: started dnode+dom
21058:
21059: dnode DOM methods: $node.name $node.value
21060: ...others...
21061:
21062: ^node.xpath[/rates/USD] = hash
21063: $hash[
21064: $.0[node0]
21065: $.1[node1]
21066: ]
21067:
21068: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21069: applies to all linear primitives
21070:
21071: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21072: include/pa_stylesheet_connection.h, main/main.dsp,
21073: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21074: types/pa_vimage.h: started dnode DOM: $node.name
21075: $node.value ...others... ^node.xpath[/rates/USD] = hash
21076: dom(dnode)
21077:
21078: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21079: main/compile.y, main/compile_tools.h, main/execute.C,
21080: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21081: in expression compound($aa.zz.xx) names now can have minus '-' in
21082: name after '.'
21083:
21084: 2001-09-15 parser
21085:
21086: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21087: image: $line-width ^line(...)[**** style]
21088:
21089: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21090: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21091: pool_storage - cleanups first, allocations second. apache wisely
21092: does just like that
21093:
21094: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21095: rewritten using template, no bugs now
21096:
21097: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21098: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21099: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21100: poorly started isapi pool_storage, would rewrite using template
21101: now
21102:
21103: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21104: include/pa_stylesheet_connection.h, main/main.dsp,
21105: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21106: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21107: xalan objects freed up [introducing Pool::register_cleanup]
21108:
21109: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21110: comments
21111:
21112: 2001-09-14 parser
21113:
21114: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21115: z
21116:
21117: * src/: classes/dom.C, classes/file.C, classes/image.C,
21118: classes/mail.C, include/pa_common.h,
21119: include/pa_sql_driver_manager.h, include/pa_string.h,
21120: include/pa_stylesheet_connection.h,
21121: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21122: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21123: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21124: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21125: compiled&cached
21126:
21127: 2001-09-13 parser
21128:
21129: * src/: classes/dom.C, classes/file.C, classes/image.C,
21130: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21131:
21132: * src/classes/dom.C: dom:file content-type(.method)
21133:
21134: * src/: include/pa_common.h, include/pa_globals.h,
21135: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21136: string now more informative error messages
21137:
21138: * src/: include/pa_globals.h, include/pa_request.h,
21139: main/pa_request.C, targets/cgi/parser3.C,
21140: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21141: ParserSiteConfig .../parser3.conf
21142:
21143: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21144:
21145: 2001-09-12 parser
21146:
21147: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21148: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21149: precise error reporting: "connection string must start with
21150: protocol://" now
21151:
21152: * src/main/compile.tab.C: fixed - subname code parts actually []
21153: braced
21154:
21155: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21156: lexer on LS_USER level did [] matching without setting nestage,
21157: introduced special LS_NAME_SQUARE_PART state
21158:
21159: 2001-09-11 parser
21160:
21161: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21162: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21163: languages+=xml
21164:
21165: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21166:
21167: * src/classes/dom.C: ^dom:save/string/file[output options] output
21168: options: $.method[xml|html|text] detection fixed
21169:
21170: * src/types/pa_vdom.h: messages
21171:
21172: * src/classes/dom.C: ^dom:save/string/file[output options] output
21173: options: $.method[xml|html|text] detection fixed
21174:
21175: 2001-09-10 parser
21176:
21177: * src/classes/dom.C: ^dom:save/string/file[output options] output
21178: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21179:
21180: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21181: added]
21182:
21183: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21184: ^dom.xslt[stylesheet filename] 0
21185:
21186: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21187: ^dom.xslt[stylesheet filename] -1 doc is lying
21188:
21189: * src/classes/dom.C: ^dom.file[encoding] = file
21190:
21191: * src/classes/: dom.C: ^dom.string[encoding] 1
21192: ^dom.save[encoding;filename]
21193:
21194: * src/classes/dom.C: ^dom.string[] 0
21195:
21196: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21197:
21198: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21199: types/pa_vform.h: ^dom.save[b.xml] 0
21200:
21201: 2001-09-08 parser
21202:
21203: * src/types/pa_vform.C: $form:tables.name.field
21204:
21205: 2001-09-07 parser
21206:
21207: * src/classes/table.C: table:empty removed, superceded by ^if(def
21208: $table)...
21209:
21210: * src/targets/cgi/parser3.C: z
21211:
21212: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21213: from '' to int/double is 0]
21214:
21215: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21216: $table) is false when table is empty
21217:
21218: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21219: !$form:tables $atable[$form:tables.a]
21220: ^atable.menu{a=$atable.element}[,]
21221:
21222: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21223: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21224:
1.116 moko 21225: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21226: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21227: of dom
21228:
21229: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21230: types/pa_vform.C, types/pa_vform.h: z
21231:
21232: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21233: element [not last]
21234:
1.116 moko 21235: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21236: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21237:
21238: 2001-09-06 parser
21239:
21240: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21241: table with one column 'element' and two rows: 1 and 2
21242:
21243: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21244: table with one column 'element' and two rows: 1 and 2
21245:
21246: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21247: bad int/double conversions, and now $form:nonexistent.int(88)
21248: would return 88
21249:
21250: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21251: types/pa_vhash.h: now there's special hash key '_default'
21252: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21253: $._default[xx] ] $hash.c
21254:
21255: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21256: fixed [thanks, fif], ^; were treated there non-literally
21257:
21258: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21259: doxygen
21260:
21261: * src/: classes/image.C, classes/op.C, classes/string.C,
21262: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21263: types/pa_vtable.C: few #ifndef DOXYGEN
21264:
21265: 2001-09-05 parser
21266:
21267: * src/classes/: string.C, table.C: sql options can be void [same as
21268: image:html the other day]
21269:
21270: * src/targets/cgi/Makefile.am: .am undo
21271:
21272: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21273: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21274: macro expantion on param, simply qoutes whatever passed, undone
21275:
21276: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21277: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21278: STRINGIZE(name) #name invented
21279:
21280: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21281: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21282: MAIN_SQL_DRIVERS_NAME "drivers"
21283:
21284: moved to be availible to all users
21285:
21286: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21287: SQL_DRIVER_CREATE_FUNC_NAME
21288:
21289: * src/classes/mail.C: MAIN:MAIL check fixed
21290:
21291: 2001-09-04 parser
21292:
21293: * src/classes/image.C: image.html now can accept void params
21294:
21295: * src/targets/isapi/parser3isapi.C: z
21296:
21297: * src/targets/cgi/parser3.C: full_file_spec bug
21298:
21299: * src/targets/cgi/parser3.C: getenvcheck
21300:
21301: * src/targets/cgi/parser3.C: zz
21302:
21303: * src/targets/cgi/parser3.C: zzz
21304:
21305: * src/classes/date.C: date
21306:
21307: * src/classes/date.C: date:sql-string is now without ''
21308:
1.116 moko 21309: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21310: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21311: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21312:
1.116 moko 21313: * src/include/pa_config_auto.h.in: makes
1.95 moko 21314:
21315: 2001-09-03 parser
21316:
21317: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21318:
21319: 2001-09-01 parser
21320:
21321: * src/classes/image.C: letter_spacing
21322:
21323: * src/classes/image.C: image: font params changed
21324:
21325: * src/classes/image.C: image: as_int as_string used
21326:
21327: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21328: analized
21329:
21330: 2001-08-31 parser
21331:
21332: * src/targets/cgi/parser3.C: z
21333:
1.116 moko 21334: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21335: cygwin
1.95 moko 21336:
21337: * src/classes/void.C: void:int/double += (default)
21338:
21339: * src/classes/image.C: image:font added space param image:font
21340: changed charwidth alg, added kerning const[for now]
21341:
21342: * src/classes/: string.C, table.C: string:int/double (defaults)
21343:
21344: 2001-08-29 parser
21345:
21346: * src/main/pa_exception.C: exception redundant debug info
21347:
21348: 2001-08-28 parser
21349:
21350: * src/classes/image.C: image error msgs
21351:
21352: * src/classes/image.C: image: gifsize little endian
21353:
21354: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21355: doxygeneration
21356:
21357: * src/: classes/Makefile.am, main/Makefile.am,
21358: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21359:
21360: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21361: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21362:
21363: * src/main/compile.C: NO_STRING_ORIGIN check2
21364:
21365: * src/classes/table.C: NO_STRING_ORIGIN check
21366:
21367: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21368: storage class specifiers invalid in friend function declarations
21369:
21370: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21371: main/untaint.C, targets/cgi/parser3.C,
21372: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21373: case of limit
21374:
21375: * src/: classes/file.C, main/pa_common.C: file:move
21376: autocreate/remove dest/src dir
21377:
21378: * src/: classes/string.C, include/pa_dictionary.h,
21379: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21380: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21381: to directory constructor. string:replace
21382:
21383: 2001-08-27 parser
21384:
21385: * src/classes/image.C: fixed jpgsize alg
21386:
21387: * src/classes/image.C: fixed jpgsize alg
21388:
21389: * src/main/pa_exception.C: z
21390:
21391: * src/main/pa_common.C: removed debug info from pa_common
21392:
21393: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21394: [auto.p from current dir loading]
21395:
1.116 moko 21396: * src/: main/pa_common.C, main/pa_exception.C,
21397: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21398: for solaris -lsocket
1.95 moko 21399:
21400: 2001-08-24 parser
21401:
21402: * src/targets/cgi/parser3.C: not cgi extra \n 3
21403:
21404: * src/targets/cgi/parser3.C: not cgi extra \n 2
21405:
21406: * src/targets/cgi/parser3.C: not cgi extra \n
21407:
21408: * src/main/pa_sql_driver_manager.C: z
21409:
21410: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21411: sql* removed services from disconnect - cross-request ideological
21412: probs.
21413:
21414: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21415: cross-request ideological probs. oracle - fixed bug: cs
21416: allocated on request.pool and got freed before disconnect
21417:
21418: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21419: mallocs fixed
21420:
21421: 2001-08-23 parser
21422:
21423: * src/classes/file.C: minor bug in file:save fixed
21424:
21425: * src/main/pa_sql_driver_manager.C: oracle: dlink
21426:
21427: 2001-08-22 parser
21428:
21429: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21430: types/pa_vfile.h: file:load|save[text|binary;
21431:
21432: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21433:
21434: 2001-08-21 parser
21435:
21436: * src/classes/: file.C, table.C: ^file:list
21437:
21438: 2001-08-20 parser
21439:
21440: * src/: main/compile.tab.C, main/compile.y,
21441: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21442: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21443: recousively caused problems: inc incremeted 123 literal!! fixed
21444:
21445: 2001-08-10 parser
21446:
21447: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21448:
21449: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21450: added
21451:
21452: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21453: added
21454:
21455: * src/classes/table.C: table:sort restored [it was bad test :(]
21456:
21457: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21458: ''
21459:
21460: * src/main/: pa_request.C: wanted to make const int
21461: MAX_EXECUTE_SECONDS=1;
21462:
21463: but couldnt, set_callback_and_alarm appeared to be not exported
21464: :(
21465:
21466: * src/main/pa_string.C: string.match hanged on. there were a hang
21467: check but it weren't wise enough
21468:
21469: @parse[dateString][tmp]
21470: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21471: #end
21472:
21473: @main[] ^parse[2001-02-03]
21474:
21475: * src/classes/: table.C: table:sort now default desc
21476:
21477: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21478: table.sort now creates new sorted table
21479:
21480: 2001-08-09 parser
21481:
21482: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21483:
21484: * src/classes/hash.C: hash:_default now [was hash:default]
21485:
21486: * src/classes/op.C: case without switch check added
21487:
21488: * src/types/pa_vcookie.C: cookie name&value origins added, more
21489: precise $ORIGINS(1)
21490:
21491: * src/main/Makefile.am: .am
21492:
21493: * src/classes/void.C: void: int double copy/paste from int: bug
21494: fixed
21495:
21496: * src/classes/void.C: void: int double copy/paste from int: bug
21497: fixed
21498:
21499: 2001-08-07 parser
21500:
21501: * src/: classes/double.C, classes/int.C, classes/string.C,
21502: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21503: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21504: string, table
21505:
21506: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21507: srand made working
21508:
21509: 2001-08-06 parser
21510:
21511: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21512: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21513: main/compile.tab.C, main/compile.y, main/pa_array.C,
21514: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21515: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21516:
21517: * src/main/pa_exec.C: exec win32 real filename
21518:
21519: * src/classes/file.C: exec stderr out
21520:
21521: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21522:
21523: 2001-08-03 parser
21524:
21525: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21526:
21527: 2001-08-02 parser
21528:
21529: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21530: main/execute.C, main/pa_exec.C: introducing Array_iter
21531:
21532: * src/main/execute.C: detected quick_get recursion bug. changed to
21533: get@execute, but needs array iterator, separate from array to
21534: avoid it & use caching
21535:
21536: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21537: bug fixed
21538:
21539: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21540: main/execute.C, main/pa_globals.C: found another multithread bug
21541: in op.C (last, last global var killed) :)
21542:
21543: 2001-08-01 parser
21544:
21545: * src/: include/pa_dictionary.h, include/pa_globals.h,
21546: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21547: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21548: main/untaint.C: speeded up typo-html replacements. introducing
21549: Dictionary with first-char caching
21550:
21551: 2001-07-31 parser
21552:
21553: * src/types/Makefile.am: pa_vtable.C added to .am
21554:
21555: * src/main/compile.tab.C: added, so that could be compiled even on
21556: non-bison-enabled platforms
21557:
21558: 2001-07-28 parser
21559:
21560: * src/classes/table.C: table:hash always produces hash, when can't
21561: - empty
21562:
21563: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21564: skipped \n
21565:
21566: 2001-07-27 parser
21567:
21568: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21569: on int/double/string :sql without result and default
21570:
21571: 2001-07-26 parser
21572:
21573: * src/classes/op.C: fixed bad multithread bug with strangly global
21574: OP
21575:
21576: * src/main/compile.y: $man[$.age[zzz]] 0
21577:
21578: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21579: creation syntax problem persists. restored $: for a while.
21580: thinking of $man[$.age[zzz]] syntax now
21581:
21582: * src/: classes/double.C, classes/int.C, classes/string.C,
21583: include/pa_opcode.h, main/compile.C, main/compile.y,
21584: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21585: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21586: types/pa_wwrapper.h: fixing :: realization #1
21587:
21588: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21589: main/compile_tools.h, main/execute.C, main/pa_request.C,
21590: types/pa_vmethod_frame.h: introducing :: this is constructor call
21591: prefix. ordinary : remains for static accesses
21592:
21593: 2001-07-25 parser
21594:
21595: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21596: fields 2. methods 3. columns
21597:
21598: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21599: quote. optimized double&int tostring-s
21600:
21601: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21602: whitespace before first method decl
21603:
21604: * src/classes/table.C: allowed nontable result in table:sql,
21605: results in empty table
21606:
21607: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21608: lines before first method decl
21609:
21610: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21611: types/pa_vtable.h: ^table.record[] now $table.fields
21612:
21613: * src/main/compile.y: $var[] is now empty string, not void
21614:
21615: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21616: void
21617:
21618: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21619: main/pa_globals.C: match replace code context moved to implicit
21620: $match context
21621:
21622: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21623: main/compile_tools.h, main/execute.C: with killed, code storage
21624: introduced with former 'with' syntax
21625:
21626: 2001-07-24 parser
21627:
21628: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21629: types/pa_value.h: first get_element, next get operator
21630:
21631: * src/main/compile.y: removed @end handling
21632:
21633: * src/main/: compile.C, compile.y: @end handling method2
21634:
21635: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21636: file:move
21637:
21638: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21639: fixed
21640:
21641: 2001-07-23 parser
21642:
21643: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21644: driver
21645:
21646: * src/classes/hash.C: changed sql driver query interface
21647:
21648: * src/: classes/hash.C, classes/string.C, classes/table.C,
21649: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21650: changed sql driver query interface
21651:
21652: 2001-07-20 parser
21653:
21654: * src/types/pa_vrequest.C: X!$browser:type
21655:
21656: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21657: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21658: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21659: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21660: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21661: types/pa_vobject.h, types/pa_vrequest.C,
21662: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21663: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21664: BASE element globally removed
21665:
21666: 2001-07-18 parser
21667:
21668: * src/classes/file.C: file:exec/cgi msg
21669:
21670: * src/classes/file.C: $file:exit-code renamed to 'status'
21671:
21672: * src/: classes/file.C, main/pa_exec.C: file:exec
21673:
1.116 moko 21674: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21675: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21676: removed $id from *.in *.am
1.95 moko 21677:
21678: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21679: abbrevations
21680:
21681: * src/: classes/date.C, classes/mail.C, classes/math.C,
21682: classes/string.C, classes/table.C, include/pa_globals.h,
21683: include/pa_string.h, main/execute.C, main/pa_globals.C,
21684: main/pa_request.C, main/pa_string.C, main/untaint.C,
21685: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21686: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21687: $ORIGINS(1) output tracing mode
21688:
21689: 2001-07-13 parser
21690:
21691: * src/: classes/double.C, classes/int.C, classes/string.C,
21692: include/pa_request.h, main/execute.C, main/pa_request.C:
21693: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21694: second would not call first @auto
21695:
21696: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21697: wrong, fixed
21698:
21699: 2001-07-12 parser
21700:
21701: * src/types/pa_value.h: pa_value.putelement modification of system
21702: classes prevented
21703:
21704: 2001-07-11 parser
21705:
21706: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21707: table $piece
21708:
21709: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21710: types/pa_vstateless_class.h: $file created by file:state +=
21711: .atime .mtime .ctime +found&fixed bug with exceptions on
21712: get_junction-created objects [they were on wrong pool]
21713:
21714: 2001-07-09 parser
21715:
21716: * src/main/untaint.C: qp wrong name
21717:
21718: * src/: classes/date.C, classes/string.C, classes/table.C,
21719: main/compile.y: date format 0
21720:
21721: 2001-07-07 parser
21722:
21723: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21724: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21725: roll table calendar
21726:
21727: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21728: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21729: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21730: include/pa_request.h, main/main.dsp, types/pa_value.h,
21731: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21732: string. todo: sql, calendar
21733:
21734: 2001-07-06 parser
21735:
21736: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21737: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21738:
21739: 2001-07-03 parser
21740:
21741: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21742: classes/random.C, main/main.dsp: class random renamed to math,
21743: operators became methods
21744:
21745: * src/classes/op.C: pow sqrt
21746:
21747: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21748:
21749: 2001-07-02 parser
21750:
21751: * src/classes/table.C: ^table.columns column renamed from 'name' to
21752: 'column'
21753:
21754: * src/classes/hash.C: ^hash.keys[]
21755:
21756: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21757:
21758: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21759: 'strings'
21760:
21761: 2001-06-29 parser
21762:
21763: * src/main/: execute.C: /0 %0 checkes ver 2
21764:
21765: * src/main/execute.C: /0 %0 checke
21766:
21767: * src/classes/Makefile.am: nothing - void
21768:
21769: * src/classes/table.C: empty strings @ sql
21770:
21771: 2001-06-28 parser
21772:
21773: * src/: classes/double.C, classes/file.C, classes/form.C,
21774: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21775: classes/op.C, classes/random.C, classes/response.C,
21776: classes/string.C, classes/table.C, classes/void.C,
21777: main/compile.C, main/compile_tools.C, main/execute.C,
21778: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21779: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21780: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21781: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21782: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21783: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21784: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21785: $";
21786:
21787: * src/: classes/double.C, classes/file.C, classes/form.C,
21788: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21789: classes/op.C, classes/random.C, classes/response.C,
21790: classes/string.C, classes/table.C, classes/void.C,
21791: main/compile.C, main/compile.y, main/compile_tools.C,
21792: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21793: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21794: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21795: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21796: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21797: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21798:
21799: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21800: $class:name: == ${class:name}:
21801:
21802: * src/classes/string.C: exactly one
21803:
21804: 2001-06-27 parser
21805:
21806: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21807: types/pa_vvoid.h: nothing renamed to void
21808:
21809: * src/classes/op.C: ^switch ^case
21810:
21811: * src/main/compile.y: nothing renamed to void
21812:
21813: * src/: classes/hash.C, classes/table.C, main/compile.y,
21814: main/execute.C, main/main.dsp, main/pa_request.C,
21815: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21816: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21817: void
21818:
21819: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21820:
21821: 2001-05-28 parser
21822:
21823: * src/doc/html2chm.cmd: removed >a
21824:
21825: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21826: project options [some bugs]
21827:
21828: * src/doc/sources2html.cmd: z
21829:
21830: * src/: classes/classes.C, main/compile.C, main/compile.y,
21831: main/execute.C: operators are not in root class again
21832:
21833: 2001-05-24 parser
21834:
21835: * src/targets/cgi/parser3.dsp: project file
21836:
21837: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21838: ^log ^exp
21839:
21840: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21841: conversions in @exception[params]
21842:
21843: * src/main/pa_request.C: // no _ conversions in @exception[params]
21844:
21845: 2001-05-23 parser
21846:
21847: * src/main/pa_string.C: string cmp bug
21848:
21849: * src/classes/: mail.C, op.C: rem max 1000
21850:
21851: * src/: classes/op.C, main/compile.y: allow one empty line before
21852: LS_DEF_NAME
21853:
21854: 2001-05-22 parser
21855:
21856: * src/classes/op.C: if params code-required
21857:
21858: 2001-05-21 parser
21859:
21860: * src/types/pa_vstring.C: eoleof
21861:
21862: * src/classes/Makefile.am: .AM
21863:
21864: * src/classes/nothing.C: resultless ^sql moved to nothing:
21865:
21866: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21867:
21868: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21869: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21870: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21871: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21872: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21873: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21874: 'nothing'
21875:
21876: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21877: vstring::set_string
21878:
21879: * src/classes/: double.C, int.C, string.C: int,double;sql
21880:
21881: * src/: classes/hash.C, classes/int.C, classes/string.C,
21882: classes/table.C, include/pa_string.h, main/pa_string.C,
21883: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21884:
21885: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21886: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21887: hash:sql moved to main trunc. operators.txt updated
21888:
21889: * src/classes/: hash.C, op.C, table.C: hash:sql
21890:
21891: * src/classes/op.C: z
21892:
21893: * src/: main/compile.C, classes/classes.C: 1
21894:
21895: * src/: classes/classes.C, main/compile.C, main/compile.y,
21896: main/execute.C: 0
21897:
21898: * src/main/execute.C: z
21899:
21900: * src/targets/cgi/parser3.C: z
21901:
21902: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21903: site_auto_path "." in that case
21904:
21905: * src/targets/cgi/: parser3.C: z
21906:
21907: * src/main/pa_request.C: .am
21908:
21909: * src/: main/pa_request.C, targets/cgi/parser3.C:
21910: pcre_tables=pcre_default_tables;
21911:
21912: 2001-05-19 parser
21913:
21914: * src/main/pa_string.C: z
21915:
21916: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21917: introducing String::cstr_bufsize, returns just size+1 for as_is
21918: target.
21919:
21920: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21921: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21922: used, 4* mem wasted
21923:
21924: * src/classes/string.C: root context in match replace body now
21925: unchanged
21926:
21927: * src/types/pa_value.h: parameter # 1 based
21928:
21929: * src/main/pa_common.C: common: actual filename '%s'
21930:
21931: * src/classes/string.C: z
21932:
21933: * src/classes/Makefile.am: classes/.am
21934:
21935: * src/classes/: Makefile.am: classes/.am
21936:
21937: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21938: targets/cgi/pa_pool.C: classes/.am
21939:
21940: 2001-05-18 parser
21941:
1.116 moko 21942: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21943: pa_threads.C ins
1.95 moko 21944:
21945: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21946:
21947: 2001-05-17 parser
21948:
21949: * src/: classes/string.C, include/pa_config_fixed.h,
21950: include/pa_config_includes.h, main/compile.y,
21951: main/compile_tools.h, main/execute.C, main/pa_array.C,
21952: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21953: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21954: types/pa_vform.C: #include "pa_config_includes.h" removed from
21955: most .C
21956:
21957: * src/doc/html2chm.cmd: z
21958:
21959: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21960: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21961:
21962: * src/main/pa_sql_driver_manager.C: moved expiration to
21963: get_connection_from_cache
21964:
21965: * src/main/pa_sql_driver_manager.C: cache expiration bf
21966:
21967: * src/: classes/classes.h, include/pa_sql_connection.h,
21968: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21969: cache expiration[use SQL_Driver::disconnect]
21970:
21971: * src/main/pa_table.C: table.locate current restored on "not found"
21972:
21973: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21974: line no
21975:
21976: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21977: ANTI_ENDLESS_EXECUTE_RECOURSION
21978:
21979: * src/: classes/op.C, include/pa_sql_connection.h,
21980: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21981: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21982: 1driver and set_services fight for driver::fservices. before fix
21983:
21984: * src/: classes/op.C, include/pa_config_fixed.h,
21985: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21986: main/pa_sql_driver_manager.C: found problem at last: 2connections
21987: own 1driver and set_services fight for driver::fservices. before
21988: fix
21989:
21990: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21991: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21992: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21993: pa_threads.C
21994:
21995: * src/include/pa_threads.h: removed targets/parser
21996:
21997: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21998: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21999: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22000: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22001: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22002: headers
22003:
22004: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22005: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22006: order prevented sqlmanager to see MULTYTHREAD define
22007:
22008: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22009: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22010: put/gets
22011:
22012: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22013: from hash.h
22014:
22015: * src/: classes/op.C, include/pa_sql_connection.h,
22016: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22017: from cache ->set_services(&services);
22018:
22019: 2001-05-16 parser
22020:
22021: * src/targets/cgi/parser3.C: z
22022:
22023: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22024: debug, #ifdefed some. would debug later, on more precise sample
22025: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22026: $name.$tail[$tail!] $name.$tail } ok3
22027:
22028: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22029: removed array debug. before vstring rebasing
22030:
22031: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22032: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22033: array debugged; adjusted
22034:
22035: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22036: SQL_Driver_manager line no for connect/charset errors
22037:
22038: 2001-05-15 parser
22039:
22040: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22041: main/pa_string.C: string+array made linear grows
22042:
22043: * src/: include/pa_string.h, main/pa_string.C,
22044: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22045: grow lineary, not exponentialy
22046:
22047: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22048: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22049: with fullchunk cmps
22050:
22051: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22052: 70041= 81
22053:
22054: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22055: targets/cgi/parser3.C: detected huge mem allocation: size/times
22056: malloc 27809390/368771, calloc 3232/83. would test now
22057:
22058: * src/: classes/random.C, main/compile.y, main/execute.C,
22059: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22060: numbered params had wrong name - for instance: bad error message
22061: in ^for[] bad body type. fixed
22062:
22063: 2001-05-14 parser
22064:
22065: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22066: main/untaint.C: ^string.upper|lower[]
22067:
22068: 2001-05-11 parser
22069:
22070: * src/: classes/double.C, classes/image.C, classes/op.C,
22071: classes/string.C, classes/table.C, classes/unknown.C,
22072: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22073: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22074: types/pa_vunknown.h: op: MAX_LOOPS as_int
22075:
22076: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22077: .dsp for win32tools
22078:
22079: 2001-05-11 paf
22080:
22081: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22082: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22083: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22084: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22085:
22086: 2001-05-10 paf
22087:
22088: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22089: for C++, that's all
22090:
1.116 moko 22091: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22092: pa_config_includes.h: inline wonders
1.95 moko 22093:
22094: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22095: doc/doxygen.cmd: hash.C added
22096:
22097: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22098:
22099: * src/main/compile.y: @end grammar: allowed zero strings in control
22100: menthod
22101:
22102: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22103: pa_vstateless_object.h: changed priority: field before method
22104: lookup in vclass & vobject
22105:
22106: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22107: grammar: priorities changes [lowerd && prior] vobject: now first
22108: fields, next methods
22109:
22110: 2001-05-08 paf
22111:
22112: * src/main/pa_table.C: table columnname2item on nameless ignored
22113: bark=false. fixed
22114:
22115: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22116: types/pa_vmethod_frame.h: hash:default works at last!
22117:
22118: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22119: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22120: hash:default
22121:
22122: * src/classes/table.C: z
22123:
22124: * src/classes/table.C: table:hash always hash of hash now
22125:
22126: * src/classes/table.C: table:empty return bool now
22127:
22128: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22129: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22130: types/pa_vtable.h: table:hash
22131:
22132: * src/classes/table.C: table:record have name
22133:
22134: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22135: returns vunknown
22136:
22137: * src/classes/: double.C, int.C, op.C, string.C:
22138: int,double,string:int[] double[] string:length[] results now have
22139: hames
22140:
22141: * src/: classes/op.C, classes/table.C, main/main.dsp,
22142: types/pa_vtable.h: removed table:find. table:locate and op:eval
22143: now return bool
22144:
22145: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22146: in method checkparams again. fixed
22147:
22148: 2001-05-07 paf
22149:
22150: * src/doc/chm.cmd: cmd
22151:
22152: * src/: classes/image.C, classes/mail.C, classes/string.C,
22153: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22154: types/pa_value.h: method reported errors on wrong pool
22155:
22156: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22157: now
22158:
22159: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22160: include/code.h, include/pa_opcode.h, main/compile.C,
22161: main/compile_tools.h, main/execute.C, types/pa_value.h,
22162: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22163: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22164: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22165: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22166: types/pa_vmethod_frame.h, types/pa_vobject.h,
22167: types/pa_vrequest.h, types/pa_vresponse.h,
22168: types/pa_vstateless_class.h, types/pa_vstring.h,
22169: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22170: types/pa_wwrapper.h: pa_code.h
22171:
22172: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22173:
22174: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22175: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22176: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22177: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22178: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22179: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22180: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22181: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22182: types/pa_vtable.h: dox, split by not clean parts also
22183:
22184: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22185: types/pa_vtable.h: table: fields, then methods. so to enable
22186: 'dir' fields & co. more
22187:
22188: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22189: so to enable 'dir' fields & co.
22190:
22191: * src/main/compile.y: grammar: @end
22192:
22193: 2001-05-04 paf
22194:
22195: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22196: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22197:
22198: * src/: classes/classes.h, classes/double.C, classes/file.C,
22199: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22200: classes/op.C, classes/random.C, classes/response.C,
22201: classes/string.C, classes/table.C, classes/unknown.C,
22202: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22203: method dox
22204:
22205: 2001-05-03 paf
22206:
22207: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22208: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22209: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22210: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22211: doc/string.dox, doc/targets.dox, doc/value.dox,
22212: main/pa_request.C: dox splitted .dox files and added some
22213:
22214: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22215:
22216: 2001-05-02 paf
22217:
22218: * src/classes/: image.C, table.C: table:dir result are not tainted
22219: by file_name language now
22220:
22221: 2001-04-28 paf
22222:
22223: * src/classes/classes.inc: removed classes.inc
22224:
22225: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22226: from .am
22227:
22228: * src/classes/classes.awk: skipped classes in .awk
22229:
22230: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22231: classes/classes.inc, classes/double.C, classes/file.C,
22232: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22233: classes/string.C, classes/table.C, classes/unknown.C,
22234: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22235: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22236: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22237: pa_methoded back to classes/classes.h
22238:
22239: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22240:
22241: * src/: classes/Makefile.am, classes/classes.awk,
22242: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22243: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22244:
22245: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22246: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22247: classes/response.C, classes/string.C, classes/table.C,
22248: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22249: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22250: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22251: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22252: include|main/pa_methoded
22253:
22254: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22255: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22256:
22257: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22258: moved some configured data to request::classes_conf moved some
22259: string crations from globals to M... [works]
22260:
22261: * src/: classes/form.C, classes/mail.C, classes/op.C,
22262: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22263: main/pa_request.C: moved some configured data to
22264: request::classes_conf moved some string crations from globals to
22265: M...
22266:
22267: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22268: about to move configured data to special request hash
22269:
22270: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22271: classes/form.C, classes/mail.C, include/pa_request.h,
22272: main/pa_request.C: configure started
22273:
22274: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22275: 2. todo: methoded-configure
22276:
22277: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22278: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22279: classes/_random.h, classes/_response.h, classes/_string.h,
22280: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22281: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22282: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22283: classes/random.C, classes/response.C, classes/string.C,
22284: classes/table.C, classes/unknown.C, include/pa_globals.h,
22285: include/pa_request.h, main/compile.y, main/execute.C,
22286: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22287: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22288: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22289: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22290: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22291: types/pa_vrequest.h, types/pa_vresponse.h,
22292: types/pa_vstateless_class.h, types/pa_vstring.h,
22293: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22294: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22295: methoded-configure
22296:
22297: * src/: classes/file.C, classes/table.C, main/compile.y,
22298: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22299: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22300: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22301:
22302: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22303: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22304: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22305: classes/random.C, classes/response.C, classes/string.C,
22306: classes/table.C, classes/unknown.C, include/pa_request.h,
22307: main/compile.y, main/execute.C, main/pa_globals.C,
22308: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22309: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22310: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22311: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22312: beautifying just compiled. todo: debug, configure
22313:
22314: 2001-04-27 paf
22315:
22316: * src/: classes/file.C, classes/image.C, classes/table.C,
22317: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22318: beautifying -99
22319:
22320: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22321: classes/_response.h, classes/_unknown.h, classes/classes.C,
22322: classes/classes.h, classes/double.C, classes/file.C,
22323: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22324: classes/op.C, classes/random.C, classes/response.C,
22325: classes/string.C, include/pa_globals.h, main/main.dsp,
22326: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22327: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22328: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22329: types/pa_vunknown.h: beautifying -100
22330:
22331: * src/main/compile.y: serge@ found @CLASS bug. fixed
22332:
22333: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22334: classes/_op.h, classes/_random.h, classes/_table.h,
22335: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22336: classes/op.C, classes/random.C, classes/response.C,
22337: classes/string.C, classes/table.C, classes/unknown.C,
22338: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22339: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22340: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22341: beautifying
22342:
22343: 2001-04-26 paf
22344:
22345: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22346:
22347: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22348: documentation ++
22349:
22350: * src/: classes/_exec.h, doc/doxygen.cfg,
22351: include/pa_config_fixed.h, include/pa_config_includes.h,
22352: targets/cgi/pa_pool.C: code documentation ++
22353:
22354: * src/: classes/_image.h, classes/op.C, classes/random.C,
22355: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22356: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22357: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22358: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22359: types/pa_vmethod_frame.h, types/pa_vobject.h,
22360: types/pa_vrequest.C, types/pa_vrequest.h,
22361: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22362: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22363: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22364: code documentation ++
22365:
22366: * src/: classes/image.C, classes/mail.C, classes/string.C,
22367: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22368: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22369: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22370: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22371: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22372: types/pa_vobject.h, types/pa_vstateless_class.h,
22373: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22374:
22375: * src/main/: pa_request.C, pa_string.C: z
22376:
22377: * src/: include/pa_common.h, include/pa_types.h,
22378: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22379: connection caching fixed. request-pooled-url were stored into
22380: global connectioncache
22381:
22382: 2001-04-25 paf
22383:
22384: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22385: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22386:
22387: * src/: include/code.h, include/pa_common.h, main/compile.y,
22388: main/execute.C, main/pa_common.C: -d
22389:
22390: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22391: illegal call check a bit improved, but still under iis no mapping
22392: of dir with parser allowed!
22393:
22394: 2001-04-24 paf
22395:
22396: * src/targets/Makefile.am: apache module lib .am
22397:
22398: * src/main/pa_exec.C: windows32 buildCommand
22399:
22400: 2001-04-23 paf
22401:
22402: * src/targets/cgi/Makefile.am: win32 conditional
22403:
22404: * src/targets/cgi/Makefile.am: win32 conditional
22405:
22406: * src/targets/cgi/Makefile.am: liblink
22407:
22408: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22409: vfile fields return type
22410:
22411: * src/types/pa_vfile.h: vfile fields return type
22412:
22413: * src/include/pa_config_auto.h.in: .h.in
22414:
22415: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22416: types/Makefile: makefiles removed
22417:
22418: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22419: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22420:
22421: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22422: [tested: i & g ]
22423:
22424: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22425: @test noticed series in isapi, check how initialize_random_class
22426: is called! [must be called only once]
22427:
22428: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22429: would not be 'unknown column'
22430:
22431: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22432: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22433:
22434: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22435: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22436: [now doesnt]
22437:
22438: * src/targets/cgi/parser3.C: cgi cmdline ver
22439:
22440: * src/targets/cgi/parser3.C: cgi /// @test disable
22441: /cgi-bin/parser3/auto.p
22442:
22443: * src/main/untaint.C: untaint without charset
22444:
22445: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22446: main/pa_common.C: common: file_write /// @test mkdirs
22447: file_delete rmdirs
22448:
22449: * src/main/untaint.C: mail header only once to =?
22450:
22451: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22452: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22453: main/untaint.C: untaint - @test optimize whitespaces for
22454: all but 'html'
22455:
22456: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22457: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22458: main/untaint.C: untaint - @test mail-header
22459:
22460: 2001-04-20 paf
22461:
22462: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22463: include/pa_request.h, include/pa_string.h, main/compile.y,
22464: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22465: targets/cgi/parser3.C: $MAIN:LOCALE
22466:
22467: * src/main/untaint.C: z
22468:
22469: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22470:
22471: 2001-04-19 paf
22472:
22473: * src/main/compile_tools.h: $a$b bugfix
22474:
22475: * src/targets/cgi/parser3.C: z
22476:
22477: * src/classes/file.C: z
22478:
22479: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22480: done: header to $fields. waits for header '\' tricks
22481:
22482: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22483: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22484: changed urlencode here and in untaint.C to HTTP standard's " and
22485: \" mech
22486:
22487: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22488: http://alx/~paf/ doesnt load /auto.p
22489:
22490: 2001-04-18 paf
22491:
22492: * src/main/pa_request.C: 1
22493:
22494: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22495: linux @alx
22496:
22497: 2001-04-17 paf
22498:
22499: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22500: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22501: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22502: enabled
22503:
22504: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22505: classes/_exec.h, classes/_file.h, classes/_form.h,
22506: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22507: classes/_random.h, classes/_response.h, classes/_string.h,
22508: classes/_table.h, classes/_unknown.h, classes/file.C,
22509: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22510: include/pa_config_fixed.h, include/pa_config_includes.h,
22511: include/pa_hash.h, include/pa_sql_driver_manager.h,
22512: include/pa_version.h, main/Makefile.am, main/compile.y,
22513: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22514: main/pa_sql_driver_manager.C, sql/Makefile.am,
22515: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22516: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22517: types/pa_vform.C, types/pa_vimage.h: exec @jav
22518:
22519: * src/: include/pa_sql_driver_manager.h,
22520: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22521: types/pa_vimage.h: sql driver interface now has initialize(client
22522: .so)
22523:
22524: 2001-04-16 paf
22525:
22526: * src/Makefile.am: compile2 cygwin
22527:
22528: * src/: include/pa_config_includes.h, main/pa_exec.C,
22529: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22530:
22531: * src/targets/cgi/Makefile.am: compile0 jav
22532:
22533: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22534: classes/_exec.h, classes/_file.h, classes/_form.h,
22535: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22536: classes/_random.h, classes/_response.h, classes/_string.h,
22537: classes/_table.h, classes/_unknown.h, classes/image.C,
22538: classes/mail.C, classes/op.C, classes/random.C,
22539: include/pa_config_fixed.h, include/pa_config_includes.h,
22540: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22541: main/compile.y, main/pa_common.C, main/pa_exec.C,
22542: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22543: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22544: compile-1
22545:
22546: 2001-04-15 paf
22547:
22548: * src/classes/op.C: z
22549:
22550: * src/classes/table.C: table:empty +=process
22551:
22552: * src/types/pa_value.h: MethodParams !junction
22553:
22554: * src/: classes/_string.h, classes/double.C, classes/file.C,
22555: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22556: classes/random.C, classes/response.C, classes/string.C,
22557: classes/table.C, classes/unknown.C, main/pa_request.C:
22558: MethodParams everywhere
22559:
22560: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22561: types/pa_vmethod_frame.h: MethodParams in op.C
22562:
22563: 2001-04-12 paf
22564:
22565: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22566:
22567: * src/: classes/_unknown.h, classes/unknown.C,
22568: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22569: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22570:
22571: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22572:
22573: * src/classes/image.C: image:gif now does not have params
22574:
22575: * src/classes/image.C:
22576: image:line/fill/rectangle/bar/replace/polygon/polybar
22577:
22578: * src/: classes/image.C, classes/op.C, main/execute.C,
22579: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22580: for var now written not to r.wcontext, but to r.root cleared
22581: "entered_object" state
22582:
22583: 2001-04-11 paf
22584:
22585: * src/classes/image.C: image:create image:load
22586:
22587: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22588: just compiled
22589:
22590: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22591: todo: gif without file
22592:
22593: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22594: started porting to Pooled descendant
22595:
22596: * src/: classes/image.C, main/execute.C, main/main.dsp,
22597: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22598: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22599: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22600:
22601: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22602: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22603: end. switching to python imaging lib
22604:
22605: * src/main/main.dsp: gd+smtp made separate libs
22606:
22607: * src/: include/pa_globals.h, include/pa_string.h,
22608: main/pa_common.C, main/pa_request.C, main/untaint.C,
22609: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22610: length
22611:
22612: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22613: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22614: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22615: UL_FILE_NAME of posted file name
22616:
22617: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22618: post [broke when moved post read to core]
22619:
22620: 2001-04-10 paf
22621:
22622: * src/classes/image.C: image:html done
22623:
22624: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22625:
22626: * src/classes/image.C: z
22627:
22628: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22629: forgotten!
22630:
22631: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22632: main/pa_request.C, main/pa_string.C, main/untaint.C,
22633: types/pa_vimage.h: image:measure -90
22634:
22635: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22636: classes/_int.h, classes/_mail.h, classes/_op.h,
22637: classes/_random.h, classes/_response.h, classes/_string.h,
22638: classes/_table.h, classes/file.C, classes/mail.C,
22639: include/pa_common.h, include/pa_globals.h, main/execute.C,
22640: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22641: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22642: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22643: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22644: compiled
22645:
22646: * src/classes/mail.C: minor bug with unclear from/to
22647:
22648: * src/classes/mail.C: sendmail unix skipping defaults
22649:
22650: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22651: sendmail unix added defaults
22652:
22653: * src/classes/mail.C: unix sendmail compiled. todo:testing
22654:
22655: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22656:
22657: 2001-04-09 paf
22658:
22659: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22660: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22661: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22662: targets/isapi/parser3isapi.dsp: all targets exec
22663:
22664: * src/: include/pa_sapi.h, include/pa_string.h,
22665: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22666: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22667: args in apache:util.script
22668:
22669: * src/include/pa_string.h: written but not tested exec with env for
22670: unix
22671:
22672: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22673: targets/cgi/parser3.C: exec win32 env
22674:
22675: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22676: 0
22677:
22678: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22679: main/execute.C, main/main.dsp, main/pa_globals.C,
22680: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22681: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22682:
22683: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22684: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22685:
22686: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22687: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22688:
22689: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22690: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22691: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22692: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22693: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22694: exec class just compiled. moved post read to request core
22695:
22696: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22697: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22698: main/pa_globals.C, targets/cgi/parser3.C,
22699: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22700: are already read by vform
22701:
22702: 2001-04-08 paf
22703:
22704: * src/: classes/file.C, classes/mail.C, classes/string.C,
22705: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22706: uuencode. string<<
22707:
22708: 2001-04-07 paf
22709:
22710: * src/classes/mail.C: z
22711:
22712: * src/classes/mail.C: z
22713:
22714: * src/classes/mail.C: ^mail[$attach
22715:
22716: * src/classes/mail.C: ^attach dead end
22717:
22718: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22719: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22720: targets/isapi/parser3isapi.C: mail:send 1
22721:
22722: * src/: classes/mail.C, main/pa_request.C: z
22723:
22724: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22725: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22726: compiled
22727:
22728: * src/classes/mail.C: +=
22729:
22730: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22731: prepared
22732:
22733: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22734: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22735: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22736: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22737:
22738: 2001-04-06 paf
22739:
22740: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22741: main/pa_string.C: table:dir 1
22742:
22743: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22744: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22745:
22746: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22747: classes/root.C, include/pa_globals.h, include/pa_request.h,
22748: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22749: main/pa_request.C: renamed 'root' to 'op'
22750:
22751: * src/classes/: _op.h, op.C: renamed from 'root'
22752:
22753: * src/types/pa_valiased.C: another root inherititance skipped
22754:
22755: * src/main/: compile.C, compile.y, execute.C: operators are now not
22756: root methods of parent class. just 'ROOT' class
22757:
22758: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22759: @office
22760:
22761: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22762:
22763: 2001-04-05 paf
22764:
22765: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22766: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22767: constructor flag dropped at get_method_frame and remembered into
22768: method_frame
22769:
22770: * src/: classes/file.C, classes/root.C, classes/string.C,
22771: classes/table.C, main/pa_request.C: junction to code&expression
22772: in errors
22773:
22774: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22775: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22776: $LOCALE:ctype[Russian_Russia.1251]
22777:
22778: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22779: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22780: main/pa_table.C: hash now not thread-safe.
22781:
22782: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22783: main/untaint.C: z
22784:
22785: * src/: classes/random.C, classes/root.C, classes/table.C,
22786: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22787: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22788: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22789: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22790:
22791: * src/: classes/table.C, include/pa_sql_connection.h,
22792: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22793:
22794: * src/classes/table.C: select * from hren error contains statement
22795:
22796: * src/: classes/table.C, include/pa_sql_connection.h,
22797: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22798: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22799:
22800: * src/: classes/root.C, include/pa_sql_connection.h,
22801: include/pa_sql_driver.h, main/main.dsp,
22802: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22803: services for conv memory & error reporting
22804:
22805: 2001-04-04 paf
22806:
22807: * src/doc/doxygen.cfg: z
22808:
22809: * src/include/pa_sql_driver.h: mysql connect
22810:
22811: * src/include/pa_sql_driver.h: mysql info
22812:
22813: * src/: classes/root.C, include/pa_sql_driver.h,
22814: include/pa_sql_driver_manager.h, main/main.dsp,
22815: main/pa_sql_driver_manager.C: more manager&connection&driver
22816:
22817: * src/sql/Makefile.am: forgot to add mysql client
22818:
22819: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22820: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22821: [forgot to add libltdl, added]
22822:
22823: * src/: Makefile.am, classes/root.C, classes/string.C,
22824: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22825: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22826: include/pa_string.h, include/pa_table.h, main/main.dsp,
22827: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22828: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22829: -1000 just compiled
22830:
22831: * src/: classes/random.C, classes/root.C, classes/table.C,
22832: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22833: main/pa_request.C, types/pa_vclass.h: sql frame -10
22834:
22835: 2001-04-03 paf
22836:
22837: * src/types/pa_vform.C: z
22838:
22839: * src/: classes/string.C, types/pa_vform.C: string:match replace
22840: assigned lang
22841:
22842: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22843: {}[]< empty []
22844:
22845: * src/: classes/file.C, classes/string.C, classes/table.C,
22846: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22847: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22848:
22849: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22850: string:match replace strange matches
22851:
22852: * src/classes/string.C: string:match replace 0
22853:
22854: * src/: classes/string.C, main/pa_string.C: string:match replace
22855: prepared 2
22856:
22857: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22858: string:match replace prepared
22859:
22860: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22861: string:match replace -11
22862:
22863: * src/: classes/string.C, include/pa_globals.h,
22864: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22865: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22866:
22867: * src/: classes/string.C, include/pa_globals.h,
22868: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22869: main/pa_string.C: string:match [search] -1 just compiled
22870:
22871: * src/types/pa_vstring.C: z
22872:
22873: * src/: classes/double.C, classes/file.C, classes/form.C,
22874: classes/int.C, classes/response.C, classes/root.C,
22875: classes/string.C, classes/table.C, include/pa_string.h,
22876: main/pa_string.C: string:match -10 [frame]
22877:
22878: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22879: main/pa_request.C: z
22880:
22881: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22882: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22883: todo/tests
22884:
22885: * src/include/pa_common.h: z
22886:
22887: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22888: main/pa_request.C, targets/cgi/parser3.C,
22889: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22890: content-disposition
22891:
22892: * src/: include/pa_common.h, include/pa_globals.h,
22893: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22894: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22895:
22896: * src/: include/pa_common.h, include/pa_request.h,
22897: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22898: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22899: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22900: response:body
22901:
22902: * src/classes/table.C: table:append now uses string::split
22903:
22904: * src/classes/table.C: z
22905:
22906: * src/: classes/file.C, classes/root.C, classes/string.C,
22907: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22908: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22909: include/pa_string.h, main/execute.C, main/pa_string.C,
22910: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22911: string::pos & cmp & piece bugs fixed. string::split new
22912: table:load separated from set table:set implemented with clean \n
22913: \t searches
22914:
22915: 2001-04-02 paf
22916:
22917: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22918: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22919: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22920: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22921: it in table:set/load
22922:
22923: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22924: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22925:
22926: * src/classes/random.C: random:generate 1
22927:
22928: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22929: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22930: types/pa_value.h: random:generate
22931:
22932: 2001-03-30 paf
22933:
22934: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22935: todo: table flip and append. string::pos
22936:
22937: * src/: classes/double.C, classes/file.C, classes/int.C,
22938: classes/response.C, classes/root.C, classes/string.C,
22939: classes/table.C, main/compile.y, main/execute.C,
22940: types/pa_value.h, types/pa_vstateless_class.C,
22941: types/pa_vstateless_class.h: static|dynamic|any method
22942: registration
22943:
22944: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22945: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22946: table:flip
22947:
22948: 2001-03-29 paf
22949:
22950: * src/classes/string.C: string:xsplit forgot that they must result
22951: in 1 row N column [not vice versa]
22952:
22953: * src/classes/string.C: z
22954:
22955: * src/classes/string.C: string: rsplit
22956:
22957: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22958: string: lsplit
22959:
22960: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22961: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22962: lsplit -1
22963:
22964: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22965: string: pos
22966:
22967: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22968: string: pos -1
22969:
22970: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22971: main/compile.y, main/pa_request.C, main/pa_string.C,
22972: main/untaint.C: string: left right mid
22973:
22974: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22975: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22976: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22977: and [;] are different now.
22978:
22979: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22980: main/untaint.C: pool.request undone
22981:
22982: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22983: main/untaint.C: pool.request
22984:
22985: 2001-03-28 paf
22986:
22987: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22988: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22989: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22990: $request:browser [.type .version]; unknown.get_double now = 0.
22991:
22992: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22993: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22994: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22995: types/pa_vform.C: file:load autodetection of mime-type by
22996: user-file-name
22997:
22998: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22999: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23000: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23001:
23002: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23003: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23004: write. must be self.set
23005:
23006: * src/: classes/file.C, classes/root.C, classes/table.C,
23007: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23008:
23009: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23010: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23011: types/pa_vtable.h: table:locate just compiled
23012:
23013: 2001-03-27 paf
23014:
23015: * src/main/: execute.C, pa_common.C: fixed r/w context of
23016: code-params2, fixed ntfs hardlink slow dir update
23017:
23018: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23019: types/pa_wcontext.h: fixed r/w context of code-params
23020:
23021: * src/: classes/table.C, main/execute.C: about to change junction
23022: rcontext!!
23023:
23024: * src/: classes/double.C, classes/int.C, classes/root.C,
23025: classes/string.C, classes/table.C, main/compile_tools.C,
23026: main/execute.C, main/pa_request.C, main/untaint.C,
23027: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23028: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23029: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23030: types/pa_vunknown.h: sort 0
23031:
23032: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23033: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23034: renamed to are_static_calls_disabled
23035:
23036: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23037: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23038: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23039: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23040:
23041: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23042:
23043: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23044: started table:sort fixed minor bug in #...^{
23045:
23046: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23047: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23048: decided to have as it were. stepped back. grammar: added 'in'
23049: 'is' 'lt'&co follow-space check
23050:
23051: 2001-03-26 paf
23052:
23053: * src/: classes/file.C, classes/root.C, classes/table.C,
23054: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23055: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23056: main/pa_table.C: moved ::save to pa_table. disabled @auto
23057: invocation in ^process
23058:
23059: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23060:
23061: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23062: main/pa_array.C: table:record
23063:
23064: * src/: main/untaint.C, targets/cgi/parser3.C,
23065: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23066: targets/isapi/pool_storage.h, types/pa_valiased.h,
23067: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23068: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23069: types/pa_vtable.h: z
23070:
23071: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23072: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23073: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23074: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23075: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23076: method realisations on 'self' validity - they now can simply
23077: assume that 'self' is V{Proper} .
23078:
23079: 2001-03-25 paf
23080:
23081: * src/main/untaint.C: z
23082:
23083: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23084: lowlevel - it initialization could be skipped if failed in @auto.
23085: so that exception report would use some table
23086:
23087: * src/main/pa_request.C: table empty lines ignored. system-default
23088: content type assigned in output:result [can fail in main:auto and
23089: skipped normal defaults extraction]
23090:
23091: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23092: bug
23093:
23094: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23095: processing to table [except preliminary \r\n \r \n replacements
23096: to "\n"]
23097:
23098: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23099: move all the processing to table
23100:
23101: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23102: main/pa_table.C, main/untaint.C: returned table originating.
23103: useful for reporting typo table problems origin. think would be
23104: useful somewhere else
23105:
23106: * src/main/untaint.C: typo \r \r\n \n properly handled
23107:
23108: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23109: include/pa_table.h, main/compile.y, main/compile_tools.C,
23110: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23111: main/pa_string.C, main/pa_table.C, main/untaint.C,
23112: types/pa_vcookie.h: typo & typo-default
23113:
23114: 2001-03-24 paf
23115:
23116: * src/main/pa_common.C: z
23117:
23118: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23119: targets/cgi/parser3.C: html-typo 2
23120:
23121: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23122: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23123: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23124: main/execute.C, main/pa_array.C, main/pa_globals.C,
23125: main/pa_request.C, main/pa_string.C, main/untaint.C,
23126: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23127: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23128: noticed double default content-type prob. run cgi.cmd tomorrow
23129: first html-typo sample. detected << problem: they become ltlt too
23130: fast
23131:
23132: * src/main/compile.y: z
23133:
23134: * src/main/: compile.y, compile_tools.h: #comment
23135:
23136: * src/: classes/file.C, classes/root.C, classes/table.C,
23137: include/pa_common.h, include/pa_request.h, main/compile.y,
23138: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23139: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23140: stringified
23141:
23142: * src/types/pa_valiased.C: decided to String-ify file_read
23143:
23144: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23145: isapi/parser3isapi.dsp: cgi: sapi::log
23146:
23147: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23148: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23149: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23150: error log experiments failed - cgi under iis got no access to
23151: log. registereventsource simply failed with 5(illegal call) code,
23152: while worked OK as standalone executable. isapi: used
23153: HSE_APPEND_LOG_PARAMETER feature
23154:
23155: * src/: include/pa_common.h, include/pa_globals.h,
23156: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23157: targets/isapi/parser3isapi.C: fixed default content-type
23158: allocation storage
23159:
23160: * src/: include/pa_globals.h, include/pa_request.h,
23161: main/pa_globals.C, main/pa_request.C: z
23162:
23163: * src/: include/pa_array.h, include/pa_hash.h,
23164: include/pa_request.h, main/compile.y, main/pa_array.C,
23165: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23166: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23167: content-type
23168:
23169: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23170: sanity
23171:
23172: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23173: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23174: away freeze mech. no danger now for you can't do
23175: ^request:process[@new-method[] body] trick anymore. still
23176: remains $some_instance.process[@new-method[] possibility] but
23177: would leave it as a feature. see index for sample
23178:
23179: * src/: include/pa_common.h, main/pa_common.C,
23180: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23181: monkey every target
23182:
23183: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23184: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23185: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23186:
23187: 2001-03-23 paf
23188:
23189: * src/: include/pa_pool.h, main/pa_request.C,
23190: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23191: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23192: targets/isapi/pool_storage.h: isapi: dumb pool storage
23193:
23194: * src/targets/isapi/pa_pool.C: decided to continue with extension
23195:
23196: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23197: it would be better to rewrite as filter then to deal with pool
23198:
23199: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23200: now like in cgi, not from APPL_PHYSICAL_PATH
23201:
23202: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23203: include/pa_config_fixed.h, include/pa_config_includes.h,
23204: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23205: include/pa_version.h, main/compile.y, main/execute.C,
23206: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23207: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23208: main/untaint.C, targets/cgi/parser3.C,
23209: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23210: cgi: reinvent document_root and request_uri under iis. autoconf
23211: updated. introducing ap_config_includes
23212:
23213: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23214:
23215: * src/targets/cgi/parser3.C: cgi: only one pool now
23216:
23217: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23218: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23219: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23220: types/pa_venv.h, types/pa_vform.C: sapi made object
23221:
23222: * src/: include/pa_globals.h, main/pa_request.C,
23223: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23224: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23225: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23226:
23227: * src/: main/pa_request.C, targets/cgi/parser3.C,
23228: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23229: isapi minor env beauty
23230:
23231: * src/: main/pa_request.C, targets/cgi/parser3.C,
23232: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23233: isapi document_root 0
23234:
23235: 2001-03-22 paf
23236:
23237: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23238:
23239: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23240: isapi/parser3isapi.C: z
23241:
23242: * src/: include/pa_pool.h, main/pa_request.C,
23243: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23244:
23245: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23246: kill.pl: isapi added utils
23247:
23248: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23249: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23250: types/pa_vform.C: isapi 0
23251:
23252: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23253: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23254: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23255: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23256: started isapi
23257:
23258: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23259: some comments
23260:
23261: * src/: include/pa_globals.h, include/pa_request.h,
23262: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23263: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23264: parser_root_auto_path parser_site_auto_path
23265:
23266: * src/types/pa_vcookie.C: cookie attr decoded
23267:
23268: 2001-03-21 paf
23269:
23270: * src/targets/cgi/parser3.C: z
23271:
23272: * src/include/pa_globals.h: post. todo: config of auto.p path
23273:
23274: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23275: types/pa_venv.h: in cookie & env. todo:post
23276:
23277: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23278: classes/root.C, classes/table.C, include/pa_array.h,
23279: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23280: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23281: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23282: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23283: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23284: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23285: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23286: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23287: shifted apache branch on main trunc
23288:
23289: * src/: include/pa_common.h, include/pa_globals.h,
23290: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23291: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23292: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23293: starting mod_parser3
23294:
23295: * src/targets/cgi/parser3.C: starting mod_parser3
23296:
23297: 2001-03-20 paf
23298:
23299: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23300: targets/cgi/parser3.C: automake compiled and works. todo:make
23301: win32 ifdefs work and add ifdef unistd
23302:
23303: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23304: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23305: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23306: z
23307:
23308: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23309: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23310: locking
23311:
23312: * src/: classes/Makefile.am, types/Makefile.am: z
23313:
23314: * src/: Makefile.am, classes/file.C, classes/root.C,
23315: classes/table.C, include/pa_array.h, include/pa_request.h,
23316: include/pa_string.h, main/Makefile.am, main/execute.C,
23317: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23318: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23319: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23320: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23321:
23322: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23323: main/pa_request.C, types/pa_vfile.h: ^table:save
23324:
23325: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23326: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23327: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23328: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23329: types/pa_vform.h: z
23330:
23331: * src/include/pa_string.h: z
23332:
23333: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23334: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23335: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23336: :Value
23337:
23338: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23339: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23340: :VStateless_object
23341:
23342: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23343: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23344: :VStateless_object
23345:
23346: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23347: types/pa_valiased.C, types/pa_vform.h: commented VForm
23348:
23349: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23350: types/pa_valiased.h, types/pa_value.h,
23351: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23352: types/pa_vstateless_object.h: moved common get_element part from
23353: stateless object&class into VAliased
23354:
23355: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23356: classes/table.C, main/execute.C, main/main.dsp,
23357: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23358: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23359: now :Value
23360:
23361: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23362: main/execute.C, main/main.dsp, main/pa_globals.C,
23363: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23364:
23365: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23366: doxx
23367:
23368: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23369: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23370: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23371: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23372: and ^file:save
23373:
23374: 2001-03-19 paf
23375:
23376: * src/types/pa_vfile.C: z
23377:
23378: * src/: classes/file.C, classes/request.C, classes/table.C,
23379: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23380: main/pa_request.C, main/untaint.C, types/pa_value.h,
23381: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23382:
23383: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23384: include/pa_string.h, include/pa_table.h, main/main.dsp,
23385: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23386: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23387: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23388: classes/_file.h, classes/file.C, types/pa_vfile.C,
23389: types/pa_vfile.h: file class just compiled
23390:
23391: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23392: include/pa_table.h, include/pa_types.h, main/execute.C,
23393: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23394: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23395: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23396:
23397: * src/include/pa_pool.h: z
23398:
23399: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23400: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23401: Hash::Value to Val so to doxygen would finlly stop confusing
23402: those Value-s
23403:
23404: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23405: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23406: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23407: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23408: include/pa_types.h, main/compile.C, main/compile.y,
23409: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23410: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23411: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23412: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23413: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23414:
23415: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23416: derivates somehow unlinked. don't know why yet
23417:
23418: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23419: include/pa_string.h, include/pa_threads.h, main/compile.C,
23420: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23421: main/execute.C, main/pa_array.C, main/pa_common.C,
23422: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23423: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23424: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23425:
23426: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23427: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23428: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23429: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23430: types/pa_vrequest.h: doc: detected Value derivates prob
23431:
23432: * src/include/pa_globals.h: z
23433:
23434: * src/: classes/_request.h, classes/request.C, include/code.h,
23435: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23436: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23437: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23438: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23439: main/execute.C, main/pa_pool.C, main/pa_request.C,
23440: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23441: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23442:
23443: 2001-03-18 paf
23444:
23445: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23446: cookie: allowed access to hash-assigned
23447:
23448: * src/targets/cgi/parser3.C: z
23449:
23450: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23451: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23452: include/pa_types.h, main/main.dsp, main/pa_common.C,
23453: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23454: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23455: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23456: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23457: types/pa_vunknown.h: cookie class
23458:
23459: * src/main/pa_request.C: zero length output allowed
23460:
23461: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23462: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23463:
23464: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23465: lang switch
23466:
23467: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23468: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23469: types/pa_value.h, types/pa_vhash.h:
23470: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23471:
23472: * src/main/execute.C: z
23473:
23474: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23475: targets/cgi/parser3.C: taint[uri
23476:
23477: * src/: classes/request.C, classes/response.C, classes/root.C,
23478: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23479: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23480: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23481:
23482: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23483: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23484: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23485: types/pa_vstateless_class.C: convinient string(pool, char *src,
23486: bool tainted) ctor
23487:
23488: * src/: include/pa_hash.h, include/pa_request.h,
23489: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23490: main/pa_request.C, main/pa_string.C, main/untaint.C,
23491: targets/cgi/parser3.C: proper @exceptions params tainting
23492:
23493: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23494: response fields to header
23495:
23496: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23497: z
23498:
23499: * src/: classes/_response.h, classes/response.C,
23500: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23501: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23502: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23503: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23504: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23505: $response: 0 request::core exception rethrow
23506:
23507: 2001-03-16 paf
23508:
23509: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23510: types/pa_vrequest.h: native method' class call with less params
23511: then needed error reporting
23512:
23513: * src/: classes/_request.h, classes/request.C,
23514: include/pa_globals.h, include/pa_request.h, main/execute.C,
23515: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23516: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23517: types/pa_vrequest.h: $request : query :uri
23518:
23519: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23520: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23521: types/pa_wcontext.h: $result
23522:
23523: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23524:
23525: * src/: classes/double.C, include/code.h, main/compile.y,
23526: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23527: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23528:
23529: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23530: main/compile.y, main/execute.C, types/pa_value.h,
23531: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23532: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23533: wcontext conflict
23534:
23535: * src/: main/execute.C, types/pa_value.h,
23536: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23537: $string.field
23538:
23539: 2001-03-15 paf
23540:
23541: * src/main/pa_request.C: news sample
23542:
23543: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23544: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23545:
23546: * src/main/: compile.y, execute.C: z
23547:
23548: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23549: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23550: pre pre works
23551:
23552: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23553: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23554: fillfields just compiled
23555:
23556: 2001-03-14 paf
23557:
23558: * src/: include/pa_request.h, main/pa_request.C,
23559: targets/cgi/parser3.C: z
23560:
23561: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23562: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23563: types/pa_vstring.h: limits -1
23564:
23565: * src/: include/pa_globals.h, include/pa_request.h,
23566: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23567: main/pa_request.C, targets/cgi/parser3.C,
23568: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23569: request_info -1
23570:
23571: * src/: include/pa_globals.h, main/pa_globals.C,
23572: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23573: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23574: vform_fields_fill
23575:
23576: * src/targets/cgi/parser3.C: # if MSVC
23577:
23578: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23579: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23580:
23581: * src/targets/cgi/parser3.C: z
23582:
23583: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23584: include/pa_string.h, include/pa_types.h, main/compile.y,
23585: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23586: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23587: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23588: types/pa_vunknown.h: global handler, exceptions in parser3
23589:
23590: 2001-03-13 paf
23591:
23592: * src/: classes/form.C, main/compile.y, main/core.C,
23593: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23594: types/pa_vform.h, types/pa_vstateless_class.C,
23595: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23596: instead
23597:
23598: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23599: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23600: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23601: started cgi target
23602:
23603: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23604: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23605: before error show with parser
23606:
23607: * src/: classes/_form.h, classes/form.C, include/core.h,
23608: include/pa_request.h, main/core.C, main/pa_request.C,
23609: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23610:
23611: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23612:
23613: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23614: parser3.C: renamed targets/ parser to cgi
23615:
23616: * src/: classes/double.C, classes/env.C, classes/int.C,
23617: classes/root.C, classes/string.C, classes/table.C,
23618: include/pa_request.h, types/pa_vhash.h: z
23619:
23620: * src/: classes/_env.h, classes/env.C, classes/root.C,
23621: include/core.h, include/pa_pool.h, include/pa_request.h,
23622: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23623: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23624: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23625: [historical moment :)]
23626:
23627: * src/: include/code.h, include/pa_string.h, main/compile.y,
23628: main/execute.C, main/pa_string.C: 'value is type' expr operator
23629:
23630: * src/types/pa_venv.h: $ENV 1
23631:
23632: * src/main/execute.C: z
23633:
23634: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23635: future methods of ENV constructor if
23636:
23637: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23638: class
23639:
23640: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23641: classes/_root.h, classes/_string.h, classes/_table.h,
23642: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23643: classes/string.C, classes/table.C, include/pa_request.h,
23644: main/compile.C, main/compile_tools.h, main/core.C,
23645: main/execute.C, main/main.dsp, main/pa_request.C,
23646: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23647: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23648: types/pa_vobject.h, types/pa_vstateless_class.C,
23649: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23650: types/pa_wcontext.h: $ENV: re 0, stateless classes
23651:
23652: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23653: classes/_root.h, classes/_string.h, classes/_table.h,
23654: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23655: classes/string.C, classes/table.C, include/pa_request.h,
23656: main/compile.C, main/compile_tools.h, main/core.C,
23657: main/execute.C, main/main.dsp, main/pa_request.C,
23658: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23659: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23660: types/pa_vobject.h, types/pa_vstateless_class.C,
23661: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23662: types/pa_wcontext.h: $ENV: re 0, stateless classes
23663:
23664: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23665: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23666: yesterdays bad decision on execute_static_method
23667:
23668: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23669:
23670: * src/: classes/double.C, classes/int.C, classes/root.C,
23671: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23672:
23673: * src/main/pa_request.C: z
23674:
23675: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23676: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23677:
23678: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23679: include/pa_pool.h, main/pa_request.C:
23680: restructure_exceptions_dead_end
23681:
23682: * src/: classes/root.C, main/compile.y: ^if required junctions.
23683: allowed ; inside {} to break params
23684:
23685: * src/classes/root.C: ^eval
23686:
23687: * src/: classes/_string.h, classes/double.C, classes/int.C,
23688: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23689: string ^format
23690:
23691: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23692: 'bad' but not 'enough'
23693:
23694: * src/: classes/double.C, classes/root.C, classes/table.C,
23695: include/pa_common.h, include/pa_types.h, main/compile.y,
23696: main/pa_common.C, main/pa_request.C, main/untaint.C,
23697: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23698: types/pa_wwrapper.h: think constructing flag as is is bad
23699:
23700: * src/: classes/double.C, classes/int.C, classes/root.C,
23701: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23702: types/pa_vint.h: ^for
23703:
23704: 2001-03-12 paf
23705:
23706: * src/classes/table.C: table ^empty
23707:
23708: * src/: classes/table.C, include/pa_table.h: table ^menu
23709:
23710: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23711: ^offset ^line ^count
23712:
23713: * src/classes/root.C: ^round() ^floor() ^ceiling()
23714: ^abs() ^sign()
23715:
23716: * src/classes/: root.C, table.C: ^use
23717:
23718: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23719: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23720: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23721: ^while. switched off wcontext.constructing after write(value) or
23722: auto-vhash-constructing
23723:
23724: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23725: main/pa_request.C: fail_if_junction_ helper func
23726:
23727: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23728: include/pa_request.h, main/execute.C, main/main.dsp,
23729: main/pa_common.C, main/pa_request.C: ^process error point by
23730: actual method_name, not source. ^load
23731:
23732: * src/types/pa_vtable.h: table: no, better with string in cells...
23733:
23734: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23735: classes/_table.h, classes/table.C, main/untaint.C: z
23736:
23737: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23738: include/pa_table.h, main/core.C, main/execute.C,
23739: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23740: types/pa_value.h: table:set 0
23741:
23742: * src/: classes/root.C, include/core.h, include/pa_array.h,
23743: include/pa_request.h, include/pa_table.h, main/core.C,
23744: main/main.dsp, main/pa_request.C, main/pa_table.C,
23745: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23746: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23747: types/pa_vstring.h: freeze, ^table:create[] -1
23748:
23749: * src/: classes/root.C, types/pa_value.h: z
23750:
23751: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23752: get_method in couple places optimizing them
23753:
23754: * src/classes/root.C: z
23755:
23756: * src/: classes/root.C, types/pa_vclass.h: process temp main
23757: zeroing
23758:
23759: * src/: classes/double.C, classes/int.C, classes/root.C,
23760: classes/string.C, include/pa_common.h, include/pa_request.h,
23761: include/pa_string.h, include/pa_types.h, main/compile.C,
23762: main/compile.y, main/compile_tools.h, main/execute.C,
23763: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23764: types/pa_vmframe.h: ^process. actual names to store param and
23765: check_actual_numbered_params for better place diagnostics
23766:
23767: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23768: method-junctions bug fixed
23769:
23770: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23771: pa_vstateless_object.h, pa_vstring.h: stateless_object
23772:
23773: 2001-03-11 paf
23774:
23775: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23776: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23777: VDouble VInt base now VObject_base - without fields
23778:
23779: * src/: classes/root.C, include/core.h, main/core.C: z
23780:
23781: * src/: classes/double.C, classes/int.C, classes/root.C,
23782: classes/string.C, include/core.h, include/pa_hash.h,
23783: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23784: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23785:
23786: * src/: classes/double.C, classes/int.C, classes/root.C,
23787: include/pa_request.h, main/execute.C: intercept_string
23788:
23789: * src/: classes/double.C, classes/int.C, classes/root.C,
23790: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23791:
23792: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23793: ^inc-s(expr)
23794:
23795: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23796: classes/_root.h, classes/_string.h, classes/double.C,
23797: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23798: include/code.h, include/core.h, include/pa_array.h,
23799: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23800: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23801: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23802: include/pa_types.h, main/compile.C, main/compile.y,
23803: main/compile_tools.C, main/compile_tools.h, main/core.C,
23804: main/execute.C, main/pa_array.C, main/pa_common.C,
23805: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23806: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23807: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23808: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23809: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23810: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23811: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23812: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23813:
23814: * src/: main/pa_request.C, types/pa_vhash.h: z
23815:
23816: * src/: include/core.h, include/pa_request.h, main/core.C,
23817: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23818:
23819: * src/: include/pa_valiased.h, include/pa_value.h,
23820: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23821: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23822: include/pa_vjunction.h, include/pa_vmframe.h,
23823: include/pa_vobject.h, include/pa_vstring.h,
23824: include/pa_vunknown.h, include/pa_wcontext.h,
23825: include/pa_wwrapper.h, main/compile.y, main/core.C,
23826: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23827: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23828: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23829: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23830: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23831: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23832: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23833: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23834: include/
23835:
23836: 2001-03-10 paf
23837:
23838: * src/: include/core.h, include/pa_request.h, main/core.C,
23839: main/pa_request.C: run+auto=run
23840:
23841: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23842:
23843: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23844: classes/_root.h, classes/_string.h, classes/double.C,
23845: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23846: include/code.h, include/core.h, include/pa_array.h,
23847: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23848: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23849: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23850: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23851: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23852: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23853: include/pa_vjunction.h, include/pa_vmframe.h,
23854: include/pa_vobject.h, include/pa_vstring.h,
23855: include/pa_vunknown.h, include/pa_wcontext.h,
23856: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23857: main/compile_tools.C, main/compile_tools.h, main/core.C,
23858: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23859: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23860: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23861: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23862: main/pa_wcontext.C: sources header
23863:
23864: * src/main/pa_request.C: auto..
23865:
23866: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23867: main/pa_request.C: auto tree0
23868:
23869: * src/: include/core.h, include/pa_request.h, main/compile.y,
23870: main/core.C, main/pa_request.C: names to core.C
23871:
23872: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23873: include/pa_request.h, main/core.C, main/execute.C,
23874: main/pa_common.C, main/pa_request.C: root auto.p loaded
23875:
23876: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23877: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23878: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23879: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23880:
23881: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23882: @auto[] realised. auto.p scan togo
23883:
23884: * src/: include/pa_request.h, main/execute.C: autocalc
23885: code-junctions result now have names
23886:
23887: * src/: classes/double.C, classes/int.C, classes/root.C,
23888: classes/string.C, include/pa_request.h, include/pa_string.h,
23889: include/pa_wcontext.h, main/compile.y, main/execute.C,
23890: main/pa_string.C, main/pa_wcontext.C: tainting 0
23891:
23892: * src/classes/env.C: env:file/line
23893:
23894: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23895: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23896: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23897: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23898: main/compile_tools.C, main/compile_tools.h, main/core.C,
23899: main/execute.C, main/main.dsp, main/pa_cframe.C,
23900: main/pa_request.C, main/pa_wcontext.C: const fight finished
23901:
23902: * src/include/pa_vclass.h: const fight to go
23903:
23904: * src/: classes/_env.h, classes/env.C, classes/root.C,
23905: include/pa_request.h, include/pa_vclass.h, main/core.C,
23906: main/main.dsp: env0
23907:
23908: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23909: classes/_string.h, classes/double.C, classes/int.C,
23910: classes/root.C, classes/string.C, include/pa_request.h,
23911: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23912: include/pa_wcontext.h, main/core.C, main/main.dsp,
23913: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23914: main/pa_wcontext.C: ^lang prepare0
23915:
23916: 2001-03-09 paf
23917:
23918: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23919: construct proper naming
23920:
23921: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23922: classes/double.C, classes/int.C, classes/root.C,
23923: classes/string.C, include/code.h, include/pa_value.h,
23924: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23925: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23926: main/compile.y, main/compile_tools.C, main/core.C,
23927: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23928: and ^double[]. fixed expr type
23929:
23930: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23931: ^string.length[]
23932:
23933: 2001-03-08 paf
23934:
23935: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23936:
23937: * src/: include/pa_vclass.h, include/pa_vstring.h,
23938: include/pa_wcontext.h, main/compile.y, main/core.C,
23939: main/execute.C, main/main.dsp: dead end: vstring can't be
23940: derivated from vobject
23941:
23942: * src/: include/pa_vclass.h, include/pa_vhash.h,
23943: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23944:
23945: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23946: remained clone conseqs
23947:
23948: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23949:
23950: * src/main/pa_vclass.C: wow! vclass were out of vcs
23951:
23952: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23953: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23954: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23955: include/pa_vobject.h, include/pa_vstring.h,
23956: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23957: main/execute.C: withoud cloning. didn't need it actually, params
23958: got passed from out unnamed ewpool
23959:
23960: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23961: include/pa_vjunction.h, include/pa_vobject.h,
23962: include/pa_vunknown.h, main/compile.y: cloning dead end
23963:
23964: * src/: include/pa_bool.h, include/pa_double.h,
23965: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23966: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23967: include/pa_vjunction.h, include/pa_vmframe.h,
23968: include/pa_vobject.h, include/pa_vstring.h,
23969: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23970: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23971: to give params proper names
23972:
23973: * src/main/pa_wcontext.C: z
23974:
23975: * src/: include/pa_vmframe.h, main/execute.C: added names to
23976: unknown values in get_element and unfilled params. removed wrong
23977: name change in get_element
23978:
23979: * src/main/execute.C: z
23980:
23981: * src/main/execute.C: fixed problems calling operators in
23982: constructors
23983:
23984: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23985: detected problems calling operators in constructors
23986:
23987: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23988: autocalc def to string
23989:
23990: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23991: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23992:
23993: * src/classes/root.C: added root.c
23994:
23995: * src/: include/pa_request.h, include/pa_value.h,
23996: include/pa_vcframe.h, include/pa_vmframe.h,
23997: include/pa_wcontext.h, main/compile.C, main/compile.y,
23998: main/core.C, main/execute.C, main/pa_cframe.C,
23999: main/pa_wcontext.C: 'if' just compiled
24000:
24001: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24002: include/pa_vjunction.h, include/pa_vmframe.h,
24003: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24004: main/pa_wcontext.C: z
24005:
24006: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24007: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24008: with parameter names in operator methods
24009:
24010: * src/main/compile.y: minor renamings in .y
24011:
24012: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24013: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24014: @BASE. changed 'RUN' assignment mech
24015:
24016: * src/main/execute.C: z
24017:
24018: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24019: main/compile_tools.h, main/execute.C: made class: dynamic, not
24020: static. so to enable runtime ^use
24021:
24022: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24023:
24024: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24025: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24026:
24027: * src/main/execute.C: root root in code-junction
24028:
24029: 2001-03-07 paf
24030:
24031: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24032: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24033:
24034: * src/: include/pa_stack.h, include/pa_value.h,
24035: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24036: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24037: fixed rwcontext of {} params up
24038:
24039: * src/main/: compile.y, compile_tools.h: ^func(params)
24040:
24041: * src/main/compile.y: .y priorities syntax shaped up a bit
24042:
24043: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24044: include/pa_vunknown.h, main/compile.y, main/execute.C,
24045: main/pa_hash.C: expr def in -f
24046:
24047: * src/main/: compile.y, execute.C: expr calls
24048:
24049: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24050: fixed
24051:
24052: * src/main/compile.y: expr quoted code
24053:
24054: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24055: support0
24056:
24057: * src/main/compile.y: expr string comparisons 0
24058:
24059: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24060: main/pa_string.C: just compiled lt&co
24061:
24062: * src/main/execute.C: ^var.menu{$field} problem detected. that
24063: $field not a $var.field
24064:
24065: 2001-03-06 paf
24066:
24067: * src/main/compile.y: .y expr visible-shorter
24068:
24069: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24070: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24071: logical
24072:
24073: * src/: include/pa_vstring.h, main/compile.y: problems with
24074: skipping whitespace in yylex
24075:
24076: * src/include/pa_vbool.h: forgot this
24077:
24078: * src/: include/code.h, main/compile.y, main/execute.C: without
24079: string ops in expressions 0
24080:
24081: * src/: include/pa_value.h, include/pa_vdouble.h,
24082: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24083: main/execute.C, main/main.dsp: !~
24084:
24085: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24086: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24087: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24088: include/pa_vunknown.h, include/pa_wcontext.h,
24089: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24090: main/compile_tools.h, main/execute.C: +-*/
24091:
24092: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24093: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24094:
24095: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24096: main/execute.C: expr grammar-1 2*2=4.000000 :)
24097:
24098: * src/main/compile.y: expr grammar-1
24099:
24100: * src/main/compile.y: expr lexx1
24101:
24102: * src/main/: compile.y, execute.C, main.dsp: z
24103:
24104: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24105: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24106: main/execute.C: expr lex0 exec-1
24107:
24108: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24109:
24110: 2001-02-26 paf
24111:
24112: * src/main/compile.y: max_string in yyerror bug fix
24113:
24114: 2001-02-25 paf
24115:
24116: * src/: include/pa_value.h, include/pa_vmframe.h,
24117: include/pa_wcontext.h, main/execute.C: VAliased3
24118:
24119: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24120:
24121: * src/main/execute.C: VAliased1
24122:
24123: * src/: include/pa_request.h, include/pa_value.h,
24124: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24125: VAliased0
24126:
24127: * src/: include/pa_pool.h, include/pa_request.h,
24128: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24129: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24130: VAliased just compiled
24131:
24132: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24133: include/pa_vobject.h, main/execute.C: alias dead end
24134:
24135: * src/: include/pa_value.h, include/pa_vclass.h,
24136: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24137: main/main.dsp: no not get fields into interm VFielded class.
24138: fields & staticfields 1
24139:
24140: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24141: include/pa_vobject.h, include/pa_wcontext.h,
24142: include/pa_wwrapper.h, main/core.C, main/execute.C,
24143: main/main.dsp: would now get fields into interm VFielded class
24144:
24145: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24146: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24147: include/pa_wcontext.h, main/compile.y, main/core.C,
24148: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24149: main/pa_wcontext.C: virtuals2
24150:
24151: * src/main/compile.y: : 1
24152:
24153: * src/main/compile.y: rethought to $class:static.field.subfield
24154:
24155: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24156: $class:element
24157:
24158: * src/: include/pa_value.h, include/pa_vmframe.h,
24159: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24160: main/pa_wcontext.C: before execute class calls rewrite
24161:
24162: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24163: name RUN, also alias
24164:
24165: * src/main/compile.y: escaping bug
24166:
24167: * src/: include/pa_request.h, include/pa_value.h,
24168: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24169: main/core.C, main/execute.C, main/pa_common.C: vobject1
24170:
24171: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24172: include/pa_vmframe.h, include/pa_vobject.h,
24173: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24174: main/compile_tools.h, main/execute.C: ^class:method() just
24175: compiled
24176:
24177: 2001-02-24 paf
24178:
24179: * src/main/main.dsp: no bison -d
24180:
24181: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24182: class' err msg wrong
24183:
24184: * src/main/compile.y: z
24185:
24186: * src/main/: compile.y, core.C: yylex need some @special lines adj
24187:
24188: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24189: main/compile.y, main/compile_tools.h, main/core.C: modules0
24190:
24191: * src/: include/pa_vclass.h, main/core.C: z
24192:
24193: * src/: include/pa_value.h, include/pa_vclass.h,
24194: include/pa_vobject.h, main/main.dsp: vobject00
24195:
24196: * src/main/pa_array.C: minor bug in expanding very small arrays.
24197: 60% from 1 were 0
24198:
24199: * src/: include/pa_value.h, include/pa_wcontext.h,
24200: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24201: as bad as you've named it: wcontext.value() was not a perfect
24202: idea
24203:
24204: * src/main/execute.C: codeframe1
24205:
24206: * src/: include/pa_value.h, include/pa_vcframe.h,
24207: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24208: include/pa_vjunction.h, include/pa_vmframe.h,
24209: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24210: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24211: just compiled
24212:
24213: * src/: include/pa_vframe.h, main/compile.y: found junction
24214: ideology @: ^x{$a()) must construct current wcontext element, so
24215: smart wcontext handling needed
24216:
24217: * src/main/compile.y: fixed grammar bugs in constructor/params
24218: klinch
24219:
24220: * src/main/: compile.y, execute.C: fixed empty constructor
24221: optimized empty case. failed on calls - produced empty string
24222: param
24223:
24224: * src/main/compile.y: fixed last \n macrotemplate strip bug
24225:
24226: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24227: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24228: main/compile_tools.C, main/compile_tools.h, main/core.C,
24229: main/execute.C: code junctions0. something wrong with last \n
24230: macrotemplate strip
24231:
24232: * src/: include/pa_value.h, main/compile.C, main/core.C,
24233: main/pa_value.C: minor error reporting format beautifyings
24234:
24235: * src/: include/pa_value.h, include/pa_vclass.h,
24236: include/pa_vframe.h, main/core.C, main/execute.C,
24237: main/pa_value.C: get_method RIP. junctions everywhere. call with
24238: junctions0
24239:
24240: 2001-02-23 paf
24241:
24242: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24243: pa_wwrapper.h: lara came, can't work, sorry :(
24244:
24245: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24246: junction
24247:
24248: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24249: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24250: main/execute.C, main/main.dsp, main/pa_value.C: call0
24251:
24252: * src/: include/pa_hash.h, include/pa_value.h,
24253: include/pa_wcontext.h, main/core.C, main/execute.C,
24254: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24255: done
24256:
24257: * src/include/pa_wcontext.h: z
24258:
24259: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24260: wrong grammar in complex constructor case
24261:
24262: * src/main/: compile.y, execute.C: empty constructor bug fixed
24263:
24264: * src/main/execute.C: with result rwpool
24265:
24266: * src/: include/pa_value.h, main/core.C, main/execute.C,
24267: main/main.dsp: value named
24268:
24269: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24270: strign 2 value in 2 places in execute
24271:
24272: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24273: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24274: wcontext.put_element when wcontext fvalue==0
24275:
24276: 2001-02-22 paf
24277:
24278: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24279: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24280: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24281:
24282: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24283: erroreos checkout
24284:
24285: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24286:
24287: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24288: main/compile_tools.h, main/pa_array.C: $self.get
24289:
24290: * src/main/: compile.C, compile.y, compile_tools.C: z
24291:
24292: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24293: bit. finished now.
24294:
24295: * src/main/compile.y: $: finished
24296:
24297: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24298:
24299: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24300: main/execute.C: OP_STRING better then some xxx _VALUE
24301:
24302: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24303: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24304: string to vstring it .y all
24305:
24306: * src/: include/pa_request.h, include/pa_stack.h,
24307: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24308: all
24309:
24310: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24311: precise parse error line:col
24312:
24313: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24314: main/pa_hash.C, main/pa_pool.C: TRY...
24315:
24316: * src/: include/pa_exception.h, include/pa_pool.h,
24317: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24318: main/compile.C, main/compile.y, main/compile_tools.C,
24319: main/core.C, main/pa_array.C, main/pa_exception.C,
24320: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24321: main/pa_table.C: removed exception from request
24322:
24323: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24324: some forgotten
24325:
24326: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24327: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24328: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24329: get/put simple vars to VClass works0
24330:
24331: * src/: include/pa_array.h, include/pa_wcontext.h,
24332: main/pa_string.C: in process, but found that exceptions are too
24333: global
24334:
24335: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24336: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24337: main/execute.C, main/pa_string.C: write_value write_string 0 it
24338: seems wcontext must write strings regardles of fvalue!=0
24339:
24340: 2001-02-21 paf
24341:
24342: * src/main/execute.C: tired :)
24343:
24344: * src/main/: compile.C, compile.y, execute.C: store0
24345:
24346: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24347: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24348: include/pa_wcontext.h, main/compile.C, main/compile.y,
24349: main/execute.C, main/main.dsp, main/pa_array.C,
24350: main/pa_request.C: get put -1 [just compiled]
24351:
24352: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24353: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24354: main/main.dsp, main/pa_request.C: request core methods0
24355:
24356: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24357: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24358: execute
24359:
24360: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24361: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24362: methods and one_big_piece. now compile returns array<method*>
24363:
24364: * src/main/compile.y: more straightforward yylex[end]
24365:
24366: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24367: string.operator==(char*)
24368:
24369: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24370: main/execute.C, main/pa_array.C: after array.const get wonders
24371:
24372: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24373: pa_string.h, pa_value.h: struck with const array.gets
24374:
24375: * src/main/: execute.C: z
24376:
24377: * src/main/: compile.y, execute.C: z
24378:
24379: * src/main/: compile.C, compile.y, compile_tools.h: error
24380: processing in eval & yyerror so it wouldn't cause memleaks.
24381:
24382: * src/main/: compile.C, compile.y: failed to add absolute precies
24383: parse error positions. leaving RIGHTMOST position as
24384: @file[line:col]
24385:
24386: * src/: include/compile.h, main/compile.C, main/compile.y,
24387: main/compile_tools.h: line numbers needed. would add them to .y
24388: now internally. externally it's not as precise as needed
24389:
24390: * src/: include/code.h, include/pa_types.h, main/compile.C,
24391: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24392: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24393: compiler works ok
24394:
24395: 2001-02-20 paf
24396:
24397: * src/main/: compile.C, compile.y, compile_tools.C,
24398: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24399: not perfect
24400:
24401: * src/: include/code.h, include/compile.h, include/execute.h,
24402: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24403: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24404: main/compile.C, main/compile.y, main/compile_tools.C,
24405: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24406: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24407: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24408: compiled. execute=dump for now
24409:
24410: * src/main/core.C: core rewrite using yacc investigations now will
24411: be compile[yacc]/execute[opcodes]
24412:
24413: 2001-02-15 paf
24414:
24415: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24416: rewrite as turing machine? for it seems it would be it's too many
24417: ifs with this syntax now
24418:
24419: 2001-02-14 paf
24420:
24421: * src/main/core.C: get_params 1
24422:
24423: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24424: :( ]
24425:
24426: * src/main/core.C: varios breaks
24427:
24428: * src/main/core.C: get names 3
24429:
24430: * src/main/core.C: get names 2
24431:
24432: * src/main/core.C: get names 1
24433:
24434: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24435: names 0
24436:
24437: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24438: text repassing2 operator static vars
24439:
24440: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24441: main/pa_string.C: process text repassing
24442:
24443: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24444: module:calls changes
24445:
24446: 2001-02-13 paf
24447:
24448: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24449: ^class:calls[] started
24450:
24451: * src/: include/pa_value.h, main/core.C: z
24452:
24453: * src/main/core.C: operators : and self. prefixes
24454:
24455: * src/main/core.C: z
24456:
24457: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24458: tested
24459:
24460: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24461: optimized
24462:
24463: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24464: would change privates to better support optimization
24465:
24466: * src/: include/pa_string.h, main/pa_string.C:
24467: String_iterator::skip_to todo:optimize
24468:
24469: 2001-02-12 paf
24470:
24471: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24472: String_iterator
24473:
24474: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24475: comments
24476:
24477: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24478: self/methodref joined
24479:
24480: 2001-02-11 paf
24481:
24482: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24483: main/main.dsp: core started. core.C, context&value .h
24484:
24485: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24486: include/pa_string.h, main/main.dsp, main/pa_array.C,
24487: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24488:
24489: 2001-01-30 paf
24490:
24491: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24492: comments
24493:
24494: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24495: main/pa_pool.C: moved pa_pool.C to be target specific
24496:
24497: * src/: include/pa_exception.h, include/pa_pool.h,
24498: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24499: to & changes
24500:
24501: * src/: include/pa_exception.h, include/pa_pool.h,
24502: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24503: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24504: re-associated. that's much better even removed 'die' necessety
24505:
24506: * src/: include/pa_error.h, include/pa_exception.h,
24507: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24508: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24509: targets/Makefile.am: lowered targets/parser into subdir, added
24510: parser_Pool(Pool) failed to add. would think..
24511:
24512: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24513: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24514: main/pa_string.C, main/pa_table.C: Table more like C++ style
24515: hence lots of 'const'
24516:
24517: * src/: include/pa_error.h, include/pa_request.h,
24518: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24519: main/pa_table.C: Error fixed
24520:
24521: 2001-01-29 paf
24522:
24523: * src/: include/pa_array.h, include/pa_common.h,
24524: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24525: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24526: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24527: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24528:
24529: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24530: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24531: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24532: main/pa_string.C, main/pa_table.C: Request Error Table
24533:
24534: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24535: templates"
24536:
24537: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24538: main/main.dsp, main/pa_array.C: templates failed no template
24539: specializations [VC6], no library auto instantation [VC6, GNU c++
24540: 2.95.2-6 from latest cygwin]
24541:
24542: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24543: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24544: main/main.dsp, main/pa_array.C, main/pa_string.C,
24545: main/pa_table.C: Table started would test template Array now
24546:
24547: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24548: String originating
24549:
24550: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24551: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24552: SYNCHRONIZED(thread_safe)
24553:
24554: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24555: parts to top
24556:
24557: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24558: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24559: see: needed only in global Hash now, made Hash:: put/get
24560: SYNCHRONIZED
24561:
24562: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24563: main/pa_threads.C: added pa_threads
24564:
24565: Mutex
24566:
24567: * src/include/pa_hash.h: some comments
24568:
24569: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24570: Array& operator += (Array& src)
24571:
24572: * src/main/pa_array.C: expand not convinient, would rewrite
24573:
24574: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24575: (Array& src)
24576:
24577: rethought, would change now
24578:
24579: 2001-01-27 paf
24580:
24581: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24582: caching
24583:
24584: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24585: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24586: cache rethought to chunk caching
24587:
24588: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24589: include/pa_string.h, main/main.dsp, main/pa_array.C,
24590: main/pa_hash.C, main/pa_string.C: Array 0
24591:
24592: * src/main/pa_string.C: String::operator ==
24593:
24594: * src/main/pa_hash.C: String(&String)
24595:
24596: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24597:
24598: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24599: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24600: pa_hash[forgotten]
24601:
24602: 2001-01-26 paf
24603:
24604: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24605: removed templates [vc++ suxx]
24606:
24607: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24608: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24609:
24610: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24611:
1.119 moko 24612: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24613:
1.119 moko 24614: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24615: check
24616:
24617: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24618: dynamic row_count
24619:
24620: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24621: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24622: targets/Makefile.am: Initial revision
24623:
24624: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24625: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24626: targets/Makefile.am: creating parser3 module
24627:
E-mail: