Annotation of parser3/ChangeLog, revision 1.158
1.157 moko 1: 2021-01-20 moko
2:
1.158 ! moko 3: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
! 4: 3.4.6
! 5:
1.157 moko 6: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
7:
8: * etc/auto.p.in: @config[result] added to simplify $cfg change in
9: /httpd.p
10:
11: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
12: ^use[/httpd.p] + optional ^preprocess[] (related to feature
13: #1203)
14:
15: 2021-01-19 moko
16:
17: * buildall: --disable-parallel-mark added to avoid "number of
18: processors" threads creation for heap marking as it conflicts
19: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
20: limits threads)
21:
1.156 moko 22: 2021-01-16 moko
23:
24: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
25: main/pa_globals.C, main/pa_memory.C,
26: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
27: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
28: feature #1209)
29:
30: 2021-01-15 moko
31:
32: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
33: 3.4.6rc
34:
35: * src/classes/json.C: get_delim added for delimiter caching (10%
36: faster on large json)
37:
38: 2021-01-14 moko
39:
40: * operators.txt: updated with 3.4.6 changes
41:
42: * tests/results/224.processed: test result modified after
43: today(shift) implemented
44:
45: * tests/: 407.html, results/407.processed: test for ^hash.select
46: option $.default(bool) added (related to feature #1172)
47:
48: * src/classes/hash.C: ^hash.select option $.default(bool) added
49: (related to feature #1172)
50:
51: * tests/: 141.html, results/141.processed: test modified for
52: feature #1185.
53:
54: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
55: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
56: options $.lower(bool) (implements feature #1185)
57:
58: 2021-01-11 moko
59:
60: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
61: #1192)
62:
63: * tests/: 411.html, results/411.processed: test for ^date::today(N)
64: added (related to feature #1192)
65:
1.155 moko 66: 2021-01-05 moko
67:
68: * tests/: 270.html, results/270.processed: test modified to work
69: under Windows
70:
71: * tests/: 390.html, 395.html, results/395.processed: tests updated
72: 4 windows
73:
74: * tests/: 410.html, results/410.processed: test for
75: $CLASS-GETTER-PROTECTED(false) added
76:
77: 2021-01-04 moko
78:
79: * tests/: 409.html, results/409.processed, results/auto.p: test for
80: $MAIN:LOCALS(true) added
81:
1.154 moko 82: 2021-01-03 moko
83:
84: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
85: types/pa_vclass.h, types/pa_vstateless_class.C,
86: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
87: +LOCALS. $main -> $MAIN in exception texts (implements feature
88: #1207)
89:
90: 2021-01-02 moko
91:
92: * etc/auto.p.in: minor
93:
94: * src/main/pa_request.C: sending headers only after opening file to
95: allow error reporting if file was not opened (foreign group,
96: etc).
97:
98: 2020-12-31 moko
99:
100: * src/: include/pa_request.h, main/pa_request.C,
101: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
102:
103: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
104: main/pa_request.C: get_class_ref added and used
105:
106: * etc/auto.p.in: @CLASS httpd added
107:
108: * etc/auto.p.in: @auto[] is now first
109:
110: 2020-12-30 moko
111:
112: * tests/: 408.html, results/408.processed: test for bug #1166
113: (windows only) added
114:
115: * src/main/pa_common.C: create_dir_for_file should not create dir
116: for trailing / (fixes bug #1166)
117:
118: * tests/: 341.html, results/341.processed: tests for
119: ^nameless_table.hash[] added (related to feature #1138)
120:
121: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
122: (implements feature #1138), extra fields in named tables no
123: longer ignored (implements feature #1138)
124:
125: * tests/results/390.processed: updated after exception text change
126:
127: 2020-12-29 moko
128:
129: * tests/: 407.html, results/407.processed: +$._default check
130:
131: * src/classes/hash.C: keep $_default in ^hash.reverse[]
132:
133: * tests/: 407.html, results/407.processed: test for ^hash.select[]
134: and ^hash.reverse[] added (releated to feature #1172)
135:
136: * src/classes/hash.C:
137: ^hash.select[key;value](bool-condition)[options hash] +
138: ^hash.reverse[] added (implements feature #1172)
139:
140: * src/types/pa_vtable.h: warning war
141:
142: * src/include/pa_config_fixed.h: win32 fix
143:
1.153 moko 144: 2020-12-27 moko
145:
146: * tests/: 406.html, results/406.processed: test results updated
147:
148: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
149: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
150: spelling
151:
152: 2020-12-26 moko
153:
154: * tests/: 406.html, results/406.processed: tests for
155: ^table.rename[] added (related to feature #1148)
156:
157: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
158: ^table.rename[column name from;column name to], ^table.rename[
159: $.[column name from][column name to] ... ] added (implements
160: feature #1148)
161:
162: 2020-12-25 moko
163:
164: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
165: request_info now on stack to avoid yet another THREAD_LOCAL
166: memory deallocation issue (now with cookies), explained in #1203
167:
168: * src/types/pa_vcookie.C: fields should be inited
169:
170: 2020-12-24 moko
171:
172: * src/include/pa_stylesheet_connection.h: looks like
173: xsltFreeStylesheet leads to memory double-free. If so, it's for
174: sure libxml bug, but we have GC anyway, so we just remove this
175: call and see...
176:
177: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
178: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
179: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
180: abort.c:65:8 frame #3: 0x00000000004da663
181: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
182: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
183: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
184: malloc.c:617:9 frame #5: 0x0000000000577f0c
185: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
186: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
187: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
188: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
189: frame #8: 0x000000000050d35c
190: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
191: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
192: frame #10: 0x00000000004436e5
193: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
194: [inlined]
195: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
196: pa_stylesheet_connection.h:62:3
197:
198: 2020-12-23 moko
199:
200: * src/classes/image.C: ^image::measure[; $.video() ] option added
201:
202: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
203: ^image::measure[; $.video(true) ] added
204:
205: * src/main/pa_exec.C: not cleared automatically in multithreaded
206: httpd mode for unknown reasons
207:
208: 2020-12-22 moko
209:
210: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
211: error_log uri of currently processed document", but never used
212: and conflicts with how libgc stops threads on FreeBSD (#define
213: SIG_SUSPEND SIGUSR1), thus removed.
214:
215: 2020-12-21 moko
216:
217: * src/main/pa_request.C: +comment
218:
1.151 moko 219: 2020-12-20 moko
220:
1.152 moko 221: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
222: it is more safe to have versions of pa_strdup with one and two
223: arguments, as helper_length=0 not always mean that strlen()
224: should be called, but means zero.
225:
226: * src/targets/isapi/parser3isapi.C: minor
227:
228: * src/main/pa_http.C: +valid_http_method
229:
1.151 moko 230: * src/: include/pa_http.h, main/pa_http.C,
231: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
232:
233: 2020-12-17 moko
234:
235: * tests/: 405.html, results/405.processed: test for split by regex
236: added (related to feature #1160)
237:
238: * src/classes/string.C: split by regex implemented (feature #1160)
239:
240: * src/classes/string.C: minor
241:
242: * tests/: 404.html, results/404.processed: test for whitespace
243: string is now OK for table argument (related to feature #1169)
244:
245: * src/: classes/image.C, classes/string.C, classes/table.C,
246: types/pa_vmethod_frame.C: whitespace string is now OK for table
247: argument (as with hash) (implements feature #1169)
248:
249: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
250: limit for comment (fixes bug #1102)
251:
252: * src/targets/cgi/parser3.C: +HAVE_TLS check
253:
254: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
255:
256: * src/include/pa_config_includes.h: HAVE_TLS used
257:
258: * configure.ac: +TLS check
259:
260: * src/main/pa_http.C: content logging added
261:
262: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
263: clear_response_headers added
264:
265: 2020-12-16 moko
266:
267: * buildall: as we now use threads, libatomic_ops still required for
268: some OS.
269:
270: * src/main/pa_request.C: whitespace
271:
272: * src/: include/pa_request.h, main/pa_request.C:
273: Request::Exception_trace::table extracted and used
274:
275: * src/main/pa_request.C: moving output_result call outside of try
276: as network exceptions should not be handled by parser code
277:
278: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
279: logging network exchange
280:
281: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
282: via network if it was network write error.
283:
284: * src/targets/cgi/parser3.C: log -> pa_log
285:
286: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
287:
288: * src/main/pa_threads.C: getpid() if no gettid() found
289:
290: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
291: we need to ignore "void" connections from browsers (browsers open
292: connections in advance and they will be empty if user does not
293: request more pages)
294:
295: 2020-12-15 moko
296:
297: * src/targets/cgi/parser3.C: avoid previous uri in logs
298:
299: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
300: RequestController not needed in httpd mode
301:
302: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
303: classes/classes.h, classes/curl.C, classes/date.C,
304: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
305: classes/hashfile.C, classes/image.C, classes/inet.C,
306: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
307: classes/memcached.C, classes/memory.C, classes/op.C,
308: classes/reflection.C, classes/regex.C, classes/response.C,
309: classes/string.C, classes/table.C, classes/void.C,
310: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
311: include/pa_array.h, include/pa_base64.h,
312: include/pa_cache_managers.h, include/pa_charset.h,
313: include/pa_charsets.h, include/pa_common.h,
314: include/pa_config_fixed.h, include/pa_config_includes.h,
315: include/pa_dictionary.h, include/pa_dir.h,
316: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
317: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
318: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
319: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
320: include/pa_request_charsets.h, include/pa_request_info.h,
321: include/pa_sapi.h, include/pa_socks.h,
322: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
323: include/pa_stack.h, include/pa_string.h,
324: include/pa_stylesheet_connection.h,
325: include/pa_stylesheet_manager.h, include/pa_symbols.h,
326: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
327: include/pa_uue.h, include/pa_xml_exception.h,
328: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
329: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
330: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
331: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
332: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
333: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
334: main/compile.tab.C, main/compile.y, main/compile_tools.C,
335: main/compile_tools.h, main/execute.C, main/pa_base64.C,
336: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
337: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
338: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
339: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
340: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
341: main/pa_sql_driver_manager.C, main/pa_string.C,
342: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
343: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
344: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
345: main/untaint.C, sql/pa_sql_driver.h,
346: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
347: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
348: targets/isapi/parser3isapi.C, types/pa_junction.h,
349: types/pa_method.h, types/pa_property.h, types/pa_value.C,
350: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
351: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
352: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
353: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
354: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
355: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
356: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
357: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
358: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
359: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
360: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
361: types/pa_vmemory.h, types/pa_vmethod_frame.C,
362: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
363: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
364: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
365: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
366: types/pa_vstateless_object.h, types/pa_vstatus.C,
367: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
368: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
369: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
370: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
371: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
372:
373: * src/main/pa_request.C: old compilers support
374:
375: * tests/: 362.html, results/362.processed: test updated after
376: changes after upgrade to libxml2-2.9.9 were made (related to bug
377: #1108)
378:
379: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
380: removed, as xsltFreeStylesheet has side effects on original doc.
381: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
382: not updated after xdoc modification (part 3 of test 362).
383: (related to bug #1108)
384:
385: * src/targets/isapi/parser3isapi.C: +pa_strcat
386:
387: * src/: classes/memory.C, include/pa_memory.h,
388: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
389: PA_GC_GCOLLECT used
390:
391: * src/include/pa_memory.h: +PA_GC_COLLECT
392:
393: * src/targets/cgi/parser3.C: msvs support fixes
394:
395: * src/lib/gc/include/gc.h: more cleanup
396:
397: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
398:
399: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
400: targets/cgi/parser3.C: $main:HTTPD.mode implemented
401:
402: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
403:
404: * configure.ac: pthread.h added to checked headers
405:
406: * src/classes/table.C: string stream is back :)
407:
408: * src/classes/memory.C: GC_generate_random_backtrace no longer
409: exists
410:
411: * src/main/pa_globals.C: GC_dont_gc replaced
412:
413: * src/lib/gc/include/gc.h: major cleanup, only used functions are
414: left to simplify adding new functions. depricated GC_dont_gc
415: replaced with GC_disable and GC_enable calls.
416:
417: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
418: CORD_from_file* not used and thus removed
419:
420: * src/lib/gc/include/gc_allocator.h: minor cleanup
421:
422: 2020-12-14 moko
423:
424: * src/classes/: curl.C, memory.C, table.C: every TLS should be
425: referenced elsewhere, or GC will collect it.
426:
427: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
428: main/pa_xml_io.C: bugfix: TLS variables should be referenced
429: elsewhere, or GC will collect them (and we'll get GPF in
430: multithreaded enviroment). May be it can be also fixed by some
431: GC call, not sure. But this fix costs nothing (but hours of
432: debugging to find the issue :).
433:
1.150 moko 434: 2020-12-11 moko
435:
436: * configure.ac: gettid() check added
437:
438: * src/main/pa_threads.C: HAVE_GETTID used
439:
440: * src/include/pa_config_auto.h.in: +HAVE_GETTID
441:
442: * src/: include/pa_threads.h, main/pa_threads.C: now unified
443: version for isapi/cgi/apache
444:
445: * buildall: threads are now required.
446:
447: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
448: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
449: main/main.vcproj: pa_threads.C moved to main
450:
451: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
452: isapi/pa_threads.C: pa_threads.C moved to main
453:
454: * src/: main/Makefile.am, targets/cgi/Makefile.am,
455: targets/apache/Makefile.am: pa_threads.C moved to main
456:
457: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
458:
459: * src/: include/pa_stylesheet_connection.h,
460: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
461: and weird GPF in multithreaded httpd is gone
462:
463: * src/include/: pa_stylesheet_connection.h,
464: pa_sql_driver_manager.h: whitespace
465:
466: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
467:
468: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
469: main/pa_stylesheet_manager.C: whitespace, warning war
470:
471: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
472: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
473: parser_multithreaded never used
474:
475: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
476:
477: 2020-12-10 moko
478:
479: * src/: include/pa_config_includes.h, include/pa_http.h,
480: main/pa_http.C, targets/cgi/parser3.C: initial support for
481: MULTITHREADED and PARALLEL httpd server modes
482:
483: * src/main/pa_globals.C: GC_java_finalization is depricated
484:
485: 2020-12-09 moko
486:
487: * etc/auto.p.in: + @httpd-main
488:
489: * src/: include/pa_common.h, main/pa_request.C,
490: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
491: work
492:
493: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
494: slow file_read_binary no longer used, send_range added
495:
496: 2020-12-08 moko
497:
498: * src/main/pa_request.C: >4Gb support
499:
500: * src/targets/cgi/parser3.C: msvc warning war
501:
502: * src/: include/pa_config_includes.h, main/pa_http.C,
503: main/pa_request.C: msvc warnings war
504:
505: * src/classes/image.C: warning war
506:
507: * src/classes/table.C: MSVC warning war
508:
509: * src/targets/cgi/parser3.C: msvc warnings war
510:
511: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
512: added
513:
1.149 moko 514: 2020-12-07 moko
515:
1.150 moko 516: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
517: avoid logging beside system-wide auto.p
518:
519: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
520:
521: * configure, configure.ac, src/include/pa_config_auto.h.in:
522: configure options added:
523:
524: --with-system-cfg=FILE to specify system-wide auto.p
525: --with-system-log=FILE to specify system-wide parser3.log
526:
527: * Makefile.am: bin no longer exists
528:
529: * configure, configure.ac: auto.p moved to etc to simplify debian
530: package
531:
532: * buildall: auto.p and parser3.charsets moved to their default
533: location after install
534:
535: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
536:
537: * aclocal.m4, configure: automake 1.15 -> 1.16.1
538:
1.149 moko 539: * src/targets/cgi/parser3.C: locate_config call returned to
540: original place as it requires pa_thread_request() under Windows
541:
542: * src/targets/cgi/parser3.C: renaming
543:
544: 2020-12-06 moko
545:
546: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
547: check added
548:
549: 2020-12-04 moko
550:
551: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
552: main/pa_request.C: unified uint64_t lseek implemented to support
553: >4Gb files under x86, including Windows
554:
555: 2020-12-02 moko
556:
557: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
558: with max_file_size
559:
560: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
561: support for processing files sized >4Gb on 32 bit planforms
562:
563: * tests/399.html: file moved
564:
565: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
566:
567: * src/targets/cgi/pa_sapi_info.h: warning war
568:
569: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
570: warning war
571:
572: 2020-12-01 moko
573:
574: * src/classes/image.C: mp4 extended size (>4Gb) support added
575:
576: * src/classes/image.C: for "size not found" exception to be shown
577: if size not found until eof
578:
579: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
580: bit linux)
581:
582: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
583: #1188)
584:
585: 2020-11-30 moko
586:
587: * src/classes/image.C: definitions moved closer to code
588:
589: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
590: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
591: 395_dir/3_VP8X.webp, results/395.processed,
592: results/396.processed: tests for ^image::measure[] .webp support
593: added, all image files moved into one directory (related to
594: feature #1188)
595:
596: * src/classes/image.C: ^image::measure[] now supports webp (feature
597: #1188)
598:
1.148 moko 599: 2020-11-29 moko
600:
601: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
602: processing, unnessesary defines removed
603:
604: 2020-11-24 moko
605:
606: * tests/results/: 099.processed, 100.processed, 205.processed,
607: 309.processed, 310.processed: Content-Disposition: inline
608: returned
609:
610: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
611: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
612: ] added (related to bug #1204)
613:
614: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
615: ] supported to avoid Content-Disposition: inline;
616: filename="<file>.ext" but still set Content-Type for ext (related
617: to bug #1204)
618:
1.147 moko 619: 2020-11-22 moko
620:
621: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
622: types/pa_vfile.C: pa_filename added to avoid useless rsplit
623:
624: * src/main/pa_request.C: content_disposition_inline returned.
625:
626: 2020-11-17 moko
627:
628: * src/main/pa_request.C: empty main method name support
629:
630: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
631: config_handler added, stdout flush added.
632:
633: 2020-11-16 moko
634:
635: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
636:
637: * tests/results/: 099.processed, 205.processed, 237.processed,
638: 309.processed, 310.processed: Content-Disposition: inline is not
639: required and should not contain filename="<name>"
640:
641: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
642: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
643: targets/isapi/parser3isapi.C: pa_strcat implemented and used
644:
1.146 moko 645: 2020-11-14 moko
646:
647: * src/targets/cgi/parser3.C: spelling
648:
649: * src/targets/cgi/parser3.C: renaming
650:
651: * src/targets/cgi/parser3.C: args_skip removed, locate_config
652: relocated
653:
654: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
655: before request processing, which is weired
656:
657: 2020-11-13 moko
658:
659: * src/main/pa_http.C: pa_recv added with timeout support, thus read
660: copied in httpd.
661:
662: 2020-11-12 moko
663:
664: * src/main/pa_http.C: ALARM code unified to be used in httpd
665:
666: * src/: include/pa_request.h, main/pa_request.C,
667: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
668:
669: * src/main/pa_http.C: URI validation added
670:
671: * src/targets/cgi/parser3.C: filespec_to_process now variable,
672: can't be empty but can be null. httpd-main is now main method
673: name for httpd mode
674:
675: 2020-11-11 moko
676:
677: * src/main/pa_request.C: path_translated can be null in httpd mode
678:
679: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
680: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
681: classes/xdoc.C, include/pa_request.h, main/execute.C,
682: main/pa_request.C: r.absolute -> r.full_disk_path
683:
684: * src/targets/cgi/parser3.C: if filename to process is not
685: specified, auto.p should be present.
686:
1.145 moko 687: 2020-11-03 moko
688:
689: * src/: classes/op.C, include/pa_request.h: unused argument removed
690:
691: * src/main/pa_request.C: content_disposition_inline is the default,
692: not required.
693:
1.144 moko 694: 2020-10-29 moko
695:
696: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
697: ^use[file; $.main(true) ] implemented for auto.p processing and
698: path_translated changing to correct relative files path
699: calculation in httpd mode
700:
701: * src/: include/pa_request.h, main/pa_request.C:
702: fail_on_read_problem removed, as it allways true, as if should
703: be.
704:
705: * src/: include/pa_request.h, main/pa_request.C,
706: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
707: targets/isapi/parser3isapi.C: clearing config_filespec when
708: config was not found, thus flag not required and removed.
709:
710: 2020-10-28 moko
711:
712: * tests/: 402.html, results/402.processed: error reporting test
713:
714: * src/main/execute.C: better error reporting when
715: $result[^hash::create[]] in @main.
716:
717: * src/main/: execute.C, pa_request.C: frame.result() should be used
718: + minor optimization
719:
720: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
721: main/pa_xml_io.C: execute_*_method simplified and unified
722:
723: 2020-10-27 moko
724:
725: * tests/: 306.html, results/306.processed: a bit more testing. :)
726:
727: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
728: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
729: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
730: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
731: types/pa_vmethod_frame.h, types/pa_vobject.C,
732: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
733: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
734: longer used in object-prototype mode
735:
736: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
737: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
738: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
739: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
740: $form:name[value] features
741:
1.143 moko 742: 2020-10-18 moko
743:
744: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
745:
746: 2020-10-15 moko
747:
748: * src/main/pa_http.C: url no longer needed as
749: ALTER_EXCEPTION_SOURCE is used
750:
751: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
752: main/pa_http.C: check_file_size filespec is now optional
753:
754: * src/: classes/curl.C, include/pa_exception.h,
755: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
756: ALTER_EXCEPTION_COMMENT added for better error reporting
757:
758: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
759: results/346-curl.processed, results/379-curl.processed,
760: results/379.processed: test results updated as load now provides
761: better error reporting + curl responses updated
762:
763: 2020-10-14 moko
764:
765: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
766: main/pa_string.C, targets/apache/mod_parser3_core.C,
767: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
768: checked. 10 is now default base, no hex autodetect by default
769:
770: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
771: connection socket closing in destructor + accept exception
772: handling
773:
774: * src/targets/cgi/parser3.C: warning war
775:
776: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
777: main/pa_request.C, targets/apache/mod_parser3_core.C,
778: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
779: exception handling unified
780:
781: 2020-10-13 moko
782:
783: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
784: autodetection
785:
786: * src/targets/apache/mod_parser3_core.C: reverted to atoi
787:
788: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
789:
790: * src/main/pa_http.C: warning war
791:
1.142 moko 792: 2020-10-12 moko
793:
1.143 moko 794: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
795: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
796: unhandled exception code optimization
797:
798: * src/targets/cgi/parser3.C: request_info now global variable
799:
800: * src/main/pa_http.C: http_read_response moved to HTTP_response
801: class
802:
803: * src/: include/pa_http.h, main/pa_http.C,
804: targets/cgi/pa_sapi_info.h: read_post implemented
805:
1.142 moko 806: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
807: [host:]port syntax support in httpd mode
808:
809: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
810: targets/cgi/parser3.C: populate_env added
811:
812: * src/include/pa_hash.h: to make get(char *) compiling in
813: HashStringString
814:
815: 2020-10-10 moko
816:
817: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
818: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
819:
820: * src/: include/pa_http.h, include/pa_request_info.h,
821: main/pa_http.C, main/pa_string.C,
822: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
823: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
824: types/pa_vrequest.C: initial httpd mode implementation
825:
1.141 moko 826: 2020-10-04 moko
827:
828: * src/targets/cgi/parser3.C: options together
829:
830: 2020-09-30 moko
831:
832: * src/main/pa_http.C: renamed
833:
1.140 moko 834: 2020-08-14 moko
835:
836: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
837: src/targets/cgi/Makefile.am: no httpd as separate library
838:
839: 2020-08-13 moko
840:
841: * src/targets/cgi/parser3.C: SAPI::die used in exception in
842: unhandled exception handler to report 500 instead of 200 it was
843: before.
844:
845: * src/targets/apache/mod_parser3_core.C: minor cleanup
846:
847: * src/: include/pa_sapi.h, main/untaint.C,
848: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
849: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
850: thus replaced with SAPI::die and removed
851:
852: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
853: cgi/parser3.C: whitespace
854:
855: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
856:
857: 2020-08-12 moko
858:
859: * src/targets/cgi/parser3.C: duplicate info in signal logging
860: removed, whitespace was: SIGPIPE received while executing code.
861: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
862: cl=0]
863:
864: * parser3.sln: + httpd.vcproj
865:
866: 2020-08-11 moko
867:
868: * src/targets/cgi/Makefile.am: +libhttpd
869:
870: * configure.ac, src/lib/Makefile.am: +libhttpd
871:
1.139 moko 872: 2020-07-13 moko
873:
874: * tests/: 401.html, results/401.processed: test for hash key does
875: not keep language, but tainted in foreach.
876:
1.138 moko 877: 2020-07-01 moko
878:
879: * tests/: 235.html, results/235.processed: test result updated as
880: messages before attachments implemented (feature #1176)
881:
1.137 moko 882: 2020-06-27 moko
883:
884: * tests/: 400.html, results/400.processed: test updated to check
885: ^return{code}
886:
887: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
888: fixed
889:
890: 2020-06-26 moko
891:
892: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
893: added (related to https://www.parser.ru/forum/?id=85319)
894:
895: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
896: when $result assignment was last statement in the method
897: (https://www.parser.ru/forum/?id=85319)
898:
1.136 moko 899: 2020-05-23 moko
900:
901: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
902: whitespace, unused level removed
903:
904: 2020-05-19 moko
905:
906: * src/types/pa_vmail.C: whitespace
907:
908: * src/types/pa_vmail.C: files should be processed last (related to
909: feature #1176)
910:
1.135 moko 911: 2020-05-12 moko
912:
913: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
914: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
915:
916: * configure.ac: FreeBSD1X.X check added to avoid
917: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
918:
1.134 moko 919: 2020-02-26 moko
920:
921: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
922: compilation issue (related to bug #1201)
923:
924: * src/main/pa_common.C: entry_readable -> entry_exists,
925: undocumented access(fname, R_OK) call removed (fixes bug #1201)
926: -f and -d now works under Windows in UTF-8 with Russian
927: filenames.
928:
929: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
930: advice (related to feature #1199)
931:
932: 2020-02-25 moko
933:
934: * buildall: --silent removed
935:
936: * configure.ac: gmime-3.0 support
937:
938: * buildall: --with-system-mailreceive option added to build with
939: system libgmime
940:
941: * src/types/pa_vmail.C: avoiding
942: https://github.com/jstedfast/gmime/issues/83 "feature" (related
943: to feature #1199)
944:
1.133 moko 945: 2020-02-18 moko
946:
947: * src/classes/op.C: windows x64 debug mode compile fix
948:
949: * src/main/pa_globals.C: no longer required due to -MD -> -MT
950: change (releated to feature #1200)
951:
952: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
953: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
954: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
955: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
956: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
957: targets/apache/ApacheModuleParser3.vcproj,
958: targets/apache/ApacheModuleParser3Core.vcproj,
959: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
960: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
961: dependency (related to feature #1200)
962:
1.132 moko 963: 2020-02-12 moko
964:
965: * src/types/pa_vmail.C: minimize diff
966:
967: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
968: #1199)
969:
1.131 moko 970: 2020-01-18 moko
971:
972: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
973:
1.130 moko 974: 2019-12-28 moko
975:
976: * src/targets/cgi/parser3.C: avoid empty ?
977:
978: 2019-12-27 moko
979:
980: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
981: DOCUMENT_ROOT (related to feature #1164)
982:
983: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
984: fcgiwrap setup (implements feature #1164)
985:
986: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
987: but no issues found (related to feature #1164)
988:
989: * src/targets/cgi/parser3.C: actualized
990:
991: 2019-12-26 moko
992:
993: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
994: removed
995:
996: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
997: removed
998:
999: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1000: allocation errors, we don't want default gc warnings (without
1001: timestamp and URI).
1002:
1003: * src/: classes/memory.C, main/pa_globals.C,
1004: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1005: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1006: pa_globals_init
1007:
1008: * src/main/pa_globals.C: setup_hex_value() removed, static array
1009: initialization used (optimization)
1010:
1011: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1012: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1013: pa_socks_init/pa_socks_done moved inside pa_globals_init
1014: (optimization)
1015:
1.129 moko 1016: 2019-12-09 moko
1017:
1018: * src/include/pa_config_fixed.h: warning war
1019:
1.128 moko 1020: 2019-12-08 moko
1021:
1022: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1023: process grammar under Unix.
1024:
1025: 2019-12-07 moko
1026:
1027: * tests/389.html: For Windows XP. :)
1028:
1029: * tests/388-sql.html: Windows compatibility added
1030:
1031: 2019-12-06 moko
1032:
1033: * src/targets/cgi/parser3.C: warning war
1034:
1035: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1036: == sizeof(CORD)) to avoid aligning bugs in future
1037:
1038: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1039: XML_STATIC
1040:
1041: * src/include/pa_request.h: StackItem() not required
1042:
1043: * src/include/pa_stack.h: warning war
1044:
1045: * src/include/pa_config_includes.h: GCC warning silenced
1046:
1047: * src/include/pa_memory.h: warning war: the program should also
1048: define 'void operator delete [](void*, std::size_t)'
1049: [-Wsized-deallocation]
1050:
1051: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1052:
1053: * src/classes/string.C: not reqired cast removed
1054:
1055: * src/classes/string.C: not reqired cast removed
1056:
1057: 2019-12-05 moko
1058:
1059: * src/lib/sdbm/pa_file_io.C: warning war
1060:
1061: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1062: enum Language : size_t - required for VS2015+ to make
1063: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1064: without it (related to feature #1198)
1065:
1066: 2019-12-04 moko
1067:
1068: * src/main/pa_base64.C: unsigned char -> uchar
1069:
1070: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1071: as other libs
1072:
1073: * src/include/pa_version.h: +amd64
1074:
1075: 2019-12-03 moko
1076:
1077: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1078: release
1079:
1080: * src/include/pa_config_includes.h: warning war
1081:
1082: * src/classes/image.C: warning war
1083:
1084: * src/main/pa_globals.C: x64 libs support
1085:
1086: * src/include/pa_config_includes.h: warning war
1087:
1088: * src/types/pa_method.h: warning war
1089:
1.127 moko 1090: 2019-11-28 moko
1091:
1092: * src/classes/math.C: vs2003 compatibility + warning war
1093:
1094: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1095: libxml2-2.9.9 (related to feature #1136)
1096:
1097: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1098: typecast for more compatibility (related to feature #1136)
1099:
1100: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1101: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1102: feature #1136)
1103:
1104: 2019-11-26 moko
1105:
1106: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1107: removed (it was failing in $$var case), condition added
1108:
1.126 moko 1109: 2019-11-25 moko
1110:
1111: * tests/: 397.html, 399.html, results/141.processed,
1112: results/399.processed: base64 options tested
1113:
1114: * src/: classes/math.C, main/pa_http.C: base64 options used
1115:
1116: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1117: implemented (feature #986)
1118:
1119: * src/main/pa_cache_managers.C: whitespace
1120:
1121: * tests/: 397.html, 399.html, results/399.processed: tests for
1122: ^base64 encode options added (related to feature #986)
1123:
1124: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1125: pa_base64_encode(file) removed - more memory, but faster and less
1126: code (related fo feature #986)
1127:
1128: 2019-11-24 moko
1129:
1130: * tests/: 155.html, results/155.processed: limit and offset in
1131: ^table::load[] now supported, thus test added
1132:
1133: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1134: main/pa_common.C: optimization: offset and limit options parsing
1135: moved inside file_load.
1136:
1137: 2019-11-23 moko
1138:
1139: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1140: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1141: optimization: file_read replaced with simplified file_read_binary
1142:
1143: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1144: types/pa_vform.C: whitespace
1145:
1146: * src/: include/pa_common.h, main/pa_common.C: never used params
1147: removed
1148:
1149: 2019-11-21 moko
1150:
1151: * tests/: 193.html, results/193.processed, results/389.processed:
1152: test results updated as now base64 does not discard tail without
1153: padding (related to feature #986)
1154:
1155: 2019-11-20 moko
1156:
1157: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1158: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1159: pa_base64_decode (related to feature #986)
1160:
1161: * tests/398.html: tests for base64 decode added (related to feature
1162: #986)
1163:
1164: * src/main/pa_base64.C: base64_decode rewritten - padding option
1165: support, padding inside base 64 supported (related to feature
1166: #096)
1167:
1168: 2019-11-19 moko
1169:
1170: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1171: FreeBSD 12
1172:
1.125 moko 1173: 2019-11-16 moko
1174:
1175: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1176: support added, step support removed (related to #986)
1177:
1178: 2019-11-15 moko
1179:
1180: * src/classes/math.C: using log since log2 is not present on
1181: FreeBSD < 8.4 (related to feature #1177)
1182:
1183: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1184: pa_base64_size extracted and used for files as well (related to
1185: feature 986)
1186:
1187: 2019-11-14 moko
1188:
1189: * tests/: 397.html, results/397.processed: + content check
1190:
1191: * tests/: 141.html, results/141.processed: make test resuls more
1192: readable
1193:
1194: * tests/: 397.html, results/193.processed, results/397.processed:
1195: test results updated after \x00 character was disabled in
1196: math:convert string mode (related to feature #1177)
1197:
1198: * src/classes/: math.C, string.C: \\x00 character disabled while
1199: converting to string (as in base64, related to feature #1177)
1200:
1201: * src/classes/file.C: more correct arguments separation
1202:
1203: * src/: classes/file.C, classes/math.C, classes/string.C,
1204: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1205: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1206: options added, but not yet implemented (related to feature #986)
1207:
1208: * src/classes/math.C: whitespace
1209:
1210: 2019-11-13 moko
1211:
1212: * tests/: 397.html, results/397.processed: +tainting test (related
1213: to feature #1177)
1214:
1215: * src/classes/math.C: as we now produce not only digits, result
1216: should be tainted (related to feature #1177)
1217:
1218: * src/main/pa_base64.C: whitespace
1219:
1220: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1221: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1222: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1223: implementation moved from pa_common.h and pa_common.C
1224:
1225: 2019-11-12 moko
1226:
1227: * tests/: 275.html, results/275.processed: out of range test fixed,
1228: as ^math:convert now supports arbitrary precision
1229:
1230: 2019-11-11 moko
1231:
1232: * tests/results/389.processed: uctualized error message
1233:
1234: * tests/: 389.html, 397.html, results/397.processed: tests for
1235: ^math:convert added (related to feature #1177)
1236:
1237: * src/classes/math.C: ^math:convert now supports arbitrary
1238: precision, alphabet support added (implements feature #1177)
1239:
1.124 moko 1240: 2019-11-06 moko
1241:
1242: * tests/: 181.html, results/181.processed: entities usage added,
1243: more entites load tests (related to bug #842 discussion)
1244:
1245: 2019-11-05 moko
1246:
1247: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1248: call from xmlFileOpen if http://localhost/<file> was not found
1249: (related to bug #842)
1250:
1251: * src/main/pa_xml_io.C: rename
1252:
1253: * src/main/pa_xml_io.C: +MemoryStream constructor
1254:
1255: * src/main/pa_xml_io.C: whitespace
1256:
1.123 moko 1257: 2019-10-31 moko
1258:
1259: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1260: XML_PARSE_NOENT) added to fix entities load, (related to feature
1261: #1181)
1262:
1.122 moko 1263: 2019-10-25 moko
1264:
1265: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1266: queries tests
1267:
1268: 2019-10-24 moko
1269:
1270: * tests/: 388-sql.html, results/388-sql.processed: support for
1271: pgsql driver test
1272:
1273: * tests/: 388-sql.html, results/388-sql.processed:
1274: multi_statements=1 now tested, mysql test now supported
1275: (connection must be specified in [parser3] section in .my.cnf)
1276: related to issues #1195 and #1194
1277:
1.121 moko 1278: 2019-09-11 moko
1279:
1280: * src/classes/int.C: whitespace
1281:
1282: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1283: exception test
1284:
1285: * tests/results/388-sql.processed: sql queries now shown (related
1286: to feature #1196)
1287:
1288: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1289: with old parser versions.
1290:
1291: * src/: classes/file.C, classes/hash.C, classes/string.C,
1292: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1293: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1294: instead of connect string in query_event_handlers exceptions
1295: (implements feature #1196)
1296:
1.120 moko 1297: 2019-09-06 moko
1298:
1299: * tests/388-sql.html: mysql compat
1300:
1301: * src/: classes/hash.C, classes/string.C, classes/table.C,
1302: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1303: sql_ variables declaration moved to pa_common.h
1304:
1.116 moko 1305: 2019-01-15 moko
1306:
1307: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1308: logically sorted
1309:
1310: 2018-12-27 moko
1311:
1312: * src/include/pa_config_includes.h: warning war:
1313: -Wdeprecated-register added for C++ 17
1314:
1315: 2018-10-15 moko
1316:
1317: * configure.ac: FreeBSD 11.2 can be build with ./configure
1318: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1319: --with-xml=/usr/local/
1320:
1321: 2018-09-24 moko
1322:
1323: * tests/: 396.html, 396.tiff, results/396.processed: test for
1324: ^image::measure[] now supports tiff added (related to feature
1325: #1188)
1326:
1327: * src/classes/image.C: ^image::measure[] now supports tiff
1328: (implements feature #1188)
1329:
1330: 2018-09-20 moko
1331:
1332: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1333: files measure added (related to ticket #1188)
1334:
1335: * src/classes/image.C: measure of bmp files implemented (related to
1336: ticket #1188)
1337:
1338: 2018-09-18 moko
1339:
1340: * tests/: 394-curl.html, results/394-curl.processed,
1341: results/auto.p: test for bug #1187 (max_file_size check for head
1342: requests) added
1343:
1344: 2018-08-24 moko
1345:
1346: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1347: response content-length check is required (fixes bug #1187)
1348:
1349: 2018-05-11 moko
1350:
1351: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1352: $.append(bool) ] option added (related to feature #919)
1353:
1354: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1355: from misha@ patch (implements feature #919)
1356:
1357: 2018-03-22 moko
1358:
1359: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1360: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1361: with 128kb buffer. Now works at least 12 times faster. :) May be
1362: Windows-only problem.
1363:
1364: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1365: build fix)
1366:
1367: 2018-02-03 moko
1368:
1369: * src/main/execute.C: removes irrelevant lines from exception stack
1370: trace when exceptions occurs in assigment (fixes bug #1165)
1371:
1372: * tests/: 393.html, results/393.processed: test for behavour after
1373: "Property can not be created, already exists field with that
1374: name" exception removed (related to feature #1183)
1375:
1376: * src/types/pa_vclass.C: "Property can not be created, already
1377: exists field with that name" exception removed (implements
1378: feature #1183)
1379:
1380: 2018-01-19 moko
1381:
1382: * src/classes/string.C: whitespace
1383:
1384: * src/classes/string.C: whitespace
1385:
1386: * tests/: 392.html, results/392.processed: test for
1387: ^regex::create[$regex] added (related to feature #1135)
1388:
1389: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1390: ^regex::create[$regex] added (implements feature #1135)
1391:
1392: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1393: commented define added (related to feature #1157)
1394:
1395: 2018-01-17 moko
1396:
1397: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1398:
1399: 2018-01-15 moko
1400:
1401: * tests/: 390.html, results/390.processed: real path replaced by
1402: stub
1403:
1404: * tests/: 391.html, results/391.processed: test for feature #1181
1405: (XML_PARSE_HUGE exception) added
1406:
1407: 2018-01-11 moko
1408:
1409: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1410: XML_PARSE_HUGE option passed by default (implements feature
1411: #1181)
1412:
1413: * src/classes/string.C: whitespace
1414:
1415: 2017-12-10 moko
1416:
1417: * tests/: 389.html, 390.html, results/389.processed,
1418: results/390.processed: image code coverage tests added (related
1419: to feature #1125)
1420:
1421: 2017-12-08 moko
1422:
1423: * tests/: 346-curl.html, 388-sql.html, 389.html,
1424: results/346-curl.processed, results/388-sql.processed,
1425: results/389.processed: more code coverage tests
1426:
1427: * tests/: 264.html, results/264.processed: code coverage for
1428: ^file::exec[]
1429:
1430: 2017-12-07 moko
1431:
1432: * tests/: 174.html, 388-sql.html, 389.html,
1433: results/388-sql.processed, results/389.processed,
1434: results/174.processed: more coverage tests
1435:
1436: * src/classes/math.C: exception text actualized
1437:
1438: 2017-12-06 moko
1439:
1440: * tests/388-sql.html: $SQL can be here
1441:
1442: * tests/results/auto.p: $SQL not required here
1443:
1444: * tests/: 388-sql.html, 389.html, Makefile,
1445: results/388-sql.processed, results/389.processed, results/auto.p:
1446: code coverage tests for sql (using sqlite) and int/double/bool
1447: added (related to feature #1125)
1448:
1449: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1450: lib/json/json.vcproj, lib/md5/md5.vcproj,
1451: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1452: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1453: targets/apache/ApacheModuleParser3Core.vcproj,
1454: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1455: types/types.vcproj: gc\include no longer required
1456:
1457: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1458: required
1459:
1460: * src/: classes/Makefile.am, classes/table.C,
1461: include/pa_config_includes.h, include/pa_string.h,
1462: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1463: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1464: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1465: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1466: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1467: used, we now include it directly
1468:
1469: 2017-12-04 moko
1470:
1471: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1472: memcached/memcached.vcproj, punycode/punycode.vcproj,
1473: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1474: where required
1475:
1476: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1477: now can be used to trace memory allocations
1478:
1479: * src/: classes/table.C, include/pa_config_includes.h,
1480: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1481: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1482: method removes, libcord also can work without libgc
1483:
1484: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1485:
1486: 2017-11-29 moko
1487:
1488: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1489: are not present (related to feature #1173)
1490:
1491: * tests/346-curl.html: test updated to test curl content-length bug
1492: (related to feature #1173)
1493:
1494: * tests/results/346-curl.processed: more test for content-length
1495: curl bug (related to feature #1173)
1496:
1497: * tests/results/346-curl.processed: test results updated after
1498: #1173 implemented
1499:
1500: 2017-11-28 moko
1501:
1502: * src/classes/curl.C: another libcurl Content-length bug walkaround
1503: (related to feature #1173)
1504:
1505: 2017-11-27 moko
1506:
1507: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1508: $.http_version[version string] added (implements feature #1173),
1509: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1510: where $post(true) bug existed.
1511:
1512: 2017-11-18 moko
1513:
1514: * src/include/pa_memory.h: warning war (related to feature #1170)
1515:
1516: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1517: feature #1170)
1518:
1519: 2017-11-17 moko
1520:
1521: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1522: std::basic_stringstream used in ^table.csv-string[] is compatible
1523: with delete usage check only under Debian 9 (related to feature
1524: #1170)
1525:
1526: 2017-11-16 moko
1527:
1528: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1529: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1530: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1531: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1532: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1533: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1534: stubs defend from accidental use (implements feature #1170)
1535:
1536: 2017-06-24 moko
1537:
1538: * configure.ac: minor fix: thanks to alx@
1539:
1.115 moko 1540: 2017-05-29 moko
1541:
1542: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1543: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1544: added to avoid cutting of UTF-8 chars (fixed bug #123)
1545:
1546: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1547: ignored, =?UTF-8?Q?= should start in case of leading space
1548: (related to bug #123)
1549:
1550: * buildall: echo -n -> printf for OS X. :)
1551:
1552: 2017-05-25 moko
1553:
1554: * tests/: 288.html, results/288.processed: test updated afted
1555: setting $o.prop without setter exception removed (related to
1556: feature #1157)
1557:
1558: * src/types/pa_vclass.C: no more "this property has no setter
1559: method" when setting $o.prop without setter (implements feature
1560: #1157)
1561:
1562: * buildall: echo \c -> echo -n for FreeBSD
1563:
1564: * configure, configure.ac, src/include/pa_config_auto.h.in,
1565: src/types/pa_vdouble.h: isfinite now checked in configure
1566:
1567: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1568: upgraded to automake 1.15
1569:
1570: 2017-05-23 moko
1571:
1572: * src/types/pa_vdouble.h: finite returned where isfinite not
1573: defined
1574:
1575: 2017-05-22 moko
1576:
1577: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1578:
1579: * buildall: extern CFLAGS setting support
1580:
1581: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1582:
1583: * buildall: http -> https
1584:
1585: * buildall: gc-7.2f -> gc-7.6.0
1586:
1587: 2017-05-20 moko
1588:
1589: * buildall: https, pcre, xml, xslt updated to current versions
1590: (related to feature #1136)
1591:
1592: 2017-05-19 moko
1593:
1594: * tests/097.html: after parser.ru moved to https
1595:
1596: 2017-05-17 moko
1597:
1598: * tests/results/: 175.processed, 372.processed: tests resuls
1599: updated after lintian spelling typos fixed (related to bug #1156)
1600:
1601: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1602: classes/string.C, classes/table.C, main/pa_charset.C,
1603: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1604: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1605: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1606:
1607: * tests/results/096.processed: +XMP
1608:
1609: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1610: $.xmp(true) options tested (test for feature #1154)
1611:
1612: * src/classes/image.C: ^image:measure[] options $.exif(false)
1613: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1614: fetched by default! (implements feature #1154)
1615:
1616: 2017-05-16 moko
1617:
1618: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1619: allowed (related to feature #1154)
1620:
1621: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1622: initial XMP implementation - without options and transcode
1623: (related to feature #1154)
1624:
1625: 2017-05-12 moko
1626:
1627: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1628: image: exif moved to ffields, skipped in ^image.html[] where
1629: iterators now used (preparation for feature #1154)
1630:
1631: 2017-05-05 moko
1632:
1633: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1634: results/387.processed: test for circular class inheritance check
1635: added (related to bug #1150)
1636:
1637: * src/types/pa_vstateless_class.C: circular class inheritance check
1638: added (fixes endless add_derived bug #1150)
1639:
1640: 2017-05-04 moko
1641:
1642: * tests/: 386.html, results/386.processed: test for
1643: $table.value(number) added (related to feature #1152)
1644:
1645: * src/types/pa_vtable.C: table put_element: column value must be
1646: string - > column value must be string compatible to allow
1647: $t.value(1) (implements feature #1152)
1648:
1649: 2017-05-03 moko
1650:
1651: * src/main/pa_request.C: $use[$method] is not possible, reverting
1652: (related to feature #1151)
1653:
1654: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1655: not possible, removing test (related to feature #1151)
1656:
1657: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1658: get_element_method added and used to allow $use[$method] and
1659: $autouse[$method] (implements feature 1151)
1660:
1661: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1662: variable added (related to feature #1151)
1663:
1664: * tests/results/226.processed: actualized after ^try-catch used
1665:
1666: * tests/: 226.html, 385.html, results/385.processed: test for
1667: @autouse in variable added
1668:
1669: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1670:
1.114 moko 1671: 2017-02-27 moko
1672:
1673: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1674:
1.113 moko 1675: 2017-02-20 moko
1676:
1677: * operators.txt: actualization + beauty
1678:
1679: 2017-02-16 moko
1680:
1681: * tests/: 384.html, results/384.processed: test for
1682: ^reflection:mixin[; $.name[] ] option added (related to feature
1683: #1089)
1684:
1685: * tests/: 384.html, results/384.processed: test for
1686: ^reflection:mixin[] added (related to feature #1089)
1687:
1688: * src/types/pa_value.h: warning war: virtual ~Value() added
1689:
1.112 moko 1690: 2017-02-15 moko
1691:
1692: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1693: fixed
1694:
1695: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1696: test added (related to feature #1069)
1697:
1698: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1699: compilation without HASH_ORDER fixed
1700:
1701: * src/: classes/reflection.C, include/pa_hash.h:
1702: $.reverse(true/false) added to ^reflection:methods[] (related to
1703: feature #1069)
1704:
1705: 2017-02-14 moko
1706:
1707: * tests/: 152.html, results/152.processed: test for $._default hash
1708: added (related to bug #1131)
1709:
1710: * tests/: 277.html, results/277.processed: test for hash with only
1711: $._default is now defined (related to bug #1131)
1712:
1713: * src/types/pa_vhash.h: hash with only $._default is now defined
1714: (fixed bug #1131)
1715:
1716: 2017-02-13 moko
1717:
1718: * tests/cat-windows.sh: cat-windows added (cygwin required)
1719:
1720: * tests/: 171.html, 264.html, 286.html, 370.html,
1721: results/320.processed, results/375.processed, results/auto.p:
1722: cat-windows.sh support added
1723:
1724: * tests/375.html: Windows support
1725:
1726: * tests/270.html: documented
1727:
1728: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1729: (not backslashes) even under Windows (broke test 270)
1730:
1731: 2017-02-12 moko
1732:
1733: * tests/: descript.ion, todo.txt: cleanup
1734:
1735: 2017-02-09 moko
1736:
1737: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1738: run_tests.cmd: Windows compatibility
1739:
1740: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1741: incorrectly (GMT) if parser is called from cygwin
1742:
1.111 moko 1743: 2017-02-08 moko
1744:
1.112 moko 1745: * operators.txt: actualization 15% completed
1746:
1747: * operators.txt: cp1251 -> utf-8
1748:
1749: * NEWS, README: minor update
1750:
1751: * src/include/pa_config_includes.h: warning war continues
1752:
1753: * src/: include/pa_config_includes.h, include/pa_memory.h,
1754: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1755: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1756: gcc 6.x issues fixed
1757:
1.111 moko 1758: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1759: classes/classes.h, classes/curl.C, classes/date.C,
1760: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1761: classes/hashfile.C, classes/image.C, classes/inet.C,
1762: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1763: classes/memcached.C, classes/memory.C, classes/op.C,
1764: classes/reflection.C, classes/regex.C, classes/response.C,
1765: classes/string.C, classes/table.C, classes/void.C,
1766: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1767: include/pa_array.h, include/pa_cache_managers.h,
1768: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1769: include/pa_config_fixed.h, include/pa_config_includes.h,
1770: include/pa_dictionary.h, include/pa_dir.h,
1771: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1772: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1773: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1774: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1775: include/pa_request_charsets.h, include/pa_request_info.h,
1776: include/pa_sapi.h, include/pa_socks.h,
1777: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1778: include/pa_stack.h, include/pa_string.h,
1779: include/pa_stylesheet_connection.h,
1780: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1781: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1782: include/pa_uue.h, include/pa_xml_exception.h,
1783: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1784: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1785: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1786: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1787: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1788: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1789: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1790: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1791: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1792: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1793: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1794: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1795: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1796: main/pa_string.C, main/pa_stylesheet_connection.C,
1797: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1798: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1799: main/untaint.C, sql/pa_sql_driver.h,
1800: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1801: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1802: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1803: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1804: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1805: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1806: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1807: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1808: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1809: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1810: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1811: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1812: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1813: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1814: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1815: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1816: types/pa_vmemcached.h, types/pa_vmemory.h,
1817: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1818: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1819: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1820: types/pa_vresponse.C, types/pa_vresponse.h,
1821: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1822: types/pa_vstateless_object.h, types/pa_vstatus.C,
1823: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1824: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1825: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1826: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1827: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1828: 2015->2017
1829:
1.110 moko 1830: 2017-02-07 moko
1831:
1832: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1833:
1834: 2017-02-06 moko
1835:
1836: * src/main/pa_common.C: minor fixes, whitespace
1837:
1838: * src/: classes/curl.C, classes/file.C, classes/image.C,
1839: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1840: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1841: now used (implements feature #1081)
1842:
1843: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1844:
1845: 2017-02-01 moko
1846:
1847: * src/include/pa_request.h: cleanup
1848:
1849: 2017-01-30 moko
1850:
1851: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1852:
1853: 2017-01-29 moko
1854:
1855: * tests/: 383.html, results/383.processed: test for
1856: ^reflection:stack[] added (related to feature #1052)
1857:
1858: * src/classes/reflection.C: else added
1859:
1860: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1861: $.max_file_lock_wait added (implements feature #1128)
1862:
1863: 2017-01-28 moko
1864:
1865: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1866: body and other cases tests added (related to featue #1014)
1867:
1868: * src/classes/curl.C: bug if response is empty fixed (related to
1869: feature #1014)
1870:
1871: 2017-01-27 moko
1872:
1873: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1874: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1875: added (implements feature #1052)
1876:
1877: 2017-01-25 moko
1878:
1879: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1880: method test added
1881:
1882: 2017-01-23 moko
1883:
1884: * src/classes/reflection.C: optimization: options->get replaced by
1885: hash iterator
1886:
1887: * tests/: 381.html, results/381.processed: now -> fixed date
1888:
1889: * src/main/pa_request.C: warning war
1890:
1891: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1892: 5Mb (fixes bug #1058)
1893:
1894: * src/classes/curl.C: warning war
1895:
1896: * tests/: 381.html, results/381.processed: tests for ^json:string
1897: $.one-line(true) option added (related to feature #1124)
1898:
1899: * src/: classes/json.C, types/pa_value.h: $json-string
1900: $.one-line(true|false) options is now supported (implements
1901: feature #1124)
1902:
1903: * tests/: 380.html, results/380.processed: test for modified
1904: $.max_file_size added (related to bug #1014)
1905:
1906: * tests/: 379.html, results/auto.p: tests for rewritten http file
1907: load added (related to bug #1014)
1908:
1909: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1910: main/pa_common.C, main/pa_http.C: check_file_size added and used
1911: in curl / file load from disk and http, http file load rewritten
1912: (related to bug #1014)
1913:
1914: 2017-01-18 moko
1915:
1916: * tests/: 378.html, results/378.processed: tests for ^result[]
1917: added (related to feature #66)
1918:
1919: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1920: Method::CO_WITHOUT_FRAME as frame still added in expression
1921: (related to feature #66)
1922:
1923: 2017-01-17 moko
1924:
1925: * tests/: 377.html, results/377.processed: test for different
1926: combinations of breaks in body and delimiter (related to bug
1927: #1077)
1928:
1929: * tests/: 376.html, results/376.processed: many ^break[] tests
1930: added (related to bug #1077)
1931:
1932: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1933: passed to native method" exception added to avoid bugs due to
1934: WRITE_EXPR_RESULT skipped and native methods execution continues
1935: after ^break[] (related to bug #1077)
1936:
1937: 2017-01-14 moko
1938:
1939: * tests/: 330.html, results/330.processed: test results updated
1940: after ^break[] bugs where fixed (related to bug #1077)
1941:
1942: * tests/: 329.html, results/329.processed: test results updated
1943: after ^break[] bugs where fixed (related to bug #1077)
1944:
1945: * tests/results/320.processed: ^return[] added
1946:
1947: 2017-01-13 moko
1948:
1949: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1950: classes/table.C, include/pa_request.h, main/execute.C,
1951: main/pa_request.C, targets/cgi/parser3.C,
1952: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1953: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1954: checked after each possible process/execute call (fixes bug
1955: #1077)
1956:
1957: 2016-12-29 moko
1958:
1959: * src/main/pa_common.C: warning war
1960:
1961: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1962: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1963: pa_file_size_limit added, ^math:random fixed for upper limit and
1964: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1965: (related to feature #1014)
1966:
1967: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1968: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1969: (related to feature #1014)
1970:
1971: 2016-12-28 moko
1972:
1973: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1974: warning war
1975:
1976: 2016-12-26 moko
1977:
1978: * tests/: 341.html, results/341.processed: test for
1979: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1980:
1981: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1982: (related to feature #1057)
1983:
1984: * src/types/pa_vdate.C: warning war continues...
1985:
1986: * src/: classes/date.C, classes/image.C, classes/table.C,
1987: include/pa_config_includes.h, types/pa_vfile.C: warning war
1988:
1989: * src/lib/gd/gifio.C: warning war / cleanup
1990:
1991: * src/lib/json/pa_json.C: warning war
1992:
1993: * src/classes/hash.C: warning war
1994:
1995: * src/types/pa_vfile.C: warning war
1996:
1997: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1998: -Wall warning war continues
1999:
2000: * configure.ac: --with-build-warnings actualized
2001:
2002: 2016-12-25 moko
2003:
2004: * src/main/pa_exec.C: -wAll warning war
2005:
2006: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2007: -wAll warning war
2008:
2009: * src/: include/pa_common.h, include/pa_sapi.h,
2010: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2011: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2012: -wAll warning war
2013:
2014: 2016-12-23 moko
2015:
2016: * src/lib/ltdl/Makefile.am: extra dist added
2017:
2018: * tests/results/344.processed: test result updated after $file.text
2019: prefetched in ^hash::create[$file] (related to feature #1075)
2020:
2021: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2022: ^hash::create[$file] (related to feature #1075)
2023:
2024: 2016-12-22 moko
2025:
2026: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2027: main/pa_request.C, main/pa_stylesheet_connection.C,
2028: types/pa_vfile.C: file_stat now return 64-bit size (implements
2029: #1014 under 32-bit unix versions)
2030:
2031: 2016-12-21 moko
2032:
2033: * tests/: 375.html, results/375.processed: test for exec returning
2034: stated file added (related to feature #1119)
2035:
2036: * src/classes/file.C: load should not return file with null body
2037: (fixes bug #1119)
2038:
2039: 2016-12-14 moko
2040:
2041: * tests/: 374.html, results/374.processed: test for $method.name
2042: added (related to feature #1117) plus method returning junction
2043: test
2044:
2045: 2016-12-13 moko
2046:
2047: * src/: include/pa_symbols.h, main/pa_symbols.C,
2048: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2049: (implements feature #1117)
2050:
2051: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2052: HEAD and TRACE can't have body (implements feature #1116)
2053:
2054: 2016-12-09 moko
2055:
2056: * tests/: 373.html, results/373.processed: tests for
2057: ^reflection:tainting added (related to feature #1098)
2058:
2059: * src/classes/reflection.C: ^reflection:tainting arguments order
2060: change (related to feature #1098)
2061:
2062: 2016-12-06 moko
2063:
2064: * src/: classes/reflection.C, include/pa_string.h,
2065: main/pa_string.C: ^reflection:tainting[$string] added (implements
2066: feature #1098)
2067:
2068: 2016-12-05 moko
2069:
2070: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2071: (fixes bug #1114)
2072:
2073: 2016-12-04 moko
2074:
2075: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2076: check added
2077:
2078: 2016-12-03 moko
2079:
2080: * tests/: 346-curl.html, results/346-curl.processed: test modified
2081: to test value.as_hash() usage
2082:
2083: * src/classes/curl.C: value.as_hash() used for correct hash
2084: processing
2085:
2086: * src/classes/reflection.C: exceptions texts fixes
2087:
2088: 2016-12-02 moko
2089:
2090: * tests/: 372.html, results/372.processed: tests for
2091: ^reflection:create[ $.class[name] $.constructor[name]
2092: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2093: feature #1094)
2094:
2095: * src/types/pa_vmethod_frame.h: comment added: params should be
2096: declared outside of *_FRAME_ACTION as MethodParams destructor
2097: will be called in ~VNativeMethodFrame
2098:
2099: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2100: ] minor fix
2101:
2102: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2103: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2104: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2105: now supported (implements feature #1094) value::as_hash added
2106: (and should be used everywhere)
2107:
2108: * src/classes/reflection.C: cleanup
2109:
2110: 2016-12-01 moko
2111:
2112: * tests/: 356.html, results/356.processed: test for method
2113: junctions class name added to the resulting hash added (related
2114: to feature #1068)
2115:
2116: * src/classes/reflection.C: for method junctions class name added
2117: to the resulting hash (related to feature #1068)
2118:
2119: 2016-11-30 moko
2120:
2121: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2122: exception (related to bug #1113)
2123:
2124: * src/types/pa_vhashfile.C: whitespace
2125:
2126: * src/main/pa_os.C: errno now returned as it should (fixes bug
2127: #1113)
2128:
2129: * tests/results/: 175.processed, 192.processed, 224.processed,
2130: 229.processed, 239.processed, 244.processed, 246.processed,
2131: 314.processed, 352.processed: tests results updated after method
2132: call exceptions improved as method now keeps its name
2133:
2134: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2135: types/pa_vmethod_frame.h: method call exceptions improved as
2136: method now keeps its name
2137:
2138: * tests/: 224.html, 239.html, results/224.processed,
2139: results/239.processed: tests and tests results updated after
2140: Request::construct exception changed
2141:
2142: * src/: classes/reflection.C, main/execute.C: Request::construct
2143: exception optimized
2144:
2145: * tests/: 371.html, results/371.processed: test for
2146: WWrapper.get_element call in $.name.key[value] code added
2147: (related to feature #1091)
2148:
2149: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2150: in $.name.key[value] code (related to feature #1091)
2151:
2152: 2016-11-29 moko
2153:
2154: * src/classes/op.C: VS warning war
2155:
2156: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2157: C4239: nonstandard extension used : 'return' : conversion from
2158: 'Value' to 'Value &' (related to feature #1020)
2159:
2160: * src/: main/execute.C, types/pa_vmethod_frame.h,
2161: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2162: used : 'return' : conversion from 'Value' to 'Value &' (related
2163: to feature #1020)
2164:
2165: * src/main/execute.C: VS warning war
2166:
2167: * src/targets/cgi/parser3.C: VS compatibility fix
2168:
2169: * src/include/pa_request.h: VS warning war
2170:
2171: * tests/: 370.html, results/370.processed: test for ^file::exec[
2172: ... $.stdin[$binary_file] ] added (related to bug #1044)
2173:
2174: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2175: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2176: $.stdin[$binary_file] (fixes bug #1044)
2177:
2178: 2016-11-28 moko
2179:
2180: * src/main/pa_exec.C: whitespace
2181:
2182: * src/main/pa_request.C: whitespace
2183:
2184: * tests/: 369.html, results/369.processed: test for
2185: $response:status usage added (related to feature #1099)
2186:
2187: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2188: if < 100 (implements feature #1099)
2189:
2190: * src/targets/cgi/parser3.C: whitespace
2191:
2192: * src/targets/cgi/parser3.C: whitespace
2193:
2194: * tests/: 368.html, results/368.processed: test updated after
2195: ^reflection:filename[$method] added (related to feature #1053)
2196:
2197: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2198: main/compile.y, main/execute.C, main/pa_request.C,
2199: types/pa_vclass.h: filename -> filespec,
2200: ^reflection:filename[$method] added (related to feature #1053)
2201:
2202: 2016-11-27 moko
2203:
2204: * tests/: 368.html, results/368.processed: test for
2205: reflection:filename[$class or object] added (related to feature
2206: #1053)
2207:
2208: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2209: types/pa_vstateless_class.h: ^reflection:filename[$class or
2210: object] added (implements feature #1053)
2211:
2212: 2016-11-26 moko
2213:
2214: * src/: include/pa_request_info.h,
2215: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2216: remove_absolute_uri -> strip_absolute_uri
2217:
2218: 2016-11-25 moko
2219:
2220: * src/: include/pa_request_info.h,
2221: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2222: request_info.remove_absolute_uri added to remove possible
2223: http://site.name/ from $request:uri (implements feature #1112)
2224:
2225: 2016-11-24 moko
2226:
2227: * tests/: 367-curl.html, results/367-curl.processed: test for
2228: previous request headers clearing after redirect added (related
2229: to bug #1109)
2230:
2231: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2232: response headers from previous requests are now cleared, only
2233: last request headers are collected (fixes bug #1109)
2234:
2235: * tests/results/: 266.processed, 321.processed, 356.processed:
2236: tests results updated as method name now added to the resulting
2237: hash for new syntax only (Imp1 compatimility fixed, related to
2238: feature #1068)
2239:
2240: * src/classes/reflection.C: method name now added to the resulting
2241: hash for new syntax only (Imp1 compatimility fixed, related to
2242: feature #1068)
2243:
2244: * tests/results/366.processed: test for native and parser
2245: implementation of ^use[] logic (related to feature #1074)
2246:
2247: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2248: for native and parser implementation of ^use[] logic (related to
2249: feature #1074)
2250:
2251: 2016-11-23 moko
2252:
2253: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2254: main/pa_request.C: @USE file now implemented as ^use[file;
2255: $.origin[origin_file] ] (implements feature #1074)
2256:
1.109 moko 2257: 2016-11-21 moko
2258:
1.110 moko 2259: * tests/: 365.html, results/365.processed: test for $caller bugs in
2260: 3.4.4 and $caller.method now tested (related to feature #1110)
2261:
2262: * tests/: 364.html, results/364.processed: $caller usage in
2263: different contexts now tested (related to feature #1110)
2264:
2265: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2266:
2267: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2268:
1.109 moko 2269: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2270: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2271: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2272: used (implements feature #1110)
2273:
2274: 2016-11-20 moko
2275:
2276: * src/types/pa_vdouble.h: whitespace
2277:
2278: 2016-11-11 moko
2279:
2280: * tests/: 363.html, results/363.processed: more tests for feature
2281: #1091 (how parser methods work in expression context)
2282:
2283: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2284: expressions strings are now written as strings, not values by
2285: write_as_string (related to feature #1091)
2286:
2287: * src/classes/op.C: to make more correct behavour in expression
2288: context
2289:
2290: 2016-11-07 moko
2291:
2292: * tests/: 362.html, results/362.processed: test for
2293: xsltParseStylesheetDoc caching as xsl modification after it added
2294: (related to bug #1108)
2295:
2296: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2297: result now cached as xdoc is modified after it (fixes bug #1108)
2298:
2299: 2016-11-06 moko
2300:
2301: * src/types/pa_vxdoc.h: whitespace
2302:
2303: 2016-11-05 moko
2304:
2305: * src/types/pa_vmethod_frame.h: cleanup
2306:
2307: 2016-11-03 moko
2308:
2309: * tests/results/244.processed: more correct exception after method
2310: frames separation
2311:
2312: * src/types/pa_vmethod_frame.h: minor optimizaion
2313:
2314: * src/types/pa_method.h: optimization: params_count added
2315:
2316: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2317: include/pa_request.h, main/execute.C, main/pa_request.C,
2318: types/pa_value.C, types/pa_vmethod_frame.C,
2319: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2320: VMethodFrame now divided into VNativeMethodFrame,
2321: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2322: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2323: and used (related to feature #1104)
2324:
2325: 2016-11-02 moko
2326:
2327: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2328: classes/double.C, classes/file.C, classes/hash.C,
2329: classes/hashfile.C, classes/image.C, classes/inet.C,
2330: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2331: classes/memcached.C, classes/op.C, classes/reflection.C,
2332: classes/regex.C, classes/string.C, classes/table.C,
2333: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2334: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2335: r.write (implements feature #1091)
2336:
2337: * src/main/execute.C: cleanup (related to feature #1104)
2338:
2339: * src/: include/pa_request.h, main/execute.C,
2340: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2341: added, in_expression removed (implements feature #1104)
2342:
2343: 2016-10-31 moko
2344:
2345: * src/types/pa_value.C: whitespace
2346:
2347: 2016-10-28 moko
2348:
2349: * tests/results/244.processed: updated after error reporting fixed
2350: in pa_wcontext.C
2351:
2352: * src/types/pa_wcontext.C: error reporting fixed
2353:
2354: * src/types/pa_wcontext.h: whitespace
2355:
2356: * src/classes/image.C: not fully readed entries are no longer
2357: processed (fixes bug #1106)
2358:
2359: 2016-10-26 moko
2360:
2361: * src/classes/image.C: whitespace
2362:
2363: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2364: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2365: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2366: longer required (related to feature #1091)
2367:
2368: * tests/results/: 264.processed, 350.processed: test results update
2369: reverted (whitespace optimization) after write_no_lang removed :)
2370: (related to feature #1091)
2371:
2372: * src/: classes/file.C, classes/hash.C, classes/op.C,
2373: classes/string.C, classes/table.C, classes/void.C,
2374: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2375: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2376: equal write_pass_lang (related to feature #1091)
2377:
2378: * tests/results/: 264.processed, 350.processed: test results
2379: updated (whitespace optimization) after write_assign_lang removed
2380: (related to feature #1091)
2381:
2382: * tests/: 361.html, results/361.processed: test for non-string
2383: ^untaint added (related to feature #1091)
2384:
2385: * src/: classes/curl.C, classes/date.C, classes/file.C,
2386: classes/hash.C, classes/op.C, classes/string.C,
2387: include/pa_request.h, main/execute.C: optimization:
2388: write_assign_lang removed as not required (first part of feature
2389: #1091 implementation)
2390:
1.108 moko 2391: 2016-10-12 moko
2392:
2393: * tests/: 360.html, results/360.processed: more test code (related
2394: to feature #1104)
2395:
2396: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2397: include/pa_request.h, main/compile.y, main/execute.C: opcode
2398: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2399: WContext is next task (implements feature #1104)
2400:
2401: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2402: / CO_WITHOUT_WCONTEXT
2403:
2404: * tests/: 360.html, results/360.processed: test for in expression
2405: state (related to feature #1104)
2406:
2407: 2016-10-11 moko
2408:
2409: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2410:
2411: * src/classes/op.C: default value removed from initializer
2412:
2413: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2414:
2415: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2416:
2417: 2016-10-10 moko
2418:
2419: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2420: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2421: to feature #42)
2422:
2423: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2424: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2425:
2426: 2016-10-08 moko
2427:
2428: * src/classes/double.C: whitespace
2429:
2430: 2016-10-07 moko
2431:
2432: * src/types/pa_vmethod_frame.h: reorder
2433:
2434: 2016-10-06 moko
2435:
2436: * src/classes/date.C: typo
2437:
2438: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2439:
2440: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2441: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2442: types/pa_vmethod_frame.h: params.get now returns Value&, not
2443: Value*
2444:
2445: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2446:
2447: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2448: removed; first as_* code rewrite
2449:
2450: 2016-10-05 moko
2451:
2452: * src/include/pa_request.h: whitespace
2453:
2454: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2455: intercept_string added (related to feature #1097)
2456:
2457: * src/: classes/image.C, classes/op.C, classes/table.C,
2458: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2459: optimization: intercept_string removed (implements feature #1097)
2460:
2461: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2462:
2463: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2464: from VCodeFrame and WWrapper as not required
2465:
2466: 2016-10-04 moko
2467:
2468: * src/: classes/curl.C, classes/date.C, classes/double.C,
2469: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2470: classes/int.C, classes/json.C, classes/op.C,
2471: classes/reflection.C, classes/string.C, classes/table.C,
2472: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2473: proces_to_value -> process after StringOrValue removed (related
2474: to feature #1020)
2475:
2476: * src/classes/form.C: whitespace
2477:
2478: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2479:
2480: * tests/: 357.html, 358.html, results/357.processed,
2481: results/358.processed, results/auto.p: test for @conf
2482: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2483:
2484: 2016-10-03 moko
2485:
2486: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2487: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2488: supported (implements feature #42)
2489:
2490: * src/types/pa_vregex.h: no reason for VRegex to be
2491: is_evaluated_expr
2492:
2493: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2494: (implements feature #1095)
2495:
2496: 2016-10-01 moko
2497:
2498: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2499: false by default (related to feature #1089)
2500:
2501: 2016-09-30 moko
2502:
2503: * src/types/pa_wcontext.h: cleanup
2504:
2505: 2016-09-29 moko
2506:
2507: * src/main/execute.C: whitespace
2508:
2509: * src/include/pa_request.h: whitespace
2510:
2511: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2512: classes/op.C, classes/table.C, include/pa_request.h,
2513: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2514: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2515: StringOrValue removed as it just slows down and adds complexity
2516: (implements feature #1020)
2517:
2518: 2016-09-28 moko
2519:
2520: * tests/: 356.html, results/266.processed, results/321.processed,
2521: results/356.processed: tests updated after name was added to
2522: method_info hash, test for ^reflection:method_info[junction]
2523: added (related to feature #1068)
2524:
2525: * src/classes/reflection.C: ^reflection:method_info[junction] now
2526: supported, method name added to the resulting hash (implements
2527: feature #1068)
2528:
2529: * tests/: 276.html, results/276.processed: more tests for
2530: ^reflection:delete[]
2531:
2532: * src/classes/reflection.C: fixed bug then ^reflection:delete
2533: didn't work on class and could damage native objects (like file)
2534:
2535: 2016-09-26 moko
2536:
2537: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2538: results/345.processed, results/346-curl.processed,
2539: results/347-curl.processed, results/348.processed: numbers added
2540: to simplify diff analysis
2541:
2542: * tests/: 352.html, results/352.processed: test result updated as
2543: method name used
2544:
2545: * src/classes/reflection.C: method name used
2546:
2547: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2548: its name
2549:
2550: * src/types/pa_method.h: whitespace
2551:
2552: * src/classes/reflection.C: both method and field with one name can
2553: exist.
2554:
2555: * src/classes/reflection.C: ^reflection:mixin added (implements
2556: feature #1089)
2557:
2558: * tests/: 355.html, results/355.processed: property appears in
2559: derived class if added in base test added
2560:
2561: * src/types/pa_vstateless_class.h: get_method declaration +
2562: whitespace
2563:
2564: * tests/: 354.html, results/354.processed: nice test from method
2565: and property with one name in class added
2566:
2567: 2016-09-23 moko
2568:
2569: * src/classes/reflection.C: ^reflection:method usage documented
2570:
2571: 2016-09-22 moko
2572:
2573: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2574: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2575: compile warning and GPF occures on VS2003 (related to feature
2576: #1087)
2577:
2578: * tests/: 350.html, results/350.processed: test added for
2579: $.encloser[] support in ^table::create (related to feature #11)
2580:
2581: * src/classes/table.C: another minor fix (related to feature #11)
2582:
1.107 moko 2583: 2016-09-21 moko
2584:
2585: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2586:
2587: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2588: classes/json.C, classes/string.C, classes/table.C,
2589: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2590: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2591: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2592: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2593: pa_charsets, vs2015 warning war
2594:
2595: * src/classes/table.C: vs2015 warning war
2596:
2597: * src/types/pa_vdate.C: vs2015 warning war
2598:
2599: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2600:
2601: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2602: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2603:
2604: * src/main/pa_common.C: vs2015 compilation fixes
2605:
2606: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2607: vs2015 compilation fixes
2608:
2609: * src/main/pa_charset.C: vs2015 warning war
2610:
2611: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2612:
2613: * src/main/pa_charset.C: vs2015 warning war
2614:
2615: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2616:
2617: * src/types/pa_vdate.C: vs2015 compilation fix
2618:
2619: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2620:
2621: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2622: VS2015 compilation fixes
2623:
2624: * src/classes/table.C: minor fix (related to feature #11)
2625:
2626: * tests/results/282.processed: no longer skipping extra enclosers
2627: (related to feature #11)
2628:
2629: * src/classes/table.C: minor fix + no longer skipping extra
2630: enclosers (related to feature #11)
2631:
2632: * src/classes/table.C: minor optimization (related to feature #11)
2633:
2634: * src/classes/table.C: minor fix and optimization (related to
2635: feature #11)
2636:
2637: 2016-09-20 moko
2638:
2639: * tests/: 353.html, results/353.processed: test for
2640: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2641: added (related to bug #1090)
2642:
2643: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2644: one_big_piece (fixes bug #1090)
2645:
2646: * tests/: 229.html, results/229.processed: code coverage tests
2647:
2648: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2649: body) was called
2650:
2651: * src/classes/op.C: whitespace
2652:
2653: * tests/: 323.html, results/323.processed: test for code junction
2654: should not be returned by ^reflection:class, ^reflection:base
2655:
2656: * src/classes/reflection.C: bugfix: code junction should not be
2657: returned by ^reflection:class, ^reflection:base
2658:
2659: * tests/: 323.html, 352.html, results/352.processed: no more
2660: exception for ^reflection:method[class;no-such-method] (related
2661: to feature #1087)
2662:
2663: * src/classes/reflection.C:
2664: ^reflection:method[class;no-such-method] : exception -> void
2665: (related to feature #1087)
2666:
2667: * src/include/pa_request.h: request::write_value added to allow
2668: write value without convertion (related to issue #1091)
2669:
2670: 2016-09-19 moko
2671:
2672: * src/main/pa_random.C: windows build fix
2673:
2674: * src/types/pa_vhash.h: warning war
2675:
2676: 2016-09-14 moko
2677:
2678: * tests/: 352.html, 552.html, results/352.processed,
2679: results/552.processed: test for ^reflection:method[] extension
2680: added (related to feature #1087)
2681:
2682: * tests/: 552.html, results/552.processed: test for
2683: ^reflection:method[] extension added (related to feature #1087)
2684:
2685: * src/classes/reflection.C: compatibility issue fixed, VClass
2686: dynamic_cast check added (related to feature #1087)
2687:
2688: * tests/: 351.html, results/351.processed: test for @auto[]
2689: inheritance bug diring ^process[] added (related to bug #1088)
2690:
2691: * src/: classes/op.C, main/pa_request.C,
2692: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2693: disable it inheritance during ^process (fixes bug #1088)
2694:
2695: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2696: added (implements feature #1087)
2697:
2698: 2016-09-13 moko
2699:
2700: * tests/: 349.html, results/auto.p: test for objects prototyping
2701: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2702: to feature #1086)
2703:
2704: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2705: types/pa_vobject.C: objects now are not class instances, but have
2706: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2707: in @conf (implements feature #1086)
2708:
2709: 2016-09-08 moko
2710:
2711: * src/: classes/file.C, classes/mail.C, classes/string.C,
2712: classes/table.C, main/pa_http.C, main/pa_string.C,
2713: include/pa_string.h: cleanup: string::split limit argument
2714: removed as no longer required, pos_after no longer reference
2715: (related to feature #11)
2716:
2717: * src/classes/table.C, tests/results/348.processed: now exception
2718: is rised when invalid option is passed to ^table::create[]
2719:
2720: * tests/: 282.cfg, 282.html, results/282.processed: more code
2721: coverage tests
2722:
2723: * tests/: 348.html, results/348.processed: code coverage tests
2724: added
2725:
2726: * tests/: 348.html, results/348.processed: generic ^table::create[]
2727: tests
2728:
2729: * tests/: 035.html, results/035.processed, results/272.processed:
2730: tests updated after $.encloser[] support for ^table::create
2731: implementation (related to feature #11)
2732:
2733: * src/classes/table.C: $.encloser[] support for ^table::create
2734: finally added (implements feature #11)
2735:
2736: 2016-09-07 moko
2737:
2738: * src/include/pa_string.h: added StringSplitHelper as friend
2739: (related to feature #11)
2740:
2741: * src/include/pa_string.h: body and langs now protected, not
2742: private to allow inheritance (related to feature #11)
2743:
2744: * src/classes/table.C: lsplit optimized before cloning for
2745: ^table::create with $.encloser[] (related to feature #11)
2746:
2747: * src/classes/table.C: optimizaion: TableControlChars.separators
2748: added and used (related to feature #11)
2749:
2750: * src/classes/table.C: spelling:
2751:
2752: TableSeparators -> TableControlChars column -> separator
2753: separators -> control_chars
2754:
2755: 2016-09-06 moko
2756:
2757: * src/main/pa_string.C: whitespace
2758:
2759: * src/main/pa_string.C: whitespace
2760:
2761: 2016-09-01 moko
2762:
2763: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2764: results OS-independent
2765:
2766: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2767: compiler (related to feature #1042)
2768:
2769: 2016-08-15 moko
2770:
2771: * src/include/pa_string.h: whitespace
2772:
2773: * src/classes/table.C: whitespace
2774:
1.106 moko 2775: 2016-08-05 moko
2776:
2777: * tests/: 344.html, results/344.processed: test for
2778: ^hash::create[$file] added (related to feature #1075)
2779:
2780: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2781: supported (implements feature #1075)
2782:
2783: 2016-08-04 moko
2784:
2785: * tests/: 341.html, results/341.processed: more code coverage tests
2786:
2787: * tests/: 346-curl.html, results/346-curl.processed: more code
2788: coverage tests for curl
2789:
2790: * tests/: 346-curl.html, results/346-curl.processed: more code
2791: coverage tests for curl
2792:
2793: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2794: results/223.processed: code coverage tests: $.form[ $.table[] ]
2795: test added
2796:
2797: * tests/: 223-curl.html, results/223-curl.processed: more code
2798: coverage tests for curl
2799:
2800: 2016-08-03 moko
2801:
2802: * src/classes/curl.C: dlink(curl_library) now called not once, but
2803: until it will be loaded, allowing to find existing library.
2804:
2805: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2806: results/347-curl.processed: more code coverage tests for curl
2807:
2808: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2809: results/339-curl.processed, results/346-curl.processed: curl
2810: functionality tests
2811:
2812: 2016-08-02 moko
2813:
2814: * tests/: 339.html, results/339.processed: test for tables in
2815: ^file:load[] and ^curl:load[] (commented) added (related to
2816: feature #1042)
2817:
2818: * tests/: 345.html, results/345.processed: code coverage tests for
2819: file class
2820:
2821: * tests/: 344.html, results/344.processed: code coverage tests
2822:
2823: * tests/: 344.html, results/344.processed: mdate removed from
2824: output
2825:
2826: * src/classes/file.C: minor bugfix: is_text should be taked from
2827: fcontent.is_text_mode() if not set (related to feature #1061)
2828:
2829: * tests/: 344.html, results/344.processed: more tests
2830:
2831: * tests/: 343.html, 344.html, results/343.processed,
2832: results/344.processed: tests for ^file::create[ $.from-charset
2833: and $.to-charset ] (related to feature #1061)
2834:
2835: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2836: aset_text_mode argument optimized
2837:
2838: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2839: checkBOM now used in detect_binary_content (related to feature
2840: #1061)
2841:
2842: * src/main/pa_request.C: load_charset no longer required to_upper
2843:
2844: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2845: preserves original file mode (if no $.mode specified)
2846:
2847: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2848: ^file::create now supports $.from-charset[] and $.to-charset
2849: options (implements feature #1061), automatic transcode is done
2850: if text file is created from binary file and charset is detected.
2851:
2852: 2016-07-30 moko
2853:
2854: * src/classes/table.C: ^t.hash[..;] now supported (related to
2855: feature #1057)
2856:
2857: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2858: added (related to feature #1057)
2859:
2860: * tests/: 286.html, results/286.processed: code tests coverage
2861:
2862: 2016-07-29 moko
2863:
2864: * src/classes/table.C: table size should be checked inside menu and
2865: foreach (related to feature #858)
2866:
2867: * src/: classes/curl.C, classes/file.C, classes/string.C,
2868: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2869: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2870: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2871: charsets.get now does str_upper inside (related to feature #1061)
2872:
2873: * tests/: 342.html, results/342.processed: more code coverage tests
2874:
2875: * tests/: 342.html, outputs/342.processed: table menu code coverage
2876: + foreach test added (related to feature #858)
2877:
2878: * tests/: 341.html, results/341.processed: tests for
2879: ^table.hash[]{code} added + code coverage tests (related to
2880: feature #1057)
2881:
2882: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2883: value} support (implements feature #1057)
2884:
2885: * src/classes/table.C: whitespace
2886:
2887: 2016-07-28 moko
2888:
2889: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2890: from URL, if not specified query string removed from url-based
2891: filenames in ^curl:load[] and ^file::load[] (related to feature
2892: #1042)
2893:
2894: 2016-07-27 moko
2895:
2896: * tests/: 340.html, results/340.processed: test for
2897: transcode_text_result=false added (related to issue #1042)
2898:
2899: 2016-07-26 moko
2900:
2901: * src/types/pa_vfile.C: file name should not be empty (if file path
2902: is folder and ends with /) (related to feature #1042)
2903:
2904: * src/main/pa_http.C: whitespace optimizaion
2905:
2906: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2907: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2908: multiple headers, ^file::load supports headers transcoding
2909: (implements feature #1042)
2910:
2911: 2016-07-25 moko
2912:
2913: * src/include/pa_common.h: PA_DEFAULT added
2914:
2915: 2016-07-22 moko
2916:
2917: * tests/: 338.html, results/338.processed: test for
2918: $date.field(value) added (related to feature #1066)
2919:
2920: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2921: $date.field(value) now supported for y/m/d/h/m/s (implements
2922: feature #1066)
2923:
1.105 moko 2924: 2016-07-21 moko
2925:
2926: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2927: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2928: arguments removed; image.C - absolute path shown in exception
2929: (implements feature #1071)
2930:
2931: * tests/: 235.html, results/235.processed: test and test result
2932: updated after static boundary in mail and Errors-To: mail header
2933: removed (related to feature #1047)
2934:
2935: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2936: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2937: used, static boundary in mail removed, Errors-To: mail header
2938: removed (implements feature #1047)
2939:
2940: 2016-07-20 moko
2941:
2942: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2943: equest.classes(): Value -> VStateless_class, part 3 (related to
2944: issue #1051)
2945:
2946: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2947: request.classes(): Value -> VStateless_class, part 2 (related to
2948: issue #1051)
2949:
2950: * tests/results/: 224.processed, 323.processed: classes without
2951: methods should not be methoded (related to issue #1051)
2952:
2953: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2954: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2955: -> VStateless_class, part 1 (related to issue #1051)
2956:
2957: * tests/: 337.html, results/337.processed: test for
2958: ^reflection:fields_reference[] and VHashReference class added
2959: (related to feature #1072)
2960:
2961: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2962: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2963: and VHashReference added, allowing ^reflection:fields_reference[]
2964: implementation (closes feature #1072)
2965:
2966: 2016-07-19 moko
2967:
2968: * tests/: 323.html, results/323.processed: we want to see
2969: "methoded"
2970:
2971: * tests/: 336.html, results/336.processed: test for $BASE:property
2972: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2973: #1059)
2974:
2975: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2976: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2977: somebody_entered_some_class, $BASE:property works again,
2978: ^BASE:method[] bugs fixed (fixes bug #1059)
2979:
2980: 2016-07-14 moko
2981:
2982: * tests/: 335.html, results/335.processed: test for feature #1055
2983: added
2984:
2985: * src/classes/hash.C: bugfix: $._default was not copied if empty
2986: feature: ^hash.contains[_default] added (implements feature
2987: #1055)
2988:
2989: 2016-07-13 moko
2990:
2991: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2992: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2993:
2994: 2016-07-05 moko
2995:
2996: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2997: in ^hash.foreach (related to feature #1073)
2998:
2999: 2016-07-04 moko
3000:
3001: * tests/: 134.html, 281.html, results/134.processed,
3002: results/281.processed: tests updated after hash blocking removed
3003: (related to feature #1073)
3004:
3005: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3006: no longer blocks on change during foreach (implements feature
3007: #1073)
3008:
3009: 2016-06-17 moko
3010:
3011: * tests/: 330.html, results/330.processed: try exception source
3012: test added (related to bug in #1062)
3013:
3014: * tests/: 334.html, results/334.processed: Exception stack trace
3015: test added (related to bug in $1062)
3016:
3017: * src/classes/op.C: Exception trace now correctly restored and
3018: errors reported (related to bug #1062)
3019:
1.104 moko 3020: 2016-05-25 moko
3021:
3022: * src/main/compile.y: minor cleanup + beauty
3023:
3024: 2016-05-24 moko
3025:
3026: * tests/: 333.html, results/333.processed: more exceptions testing
3027:
3028: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3029: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3030: features #1056, #1026)
3031:
3032: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3033: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3034: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3035: (implements feature #1056)
3036:
3037: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3038: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3039: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3040: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3041: feature #1026)
3042:
3043: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3044: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3045: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3046: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3047: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3048: feature #1026)
3049:
3050: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3051: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3052: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3053: SYMBOLS_CACHING define implemented (related to feature #1026)
3054:
3055: * src/main/main.vcproj: + ps_symbols
3056:
3057: * src/: include/Makefile.am, include/pa_string.h,
3058: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3059: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3060: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3061: types/pa_vstateless_class.C: initial implementation for symbols
3062: cache (related to feature #1026)
3063:
3064: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3065:
3066: * src/main/pa_globals.C: minor cleanup
3067:
3068: 2016-05-19 moko
3069:
3070: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3071: (related to feature #1046)
3072:
3073: * tests/: 331.html, results/331.processed: test for
3074: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3075: (related to feature #1051)
3076:
3077: * src/main/compile.y:
3078: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3079: (implements feature #1054)
3080:
3081: 2016-05-18 moko
3082:
3083: * src/types/pa_vtable.C, tests/results/324.processed: no more
3084: "column not found" exception for ^table.no-such-method[] (related
3085: to feature #1046)
3086:
3087: * tests/: 261.html, results/261.processed: test added and updated
3088: after feature #1046 implementation
3089:
3090: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3091: types/pa_vvoid.h: $string.anything works for whitespace strings,
3092: ^string.contains added for hash compatibility, $string.method no
3093: longer returns stting method (implements feature #1046)
3094:
3095: 2016-05-12 moko
3096:
3097: * src/classes/curl.C: content-type response header no longer
3098: ignored (fixes issue #1045)
3099:
3100: * tests/: 330.html, results/330.processed: test for incomplete
3101: finally execution when break occures added (related to issue
3102: #1077)
3103:
3104: * src/classes/op.C: bugfix: Request::skip reset is called before
3105: executing catch and finally code (fixes issue #1062)
3106:
3107: 2016-05-11 moko
3108:
3109: * tests/: 329.html, results/329.processed: test for invalid
3110: ^break[] behavour added (bug #1077)
3111:
3112: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3113:
3114: 2016-04-24 moko
3115:
3116: * src/types/pa_vstateless_class.h: warning war
3117:
3118: 2016-04-17 moko
3119:
3120: * tests/: 328.html, results/328.processed: test for
3121: ^break(condition) and ^continue(condition) (related to feature
3122: #1063)
3123:
3124: * src/classes/op.C: ^break(condition) and ^continue(condition)
3125: implemented (feature #1063)
3126:
3127: 2016-04-12 moko
3128:
3129: * tests/results/280.processed: ordered hash now used for class
3130: methods and properties (test results updated for feature #1069)
3131:
3132: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3133: to xdoc.C as under FreeBSD it was inited after and inheritance
3134: failed (related to issue #1051)
3135:
3136: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3137: are printed to check inheritance (related to feature #1051)
3138:
1.103 moko 3139: 2016-04-09 moko
3140:
3141: * tests/results/320.processed: ordered hash now used for class
3142: methods and properties (test results updated for feature #1069)
3143:
3144: * src/types/pa_vstateless_class.h: ordered hash now used for class
3145: methods and properties (implements feature #1069)
3146:
3147: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3148: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3149: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3150: feature #1051)
3151:
3152: 2016-04-07 moko
3153:
3154: * src/main/execute.C: returned Value in .CLASS case for VJunction
3155: (related to feature #1051)
3156:
3157: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3158: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3159: string constants deduplication (related to feature #1051)
3160:
3161: * tests/results/224.processed: test result updated (related to
3162: feature #1051)
3163:
3164: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3165: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3166: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3167: types/pa_vstatus.h: classes hash now contains only
3168: VStateless_class derived objects, .CLASS is also allways
3169: VStateless_class derived object (related to feature #1051).
3170:
3171: 2016-04-06 moko
3172:
3173: * tests/results/323.processed: test result updated after feature
3174: #1051 implementation
3175:
3176: * src/: classes/classes.h, classes/op.C, classes/response.C,
3177: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3178: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3179: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3180: types/pa_vresponse.C, types/pa_vresponse.h,
3181: types/pa_vstateless_class.h: base -> methoded_donor for static
3182: classes, type() moved from VStateless_class to VClass and
3183: Methoded (implements feature #1051)
3184:
3185: 2016-04-04 moko
3186:
3187: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3188: beauty: put_class added (related to feature #1051)
3189:
3190: 2016-04-01 moko
3191:
3192: * tests/results/: 175.processed, 192.processed, 224.processed,
3193: 229.processed, 244.processed, 246.processed, 316.processed: test
3194: results updated as class.type() removed from error messages, only
3195: type() left (related to feature #1051)
3196:
3197: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3198: classes/op.C, classes/reflection.C, main/compile.y,
3199: main/compile_tools.h, main/execute.C, main/pa_request.C,
3200: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3201: types/pa_vmethod_frame.h, types/pa_vobject.h,
3202: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3203: from VStateless_class, type() is used instead (related to feature
3204: #1051)
3205:
3206: * src/classes/mail.C: old logic restored.
3207:
3208: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3209: classes/classes.h, classes/curl.C, classes/date.C,
3210: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3211: classes/hashfile.C, classes/image.C, classes/inet.C,
3212: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3213: classes/memcached.C, classes/memory.C, classes/reflection.C,
3214: classes/regex.C, classes/response.C, classes/string.C,
3215: classes/table.C, classes/xdoc.C, classes/xnode.C,
3216: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3217: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3218: feature #1051)
3219:
3220: 2016-03-30 moko
3221:
3222: * tests/: 327.html, results/224.processed, results/327.processed:
3223: test for TZ specification in ^date::create[], TZ is kept during
3224: ^date::create[$dt] (related to feature #1048)
3225:
3226: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3227: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3228: feature #1048)
3229:
3230: 2016-03-29 moko
3231:
3232: * tests/: 315.html, results/315.processed: test for timezone format
3233: +HHmm added (related to feature #1065)
3234:
3235: * src/classes/date.C: timezone format +HHmm now supported
3236: (implements feature #1065)
3237:
3238: 2016-03-28 moko
3239:
3240: * tests/: 202.html, results/131.processed, results/202.processed,
3241: results/224.processed, results/256.processed,
3242: results/315.processed: test results updated after %.2d now
3243: default for hours offset in iso-string (was %2d), test for
3244: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3245: added (related to feature #1065)
3246:
3247: 2016-03-27 moko
3248:
3249: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3250: feature #1065)
3251:
3252: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3253: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3254: added (implements feature #1065)
3255:
3256: 2016-03-24 moko
3257:
3258: * tests/: 202.html, results/202.processed: test $date.week added
3259: (related to bug #1067)
3260:
3261: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3262: date (fix for bug #1067)
3263:
3264: 2016-03-10 moko
3265:
3266: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3267:
1.102 moko 3268: 2015-12-07 moko
3269:
3270: * tests/: 326.html, results/326.processed: test for .CLASS &
3271: .CLASS_NAME optimization added (related to feature #844)
3272:
3273: 2015-11-17 moko
3274:
3275: * tests/: 323.html, results/323.processed: order added
3276:
3277: * tests/: 325.html, results/325.processed: double range test added
3278: (related to bug #1049)
3279:
3280: 2015-11-16 moko
3281:
3282: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3283: added to disallow NaN and Infinity (fixes bug #1049)
3284:
3285: 2015-11-11 moko
3286:
3287: * tests/324.html: parser 3.4.3 execution support added (related to
3288: feature #1017)
3289:
3290: * tests/: 324.html, results/324.processed: test for
3291: GET_ELEMENT4CALL feature added (feature #1017)
3292:
1.101 moko 3293: 2015-10-29 moko
3294:
3295: * operators.txt: updated for 3.4.4
3296:
3297: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3298:
3299: * src/main/pa_exec.C: get_exit_status implemented for Windows
3300: (related to bug #1043)
3301:
3302: 2015-10-28 moko
3303:
3304: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3305: hangup during ^file::exec (fixes bug #1043)
3306:
1.100 moko 3307: 2015-10-27 moko
3308:
3309: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3310:
1.99 moko 3311: 2015-10-26 moko
3312:
1.100 moko 3313: * tests/322.html, src/classes/reflection.C: arguments reorder
3314: (related to issue #1041)
3315:
3316: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3317: Copyright year updated
3318:
1.99 moko 3319: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3320: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3321: classes/form.C, classes/hash.C, classes/hashfile.C,
3322: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3323: classes/mail.C, classes/math.C, classes/memcached.C,
3324: classes/memory.C, classes/op.C, classes/reflection.C,
3325: classes/regex.C, classes/response.C, classes/string.C,
3326: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3327: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3328: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3329: include/pa_config_fixed.h, include/pa_config_includes.h,
3330: include/pa_dictionary.h, include/pa_dir.h,
3331: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3332: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3333: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3334: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3335: include/pa_request_charsets.h, include/pa_request_info.h,
3336: include/pa_sapi.h, include/pa_socks.h,
3337: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3338: include/pa_stack.h, include/pa_string.h,
3339: include/pa_stylesheet_connection.h,
3340: include/pa_stylesheet_manager.h, include/pa_table.h,
3341: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3342: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3343: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3344: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3345: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3346: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3347: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3348: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3349: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3350: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3351: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3352: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3353: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3354: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3355: main/pa_string.C, main/pa_stylesheet_connection.C,
3356: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3357: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3358: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3359: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3360: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3361: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3362: targets/isapi/parser3isapi.C, types/pa_junction.h,
3363: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3364: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3365: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3366: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3367: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3368: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3369: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3370: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3371: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3372: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3373: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3374: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3375: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3376: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3377: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3378: types/pa_vresponse.C, types/pa_vresponse.h,
3379: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3380: types/pa_vstateless_object.h, types/pa_vstatus.C,
3381: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3382: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3383: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3384: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3385: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3386:
3387: * src/targets/cgi/parser3.C: year updated
3388:
3389: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3390: issue #1041)
3391:
3392: * tests/: 323.html, results/323.processed: test for base classes
3393: added
3394:
3395: * tests/: 261.html, results/261.processed: updated after better
3396: error reporting done for $string.key exception
3397:
3398: * src/types/pa_vstring.h: better error report for $string.key
3399: exception
3400:
3401: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3402: copied as VObject::get_element4call to remove extra virtual call
3403:
3404: * tests/: 322.html, results/322.processed: test for
3405: ^reflection:is[] added (related to feature #1041)
3406:
3407: * src/classes/reflection.C: ^reflection:is empty value is void
3408: (related to feature #1041)
3409:
3410: * src/classes/reflection.C:
3411: ^reflection:is[class_name|code|method;[context;]element_name]
3412: added (implements feature #1041)
3413:
3414: 2015-10-24 moko
3415:
3416: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3417:
1.98 moko 3418: 2015-10-22 moko
3419:
3420: * tests/: 321.html, results/321.processed: test for
3421: ^reflection:method_info[] file detection added
3422:
3423: * tests/: 320.html, results/320.processed: test for
3424: ^reflection:class_by_name[class_name] added (related to feature
3425: #993)
3426:
3427: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3428: added (implements feature #993)
3429:
3430: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3431: (related to feature #1017)
3432:
3433: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3434: added (related to issue #1039)
3435:
3436: * src/main/pa_request.C: ^throw origin fixed (related to feature
3437: #1039)
3438:
3439: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3440: for VDate
3441:
3442: * tests/results/182.processed: updated after feature #1038
3443: implemented
3444:
3445: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3446: compile-time exception origin added (test for feature #1039)
3447:
3448: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3449: main/pa_request.C: exception unification: compile-time exceptions
3450: now have origin, @USE origins also tracked (implements feature
3451: #1039)
3452:
3453: 2015-10-20 moko
3454:
3455: * src/main/pa_request.C: cleanup
3456:
3457: 2015-10-15 moko
3458:
3459: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3460:
3461: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3462: types/pa_vtable.C: new feature: no more $table.method and
3463: $hash.method, aliases for _at, _count, _key (related to feature
3464: #1017)
3465:
1.97 moko 3466: 2015-10-14 moko
3467:
1.98 moko 3468: * tests/: 317.html, results/317.processed: test for
3469: ^string.unescape[] added (related to feature #120)
3470:
1.97 moko 3471: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3472: defined" bug (described in issue #1036)
3473:
3474: * tests/: 247.html, results/247.processed: test for checkBOM added
3475: (test for bug #1037)
3476:
3477: * src/: include/pa_charsets.h, main/pa_charsets.C,
3478: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3479: it's not enforced, skips BOM signature if it complies charset
3480: (fixes bug #1037)
3481:
3482: 2015-10-13 moko
3483:
3484: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3485: linking
3486:
3487: * src/classes/inet.C: vs2003 compilation fix
3488:
3489: * src/classes/math.C: warning war
3490:
3491: * src/lib/punycode/pa_punycode.c: warning war
3492:
3493: 2015-10-12 moko
3494:
3495: * src/lib/punycode/pa_punycode.c: warning war
3496:
3497: * parser3.sln: moved parser3 first, to make it default startup
3498: project
3499:
3500: * buildall: parser "mirror" now used for external libs sources
3501: (implements feature #1036)
3502:
3503: * buildall: most external libs are updated to their current
3504: versions (related to feature #1036)
3505:
3506: * src/classes/image.C: more tags added
3507:
3508: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3509:
3510: 2015-10-11 moko
3511:
3512: * src/classes/curl.C: minor optimization (related to feature #1035)
3513:
3514: 2015-10-09 moko
3515:
3516: * src/classes/curl.C: pa_strdup added for strings from curl
3517: (related to feature #1035)
3518:
3519: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3520: ULLONG_MAX definition
3521:
3522: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3523: (implements feature #1035)
3524:
3525: * src/main/pa_charset.C: String::Body(String::C) used
3526:
3527: * src/main/pa_charset.C: exceptions unified
3528:
3529: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3530: unified
3531:
3532: * src/: classes/file.C, classes/image.C, classes/mail.C,
3533: classes/op.C, classes/xdoc.C, classes/xnode.C,
3534: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3535: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3536: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3537: String::Body(String::C) constructor added (related to bug #957)
3538:
3539: * src/classes/file.C: minor optimization
3540:
3541: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3542: Cord(char*) autocreation (related to bug #957)
3543:
3544: * src/: classes/string.C, main/untaint.C: minor optimizations
3545:
3546: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3547: String(char*, Lang, length) removed, String(C(), Lang) used
3548: instead (related to bug #957)
3549:
3550: 2015-10-08 moko
3551:
3552: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3553: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3554: main/untaint.C: Now char * is converted to CORD only using
3555: AS_CORD() to check for empty cord bug (fixes bug #957)
3556:
3557: * src/include/pa_hash.h: fixed compilation without
3558: HASH_CODE_CACHING
3559:
3560: * src/classes/string.C:
3561: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3562: feature #120)
3563:
3564: * src/main/pa_common.C: reduce js flags checks count (related to
3565: feature #120)
3566:
1.96 moko 3567: 2015-10-07 moko
3568:
3569: * tests/: 275.html, results/275.processed: test modified after
3570: unsigned long long int support implemented (feature #1034)
3571:
3572: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3573: pa_atoul added for unsigned long long int support
3574:
3575: 2015-10-06 moko
3576:
3577: * src/types/pa_vdate.C: INT_MAX used
3578:
3579: 2015-10-03 moko
3580:
3581: * tests/: 302.html, results/302.processed: test for bug #1023
3582: (\u2028, \u2029 escaping) added
3583:
3584: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3585: json:string[] (fixes bug #1023)
3586:
3587: 2015-09-29 moko
3588:
3589: * tests/305.html: try-catch added for OS without ipv6 support
3590:
3591: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3592: compilation
3593:
3594: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3595: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3596: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3597: implemented to distinguish ^hash.method from $hash.field
3598: (implements feature #1017)
3599:
3600: * src/lib/punycode/pa_punycode.c: warning war
3601:
3602: * src/include/pa_config_includes.h: warning war
3603:
3604: * src/include/pa_config_includes.h: pragma warning actualized a bit
3605:
3606: * src/include/pa_config_includes.h: warning war
3607:
3608: * src/include/pa_hash.h: clang compilation fix
3609:
3610: 2015-09-27 moko
3611:
3612: * src/main/compile.tab.C: Bison 3 is now default
3613:
3614: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3615:
3616: 2015-09-25 moko
3617:
3618: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3619: works with undefined HASH_ORDER (related to feature #196)
3620:
3621: 2015-09-24 moko
3622:
3623: * tests/: 027.html, results/027.processed: test modified to test
3624: ^hash.sort (feature #196)
3625:
3626: * src/: classes/hash.C, include/pa_hash.h:
3627: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3628: added (implements feature #196)
3629:
3630: * tests/: 316.html, results/316.processed: Added test for bug #1025
3631: (exception handling in non-cached ^cache), plus for "it does not
3632: have logical value" and "$exception.handled value must be either
3633: boolean or string 'cache'" exceptions.
3634:
3635: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3636: code (fixes bug #1025)
3637:
1.95 moko 3638: 2015-09-23 moko
3639:
3640: * src/classes/table.C: warning war
3641:
3642: * src/: classes/math.C, types/pa_vcookie.C: warning war
3643:
3644: * src/classes/file.C: warning war
3645:
3646: * src/: include/pa_table.h, main/pa_table.C: warning war
3647:
3648: * src/: main/pa_request.C, classes/date.C: warning war
3649:
3650: * src/: types/pa_vdate.C, classes/op.C: warning war
3651:
3652: * tests/: 122.html, results/122.processed: win sync: to remove
3653: differences with OS that doesn't keep timezone change history
3654:
3655: * src/types/pa_vdate.C: tzset() should be called in Windows after
3656: TZ change (related to feature #36)
3657:
3658: * tests/: 075.html, results/075.processed: win sync: to remove
3659: differences with OS that doesn't keep timezone change history
3660:
3661: * tests/: 315.html, results/315.processed: win sync: to remove
3662: differences with OS that doesn't keep timezone change history
3663:
3664: * tests/: 256.html, results/256.processed: win sync: to remove
3665: differences with OS that doesn't keep timezone change history
3666:
3667: * tests/: 124.html, results/124.processed: win results sync: to
3668: avoid hitting time change hole.
3669:
3670: * src/types/pa_vdate.C: static returned. :)
3671:
3672: 2015-09-22 moko
3673:
3674: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3675:
3676: * tests/results/131.processed: more tests for feature #1032
3677:
3678: * src/classes/date.C: minor fix related to feature #1032
3679:
3680: * operators.txt: ISO date creation documented (related to feature
3681: #1032)
3682:
3683: * operators.txt: iso-string documented (related to feature #1032)
3684:
3685: * tests/: 315.html, results/315.processed: more tests added
3686: (related to feature #1032)
3687:
3688: * tests/: 131.html, results/131.processed: date range checks
3689: updated (related to feature #36)
3690:
3691: * tests/: 315.html, results/057.processed, results/315.processed:
3692: test added for ISO date support (related to issue #315)
3693:
3694: * src/classes/date.C: more readable exceptions in date creation
3695: (related to ticket #1032)
3696:
3697: 2015-09-18 moko
3698:
3699: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3700: added (related to issue #1032)
3701:
3702: * tests/results/256.processed, src/classes/json.C: iso-string
3703: documented (related to issue #1032)
3704:
3705: * tests/: 256.html, results/256.processed: ISO date check added
3706: (related to issue #1032)
3707:
3708: * tests/: 057.html, results/057.processed, results/224.processed:
3709: tests results updated after ISO date support implemented (related
3710: to feature #1032)
3711:
3712: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3713: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3714: ^date::create[string] constructor formalized, ^date.iso-string[]
3715: added (implements feature #1032)
3716:
3717: 2015-09-05 moko
3718:
3719: * operators.txt: actualized
3720:
3721: * operators.txt: date changes documented (related to ticket #36)
3722:
3723: 2015-09-04 moko
3724:
3725: * src/types/pa_vdate.C: warning war
3726:
3727: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3728:
3729: 2015-09-03 moko
3730:
3731: * tests/results/096.processed: test result updated for 0..9999 year
3732: date range support (related to feature #36)
3733:
3734: * tests/: 314.html, results/314.processed: test for
3735: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3736: bug #1031)
3737:
3738: * src/classes/string.C: Static calls fixed for ^string:base64[],
3739: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3740:
1.116 moko 3741: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3742: configure.in -> configure.ac
1.95 moko 3743:
1.116 moko 3744: * configure, configure.in, src/include/pa_config_auto.h.in: more
3745: correct timezone check for FreeBSD Warning war: configure.in ->
3746: configure.ac
1.95 moko 3747:
3748: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3749: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3750: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3751: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3752: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3753: src/main/Makefile.am, src/targets/apache/Makefile.am,
3754: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3755: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3756: check added
3757:
3758: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3759:
3760: * tests/results/: 124.processed, 224.processed: test resuls updated
3761: for new date implementation (related to feature #36)
3762:
3763: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3764: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3765: types/pa_vdate.h: new double date implementation with internal
3766: support for extended 0..9999 year range, default timezone support
3767: (related to feature #36)
3768:
3769: 2015-08-28 moko
3770:
3771: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3772: (fixes bug #1030)
3773:
3774: 2015-08-21 moko
3775:
3776: * src/classes/inet.C: snprintf size "bug" commented
3777:
3778: * src/main/pa_common.C: snprintf comments updated
3779:
3780: 2015-08-16 moko
3781:
3782: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3783:
3784: 2015-08-11 moko
3785:
3786: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3787: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3788: can be null (fixes bug #1029)
3789:
3790: 2015-08-06 moko
3791:
1.116 moko 3792: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3793: pa_vdate.C added
1.95 moko 3794:
3795: 2015-08-05 moko
3796:
3797: * tests/: 313.html, results/313.processed: test for
3798: ^table.count[columns] and ^table.flip[] with nameless tables
3799: (feature #1003)
3800:
3801: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3802: max_cell added, now ^table.count[columns] and ^table.flip[] works
3803: correctly for nameless tables (implements feature #1003)
3804:
3805: 2015-08-03 moko
3806:
3807: * tests/312.html: test for ^table.append[$hash] and
3808: ^table.insert[$hash] added (related to feature #1028)
3809:
3810: * src/classes/table.C: ^table.append[$hash] and
3811: ^table.insert[$hash] now supported (implements feature #1028)
3812:
3813: * tests/: 312.html, results/312.processed: test row copy in
3814: ^table.hash[; $.type[table] ] added (related to feature #1016)
3815:
3816: * src/classes/table.C: row copy now created in ^table.hash[;
3817: $.type[table] ] (related to feature #1016)
3818:
3819: 2015-07-29 moko
3820:
3821: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3822: added (related to feature #1016)
3823:
3824: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3825: ^table.delete[] added to delete current row (related to feature
3826: 1016)
3827:
3828: 2015-07-28 moko
3829:
3830: * tests/: 312.html, results/312.processed: test for
3831: $table.column[value] and ^table.insert{row} (related to feature
3832: #1016)
3833:
3834: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3835: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3836: ^table.insert{row} are now implemented (feature #1016)
3837:
3838: * src/include/pa_array.h: Optimization: bool reverse removed from
3839: append(), insert() added, memmove arguments order in remove()
3840: fixed (related to feature #1016)
3841:
3842: 2015-07-23 moko
3843:
3844: * src/classes/json.C: tainted json and empty json exception added
3845: (implements feature #1015)
3846:
3847: * tests/: 311.html, results/311.processed: empty json and tainted
3848: json exception test added (related to issue #1015)
3849:
3850: 2015-07-22 moko
3851:
3852: * tests/: 311.html, results/311.processed: test for UTF-8
3853: processing added
3854:
3855: * tests/: 311.html, results/311.processed: test for
3856: json_exception_with_source added (related to issue #394)
3857:
3858: * src/classes/json.C: json_exception_with_source added (implements
3859: feature #394)
3860:
3861: 2015-06-29 moko
3862:
3863: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3864: directories are now correctly determined if _d_type == DT_UNKNOWN
3865: (closes bug #1027)
3866:
3867: 2015-06-10 moko
3868:
3869: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3870: error if libxml has LIBXML_ICU_ENABLED.
3871:
3872: 2015-06-04 moko
3873:
3874: * tests/099.html: ups, reverting
3875:
3876: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3877: results/310.processed: tests for $response:body[ $.file[] ] and
3878: $response:last-modified added
3879:
3880: * src/main/pa_request.C: last-modified check fixed
3881:
3882: 2015-06-03 moko
3883:
3884: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3885: results/205.processed, results/293.processed: $response:headers
3886: logging added (tests for feature #1007)
3887:
3888: * src/: include/pa_common.h, include/pa_request.h,
3889: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3890: $response:headers are now in uppercase (closes feature #1007)
3891:
3892: 2015-06-02 moko
3893:
3894: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3895: build errors reverted for clang compatibility
3896:
3897: 2015-06-01 moko
3898:
3899: * src/include/pa_memory.h: -pedantic build errors fixed
3900:
3901: * src/classes/math.C: -pedantic build error fixed
3902:
3903: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3904:
3905: 2015-05-31 moko
3906:
3907: * src/classes/table.C: USE_STRINGSTREAM optimized
3908:
3909: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3910: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3911: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3912: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3913: types/pa_vxnode.h: warning war (-pedantic flag)
3914:
3915: 2015-05-28 moko
3916:
3917: * tests/: 308.html, results/308.processed: test for
3918: ^table::create[$t;], etc work added (related to bug #975)
3919:
3920: * src/classes/table.C: check_option_param removed,
3921: ^table::create[$t;], etc now works (fixes bug #975)
3922:
3923: 2015-05-27 moko
3924:
3925: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3926: (Debian jessie) fixed (closes issue #1024)
3927:
3928: * tests/Makefile: sort added as in Debian jessie list become
3929: unsorted
3930:
3931: 2015-05-18 moko
3932:
3933: * tests/: 201.html, results/201.processed: test for
3934: ^string.trim[what] feature #1022
3935:
3936: * src/classes/string.C: ^string.trim[what] now supported,
3937: implements feature #1022
3938:
3939: 2015-05-17 moko
3940:
3941: * tests/results/185.processed: test result updated as feature #1021
3942: implemented (left/right accept negative parameter)
3943:
3944: * src/classes/string.C: left/right now accept negative parameter
3945: (implements feature #1021)
3946:
3947: 2015-05-08 moko
3948:
3949: * src/classes/math.C: isalnum -> pa_isalnum
3950:
3951: * src/main/execute.C: optimization in getter-junction processing
3952: (related to issue #997)
3953:
3954: 2015-05-07 moko
3955:
3956: * tests/: 307.html, results/307.processed: test for issue #997
3957: added
3958:
3959: * src/main/execute.C: process_getter result now checked if junction
3960: returned (closes issue #997)
3961:
3962: * tests/: 305.html, results/305.processed: sort added to ignore
3963: different order
3964:
3965: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3966: assignment (closes issue #994)
3967:
3968: * tests/: 306.html, results/306.processed: test for issue #994
3969: added
3970:
3971: * tests/: 303.html, results/303.processed: two more errors tested
3972:
3973: 2015-05-06 moko
3974:
3975: * tests/: 305.html, results/305.processed: test for name2ip &
3976: ip2name added (related to feature #992)
3977:
3978: * tests/: 303.html, 304.html, results/303.processed,
3979: results/304.processed: tests for idna conversion added (related
3980: to issue #849)
3981:
3982: 2015-05-02 moko
3983:
3984: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3985: implemented
3986:
3987: 2015-04-30 moko
3988:
3989: * src/main/pa_http.C: idna_host added, related to issue #849
3990:
3991: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3992: (related to issue #849)
3993:
3994: 2015-04-24 moko
3995:
3996: * src/types/pa_vjunction.C: warning war
3997:
3998: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3999: unification
4000:
4001: * src/lib/punycode/pa_idna.c: warning war
4002:
4003: 2015-04-22 moko
4004:
4005: * src/main/main.vcproj: punycode include path added
4006:
4007: * src/lib/punycode/pa_idna.c: windows compile error fixed
4008:
4009: * src/lib/punycode/pa_idna.c: warning war
4010:
4011: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4012: project file added
4013:
4014: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4015:
4016: * src/include/pa_memory.h: warning war
4017:
4018: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4019: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4020: implemented (related to feature #849)
4021:
4022: * configure.in, src/main/Makefile.am,
4023: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4024: libpunycode added in Unix
4025:
4026: 2015-04-21 moko
4027:
4028: * configure.in: large files support
4029:
4030: 2015-04-15 moko
4031:
4032: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4033: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4034: pa_punycode.h: initial version for punycode/idna support library
4035: (ticket #849)
4036:
4037: 2015-04-08 moko
4038:
4039: * src/: classes/curl.C, classes/date.C, classes/file.C,
4040: classes/image.C, classes/mail.C, classes/reflection.C,
4041: classes/string.C, classes/xnode.C, include/pa_request.h,
4042: include/pa_string.h, include/pa_stylesheet_connection.h,
4043: main/compile.y, main/compile_tools.h, main/execute.C,
4044: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4045: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4046: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4047: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4048: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4049: clang compiler warnings (closes issue #1018)
4050:
4051: * src/include/pa_string.h: String::Body comparation operators with
4052: char * added (related to issue #958)
4053:
4054: 2015-04-07 moko
4055:
4056: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4057: pa_malloc/pa_free to remove system malloc/free usage (related to
4058: issue #1018)
4059:
4060: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4061: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4062: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4063: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4064: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4065: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4066: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4067: malloc/strdup/free replaced with pa_ version and checks for
4068: accidental use of non-pa_ version added (related to issue #1018)
4069:
4070: 2015-04-03 moko
4071:
4072: * buildall: pcre-8.33 -> pcre-8.36
4073:
4074: * src/: main/compile.y, classes/form.C, classes/mail.C,
4075: classes/op.C, classes/string.C, main/compile.tab.C,
4076: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4077: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4078: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4079: ticket #958)
4080:
4081: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4082: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4083: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4084: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4085: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4086: $request:headers, $request:method added (implements feature
4087: #1007)
4088:
4089: 2015-03-17 misha
4090:
4091: * tests/302.html: - test for
4092: ^json:string[...;$._default[method-name]]
4093:
4094: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4095: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4096: option $._default[method-name] is specified in ^json:string[], a
4097: method with specified name will be called for classes/objects
4098: serialization ( new feature: #982 )
4099:
4100: 2015-03-16 misha
4101:
4102: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4103: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4104: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4105: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4106: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4107: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4108: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4109: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4110: types/pa_vrequest.h, types/pa_vstateless_class.C,
4111: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4112: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4113: $var.CLASS_NAME now have special opcodes. This can be switched
4114: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4115: on pa_opcode.h ( new feature: #844 )
4116:
4117: 2015-03-15 misha
4118:
4119: * tests/075.html: - test for $response:header[]
4120:
4121: * src/types/pa_vresponse.C: - $response:header[] deletes header
4122: that was set earlie ( new feature: #1001 )
4123:
4124: 2015-03-12 misha
4125:
4126: * tests/246.html: - more tests for ^hash._at[]
4127:
4128: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4129: accepts second param [key|value|hash] ( new feature: #1012 )
4130:
4131: 2015-03-09 moko
4132:
4133: * src/types/pa_vmail.C: exception for everything but
4134: $mail:received, closes issue #1011
4135:
4136: 2015-02-20 moko
4137:
4138: * tests/: 275.html, results/275.processed: hex detection in
4139: pa_atoui fix test (closes issue #1010)
4140:
4141: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4142: issue #1010)
4143:
4144: 2015-02-17 moko
4145:
4146: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4147: tainted.
4148:
4149: 2015-02-03 misha
4150:
4151: * tests/301.html: - test for ^json:string($double) causes
4152: exception. bugfix: #1008
4153:
4154: * src/classes/json.C: - ^json:string($double) causes exception.
4155: bugfix: #1008
4156:
4157: * tests/014.html: - updated for work with ^hash.delete[]
4158:
4159: 2015-01-12 misha
4160:
4161: * src/: classes/form.C, include/pa_common.h,
4162: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4163: types/pa_vform.h: - supports body with PUT method as well ( new
4164: feature: #1006 )
4165:
4166: * src/classes/file.C: - warnings war
4167:
4168: 2015-01-11 misha
4169:
4170: * tests/300.html: - test for ^hash.delete[] is added
4171:
4172: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4173: feature: #989 ) - tiny optimization in intersects
4174:
4175: 2015-01-06 moko
4176:
4177: * src/types/pa_vmail.C: file names transcode added, to and cc added
4178: with transcode, attachments detection fixed
4179:
4180: * src/main/pa_request.C: filling mail received after cgi/auto.p
4181: load to allow charset switch (related to issue #996)
4182:
4183: 2014-12-31 moko
4184:
4185: * src/types/pa_vmail.C: from and subject now transcoded if not
4186: UTF-8 source charset (fixes issue 996)
4187:
4188: * src/main/pa_exception.C: fixed string from stack bug (closes
4189: issue #1000)
4190:
4191: 2014-12-11 misha
4192:
4193: * src/types/pa_vhashfile.C: - check if key is not empty before
4194: access ( bug fix: #1005 )
4195:
4196: 2014-11-13 misha
4197:
4198: * src/main/compile.y: - PC.append does not reset to false while
4199: creating a new class. bugfix: #990
4200:
4201: * tests/299.html: - test for creation class after working with
4202: partial class (create+append)
4203:
4204: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4205: #995
4206:
4207: * tests/232.html: - test for @get[def] added
4208:
4209: 2014-10-12 moko
4210:
4211: * src/lib/pcre/pcre_internal.vcproj: correct path
4212:
4213: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4214: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4215: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4216: targets/apache/ApacheModuleParser3.vcproj,
4217: targets/apache/ApacheModuleParser3Core.vcproj,
4218: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4219: types/types.vcproj: project GUID inserted in *.vcproj for correct
4220: conversion in newer VS versions
4221:
4222: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4223: pcre_internal.vcproj added
4224:
4225: 2014-08-28 moko
4226:
4227: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4228: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4229: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4230:
4231: 2014-06-30 misha
4232:
4233: * tests/298.html: - tests for ^reflection:def[class;className]
4234: added
4235:
4236: * src/classes/reflection.C: - ^reflection:def[class;className]
4237: added ( new feature: #918 )
4238:
4239: 2014-06-29 misha
4240:
4241: * src/classes/table.C: - ^table::create[unsupported data] -
4242: exception comment changed to "body must be table or code" ( bug
4243: fix: #951 )
4244:
4245: * tests/: 261.html, results/261.processed: - tests for
4246: ^json:string[...;$.void[null|string]] added
4247:
4248: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4249: option $.void[string|null] added to ^json:string[...] ( new
4250: feature: #952 )
4251:
4252: 2014-06-28 moko
4253:
4254: * src/classes/curl.C: $.charset now processed before other curl
4255: options (closes issue #980)
4256:
4257: 2014-05-23 misha
4258:
4259: * src/classes/json.C: - bug fix: #987
4260:
4261: 2014-05-04 misha
4262:
4263: * tests/: 253.html, 253_json.txt: - test for
4264: ^json:parse[$.int(false)] is added
4265:
4266: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4267: default true). The option is similar to $.double(bool) but for
4268: integers.
4269:
4270: 2014-05-01 moko
4271:
4272: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4273: #12 )
4274:
4275: 2014-04-16 moko
4276:
4277: * src/main/pa_http.C: response-charset option should finally work
4278: now (fix for issue #867)
4279:
4280: * src/main/pa_http.C: response-charset option should work now (fix
4281: for issue #867)
4282:
4283: 2014-03-07 moko
4284:
4285: * buildall: libgc moved
4286:
4287: * buildall: libgc moved
4288:
4289: 2013-12-29 moko
4290:
4291: * src/classes/string.C: ^string:js-unescape result now tainted,
4292: closes issue #966
4293:
4294: * tests/: 186.html, results/186.processed: ^string:js-unescape
4295: result now tainted, issue #966
4296:
4297: 2013-12-03 moko
4298:
4299: * src/: classes/memcached.C, types/pa_vmemcached.C,
4300: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4301: option was added for http://www.parser.ru/forum/?id=79343
4302:
4303: * src/classes/file.C: bugfix for
4304: http://www.parser.ru/forum/?id=79337
4305:
4306: 2013-11-05 moko
4307:
4308: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4309:
4310: * src/main/pa_globals.C: spelling fixed
4311:
4312: 2013-10-29 moko
4313:
4314: * src/lib/json/json.vcproj: json.c -> pa_json.C
4315:
4316: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4317: #892
4318:
4319: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4320: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4321: exceptions to be thrown thougth json library), related to issue
4322: #892
4323:
4324: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4325: related to issue #896
4326:
4327: 2013-10-24 moko
4328:
4329: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4330:
4331: 2013-10-23 moko
4332:
4333: * README: actualization
4334:
4335: 2013-10-22 moko
4336:
4337: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4338: compatibility patch from Sergey Kirpichev
4339:
4340: * tests/: 297.html, results/297.processed: non-working getter fix
4341: test for issue #948
4342:
4343: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4344: called when saving value of $match variable in ^string.match[] to
4345: increase compatibility (related to issue #948).
4346:
4347: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4348: usage optimization
4349:
4350: 2013-10-21 moko
4351:
4352: * tests/: 182.html, results/182.processed: local path removed for
4353: compatibility
4354:
4355: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4356: results/244.processed, results/253.processed,
4357: results/254.processed, results/275.processed,
4358: results/281.processed: try_catch -> try-catch
4359:
4360: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4361: results/294.processed, results/296.processed: try_catch ->
4362: try-catch
4363:
4364: 2013-10-20 moko
4365:
4366: * tests/: 296.html, results/296.processed: test for xsl exception
4367: for issue #938 added.
4368:
4369: * src/: include/pa_xml_exception.h,
4370: main/pa_stylesheet_connection.C: forgotten to be replaced
4371: XmlException is now replaced (once again closes issue #938)
4372:
4373: 2013-10-18 moko
4374:
4375: * buildall: disable clock_gettime detection to avoid librt linking
4376: (which in turn depends on libpthread), related to issue #943
4377:
4378: 2013-10-18 misha
4379:
4380: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4381: lib/smtp/smtp.vcproj, main/main.vcproj,
4382: targets/apache/ApacheModuleParser3Core.vcproj,
4383: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4384: types/types.vcproj: - new locations for libxml2 includes where
4385: added to vcproj files
4386:
4387: 2013-10-18 moko
4388:
4389: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4390: fix
4391:
4392: * tests/: 295.html, results/295.processed: test for issue #948
4393: updated
4394:
4395: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4396: :)
4397:
4398: * tests/: 295.html, results/295.processed: test for issue #948
4399: added
4400:
4401: * src/: classes/hash.C, classes/string.C, classes/table.C,
4402: include/pa_request.h, types/pa_method.h: for getters and setters
4403: to be executed request.put_element should be called, not
4404: context.put_element (fixes issue #948)
4405:
4406: 2013-10-17 moko
4407:
4408: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4409: LIBXML2_NEW_BUFFER check (closes issue #943)
4410:
4411: * buildall: libxml 2.9.1 build is broken --without-reader.
4412:
4413: 2013-10-16 moko
4414:
4415: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4416:
4417: * tests/: 294.html, results/294.processed: test for issue #938
4418:
4419: * src/: classes/xdoc.C, classes/xnode.C,
4420: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4421: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4422:
4423: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4424: libxslt-1.1.26 -> libxslt-1.1.28
4425:
4426: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4427: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4428: to '?', related to issue #938
4429:
4430: 2013-10-15 moko
4431:
4432: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4433: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4434: minor optimizations (closes issue #896)
4435:
4436: * tests/results/: 292.processed, 293.processed: results updated to
4437: comply with issue #896
4438:
4439: * tests/: 292.html, 293.html, results/292.processed,
4440: results/293.processed: tests for json escaping
4441:
4442: 2013-10-14 moko
4443:
4444: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4445: and cleanup, code moved from .h to .C, no changes in code
4446:
4447: 2013-10-12 moko
4448:
4449: * tests/results/119.processed: updated test result commited
4450:
4451: * tests/: 291.html, results/291.processed: test for issue #894
4452: added
4453:
4454: * src/types/pa_wcontext.h: base methods call support function
4455: get_somebody_entered_some_class should not be true forever, as
4456: wcontext can have many get_elements calls (fixes issue #894)
4457:
4458: 2013-10-11 moko
4459:
4460: * tests/: 290.html, results/290.processed: test for junction GPF
4461: issue #942 added
4462:
4463: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4464: to native method fixed (closes issue #942)
4465:
4466: * tests/: 158.html, results/158.processed: test for csv-string[]
4467: added
4468:
4469: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4470: feature #907)
4471:
4472: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4473: feature #907)
4474:
4475: 2013-10-09 moko
4476:
4477: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4478: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4479: types/pa_vstateless_class.C: GET_default, SET_default now works
4480: properly not only in objects, but in classes as well (closes
4481: issue #903)
4482:
4483: * tests/: 289.html, results/289.processed: GET/SET_default now
4484: works in classes, not only objects, test case added, related to
4485: issue #903
4486:
4487: * tests/: 288.html, results/288.processed: test for endless
4488: recursion bug added (related to issue #903)
4489:
4490: 2013-10-05 moko
4491:
4492: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4493: classes/table.C, main/execute.C, types/pa_method.h,
4494: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4495: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4496: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4497: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4498: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4499: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4500: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4501: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4502: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4503: optimization: put_element no longer has "bool areplace" argument,
4504: related to issue #903
4505:
4506: 2013-10-03 moko
4507:
4508: * tests/results/182.processed: result for $.replace(false) test
4509: commited
4510:
4511: * src/classes/date.C: ^date::create(number) processed correctly
4512: (fixes issue #901)
4513:
4514: * src/classes/image.C: as_no_junction removed, as param can be
4515: expression (closes issue #931)
4516:
4517: * tests/233.html: test for issue #931 added
4518:
4519: 2013-10-02 moko
4520:
4521: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4522: modified, test for $.replace(false) added
4523:
4524: * src/main/compile_tools.h: forgotten class replace returned. :)
4525:
4526: 2013-09-30 moko
4527:
4528: * tests/: 141.html, results/141.processed: md5 tainting test added
4529:
4530: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4531: main/compile_tools.h, main/pa_request.C: allow_class_replace
4532: implemented; $.replace option added to ^process and ^use
4533:
4534: 2013-08-27 moko
4535:
4536: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4537: cstr_to_string_body_untaint should be called with charsets for
4538: possible uri language and connection for possible sql language.
4539: related to issue #857
4540:
4541: * buildall: and -> or fixed
4542:
4543: 2013-08-26 moko
4544:
4545: * buildall: prepare_ functions logic changed to support
4546: gc-7.2d.tar.gz extracting to gc-7.2 directory
4547:
4548: 2013-08-23 moko
4549:
4550: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4551: statically
4552:
4553: 2013-08-22 moko
4554:
4555: * src/classes/string.C: String::Empty used (related to issue #912)
4556: append_know_length removed (related to old GPF bug)
4557:
4558: 2013-08-21 moko
4559:
4560: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4561:
4562: * src/classes/math.C: ^math:digest[...;$file] support added
4563: (related to ticket #857
4564:
4565: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4566: implemented
4567:
4568: * src/types/pa_vhashfile.h: warning war
4569:
4570: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4571: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4572: anti_endless_json_string_recoursion removed from request;
4573: json_string_recoursion added to json_options; $.indent[indent
4574: value] now supported and passed within recoursion closes feature
4575: #937
4576:
4577: * tests/: 287.html, results/287.processed: test for feature #937
4578:
4579: 2013-07-31 moko
4580:
4581: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4582: compilation having #define _S
4583:
4584: * src/main/pa_globals.C: cleanup
4585:
4586: 2013-07-30 moko
4587:
4588: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4589: main/pa_common.C: vs2003 warning war
4590:
4591: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4592:
4593: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4594:
4595: * src/lib/md5/pa_sha2.c: warning war
4596:
4597: 2013-07-29 moko
4598:
4599: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4600: patches from github
4601:
4602: * src/: classes/bool.C, classes/double.C, classes/int.C,
4603: classes/memcached.C, include/pa_config_includes.h,
4604: types/pa_vfile.C, types/pa_vfile.h: warning war
4605:
4606: * src/lib/json/json.vcproj: C++ -> C
4607:
4608: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4609:
4610: * src/lib/json/: json.c, pa_json.C: windows compatibility
4611:
4612: * src/lib/json/: json.c, pa_json.C: windows compatibility
4613:
4614: * src/lib/json/: json.c, pa_json.C: warning war
4615:
4616: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4617:
4618: * src/include/pa_config_fixed.h: uint16_t added
4619:
4620: * configure.in: uint16_t check added
4621:
4622: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4623: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4624: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4625: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4626: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4627:
4628: 2013-07-25 moko
4629:
4630: * parser3.sln: dependencies added
4631:
4632: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4633: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4634: module support
4635:
4636: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4637:
4638: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4639:
4640: 2013-07-23 moko
4641:
4642: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4643: PA_DEBUG_GC_MEMORY removed
4644:
4645: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4646: PA_DEBUG_DISABLE_GC compilation fix
4647:
4648: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4649: main/pa_request.C: outdated RESOURCES_DEBUG removed
4650:
4651: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4652: garbage cleanup
4653:
4654: * src/main/pa_common.C: warning war
4655:
4656: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4657:
4658: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4659: minor cleanup
4660:
4661: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4662: uses cygwin, not WIN32 implementation
4663:
4664: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4665: able to exec shell scripts
4666:
4667: * src/classes/math.C: ifdef WIN32 cleanup
4668:
4669: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4670:
4671: * src/classes/curl.C: LT_MODULE_EXT used
4672:
4673: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4674:
4675: 2013-07-22 moko
4676:
4677: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4678: includes fix
4679:
4680: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4681:
4682: * configure.in, src/include/pa_config_includes.h,
4683: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4684: src/main/pa_exec.C: includes cleanup
4685:
4686: * src/targets/cgi/parser3.C: 2012->2013
4687:
4688: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4689:
4690: * configure.in, src/include/pa_config_includes.h,
4691: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4692: src/main/pa_random.C, src/main/pa_socks.C,
4693: src/types/pa_vstatus.C: cygwin support cleanup
4694:
4695: * configure.in: dirent.h check added
4696:
4697: * src/: include/pa_config_includes.h, include/pa_dir.h,
4698: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4699: not copied
4700:
4701: 2013-07-21 moko
4702:
4703: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4704:
4705: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4706: parser3.vcproj: unused getopt.h / getopt.c removed
4707:
4708: * operators.txt, src/classes/file.C, tests/022.html,
4709: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4710: $.stat(true)] usage commented
4711:
4712: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4713: src/main/pa_dir.C: ^file:list[] now has dir column and when
4714: $.stat(true) it has size/*date columns modified patch from misha@
4715: that closes issue #914.
4716:
4717: * src/: include/pa_config_includes.h, main/pa_globals.C:
4718: PA_RELEASE_ASSERTS removed
4719:
4720: * src/lib/md5/pa_md5c.c: minor cleanup
4721:
4722: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4723: localeconv()->decimal_point usage remoed (related to issue #934)
4724:
4725: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4726: cordprnt.c removed
4727:
4728: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4729: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4730: pa-include/pa_strings.h: includes cleanup
4731:
4732: * src/lib/md5/pa_md5c.c: headers cleanup
4733:
4734: 2013-07-20 moko
4735:
4736: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4737: cleanup
4738:
4739: 2013-07-19 moko
4740:
4741: * src/classes/math.C: extern "C" added for crypt
4742:
4743: 2013-07-18 moko
4744:
4745: * src/classes/math.C: fix redhat7.2 build
4746:
4747: 2013-07-17 moko
4748:
4749: * configure.in, src/include/pa_config_includes.h,
4750: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4751: added for uint8/32/64_t)
4752:
4753: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4754: pa_config_includes.h used for uint32/64_t
4755:
4756: 2013-07-16 moko
4757:
4758: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4759: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4760: war
4761:
4762: * src/main/compile.tab.C: compile.y was updated
4763:
4764: * src/main/compile.y: warning war
4765:
4766: * src/: include/pa_exception.h, main/pa_exception.C,
4767: main/pa_xml_exception.C: warning war
4768:
4769: * src/: include/pa_common.h, main/pa_common.C: warning war
4770:
4771: * configure.in: beauty :)
4772:
4773: * tests/: 141.html, results/141.processed: sha256/512 added
4774:
4775: 2013-07-13 moko
4776:
4777: * src/lib/md5/md5.vcproj: sha2 added
4778:
4779: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4780: classes/math.C: sha2 support (sha256/sha512 digest)
4781:
4782: 2013-07-08 moko
4783:
4784: * src/classes/image.C: directory read or other read problem message
4785: fixed (related to issue #933)
4786:
4787: 2013-07-07 moko
4788:
4789: * AUTHORS: + misha + moko. :)
4790:
4791: 2013-07-06 moko
4792:
4793: * src/: classes/curl.C, include/pa_globals.h,
4794: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4795: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4796: for lt_dlinit to be called once and lt_dlexit called at right
4797: place (related to issue #925)
4798:
4799: 2013-07-04 moko
4800:
4801: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4802: VString::as_vfile now uses vfile.set_binary_string to avoid
4803: content-type to be set, as it brokes badly designed logic in
4804: response output. This hopefully finishes issue #928.
4805:
4806: * tests/results/: 256.processed, 286.processed: file now displayed
4807: as name, size, mode, content-type
4808:
4809: * src/main/pa_common.C: read error now reported cottectly (fixes
4810: issue #933
4811:
4812: 2013-06-28 moko
4813:
4814: * tests/: 286.html, results/286.processed: test extended
4815:
4816: * tests/: 286.html, results/286.processed: Test for issue #928
4817: added. it tests default content-type change.
4818:
4819: * src/types/pa_vfile.C: closes issue #928 - default content-type
4820: now updated
4821:
4822: 2013-06-25 moko
4823:
4824: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4825: content-type for text/binary files without name added;
4826: ^file::create[$f;...] options now works properly and $f
4827: properties are default (fixes issue #928)
4828:
4829: 2013-05-16 misha
4830:
4831: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4832: added
4833:
4834: * src/main/pa_table.C: - a tiny memory optimisation while creating
4835: table if specified limit is bigger than source rows count
4836:
4837: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4838: added ( new feature: #858 )
4839:
4840: 2013-04-29 moko
4841:
4842: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4843: $.ipresolve(0|1|2) added (closes issue #891)
4844:
4845: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4846:
4847: 2013-04-24 moko
4848:
4849: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4850: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4851: types/pa_vmemcached.h: ^memcache.release[] added, calls
4852: memcached_quit (refs #893)
4853:
4854: 2013-04-22 moko
4855:
4856: * src/: include/pa_string.h, main/pa_common.C: no more double
4857: slashes in file path (fixes bug #872)
4858:
4859: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4860: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4861: #739)
4862:
4863: * tests/results/266.processed: $.max_params added (feature #915)
4864:
4865: * src/: include/pa_common.h, main/pa_http.C: response-charset
4866: option added to file::load (closes issue #867)
4867:
4868: 2013-04-20 misha
4869:
4870: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4871: commited
4872:
4873: 2013-03-15 misha
4874:
4875: * src/classes/: hash.C, table.C: - Optimisation: do not create
4876: multiple empty strings while ::sql. uae String::Empty instead
4877:
4878: 2013-03-14 misha
4879:
4880: * src/classes/reflection.C: - for user classes
4881: ^reflection:method_info[] returns $.max_params and $.extra_param
4882: with $.call_type if they available ( new feature: #915 )
4883:
4884: * src/classes/file.C: - ^file:delete[] now supports an option
4885: $.exception(false) that suppress any exception while deleting
4886: file ( new feature: #916 )
4887:
4888: * src/classes/curl.C: - parsing cookies after curl:load now should
4889: work :)
4890:
4891: 2013-03-12 misha
4892:
4893: * src/types/pa_vfile.C: - if specified file_name is empty string
4894: set default name for the file
4895:
4896: 2013-03-11 misha
4897:
4898: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4899: also available in $f.cookies
4900:
4901: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4902: moved to a separate method
4903:
4904: 2013-03-10 moko
4905:
4906: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4907: added
4908:
4909: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4910: removed (declared by autoconf)
4911:
4912: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4913: uint32_t define
4914:
4915: 2013-03-10 misha
4916:
4917: * src/classes/file.C: ^file:delete and ^file:move now support
4918: option $.keep-empty-dirs(true) ( new feature: #884 )
4919:
4920: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4921: empty dirs is added
4922:
4923: 2013-03-10 moko
4924:
4925: * src/classes/: bool.C, double.C, int.C: default can be present,
4926: but default check removed from ^int/double/bool.int/double/bool
4927: for string.int/double/bool compatibility (related to issue #913)
4928:
4929: * src/classes/string.C: ^string.int/dobule/bool no longer
4930: internally throws exception if default is present (closes issue
4931: #913)
4932:
4933: 2013-03-09 misha
4934:
4935: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4936: optimisations ( #845 )
4937:
4938: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4939:
4940: 2013-03-08 moko
4941:
4942: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4943: creates correct table (fixes issue #910)
4944:
4945: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4946: use outside of 'connect' operator (fixes issue #911)
4947:
4948: * tests/results/: 096.processed, 122.processed: test results
4949: updated as doubles now printed with 15 significant digits, not 5
4950: (fixes issue #882)
4951:
4952: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4953: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4954:
4955: 2013-02-21 moko
4956:
4957: * src/classes/table.C: _locate_name_value does not check arguments
4958: count, so we check it in advance (fixes issue #905)
4959:
4960: 2012-10-23 moko
4961:
4962: * buildall: old shell for and echo compatibility (for six)
4963:
4964: 2012-10-19 moko
4965:
4966: * buildall: --strip added --disable-safe-mode listed in usage
4967:
4968: 2012-10-17 misha
4969:
4970: * src/classes/op.C: - apply-taint should not throw "outside
4971: connect" exception with sql lang now
4972:
4973: 2012-10-17 moko
4974:
4975: * src/main/pa_request.C: bugfix: safe mode should be inited for
4976: each request (for apache module)
4977:
4978: 2012-09-26 moko
4979:
4980: * src/doc/doxygen.cfg: png -> svg
4981:
4982: 2012-09-25 moko
4983:
4984: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4985: test added
4986:
4987: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4988: double use when key is long
4989:
4990: 2012-09-16 moko
4991:
4992: * src/classes/math.C: Format -> Method Encode -> Format
4993:
4994: * tests/: 141.html, results/141.processed: math:digest hmac test
4995: added
4996:
4997: 2012-09-14 moko
4998:
4999: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5000: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5001: implementation added
5002:
5003: 2012-09-12 moko
5004:
5005: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5006: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5007: targets.dox and string.dox slightly actualized
5008:
5009: 2012-08-31 moko
5010:
5011: * ChangeLog: now generated with patched cvs2cl.pl
5012:
5013: 2012-07-29 moko
5014:
5015: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5016: result should be pushed after VMethodFrame destructor is called,
5017: as it deletes junctions from stack params (fixes issue #868)
5018:
5019: 2012-07-23 moko
5020:
5021: * INSTALL, README: buildall script usage documented, other outdated
5022: info updated.
5023:
5024: * buildall-with-xml, buildall-without-xml: replaced by buildall
5025:
5026: 2012-07-21 moko
5027:
5028: * buildall: glib does not compile when threads are disabled...
5029:
5030: * src/types/pa_vmail.C: g_assertion fixes for empty input
5031:
5032: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5033: unref, can't unref nested objects)
5034:
5035: * src/types/pa_vmail.C: another check added
5036:
5037: 2012-07-19 moko
5038:
5039: * buildall: usage added
5040:
5041: * buildall: new buildall script that unites buildall-with-xml,
5042: buildall-without-xml, --with-apache and --with-mailreceive
5043:
5044: * configure.in: support for static gmime and dynamic glib linking.
5045: fixes for FreeBSD
5046:
5047: 2012-07-17 moko
5048:
5049: * configure.in: --with-mailreceive replaced
5050: --with-static-mailreceive and --with-shared-mailreceive pathlink
5051: removed
5052:
5053: 2012-07-16 moko
5054:
5055: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5056: capitalized, content now decoded and text content converted to
5057: $request:charset. all properties are accessed by functions, this
5058: ready for dynamic load.
5059:
5060: 2012-06-28 moko
5061:
1.116 moko 5062: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5063: 32 bit
1.95 moko 5064:
5065: 2012-06-27 moko
5066:
5067: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5068: passive ftp
5069:
5070: * src/lib/ltdl/ltdl.vcproj: release build fixed
5071:
5072: * configure.in: 3.4.2 RC -> 3.4.2
5073:
5074: 2012-06-22 moko
5075:
5076: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5077: #815)
5078:
5079: * tests/: 284.html, results/284.processed: output options test
5080: (feature #265)
5081:
5082: 2012-06-22 misha
5083:
5084: * tests/215.html: - little changes
5085:
5086: 2012-06-21 moko
5087:
5088: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5089: types/pa_vxdoc.h: output_options returned and used (bugfix for
5090: feature #265)
5091:
5092: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5093: breaks long .*, default 10M restored. (issue #216)
5094:
5095: * tests/: 283.html, results/283.processed: test for issue #815
5096: added
5097:
5098: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5099: again, cstrm not required.
5100:
5101: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5102: Win32 and broken FreeBSD (issue #45)
5103:
5104: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5105:
5106: * src/main/pa_string.C: warnings war
5107:
5108: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5109: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5110: main/pa_socks.C, targets/apache/pa_threads.C,
5111: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5112: types/pa_vstatus.C: compilation under cygwin fixed
5113:
5114: 2012-06-19 moko
5115:
5116: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5117: Windows fixed
5118:
5119: * parser3.sln: removed antique pcre_ctype
5120:
5121: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5122:
5123: * src/include/pa_config_fixed.h: undefined reference to
5124: __imp__pcre_* fix for Windows
5125:
5126: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5127: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5128: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5129: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5130: define fixed
1.95 moko 5131:
5132: 2012-06-18 moko
5133:
5134: * src/classes/memcached.C: flush -> clear
5135:
5136: * src/classes/memcached.C: memcached does not support quotes even
5137: in server name
5138:
5139: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5140: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5141: called on open to check servers existance. $.key(true) syntax
5142: now supported
5143:
5144: 2012-06-17 moko
5145:
5146: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5147: cleanup
5148:
5149: * src/classes/table.C, tests/282.cfg, tests/282.html,
5150: tests/results/282.processed: encloser at the EOF bug fixed,
5151: incorrectly enclosed data now processed more logicaly (fixes
5152: #339)
5153:
5154: 2012-06-15 moko
5155:
5156: * buildall-without-xml: sync with buildall-with-xml
5157:
5158: * buildall-with-xml: download auto-detected between fetch and curl
5159:
5160: * configure.in: --with-gc and --with-pcre now also processed
5161: correctly
5162:
1.116 moko 5163: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5164: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5165: should be run on rol1 using automake / aclocal (GNU automake)
5166: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5167:
5168: * configure.in: new PARSER_VERSION logic
5169:
5170: * src/include/pa_version.h: new pa_version.h logic
5171:
5172: * src/: classes/curl.C, classes/file.C, classes/image.C,
5173: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5174: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5175: feols_normalized -> fis_text_content set_binary added
5176:
5177: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5178:
5179: 2012-06-15 misha
5180:
5181: * src/: classes/curl.C, classes/file.C, classes/image.C,
5182: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5183: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5184: ^file::create[text;content] EOLs in content now is normalized. (
5185: new feature: #815 )
5186:
5187: 2012-06-15 moko
5188:
5189: * configure.in: --disable-version-update added to disable version
5190: update with host information (for debian package) whitespace
5191: optimized
5192:
5193: * configure.in: version changed to 3.4.2 RC no-pic added for
5194: libtool
5195:
5196: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5197: it.
5198:
5199: 2012-06-14 moko
5200:
5201: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5202: tests/results/281.processed: "hash flocked" error removed for
5203: safe operations like ^h._count[] ( new feature: #335 )
5204:
1.116 moko 5205: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5206:
5207: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5208:
5209: * configure.in: --with-static/shared xml replaced with --with-xml,
5210: xml compilation check added
5211:
5212: * configure.in: --with-static/shared-gc, --with-static-pcre are
5213: replaced with --with-gc and --with-pcre test for pcre linking
5214: added
5215:
5216: 2012-06-13 moko
5217:
5218: * configure.in: apxs2 check optimized
5219:
5220: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5221: .la, includes optimized
5222:
5223: * buildall-with-xml: --with-pic looks better for -fPIC
5224:
5225: * configure.in: switched to convenience library in static linking
5226:
5227: * src/targets/apache/Makefile.am: switched to convenience library
5228: usage to avoid libtool warnings
5229:
5230: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5231: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5232: smtp/Makefile.am: switched to convenience library usage
5233:
5234: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5235:
5236: * src/targets/apache/Makefile.am: updated for libtool usage
5237:
5238: * buildall-without-xml: --with-included-ltdl added
5239:
5240: * buildall-without-xml: sync with buildall-with-xml
5241:
5242: * buildall-with-xml: --with-included-ltdl added $cflags added for
5243: -fPIC for x64 $download added for wget success check added
5244:
5245: * buildall-without-xml: --with-dynamic-stdcpp removed
5246:
5247: * configure.in: disable-static returned
5248:
5249: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5250: LIBTOOLFLAGS
5251:
5252: 2012-06-12 moko
5253:
5254: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5255: compatible with LIBTOOLFLAGS for unknown reasons
5256:
5257: * buildall-with-xml: --with-dynamic-stdcpp removed
5258:
5259: * configure.in: static/dynamic -lstdc++ linking option removed
5260: apxs2 check added
5261:
5262: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5263: option removed
5264:
5265: 2012-06-10 moko
5266:
5267: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5268: added
5269:
5270: * src/targets/cgi/pp3.cmd: old PAF stuff
5271:
1.116 moko 5272: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5273: beauty
1.95 moko 5274:
5275: * depcomp: from libtool 2.4.2
5276:
5277: * configure.in: ltdl directory removed, it has correct Makefile.in
5278:
5279: 2012-06-09 moko
5280:
1.116 moko 5281: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5282: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5283: autogenerated files updated after libtool update
5284:
1.116 moko 5285: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5286: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5287: config_auto.h.in, config_fixed.h, configure, configure.ac,
5288: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5289: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5290: config/compile, config/config.guess, config/config.sub,
5291: config/depcomp, config/install-sh, config/ltmain.sh,
5292: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5293: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5294: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5295: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5296: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5297: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5298: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5299: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5300:
5301: * configure.in: preparation for new libtool
5302:
5303: * configure.in: Some beauty added :)
5304:
5305: * src/targets/apache/Makefile.am: := -> =
5306:
5307: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5308: again. :)
5309:
5310: * src/include/pa_config_includes.h, configure.in: limits.h added,
5311: previously was taken from pcre_internal.h. :)
5312:
5313: * src/lib/pcre/Makefile.am: config.h returned
5314:
5315: * src/lib/pcre/config.h: still need this. :)
5316:
5317: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5318:
5319: * configure.in: --with-charsets removed; --with-mysql-client & co
5320: removed
5321:
5322: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5323: now in parser tree, no need to copy
5324:
5325: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5326: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5327: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5328: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5329: extracts now used old trash removed
5330:
5331: * etc/parser3.charsets/Makefile.am: charsets now in share
5332: (debian/patches/104_automake.patch) + all charsets are copied
5333:
5334: * buildall-with-xml, buildall-without-xml: curl option removed +
5335: extra arguments now supported
5336:
5337: 2012-06-08 misha
5338:
5339: * src/classes/table.C: - one params.as_hash usage was rolled back:
5340: the 2nd option in ^table.hash[] could be hash or table so
5341: .as_hash will throw an exception when table option is specified
5342:
5343: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5344: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5345: classes/table.C, classes/void.C, classes/xdoc.C,
5346: include/pa_exception.h, types/pa_vmethod_frame.C,
5347: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5348: and improved (whitespaces are allowed as empty options) -
5349: MethodParams::as_table is added - above methods are used for
5350: parsing methods' options ( new feature: #9 )
5351:
5352: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5353: to vclass. now class fields can be accessible as a hash:
5354: $h[^hash::create[$asd:CLASS]]
5355:
5356: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5357: have get_fields method so their fields can be accessed with
5358: ^reflection:fields[...] & ^reflection:field[...]
5359:
5360: 2012-06-06 misha
5361:
5362: * tests/280.html: - tests for
5363: ^reflection:method[obj-or-class;method],
5364: ^reflection:field[obj-or-class;field] and
5365: ^reflection:fields[obj-or-class] are added
5366:
5367: 2012-06-05 misha
5368:
5369: * src/classes/reflection.C: - ^reflection:method[class or
5370: object;method name] and ^reflection:field[class or object;field
5371: name] are added
5372:
5373: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5374: is used
5375:
5376: * src/types/pa_method.h: - Method::as_vjunction method is added
5377:
5378: 2012-06-05 moko
5379:
1.116 moko 5380: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5381:
5382: * src/classes/memcached.C: flish ttl fixed
5383:
5384: 2012-06-04 moko
5385:
5386: * src/classes/json.C, src/classes/op.C, tests/279.html,
5387: tests/results/279.processed: ^json:parse[] now supports $.taint
5388: option (new feature #833)
5389:
5390: 2012-06-04 misha
5391:
5392: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5393: - search_stop method was moved from pa_vcookie.C to pa_common.C
5394:
5395: 2012-06-03 misha
5396:
5397: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5398: cookies are parced and stored into $.cookies ( new feature: #31 )
5399:
5400: 2012-05-30 misha
5401:
5402: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5403: incomplete class into a scope while @USE is found
5404:
5405: * src/main/compile.y: - add incomplete class into a scope while
5406: @USE and @CLASS instructions are found ( bugfix: #838 )
5407:
5408: 2012-05-30 moko
5409:
5410: * src/types/pa_vclass.C, tests/278.html,
5411: tests/results/278.processed: removed "property has no getter
5412: method" exception when GET_DEFAULT present (fixes #269)
5413:
5414: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5415: $._default
5416:
5417: 2012-05-29 moko
5418:
5419: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5420: uninitialized values usage (new feature: #154)
5421:
5422: 2012-05-28 moko
5423:
5424: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5425: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5426: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5427: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5428: src/types/pa_vobject.C, src/types/pa_vobject.h,
5429: src/types/pa_vstring.h, src/types/pa_vtable.C,
5430: tests/results/277.processed, src/types/pa_vtable.h,
5431: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5432: ^json:string[$o; $.default[$method]] implemented for VObject (new
5433: feature #803)
5434:
5435: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5436: tests/results/277.processed: json numbers are now treated as
5437: double ( new feature: #834 )
5438:
5439: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5440: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5441: added for out of range checks, zero division in vint/vdouble
5442: check added ( fixes #832 )
5443:
5444: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5445: ( fixes #832 )
5446:
5447: 2012-05-28 misha
5448:
5449: * buildall-with-xml: - --without-lzma option is added to libxml2
5450: configure
5451:
5452: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5453: added - tests for unsupported values for options $.file, $.table
5454: and $.date are added
5455:
5456: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5457: accepts "stat" $.file[] option's value in addition to existed
5458: "text" and "base64" ( new feature: #835 )
5459:
5460: * tests/276.html: - test for
5461: ^reflection:delete[$object-or-class;field-name]
5462:
5463: * src/classes/reflection.C: -
5464: ^reflection:delete[$object-or-class;field-name] is added ( new
5465: feature: #268 )
5466:
5467: 2012-05-27 misha
5468:
5469: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5470:
5471: 2012-05-24 misha
5472:
5473: * src/include/pa_common.h: - method lastposafter was removed
5474:
5475: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5476: lastposafter - ^file:dirname[] & Co proper handle windows file
5477: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5478: work as *nix commands
5479:
5480: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5481:
5482: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5483: rskipchars were added
5484:
5485: * tests/270.html: - more tests for ^file:find[]
5486:
5487: * tests/065.html: - more tests for ^file:dirname[] & Co
5488:
5489: * src/include/pa_version.h: - must be "win32" here. it is
5490: auto-generated on *nix
5491:
5492: 2012-05-24 moko
5493:
5494: * src/classes/math.C: ^math:convert[] now supports uint32 and
5495: throws overflow exception ( new feature: #830 )
5496:
5497: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5498: uint32 support and overflow added ( new feature: #830 )
5499:
5500: 2012-05-23 moko
5501:
5502: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5503: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5504: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5505: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5506: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5507: types/pa_vregex.h, types/pa_vstateless_class.C,
5508: types/pa_vstateless_class.h, types/pa_vstring.h,
5509: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5510: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5511: "return string as-is" removed from as_expr_result. ( new feature:
5512: #831 )
5513:
5514: * tests/results/244.processed: test changed after bug #782 fix
5515: commited
5516:
5517: * tests/results/229.processed: test results for bug #782 commited
5518:
5519: * tests/: 254.html, results/254.processed: uid now just compared,
5520: not printed. :)
5521:
5522: 2012-05-20 moko
5523:
5524: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5525: feature: #341 )
5526:
5527: * tests/: 254.html, results/254.processed: test for
5528: ^reflection:uid[] added
5529:
5530: * tests/: 254.html, results/254.processed: test for
5531: ^reflection:uid[$obj] added
5532:
5533: 2012-05-17 misha
5534:
5535: * src/main/untaint.C: - do not replace ' char by _26 while
5536: exploding filespec-tainting ( new feature: #829 )
5537:
5538: 2012-05-12 moko
5539:
5540: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5541: not.
5542:
5543: 2012-05-08 moko
5544:
5545: * src/types/pa_vmethod_frame.h: bug #782 fixed
5546:
5547: * tests/229.html: test for bug #782
5548:
5549: * tests/results/259.processed, src/main/pa_request.C,
5550: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5551: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5552: src/types/pa_vvoid.h: feature #154 - first empty param now
5553: string; defined locals are empty strings; $STRICT-VARS(true)
5554: added
5555:
5556: 2012-04-27 moko
5557:
1.116 moko 5558: * src/targets/apache/Makefile.am:
1.95 moko 5559: ../../lib/memcached/libmemcached.a added
5560:
5561: 2012-04-27 misha
5562:
5563: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5564: ( #827 )
5565:
5566: 2012-04-25 moko
5567:
5568: * src/: classes/json.C, classes/memcached.C,
5569: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5570: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5571: implemented.
5572:
5573: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5574:
5575: 2012-04-23 moko
5576:
5577: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5578: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5579: types/pa_vmemcached.h: open allows options hash for new
5580: memcached(options) function
5581:
5582: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5583: not appended
5584:
5585: 2012-04-21 moko
5586:
5587: * src/classes/curl.C: '' added. :)
5588:
5589: * src/classes/classes.vcproj: new curl.h location
5590:
5591: * src/classes/curl.C: verbose output redirection from stderr to
5592: file curl option added
5593:
5594: 2012-04-20 moko
5595:
5596: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5597: contains what we need from curl, #ifdef HAVE_CURL removed
5598:
1.116 moko 5599: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5600: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5601: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5602: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5603: configure option
5604:
5605: 2012-04-19 moko
5606:
5607: * src/: classes/double.C, classes/inet.C, classes/int.C,
5608: classes/string.C, lib/gc/include/gc_allocator.h,
5609: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5610: options from sql_result_string removed. (closes issue #468)
5611:
5612: * src/types/pa_vmemcached.C: empty string fix
5613:
5614: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5615: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5616: pa_vmemcached.C
5617:
5618: 2012-04-18 moko
5619:
5620: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5621: apache2-mpm-prefork" error displayed in threaded mpm.
5622:
5623: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5624: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5625: installed (issue #354)
5626:
5627: 2012-04-16 moko
5628:
5629: * src/types/pa_vmemcached.C: call to memcached_result_create and
5630: memcached_result_free removed
5631:
5632: 2012-04-14 moko
5633:
5634: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5635:
5636: * src/types/pa_vmemcached.C: check_key added and used
5637:
5638: 2012-04-13 moko
5639:
5640: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5641: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5642: Serialization_data now added and used, VString now serialized
5643: with languages into memcached.
5644:
5645: 2012-03-28 moko
5646:
5647: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5648: lib/memcached/pa_memcached.h: result lengths added
5649:
5650: 2012-03-27 moko
5651:
5652: * src/types/pa_vmemcached.C: strdup added
5653:
5654: 2012-03-24 moko
5655:
5656: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5657: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5658: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5659:
5660: 2012-03-20 moko
5661:
1.116 moko 5662: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5663:
5664: * src/targets/cgi/Makefile.am: cleanup
5665:
5666: * src/: types/Makefile.am, types/pa_vmemcached.C,
5667: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5668:
5669: * src/: classes/Makefile.am, classes/memcached.C,
5670: lib/memcached/Makefile.am, lib/memcached/constants.h,
5671: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5672: lib/memcached/types.h, lib/Makefile.am: memcached initial
5673:
5674: 2012-03-16 moko
5675:
5676: * src/main/execute.C: ident now works under Linux + ident displays
5677: filenames (closes issue #818)
5678:
1.116 moko 5679: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5680: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5681: pa_vmethod_frame_local.h removed
5682:
5683: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5684: classes/classes.h, classes/curl.C, classes/date.C,
5685: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5686: classes/hashfile.C, classes/image.C, classes/inet.C,
5687: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5688: classes/memory.C, classes/op.C, classes/reflection.C,
5689: classes/regex.C, classes/response.C, classes/string.C,
5690: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5691: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5692: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5693: include/pa_config_fixed.h, include/pa_config_includes.h,
5694: include/pa_dictionary.h, include/pa_dir.h,
5695: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5696: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5697: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5698: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5699: include/pa_request_charsets.h, include/pa_request_info.h,
5700: include/pa_sapi.h, include/pa_socks.h,
5701: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5702: include/pa_stack.h, include/pa_string.h,
5703: include/pa_stylesheet_connection.h,
5704: include/pa_stylesheet_manager.h, include/pa_table.h,
5705: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5706: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5707: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5708: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5709: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5710: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5711: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5712: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5713: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5714: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5715: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5716: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5717: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5718: main/pa_string.C, main/pa_stylesheet_connection.C,
5719: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5720: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5721: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5722: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5723: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5724: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5725: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5726: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5727: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5728: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5729: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5730: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5731: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5732: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5733: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5734: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5735: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5736: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5737: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5738: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5739: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5740: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5741: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5742: types/pa_vresponse.h, types/pa_vstateless_class.C,
5743: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5744: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5745: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5746: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5747: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5748: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5749: ident now works under Linux + ident displays filenames (closes
5750: issue #818) Copyright updated
5751:
5752: 2012-03-13 moko
5753:
5754: * src/main/pa_string.C: compilation fix for feature #741
5755:
5756: 2012-03-09 misha
5757:
5758: * tests/193.html: - tests for ^string:base64[encoded] are updated
5759:
5760: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5761: now detects invalid base64 chars in the middle of encoded stricg
5762: ( new feature: #55 )
5763:
5764: * src/include/pa_exception.h: - new exception type for base64
5765: decoding is added
5766:
5767: 2012-03-06 misha
5768:
5769: * tests/274.html: - tests for ^date::today[] and
5770: ^date.sql-string[datetime|date|time] are added
5771:
5772: * src/classes/date.C: - constructor ^date::today[] is added ( new
5773: feature: #811 ) - ^date.sql-string[] now can accept one param --
5774: strings "datetime", "date" or "time" - comments tidying up
5775:
5776: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5777: date and time
5778:
5779: 2012-03-03 misha
5780:
5781: * tests/193.html: - tests for
5782: ^string:base64[encoded;$.strict(true)] are added
5783:
5784: * tests/results/auto.p: - try-catch operator is added
5785:
5786: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5787: main/pa_common.C: - $.strict(true|false) option is added to
5788: base64 decode methods ( new feature: #55 )
5789:
5790: * src/main/pa_common.C: - base64 decode memory usage was decreased
5791: ( new feature: #819 )
5792:
5793: 2012-02-28 moko
5794:
5795: * src/classes/hash.C: ident test
5796:
5797: 2012-02-27 misha
5798:
5799: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5800:
5801: 2012-01-08 misha
5802:
5803: * tests/273.html: - tests for ^string.replace[from;to] are added
5804:
5805: * src/: classes/string.C, include/pa_dictionary.h,
5806: main/pa_dictionary.C, main/pa_string.C: -
5807: ^string.replace[from;to] is added ( new feature: #741 ) -
5808: ^string.replace[one subst here] is slightly optimized
5809:
5810: 2011-12-07 misha
5811:
5812: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5813: named table with one empty column ( bugfix: #63 )
5814:
5815: 2011-11-30 misha
5816:
5817: * src/classes/json.C: - it's possible to set user's method for
5818: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5819: #763 )
5820:
5821: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5822:
5823: 2011-11-23 misha
5824:
5825: * src/: classes/curl.C, classes/file.C, classes/image.C,
5826: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5827: types/pa_vfile.h, types/pa_vform.C: - constructor
5828: ^file::create[mode;filename;content[;options]] now accepts binary
5829: mode and file-content - new constructor's format:
5830: ^file::create[string-or-file-content[;$.name[filename]
5831: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5832: feature: #65 )
5833:
5834: * src/: include/pa_request.h, main/pa_request.C: - new method
5835: mime_type_of(const String*) is added
5836:
5837: * src/include/pa_exception.h: - new exception constant
5838: FILE_NAME_MUST_BE_SPECIFIED is added
5839:
5840: * src/classes/table.C: - bug with negative offset transformed into
5841: a feature. it means pointing to a row from the end of the table (
5842: new feature: #810 )
5843:
5844: 2011-11-19 misha
5845:
5846: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5847: â ìåòîäå _select ( new feature: #810 )
5848:
5849: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5850: options were specified together is simplified
5851:
5852: 2011-11-12 misha
5853:
5854: * src/main/pa_request.C: - forgotten fix for escaping filename in
5855: HTTP content-disposition header (a part of bug #361 )
5856:
5857: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5858: checks for ancestors' classes as well ( new feature: #456 )
5859:
5860: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5861: "without cycle" now have types "parser.break" and
5862: "parser.continue" instead of "parser.runtime" ( new feature: #799
5863: )
5864:
5865: 2011-11-11 misha
5866:
5867: * tests/results/: 099.processed, 100.processed, 205.processed,
5868: 237.processed: - since bug #361 was fixed the content of filename
5869: in HTTP headers is quoted
5870:
5871: * tests/results/270.processed: - result for test 270
5872:
5873: * tests/: 065.html, results/065.processed: - more tests for
5874: ^file:basename[] & Co were added
5875:
5876: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5877:
5878: * tests/270.html: - tests for ^file:find[] are added
5879:
5880: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5881: using option $.charset. option $.engoding is still supported but
5882: these options can not be specified together
5883:
5884: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5885: comparation charset name with string "UTF-8" ( bugfix: #759 )
5886:
5887: 2011-10-11 misha
5888:
5889: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5890: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5891: #622)
5892:
5893: 2011-09-30 misha
5894:
5895: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5896: exception "saving stat-ed file" ( bugfix: #395 )
5897:
5898: 2011-05-30 misha
5899:
5900: * src/classes/string.C: - fixed bug which was added with
5901: params.as_hash into string:sql
5902:
5903: 2011-05-29 misha
5904:
5905: * src/types/pa_value.C: - filename in content-disposition header
5906: must be quoted ( bugfix: #361 )
5907:
5908: 2011-05-27 misha
5909:
5910: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5911: created file
5912:
5913: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5914: usage
5915:
5916: * src/include/pa_exception.h: - one more string for exception was
5917: added
5918:
5919: 2011-05-25 misha
5920:
5921: * tests/269.html: - tests for checking input params in some dom
5922: methods
5923:
5924: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5925: was added. it isn't possible not wo create xdoc with invalid
5926: tagName. ( bugfix: #160 )
5927:
5928: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5929: string "data must be string" was mover from pa_exception.h to
5930: pa_xml_exception.h
5931:
5932: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5933: as_xmlncname, as_xmlname and as_xmlnsuri were added
5934:
5935: * src/main/pa_xml_exception.C: - XmlException accepts more options
5936:
5937: * src/include/pa_xml_exception.h: - XmlException accepts more
5938: options - XML-related exception's strings were added
5939:
5940: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5941: output_options were removed)
5942:
5943: 2011-05-19 misha
5944:
5945: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5946: params.as_hash is used more while parsing methods hash-options
5947:
5948: 2011-05-18 misha
5949:
5950: * operators.txt: - info about json-serialization of xdoc was added
5951:
5952: * tests/256.html: - tests for json-serialization xdoc were added
5953:
5954: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5955:
5956: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5957: classes/json.C, classes/xdoc.C: - now json:string can serialize
5958: xdoc-objects. options (the same as ^xdoc.string[]) could be
5959: specified in $.xdoc[] ( new feature: #265 )
5960:
5961: 2011-05-15 misha
5962:
5963: * tests/268.html: - tests for ^table.count[with options] were added
5964:
5965: * src/classes/table.C: - method ^table.count[] now can accept
5966: options ( new feature: #93 ): ^table.count[column] returns number
5967: of columns for named table; ^table.count[cells] returns number of
5968: cells in the current row; ^table.count[] & ^table.count[rows]
5969: return number of rows in a table.
5970:
5971: * tests/267.html: - test for checking switch/case in boolean mode
5972: was added
5973:
5974: * src/classes/op.C: - if switch's or case's value is bool, they are
5975: compared as bool values, not as double values: new feature: #351
5976:
5977: 2011-05-06 misha
5978:
5979: * tests/242.html: - EOL before EOF was added
5980:
5981: * tests/169.html: - tests for splitting empty string and void were
5982: added
5983:
5984: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5985: returned table with one empty cell)
5986:
5987: 2011-04-03 misha
5988:
5989: * src/include/pa_version.h, configure.in: - version in head was
5990: changed to 3.4.2b
5991:
5992: 2011-03-30 misha
5993:
5994: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5995: as well ( new feature #294 )
5996:
5997: 2011-03-29 misha
5998:
5999: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6000: limited to approx. 6 MB. previous limits were too big for real
6001: life. bugfix: #216
6002:
6003: 2011-03-04 moko
6004:
6005: * etc/parser3.charsets/cp866.cfg: Conforms to
6006: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6007:
6008: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6009: vlalek@
6010:
6011: 2011-02-22 misha
6012:
6013: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6014: be under #ifdef XML or parser can't be compiled without xml
6015: support
6016:
6017: 2011-02-21 misha
6018:
1.116 moko 6019: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6020: ApacheModuleParser3.vcproj was removed
6021:
6022: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6023: removed)
6024:
6025: 2011-02-20 misha
6026:
6027: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6028: $.overridden in ^reflection:method_info[...] were added
6029:
6030: * src/classes/reflection.C: - beautifying result of
6031: ^reflection:method_info[] ($.overridden/inherited)
6032:
6033: 2011-02-18 misha
6034:
6035: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6036: and pa_isalnum instead of isalpha and isalnum - bug with
6037: redundand quoting lowercased latin chars while building email
6038: body was fixed
6039:
6040: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6041: added (they check for latin chars only)
6042:
6043: 2011-02-16 misha
6044:
6045: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6046: string size for transcoding gave too small value (should ever
6047: look for availability char in dest charset inspite of the char
6048: size)
6049:
6050: 2011-02-04 moko
6051:
6052: * tests/223.html: header values now not url-encoded (issue #195)
6053:
6054: 2011-02-01 misha
6055:
6056: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6057:
6058: 2011-01-31 misha
6059:
6060: * src/main/pa_request.C: - throw exception if param file_name in
6061: use_file is empty
6062:
6063: 2011-01-08 moko
6064:
6065: * src/classes/curl.C: compilations errors fixed
6066:
6067: 2010-12-29 moko
6068:
6069: * tests/: 265.html, results/265.processed: test for issue #200
6070: added
6071:
6072: * src/main/pa_string.C: empty regex result check added (fixes issue
6073: #200)
6074:
6075: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6076:
6077: * tests/results/223.processed: header values now not url-encoded
6078: (issue #195)
6079:
6080: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6081: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6082: pa_http_safe_header_name added for headers names (fixes bug #195)
6083:
6084: 2010-12-18 misha
6085:
6086: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6087: => pa-include
6088:
6089: 2010-11-28 moko
6090:
6091: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6092:
6093: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6094: -> pa
6095:
6096: * configure.in: apr -> pa
6097:
6098: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6099:
6100: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6101: classes/Makefile.am, types/Makefile.am: apr -> pa
6102:
6103: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6104: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6105: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6106: pa-include/pa_apr.h, pa-include/pa_errno.h,
6107: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6108: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6109: module apr name conflict resolved)
6110:
6111: 2010-11-27 misha
6112:
6113: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6114: libbz2
6115:
6116: 2010-11-26 misha
6117:
6118: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6119: warnings removed
6120:
6121: 2010-11-25 moko
6122:
6123: * operators.txt: $.indent(true)
6124:
6125: * operators.txt: another bugfix. :)
6126:
6127: * operators.txt: bugfix. :)
6128:
6129: * buildall-with-xml: libxml2-2.7.8 + with-apache
6130:
6131: 2010-11-24 moko
6132:
1.116 moko 6133: * configure: apxs support
1.95 moko 6134:
6135: * configure.in: apxs support -Bstatic gc removed for OS X
6136:
6137: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6138:
6139: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6140: THREAD_LOCAL usage
6141:
6142: * src/: classes/curl.C, include/pa_config_includes.h,
6143: main/pa_globals.C: THREAD_LOCAL defined and used
6144:
6145: 2010-11-23 moko
6146:
6147: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6148: should be passed to pa_sleep, and only fractional part (bugfix:
6149: #188)
6150:
6151: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6152:
6153: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6154: GC_dont_gc=1, as in cgi version
6155:
6156: * src/targets/apache/mod_parser3.c: warning war
6157:
6158: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6159: pa_httpd.h: version removed, some trash removed
6160:
6161: * src/targets/apache/mod_parser3.c: version removed (we don't want
6162: to show it), warning war
6163:
6164: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6165: pa_httpd.h: parser_status_allowed removed + merge config
6166: functions removed (override is the default) + beauty
6167:
6168: * src/: include/pa_request.h, main/pa_request.C,
6169: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6170: hide $status used in apache module removed
6171:
6172: 2010-11-18 moko
6173:
6174: * operators.txt: $.table[compact] added for ^json:string[]
6175:
6176: 2010-11-16 moko
6177:
6178: * src/targets/apache/mod_parser3.c: some cleanup done
6179:
6180: * src/main/untaint.C: bugfix: first, second String::Body argument
6181: is hashcode; second, info.fragment_begin is original, not
6182: resulting length
6183:
6184: * src/classes/file.C: new feature: $.stdin now untainted
6185:
6186: * tests/results/264.processed: new feature: $.stdin[] now untainted
6187:
6188: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6189:
6190: * src/classes/op.C: ^apply-taint[] method added
6191:
6192: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6193: added; $.stdin untaint test added
6194:
6195: 2010-11-15 moko
6196:
6197: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6198: removed
6199:
6200: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6201: pa_httpd.h: 2x2 calculated under apache2. :)
6202:
6203: 2010-11-13 moko
6204:
6205: * src/targets/apache/mod_parser3.c: initial changes to build module
6206: with apache 2.x includes
6207:
6208: * src/targets/apache/: Makefile.am, mod_parser3.c,
6209: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6210: united apache 1.3 / apache 2.x DSO module
6211:
6212: 2010-11-09 moko
6213:
6214: * src/types/pa_method.h: check added to dissallow @method[name;*]
6215: syntax
6216:
6217: * tests/: 263.html, results/263.processed: test from method[*args]
6218: added
6219:
6220: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6221: number of params can now be passed to a method declared with *arg
6222:
6223: 2010-11-06 moko
6224:
6225: * src/classes/table.C: formating fixed. :)
6226:
6227: * src/classes/table.C: closes #4: ^table.select now supports
6228: $.limit(), $.offset, $.reverse() options
6229:
6230: * tests/: 262.html, results/262.processed: test for ^table:select
6231: with options added (feature #4)
6232:
6233: * src/include/pa_array.h: remove function added
6234:
6235: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6236: object in get_element/put_element, using static one.
6237:
6238: 2010-11-04 moko
6239:
6240: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6241: options is passed
6242:
6243: * tests/: 256.html, results/256.processed: $.table[compact] feature
6244: now tested; k and p in handler now tested.
6245:
6246: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6247: $.table[compact] feature added
6248:
6249: * src/classes/json.C: key is now passed to handler in
6250: value_json_string; ^json:string result now process tainting
6251: inside and returns clean string, related to issue #153
6252:
6253: * src/main/untaint.C: bugfix: charset can be null (in
6254: ^string:save[] as example), thus check is added
6255:
6256: 2010-10-31 moko
6257:
6258: * src/classes/string.C: error message changed (fixes issue #149)
6259:
6260: 2010-10-29 moko
6261:
6262: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6263: port is not default (fixes issue #155); exception on invalid port
6264: added.
6265:
6266: * src/main/untaint.C: '*' is now not urlencoded to allow header
6267: "Accept: */*" to be passed
6268:
6269: 2010-10-28 moko
6270:
6271: * src/classes/curl.C: bugfix: detect_charset() was throwing
6272: exception on unknown charset even if response_charset was
6273: specified
6274:
6275: 2010-10-27 moko
6276:
6277: * src/classes/string.C: ^string.append removed for void
6278: compatibility
6279:
6280: 2010-10-26 moko
6281:
6282: * src/classes/json.C: libjson supports array at top level, we too
6283: (GPF fixed)
6284:
6285: 2010-10-25 moko
6286:
6287: * tests/: 253.html, results/253.processed: libjson supports array
6288: at top level, parser now supports it as well.
6289:
6290: * tests/261.html, tests/results/261.processed,
6291: src/types/pa_vstring.h: empty string is now void compatible
6292: (allows $empty.key)
6293:
6294: 2010-10-22 misha
6295:
6296: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6297: while adding additional expires checkout)
6298:
6299: * tests/030.html: - test for session cookie was added
6300:
6301: 2010-10-21 moko
6302:
6303: * src/: classes/string.C, classes/void.C, main/execute.C,
6304: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6305: string (feature #111)
6306:
6307: * tests/: 261.html, results/261.processed: checks void from string
6308: inheritance (feature #111)
6309:
6310: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6311: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6312: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6313: now true by default
6314:
6315: 2010-10-17 moko
6316:
6317: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6318: upload now uses binary blocks instead of L_FILE_POST tainting.
6319: (bugfix: #128)
6320:
6321: * tests/: 223.html, results/223.processed: binary file upload test
6322: added, GPF (issue #128) also checked in this test
6323:
6324: 2010-10-13 misha
6325:
6326: * tests/260.html: - test for math:convert
6327:
6328: * src/classes/math.C: - error in math:convert was fixed
6329:
6330: * operators.txt: - info about
6331: ^math:convert[number](from-base;to-base) was added
6332:
6333: * src/classes/math.C: - method
6334: ^math:convert[number](from-base;to-base) for converting number
6335: represention from one base to another was added ( new feature:
6336: #23 )
6337:
6338: 2010-10-13 moko
6339:
6340: * src/main/compile.tab.C: [] now is empty string, not void
6341:
6342: * src/main/compile.y: [] now is empty string, not void
6343:
6344: * src/types/pa_vvoid.h: void now passed as parameter
6345:
6346: * tests/: 259.html, results/259.processed: to test difference
6347: between void and empty string (see ticket #111)
6348:
6349: * tests/results/152.processed: $sEmpty[] is now empty string, not
6350: void
6351:
6352: * tests/256.html: $s[$void] is no longer empty string
6353:
6354: * tests/254.html: empty string is no longer void
6355:
6356: 2010-10-12 misha
6357:
6358: * src/types/pa_vcookie.C: - check if $.expires value can be
6359: converted to date during cookies set up ( bugfix: #104 )
6360:
6361: * tests/041.html: - more tests for ^table.locate were added
6362:
6363: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6364: work ( bugfix: #129 ) - exception comment for incorrect options
6365: ^table.locate[field;value;options] was fixed
6366:
6367: 2010-10-10 moko
6368:
6369: * src/: classes/reflection.C, main/execute.C: constructor returning
6370: another object feature returned
6371:
6372: * tests/results/258.processed: test result updated as constructor
6373: returning another object feature returned
6374:
6375: * tests/: 258.html, results/258.processed: test for constructor
6376: returning another object
6377:
6378: 2010-10-08 misha
6379:
6380: * tests/257.html: - whitespaces after @METACOMMANDS and their
6381: options shouldn't cause exceptions any longer
6382:
6383: 2010-10-06 moko
6384:
6385: * src/classes/: hash.C, table.C: length from sql server is now
6386: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6387:
6388: 2010-10-02 misha
6389:
6390: * operators.txt: - the X mark was removed from ^cache[file]. it is
6391: usable to delete cache file.
6392:
6393: 2010-10-02 moko
6394:
6395: * tests/: 253.html, results/253.processed: hook_key added for key
6396: checking
6397:
6398: * src/classes/json.C: null key bug fixed
6399:
6400: 2010-09-29 misha
6401:
6402: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6403:
6404: 2010-09-25 moko
6405:
6406: * src/classes/json.C: small fixed
6407:
6408: * tests/results/: 253.processed, 255.processed: just updated
6409:
6410: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6411: results/255.processed: charset transcode test added for
6412: json:parse
6413:
6414: 2010-09-24 moko
6415:
6416: * src/types/pa_value.h: warning war :)
6417:
6418: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6419: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6420: ^json:string
6421:
6422: 2010-09-22 moko
6423:
6424: * src/main/pa_charset.C: parser charset tables declare only
6425: white-space before 0x20, thus adding the missing chars
6426:
6427: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6428: to http://unicode.org/Public/MAPPINGS/VENDORS/
6429:
6430: 2010-09-21 misha
6431:
6432: * src/main/compile.y: - some semicolons were added (VS2010 don't
6433: want to compile grammar if they are absent)
6434:
6435: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6436:
6437: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6438:
6439: * src/main/main.vcproj: - path to bison is changed
6440:
6441: 2010-09-21 moko
6442:
1.116 moko 6443: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6444: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6445: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6446:
6447: 2010-09-20 misha
6448:
6449: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6450:
6451: * src/classes/json.C: - add EOL while json-serializing hash
6452:
6453: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6454: compilers don't like 'ES'.
6455:
6456: 2010-09-17 misha
6457:
6458: * operators.txt: - info about json class was added
6459:
6460: * src/classes/json.C: - ^json:string[object]
6461:
6462: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6463: preventing infinite recursion while executing json:string was
6464: added
6465:
6466: * src/include/pa_string.h: - method append_quoted was added
6467:
6468: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6469: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6470: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6471: was added to Value & Co
6472:
6473: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6474: were used
6475:
6476: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6477: were added
6478:
6479: 2010-09-10 moko
6480:
6481: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6482: die_or_abort (backport from 3.4.1)
6483:
6484: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6485: die_or_abort (bugfix: #106)
6486:
6487: 2010-09-09 moko
6488:
6489: * src/classes/json.C: warning war. :)
6490:
6491: 2010-09-08 misha
6492:
6493: * src/lib/json/Makefile.am: - additional include directories were
6494: added (for pa_memory.h and gc.h)
6495:
6496: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6497: compile as C++ instead default - additional include directory was
6498: added (for gc.h)
6499:
6500: * src/types/pa_vform.C: - little code reformating
6501:
6502: * src/classes/file.C: - $.content-type option now can be specified
6503: in ^file::create ( new feature: #102 )
6504:
6505: 2010-09-08 moko
6506:
6507: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6508: pa_malloc/pa_free
6509:
6510: 2010-09-07 moko
6511:
6512: * tests/results/254.processed: VStateless_class:put_element
6513: exception was fixed
6514:
6515: * src/types/: pa_value.h, pa_vstateless_class.h: now
6516: VStateless_class:put_element barks self.type, not this.type
6517: (bugfix: #105)
6518:
6519: 2010-09-06 moko
6520:
6521: * src/classes/reflection.C: bugfix: new String() is required for
6522: exception handling
6523:
6524: * tests/: 254.html, results/254.processed: test modified
6525:
6526: 2010-09-05 moko
6527:
6528: * tests/: 254.html, results/254.processed: ^reflection:copy test
6529: added
6530:
6531: * src/: classes/reflection.C, include/pa_request.h:
6532: ^reflection:copy implemented (new feature: #100)
6533:
6534: 2010-09-03 moko
6535:
6536: * src/lib/json/JSON_parser.C: c++ compatiblity
6537:
6538: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6539: option testing added
6540:
6541: 2010-09-02 moko
6542:
6543: * src/classes/json.C: $.distinct[first|last|all] added
6544:
6545: 2010-09-01 moko
6546:
6547: * tests/results/253.processed: json test result
6548:
6549: * tests/: 253.html, 253_json.txt: json test added
6550:
6551: * src/classes/json.C: json.C update to actual version + hash key
6552: creation bugfix
6553:
6554: 2010-08-31 misha
6555:
6556: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6557: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6558: src/lib/Makefile.am, src/classes/Makefile.am,
6559: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6560: json library was added
6561:
6562: 2010-08-30 moko
6563:
6564: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6565: types/pa_vobject.C: cosmetic optimization in
6566: request:execute_method usage
6567:
6568: * src/: include/pa_charset.h, main/pa_charset.C: small
6569: optimization, just to decrease number of lines. :)
6570:
6571: 2010-08-27 misha
6572:
6573: * src/classes/op.C: - taint[json] was added
6574:
6575: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6576: were added
6577:
6578: * src/main/pa_exec.C: - warning fix was rolled back.
6579:
6580: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6581: include/pa_string.h: - taint[json] was added - escaping was
6582: slightly modified
6583:
6584: 2010-08-25 misha
6585:
6586: * src/classes/file.C: - typo in file:sql exception was fixed
6587:
6588: * src/main/pa_exec.C: - warning about declared and not used
6589: variable forced_allow was removed
6590:
6591: 2010-08-14 misha
6592:
6593: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6594: were removed
6595:
6596: 2010-08-11 moko
6597:
6598: * tests/: 249.html, results/249.processed: default setter and
6599: anti-recursive default getter test added
6600:
6601: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6602: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6603: types/pa_vobject.h, types/pa_vstateless_class.C,
6604: types/pa_vstateless_class.h: default setter support +
6605: anti-recursive default getter support ( new feature: #13 )
6606:
6607: * src/include/pa_hash.h: optimization: threshold member removed
6608: from hash, reducing sizeof(hash)
6609:
6610: 2010-08-10 misha
6611:
6612: * tests/196.html: - junction-method was added to the test
6613:
6614: * tests/248.html: - ups. typo :)
6615:
6616: * tests/248.html: - test for checking .match with 4 params
6617:
6618: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6619: 247_windows1251.txt: - test for "transcode file from utf-8 to
6620: $request:charset during loading if the BOM code is detected"
6621:
6622: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6623: $request:charset during loading if the BOM code is detected ( new
6624: feature: #98 )
6625:
6626: 2010-08-05 misha
6627:
6628: * src/classes/image.C: - ^image.replace now can accept only 2
6629: params. in this case the whole image is affected ( new feature:
6630: #95 )
6631:
6632: 2010-08-04 misha
6633:
6634: * tests/246.html: - test tor ^hash._at[] was added
6635:
6636: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6637: #53 )
6638:
6639: * src/include/pa_hash.h: - methods for accessing the first and the
6640: last values of ordered hash were added (first_value and
6641: last_value)
6642:
6643: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6644: (similar to others file's methods):
6645: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6646: #68 )
6647:
6648: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6649:
6650: 2010-08-01 moko
6651:
6652: * src/classes/op.C: to correctly process $result[] in code, called
6653: from ^process
6654:
6655: * tests/245.html: $result in ^process[] test added
6656:
6657: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6658: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6659: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6660: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6661: caller, self) op_call(VMethodFrame &frame, bool constructing)
6662: removed, construct(class,method) added
6663:
6664: * tests/results/: 192.processed, 244.processed: request::construct
6665: added
6666:
6667: * tests/: 244.html, 245.html, results/244.processed,
6668: results/245.processed: object creation exceptions and ^process
6669: tests added
6670:
6671: 2010-07-28 misha
6672:
6673: * tests/make_tests.cmd: - win32 EOLs
6674:
6675: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6676: tests on Win32 were added (The system timezone should be GMT+3)
6677:
6678: 2010-07-26 misha
6679:
6680: * tests/: 212.html, results/212.processed: - sizes were removed
6681: mecause they could be different on different OSs
6682:
6683: * tests/065.html: - make it "win32 friendly"
6684:
6685: 2010-07-25 misha
6686:
6687: * src/main/compile.y: - all EOLs between methods are removed during
6688: compilation ( new feature: #47 )
6689:
6690: * tests/results/149.processed: - prepare tests to trim trailing
6691: methods' EOLs
6692:
6693: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6694:
6695: * tests/: results/006.processed, results/014.processed, 006.html,
6696: 014.html, 022.html: - prepare tests to trim trailing methods'
6697: EOLs
6698:
6699: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6700: results/071.processed, results/022.processed: - prepare tests to
6701: trim trailing methods' EOLs
6702:
6703: * tests/: results/073.processed, results/109.processed,
6704: results/142.processed, results/144.processed,
6705: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6706: 144.html: - prepare tests to trim trailing methods' EOLs
6707:
6708: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6709: 149.html, 152.html, results/096.processed, results/107.processed,
6710: results/109.processed, results/142.processed,
6711: results/144.processed: - prepare tests to trim trailing methods'
6712: EOLs
6713:
6714: 2010-07-24 moko
6715:
6716: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6717: the hash order in this test
6718:
6719: * tests/014.html: to check hash order, hash no is longer sorted
6720: before print
6721:
6722: * src/include/pa_hash.h: hash copy constructor now keeps order
6723: (bugfix: #54)
6724:
6725: 2010-07-23 moko
6726:
6727: * tests/results/224.processed: @auto[] is no longer inherited
6728:
6729: * src/types/pa_vstateless_class.C, tests/227.html,
6730: tests/results/227.processed: @auto[] is no longer inherited
6731: (bugfix: #57)
6732:
6733: 2010-07-22 misha
6734:
6735: * src/classes/table.C: - don't skip comment lines during
6736: table::load if encloser or separator is set as '#' ( new feature:
6737: #30 )
6738:
6739: * src/targets/cgi/parser3.C: - don't run as cgi if
6740: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6741: #12 )
6742:
6743: * src/classes/file.C: - set PARSER_VARSION env before external
6744: script executing
6745:
6746: 2010-07-13 misha
6747:
6748: * tests/058.html: - test for suppressing @border was added - test
6749: for user attribute was added
6750:
6751: * tests/results/186.processed: unescaping from \uXXXX
6752:
6753: * tests/186.html: unescaping from \uXXXX
6754:
6755: * tests/: 239.html, results/239.processed: method call type
6756:
6757: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6758: $junction_method.CLASS_NAME (+CLASS)
6759:
6760: 2010-07-07 misha
6761:
6762: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6763: *nix
6764:
6765: 2010-07-05 misha
6766:
6767: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6768: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6769: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6770: comment strings "options must be hash", "options must be hash,
6771: not code" and "called with invalid option" were replaced by
6772: constatns - exception comment string "invalid option passed" was
6773: replaced by "called with invalid option" (now in different
6774: methods are the same exception comment string)
6775:
6776: * src/include/pa_exception.h: - more exception strings were defined
6777:
6778: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6779: types/pa_vstateless_class.h: - now we can define possible
6780: method's call type ( new feature: #5 ) 1.
6781: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6782: methods 2. @static:method[params] (only static keyword could be
6783: used here) -- for specified methods
6784:
6785: * src/main/pa_common.C: - junction points should not be deleted on
6786: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6787: cleanup
6788:
6789: 2010-07-03 misha
6790:
6791: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6792: results/158.processed, results/160.processed,
6793: results/161.processed, results/162.processed,
6794: results/163.processed: - prepare tests to trim trailing methods'
6795: EOLs
6796:
6797: * tests/results/169.processed: - prepare tests to trim trailing
6798: methods' EOLs
6799:
6800: * tests/results/: 168.processed, 169.processed: - prepare tests to
6801: trim trailing methods' EOLs
6802:
6803: * tests/: results/170.processed, results/167.processed,
6804: results/168.processed, results/169.processed, 167.html, 168.html,
6805: 169.html: - prepare tests to trim trailing methods' EOLs
6806:
6807: * tests/: results/170.processed, results/171.processed,
6808: results/172.processed, results/173.processed,
6809: results/174.processed, results/175.processed, 170.html, 171.html,
6810: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6811: trailing methods' EOLs
6812:
6813: * tests/: results/176.processed, results/180.processed,
6814: results/184.processed, results/185.processed,
6815: results/191.processed, results/192.processed,
6816: results/196.processed, results/197.processed,
6817: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6818: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6819: to trim trailing methods' EOLs
6820:
6821: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6822: results/199.processed, results/208.processed,
6823: results/209.processed, results/213.processed,
6824: results/214.processed: - prepare tests to trim trailing methods'
6825: EOLs
6826:
6827: 2010-06-29 misha
6828:
6829: * tests/: 220.html, 218.html, results/218.processed,
6830: results/215.processed, results/217.processed, 215.html, 217.html:
6831: - prepare tests to trim trailing methods' EOLs
6832:
6833: * tests/: results/224.processed, 224.html, 223.html,
6834: results/223.processed, results/220.processed: - prepare tests to
6835: trim trailing methods' EOLs
6836:
6837: * tests/results/: 226.processed, 230.processed: - prepare tests to
6838: trim trailing methods' EOLs
6839:
6840: * tests/: 229.html, results/229.processed: - prepare tests to trim
6841: trailing methods' EOLs
6842:
6843: * tests/: 232.html, 235.html, results/232.processed,
6844: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6845: results/226.processed, results/227.processed,
6846: results/228.processed, results/230.processed: - prepare tests to
6847: trim trailing methods' EOLs
6848:
6849: 2010-06-16 moko
6850:
6851: * tests/: 229.html, results/229.processed: elseif now supported in
6852: ^if
6853:
6854: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6855:
6856: 2010-06-03 misha
6857:
6858: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6859: instead of memcopy for overlaped regions
6860:
6861: 2010-05-25 misha
6862:
6863: * src/main/pa_common.C: - wanring about unused vars was removed
6864:
6865: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6866: get_method_filename was moved to execute.C
6867:
6868: 2010-05-23 misha
6869:
6870: * src/main/pa_request.C: - more accurate detection of method's file
6871:
6872: 2010-05-22 misha
6873:
6874: * src/classes/reflection.C: - bugfix: core during detection of
6875: .file if filespec isn't detected successfully
6876:
6877: 2010-05-20 misha
6878:
6879: * src/main/pa_request.C: - fix in get_method_filename
6880:
6881: * src/include/pa_request.h: - new feature: #24 -- searching
6882: included file in @USE/^use is changed. if its filespec doesn't
6883: start from '/' it will be searched in caller file directory
6884:
6885: * src/classes/reflection.C: - ^reflection:method_info returns file
6886: where the method is defined
6887:
6888: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6889: classes/op.C: - new feature: #24 -- searching included file in
6890: @USE/^use is changed. if its filespec doesn't start from '/' it
6891: will be searched in caller file directory
6892:
6893: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6894: is moved to pa_common.h
6895:
6896: 2010-05-18 misha
6897:
6898: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6899: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6900: cookie parser decode \uXXXX as well as %uXXXX
6901:
6902: 2010-05-17 misha
6903:
6904: * src/classes/curl.C: beauty: - unused param is removed in method
6905: _curl_version_action - some spaces were removed or replaced by
6906: tabs
6907:
6908: * src/classes/table.C: - bugfix: #72 core with empty value during
6909: ^table.hash[...;name_of_the_last_column][$.type[string]]
6910:
6911: 2010-05-16 misha
6912:
6913: * src/classes/curl.C: new: #61 more curl options were added
6914: (contributed by Sumo)
6915:
6916: 2010-04-29 pretender
6917:
6918: * src/main/pa_string.C: fixes #63 Split result from empty string
6919: now empty string.
6920:
6921: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6922: string type.
6923:
6924: 2010-04-28 pretender
6925:
6926: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6927: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6928: macrodefinition removed
6929:
6930: 2010-04-19 pretender
6931:
6932: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6933: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6934:
6935: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6936: fixes #64 Now file.missing exception generates in unsafe mode to.
6937:
6938: * src/classes/file.C: fixes #48 Now not throw "not save environment
6939: variable" exception in grpunlim version.
6940:
6941: 2010-04-05 misha
6942:
6943: * src/classes/string.C: - new feature: 4th param was added to
6944: match. if specified its value is returned in case of nothing was
6945: found
6946:
6947: 2010-04-01 misha
6948:
6949: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6950: multiple execution of /a/b/auto.p
6951:
6952: 2010-03-19 misha
6953:
6954: * src/main/execute.C: - core in $table1.$table2 was fixed
6955:
6956: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6957:
6958: 2010-01-27 misha
6959:
6960: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6961: trying to open file by path /existing-file/non-exixting-file
6962:
6963: 2010-01-26 misha
6964:
6965: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6966: was added (returns file)
6967:
6968: 2009-12-22 misha
6969:
6970: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6971: now parser doesn't have class curl if it was built without it
6972:
6973: 2009-12-15 misha
6974:
6975: * configure.in: - little cheat with curl include dir was added
6976:
6977: 2009-12-05 misha
6978:
6979: * src/classes/curl.C: - some fixes
6980:
6981: 2009-12-04 misha
6982:
6983: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6984: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6985: buildall-with-xml, buildall-without-xml, configure.in: - curl
6986: class was added
6987:
6988: * src/include/pa_hash.h: - hash-iterator was added
6989:
6990: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6991: was added to pcre
6992:
6993: 2009-11-27 misha
6994:
6995: * src/classes/image.C: - don't add @border attribute to output of
6996: ^image.html[] if it was specified by user with empty value
6997:
6998: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6999: root element and we are trying to access .documentElement
7000:
7001: 2009-11-11 misha
7002:
7003: * src/classes/table.C: - in ^table.flip[] look at number of columns
7004: instead of number of items in first row for named tables
7005:
7006: 2009-11-10 misha
7007:
7008: * operators.txt: - info about hash-options in ^file::create was
7009: added
7010:
7011: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7012: added
7013:
7014: 2009-11-09 misha
7015:
7016: * buildall-with-xml: - moving to libxml 2.7.6
7017:
7018: * tests/236.html: - tests for comparations cords with functions
7019: were added
7020:
7021: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7022: added
7023:
7024: * src/main/pa_http.C: - little optimisation
7025:
7026: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7027: GPF mallocs + stringstream (table.save)
7028:
7029: * src/classes/file.C: - file::create now accepts 4th param: options
7030: with $.charset
7031:
7032: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7033: bug in cord (comparation cords with functions was buggy)
7034:
7035: 2009-11-06 misha
7036:
7037: * src/main/pa_string.C: - bugfix: calculation string.length
7038: sometimes was buggy
7039:
7040: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7041: destroyed if exception occured during match/replace
7042:
7043: * src/: main/pa_charset.C, include/pa_charset.h: - method
7044: lengthUTF8Char was added
7045:
7046: * src/classes/op.C: - clean tainting lang was added for user's
7047: usage
7048:
7049: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7050: fixed: checkouts are required after GC_MALLOC
7051:
7052: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7053:
7054: * operators.txt: - actually, there is no ^untaint[xml] in
7055: file::create
7056:
7057: 2009-10-15 misha
7058:
7059: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7060: were added
7061:
7062: * tests/234.html: - more tests for checking ^taint[uri] escaping
7063: were added
7064:
7065: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7066: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7067: hacking: for dealing with transcoding+^taint[uri]
7068: transcode_and_untaint was replaced by untaint_and_transcode
7069:
7070: 2009-10-13 misha
7071:
7072: * tests/: 121.html, results/121.processed: - test transcoding +
7073: url-escaping now
7074:
7075: * tests/results/auto.p: - more helpers' methods were added
7076:
7077: * src/main/pa_globals.C: - die instead of abort
7078:
7079: 2009-10-06 misha
7080:
7081: * src/main/pa_common.C: - don't allocate memory during
7082: capitalization if input string is already capitalized
7083:
7084: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7085:
7086: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7087: use format function because it calls malloc
7088:
7089: * src/include/pa_common.h: - more capitalized headers were added
7090:
7091: * src/main/pa_common.C: - in safe mode clear executable bits during
7092: file writing
7093:
7094: 2009-10-05 misha
7095:
7096: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7097:
7098: 2009-10-03 misha
7099:
7100: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7101: ^img.text[] & ^img.length[] can work in utf-8 now
7102:
7103: * src/: include/pa_charset.h, main/pa_charset.C: - class
7104: UTF8_string_iterator was added
7105:
7106: * src/classes/image.C: - respect utf-8 when calculate alphabet
7107: length
7108:
7109: * src/classes/mail.C: - check from before get message.cstr
7110:
7111: 2009-10-02 misha
7112:
7113: * tests/233.html: - test for image.font, image.length, image.text
7114: with text in utf-8 were added
7115:
7116: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7117:
7118: * buildall-with-xml, buildall-without-xml: - comment about gc
7119: version for freebsd 4 was added
7120:
7121: 2009-10-01 misha
7122:
7123: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7124: terminator) - read_pipe were slightly optimized
7125:
7126: 2009-09-28 misha
7127:
7128: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7129: removed
7130:
7131: * src/types/pa_vmail.C: - forgot about space after ':'
7132:
7133: * src/types/pa_vmail.C: - escape filenames while preparing mail
7134: body - small simplifications
7135:
7136: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7137: inout params like pa_base64
7138:
7139: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7140: option $.debug-print(1) was added to mail:send - changes for
7141: using uue_encode which uses less memory
7142:
7143: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7144:
7145: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7146: memory now
7147:
7148: 2009-09-26 misha
7149:
7150: * src/types/pa_vmail.C: - default encoding now is base64
7151:
7152: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7153:
7154: 2009-09-25 misha
7155:
7156: * src/types/pa_vmail.C: - capitalization of headers was added to
7157: sending mail as well
7158:
7159: * buildall-with-xml: - catalog package was removed from libxml
7160:
7161: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7162: win32 absolute path
7163:
7164: * src/include/pa_common.h: - one more capitalized header was added
7165:
7166: 2009-09-22 misha
7167:
7168: * INSTALL: - comment about building just httpd binary while
7169: building apache module was added
7170:
7171: 2009-09-21 misha
7172:
7173: * buildall-with-xml: - moving to the latest versions of xml libs:
7174: libxml 2.7.4 and libxslt 1.1.25
7175:
7176: 2009-09-19 misha
7177:
7178: * tests/231.html: - test for encoding cookie in win-1251
7179:
7180: 2009-09-18 misha
7181:
7182: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7183: object] were added
7184:
7185: * operators.txt: - info about method ^reflection:fields[class or
7186: object] was added
7187:
7188: * src/classes/reflection.C: - method ^reflection:fields[class or
7189: object] was added
7190:
7191: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7192: methods get_fields were added
7193:
7194: * tests/232.html: - tests for @GET[name]
7195:
7196: * src/classes/table.C: - some changes in handling hash-options for
7197: creare, join and locate
7198:
7199: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7200: defined with option: the type of requested value
7201:
7202: 2009-09-17 misha
7203:
7204: * tests/212.html: - tests for .pattern and .options were added
7205:
7206: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7207: $regex.options were added
7208:
7209: 2009-09-11 misha
7210:
7211: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7212: rewrited. it checks not just one case of sending cookies during
7213: file::load[http], but also sending headers and fields (including
7214: files)
7215:
7216: 2009-09-10 misha
7217:
7218: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7219: was removed => now parser can open files with Russian 'r' in
7220: filename
7221:
7222: * src/main/untaint.C: - bugfix: client charset whould be analized
7223: while escaping cookies but now source charset
7224:
7225: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7226: ^tainted[uri] so it was possible to make request with incorrect
7227: http header
7228:
7229: * src/main/pa_http.C: - capitalization of http headers during
7230: file::load[http was slightly changes - bugfix: all headers which
7231: parser sends during file::load[http should be transcoded and only
7232: then escaped
7233:
7234: * src/main/untaint.C: - a bit more comments were added
7235:
7236: * src/classes/: file.C, string.C: - types where changes (minus 2
7237: warnings)
7238:
7239: * src/include/pa_common.h: - 2 capitalized strings for making http
7240: headers during file::load[http were added
7241:
7242: 2009-09-08 misha
7243:
7244: * operators.txt: - changes in file.save and string.save were added
7245:
7246: * tests/: 230.html, 230.txt: - tests for checking options in
7247: file.save and string.save were added
7248:
7249: * src/main/pa_request.C: - http headers names, which are passed to
7250: SAPI::add_header_attribute are lowercased now (it'll be
7251: capitalized in that method)
7252:
7253: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7254: classes/string.C: - file_write accepts Request_charsets and asked
7255: charset and cound transcode content before writing - string.save
7256: and file.save have option $.charset now
7257:
7258: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7259: classes/xdoc.C: - file_write accepts Request_charsets and asked
7260: charset and cound transcode content before writing
7261:
7262: * src/include/pa_exception.h: - new exception comment string was
7263: defined
7264:
7265: 2009-09-07 misha
7266:
7267: * src/main/compile.y: - grammar $name\ name stops now for regex
7268: sub-pattern\s
7269:
7270: 2009-09-04 misha
7271:
7272: * src/main/pa_http.C: - capitalization of http headers during
7273: file::load[http was implemented
7274:
7275: 2009-09-03 misha
7276:
7277: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7278: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7279: types/pa_vmail.C, targets/cgi/parser3.C,
7280: targets/isapi/parser3isapi.C: - back to storing response http
7281: headers in lowercase - capitalize them during output
7282:
7283: 2009-08-31 misha
7284:
7285: * src/classes/table.C: - allow call with any brackets (it could be
7286: useful in methods with explict result declaration)
7287:
7288: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7289: correctly if $request:charset==koi8-r
7290:
7291: 2009-08-30 misha
7292:
7293: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7294: changed: content-type => Content-type and so on
7295:
7296: * src/classes/file.C, src/include/pa_common.h,
7297: src/include/pa_request.h, src/main/pa_http.C,
7298: src/main/pa_request.C, src/types/pa_vcookie.C,
7299: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7300: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7301: tests/results/002.processed, tests/results/003.processed,
7302: tests/results/004.processed, tests/results/005.processed,
7303: tests/results/006.processed, tests/results/007.processed,
7304: tests/results/008.processed, tests/results/009.processed,
7305: tests/results/010.processed, tests/results/011.processed,
7306: tests/results/012.processed, tests/results/013.processed,
7307: tests/results/014.processed, tests/results/015.processed,
7308: tests/results/016.processed, tests/results/017.processed,
7309: tests/results/018.processed, tests/results/019.processed,
7310: tests/results/020.processed, tests/results/021.processed,
7311: tests/results/022.processed, tests/results/023.processed,
7312: tests/results/024.processed, tests/results/025.processed,
7313: tests/results/026.processed, tests/results/027.processed,
7314: tests/results/028.processed, tests/results/029.processed,
7315: tests/results/030.processed, tests/results/031.processed,
7316: tests/results/032.processed, tests/results/033.processed,
7317: tests/results/034.processed, tests/results/035.processed,
7318: tests/results/036.processed, tests/results/037.processed,
7319: tests/results/038.processed, tests/results/039.processed,
7320: tests/results/040.processed, tests/results/041.processed,
7321: tests/results/042.processed, tests/results/043.processed,
7322: tests/results/044.processed, tests/results/045.processed,
7323: tests/results/046.processed, tests/results/047.processed,
7324: tests/results/048.processed, tests/results/049.processed,
7325: tests/results/050.processed, tests/results/051.processed,
7326: tests/results/052.processed, tests/results/053.processed,
7327: tests/results/054.processed, tests/results/055.processed,
7328: tests/results/056.processed, tests/results/057.processed,
7329: tests/results/058.processed, tests/results/059.processed,
7330: tests/results/060.processed, tests/results/061.processed,
7331: tests/results/062.processed, tests/results/063.processed,
7332: tests/results/064.processed, tests/results/065.processed,
7333: tests/results/066.processed, tests/results/067.processed,
7334: tests/results/068.processed, tests/results/069.processed,
7335: tests/results/070.processed, tests/results/071.processed,
7336: tests/results/072.processed, tests/results/073.processed,
7337: tests/results/074.processed, tests/results/075.processed,
7338: tests/results/076.processed, tests/results/077.processed,
7339: tests/results/078.processed, tests/results/079.processed,
7340: tests/results/080.processed, tests/results/081.processed,
7341: tests/results/082.processed, tests/results/083.processed,
7342: tests/results/084.processed, tests/results/085.processed,
7343: tests/results/086.processed, tests/results/087.processed,
7344: tests/results/088.processed, tests/results/089.processed,
7345: tests/results/090.processed, tests/results/091.processed,
7346: tests/results/092.processed, tests/results/093.processed,
7347: tests/results/094.processed, tests/results/095.processed,
7348: tests/results/096.processed, tests/results/097.processed,
7349: tests/results/098.processed, tests/results/099.processed,
7350: tests/results/100.processed, tests/results/101.processed,
7351: tests/results/102.processed, tests/results/103.processed,
7352: tests/results/104.processed, tests/results/105.processed,
7353: tests/results/106.processed, tests/results/107.processed,
7354: tests/results/108.processed, tests/results/109.processed,
7355: tests/results/110.processed, tests/results/111.processed,
7356: tests/results/112.processed, tests/results/113.processed,
7357: tests/results/114.processed, tests/results/115.processed,
7358: tests/results/116.processed, tests/results/117.processed,
7359: tests/results/118.processed, tests/results/119.processed,
7360: tests/results/120.processed, tests/results/121.processed,
7361: tests/results/122.processed, tests/results/123.processed,
7362: tests/results/124.processed, tests/results/125.processed,
7363: tests/results/126.processed, tests/results/127.processed,
7364: tests/results/128.processed, tests/results/129.processed,
7365: tests/results/130.processed, tests/results/131.processed,
7366: tests/results/132.processed, tests/results/133.processed,
7367: tests/results/134.processed, tests/results/135.processed,
7368: tests/results/136.processed, tests/results/138.processed,
7369: tests/results/139.processed, tests/results/140.processed,
7370: tests/results/141.processed, tests/results/142.processed,
7371: tests/results/143.processed, tests/results/144.processed,
7372: tests/results/145.processed, tests/results/146.processed,
7373: tests/results/147.processed, tests/results/148.processed,
7374: tests/results/149.processed, tests/results/150.processed,
7375: tests/results/151.processed, tests/results/152.processed,
7376: tests/results/153.processed, tests/results/154.processed,
7377: tests/results/155.processed, tests/results/156.processed,
7378: tests/results/157.processed, tests/results/158.processed,
7379: tests/results/159.processed, tests/results/160.processed,
7380: tests/results/161.processed, tests/results/162.processed,
7381: tests/results/163.processed, tests/results/164.processed,
7382: tests/results/165.processed, tests/results/166.processed,
7383: tests/results/167.processed, tests/results/168.processed,
7384: tests/results/169.processed, tests/results/170.processed,
7385: tests/results/171.processed, tests/results/172.processed,
7386: tests/results/173.processed, tests/results/174.processed,
7387: tests/results/175.processed, tests/results/176.processed,
7388: tests/results/177.processed, tests/results/178.processed,
7389: tests/results/179.processed, tests/results/180.processed,
7390: tests/results/181.processed, tests/results/182.processed,
7391: tests/results/183.processed, tests/results/184.processed,
7392: tests/results/185.processed, tests/results/186.processed,
7393: tests/results/187.processed, tests/results/188.processed,
7394: tests/results/189.processed, tests/results/190.processed,
7395: tests/results/191.processed, tests/results/192.processed,
7396: tests/results/193.processed, tests/results/194.processed,
7397: tests/results/195.processed, tests/results/196.processed,
7398: tests/results/197.processed, tests/results/198.processed,
7399: tests/results/199.processed, tests/results/200.processed,
7400: tests/results/201.processed, tests/results/202.processed,
7401: tests/results/203.processed, tests/results/204.processed,
7402: tests/results/205.processed, tests/results/206.processed,
7403: tests/results/207.processed, tests/results/208.processed,
7404: tests/results/209.processed, tests/results/210.processed,
7405: tests/results/211.processed, tests/results/212.processed,
7406: tests/results/213.processed, tests/results/214.processed,
7407: tests/results/215.processed, tests/results/216.processed,
7408: tests/results/217.processed, tests/results/218.processed,
7409: tests/results/219.processed, tests/results/220.processed,
7410: tests/results/221.processed, tests/results/222.processed,
7411: tests/results/223.processed, tests/results/224.processed,
7412: tests/results/225.processed, tests/results/226.processed,
7413: tests/results/227.processed, tests/results/228.processed,
7414: tests/results/229.processed: - http headers were changed:
7415: content-type => Content-type and so on
7416:
7417: 2009-08-27 misha
7418:
7419: * src/: main/pa_random.C, include/pa_random.h,
7420: targets/cgi/parser3.C: - year was updated :)
7421:
7422: 2009-08-26 misha
7423:
7424: * tests/: 224.html, 224.p: - test for creating of parser object
7425: using constructor without params - little bugfix in test
7426:
7427: * src/main/compile_tools.h: - bugfix: should't call autouse while
7428: checking existed class while processing partial option
7429:
7430: * src/classes/reflection.C: - bugfix: core when creating object
7431: with reflection and constructor doesn't have params
7432:
7433: 2009-08-24 misha
7434:
7435: * tests/229.html: - tests for checking the number of parameters
7436: were added
7437:
7438: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7439: number of method's parameters wasn't checked correctly (the bug
7440: was introduced in 3.4.0)
7441:
7442: 2009-08-22 misha
7443:
7444: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7445: transcoded, but tainted pieces are escaped only when
7446: content-type==url-encoding
7447:
7448: * tests/228.html: - test for checking
7449: ^file::load[http://...;$.body[]]
7450:
7451: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7452: post charset was too early (charsets is empty at this moment)
7453:
7454: 2009-08-21 misha
7455:
7456: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7457: main/untaint.C: - some fixes with transcode+untaint
7458:
7459: 2009-08-15 misha
7460:
7461: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7462: was increaced to 100 (was 50)
7463:
7464: * tests/227.html: - test for checking overriding properties in
7465: static classes was added
7466:
7467: * tests/: 226.html, 226.p: - test for @autoload[] was added
7468:
7469: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7470: main/execute.C, main/pa_request.C, classes/reflection.C: -
7471: autouse was implemented
7472:
7473: 2009-08-14 misha
7474:
7475: * src/classes/reflection.C: - outdated checkout was removed
7476:
7477: * src/classes/reflection.C: - optimization - method ^dynamical was
7478: added.
7479:
7480: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7481: types/pa_vstateless_class.h, main/execute.C: - optimization
7482:
7483: * src/types/pa_vclass.C: - exception if base on sytem class
7484:
7485: 2009-08-12 misha
7486:
7487: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7488: pa_vstateless_class.h: - little optimisation
7489:
7490: 2009-08-11 misha
7491:
7492: * tests/224.html: - method_params => method_info - checking for
7493: $.inherited
7494:
7495: * src/classes/reflection.C, operators.txt: - method method_params
7496: was renamed to method_info and now it returns class name, if
7497: method was defined in ancestor
7498:
7499: * tests/225.html: - tests for cheching properties in hierarhical
7500: classes were added
7501:
7502: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7503: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7504: main/compile.y, main/execute.C, classes/classes.C: - problems
7505: with properties in new classes implementation were fixed
7506:
7507: 2009-08-10 misha
7508:
7509: * src/main/execute.C: - now constructor shouldn't be defined in
7510: class. it could be defined in parent.
7511:
7512: 2009-08-09 misha
7513:
7514: * src/classes/reflection.C: - ^reflection:methods doesn't return
7515: base's methods
7516:
7517: 2009-08-08 misha
7518:
7519: * src/: classes/classes.h, classes/date.C, classes/file.C,
7520: classes/form.C, classes/hash.C, classes/hashfile.C,
7521: classes/image.C, classes/mail.C, classes/op.C,
7522: classes/reflection.C, classes/regex.C, classes/string.C,
7523: classes/table.C, classes/xdoc.C, classes/xnode.C,
7524: classes/xnode.h, include/pa_hash.h, main/execute.C,
7525: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7526: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7527: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7528: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7529: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7530: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7531: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7532: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7533: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7534: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7535: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7536: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7537: types/pa_vresponse.C, types/pa_vresponse.h,
7538: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7539: types/pa_vstateless_object.h, types/pa_vstatus.C,
7540: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7541: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7542: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7543: types/pa_wwrapper.h, types/types.vcproj: - new classes
7544: implementation
7545:
7546: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7547: USE_MUNMAP is used. so it is disabled as a workaround.
7548:
7549: 2009-08-05 misha
7550:
7551: * src/: main/pa_common.C, include/pa_common.h: - not needed
7552: parameter was removed
7553:
7554: * src/main/pa_http.C: - bugfix: error was during detecting
7555: content-type of file which was loaded by http
7556:
7557: 2009-08-01 misha
7558:
7559: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7560: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7561: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7562: can't be disabled with defines any longer
7563:
7564: 2009-07-29 misha
7565:
7566: * src/classes/reflection.C, tests/results/224.processed: - for
7567: native methods with any call type now returned empty call_type
7568: value
7569:
7570: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7571: classes/table.C, include/pa_hash.h, include/pa_request.h,
7572: main/pa_request.C: - break in cycles was optimized
7573:
7574: * INSTALL: - more defines were described
7575:
7576: 2009-07-28 misha
7577:
7578: * operators.txt: - some changes in information about reflection
7579: class
7580:
7581: * tests/: 224.html, 224.p: - tests for reflection class
7582:
7583: * src/classes/reflection.C: - some bugs were fixed, method classes
7584: was added, refactoring
7585:
7586: 2009-07-26 misha
7587:
7588: * src/classes/classes.vcproj: - reflection class wass added to
7589: project
7590:
7591: * operators.txt: - information about reflection class was added
7592:
7593: * src/classes/reflection.C: - class was redesigned
7594:
7595: 2009-07-24 misha
7596:
7597: * src/classes/: Makefile.am, reflection.C: - class reflection was
7598: added
7599:
7600: * src/types/pa_vstateless_class.h: - method for reflection method's
7601: in classes was added
7602:
7603: 2009-07-22 misha
7604:
7605: * src/main/compile_tools.h: - bugfix: $object.$var was
7606: over-optimized. it failed if $object1.$object2.field
7607:
7608: 2009-07-16 misha
7609:
7610: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7611: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7612: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7613: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7614: one more arg: length of cord
7615:
7616: 2009-07-15 misha
7617:
7618: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7619: tainted in ^file::load[http://...;$.cookies[]]
7620:
7621: * src/classes/: op.C, regex.C, string.C: - new string with
7622: exception was used
7623:
7624: * src/include/pa_exception.h: - new string with exception was added
7625:
7626: * tests/223.html: - test for checking cookie-encoding during
7627: ^file::load[http was added
7628:
7629: * tests/: 221.html, 222.html: - tests for checking type of
7630: $table.fields.field were added
7631:
7632: * src/types/pa_vtable.C: - not used var decl was removed
7633:
7634: * src/include/pa_string.h: - use cached string length in Body::mid.
7635: it improves speed of match with brackets in pattern
7636:
7637: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7638: outside
7639:
7640: 2009-07-14 misha
7641:
7642: * src/types/pa_vtable.C: - $table.fields.a return string even if
7643: column is empty (sometime returned void) - $table.fields was
7644: added for nameless tables
7645:
7646: * src/targets/cgi/getopt.c: - one warning resolved
7647:
7648: * src/main/pa_string.C: - potentian bug fixed
7649:
7650: * src/classes/op.C: - small optimization in taint/untaint
7651:
7652: 2009-07-13 misha
7653:
7654: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7655: added
7656:
7657: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7658: souldn't add the attribut to output
7659:
7660: 2009-07-11 misha
7661:
7662: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7663: stack size was increaced to 2MB (default=1MB)
7664:
7665: 2009-07-08 misha
7666:
7667: * src/main/pa_string.C: - link to UTF-8 description was added
7668:
7669: * src/include/pa_hash.h: - hash keeps element's order in more
7670: places (ex: ._keys[])
7671:
7672: * tests/220.html: - test for checking order of elements in hash in
7673: foreach was added
7674:
7675: * tests/172.html: - small changes in printing hash
7676:
7677: * tests/129.html: - small changes in printing hash
7678:
7679: * src/: include/pa_common.h, include/pa_hash.h,
7680: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7681: types/pa_vmethod_frame.h: - hash now keeps order of elements
7682:
7683: * tests/014.html: - small changes in printing hash
7684:
7685: 2009-07-07 misha
7686:
7687: * src/classes/op.C: - new taint language "parser-code" was added
7688:
7689: * tests/219.html: - test for auto untaint parser code in process
7690: was added
7691:
7692: * src/classes/op.C: - tainted pieces in body of process are
7693: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7694:
7695: * src/: include/pa_string.h, main/untaint.C: - new language
7696: L_PARSER_CODE for auto-untaint in process was added
7697:
7698: * src/: classes/file.C, classes/hash.C, classes/image.C,
7699: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7700: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7701: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7702: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7703: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7704: code cleanup
7705:
7706: 2009-07-06 misha
7707:
7708: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7709: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7710: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7711:
7712: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7713: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7714: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7715: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7716: should be used
7717:
7718: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7719: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7720: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7721: untaint_cstr[m] should be used
7722:
7723: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7724: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7725:
7726: * tests/218.html: - test for checking automatic file-spec-taint was
7727: added
7728:
7729: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7730: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7731: classes/file.C, classes/hash.C, classes/image.C,
7732: classes/string.C, classes/table.C, classes/void.C,
7733: classes/xdoc.C: - optimizations and simplification of
7734: string.cstr(...)
7735:
7736: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7737: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7738: - optimizations and simplification of string.cstr(...)
7739:
7740: 2009-07-04 misha
7741:
7742: * tests/217.html: - test for recursion detection was added
7743:
7744: * src/: types/types.vcproj, main/main.vcproj,
7745: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7746: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7747: from .vcproj
7748:
7749: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7750:
7751: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7752: uploading files and case-insensitive http-method were added
7753:
7754: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7755: tainted pattern in ^file:list[] was added
7756:
7757: 2009-07-03 misha
7758:
7759: * src/: classes/classes.vcproj, main/main.vcproj,
7760: types/types.vcproj, targets/cgi/parser3.vcproj,
7761: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7762: for dynamic_cast) - little options changes
7763:
7764: * src/main/pa_http.C: - file::load[http works now with uploading
7765: files _and_ changing $.charset
7766:
7767: 2009-06-29 misha
7768:
7769: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7770: while creating pattern
7771:
7772: 2009-06-25 misha
7773:
7774: * src/classes/image.C, operators.txt: - options' names for
7775: ^image.font were changed to $.space, $.width and $spacing -
7776: default space width now == gif's width
7777:
7778: 2009-06-24 misha
7779:
7780: * tests/215.html: - tests for $file.mode were added
7781:
7782: * operators.txt: - added info about $file.mode and changes in
7783: ^image.font[
7784:
7785: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7786: param now could be omited - third param now could be hash (with
7787: all widths options: $.space-width, $.letter-width) - it's
7788: possible to specify tracking ($.letter-space)
7789:
7790: * src/classes/file.C: - file objects now could have mode field
7791: (text|binary)
7792:
7793: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7794:
7795: 2009-06-23 misha
7796:
7797: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7798: trim can work with utf-8 chars now
7799:
7800: 2009-06-20 misha
7801:
7802: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7803: was implemented
7804:
7805: * src/classes/table.C: - string length cacheing was implemented
7806:
7807: * src/include/pa_string.h: - string length cacheing was implemented
7808:
7809: 2009-06-17 misha
7810:
7811: * src/main/execute.C: - value param was removed from
7812: WContext::WContext
7813:
7814: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7815: pa_wwrapper.h: - value param was removed from WContext::WContext
7816: - field wcontext was removed from VCodeFrame (using fparent
7817: instead)
7818:
7819: * tests/214.html: - test with hash copying
7820:
7821: 2009-06-16 misha
7822:
7823: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7824: strings doesn't work in expression anymore
7825:
7826: * src/main/execute.C: - less calls for get_constructing() - little
7827: refactoring
7828:
7829: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7830: include/pa_request.h: - less calls for get_constructing()
7831:
7832: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7833: introduced with OPTIMIZE_SINGLE_STRING optimization
7834:
7835: 2009-06-14 misha
7836:
7837: * src/: classes/date.C, classes/file.C, classes/hash.C,
7838: classes/hashfile.C, classes/image.C, classes/regex.C,
7839: classes/table.C, classes/xdoc.C, classes/xnode.h,
7840: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7841: types/pa_vstateless_class.h, main/execute.C: - create object for
7842: storing object's fields only for parser objects
7843:
7844: 2009-06-13 misha
7845:
7846: * buildall-with-xml, buildall-without-xml: - new option was added
7847: for building GC (it slightly reduces memory usage)
7848:
7849: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7850: single string write
7851:
7852: * src/main/execute.C: - bytecode optimization of ^class:constructor
7853: - optimization of single string write
7854:
7855: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7856: - bytecode optimization of ^class:constructor
7857:
7858: 2009-06-09 misha
7859:
7860: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7861: main (better compatibility)
7862:
7863: 2009-06-08 misha
7864:
7865: * src/main/compile.y: - I've forgot to commit it :(
7866:
7867: 2009-06-07 misha
7868:
7869: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7870: WITH_READ and WITH_ROOT
7871:
7872: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7873: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7874: WITH_ROOT - little refactoring
7875:
7876: 2009-06-06 misha
7877:
7878: * tests/213.html: - tests for 3rd match string-param were added
7879:
7880: * src/classes/string.C: - 3rd match param could be string now
7881:
7882: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7883: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7884: GET_OBJECT_ELEMENT
7885:
7886: 2009-06-05 misha
7887:
7888: * src/main/pa_http.C: - bugfix: content-length was not calculated
7889: if $.body was specified
7890:
7891: 2009-06-04 misha
7892:
7893: * src/classes/op.C: - optimizing write_assign_lang in connect
7894:
7895: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7896:
7897: * src/main/execute.C: - little refactoring - optimizing
7898: write_assign_lang in taint/untaint
7899:
7900: * src/include/pa_opcode.h: - little refactoring
7901:
7902: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7903: main/compile_tools.h, main/execute.C: - optimizations for
7904: $self.field, ^self.method, $self.field[...] and $self.field(...)
7905: were added
7906:
7907: 2009-06-03 misha
7908:
7909: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7910:
7911: 2009-06-02 misha
7912:
7913: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7914: include/pa_opcode.h: - refactoring in last optimizations
7915: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7916: now but code is much easy and it is ready for further
7917: improvements.
7918:
7919: 2009-05-27 misha
7920:
7921: * src/: types/pa_junction.h, types/pa_vjunction.C,
7922: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7923: changed in destructing junctions
7924:
7925: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7926: String:Body
7927:
7928: 2009-05-26 misha
7929:
7930: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7931: one method detect_charset was deleted - bug was fixed in this
7932: method (error while detecting charset in content_type withot last
7933: ';')
7934:
7935: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7936: once
7937:
7938: 2009-05-25 misha
7939:
7940: * src/classes/file.C: - bugfix: file::exec didn't work after
7941: optimizing of helper_length
7942:
7943: 2009-05-24 misha
7944:
7945: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7946: were added - little refactoring
7947:
7948: * src/main/execute.C: - core while printing in debug log
7949: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7950: optimisations were added
7951:
7952: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7953: were added
7954:
7955: 2009-05-23 misha
7956:
7957: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7958: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7959: CORD_cat optimization
7960:
7961: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7962: - call constr optimisation under separate define now
7963:
7964: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7965: in $b should be string, not void
7966:
7967: * src/main/compile.y: - little fix for rem-cut optimisation
7968:
7969: * src/: include/pa_opcode.h, main/compile_tools.C,
7970: main/compile_tools.h, main/execute.C: - optimisations for
7971: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7972:
7973: * INSTALL: - description of some #defined were added
7974:
7975: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7976: before 1st access (memory usage is reduced if don't access to
7977: .text field)
7978:
7979: * src/include/pa_array.h: - array grows step now not static (it
7980: reduces numbers of reallocs)
7981:
7982: 2009-05-20 misha
7983:
7984: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7985: $.b(2), $c[d] and $.e[f] was added
7986:
7987: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7988: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7989: $.e[f] was added
7990:
7991: * src/main/execute.C: - debug printing moved in defines
7992:
7993: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7994: and little refactoring for OP_GET_OBJECT_ELEMENT +
7995: OP_GET_OBJECT_VAR_ELEMENT optimisation
7996:
7997: 2009-05-19 misha
7998:
7999: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8000: execute.C: - $a.$b & ^a.$b bytecode optimisation
8001:
8002: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8003: ^a.$b optimisation)
8004:
8005: * src/main/compile.y: - compiler now generate new opcodes:
8006: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8007: ^a.b - compiler now cut off ^rem{ with all content ; any number
8008: of params }
8009:
8010: * src/main/execute.C: - code for handle new opcodes
8011: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8012:
8013: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8014: added for LA2V and LA2S
8015:
8016: * src/include/pa_opcode.h: - new defines which can be used for
8017: disable some bytecode optimisation and new opcodes were added
8018:
8019: 2009-05-17 misha
8020:
8021: * src/lib/cord/cordxtra.c: - bugfix.
8022:
8023: * tests/212.html: - .size[] and .study_size[] were added to tests
8024:
8025: * operators.txt: - info about regex class was added
8026:
8027: * tests/212.html: - tests for regex class were added
8028:
8029: 2009-05-16 misha
8030:
8031: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8032: gc7.1
8033:
8034: * tests/022.html: - test for ^file:list[path;] (empty second param)
8035: was added
8036:
8037: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8038: param) should work
8039:
8040: 2009-05-15 misha
8041:
8042: * src/classes/table.C: - automatically disable stringstream usage
8043: on freebsd4
8044:
8045: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8046: scope
8047:
8048: * tests/211.html: - test with different types of access to hash was
8049: added
8050:
8051: * tests/210.html: - test which checks for loosing tainting in
8052: hash's keys was added
8053:
8054: * tests/208.html: - some parser work added. or stime == 0 %-)
8055:
8056: * src/lib/cord/cordbscs.c: - little hack was added to cord
8057:
8058: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8059:
8060: * src/include/pa_version.h, configure.in: - moko have made a lot of
8061: optimisations for increacing version number more dramatically :)
8062:
8063: * src/classes/date.C: - little refactoring: use constructor which
8064: accepts formated string
8065:
8066: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8067: which can print formatted string was added
8068:
8069: 2009-05-14 misha
8070:
8071: * src/include/pa_string.h: - type was fixed
8072:
8073: * src/: classes/hashfile.C, classes/op.C,
8074: include/pa_cache_managers.h, include/pa_charset.h,
8075: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8076: include/pa_request.h, include/pa_sql_driver_manager.h,
8077: include/pa_string.h, include/pa_stylesheet_manager.h,
8078: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8079: main/pa_charsets.C, main/pa_string.C,
8080: main/pa_stylesheet_connection.C, types/pa_value.h,
8081: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8082: types/pa_vobject.C, types/pa_vstateless_class.C,
8083: types/pa_vstateless_class.h: - hash_code caching was implemented
8084: (seaches should be faster now)
8085:
8086: * src/: classes/file.C, classes/hash.C, classes/image.C,
8087: classes/string.C, classes/table.C, include/pa_string.h,
8088: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8089: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8090: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8091: types/pa_vrequest.C: - String constructors don't have that stupid
8092: true/false param which means 'tainted'. they accept lang instead.
8093:
8094: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8095: with OPTIMIZE_RESULT
8096:
8097: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8098: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8099:
8100: 2009-05-13 misha
8101:
8102: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8103: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8104: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8105: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8106: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8107: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8108: include/pa_string.h, classes/date.C, classes/file.C,
8109: classes/hash.C, classes/image.C, classes/string.C,
8110: classes/table.C, classes/xdoc.C: - result optimisation -
8111: helper_length parameter removed from string constructors
8112:
8113: 2009-05-11 misha
8114:
8115: * tests/209.html: - tests for ^hash::create[hash] were added
8116:
8117: * tests/208.html: - tests for $status:rusage, $status:memory,
8118: ^memory:compact[] were added
8119:
8120: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8121: log10 were added
8122:
8123: * tests/206.html: - test for try with finally was added
8124:
8125: 2009-05-10 misha
8126:
8127: * tests/205.html: - test for ^file::create[...] was added
8128:
8129: * tests/204.html: - test for ^response:clear[] was added
8130:
8131: * tests/038.html: - tests for trigonometric functions were added
8132:
8133: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8134: added - more tests for .add, .sub, .union, .intersects and
8135: .intersections
8136:
8137: * tests/065.html: - test for ^file:dirname was added
8138:
8139: * tests/030.html: - test for $cookie:fields was added
8140:
8141: * tests/203.html: - test for ^h._keys[column name] was added
8142:
8143: * tests/201.html: - tests for .trim were added
8144:
8145: * tests/202.html: - tests for last-day,
8146: date:calendar[type](YYYY;MM;DD) were added
8147:
8148: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8149: .offset[type](N) were added
8150:
8151: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8152: and .pos[c](N) were added
8153:
8154: * tests/141.html: - test for math:sha1 was added
8155:
8156: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8157:
8158: 2009-05-09 misha
8159:
8160: * src/main/compile.y: - rollback
8161:
8162: 2009-05-05 misha
8163:
8164: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8165: replaced by is_empty()
8166:
8167: * src/: include/pa_string.h, main/pa_charset.C: - little
8168: optimisation: somewhere length() was replaced by is_empty()
8169:
8170: * src/classes/table.C: - little optimisation: somewhere length()
8171: was replaced by is_empty()
8172:
8173: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8174: classes/op.C, classes/table.C, main/pa_exception.C: - little
8175: optimisation: somewhere length() was replaced by is_empty()
8176:
8177: 2009-05-04 misha
8178:
8179: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8180: types/pa_vstateless_class.h, main/execute.C,
8181: include/pa_request.h, classes/hash.C, classes/op.C,
8182: classes/table.C: - more optimisations were added: some operators
8183: don't switch write context anylonger
8184:
8185: 2009-05-01 misha
8186:
8187: * src/main/compile.y: - slightly more opcode optimisations for
8188: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8189:
8190: * src/main/execute.C: - simplifying process for getters
8191:
8192: 2009-04-30 misha
8193:
8194: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8195:
8196: * tests/results/199.processed: - test for checking $result into
8197: ^rem was added
8198:
8199: * tests/199.html: - test for checking $result into ^rem was added
8200:
8201: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8202: some OS it returns list in different order)
8203:
8204: * src/: include/pa_array.h, include/pa_request.h,
8205: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8206: changes in stack impl - get_element() optimisation: 3rd param
8207: removed - bugfix: problems with reading empty input param -
8208: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8209:
8210: * tests/results/198.processed: - test for reading empty local var
8211: was added
8212:
8213: * tests/198.html: - test for reading empty local var was added
8214:
8215: 2009-04-29 misha
8216:
8217: * src/main/compile.y: - bugfix: couldn't compile because
8218: OP_VALUE__GET_ELEMENT should be unde #ifdef
8219:
8220: * src/: include/pa_array.h, include/pa_opcode.h,
8221: include/pa_request.h, main/compile.y, main/execute.C,
8222: main/pa_request.C, types/pa_vmethod_frame.C,
8223: types/pa_vmethod_frame.h: - we can work without opcode
8224: OP_STORE_PARAM, so it was removed
8225:
8226: 2009-04-28 misha
8227:
8228: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8229: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8230: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8231: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8232: 4.
8233: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8234:
8235: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8236:
8237: * src/: main/pa_string.C, classes/string.C: - !length() =>
8238: is_empty()
8239:
8240: 2009-04-27 misha
8241:
8242: * src/types/pa_vregex.h: - back explicit vars initialisation
8243:
8244: 2009-04-24 misha
8245:
8246: * src/classes/string.C: - ups. typo fixed
8247:
8248: * src/main/execute.C: - more replacements '*new VBool' to
8249: 'VBool::get' - checks for ^break[], ^continue[] and
8250: parser.interrupted were optimised
8251:
8252: * src/classes/string.C: - number of params.count() calls was
8253: slightly reduced
8254:
8255: 2009-04-23 misha
8256:
8257: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8258: make it x64 friendly
8259:
8260: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8261: parser is x64 friendly now
8262:
8263: 2009-04-22 misha
8264:
8265: * src/types/pa_vhashfile.C: - coder friendly exception about
8266: exceeding record size was added
8267:
8268: * src/classes/file.C: - use vregex object instead of direct calls
8269: methods from pcre lib
8270:
8271: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8272: classes/string.C: - use vregex object instead of direct calls
8273: methods from pcre lib
8274:
8275: * src/: include/pa_common.h, main/pa_common.C: - method
8276: print_pcre_exec_error_text was moved to class vregex
8277:
8278: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8279: was added
8280:
8281: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8282: - class vregex was added
8283:
8284: 2009-04-21 misha
8285:
8286: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8287:
8288: * src/: types/pa_junction.h, types/pa_value.C,
8289: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8290: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8291: junction-optimisation (destructors)
8292:
8293: * src/include/pa_array.h: - free under if now
8294:
8295: 2009-04-19 misha
8296:
8297: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8298:
8299: 2009-04-18 misha
8300:
8301: * src/include/pa_version.h:
8302: :q :
8303:
8304: CV:
8305: ----------------------------------------------------------------------
8306:
8307: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8308: refactoring
8309:
8310: * src/: include/pa_array.h, include/pa_hash.h,
8311: types/pa_vmethod_frame.h: - destructors under #ifdef now
8312:
8313: * src/include/pa_memory.h: - define for using destructors was added
8314:
8315: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8316: main/execute.C: - some junctions will be cached now
8317:
8318: * src/include/pa_hash.h: - hash destructor frees pairs now
8319:
8320: * src/include/pa_array.h: - inline was added to destructor
8321:
8322: * src/types/pa_method.h: - comment was changed
8323:
8324: 2009-04-17 misha
8325:
8326: * src/: include/pa_array.h, include/pa_hash.h,
8327: types/pa_vmethod_frame.h: - destructors were added
8328:
8329: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8330: renamed to always_use_result
8331:
8332: * src/main/: compile.y, compile_tools.h: - rollback changes in
8333: compiler: full backward compatibility is better
8334:
8335: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8336: result in var's hash
8337:
8338: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8339: optimisation in method_frame
8340:
8341: * src/include/pa_array.h: - optimisation in array (allocate
8342: elements only when needed)
8343:
8344: * src/types/pa_vresponse.C: - check for $response:headers field
8345: before looking at custom fields
8346:
8347: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8348: not needed to check existance var with name 'result' in var's
8349: hash
8350:
8351: * src/main/compile.y: - compiler was changed: now it detects
8352: writings to $result and set flag writo_to_result in method
8353:
8354: * src/classes/string.C: - little optimisation: no needed to write
8355: number with lang
8356:
8357: * src/main/pa_charset.C: - methods readChar and skipChar which is
8358: used for read utf8-strings were renamed - is_escaped was renamed
8359: to isEscaped (to the same name convention)
8360:
8361: * src/: types/pa_method.h, main/compile_tools.h: - flag
8362: write_to_result added. compiler get this info from code.
8363:
8364: 2009-04-16 misha
8365:
8366: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8367: String only before 1st write
8368:
8369: * src/include/pa_string.h: - not needed template removed
8370:
8371: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8372: types/pa_vjunction.C, types/pa_vproperty.C,
8373: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8374: main/pa_request.C, classes/bool.C, classes/double.C,
8375: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8376: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8377: bool objects)
8378:
8379: 2009-04-15 misha
8380:
8381: * src/lib/cord/cordxtra.c: - more optimisation
8382:
8383: * src/: include/pa_string.h, main/untaint.C: - String::append
8384: optimisation
8385:
8386: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8387: then get and can sometime be used)
8388:
8389: * src/main/pa_string.C: - String::length optimisation
8390:
8391: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8392: these methods read different strings
8393:
8394: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8395: fresult_initial_void removed + some optimisation - if $result
8396: defined we don't write to context anymore
8397:
8398: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8399: need just skip char)
8400:
8401: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8402: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8403: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8404:
8405: * src/types/pa_vvoid.h: - added get() method for retreave one
8406: instance
8407:
8408: 2009-04-11 misha
8409:
8410: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8411:
8412: * tests/197.html: - test for parser://test in xml was added
8413:
8414: * src/classes/string.C: - small optimisation
8415:
8416: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8417: optimisation
8418:
8419: 2009-04-10 misha
8420:
8421: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8422: to pcre-7.8
8423:
8424: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8425:
8426: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8427: added
8428:
8429: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8430: $request:CLASS_NAME were added
8431:
8432: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8433: were added
8434:
8435: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8436: $env:CLASS_NAME were added
8437:
8438: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8439: '@todo' now
8440:
8441: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8442: compirer
8443:
8444: * src/main/pa_string.C: - little code cleanup
8445:
8446: * src/main/pa_common.C: - describe one more UTF-8 related error
8447: during PCRE compile/execute
8448:
8449: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8450: normalizing todo-comments: '@todo' now
8451:
8452: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8453:
8454: * src/main/pa_charset.C: - type changed for making compiler happy
8455:
8456: 2009-03-10 misha
8457:
8458: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8459: in main()
8460:
8461: 2009-02-01 misha
8462:
8463: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8464: boundary
8465:
8466: 2009-01-25 misha
8467:
8468: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8469:
8470: * src/classes/file.C: - more changes for parsing different number
8471: of params for file::load
8472:
8473: * tests/193.html: - tests for exception while base64-decode binary
8474: to string was added
8475:
8476: * tests/192.html: - tests for file::load with different number of
8477: options
8478:
8479: * src/classes/math.C: - ups. forgot '+1'
8480:
8481: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8482: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8483: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8484: (new option $.encode[multipart-form/data] should be specified) -
8485: $.method[] option for file::load now is not case-sensitive
8486:
8487: * src/: include/pa_string.h, main/untaint.C: - for file post the
8488: new taint language L_FILE_POST was added
8489:
8490: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8491: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8492: stuff was moved to separate files
8493:
8494: 2009-01-23 misha
8495:
8496: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8497: spaces to tabs were converted
8498:
8499: 2009-01-12 misha
8500:
8501: * src/main/pa_http.C: - value of $.method[] option force uppercased
8502: now
8503:
8504: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8505: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8506: their names
8507:
8508: * src/main/pa_common.C: - changes in formating
8509:
8510: * src/: classes/file.C, main/pa_http.C: - some constants changed
8511: their names
8512:
8513: * src/include/pa_http.h: - some spaces were converted to tabs
8514:
8515: * src/include/pa_common.h: - some constants changed their names
8516:
8517: * src/classes/file.C: - fixed 4-th paramether for file::load -
8518: little code rewriting
8519:
8520: * src/types/pa_vfile.C: - little code rewriting
8521:
8522: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8523: types/pa_value.h: - some formating changes
8524:
8525: * src/include/pa_common.h: - some formating spaces transformed to
8526: tabs
8527:
8528: * src/classes/string.C: - exception while base64-decode binary to a
8529: string
8530:
8531: 2009-01-11 misha
8532:
8533: * configure.in: - version changed to 3.3.1b
8534:
8535: 2008-09-05 misha
8536:
8537: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8538: release_3_3_0 on 2008-09-05 10:59:35 +0000
8539:
8540: 2008-09-04 misha
8541:
8542: * tests/: 130.html, 131.html: - these exceptions not typeless
8543: anymore
8544:
8545: * src/classes/op.C: - exception with 'invalid taint language' not
8546: typeless anylonger
8547:
8548: * src/classes/image.C: - some exceptions while operations with
8549: image not typeless anymore
8550:
8551: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8552: main/pa_exec.C, main/pa_http.C: - some exceptions while
8553: operations with files not typeless anymore
8554:
8555: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8556: types/pa_vdate.h: - exceptions while checking date range not
8557: typeless anymore
8558:
8559: * src/include/pa_exception.h: - exception type string for invalid
8560: date range was added
8561:
8562: 2008-09-03 misha
8563:
8564: * src/: classes/file.C, main/pa_string.C: - exception while pce
8565: operations not typeless anymore
8566:
8567: * src/include/pa_exception.h: - exception type for pce operations
8568: was added
8569:
8570: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8571: and .CLASS_NAME insite classes
8572:
8573: * src/classes/table.C: - don't save table header whiile
8574: ^table.save[append;filename] if file exists
8575:
8576: 2008-09-02 misha
8577:
8578: * src/main/compile.y, src/main/compile_tools.h,
8579: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8580: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8581: renamed to partial and it login changed: we must mark class as
8582: partial for allow their modifications in future.
8583:
8584: 2008-08-29 misha
8585:
8586: * tests/results/022.processed: - testing taint[regex] in mask for
8587: file:list
8588:
8589: * tests/022.html: - testing taint[regex] in mask for file:list
8590:
8591: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8592: for file:list was added
8593:
8594: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8595: file:list
8596:
8597: 2008-08-26 misha
8598:
8599: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8600: last derived object
8601:
8602: * src/classes/image.C: - many strings "image.format" replaced by
8603: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8604: understand some more exif tags
8605:
8606: * src/include/pa_exception.h: - string "image.format" was added
8607:
8608: 2008-08-21 misha
8609:
8610: * src/: main/pa_string.C, classes/file.C: - use method for print
8611: pcre_exec text error
8612:
8613: * src/main/pa_common.C: - method for print pcre_exec text error was
8614: added
8615:
8616: * src/include/pa_common.h: - method declaration for print pcre_exec
8617: text error was added
8618:
8619: 2008-08-19 misha
8620:
8621: * src/main/execute.C: - bugfix: opcodes must be in separate
8622: namespace while debug execution as well
8623:
8624: * tests/: 015.html, results/015.processed: - test for escaping some
8625: parser chars was added
8626:
8627: 2008-08-18 misha
8628:
8629: * tests/: 190.html, 190.p, results/190.processed: - test for
8630: $caller.self.field + default getter in one class was added
8631:
8632: * tests/: 189.html, results/189.processed: - test for
8633: ^date::create[date object]
8634:
8635: * tests/: 188.html, results/188.processed: - tests for match with
8636: UTF-8 strings
8637:
8638: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8639: ^string.match[]
8640:
8641: * ChangeLog: - parser 3.3.0 beta13
8642:
8643: 2008-08-15 misha
8644:
1.116 moko 8645: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8646: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8647: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8648: dftables.c: - old PCRE files removed
1.95 moko 8649:
8650: * src/lib/pcre/config.h: - configuration for PCRE library
8651:
8652: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8653: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8654:
8655: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8656: library and set flag UTF8 if $request:charset is UTF-8
8657:
8658: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8659: include/pa_config_fixed.h: - moved to new PCRE library
8660:
8661: * src/: main/main.vcproj, types/types.vcproj,
8662: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8663: win32\pcre instead of parser3\src\lib\pcre
8664:
8665: * src/: include/pa_opcode.h, include/pa_operation.h,
8666: main/compile.C, main/compile.y, main/compile_tools.C,
8667: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8668: opcodes were moved to separate namespace
8669:
8670: 2008-08-14 misha
8671:
8672: * src/types/pa_vstateless_class.C: - newline at the end missed
8673:
8674: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8675: tainting
8676:
8677: 2008-08-11 misha
8678:
8679: * tests/: 187.html, 187.p, results/187.processed: - tests for
8680: $caller.self, $caller.self.field and $caller.self.field[value]
8681: were added
8682:
8683: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8684: runtime as well (for $caller.self)
8685:
8686: 2008-07-25 misha
8687:
8688: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8689: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8690: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8691: tests with international characters
8692:
8693: 2008-07-23 misha
8694:
8695: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8696: file::load[...;http://
8697:
8698: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8699: now everywhere in separate namespace
8700:
8701: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8702: for vars
8703:
8704: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8705: can be escaped by '^'
8706:
8707: 2008-07-22 misha
8708:
8709: * src/classes/string.C, tests/186.html: - names changes:
8710: escape=>js-escape, unescape=>js-unescape
8711:
8712: 2008-07-21 misha
8713:
8714: * tests/results/186.processed: - test for string escape/unescape
8715:
8716: * tests/186.html: - test for string escape/unescape
8717:
8718: * src/classes/string.C: - string has escape and unescape methods
8719: now
8720:
8721: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8722: added
8723:
8724: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8725: method-layers added (with different params)
8726:
8727: 2008-07-18 misha
8728:
8729: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8730: was added
8731:
8732: * tests/185.html: - test for ^str.pos[sub](offset) added
8733:
8734: * src/classes/string.C, src/classes/void.C, operators.txt: -
8735: ^string.pos[substr](offset) -- 2nd param accepted now
8736:
8737: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8738: strings
8739:
8740: 2008-07-17 misha
8741:
8742: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8743: helper length added for mid for small optimisation
8744:
8745: 2008-07-16 misha
8746:
8747: * tests/: 185.html, results/185.processed: - tests for
8748: length/left/right/mid/pos with utf-8 strings
8749:
8750: * src/classes/string.C: - left/right/mid/length/pos works fine for
8751: utf-8 strings
8752:
8753: * src/main/untaint.C: - comments removed
8754:
8755: * src/: include/pa_string.h, main/pa_string.C,
8756: include/pa_charset.h, main/pa_charset.C: - methods for working
8757: with pos/mid for strings in utf-8 were added
8758:
8759: 2008-07-15 misha
8760:
8761: * tests/: 184.html, results/184.processed: - test for case body as
8762: expression: $var(^switch(1){^case(1)(true)..})
8763:
8764: * src/classes/op.C: - case body can be expression now:
8765: $var(^switch(1){^case(1)(true)..})
8766:
8767: * tests/: results/183.processed, 183.html: - added test for testing
8768: new cookie encoding (%uXXXX)
8769:
8770: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8771: decoding for backward compatibility they decoded from %XX in
8772: request:charset too
8773:
8774: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8775: - cookie class now decode cookies before first access after last
8776: request:charset changing (as form class).
8777:
8778: * src/main/pa_charset.C: - added method escape for escaping cookies
8779: as %uXXXX - before transcode calculate required space for dest
8780: string. it reduce mem usage for transcode
8781:
8782: * src/include/pa_charset.h: - added method escape for escaping
8783: cookies as %uXXXX
8784:
8785: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8786: was added. will used for escaping cookies as %uXXXX
8787:
8788: * src/include/pa_common.h: - escape method has new option for skip
8789: converting '+' to a space char
8790:
8791: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8792: transcode - escape method has new option for skip converting '+'
8793: to a space char
8794:
8795: 2008-07-08 misha
8796:
8797: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8798: (no UE if more then 1 case matches anylonger) - optimization:
8799: doing searching.as_string() || searching.as_double() only once
8800:
8801: 2008-07-04 misha
8802:
8803: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8804: now ^date::create[date object] works
8805:
8806: * src/classes/string.C: - left and right added as aliases for start
8807: and end in ^string.trim[]
8808:
8809: 2008-07-03 misha
8810:
8811: * src/classes/file.C: - allow $.limit for file::sql as well
8812:
8813: * src/classes/file.C: - allow $.offset option for file::sql - force
8814: send limit=1 to query for use sql specifics authomatically
8815:
8816: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8817: if $.limit value if empty. autoconvert it as everywere
8818:
8819: 2008-07-02 misha
8820:
8821: * configure.in: - time to change version number to 3.3.0 %-)
8822:
8823: * src/include/pa_version.h: - time to change version number to
8824: 3.3.0 %-)
8825:
8826: 2008-06-26 misha
8827:
8828: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8829: $.limit(0) fixes
8830:
8831: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8832: - $.limit(0) fixes
8833:
8834: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8835: new API)
8836:
8837: * src/: include/pa_sql_driver_manager.h,
8838: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8839: classes/op.C: - document_root added
8840:
8841: * src/main/compile.tab.C: - error message was changed
8842:
8843: 2008-06-25 misha
8844:
8845: * src/main/compile.y: - error message was changed
8846:
8847: 2008-06-24 misha
8848:
8849: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8850:
8851: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8852: tests for @OPTIONS\nappend
8853:
8854: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8855:
8856: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8857:
8858: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8859:
8860: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8861: compile.y
8862:
8863: 2008-06-17 misha
8864:
8865: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8866: compilation: ^if(default){true. it's incorrect. must be
8867: exception}
8868:
8869: 2008-06-16 misha
8870:
8871: * tests/: 181.ent, 181.html, results/181.processed: - test for
8872: checking external reference loading with 'http://localhost'
8873: prefix while creating xdoc
8874:
8875: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8876: ^math:long2ip[] and ^math:ip2long[]
8877:
8878: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8879: added which use scalar stateless class method when user object
8880: used in scalar context - use get_scalar_value when user object
8881: requested in scalar context
8882:
8883: * src/main/pa_common.C: - size must be int but not size_t or we
8884: can't compare with 0 sprintf result
8885:
8886: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8887: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8888: with internal switch between local/global vars
8889:
8890: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8891: specified
8892:
8893: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8894: pa_vstateless_object.h: - stateless class and object now has
8895: private scalar field and getter/setter for working with it
8896:
8897: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8898: moved to inet static class
8899:
8900: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8901: class added (^inet:aton[IP], ^inet:ntoa(number))
8902:
8903: * tests/: 180.html, results/180.processed: - tests for
8904: ^math:long2ip(long) and ^math:ip2long[IP]
8905:
8906: * src/classes/math.C: - ^math:ip2long[IP] added
8907:
8908: 2008-06-11 misha
8909:
8910: * src/main/pa_xml_io.C: - use file_read_text again because of we
8911: need cut BOM code and remove DOS newline chars. but don't
8912: transcode it anyway.
8913:
8914: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8915: main/pa_http.C: - option for disable transcoding while file_read
8916: and file_read_text added
8917:
8918: 2008-06-10 misha
8919:
8920: * tests/: 179.html, 179.p, results/179.processed: - test for many
8921: classes in 1 file
8922:
8923: * src/main/: compile.C, compile_tools.h: - compile return list of
8924: classes now.
8925:
8926: * src/main/: compile.y, compile.tab.C: - compile return list of
8927: classes now. internals.
8928:
8929: * src/main/pa_request.C: - compile return list of classes now. try
8930: call @conf and @auto for each returned class
8931:
8932: * src/include/pa_request.h: - compile return list of classes now
8933:
8934: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8935: return list of classes when compile buf)
8936:
8937: 2008-06-07 misha
8938:
8939: * src/main/pa_request.C: - constructing VRequest object with 3rd
8940: param -- form
8941:
8942: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8943: 3rd param: form. needed for get post_charset
8944:
8945: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8946: added
8947:
8948: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8949: types/pa_vform.C, types/pa_vform.h: - some polish
8950:
8951: 2008-06-06 misha
8952:
8953: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8954: charset and decode chars from it but not from response:charset
8955:
8956: * src/main/pa_http.C: - detect_charset moved out of here
8957:
8958: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8959: methods moved here - unescape_chars accepn one charset now
8960:
8961: * src/main/pa_http.C: - new constants used - don't allow
8962: $.content-type in ^file::load[;http://;$.method[POST]] - add
8963: charset info while ^file::load[;http://;$.method[POST]] - option
8964: $.omit-post-charset(true) added to ^file::load[;http://] for
8965: disabling charset during post
8966:
8967: * src/types/pa_vform.C: - new constants used
8968:
8969: * src/include/pa_common.h: - some constants were added
8970:
8971: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8972: instead of StrEqNc
8973:
8974: * src/main/pa_common.C: - new method for caseless search
8975: c-substring in c-string - use isxdigit instead of is_hex_digit
8976:
8977: * src/include/pa_common.h: - new method for caseless search
8978: c-substring in c-string
8979:
8980: 2008-06-05 misha
8981:
8982: * tests/results/178.processed: - test for testing default getter
8983:
8984: * tests/178.html: - test for testing default getter
8985:
8986: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8987: for test for testing default getter
8988:
8989: * src/main/execute.C: - default getter soul
8990:
8991: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8992: requested objects' field not found
8993:
8994: * src/types/pa_vclass.C: - register default getter if defined - get
8995: default getter if requested field not found
8996:
8997: * src/types/pa_vstateless_object.h: - method get_default_getter was
8998: added
8999:
9000: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9001: pointer to default getter and methods for get/set it were added
9002:
9003: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9004: auto_name field (for default getter)
9005:
9006: 2008-06-04 misha
9007:
9008: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9009: transcoding, no cutting BOM code, no fixing line breaks) and get
9010: it to libxml "as is"
9011:
9012: 2008-06-03 misha
9013:
9014: * src/main/pa_common.C: - use store_Char instead of
9015: transcodeCharFromUTF8
9016:
9017: * src/: include/pa_charset.h, main/pa_charset.C: - method
9018: store_Char added, transcodeCharFromUTF8 -- removed
9019:
9020: 2008-06-02 misha
9021:
9022: * tests/: results/177.processed, 177.html: - test for checking
9023: .[acm]date after local ^file::load[] was added
9024:
9025: * tests/: results/176.processed, 176.html: - test for checking
9026: @OPTION\locals + @method[vars][locals] added
9027:
9028: * tests/results/auto.p: - CLASS_PATH specified for checking use
9029:
9030: 2008-05-30 misha
9031:
9032: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9033: @OPTION\nlocals + @method[vars][;locals;] were added
9034:
9035: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9036: moved to separate method op_code - switch from VMethodFrame to
9037: VMethodFrameGlobal + VMethodFrameLocal
9038:
9039: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9040: was moved to separate method op_code
9041:
9042: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9043: VMethodFrame now
9044:
9045: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9046: all_vars_local as well
9047:
9048: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9049: pa_vmethod_frame_local.h, Makefile.am: - who children for
9050: VMethodFrame were added: one (global) works as VMethodFrame
9051: before and second (local) write all vars in self vars scope
9052:
9053: * src/types/pa_method.h: - method has bool flag all_vars_local now
9054:
9055: 2008-05-29 misha
9056:
9057: * tests/: 129.html, results/129.processed: - more tests for
9058: ^table.hash[]
9059:
9060: * src/classes/hash.C: - ^hash::sql has a new option:
9061: $.type[hash|string|table] as ^table.hash[] one.
9062:
9063: * src/classes/op.C: - ^try has 3rd param now: finally code which
9064: executed anyway after try or catch section
9065:
9066: 2008-05-27 misha
9067:
9068: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9069: must not fail if $.distinct(1) wasn't specified
9070:
9071: 2008-05-26 misha
9072:
9073: * src/classes/op.C: - allow ^throw[my type]
9074:
9075: 2008-05-22 misha
9076:
9077: * configure.in, configure: - version number updated to 3.2.4b
9078:
9079: * src/classes/: op.C, string.C: - trim format string before
9080: eval/format
9081:
9082: * tests/: results/175.processed, 175.html: - more tests for
9083: different format strings in .format[]
9084:
9085: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9086: as well (not only %XX)
9087:
9088: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9089: charset specified - checks for format before print number
9090: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9091: (instead of tabs) removed
9092:
9093: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9094: charset specified
9095:
9096: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9097: char in requested charset from utf code was added
9098:
9099: 2008-05-19 misha
9100:
9101: * tests/: 174.html, results/174.processed: - test for
9102: ^hashfile.cleanup[] added
9103:
9104: * src/classes/hashfile.C: - optimization: don't create any key or
9105: value variable if it's name weren't specified
9106: (^hf.foreach[;v]{...})
9107:
9108: 2008-05-16 misha
9109:
9110: * src/classes/hash.C: - optimization: don't create any key variable
9111: if variable name wasn't specified (^h.foreach[;v]{...})
9112:
9113: 2008-05-15 misha
9114:
9115: * src/classes/op.C: - small changes
9116:
9117: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9118:
9119: * src/classes/hash.C: - calculate var_context once before foreach
9120:
9121: 2008-05-14 misha
9122:
9123: * src/classes/hashfile.C: - incorrect vars context calculation for
9124: ^hashfile.foreach[;]{} fixed
9125:
9126: * src/classes/: hash.C, table.C: - little optimisation
9127:
9128: * src/classes/file.C: - bugfix: double absolute path while loading
9129: file
9130:
9131: * tests/: 174.html, results/174.processed: - tests for hashfile
9132: were added
9133:
9134: * buildall-with-xml: - moving to libxslt 1.1.24
9135:
9136: 2008-04-30 misha
9137:
9138: * src/classes/file.C: - stat file while loading (local only) so
9139: .adate, .mdate and .cdate available without additional ::stat
9140:
9141: 2008-04-28 misha
9142:
9143: * src/classes/file.C: - $.name and $.content-type available for
9144: stated file
9145:
9146: 2008-04-14 misha
9147:
9148: * src/targets/cgi/parser3.C: - new year in copyright %-)
9149:
9150: * src/include/pa_version.h: - new version number in head
9151:
9152: 2008-04-10 misha
9153:
9154: * tests/: 080.html, results/080.processed: - cut '0' from
9155: exponential part because of on diff OS it differ (20 or 020 for
9156: ex)
9157:
9158: * tests/: 119.html, results/119.processed: - check for encoding
9159: while creating xdoc
9160:
9161: 2008-04-09 misha
9162:
9163: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9164:
9165: * src/main/pa_common.C: - comment added
9166:
9167: * src/classes/date.C: - little refactoring
9168:
9169: 2008-04-07 misha
9170:
9171: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9172: style of ^table.save[]: prepare one big string and sabe it at
9173: once. it's safe on freebsd 4.x but use much more memory.
9174:
9175: * buildall-with-xml, buildall-without-xml: - option
9176: --disable-stringstream added (under comment. use it on freebsd
9177: 4.x)
9178:
9179: 2008-02-22 misha
9180:
9181: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9182: specified together in file::load[;http] - get back transcoding
9183: $.body[] in file::load[;http]
9184:
9185: 2008-02-21 misha
9186:
9187: * src/classes/date.C: - ^date.gmt-string[] was added
9188:
9189: * src/types/pa_value.C: - method for output date in RFC 822 format
9190: moved to pa_common.h
9191:
9192: * src/include/pa_common.h: - method for output date in RFC 822
9193: format moved here from pa_value.C
9194:
9195: * src/types/pa_vmail.C: - fixed core in sending mail with
9196: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9197:
9198: 2008-02-20 misha
9199:
9200: * src/main/pa_http.C: - transcode $.headers before escaping into
9201: specified charset while ^file::load[...;http://...] (L_URI
9202: instead of L_HTTP_HEADER) - $.cookies param available in
9203: ^file::load[;http://...] now (but we don't parse set-cookies from
9204: response yet) (cookies not transcoded as common $cookies)
9205:
9206: 2008-02-19 misha
9207:
9208: * src/main/pa_request.C: - rollback: we mustn't force taint
9209: $response:field values because in this case
9210: $response:locateion[http://...] don't works.
9211:
9212: 2008-02-15 misha
9213:
9214: * src/classes/op.C: - little refactoring
9215:
9216: * src/main/pa_http.C: - taint names of $.headers for load[;http
9217:
9218: * src/main/pa_request.C: - force taint values of $response:field
9219:
9220: 2008-02-14 misha
9221:
9222: * src/main/pa_request.C: - $response:field transcoded to
9223: $response:charset before escaping now
9224:
9225: * src/main/pa_http.C: - some outdated comments removed
9226:
9227: * src/classes/date.C: - lastdat -> last-day
9228:
9229: * src/classes/date.C: - ^date:lastday(year;month) and
9230: ^date.lastday[] were added - little code refactoring - comments
9231: changes
9232:
9233: * tests/: 159.html, results/159.processed: - test for number of
9234: days in February
9235:
9236: * src/types/pa_value.C: - fixes in code formatting
9237:
9238: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9239: and comments
9240:
9241: 2008-02-13 misha
9242:
9243: * src/main/pa_common.C: - bugfix for february at leap year
9244:
9245: 2008-01-28 misha
9246:
9247: * tests/: 160.html, results/160.processed: - more test for cache
9248: added
9249:
9250: * src/classes/op.C: - bugfix: cache body executed twice if contains
9251: unhandled exception
9252:
9253: 2008-01-25 misha
9254:
9255: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9256: bug when hashfile became inavailable after memory:compact)
9257:
9258: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9259:
9260: 2008-01-22 misha
9261:
9262: * src/classes/table.C: - little refactiring and exception texts
9263: changes in method ^table.hash[]
9264:
9265: * src/types/pa_vcookie.C: - link to cookie specification changed
9266:
9267: 2008-01-21 misha
9268:
9269: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9270: file::exec/cgi
9271:
9272: * src/classes/file.C: - bugfix: core while processing headers if
9273: executed cgi script don't return content
9274:
9275: 2008-01-18 misha
9276:
9277: * buildall-with-xml: - move to libxml2 version 2.6.31
9278:
9279: * src/include/pa_version.h, configure.in: - version number updated
9280: to '3.2.3b'
9281:
9282: 2007-12-28 misha
9283:
9284: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9285: hash.contains
9286:
9287: 2007-12-27 misha
9288:
9289: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9290: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9291: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9292: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9293: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9294: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9295: src/targets/cgi/parser3.vcproj,
9296: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9297: back to VS2003 because of Apache 1.3 module can't work if it was
9298: built in VS 2005. with cgi all file so VS2003 project files can
9299: be easy converted to the new format.
9300:
9301: 2007-12-04 misha
9302:
9303: * src/types/pa_vcode_frame.h: - changes in comment
9304:
9305: 2007-11-29 misha
9306:
9307: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9308: intercept strings any longer
9309:
9310: * tests/: 173.html, results/173.processed: - tests for
9311: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9312: but not in main code frame
9313:
9314: * tests/: 172.html, results/172.processed: - more tests for pass
9315: objects from code frames
9316:
9317: 2007-11-27 misha
9318:
9319: * tests/: 152.html, results/152.processed: - tests for converting
9320: strings 'true'/'false' to bool were added
9321:
9322: * tests/152.html: - added checks for converting strings
9323: 'true'/'false' to bool
9324:
9325: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9326: not only strings with numbers but with values 'true'/'false' as
9327: well
9328:
9329: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9330: for parser3.log increased
9331:
9332: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9333:
9334: * src/include/pa_common.h: - remove_crlf return cstring size now
9335:
9336: * src/include/pa_types.h: - constant with buffer size for
9337: parser3.log added
9338:
9339: 2007-11-16 misha
9340:
9341: * tests/cat.sh: - script for tests for file::exec/cgi
9342:
9343: * tests/171.html: - tests for file::exec/cgi
9344:
9345: * tests/results/171.processed: - tests results for file::exec/cgi
9346:
9347: 2007-11-15 misha
9348:
9349: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9350:
9351: * src/classes/file.C: - .body must be set before analyzing cgi
9352: headers
9353:
9354: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9355: only if exec/cgi return anything.
9356:
9357: 2007-11-14 misha
9358:
9359: * operators.txt: - info about new text|binary option for
9360: file::exec/cgi was added
9361:
9362: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9363: ^file:exec[[text|binary];script;...]
9364:
9365: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9366: classes/string.C, classes/table.C: - more text strings moved to
9367: the one place
9368:
9369: 2007-11-09 misha
9370:
9371: * src/types/pa_vrequest.C: - $request:argv must be taint
9372:
9373: * ChangeLog: - $request:argv [patch from Sumo]
9374:
9375: * operators.txt: - $request:argv
9376:
9377: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9378: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9379:
9380: 2007-10-25 misha
9381:
9382: * buildall-with-xml, buildall-without-xml: - options preparations
9383: for ./configure rewrited
9384:
9385: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9386: error occure in unhandled_exception finally fixed
9387:
9388: 2007-10-23 misha
9389:
9390: * tests/: 170.html, results/170.processed: - test for
9391: @method[][result]
9392:
9393: * operators.txt: - added info about node.prefix and
9394: node.namespaceURI
9395:
9396: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9397:
9398: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9399: added for node and attribute
9400:
9401: 2007-10-22 misha
9402:
9403: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9404:
9405: * src/main/pa_request.C: - added const content-transfer-encoding
9406:
9407: * src/include/pa_request.h: - added const content-transfer-encoding
9408: - ups. constants must be in lowercase (for search)
9409:
9410: * src/types/pa_vmail.C: - more constants used -
9411: content-transfer-encoding: 8bit added
9412:
9413: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9414:
9415: * src/include/pa_request.h: - more constants
9416:
9417: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9418: ommit anymore if $.content-disposition was specified - little
9419: refactoring
9420:
9421: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9422:
9423: 2007-10-17 misha
9424:
9425: * operators.txt: - info about
9426: table::create[nameless]{data}[>options<] was added
9427:
9428: * src/main/: compile.tab.C, compile.y: - if error occure while
9429: compile method don't put this method in methods table anymore.
9430: in other case the parser coredumped if @unhandled_exception
9431: method can't be compiled because of parser.compile error.
9432:
9433: * src/main/execute.C: - little code reformating
9434:
9435: * src/main/pa_request.C: - little code reformating - comment
9436: changed
9437:
9438: 2007-10-16 misha
9439:
9440: * tests/: 035.html, results/035.processed: - tests
9441: table::create[]{}[options] added
9442:
9443: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9444: options (only $.seperator[] yet)
9445:
9446: 2007-10-10 misha
9447:
9448: * src/classes/table.C: - some contstants moved to pa_common.h -
9449: some code changes
9450:
9451: 2007-10-02 misha
9452:
9453: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9454: then three time as much. but base64 encoding method still use
9455: less memory anyway.
9456:
9457: 2007-09-17 misha
9458:
9459: * operators.txt: - added info about $cookie:fields
9460:
9461: * src/types/pa_vcookie.C: - $cookie:fields available now
9462:
9463: * src/classes/hash.C: - some stuff for use with .for_each moved to
9464: common
9465:
9466: * src/include/pa_common.h: - some stuff for use with .for_each
9467: moved here
9468:
9469: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9470:
9471: 2007-09-14 misha
9472:
9473: * buildall-with-xml: - new xml libs again =)
9474:
9475: 2007-08-28 misha
9476:
9477: * operators.txt: - texts about ^table.columns[[column name]] and
9478: ^string.split[...][v][column name] were added
9479:
9480: * tests/: 168.html, 169.html, results/168.processed,
9481: results/169.processed: - tests for ^table.columns[[column name]]
9482: and ^string.split[...][v][column name] were added
9483:
9484: * src/classes/table.C: - new option ^table.columns[[column name]]
9485: was added
9486:
9487: * src/classes/string.C: - new option ^string.split[...;v;[column
9488: name]]
9489:
9490: * src/include/pa_exception.h: - error text message for
9491: ^hash._keys[], ^table.columns[] and ^string.split[]
9492:
9493: 2007-08-27 misha
9494:
9495: * src/main/untaint.C: - try to fix coredump on unix if print to
9496: body ^taint[sql][something] outside of connect
9497:
9498: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9499: outside of connect
9500:
9501: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9502: added (commented by default)
9503:
9504: 2007-08-20 misha
9505:
9506: * operators.txt: - comment about new method ^node.hasAttributes[]
9507: was added
9508:
9509: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9510: duplicated exception text strings were removed
9511:
9512: * src/include/pa_exception.h: - more exception text strings moved
9513: here
9514:
9515: * src/classes/table.C: - some duplicate exceptions' text strings
9516: removed
9517:
9518: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9519: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9520: removed
9521:
9522: * src/include/pa_exception.h: - some exception text strings movet
9523: to pa_exception
9524:
9525: * tests/: 149.html, results/149.processed: - test for
9526: ^xnode.hasAttributes[] was added - some code changes
9527:
9528: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9529: added
9530:
9531: 2007-08-17 misha
9532:
9533: * tests/: results/006.processed, results/059.processed, 006.html,
9534: 059.html: - more tests for match
9535:
9536: * tests/: 129.html, results/129.processed: - tests for
9537: ^table.hash[...][$.type[string|hash|table]] added
9538:
9539: * src/targets/cgi/parser3.C: - little syntax changes
9540:
9541: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9542: syntax changes
9543:
9544: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9545: messages in parser3.log switched off by default. If someone
9546: really still need it: use $SIGPIPE(1)
9547:
9548: 2007-08-08 misha
9549:
9550: * buildall-with-xml, buildall-without-xml: - remove libs source
9551: files by default since now
9552:
9553: 2007-08-07 misha
9554:
9555: * buildall-without-xml: - some option syntax changes
9556:
9557: * buildall-with-xml: - compile libxml2 without http support - some
9558: option syntax changes
9559:
9560: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9561:
9562: 2007-08-06 misha
9563:
9564: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9565:
9566: * tests/: 160.html, results/160.processed: - cache test was
9567: rewrited
9568:
9569: 2007-07-06 misha
9570:
9571: * tests/: 153.html, results/153.processed: - added test for
9572: ^math:sha1[string]
9573:
9574: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9575: transcoded
9576:
9577: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9578: were added
9579:
9580: 2007-06-28 misha
9581:
9582: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9583: some incorrect chars
9584:
9585: 2007-06-19 misha
9586:
9587: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9588: were moved on top because of gcc 4 had a problems during
9589: building.
9590:
9591: 2007-06-18 misha
9592:
9593: * tests/results/019.processed: - new image commited
9594:
9595: 2007-06-09 misha
9596:
9597: * src/classes/: op.C, table.C: - in while and table.select method
9598: as_expression used now
9599:
9600: * src/types/pa_vmethod_frame.h: - method as_expression was added
9601:
9602: 2007-06-08 misha
9603:
9604: * tests/: 166.html, results/166.processed: - test for
9605: ^match[...][n]
9606:
9607: * tests/: 165.html, results/165.processed: - tests for loops
9608:
9609: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9610: because of no speed/memory optimisation but some proglems with
9611: long cycles occure
9612:
9613: 2007-06-06 misha
9614:
9615: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9616: ^table.select(true) and ^table.select(1) didn't works because of
9617: awaiting junction-param only. fixed.
9618:
9619: 2007-05-24 misha
9620:
9621: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9622: with 0.5 secs interval
9623:
9624: * src/classes/op.C: - cache was rewrited. I hope it works with
9625: locking system now on unix
9626:
9627: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9628: system locks which wait till other threads release it but try get
9629: lock, if fail wait 1 sec and make 10 attempts.
9630:
9631: * src/include/pa_os.h: - consts for blocking locks + some comments
9632: were added
9633:
9634: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9635: opening files
9636:
9637: * src/classes/table.C: - changes in includes. if unclude <sstream>
9638: after our classes on unix it can't be build
9639:
9640: * src/types/pa_vhashfile.C: - not needed code removed
9641:
9642: 2007-05-23 misha
9643:
9644: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9645: include/pa_common.h: - cosmetic changes
9646:
9647: 2007-05-18 misha
9648:
9649: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9650: often. it's give some speed increasing
9651:
9652: * tests/results/160.processed: - returned time corrected
9653:
9654: * tests/160.html: - time increased because on unix 1 mean nothing
9655: :(
9656:
9657: * operators.txt: - added info about ^hash.contain[key]
9658:
9659: * src/classes/hash.C: - added ^hash.contain[key]
9660:
9661: * src/include/pa_hash.h: - added method for checking key exists in
9662: hash
9663:
9664: 2007-05-07 misha
9665:
9666: * src/include/pa_string.h: - was compilation error during build on
9667: freebsd4
9668:
9669: 2007-05-03 misha
9670:
9671: * src/classes/table.C: - option $.type[hash|string|table] was added
9672: for ^table.hash[]
9673:
9674: * src/classes/file.C: - comment removed
9675:
9676: 2007-04-26 misha
9677:
9678: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9679: real files doesn't opened in place anymore
9680:
9681: 2007-04-24 misha
9682:
9683: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9684:
9685: * src/include/pa_exception.h: "static" removed
9686:
9687: 2007-04-23 misha
9688:
9689: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9690:
9691: * src/classes/math.C: added: - ^math:ln(N) (the same as
9692: ^math:log(N)) - ^math:lg(N)
9693:
9694: * tests/: 097.html, results/097.processed: - charsets converstion
9695: during ^file::load[text;http://...] added
9696:
9697: * tests/: 164.html, results/164.processed: - check for set expires
9698: as a date
9699:
9700: * tests/: 164.html, results/164.processed: - test for hashfile
9701:
9702: * src/classes/hashfile.C: - little comment changes
9703:
9704: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9705: access
9706:
9707: * src/: classes/date.C, classes/double.C, classes/file.C,
9708: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9709: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9710: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9711: classes/xnode.h, include/pa_request.h, main/execute.C,
9712: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9713: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9714: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9715: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9716: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9717: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9718: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9719: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9720: "parser.runtime" strings were removed
9721:
9722: * src/classes/hashfile.C: - with .clear[] called files_delete()
9723: now.
9724:
9725: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9726:
9727: * src/include/pa_exception.h: - string constant with
9728: "parser.runtime" text was added
9729:
9730: 2007-04-20 misha
9731:
9732: * operators.txt: - some comments changing
9733:
9734: * operators.txt: - added info about .^hashfile.release[],
9735: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9736:
9737: * configure: =cheching for unsetenv
9738:
9739: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9740: ^hashfile.release[] were added
9741:
9742: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9743: ^string.match[][] understand new option now: return number of
9744: matches but not table wit results
9745:
9746: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9747: reopen now
9748:
9749: * src/classes/op.C: - bug. must be false
9750:
9751: * configure.in: - checking for unsetenv was added
9752:
9753: * src/types/pa_vform.C: - some comments
9754:
9755: 2007-04-18 misha
9756:
9757: * buildall-with-xml: moving to libxml2-2.6.28
9758:
9759: * buildall-with-xml, buildall-without-xml: added commented lines
9760: with --disable-safe-mode option
9761:
9762: * operators.txt: - info about $form:files
9763:
9764: 2007-04-17 misha
9765:
9766: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9767: $form:files was added
9768:
9769: * tests/: 163.html, results/163.processed: removing auto format
9770:
9771: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9772:
9773: 2007-04-16 misha
9774:
9775: * tests/: 163.html, results/163.processed: - test for .int[],
9776: floor, round, ceiling and .format[]
9777:
9778: * src/classes/file.C: - little optimization for getting args in
9779: exec/cgi
9780:
9781: 2007-04-13 misha
9782:
9783: * src/classes/file.C: - arguments for file::exec/cgi can be
9784: specified now as s table with one column
9785:
9786: 2007-03-27 misha
9787:
9788: * tests/: 162.html, results/162.processed: - test for
9789: ^table.select(^condition[$t])
9790:
9791: * tests/results/auto.p: - load windows-1251 charset for some tests
9792:
9793: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9794:
9795: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9796: 161_windows1251.txt: - added test for
9797: ^file::load[text;/local/file.txt;$.charset[...]]
9798:
9799: * tests/: results/013.processed, 013.html: - added test for
9800: checking $._default value while hash modifications
9801:
9802: * tests/: 160.html, results/160.processed: - add test for
9803: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9804:
9805: 2007-03-22 misha
9806:
9807: * src/include/pa_common.h: - "charset" string defined for
9808: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9809:
9810: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9811: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9812: added - not needed transcodes were removed from
9813: ^file::load[...;http://...]
9814:
9815: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9816: added
9817:
9818: * src/classes/date.C: - date.week was fixed
9819:
9820: * operators.txt: - added info about date.weekyear
9821:
9822: * tests/: 159.html, results/159.processed: - tests for date.week
9823: and date.weekyear added
9824:
9825: 2007-03-15 misha
9826:
9827: * src/classes/table.C: - enclose column numbers for nameless tables
9828: as well
9829:
9830: 2007-03-14 misha
9831:
9832: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9833:
9834: * src/classes/table.C: - table.save optimization: now required much
9835: less memory
9836:
9837: 2007-03-13 misha
9838:
9839: * tests/results/: 158.processed, 158.processes: - tests for
9840: table.save/table.load
9841:
9842: * tests/: 158.html, results/158.processes: - tests for
9843: table.save/table.load
9844:
9845: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9846:
9847: * buildall-with-xml: - pattern needed now for building
9848:
9849: * tests/results/097.processed: - added test results for xdoc::load
9850: & xdoc::load[http://...]
9851:
9852: * tests/097.html: - added test for xdoc::load
9853:
9854: 2007-03-12 misha
9855:
9856: * tests/: 107.html, results/107.processed: - added test for xpath
9857: '//man'
9858:
9859: 2007-03-01 misha
9860:
9861: * tests/: 097.html, results/097.processed: - added test for
9862: creating xdoc from file
9863:
9864: * tests/: results/157.processed, 157.html: - added test for
9865: file:move
9866:
9867: 2007-02-28 misha
9868:
9869: * src/classes/xdoc.C: - another attempt
9870:
9871: * src/classes/xdoc.C: - roll back last changes for a while
9872:
9873: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9874:
9875: * src/classes/file.C: - under lock we create non-exist dir anyway
9876:
9877: * tests/results/099.processed: - ever send content-disposition to
9878: client with file
9879:
9880: * tests/157.html: + test for file:copy
9881:
9882: 2007-02-26 misha
9883:
9884: * src/classes/file.C: - some similar strings moved to #define
9885: instead of to be copy/pasted many times
9886:
9887: * src/types/pa_vfile.h: - class name string ("file") moved to
9888: #define
9889:
9890: 2007-02-20 misha
9891:
9892: * configure.in: - added some strings for sqlite detection
9893:
9894: 2007-02-19 misha
9895:
9896: * operators.txt: - some comments changes
9897:
9898: * buildall-with-xml, buildall-without-xml: - some modifications
9899:
9900: 2007-02-17 misha
9901:
9902: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9903:
9904: * src/main/pa_request.C: - damn, i forgot to commit it while I
9905: change console behaviour
9906:
9907: 2007-02-12 misha
9908:
9909: * src/targets/cgi/parser3.C: - don't print headers if
9910: $console:line[data] was used during cgi execution.
9911:
9912: * src/types/pa_vconsole.h: - console class have bool flag now which
9913: marked as 'true' if class was used.
9914:
9915: * tests/: 152.html, results/152.processed: - more types was added
9916: to test 152
9917:
9918: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9919: adding 'bool' (^if($image){} caused exception)
9920:
9921: 2007-02-09 misha
9922:
9923: * tests/: 152.html, results/152.processed: - test alightly updated
9924:
9925: * tests/: 152.html, results/152.processed: - test rewrited
9926:
9927: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9928: bugfix. I broke xdoc & xnode in expression
9929:
9930: 2007-02-08 misha
9931:
9932: * tests/: 152.html, results/152.processed: - add test for checking
9933: 'def' for void, string, bool, int & double
9934:
9935: 2007-02-07 misha
9936:
9937: * operators.txt: - ^file:base64[filespec] was added
9938:
9939: * tests/results/153.processed: - result test for
9940: ^file:base64[filespec] was updated
9941:
9942: * tests/153.html: - test for ^file:base64[filespec] was added
9943:
9944: * src/types/pa_vconsole.h: - little optimization
9945:
9946: * src/classes/file.C: - ^file:base64[filespec]
9947:
9948: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9949:
9950: * src/include/pa_common.h: - declarations for
9951: ^file:base64[filespec]
9952:
9953: * src/types/pa_vcookie.C: - little optimization
9954:
9955: 2007-02-06 misha
9956:
9957: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9958: were temporary commented
9959:
9960: * src/types/pa_vbool.h: - bugfix
9961:
9962: * tests/156.html: - added test for bool cookie
9963:
9964: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9965:
9966: * tests/: 155.html, results/155.processed: - added test for check
9967: $.encloser[] option for table save/load
9968:
9969: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9970:
9971: 2007-02-05 misha
9972:
9973: * tests/results/152.processed: - newline at the end was missed
9974:
9975: * tests/results/141.processed: - math:md5 must be lowercased
9976:
9977: * src/targets/cgi/parser3.C: - 2007 in help ;)
9978:
9979: 2007-02-03 misha
9980:
9981: * tests/results/: 150.processed, 151.processed, 152.processed: -
9982: test for bool added and some content length fixes
9983:
9984: * tests/152.html: - test for bool added
9985:
9986: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9987:
9988: * operators.txt: - info bool class was added
9989:
1.116 moko 9990: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9991: classes/classes.vcproj, classes/double.C, classes/int.C,
9992: classes/string.C, classes/void.C, classes/xnode.C,
9993: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9994: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9995: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9996: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9997: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9998: types/types.vcproj: - bool class was added
9999:
10000: * src/main/pa_request.C: - fix
10001:
10002: 2007-01-18 misha
10003:
10004: * src/: main/pa_string.C, classes/string.C: - return table during
10005: ^string.match[][] even if no matched found.
10006:
10007: 2006-12-20 misha
10008:
10009: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10010: http://www.parser.ru/forum/?id=55598 ]
10011:
10012: 2006-12-19 misha
10013:
10014: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10015: details: http://www.parser.ru/forum/?id=52359
10016:
10017: * src/main/pa_request.C: - always set content-disposition for
10018: $response:body[hash here]. more details:
10019: http://www.parser.ru/forum/?id=52130
10020:
10021: 2006-12-07 misha
10022:
10023: * operators.txt: - added info about bool params in cookie set
10024:
10025: * src/types/pa_vcookie.C: - bool param in cookies available now
10026: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10027: ]
10028:
10029: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10030: was added
10031:
10032: 2006-12-02 misha
10033:
10034: * src/classes/file.C: - file_block_read used instead of native read
10035:
10036: * src/main/pa_common.C: - added file_block_read with read error
10037: detection - file_block_read used instead of native read
10038:
10039: * src/include/pa_common.h: - added file_block_read declaration
10040:
10041: 2006-12-01 misha
10042:
10043: * operators.txt: - info about $var.CLASS_NAME was added
10044:
10045: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10046: $var.CLASS_NAME added
10047:
10048: * operators.txt: - added info about ^file:copy[]
10049:
10050: * src/classes/file.C: - ^file:copy[from;fo] was added
10051:
10052: 2006-11-20 misha
10053:
10054: * src/classes/date.C: - bug fix :)
10055:
10056: 2006-11-17 misha
10057:
10058: * src/include/pa_common.h: - array in crc32 calculation was changed
10059: to static
10060:
10061: * src/main/pa_common.C: - little optimization in getMonthDays -
10062: small changes in crc32 calculation
10063:
10064: * src/classes/date.C: - not needed code was removed
10065:
10066: 2006-11-16 misha
10067:
10068: * src/types/pa_vmail.C: - fix missed brakes
10069:
10070: * src/types/pa_vmail.C: - mail:send now set content-type:
10071: multipart/related instead of multipart/mixed if file have
10072: $.content-id[]
10073:
10074: 2006-11-15 misha
10075:
10076: * src/types/pa_vdouble.h: abs -> fabs
10077:
10078: 2006-11-14 misha
10079:
10080: * operators.txt: - added info about ^file.md5[] and
10081: ^file:md5[file-name]
10082:
10083: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10084: added
10085:
10086: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10087: FILE_BUFFER_SIZE
10088:
10089: * src/classes/math.C: - hex_string was moved to pa_common.h
10090:
10091: * src/include/pa_common.h: - hex_string was moved from math.C -
10092: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10093:
10094: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10095: values was fixed
10096:
10097: 2006-11-13 misha
10098:
10099: * operators.txt: - added info about ^math:crc32[string],
10100: ^file:crc32[file-name] & ^file.crc32[]
10101:
10102: * src/classes/math.C: - added ^math:crc32[string]
10103:
10104: * src/classes/file.C: - some comments were changed - added
10105: ^file:crc32[file-name] and ^file.crc32[]
10106:
10107: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10108: crc32 calculation added
10109:
10110: 2006-11-03 misha
10111:
10112: * src/include/pa_array.h: - not needed variable removed
10113:
10114: * tests/: 150.html, 151.html, results/150.processed,
10115: results/151.processed: - 2 tests were added
10116:
10117: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10118: with $.reverse(1) were fixed
10119:
10120: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10121: query converted to $.charset during ^file::load[http://...]
10122:
10123: 2006-11-02 misha
10124:
10125: * src/include/pa_table.h: ups. forget '=' char
10126:
10127: * src/include/pa_table.h: - one more fix in
10128: .locate[...][$.reverse(1)]
10129:
10130: 2006-11-01 misha
10131:
10132: * src/classes/math.C: - bug fix, details:
10133: http://www.parser.ru/forum/?id=53360
10134:
10135: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10136: false for all records )[$.reverse(1)]
10137:
10138: * src/main/pa_http.C: - second param for this mid method is length
10139: but not end_index so this method has error and can't detect
10140: charsets in next content-types: Content-type: text/html;
10141: charset="windows-1251" Content-type: text/html;
10142: charset="windows-1251"; Content-type: text/html;
10143: charset=windows-1251;
10144:
10145: only Content-type: text/html; charset=windows-1251 was fine
10146:
10147: 2006-10-31 misha
10148:
10149: * src/classes/file.C: - empty args in file::exec removed now
10150:
10151: 2006-09-03 paf
10152:
10153: * src/classes/file.C: proper tainting of
10154: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10155:
10156: 2006-06-09 paf
10157:
10158: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10159:
10160: * src/classes/table.C: formatting
10161:
10162: * src/classes/table.C: incorporated patch from misha: Sent:
10163: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10164: ignoring string options for ^table.save[]
10165:
10166: * src/classes/hash.C: incorporated patch from misha Sent:
10167: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10168: $hash._default disappear while
10169:
10170: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10171: $.format[!uue|!base64] << new base64 option. default uue ] ]
10172:
10173: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10174: PM Subject: patch for base64 in ^mail:send[] %-)
10175:
10176: 2006-04-09 paf
10177:
10178: * src/main/compile.tab.C: ` change compiled
10179:
10180: * gnu.vcproj, operators.txt, parser3.sln,
10181: src/classes/classes.vcproj, src/classes/file.C,
10182: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10183: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10184: src/classes/xnode.C, src/include/pa_array.h,
10185: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10186: src/include/pa_memory.h, src/include/pa_request.h,
10187: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10188: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10189: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10190: src/lib/pcre/pcre_dftables.vcproj,
10191: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10192: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10193: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10194: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10195: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10196: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10197: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10198: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10199: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10200: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10201: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10202: src/types/pa_value.h, src/types/pa_vcookie.C,
10203: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10204: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10205: src/types/pa_vstatus.C, src/types/types.vcproj,
10206: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10207: ^menu, ^hash/hashfile.foreach
10208:
10209: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10210: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10211: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10212: src/classes/xnode.C, src/include/pa_array.h,
10213: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10214: src/include/pa_memory.h, src/include/pa_request.h,
10215: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10216: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10217: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10218: src/lib/pcre/pcre_dftables.vcproj,
10219: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10220: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10221: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10222: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10223: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10224: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10225: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10226: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10227: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10228: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10229: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10230: src/types/pa_value.h, src/types/pa_vcookie.C,
10231: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10232: src/types/pa_vstatus.C, src/types/types.vcproj,
10233: tests/descript.ion: ! switched to VS2005 (projects and
10234: object<info explicitly typed>.for_each(, info)) +
10235: $response:field[] setting void means removing + grammar $name`
10236: name stops now, for mysql `$field` + started ^break[]
10237: ^continue[], in ^for. TODO: to other iterators (while, menu,
10238: foreach) + all log messages += [uri=, method=, cl=]
10239:
10240: * buildall-with-xml: merged . ftp paths update
10241:
10242: * buildall-with-xml: . ftp paths update
10243:
10244: 2006-03-04 paf
10245:
10246: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10247: checks++ [thanks to Igor Zinkovsky for detailed report]
10248:
10249: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10250: Igor Zinkovsky for detailed report]
10251:
10252: 2006-03-01 paf
10253:
10254: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10255: \n to ' ' in
10256:
10257: 2006-02-18 paf
10258:
10259: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10260: \n to ' ' in
10261:
10262: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10263:
10264: 2006-02-03 paf
10265:
10266: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10267: base64
10268:
10269: * src/main/pa_common.C: ! bugfix: decoding from base64
10270:
10271: 2006-01-20 paf
10272:
10273: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10274: economy fix
10275:
10276: * src/classes/: table.C: merged from HEAD ! bugfix
10277: ^table.save[$.encloser-s now handled properly
10278:
10279: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10280: handled properly
10281:
10282: 2006-01-19 paf
10283:
10284: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10285: libgc:USE_MUNMAP activates merging of free memory blocks which
10286: helps a lot in our case: after transform we want
10287: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10288:
10289: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10290: economy fix
10291:
10292: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10293: activates merging of free memory blocks which helps a lot in our
10294: case: after transform we want CORD(main.result)->cstr[big
10295: malloc]->transcode[big malloc]
10296:
10297: 2006-01-17 paf
10298:
10299: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10300: before reading them. got rid of reallocs = became quicker and
10301: less fragmentated
10302:
10303: 2005-12-29 paf
10304:
1.116 moko 10305: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10306: configure, configure.in, src/include/pa_version.h,
10307: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10308: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10309: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10310: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10311: src/lib/ltdl/missing: . merged from 3.2.1
10312:
1.116 moko 10313: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10314: packaged when 'make dist', so do configure companion files in
10315: src/lib/ltdl
10316:
10317: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10318: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10319: missing: . now config_auto.h is created with configure [were
10320: constant]
1.95 moko 10321:
10322: * INSTALL: . references to documentation and some clarification
10323:
10324: * buildall-with-xml, buildall-without-xml: . farawell doc
10325: indication
10326:
1.116 moko 10327: * Makefile.am: . dist+=buildall*
1.95 moko 10328:
10329: 2005-12-28 paf
10330:
10331: * configure: . 3.2.1
10332:
10333: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10334: simplify build process, see INSTALL
10335:
10336: 2005-12-26 paf
10337:
10338: * configure: ver
10339:
10340: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10341: version
10342:
10343: 2005-12-21 paf
10344:
10345: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10346: compiled with bison 1.875b, it reports unexpected token names
10347:
10348: 2005-12-19 paf
10349:
10350: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10351: holds a link to xmlNode to prevent premature gc(xmlNode)
10352:
10353: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10354: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10355: src/main/main.vcproj, src/main/pa_globals.C,
10356: src/targets/cgi/parser3.vcproj,
10357: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10358: configure, configure.in, src/include/pa_version.h: . killing
10359: gdome [what a relief]
10360:
10361: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10362: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10363: run_parser.sh, results/001.processed, results/002.processed,
10364: results/003.processed, results/004.processed,
10365: results/005.processed, results/006.processed,
10366: results/008.processed, results/009.processed,
10367: results/010.processed, results/011.processed,
10368: results/012.processed, results/013.processed,
10369: results/014.processed, results/015.processed,
10370: results/016.processed, results/017.processed,
10371: results/018.processed, results/020.processed,
10372: results/021.processed, results/022.processed,
10373: results/023.processed, results/024.processed,
10374: results/025.processed, results/026.processed,
10375: results/027.processed, results/028.processed,
10376: results/029.processed, results/030.processed,
10377: results/031.processed, results/032.processed,
10378: results/033.processed, results/034.processed,
10379: results/035.processed, results/036.processed,
10380: results/037.processed, results/038.processed,
10381: results/039.processed, results/040.processed,
10382: results/041.processed, results/042.processed,
10383: results/043.processed, results/044.processed,
10384: results/045.processed, results/046.processed,
10385: results/047.processed, results/048.processed,
10386: results/049.processed, results/050.processed,
10387: results/051.processed, results/052.processed,
10388: results/053.processed, results/054.processed,
10389: results/055.processed, results/056.processed,
10390: results/057.processed, results/058.processed,
10391: results/059.processed, results/060.processed,
10392: results/061.processed, results/062.processed,
10393: results/063.processed, results/064.processed,
10394: results/065.processed, results/066.processed,
10395: results/067.processed, results/068.processed,
10396: results/069.processed, results/070.processed,
10397: results/071.processed, results/072.processed,
10398: results/073.processed, results/074.processed,
10399: results/075.processed, results/076.processed,
10400: results/077.processed, results/078.processed,
10401: results/079.processed, results/080.processed,
10402: results/081.processed, results/082.processed,
10403: results/083.processed, results/084.processed,
10404: results/085.processed, results/086.processed,
10405: results/087.processed, results/088.processed,
10406: results/089.processed, results/090.processed,
10407: results/091.processed, results/092.processed,
10408: results/093.processed, results/094.processed,
10409: results/095.processed, results/096.processed,
10410: results/097.processed, results/099.processed,
10411: results/100.processed, results/101.processed,
10412: results/102.processed, results/104.processed,
10413: results/105.processed, results/106.processed,
10414: results/107.processed, results/108.processed,
10415: results/109.processed, results/110.processed,
10416: results/111.processed, results/112.processed,
10417: results/113.processed, results/114.processed,
10418: results/115.processed, results/117.processed,
10419: results/119.processed, results/120.processed,
10420: results/121.processed, results/122.processed,
10421: results/123.processed, results/124.processed,
10422: results/125.processed, results/126.processed,
10423: results/127.processed, results/128.processed,
10424: results/129.processed, results/130.processed,
10425: results/131.processed, results/132.processed,
10426: results/133.processed, results/134.processed,
10427: results/135.processed, results/136.processed,
10428: results/138.processed, results/139.processed,
10429: results/140.processed, results/141.processed,
10430: results/142.processed, results/143.processed,
10431: results/144.processed, results/145.processed,
10432: results/146.processed, results/147.processed,
10433: results/148.processed, results/149.processed, results/auto.p: .
10434: now works if we turn off default auto.p
10435:
1.116 moko 10436: * configure: . makes
1.95 moko 10437:
10438: * src/types/pa_vxnode.C: . less warnings
10439:
10440: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10441: tests/145.html, tests/149.html, tests/descript.ion,
10442: tests/outputs/d.cmd, tests/results/142.processed,
10443: tests/results/143.processed, tests/results/144.processed,
10444: tests/results/145.processed, tests/results/146.processed,
10445: tests/results/147.processed, tests/results/148.processed,
10446: tests/results/149.processed: . removed .nodeValue from all node
10447: types other than 5 (grabbed piece from gdome)
10448:
10449: * tests/: 137.html, results/137.processed: . not handled this case
10450: yet. code does not hang from inserting parent into child,
10451: considering thing minor issue -- nodes are removed from source
10452: anyway, don't know why shold that be an error after all
10453:
10454: * src/targets/cgi/parser3.C: . style
10455:
10456: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10457: xdoc too [were barking "not element"]
10458:
10459: 2005-12-16 paf
10460:
10461: * tests/: 146.html, 147.html, 148.html: . more tests
10462:
10463: * src/classes/xnode.C: . also bark on possible errors
10464:
10465: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10466: props
10467:
10468: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10469: main/compile.y: merged from HEAD ! fixed overoptimized
10470: ^call(false) case. (confused it with ^call[] case)
10471:
10472: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10473: ^call(false) case. (confused it with ^call[] case)
10474:
10475: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10476:
10477: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10478: results/001.processed, results/002.processed,
10479: results/003.processed, results/004.processed,
10480: results/005.processed, results/006.processed,
10481: results/008.processed, results/009.processed,
10482: results/010.processed, results/011.processed,
10483: results/012.processed, results/013.processed,
10484: results/014.processed, results/015.processed,
10485: results/016.processed, results/017.processed,
10486: results/018.processed, results/019.processed,
10487: results/020.processed, results/021.processed,
10488: results/022.processed, results/023.processed,
10489: results/024.processed, results/025.processed,
10490: results/026.processed, results/027.processed,
10491: results/028.processed, results/029.processed,
10492: results/030.processed, results/031.processed,
10493: results/032.processed, results/033.processed,
10494: results/034.processed, results/035.processed,
10495: results/036.processed, results/037.processed,
10496: results/038.processed, results/039.processed,
10497: results/040.processed, results/041.processed,
10498: results/042.processed, results/043.processed,
10499: results/044.processed, results/045.processed,
10500: results/046.processed, results/047.processed,
10501: results/048.processed, results/049.processed,
10502: results/050.processed, results/051.processed,
10503: results/052.processed, results/053.processed,
10504: results/054.processed, results/055.processed,
10505: results/056.processed, results/057.processed,
10506: results/058.processed, results/059.processed,
10507: results/060.processed, results/061.processed,
10508: results/062.processed, results/063.processed,
10509: results/064.processed, results/065.processed,
10510: results/066.processed, results/067.processed,
10511: results/068.processed, results/069.processed,
10512: results/070.processed, results/071.processed,
10513: results/072.processed, results/073.processed,
10514: results/074.processed, results/075.processed,
10515: results/076.processed, results/077.processed,
10516: results/078.processed, results/079.processed,
10517: results/080.processed, results/081.processed,
10518: results/082.processed, results/083.processed,
10519: results/084.processed, results/085.processed,
10520: results/086.processed, results/087.processed,
10521: results/088.processed, results/089.processed,
10522: results/090.processed, results/091.processed,
10523: results/092.processed, results/093.processed,
10524: results/094.processed, results/095.processed,
10525: results/096.processed, results/097.processed,
10526: results/099.processed, results/101.processed,
10527: results/102.processed, results/104.processed,
10528: results/105.processed, results/106.processed,
10529: results/107.processed, results/108.processed,
10530: results/109.processed, results/110.processed,
10531: results/111.processed, results/112.processed,
10532: results/113.processed, results/114.processed,
10533: results/115.processed, results/116.processed,
10534: results/117.processed, results/118.processed,
10535: results/119.processed, results/120.processed,
10536: results/121.processed, results/122.processed,
10537: results/123.processed, results/124.processed,
10538: results/125.processed, results/126.processed,
10539: results/127.processed, results/128.processed,
10540: results/129.processed, results/130.processed,
10541: results/131.processed, results/132.processed,
10542: results/133.processed, results/134.processed,
10543: results/135.processed, results/136.processed,
10544: results/137.processed, results/138.processed,
10545: results/139.processed, results/140.processed,
10546: results/141.processed: . refreshed old tests, made them work
10547: without auto.p (in utf8) . things noted: . gif got encoded
10548: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10549: some strange year)
10550:
10551: * INSTALL: . revived linux libgc fix
10552:
10553: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10554: glib/gdome in INSTALL and patches]
10555:
10556: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10557: include/pa_charset.h, include/pa_config_includes.h,
10558: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10559: include/pa_xml_exception.h, lib/cord/Makefile.am,
10560: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10561: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10562: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10563: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10564: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10565: types/pa_vxnode.h: . started killing gdome
10566:
10567: 2005-12-13 paf
10568:
10569: * src/main/: pa_request.C: merged from HEAD ! when code in
10570: @unhandled_exception thrown another exception, print correct
10571: origin (earlier code in catch of exception inside of
10572: @unhandled_exception grabbed parent_frame(original_exception)
10573: origin and printed it, instead of true origin)
10574:
10575: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10576: another exception, print correct origin (earlier code in catch of
10577: exception inside of @unhandled_exception grabbed
10578: parent_frame(original_exception) origin and printed it, instead
10579: of true origin)
10580:
10581: 2005-12-09 paf
10582:
10583: * INSTALL: . updated INSTALL doc to work around linux stack base
10584: detection problem, due to change in gc6.4 code
10585:
10586: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10587: ignored in ^string.matched :(
10588:
10589: * src/main/pa_string.C: ! regex tainting were ignored in
10590: ^string.matched :(
10591:
10592: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10593: src/include/pa_config_fixed.h, src/include/pa_version.h,
10594: src/main/compile.y, src/main/compile_tools.h,
10595: src/main/pa_charset.C, src/main/pa_common.C,
10596: src/main/pa_globals.C, src/main/pa_string.C,
10597: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10598: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10599:
10600: 2005-12-08 paf
10601:
10602: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10603: 500 chars now handled OK [were wrapped on 500th char according to
10604: rfc, but sendmail failed to unwrap it properly]
10605:
10606: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10607: handled OK [were wrapped on 500th char according to rfc, but
10608: sendmail failed to unwrap it properly]
10609:
10610: * src/targets/isapi/parser3isapi.C: . less warnings
10611:
10612: * src/targets/isapi/parser3isapi.C: . undone some strange change
10613: since 3.1.5
10614:
10615: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10616: link fixes
10617:
10618: * src/: classes/date.C, include/pa_config_fixed.h,
10619: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10620: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10621: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10622:
10623: * src/include/pa_config_fixed.h: . removed outdated string origins
10624: [in current storage scheme there's no place for them. someday we
10625: can add third CORD to store origins and special version of parser
10626: which stores origins there [separate binary]]
10627:
10628: 2005-12-07 paf
10629:
10630: * src/targets/isapi/parser3isapi.C: . now links in release mode
10631:
10632: * src/include/pa_version.h: makefiles
10633:
10634: * src/include/pa_version.h: . not beta
10635:
10636: * configure, configure.in, src/include/pa_version.h: not beta
10637:
10638: 2005-12-06 paf
10639:
10640: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10641: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10642: decided to undo the change ^call[$void] passes void. now it will
10643: pass empty string again.
10644:
10645: * src/main/: compile.tab.C, compile.y: . version readded
10646:
10647: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10648: = ^switch[void] problem
10649:
10650: 2005-12-01 paf
10651:
10652: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10653: caused ^case[string] to be coerced to double since searching
10654: value were not string (it was vvoid)
10655:
10656: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10657: ^case[string] to be coerced to double since searching value were
10658: not string (it was vvoid)
10659:
10660: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10661: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10662:
10663: 2005-11-30 paf
10664:
10665: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10666: win32 must putenv("TZ="), on unix works only putenv("TZ")
10667:
10668: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10669: putenv("TZ="), on unix works only putenv("TZ")
10670:
10671: * INSTALL: . xml libs versions updated
10672:
10673: * src/main/pa_globals.C: //20051130 trying to remove this, author
10674: claims that fixed a lot there // 20040920 for now both
10675: workarounds needed. wait for new libxml/xsl versions
10676:
10677: 2005-11-28 paf
10678:
10679: * src/classes/table.C: merged from HEAD: ! nameless table has
10680: columns==0
10681:
10682: * src/classes/table.C: ! nameless table has columns==0
10683:
10684: * src/main/pa_http.C: merged from HEAD: ! status line check made
10685: earlier [was totally wrong]
10686:
10687: * src/main/pa_http.C: ! status line check made earlier [was totally
10688: wrong]
10689:
10690: 2005-11-25 paf
10691:
10692: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10693: undoing for now...
10694:
10695: * src/include/pa_version.h: -this reduces speed(table::load),
10696: strange. undoing
10697:
10698: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10699:
10700: * src/classes/op.C: + ^while(){}[SEPARATOR]
10701:
10702: * src/include/pa_array.h: + optimistics added: all arrays (table
10703: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10704: this speeds things up and saves memory a LOT! (not noticed
10705: negative effect on syntetic tests, future will tell...)
10706:
10707: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10708: changed gc_malloc implementation, which obscured profiling
10709:
10710: * src/classes/table.C: merged from HEAD: + optimized
10711: table::load/sql, now row ArrayString-s allocated with
10712: columns.count() elements and don't always grow from
10713: count=3[realloc,realloc]
10714:
10715: * src/classes/table.C: + optimized table::load/sql, now row
10716: ArrayString-s allocated with columns.count() elements and don't
10717: always grow from count=3[realloc,realloc]
10718:
10719: * src/classes/table.C: merged from HEAD: . ^table.save unused
10720: buffer after save
10721:
10722: * src/classes/table.C: . ^table.save unused buffer after save
10723:
10724: 2005-11-24 paf
10725:
10726: * configure.in: . merged glib2-config patch
10727:
10728: * configure.in: + trying to find glib2-config
10729:
10730: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10731: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10732: file/dir_readable to simple file/dir_exist, this would help in
10733: situations "class not found because .p file has bad rights" << in
10734: that case error would be explicit "access denied to 'this' file"
10735:
1.116 moko 10736: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10737:
10738: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10739: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10740: to simple file/dir_exist, this would help in situations "class
10741: not found because .p file has bad rights" << in that case error
10742: would be explicit "access denied to 'this' file"
10743:
10744: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10745: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10746: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10747: ^file::exec/cgi[script;$.charset[changed]
10748: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10749: encoded in $.charset charset
10750:
10751: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10752: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10753: encoded in $.charset charset
10754:
10755: * src/: include/Makefile.am, include/pa_common.h,
10756: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10757: main/pa_common.C, main/pa_http.C: . extracted http:// into
10758: separate file [preparation for
10759: ^file::cgi[script;$.form[$.field1[]
10760:
10761: 2005-11-22 paf
10762:
10763: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10764:
10765: * acinclude.m4, configure.in: . merged underquting fixes
10766:
1.116 moko 10767: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10768:
10769: * src/classes/op.C: . overmerged a little
10770:
10771: * src/main/compile.tab.C: Makefile
10772:
10773: * src/main/: pa_common.C: . less gcc warnings
10774:
10775: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10776: now reports original exception if we have no old cache
10777:
10778: * src/classes/op.C: + $exception.handled[cache] now reports
10779: original exception if we have no old cache
10780:
10781: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10782: from HEAD: + ^taint/untaint[regex] << escapes these:
10783: \^$.[]|()?*+{}
10784:
10785: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10786: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10787:
10788: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10789: getenv-ed variable, which does not work both on win32&unix.
10790: copied old TZ value now
10791:
10792: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10793: stored pointer to getenv-ed variable, which does not work both on
10794: win32&unix. copied old TZ value now
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_vresponse.C: merged from HEAD: + $response:headers
10801: access to internal hash
10802:
10803: * src/types/pa_vresponse.C: + $response:headers access to internal
10804: hash
10805:
10806: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10807: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10808: isapi] this reduces number of "GC Warning: Repeated allocation of
10809: very large block" messages to only important onces
10810:
10811: * src/targets/isapi/parser3isapi.C: +
10812: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10813: isapi] this reduces number of "GC Warning: Repeated allocation of
10814: very large block" messages to only important onces
10815:
10816: * src/classes/string.C: merged from HEAD: + removed limitation on
10817: ^string/int/double:sql{}[$.default[({param style})] ]
10818:
10819: * src/classes/string.C: + removed limitation on
10820: ^string/int/double:sql{}[$.default[({param style})] ]
10821:
10822: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10823: with ?params or $.form option" limitation
10824:
10825: * src/main/pa_common.C: + removed "use either uri with ?params or
10826: $.form option" limitation
10827:
10828: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10829: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10830: ^file::base64[encoded] decode
10831:
10832: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10833: main/pa_common.C: + ^file.base64[] encode +
10834: ^file::base64[encoded] decode
10835:
10836: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10837: ^string:base64[encoded] decode
10838:
10839: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10840: ^string:base64[in] encode + ^string.base64[] decode
10841:
10842: 2005-11-21 paf
10843:
10844: * src/classes/file.C: + merged from HEAD:
10845: ^file::create[text;file.xml;^untaint[xml]{data}]
10846:
10847: * src/classes/file.C: +
10848: ^file::create[text;file.xml;^untaint[xml]{data}]
10849:
10850: * src/main/pa_request.C: ! merged: $response:body[file] now
10851: differes from :download, it does not return content-disposition
10852: at all now [previusely it returned valueless content-disposition]
10853:
10854: * src/main/pa_request.C: ! $response:body[file] now differes from
10855: :download, it does not return content-disposition at all now
10856: [previusely it returned valueless content-disposition]
10857:
10858: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10859: literals, reverted to just vvod, recreating empty array with each
10860: void_value token. that's absolutely needed, since that array
10861: grows
10862:
10863: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10864: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10865: types/pa_vmethod_frame.h: + merged: expression literals:
10866: true/false. ^format[$.indent(true)]
10867:
10868: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10869: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10870: types/pa_vmethod_frame.h: + expression literals: true/false.
10871: ^format[$.indent(true)]
10872:
10873: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10874: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10875: i386-pc-win32)"
10876:
10877: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10878: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10879: i386-pc-win32)"
10880:
10881: 2005-11-18 paf
10882:
10883: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10884: null}[$.default(123)] will now return default value
10885:
10886: * src/classes/op.C: + merged ^cache[] << returns current cache
10887: expiration time
10888:
10889: * src/classes/op.C: + ^cache[] << returns current cache expiration
10890: time
10891:
10892: * src/classes/table.C: ! merged ^table::create[not'nameless';
10893: failed << Exception.problem_source pointed to local var!
10894:
10895: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10896: Exception.problem_source pointed to local var!
10897:
10898: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10899: now loads VFile.ptr!=0, so such files can be saved now
10900:
10901: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10902: loads VFile.ptr!=0, so such files can be saved now
10903:
10904: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10905: only . and .. now removed from list [were removed all .*]
10906:
10907: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10908: .. now removed from list [were removed all .*]
10909:
10910: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10911: open error now checked, were not :( [stole that piece from apache
10912: 1.3 sources]
10913:
10914: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10915: checked, were not :( [stole that piece from apache 1.3 sources]
10916:
10917: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10918: untainting of @main result if returned by $result or
10919: $response:body
10920:
10921: * src/main/pa_request.C: ! ensured proper untainting of @main
10922: result if returned by $result or $response:body
10923:
10924: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10925: issue: now tries to guess content-length and allocates one big
10926: piece if possible [regretfully gc_realloc works as malloc+free,
10927: leaving lots of holes behind]
10928:
10929: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10930: fixed file load memory issue: now tries to guess content-length
10931: and allocates one big piece if possible [regretfully gc_realloc
10932: works as malloc+free, leaving lots of holes behind]
10933:
10934: 2005-11-16 paf
10935:
10936: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10937: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10938: table::save with enclosers now doubles them: "->"" !
10939: table::save/load do not remove elements from options hash
10940:
10941: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10942: [were overoptimized ^if(double_literal), compiler confused
10943: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10944:
10945: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10946: [were overoptimized ^if(double_literal), compiler confused
10947: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10948:
10949: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10950: main/pa_common.C: ! table::save with enclosers now doubles them:
10951: "->"" ! table::save/load do not remove elements from options hash
10952:
10953: 2005-11-03 paf
10954:
1.116 moko 10955: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10956: compilation, not all makefiles liked that
1.95 moko 10957:
10958: 2005-08-30 paf
10959:
10960: * src/classes/op.C: merge . speedup check of [DEFAULT]
10961:
10962: * src/classes/op.C: . speedup check of [DEFAULT]
10963:
10964: 2005-08-26 paf
10965:
10966: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10967:
10968: * src/: classes/date.C, types/pa_vdate.h: + date.week
10969:
10970: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10971: complains about bad!=nameless
10972:
10973: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10974: about bad!=nameless
10975:
10976: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10977: optional options were allowed to be empty. were checked
10978: if(is_string), changed to !defined||is_string to allow void
10979:
10980: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10981: classes/string.C, classes/table.C, classes/void.C: ! optional
10982: options were allowed to be empty. were checked if(is_string),
10983: changed to !defined||is_string to allow void
10984:
10985: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10986: as_junction where they needed as_int/double, so failed with
10987: recent "(const) now no junction" optimization
10988:
10989: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10990: merged ! many classes/* used as_junction where they needed
10991: as_int/double, so failed with recent "(const) now no junction"
10992: optimization
10993:
10994: * src/: classes/double.C, classes/int.C, classes/math.C,
10995: classes/op.C, classes/string.C, classes/table.C,
10996: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10997: used as_junction where they needed as_int/double, so failed with
10998: recent "(const) now no junction" optimization
10999:
11000: 2005-08-24 paf
11001:
11002: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11003: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11004: stripped it
11005:
11006: 2005-08-09 paf
11007:
11008: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11009: not cleared
11010:
11011: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11012: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11013: classes/hashfile.C, classes/image.C, classes/int.C,
11014: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11015: classes/response.C, classes/string.C, classes/table.C,
11016: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11017: include/pa_array.h, include/pa_cache_managers.h,
11018: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11019: include/pa_config_fixed.h, include/pa_config_includes.h,
11020: include/pa_dictionary.h, include/pa_dir.h,
11021: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11022: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11023: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11024: include/pa_request_charsets.h, include/pa_request_info.h,
11025: include/pa_sapi.h, include/pa_socks.h,
11026: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11027: include/pa_stack.h, include/pa_string.h,
11028: include/pa_stylesheet_connection.h,
11029: include/pa_stylesheet_manager.h, include/pa_table.h,
11030: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11031: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11032: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11033: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11034: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11035: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11036: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11037: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11038: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11039: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11040: main/pa_sql_driver_manager.C, main/pa_string.C,
11041: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11042: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11043: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11044: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11045: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11046: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11047: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11048: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11049: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11050: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11051: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11052: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11053: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11054: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11055: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11056: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11057: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11058: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11059: types/pa_vresponse.C, types/pa_vresponse.h,
11060: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11061: types/pa_vstateless_object.h, types/pa_vstatus.C,
11062: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11063: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11064: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11065: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11066: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11067:
11068: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11069: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11070: speedup consequent checks in vmethod_frame
11071:
11072: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11073: not cleared
11074:
11075: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11076: params: 50 max (were 10)
11077:
11078: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11079: params: 50 max (were 10)
11080:
11081: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11082: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11083: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11084: empty string) ! simplified (double) speedup consequent checks in
11085: vmethod_frame
11086:
11087: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11088: optimized constants in expressions vstring->vdouble + optimized
11089: ^call(vdouble), no junction creation, no calls later
11090:
11091: 2005-08-08 paf
11092:
11093: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11094: compile_tools.h: merged + optimized constants in expressions
11095: vstring->vdouble + optimized ^call(vdouble), no junction
11096: creation, no calls later
11097:
11098: * src/types/pa_vdouble.h: merged . double values without fractional
11099: part now default printed as %.0f instead of %g
11100:
11101: * src/types/pa_vdouble.h: . double values without fractional part
11102: now default printed as %.0f instead of %g
11103:
11104: * src/classes/hashfile.C: . merged ! second hashfile::open would
11105: cause an exception
11106:
11107: * src/classes/hashfile.C: ! second hashfile::open would cause an
11108: exception
11109:
11110: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11111: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11112: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11113: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11114: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11115: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11116: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11117: types/pa_vresponse.h, types/pa_vstateless_class.C,
11118: types/pa_vstateless_object.h, types/pa_vvoid.h,
11119: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11120: merged VJunction(new Junction) optimization from 3.1.4
11121:
11122: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11123: types/pa_vstateless_class.C: + optimized new VJunction(new
11124: Junction(params)) to new VJunction(params), thousands of mallocs
11125: removed
11126:
11127: 2005-08-05 paf
11128:
11129: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11130: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11131: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11132: creation, no calls later
11133:
11134: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11135: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11136: classes/hashfile.C, classes/image.C, classes/int.C,
11137: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11138: classes/response.C, classes/string.C, classes/table.C,
11139: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11140: include/pa_array.h, include/pa_cache_managers.h,
11141: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11142: include/pa_config_fixed.h, include/pa_config_includes.h,
11143: include/pa_dictionary.h, include/pa_dir.h,
11144: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11145: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11146: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11147: include/pa_request_charsets.h, include/pa_request_info.h,
11148: include/pa_sapi.h, include/pa_socks.h,
11149: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11150: include/pa_stack.h, include/pa_string.h,
11151: include/pa_stylesheet_connection.h,
11152: include/pa_stylesheet_manager.h, include/pa_table.h,
11153: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11154: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11155: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11156: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11157: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11158: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11159: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11160: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11161: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11162: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11163: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11164: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11165: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11166: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11167: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11168: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11169: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11170: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11171: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11172: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11173: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11174: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11175: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11176: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11177: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11178: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11179: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11180: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11181: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11182: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11183: types/pa_vstateless_object.h, types/pa_vstatus.C,
11184: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11185: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11186: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11187: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11188: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11189:
11190: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11191: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11192: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11193: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11194: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11195: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11196: optimized constants in expressions vstring->vdouble
11197:
11198: 2005-07-29 paf
11199:
11200: * src/types/pa_vclass.C: . shaped up error messages a bit
11201:
11202: * src/types/pa_vclass.C: + property getter can now be overridden
11203:
11204: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11205: bug fix: static parent fields were not replaced in case
11206: $derived:field[put] + property setter can now be overridden
11207:
11208: 2005-07-28 paf
11209:
11210: * configure, configure.in, src/classes/classes.h,
11211: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11212: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11213: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11214: src/classes/xnode.h, src/include/pa_hash.h,
11215: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11216: src/types/Makefile.am, src/types/pa_method.h,
11217: src/types/pa_value.h, src/types/pa_vclass.C,
11218: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11219: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11220: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11221: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11222: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11223: src/types/pa_vobject.C, src/types/pa_vobject.h,
11224: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11225: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11226: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11227: src/types/pa_vstateless_class.h,
1.95 moko 11228: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11229: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11230: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11231: dynamic_fields_join
11232:
11233: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11234: classes/xnode.C, include/pa_hash.h, main/execute.C,
11235: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11236: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11237: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11238: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11239: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11240: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11241: types/pa_vresponse.h, types/pa_vstateless_object.h,
11242: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11243: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11244: restored its checks in vobject.put_element->static fields |
11245: dynamic properties
11246:
11247: 2005-07-27 paf
11248:
11249: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11250: is some old code containing @set_name $name
11251:
11252: * src/types/pa_vobject.h: . fixed warning
11253:
11254: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11255: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11256:
11257: * src/: classes/xnode.C, include/pa_hash.h,
11258: types/pa_vstateless_class.C: ! new asserts were all false.
11259: regretfully reverted them all to checks
11260:
11261: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11262: classes/op.C, main/execute.C, types/pa_method.h,
11263: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11264: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11265: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11266: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11267: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11268: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11269: types/pa_vstateless_object.h, types/pa_vvoid.h,
11270: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11271: joined_dynamic_fields: removed unused param from put_method
11272: (returned to 3 params)
11273:
11274: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11275: joined_dynamic_fields: dynamic get/set works with overriding
11276: props [alpha2]
11277:
11278: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11279: works [alfa]
11280:
11281: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11282: classes/op.C, include/pa_hash.h, main/execute.C,
11283: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11284: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11285: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11286: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11287: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11288: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11289: types/pa_vresponse.h, types/pa_vstateless_class.C,
11290: types/pa_vstateless_object.h, types/pa_vvoid.h,
11291: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11292: joined_dynamic_fields: just compiled
11293:
11294: * src/: classes/date.C, classes/file.C, classes/hash.C,
11295: classes/hashfile.C, classes/image.C, classes/table.C,
11296: classes/xdoc.C, classes/xnode.h, main/execute.C,
11297: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11298: types/pa_vstateless_class.h: joined_dynamic_fields: started
11299:
11300: * src/types/pa_vobject.C: . object setters [only started, does not
11301: work yet]
11302:
11303: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11304: object setters [only started, does not work yet]
11305:
11306: 2005-07-26 paf
11307:
11308: * src/: include/pa_request.h, main/execute.C: . properties: set
11309: works [alpha2]. for classes. todo: for objects
11310:
11311: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11312: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11313: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11314: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11315: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11316: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11317: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11318: types/pa_vstateless_object.h, types/pa_vvoid.h,
11319: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11320: properties: set works [alpha1]
11321:
11322: 2005-07-25 paf
11323:
11324: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11325: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11326: properties: started, get works [alpha1, other approach]
11327:
11328: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11329: properties: started, get works [alpha2]
11330:
11331: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11332: pa_vstateless_class.h: . properties: started, get works [alpha]
11333:
11334: 2005-07-15 paf
11335:
11336: * src/: classes/classes.h, classes/op.C, main/execute.C,
11337: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11338: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11339: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11340: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11341: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11342: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11343: types/pa_vresponse.C, types/pa_vresponse.h,
11344: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11345: types/pa_vstateless_object.h, types/pa_vvoid.h,
11346: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11347: types/pa_wwrapper.h, types/types.vcproj: + started property
11348: [getters work but think of changing them too to precaching]
11349:
11350: 2005-07-08 paf
11351:
11352: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11353: gpf
11354:
11355: 2005-06-28 paf
11356:
11357: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11358: in passing empty strings to file::exec/cgi environment
11359:
11360: 2005-06-06 paf
11361:
11362: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11363: ^table:sql ^hash:sql now DO process $.bind option
11364:
11365: 2005-05-24 paf
11366:
11367: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11368: $.limit] now work again [support was broken in 3.1.4]
11369:
11370: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11371: ALL_INTERIOR_POINTERS
11372:
11373: 2005-05-12 paf
11374:
11375: * configure: 3.1.5beta
11376:
11377: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11378:
11379: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11380: $.limit] now work again [support was broken in 3.1.4]
11381:
11382: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11383: line-width [was refusing to fill if line-width >1, thanks to
11384: Seras <seras@pinxit.lt> for repro case
11385:
11386: 2005-04-25 paf
11387:
11388: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11389: correctly
11390:
11391: 2005-04-19 paf
11392:
11393: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11394: in VString violating invariant!!
11395:
11396: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11397: getenv("TZ")==null
11398:
11399: 2005-04-08 paf
11400:
11401: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11402: bugfix: when there is no char in charset one byte produces 6
11403: (ÿ <<max). increased buffer size!
11404:
11405: 2005-03-23 paf
11406:
11407: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11408: ^date.sql-string now takes TZ into account
11409:
11410: 2005-03-16 paf
11411:
11412: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11413: gcc 3.4
11414:
11415: * src/types/pa_vhash.C: . warning about eof eol
11416:
11417: 2005-02-17 paf
11418:
11419: * operators.txt, src/classes/op.C: + operator ^sleep(double
11420: seconds)
11421:
11422: 2005-02-02 paf
11423:
11424: * src/classes/xnode.C: beauty: removed needless includes
11425:
11426: 2005-01-31 paf
11427:
11428: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11429: $.partNoNumber now alias to $.part1
11430:
11431: * src/types/pa_vmail.C: change: incoming letter part contains
11432: "content-disposition" header with any value? now considering that
11433: part to be "file#" [for text/plain text/html were $.text#
11434: $.html#]
11435:
11436: * INSTALL: updatet to latest working versions available
11437:
11438: 2005-01-20 paf
11439:
11440: * configure.in, src/include/pa_version.h: version
11441:
11442: 2005-01-19 paf
11443:
1.116 moko 11444: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11445: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11446: couple warnings in parser3.C
1.95 moko 11447:
11448: 2004-12-23 paf
11449:
11450: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11451:
11452: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11453: dir to directory of script (when shbang used), not to directory
11454: of its interpreter
11455:
11456: * src/include/pa_version.h: compiled on win32...
11457:
11458: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11459: we need more hspace
11460:
11461: * configure, configure.in, src/include/pa_version.h: configured
11462: host to pa_version. will be displayed everywhere
11463:
11464: * src/main/pa_request.C: new: @unhandled_exception can prevent
11465: exception from being logged by setting $exception.handled(1)
11466:
11467: * operators.txt, src/classes/file.C: change:
11468: ^file::sql{query}[[options]] options: $.name[file name]
11469: $.content-type[application/what]
11470:
11471: * src/: include/pa_common.h, main/pa_common.C,
11472: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11473: new file
11474:
11475: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11476: bugfix: table->hash now regards _default
11477:
11478: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11479: created by accessing $name_of_method it acquired bad self=closest
11480: methodframe; instead of proper self (current class)
11481:
11482: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11483: hashfile produced bad cord
11484:
11485: 2004-12-10 paf
11486:
11487: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11488: subsequent failures though defined in .h
11489:
11490: * src/main/pa_common.C: comment on volatile
11491:
11492: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11493: alarm function were not used since the beginning due to stupid
11494: error [setsigjmp were not checked in configure.in]
11495:
11496: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11497: unix too
11498:
11499: * src/main/pa_common.C: http: exception status of send/recv errors
11500: change to most probable http.timeout
11501:
11502: * src/main/pa_common.C: win32: http connection $.timeout option now
11503: works [setsockopt on send/receive]
11504:
11505: 2004-12-08 paf
11506:
11507: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11508: cstr-ed knowing mail charset, and untainting uri lang now knows
11509: proper charset
11510:
11511: 2004-11-24 paf
11512:
11513: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11514:
11515: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11516: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11517:
11518: 2004-11-12 paf
11519:
11520: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11521: [since 3.0.4]
11522:
11523: 2004-11-09 paf
11524:
11525: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11526: writes basics to c:\parser3.log
11527:
11528: 2004-10-21 paf
11529:
11530: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11531: tainted strings [were returning clean onces]
11532:
11533: 2004-10-15 paf
11534:
11535: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11536: cycles(i=1; i=2), which was wrong, now does ONE
11537:
11538: 2004-10-12 paf
11539:
11540: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11541:
11542: 2004-10-07 paf
11543:
11544: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11545: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11546: release asserts
11547:
11548: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11549: String.dump() to stdout in detailed form [were String.v() in
11550: short form]
11551:
11552: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11553: \t\r\n as @#| and truncates long char sequences less
11554:
11555: 2004-10-06 paf
11556:
11557: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11558: win32 beauty: socket errors properly decoded
11559:
11560: 2004-10-05 paf
11561:
11562: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11563: request::configure_user/admin done always, even if no
11564: file-to-process useful in @unhandled_exception [say, if they
11565: would want to mail by SMTP something]
11566:
11567: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11568: now performed prior to file loading [and @auto executing] thus
11569: making $cookie:value available in @auto and in
11570: @unhandled_exception when IIS is configured to run interpreter
11571: even if no file exist
11572:
11573: 2004-09-20 paf
11574:
11575: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11576: somewhere where it should have called xmlMalloc and it calls
11577: xmlFree when it should have not called it. inserted two
11578: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11579: xmlFree just ignored. put away a testcase, maybe someday libxml
11580: author would fix all that. until that day: we have SLOW garbage
11581: collecting when many xml objects are alive hint: do
11582: ^memory:compact[] before xdoc::create
11583:
11584: 2004-09-17 paf
11585:
11586: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11587: error from 3.0.8 version]
11588:
11589: 2004-09-14 paf
11590:
11591: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11592: part bugfix: hashfile.foreach iterated only part if hashfile were
11593: modified inside
11594:
11595: 2004-09-13 paf
11596:
11597: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11598: [were as octal]
11599:
11600: * src/types/pa_vhashfile.C: beauty: not reproduced
11601: $hashfile.key[$novalue] bug [reported by motorin], inserted
11602: safety-check
11603:
11604: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11605: [not something obscure from sdbm lib]
11606:
11607: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11608: = strerror now returnes something and we can properly report that
11609: to client
11610:
11611: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11612: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11613:
11614: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11615: [tainted as-is] this helps //[space][newline] to remain as-is and
11616: not be unnecessary optimized away [ruining javascript]
11617:
11618: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11619: [tainted as-is]
11620:
11621: * src/classes/mail.C: bugfix: typo error
11622:
11623: 2004-09-09 paf
11624:
11625: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11626: separators bugfix: loads header with endings \r\n\r\n and \n\n
11627: (bloody yandex.server)
11628:
11629: 2004-09-06 paf
11630:
11631: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11632: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11633: encoded
11634:
11635: 2004-09-01 paf
11636:
11637: * src/types/pa_vmail.C: change: multipart/mixed changed to
11638: multipart/related outlook express have no problems showing
11639: unrelated attachments. todo: someday figure out a way of
11640: multipart/mixed multipart/related text/html
11641: image/xxx application/octet-stream << true attachments
11642:
11643: * src/types/pa_vmail.C: new:
11644: ^mail:send[$.file[$.content-disposition can be overriden new:
11645: empty mail header fields removed from letter
11646:
11647: * src/: classes/mail.C, include/pa_config_fixed.h,
11648: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11649: ^mail:send[ $.file[ $.any[header]
11650:
11651: 2004-08-30 paf
11652:
11653: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11654: warnings
11655:
11656: * src/main/pa_common.C: beauty: do not bother with charset
11657: detection when ^file::load[binary
11658:
11659: 2004-08-27 paf
11660:
11661: * src/main/pa_common.C: hack: for yandex.server http server
11662:
11663: 2004-08-18 paf
11664:
11665: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11666: possibly-chunked response
11667:
11668: 2004-08-17 paf
11669:
11670: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11671: $f.content-type now = that of http response
11672:
11673: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11674: $f.content-type now = that of http response
11675:
11676: 2004-07-30 paf
11677:
11678: * src/: include/pa_request.h, main/pa_request.C,
11679: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11680: win32: system&parser exceptions in release mode reported properly
11681: parser exception in exception handler WERE mistakenly reported as
11682: system exception, without details [in apache & isapi] +some
11683: beauty in exception text
11684:
11685: * src/: include/pa_exception.h, main/pa_request.C,
11686: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11687: release mode reported properly parser exception in exception
11688: handler WERE mistakenly reported as system exception, without
11689: details
11690:
11691: * src/main/execute.C: beauty: simplified system exception handling
11692:
11693: 2004-07-29 paf
11694:
11695: * src/classes/table.C: bugfix:
11696: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11697: were ignored, and \t used unconditionally]
11698:
11699: * src/types/Makefile.am: added vhash.c
11700:
11701: 2004-07-28 paf
11702:
11703: * src/: classes/date.C, classes/image.C, classes/math.C,
11704: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11705: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11706: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11707: failed on russian letters
11708:
11709: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11710: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11711: letters
11712:
11713: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11714: as 'currentDirectory' parameter to CreateProcess
11715:
11716: 2004-07-27 paf
11717:
11718: * src/targets/cgi/parser3.vcproj: beauty: win32:
11719: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11720: from release somewhere [to help searching for unhandled system
11721: exceptions]
11722:
11723: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11724: TZ shift
11725:
11726: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11727: but also in ctor
11728:
11729: 2004-07-26 paf
11730:
11731: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11732: src/main/pa_request.C, src/types/pa_vfile.h,
11733: src/types/pa_vhash.C, src/types/pa_vhash.h,
11734: src/types/types.vcproj: new: $response:body/download[
11735: $.file[name on disk] $.name[of file for user]
11736: $.mdate[date of last-modified. default from directory] ]
11737:
11738: * src/classes/file.C: moving file:send somewhere else..
11739:
11740: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11741: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11742: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11743: $response:download[ $.filename[filename] $.option[] ,, ]
11744:
11745: * src/classes/file.C: beauty: invalid mode thoroughly reported
11746:
11747: 2004-07-21 paf
11748:
11749: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11750: to several lines
11751:
11752: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11753:
11754: note: ms outlook[!express] shows only first 255 characters of
11755: subject
11756:
11757: 2004-07-15 paf
11758:
11759: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11760: off]
11761:
11762: 2004-07-14 paf
11763:
11764: * src/classes/table.C: bugfix: $.bind values now got untainted
11765: according to lang [were: as-is]
11766:
11767: 2004-07-07 paf
11768:
11769: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11770: checked that
11771:
11772: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11773: now untainted according to their languages. were: as-is.
11774: EVERYWHERE
11775:
11776: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11777: environment string now untainted according to their languages.
11778: were: as-is. EVERYWHERE
11779:
11780: * src/main/pa_exec.C: bufix: on unix environment string now
11781: untainted according to their languages. were: as-is. on win32:
11782: ok
11783:
11784: * parser3.vssscc: ...would not go unnoticed
11785:
11786: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11787: fails. in case on input appears nonutf, those bytes will be
11788: printed in %HH form. that can be easily decoded/recovered.
11789:
11790: this form is quite noticable, and hopefully would not go noticed
11791:
11792: 2004-07-06 paf
11793:
11794: * src/main/pa_exec.C: bufix: on unix environment string now
11795: untainted according to their languages. were: as-is. on win32:
11796: ok
11797:
11798: 2004-07-01 paf
11799:
11800: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11801: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11802: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11803: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11804: main/main.vcproj, targets/cgi/parser3.vcproj,
11805: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11806: option: global optimization ON
11807:
11808: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11809: to do xdoc::create{invalid chars} standard disables chars less
11810: then \x20, except tab, cr, lf.
11811:
11812: changed tainting so that those become '!'
11813:
11814: 2004-06-25 paf
11815:
11816: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11817: int on odd address [prev bugfix failed due to superwize
11818: optimizer, which turned memcpy into same 'ld' asm command]
11819:
11820: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11821: int on odd address
11822:
11823: 2004-06-22 paf
11824:
11825: * src/sql/pa_sql_driver.h: note: about possible optimization
11826:
11827: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11828: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11829: src/include/pa_config_includes.h: new: ^void:sql{call
11830: paf(:a)}[ $.bind[ $.a[2]
11831: ] ] output variables work. todo: check in out
11832: variables
11833:
11834: 2004-06-18 paf
11835:
11836: * src/: classes/file.C, classes/hash.C, classes/string.C,
11837: classes/table.C, classes/void.C, include/pa_globals.h,
11838: include/pa_sql_connection.h, main/compile.tab.C,
11839: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11840: $.bind[ $.a[2] ]
11841: ] input variables work. todo:output
11842:
11843: * src/targets/cgi/parser3.C: bugfix: iis specific
11844: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11845: /_bug.html?404;http://hpsv/test/
11846: --------------------------------------------------------------------------------
11847: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11848: --------------------------------------------------------------------------------
11849: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11850:
11851: 2004-06-16 paf
11852:
11853: * src/targets/cgi/parser3.C: new: iis specific
11854: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11855: $request:query
11856: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11857: $form:fields IIS-STATUS="404"
11858: IIS-DOCUMENT="http://server/_bug.html" f="v"
11859:
11860: todo: isapi too
11861:
11862: 2004-05-26 paf
11863:
11864: * src/include/pa_version.h: 3.1.3
11865:
11866: * operators.txt: beauty: removed outdated level 'table'
11867:
11868: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11869:
11870: * src/main/pa_string.C: beauty: removed 3 warnings
11871:
11872: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11873: classes/op.C: beauty: removed outdated level 'table'
11874:
11875: 2004-05-25 paf
11876:
11877: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11878: implementation. mistery: how anything worked
11879:
11880: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11881: changed, it is now safe to use url if pointers to it are stored
11882: to gc mem
11883:
11884: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11885: unknown errors reported and not cause SIGSEGV now
11886:
11887: 2004-05-24 paf
11888:
11889: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11890: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11891: less memory: CORD_chars_block originally intended to ... it was
11892: good that CORD_chars_block were not used: it consumes more memory
11893: [and, might be slow too] undoing that. [and removed that func so
11894: that it would not confuse parser developer in future]
11895:
11896: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11897: less memory: CORD_chars_block originally intended to
11898: speedup/reduce mem usage were forgotten, and were used stupid
11899: CORD_chars
11900:
11901: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11902:
11903: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11904: BIGENDIAN processors space-conserving mech failed, causing
11905: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11906: (1|2|3));
11907:
11908: 2004-05-14 paf
11909:
11910: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11911: bugfix: void now has vfile value, and $response:body[] works OK
11912:
11913: 2004-05-12 paf
11914:
11915: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11916: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11917: sources to use is_defined() {return as_bool();} along VBool
11918:
11919: 2004-05-11 paf
11920:
11921: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11922: referencing to local objects
11923:
11924: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11925: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11926: left intact
11927:
11928: 2004-04-15 paf
11929:
11930: * src/classes/date.C: merged: beauty: unused var removed
11931:
11932: * src/classes/date.C: beauty: unused var removed
11933:
11934: * src/include/: pa_exec.h: bugfix: interface without pointer
11935: provoked bug
11936:
11937: 2004-04-09 paf
11938:
11939: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11940:
11941: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11942:
11943: 2004-04-08 paf
11944:
11945: * src/classes/date.C: new: ^date::create[y-m-d
11946: h-M-s>>.milliseconds<<] now allowed, ignored so far
11947:
11948: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11949:
11950: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11951: to consult default catalog [usually, that file belongs to other
11952: user/group]
11953:
11954: 2004-04-06 paf
11955:
11956: * src/main/pa_common.C: beauty: gcc warning removed
11957:
11958: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11959: accept that trick, trying other
11960:
11961: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11962: explicit result problem
11963:
11964: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11965: explicit result problem
11966:
11967: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11968: explicit result problem
11969:
11970: * operators.txt, src/classes/string.C: new: ^string.append[string]
11971:
11972: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11973: main/execute.C: attempt_check_call_in_explicit_result_mode:
11974: failed
11975:
11976: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11977: http://i.p.a.ddress gethostbyaddr added [on some platforms
11978: gethostbyname failed with such 'domains'] now checked properly,
11979: were: needless reverse/forward dns lookup
11980:
11981: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11982: http://i.p.a.ddress gethostbyaddr added [on some platforms
11983: gethostbyname failed with such 'domains'] now checked properly,
11984: were: needless reverse/forward dns lookup
11985:
11986: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11987: @method[][result] means "no string output here" moved to lexical
11988: level [on grammar level it were too difficult]
11989:
11990: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11991: src/main/compile.y, src/main/compile_tools.h,
11992: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11993: @method[][result] means "no string output here", implemented part
11994: of that idea: compiler throws away string literal generation
11995: code. and barks nonwhitespace chars
11996:
11997: * operators.txt: truth: removed comment about $ORIGIN
11998:
11999: 2004-04-05 paf
12000:
12001: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12002: src/include/pa_version.h, src/main/pa_common.C,
12003: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12004:
12005: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12006: Konstantin Tomashevitch [mailto:konst@design.ru]
12007:
12008: * src/doc/html2chm.cmd: beauty: no need in bg here
12009:
12010: * src/doc/sources2html.cmd: beauty: same window, in bg it
12011: interfered with FAR console
12012:
12013: * configure, configure.in: 3.1.3
12014:
12015: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12016:
12017: * src/main/pa_common.C: removed warning
12018:
12019: * src/include/pa_version.h: 3.1.3
12020:
12021: 2004-04-02 paf
12022:
12023: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12024:
12025: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12026: allows to specify where to put parser log file
12027:
12028: 2004-04-01 paf
12029:
12030: * src/classes/table.C: bugfix: bugfix: table::load last line
12031: without tab and enter were ignored
12032:
12033: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12034: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12035: main/pa_socks.C, targets/cgi/parser3.C,
12036: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12037: bugfix: sql connections now are disconnected
12038:
12039: 2004-03-30 paf
12040:
12041: * src/classes/table.C: bugfix: table::load last line without tab
12042: and enter were ignored
12043:
12044: * src/classes/table.C: bufix: if last table lines were commented,
12045: gpfed
12046:
12047: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12048: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12049: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12050: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12051: doc/methoded.dox, doc/object.dox, doc/string.dox,
12052: doc/targets.dox, doc/value.dox, include/pa_version.h,
12053: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12054: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12055: bugfixes from 3.1.2, changed version to 3.1.3beta
12056:
12057: 2004-03-29 paf
12058:
12059: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12060: causes gpf
12061:
12062: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12063: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12064: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12065: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12066: value.dox: translated to english
12067:
12068: 2004-03-25 paf
12069:
12070: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12071: parser3project dependency removed
12072:
12073: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12074: bugfix: refused to compile without xml
12075:
12076: * src/types/pa_vform.C: beauty: removed warning
12077:
12078: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12079: any folder [removed last ;) folder dependency]
12080:
12081: * src/classes/classes.vcproj: bugfix: now all compiles in any
12082: folder [removed last ;) folder dependency]
12083:
12084: * src/include/pa_version.h: release
12085:
12086: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12087:
12088: * src/classes/table.C: beauty: comment& more meaningful error
12089: message
12090:
12091: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12092: $.hash[$.column_value1(true) ... ] [were producing some strang
12093: thing]
12094:
12095: 2004-03-23 paf
12096:
12097: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12098: and http status line parsing checked number of columns in table
12099: [user reported an assert]
12100:
12101: * operators.txt: example: on hashfile
12102:
12103: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12104: bugfix: junction reattach now actually reattaches a junction to
12105: new wcontext [were only assigning it to junction, which caused
12106: junction tracking to loose junction, and it's context were not
12107: killed, and it tried to process in invalid context, gpf]
12108:
12109: * src/targets/cgi/parser3.C: debug helper added
12110:
12111: 2004-03-19 paf
12112:
12113: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12114: "type(type)" in braces
12115:
12116: 2004-03-10 paf
12117:
12118: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12119: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12120: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12121: solution to search-in-namespaces problem:
12122: $xdoc.search-namespaces.x[http://pif.design.ru/]
12123: $nodes[^xdoc.select[//x:second]]
12124:
12125: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12126: expression][[NAMESPACES HASH]] allows to search for info in
12127: namespaces
12128:
12129: $nodes[^xdoc.select[//x:second][
12130: $.x[http://pif.design.ru/] ]]
12131:
12132: 2004-03-09 paf
12133:
12134: * operators.txt, src/main/pa_common.C: new:
12135: ^file::load[...][options] $.form[
12136: !$.field1[string]
12137: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12138: ] !$.body[string]
12139:
12140: GET ?here notGET(POST, HEAD, others) in content-type:
12141: application/x-www-form-urlencoded
12142:
12143: todo: upload files ability
12144:
12145: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12146: properly, done
12147:
12148: 2004-03-05 paf
12149:
12150: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12151: GET/POST $.form[$.fields started, not tested yet
12152: todo:$.field[table] for multiple values
12153:
12154: * operators.txt: new: http:// options $.user $.password basic
12155: authorization
12156:
12157: * src/main/pa_common.C: beauty: link to rtf added
12158:
12159: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12160: new: http:// options $.user $.password basic authorization
12161:
12162: * src/main/pa_common.C: beauty: removed needless vars
12163:
12164: * operators.txt: new: pgsql option [like that recently added to
12165: oracle driver] ClientCharset=parser-charset <<
12166: charset in which parser thinks client works
12167:
12168: * operators.txt: new: odbc option [like that recently added to
12169: oracle driver] ClientCharset=parser-charset <<
12170: charset in which parser thinks client works
12171:
12172: * src/sql/pa_sql_driver.h: beauty: important warning added
12173:
12174: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12175: char!
12176:
12177: * etc/parser3.charsets/windows-1251.cfg: typo
12178:
12179: 2004-03-04 paf
12180:
12181: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12182: cached, sql transcoding now goes faster
12183:
12184: * operators.txt: new: mysql option [like that recently added to
12185: oracle driver] ClientCharset=parser-charset <<
12186: charset in which parser thinks client works
12187:
12188: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12189: typo error
12190:
12191: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12192: chars commented
12193:
12194: 2004-03-03 paf
12195:
12196: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12197: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12198:
12199: 2004-03-02 paf
12200:
12201: * operators.txt: new[update typo]: !^void.left(n)
12202: nothing !^void.right(n) nothing !^void.mid(p[;n])
12203: nothing
12204:
12205: * operators.txt, src/classes/void.C: new: !^void.left(n)
12206: nothing !^void.right(n) nothing !^void.pos(p[;n])
12207: nothing
12208:
12209: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12210: ^file::sql[[name_to_become_$.name]]{} query result must be one
12211: row with columns: first: data second: file name third:
12212: content-type
12213:
12214: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12215: ^connect gets properly escaped string, which can be passed to
12216: request now this for mysql only. it's up to parser sql driver to
12217: fix zeros properly
12218:
12219: * INSTALL: note: added on building apache with this option:
12220: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12221:
12222: 2004-03-01 paf
12223:
12224: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12225: extension memory:compact befor processingrequest
12226:
12227: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12228: call sole column of result
12229:
12230: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12231: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12232: pixel color
12233:
12234: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12235: beauty: image -- less checks [were ugly impl]
12236:
12237: * src/classes/string.C: bugfix: ^string.left/right/mid with
12238: negative values now considered bad
12239:
12240: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12241:
12242: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12243: options now have unified defaults [after transform
12244: indent/omit-xml-declaration/standalone 'default' erroreously
12245: meant 'true']
12246:
12247: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12248: added [on some platforms gethostbyname failed with such
12249: 'domains']
12250:
12251: * src/include/pa_config_auto.h.in: no select check, no define
12252:
12253: * src/classes/string.C: feature: ^string.trim both parameters may
12254: be empty-strings, meaning kind=both chars=whitespaces
12255:
12256: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12257: exist
12258:
12259: * src/classes/string.C: check: trim 'chars' must not be empty,
12260: exception if it is
12261:
12262: * src/classes/string.C: changed: ^string.trim [] << both,
12263: whitespaces [start|both|end] << kind, whitespaces
12264: [start|both|end;chars] full
12265:
12266: 2004-02-27 paf
12267:
12268: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12269: method: ^string.trim[start|both|end[;chars]] default
12270: 'chars' -- whitespace chars finished
12271:
12272: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12273: src/main/pa_string.C: new method:
12274: ^string.trim[start|both|end[;chars]] default 'chars' --
12275: whitespace chars started, only start works
12276:
12277: * src/main/compile.C: bugfix: line numbers after
12278: ^process{}[$.line(-10]] can be negative, allowed to print they as
12279: signed
12280:
12281: * src/main/untaint.C: speed: there's no \n chars in output
12282: [normally], so no need to optimize them they could be retrived
12283: from databases, though. but 1. should be replaced 2. if not
12284: optimized, no harm done
12285:
12286: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12287: ^file::exec/cgi could return invalid status & zombie child can
12288: remain for short period until process exists [very bad in
12289: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12290:
12291: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12292: malicious SMTP server to attack as by returning too long status
12293: responses http://i2/tasks/edit/?id=4629448401140924947
12294:
12295: 2004-02-26 paf
12296:
12297: * operators.txt: feature: ^process...{CODE}[now has options] which
12298: are $.main[to what to rename @main] $.file[file,
12299: from which (user says) goes that CODE] $.lineno(line
12300: number in that file, where CODE starts. may be negative)
12301:
12302: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12303: src/main/compile.C, src/main/compile_tools.h,
12304: src/main/pa_request.C: feature: ^process...{CODE}[now has
12305: options] which are $.main[to what to rename @main]
12306: $.file[file, from which (user says) goes that CODE]
12307: $.lineno(line number in that file, where CODE starts. may be
12308: negative)
12309:
12310: 2004-02-25 paf
12311:
1.116 moko 12312: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12313: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12314:
12315: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12316: produces hash of column=>1
12317:
12318: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12319: with incomplete errno constants set
12320:
12321: 2004-02-24 paf
12322:
12323: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12324: "man select"
12325:
12326: * src/main/pa_os.C: beauty: <0 better then ==-1
12327:
12328: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12329:
12330: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12331:
1.116 moko 12332: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12333:
12334: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12335: unix: steps to work on unix [extracted 'to']
12336:
12337: * src/classes/mail.C: smtp on unix: steps to work on unix
12338:
12339: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12340:
1.116 moko 12341: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12342: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12343: unix [testing on solaris]
1.95 moko 12344:
12345: 2004-02-20 paf
12346:
12347: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12348: pointing that out
12349:
12350: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12351: fixed again [same solution, mistanenly removed one line]
12352:
12353: 2004-02-19 paf
12354:
12355: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12356: date::create from bad datetime in spring daylightsaving hole now
12357: OK for all platforms [on some platforms it failed]
12358:
12359: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12360: in daylightsaving hole] now throws error
12361:
12362: * src/classes/date.C: comment: mistake fixed
12363:
12364: 2004-02-18 paf
12365:
12366: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12367: now renderes in $request:charset, but in header puts
12368: $response:charset todo: make that default only so that coder
12369: could override that
12370:
12371: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12372: turns off omit-xml-declaration
12373:
12374: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12375: /.xsl for sample
12376:
12377: 2004-02-17 paf
12378:
12379: * src/classes/xdoc.C: beauty: needless helper class removed
12380:
12381: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12382: copied extra time
12383:
12384: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12385: part of libxml
12386:
12387: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12388: libxml to do the work] <xsl:output method="html"
12389: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12390: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12391: />
12392:
12393: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12394:
12395: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12396: caused assertion
12397:
12398: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12399: could hang. now such add does nothing, sub clears $hash
12400:
12401: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12402: not made quoted-printable
12403:
12404: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12405: string invariant
12406:
12407: 2004-02-16 paf
12408:
12409: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12410: cleared [were not cleared properly]
12411:
12412: 2004-02-13 paf
12413:
1.116 moko 12414: * src/include/pa_version.h: prerelease
1.95 moko 12415:
12416: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12417: used, introducing dependencies timestamp check
12418:
12419: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12420: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12421: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12422: .xsl.stamp now not used, introducing dependencies timestamp check
12423:
1.150 moko 12424: * configure.in: auto.p: @conf made relative
1.95 moko 12425:
12426: 2004-02-12 paf
12427:
12428: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12429: ruined empty <input type=file> submits. parser thought there were
12430: nameless empty file and $form:field got value of type 'file'
12431:
12432: * INSTALL: --without-threads
12433:
12434: * src/include/pa_sapi.h: 2004
12435:
12436: 2004-02-11 paf
12437:
12438: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12439: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12440: classes/hashfile.C, classes/image.C, classes/int.C,
12441: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12442: classes/response.C, classes/string.C, classes/table.C,
12443: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12444: include/pa_array.h, include/pa_cache_managers.h,
12445: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12446: include/pa_config_fixed.h, include/pa_config_includes.h,
12447: include/pa_dictionary.h, include/pa_dir.h,
12448: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12449: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12450: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12451: include/pa_request_charsets.h, include/pa_request_info.h,
12452: include/pa_socks.h, include/pa_sql_connection.h,
12453: include/pa_sql_driver_manager.h, include/pa_stack.h,
12454: include/pa_string.h, include/pa_stylesheet_connection.h,
12455: include/pa_stylesheet_manager.h, include/pa_table.h,
12456: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12457: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12458: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12459: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12460: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12461: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12462: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12463: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12464: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12465: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12466: main/pa_sql_driver_manager.C, main/pa_string.C,
12467: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12468: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12469: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12470: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12471: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12472: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12473: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12474: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12475: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12476: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12477: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12478: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12479: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12480: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12481: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12482: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12483: types/pa_vresponse.h, types/pa_vstateless_class.C,
12484: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12485: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12486: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12487: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12488: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12489: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12490:
12491: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12492: debug version of gc.dll
12493:
12494: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12495: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12496: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12497: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12498: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12499: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12500: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12501: processes
12502:
12503: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12504: main/pa_globals.C, targets/cgi/parser3.vcproj,
12505: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12506: changes to reflect libxml xsl new folders
12507:
12508: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12509: lib/smtp/smtp.vcproj, main/main.vcproj,
12510: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12511: to reflect libxml xsl new folders
12512:
12513: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12514: lib/smtp/smtp.vcproj, main/main.vcproj,
12515: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12516: types/types.vcproj: started changes to reflect libxml xsl new
12517: folders
12518:
12519: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12520: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12521: src/main/compile.tab.C, src/main/main.vcproj,
12522: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12523: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12524: started changes to reflect libxml xsl new folders
12525:
12526: 2004-02-10 paf
12527:
12528: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12529: compile. recommened latest libxml up to date
12530:
12531: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12532: pattern compilation errors", on which spent 4 hours worktime. use
12533: versions higher than that. recommended now latest up to date
12534:
12535: 2004-02-06 paf
12536:
12537: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12538: beauty: unified destructing style
12539:
12540: * src/main/untaint.C: beauty: removed old def/ifdef
12541:
12542: * src/main/untaint.C: beauty: coredump @unknown untaint language
12543: now
12544:
12545: 2004-02-03 paf
12546:
12547: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12548: targets/isapi/parser3isapi.C, types/pa_value.C,
12549: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12550: then %ld/%lu
12551:
12552: * src/main/pa_common.C: typo: %l -> %u
12553:
12554: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12555: in attributes or documents-results of transform now not xx;
12556:
12557: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12558:
12559: * src/main/pa_charset.C: bugfix: forgot to undo some
12560:
12561: * src/main/pa_charset.C: beauty: uncomment
12562: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12563: libraries
12564:
12565: 2004-02-02 paf
12566:
12567: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12568: $cookie:example[ $.value[value] $.path[/there/] ]
12569:
12570: $cookie:example[ $.value[] $.expires[session]
12571: $.path[/there/] $.domain[test.com] ]
12572:
12573: * src/types/pa_vform.C: bugfix: empty values with
12574: enctype=multipart/form-data now produce entries in $form:tables
12575: <form method=post enctype=multipart/form-data> <input type=hidden
12576: name=a> <input type=hidden name=b>
12577:
12578: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12579: <hr> <pre>$request:body
12580:
12581: 2004-01-30 paf
12582:
12583: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12584: or documents-results of transform now not xx;
12585:
12586: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12587: produce exception.
12588:
12589: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12590: bugfix: ^date::create[invalid fields now produce exception.
12591:
12592: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12593: year] now produces exception. todo: check other fields
12594:
12595: 2004-01-29 paf
12596:
12597: * src/include/pa_memory.h: typo error
12598:
12599: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12600: more byte then specified, then zeroed it << useless and
12601: potentially harmful(could gpf)
12602:
12603: 2004-01-22 paf
12604:
12605: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12606:
12607: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12608: optimization
12609:
12610: * src/main/untaint.C: bugfix: whitespace now optimized properly
12611: [were bug: ^taint[1 & 2]="1 &2"
12612:
12613: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12614: errors
12615:
12616: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12617: overflow
12618:
12619: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12620: error-reporting code * in parser-error reporting code [when no
12621: @unhandled_exception defined]
12622:
12623: fixed in one place: my *snprintf override
12624:
12625: 2004-01-13 paf
12626:
12627: * operators.txt: typo erro
12628:
12629: 2003-12-25 paf
12630:
12631: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12632: garbled [pieces after zero bytes were removed]
12633:
12634: 2003-12-22 paf
12635:
1.116 moko 12636: * src/include/Makefile.am: bugfix: removed from dist:
12637: src/include/pa_config_auto.h which were configured for
1.95 moko 12638: make-dist-platform and badly updated proper config file in target
12639: [when .tar used for updating existing source tree]
12640:
12641: * ChangeLog, operators.txt, src/classes/op.C,
12642: src/include/pa_sql_connection.h,
12643: src/include/pa_sql_driver_manager.h,
12644: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12645: feature: sql introducing ability to transcode charsets
12646:
12647: 2003-12-19 paf
12648:
12649: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12650: error message
12651:
12652: * src/main/pa_charset.C: bugfix: memory for charsethandler
12653: structure for libxml now allocated properly
12654:
12655: 2003-12-17 paf
12656:
12657: * src/types/pa_vfile.C: beauty: removed outdated cast
12658:
12659: * src/main/pa_common.C: bugfix: empty http response caused gpf
12660:
12661: * src/include/pa_string.h: bugfix: removed too strong a assert
12662:
12663: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12664: unreported xmlGenericErrors]
12665:
12666: 2003-12-15 paf
12667:
12668: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12669: works}
12670:
12671: 2003-12-11 paf
12672:
12673: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12674: id
12675: !$status:tid thread id
12676:
12677: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12678: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12679: bugfix(solaris): removed dependency on object initialization
12680: order [one more place]
12681:
12682: * src/: classes/file.C, classes/mail.C, classes/op.C,
12683: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12684: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12685: understand that
12686:
12687: * src/: classes/file.C, classes/mail.C, classes/op.C,
12688: classes/xdoc.C, include/pa_cache_managers.h,
12689: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12690: include/pa_stylesheet_manager.h, main/pa_request.C,
12691: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12692: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12693: ctor call [relying on implicit String::Body(cstr) call]
12694:
12695: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12696: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12697: object initialization order [two places]
12698:
12699: 2003-12-10 paf
12700:
12701: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12702: << time now ok
12703:
12704: * operators.txt, src/main/pa_sql_driver_manager.C,
12705: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12706: operational
12707:
12708: * ChangeLog, operators.txt, src/classes/xdoc.C,
12709: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12710: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12711: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12712: back operational
12713:
12714: 2003-12-02 paf
12715:
12716: * src/types/pa_vmail.C: bugfix:
12717: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12718: as-is forced]
12719:
12720: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12721: exceptions out of libxml callbacks: reimplemented error handling
12722: of http://localhost, parser://method and safemode check callbacks
12723:
12724: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12725: [merged from HEAD]
12726:
12727: * src/classes/image.C: nothing: comment removed
12728:
12729: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12730: addresses to int
12731:
12732: 2003-12-01 paf
12733:
12734: * src/main/pa_xml_io.C: bugfix: typo
12735:
12736: * src/main/pa_globals.C: bugfix: win32: compile prob
12737:
12738: * src/classes/xdoc.C: bugfix: typo
12739:
12740: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12741: exception
12742:
12743: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12744:
12745: 2003-11-28 paf
12746:
12747: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12748: all xml documents read
12749:
12750: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12751:
12752: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12753: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12754: replaced original open mech of xdoc::create & co to use libxml
12755: open, so that this would work for root document todo: safe mode
12756: checks to libxml: ideally to some 1 point
12757:
12758: * src/main/pa_xml_io.C: comment
12759:
12760: * operators.txt, src/main/pa_xml_io.C: leading / in
12761: http://parser[abscent params]
12762:
12763: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12764: works. todo: maybe replace original open mech of xdoc::create &
12765: co to use libxml open, so that this would work for root document
12766:
12767: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12768: "parser://method/params/here"> <test> &test^; </test> }]
12769:
12770: ^taint[^xdoc.string[]]
12771:
12772: @method[param] <!ENTITY test
12773: "test-entity-value+$form:user+$param!">
12774:
12775: 2003-11-27 paf
12776:
12777: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12778:
12779: * src/classes/date.C: bugfix: typo error
12780:
12781: 2003-11-26 paf
12782:
12783: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12784: src/main/Makefile.am, src/main/main.vcproj,
12785: src/main/pa_globals.C, src/main/pa_request.C,
12786: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12787: xml errors to hash<thread_id,error> reorganization: xml io moved
12788: to pa_xml_io.C/h
12789:
12790: * src/types/pa_value.h: warnings: --
12791:
12792: 2003-11-25 paf
12793:
12794: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12795: whatever)
12796:
12797: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12798: a, (c?x:y, z)
12799:
12800: * src/main/untaint.C: bugfix: consequences of not reading this
12801: comment: CORD_pos_chars_left /* Number of characters in cache.
12802: <= 0 ==> none */
12803:
12804: * src/include/pa_array.h: removed needless checks
12805:
12806: 2003-11-24 paf
12807:
12808: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12809: removed limit: now $form:xxx can be accessed anytime, even in
12810: @auto/conf [and request/response:charset still can be changed
12811: anytime]
12812:
12813: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12814: now not transcodes response body
12815:
12816: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12817: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12818: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12819: $xdoc.firstChild.firstChild.nodeValue[different]
12820: ^taint[^xdoc.string[]]
12821:
12822: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12823: workaround: static Hash::allocates -> static Hash_allocates
12824:
12825: 2003-11-21 paf
12826:
1.116 moko 12827: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12828: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12829: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12830:
12831: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12832:
12833: * src/classes/mail.C: bugfix: typo
12834:
12835: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12836: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12837: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12838: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12839: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12840: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12841:
12842: * src/main/pa_exec.C: bug in safe mode
12843:
12844: * src/include/Makefile.am: pa_xml_exception.h
12845:
12846: * src/targets/isapi/parser3isapi.C: more warnings --
12847:
12848: 2003-11-20 paf
12849:
12850: * src/: classes/math.C, classes/op.C, classes/string.C,
12851: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12852: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12853: --
12854:
12855: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12856: more warnings --
12857:
12858: * src/classes/xdoc.C: more warnings --
12859:
12860: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12861:
12862: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12863: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12864:
12865: * src/: classes/date.C, classes/file.C, classes/hash.C,
12866: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12867: classes/table.C, include/pa_cache_managers.h,
12868: include/pa_stylesheet_connection.h, main/pa_request.C,
12869: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12870: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12871: --
12872:
12873: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12874: can't report problem (undefined @unhandled_exception) problem
12875: source string were not reported
12876:
12877: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12878: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12879: classes/hashfile.C, classes/image.C, classes/int.C,
12880: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12881: classes/response.C, classes/string.C, classes/table.C,
12882: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12883: include/pa_array.h, include/pa_cache_managers.h,
12884: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12885: include/pa_config_fixed.h, include/pa_dictionary.h,
12886: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12887: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12888: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12889: include/pa_request.h, include/pa_request_charsets.h,
12890: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12891: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12892: include/pa_stack.h, include/pa_string.h,
12893: include/pa_stylesheet_connection.h,
12894: include/pa_stylesheet_manager.h, include/pa_table.h,
12895: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12896: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12897: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12898: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12899: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12900: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12901: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12902: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12903: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12904: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12905: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12906: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12907: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12908: targets/isapi/parser3isapi.C, types/pa_junction.h,
12909: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12910: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12911: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12912: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12913: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12914: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12915: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12916: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12917: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12918: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12919: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12920: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12921: types/pa_vresponse.h, types/pa_vstateless_class.C,
12922: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12923: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12924: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12925: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12926: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12927: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12928: const IDENT
12929:
12930: * src/: include/pa_array.h, include/pa_pool.h,
12931: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12932: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12933: types/pa_wcontext.h: more warnings --
12934:
12935: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12936: classes/file.C, classes/hash.C, classes/hashfile.C,
12937: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12938: classes/memory.C, classes/op.C, classes/string.C,
12939: classes/table.C, classes/xdoc.C, classes/xnode.C,
12940: include/pa_config_includes.h, include/pa_operation.h,
12941: include/pa_sql_connection.h, include/pa_table.h,
12942: include/pa_types.h, lib/ltdl/config_fixed.h,
12943: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12944: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12945: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12946: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12947: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12948: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12949: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12950: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12951: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12952: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12953: types/pa_vmail.C, types/pa_vobject.C,
12954: types/pa_vstateless_class.h, types/pa_vtable.C,
12955: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12956: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12957: on all projects (except libltdl=off & libsdbm=level3) found
12958: several unitialized vars
12959:
12960: 2003-11-19 paf
12961:
12962: * src/classes/op.C: more ansi C++ comp
12963:
12964: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12965: src/main/pa_request.C: ^cache[...]{body}{catch block with
12966: $exception.handled[cache] meaning "get expired cache, if any.
12967: else error"}
12968:
12969: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12970: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12971: ^cache[...]{body}{catch code with $exception.cache field}
12972:
12973: 2003-11-12 paf
12974:
12975: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12976: [copy/paste bug]
12977:
12978: 2003-11-11 paf
12979:
12980: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12981: failed]
12982:
12983: 2003-11-10 paf
12984:
12985: * src/types/pa_vconsole.h: flush
12986:
12987: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12988: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12989: read/write [for nntp]
12990:
12991: * operators.txt: mysql: transaction support: ?autocommit=0
12992:
12993: * operators.txt: comment: updated
12994:
12995: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12996: serialize version and exipire now removes entries
12997:
12998: * operators.txt: ^hashfile.delete[] removes files altogether [and
12999: dir, if could]
13000:
13001: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13002: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13003: removes files altogether [and dir, if could]
13004:
13005: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13006: nonexistent pair. .c coded that that was error. fixed
13007:
13008: * src/types/pa_vhashfile.C: sdbm: exception type change to
13009: file.access [regretfull can't split it to different exceptions
13010: without modifying sdbm source wich would prefer not to]
13011:
13012: 2003-11-07 paf
13013:
13014: * src/: classes/date.C, classes/file.C, classes/hash.C,
13015: classes/hashfile.C, classes/image.C, classes/table.C,
13016: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13017: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13018: main/execute.C, main/main.vcproj, main/pa_pool.C,
13019: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13020: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13021: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13022: destructing objects at request processing end
13023:
13024: 2003-11-06 paf
13025:
13026: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13027: updates
13028:
13029: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13030: to include sdbm
13031:
1.116 moko 13032: * src/include/: pa_config_includes.h, pa_version.h: our
13033: replacements of max& co only for cpp
1.95 moko 13034:
13035: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13036: upper dir, .am updated
13037:
13038: * tests/todo.txt: hashfile: done
13039:
13040: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13041: expiration [time in value. todo: move time to key]
13042:
13043: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13044:
13045: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13046: to do that in foreach, no errors, but surely wrong]
13047:
13048: * operators.txt, src/types/pa_vhashfile.C,
13049: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13050:
13051: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13052: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13053: foreach
13054:
13055: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13056: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13057:
13058: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13059: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13060:
13061: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13062: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13063: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13064: get/put [raw]
13065:
13066: * src/: classes/op.C, main/pa_os.C: just linked
13067:
13068: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13069: XmlException changes
13070:
13071: * src/: include/pa_charset.h, include/pa_globals.h,
13072: include/pa_stylesheet_connection.h, main/pa_exception.C:
13073: XmlException changes
13074:
13075: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13076:
13077: * src/: include/pa_common.h, include/pa_exception.h,
13078: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13079: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13080: main/pa_xml_exception.C: locking move to pa_os [along with
13081: pa_sleep] apr-impl locking done
13082:
13083: * configure, configure.in, operators.txt, parser3.sln,
13084: src/classes/classes.vcproj, src/classes/hashfile.C,
13085: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13086: src/include/pa_exception.h, src/include/pa_globals.h,
13087: src/include/pa_memory.h, src/include/pa_version.h,
13088: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13089: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13090: src/main/compile.tab.C, src/main/main.vcproj,
13091: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13092: src/types/Makefile.am, src/types/pa_vhash.C,
13093: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13094: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13095: again with sdbm from apache
13096:
13097: 2003-11-05 paf
13098:
13099: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13100: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13101: \parser3project dir anymore
13102:
13103: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13104: thoughtlessly from xalan]
13105:
13106: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13107: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13108: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13109:
13110: * src/main/helpers/CaseFolding.txt:
13111: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13112:
13113: 2003-11-04 paf
13114:
13115: * operators.txt: comment: ^mail:send[$.options[
13116:
13117: * src/classes/table.C: compiled on unix
13118:
1.116 moko 13119: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13120:
13121: * src/classes/mail.C: compiled on unix
13122:
13123: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13124: src/types/pa_vmail.h: !^mail:send[
13125: $.options[unix: string to append to sendmail command
13126: line]
13127:
13128: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13129: tests/todo.txt: ^table.save[... $.separator[^#09]
13130: $.encloser["] <nothing> by default
13131:
13132: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13133: !$.separator[^#09] !$.encloser["] <nothing> by
13134: default
13135:
13136: 2003-11-03 paf
13137:
13138: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13139: ^table::load[; options: !$.column-separator[^#09]
13140: !$.column-encloser["]
13141:
13142: * operators.txt, src/include/pa_config_fixed.h,
13143: src/types/pa_vrequest.C: $request:document-root
13144:
13145: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13146: [already included into uri=xxx]
13147:
13148: * operators.txt, src/classes/image.C, tests/todo.txt:
13149: ^image.gif[filename] for $response:download
13150:
13151: * src/classes/date.C: minor precaution
13152:
13153: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13154: !^date.unix-timestamp[]
13155:
13156: 2003-10-30 paf
13157:
13158: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13159: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13160:
13161: * src/classes/: date.C, image.C: improvement diagnostics:
13162: $now[^date::create[$undefined]] now is error
13163:
13164: * src/main/pa_common.C: read errors would now be reported 'actually
13165: read -1 bytes'
13166:
13167: 2003-10-24 paf
13168:
13169: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13170: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13171: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13172: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13173:
13174: 2003-10-22 paf
13175:
13176: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13177:
13178: 2003-10-21 paf
13179:
13180: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13181: fixed: string.match[g] without <'> option produced columns with
13182: NULL's, which gpf'ed at table.save time
13183:
13184: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13185: recoursion' message with intensive throw-catches fixed: incorrect
13186: name and line (one name upper then needed) in error message about
13187: problems inside try block
13188:
13189: 2003-10-10 paf
13190:
13191: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13192: check offset argument for validity did that in String::Body::pos
13193: myself http://i2/tasks/edit/?id=4577425257580789777
13194:
13195: 2003-10-07 paf
13196:
13197: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13198: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13199:
13200: 2003-10-03 paf
13201:
13202: * parser3.sln, src/include/pa_dictionary.h,
13203: src/main/pa_dictionary.C, src/main/pa_string.C,
13204: src/targets/cgi/parser3.vcproj: dictionary optimized by
13205: precalculating cstr&length
13206:
13207: 2003-10-02 paf
13208:
13209: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13210: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13211: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13212: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13213:
13214: 2003-09-30 paf
13215:
13216: * src/main/pa_string.C: string::replace bug fix [were ignoring
13217: occurrances after lang-mismatched
13218:
13219: 2003-09-29 paf
13220:
13221: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13222: helper
13223:
13224: * src/main/pa_string.C: string::serialize bug fix with
13225: zero-terminator
13226:
13227: * src/classes/table.C: ^nameless_table.save column row now has no
13228: \t at the end
13229:
13230: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13231: @postprocess now takes $response:body/download
13232:
13233: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13234: error message
13235:
13236: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13237:
13238: * src/classes/table.C: bugfix: flip: must produce nameless
13239: http://i2/tasks/edit/?id=4573405524674081244
13240:
13241: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13242: main/helpers/simple_folding.pl: utf-8 upper/lower
13243:
13244: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13245: to typo error http://i2/tasks/edit/?id=4573354650786434584
13246:
13247: 2003-09-26 paf
13248:
13249: * src/main/untaint.C: removed needless field
13250:
13251: * src/main/untaint.C: removed needless const
13252:
13253: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13254: String.for_each bug fixed [omited one-char cases]
13255:
13256: * src/include/pa_stack.h: bugfix: before collecting garbage,
13257: runtime-executor stack were cleared... BADLY
13258:
13259: * src/main/pa_string.C: ^stirng.replace code used old
13260: param-convention on langs.append, fixed that search fo the like,
13261: found none
13262:
13263: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13264: string::serialize/deserialize implemented Language enum assigned
13265: meaningful letters [more convinient for debugging. read warning
13266: before adding/changing anything]
13267:
13268: 2003-09-25 paf
13269:
13270: * src/: include/pa_string.h, include/pa_version.h,
13271: main/pa_string.C, main/untaint.C: templates and anonymous unions
13272: differences on unix
13273:
13274: * parser3.sln, src/classes/file.C, src/classes/image.C,
13275: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13276: src/classes/xdoc.C, src/classes/xnode.C,
13277: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13278: src/include/pa_charsets.h, src/include/pa_common.h,
13279: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13280: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13281: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13282: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13283: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13284: src/main/compile_tools.h, src/main/pa_charset.C,
13285: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13286: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13287: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13288: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13289: src/types/pa_vmail.C, src/types/pa_vmath.C,
13290: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13291: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13292:
13293: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13294: functions aligned to that of eeparser3 look
13295:
13296: * src/lib/cord/cordprnt.c: removed warnings
13297:
13298: 2003-09-24 paf
13299:
13300: * src/: classes/file.C, classes/image.C, classes/mail.C,
13301: classes/op.C, classes/xdoc.C, classes/xnode.C,
13302: include/pa_cache_managers.h, include/pa_charset.h,
13303: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13304: include/pa_sql_driver_manager.h, include/pa_string.h,
13305: include/pa_stylesheet_manager.h, include/pa_table.h,
13306: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13307: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13308: main/pa_sql_driver_manager.C, main/pa_string.C,
13309: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13310: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13311: types/pa_vstateless_class.h, types/pa_vstatus.C,
13312: types/pa_vxnode.C: v() functions of String::Body,
13313: String::Languages and String itself StringBody->String::Body
13314:
13315: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13316: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13317: never optimized anything. todo: somehow speed up harder cases:
13318: concatenationA+concatenationB when last block of A and first of B
13319: contain same letters
13320:
13321: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13322: lib/cord/include/cord.h: langs: speed up by joining adjucent
13323: blocks of same char [CORD_append_block]
13324:
13325: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13326: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13327: save space by extending blocks when appending block with c ==
13328: lastblock.c
13329:
13330: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13331: working yet :( but more working &understood :)
13332:
13333: * src/: classes/table.C, include/pa_string.h,
13334: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13335:
13336: 2003-09-23 paf
13337:
13338: * src/main/untaint.C: $a[ok!] $a works!
13339:
13340: * src/main/untaint.C: something even more works :)
13341:
13342: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13343: something more works :)
13344:
13345: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13346: lib/cord/cordxtra.c: something already works :)
13347:
13348: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13349: serialize&deserialize
13350:
13351: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13352: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13353: main/untaint.C: main idea implemented, details left
13354:
13355: 2003-09-22 paf
13356:
13357: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13358:
13359: * src/classes/xnode.C: copy/paste comment bugfix
13360:
13361: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13362: allocator returns 0, just die.
13363: http://i2/tasks/edit/?id=4570798492410259445
13364:
13365: * src/classes/xdoc.C: copy/paste comment bugfix
13366:
13367: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13368: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13369: xnode: getAttributeNS setAttributeNS removeAttributeNS
13370: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13371:
13372: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13373: chars due to bitwise operation signed-char error]
13374:
13375: 2003-09-19 paf
13376:
13377: * src/types/pa_wcontext.C: output message: more practical
13378: suggestion
13379:
13380: * src/main/pa_common.C, operators.txt: merged
13381: $f[^file::load[binary;http://...]] $f.tables
13382:
13383: 2003-09-02 paf
13384:
13385: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13386: flush stdout without referencing 'stdout' symbol. to hell with
13387: non-ansi libraries without 'stdout' symbol
13388:
13389: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13390: unix (users reported problems with some old libc)
13391:
13392: * src/types/pa_vdate.h: forgot initializer
13393:
13394: 2003-09-01 paf
13395:
13396: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13397: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13398: zone]
13399:
13400: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13401:
13402: 2003-08-19 paf
13403:
13404: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13405: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13406: simplified a little
13407:
13408: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13409: [lost fix from 3.0.8]
13410:
13411: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13412: visible here }
13413:
13414: bug fix
13415:
13416: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13417:
13418: * src/main/compile.tab.C: initialized couple of variables about
13419: which user reported runtime problems when parser were compiled
13420: with VC7, warning level4. study shows that later in bison
13421: they've fixed that. would migrate to latest bison someday
13422:
13423: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13424: recoding headers)
13425:
13426: * src/types/pa_vmail.C: works as before, same charset problems:
13427: gmime recodes to UTF-8 only headers, not body. so not recoding
13428: anything for now
13429:
13430: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13431: problems with body
13432:
13433: * src/types/pa_vmail.C: mail_receive just compiled
13434:
13435: 2003-08-18 paf
13436:
13437: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13438: main/main.vcproj, types/types.vcproj: win32: continued process
13439: detaching from \parser3project directory
13440:
13441: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13442: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13443: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13444: src/lib/pcre/pcre_dftables.dsp,
13445: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13446: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13447: src/types/types.dsp: moved to MSVC 7
13448:
13449: * gnu.vcproj.vspscc, parser3.vssscc,
13450: src/classes/classes.vcproj.vspscc,
13451: src/lib/cord/cord.vcproj.vspscc,
13452: src/lib/ltdl/libltdl.vcproj.vspscc,
13453: src/lib/md5/md5.vcproj.vspscc,
13454: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13455: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13456: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13457: src/targets/isapi/parser3isapi.vcproj.vspscc,
13458: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13459: moved to MSVC 7
13460:
13461: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13462: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13463: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13464: src/lib/pcre/pcre_dftables.vcproj,
13465: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13466: src/targets/cgi/parser3.vcproj,
13467: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13468: new VS project files
13469:
13470: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13471: .NET to detect Jalindi Igloo capabilities.
13472:
13473: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13474: src/classes/classes.awk, src/doc/footer.htm,
13475: src/include/pa_config_fixed.h, src/include/pa_version.h,
13476: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13477: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13478: src/types/pa_vmail.C: merged 3.1.0 latest changes
13479:
13480: 2003-08-15 paf
13481:
13482: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13483: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13484:
13485: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13486: non-ascii <yyy> now encoded correctly
13487:
13488: 2003-07-29 paf
13489:
1.116 moko 13490: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13491: dist
1.95 moko 13492:
13493: * src/types/pa_vmail.C: just started --with-mail-receive
13494:
13495: 2003-07-28 paf
13496:
1.116 moko 13497: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13498: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13499:
13500: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13501:
13502: 2003-07-25 paf
13503:
13504: * src/doc/footer.htm: year
13505:
13506: 2003-07-24 paf
13507:
13508: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13509: fix
13510:
13511: * src/include/pa_version.h: release
13512:
1.116 moko 13513: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13514:
13515: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13516: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13517: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13518: getting rid of win32xml pseudo project
13519:
13520: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13521:
1.116 moko 13522: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13523: configure.in, operators.txt, parser3.dsw,
1.95 moko 13524: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13525: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13526: src/classes/classes.C, src/classes/classes.awk,
13527: src/classes/classes.dsp, src/classes/classes.h,
13528: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13529: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13530: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13531: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13532: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13533: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13534: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13535: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13536: src/include/pa_array.h, src/include/pa_cache_managers.h,
13537: src/include/pa_charset.h, src/include/pa_charsets.h,
13538: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13539: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13540: src/include/pa_dictionary.h, src/include/pa_dir.h,
13541: src/include/pa_exception.h, src/include/pa_exec.h,
13542: src/include/pa_globals.h, src/include/pa_hash.h,
13543: src/include/pa_memory.h, src/include/pa_opcode.h,
13544: src/include/pa_operation.h, src/include/pa_pool.h,
13545: src/include/pa_pragma_pack_begin.h,
1.95 moko 13546: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13547: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13548: src/include/pa_sapi.h, src/include/pa_socks.h,
13549: src/include/pa_sql_connection.h,
13550: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13551: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13552: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13553: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13554: src/include/pa_uue.h, src/lib/Makefile.am,
13555: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13556: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13557: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13558: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13559: src/lib/cord/include/ec.h,
13560: src/lib/cord/include/private/Makefile.am,
13561: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13562: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13563: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13564: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13565: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13566: src/main/compile_tools.C, src/main/compile_tools.h,
13567: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13568: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13569: src/main/pa_charsets.C, src/main/pa_common.C,
13570: src/main/pa_dictionary.C, src/main/pa_dir.C,
13571: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13572: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13573: src/main/pa_request.C, src/main/pa_socks.C,
13574: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13575: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13576: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13577: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13578: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13579: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13580: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13581: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13582: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13583: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13584: src/targets/isapi/parser3isapi.dsp,
13585: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13586: src/types/pa_junction.h, src/types/pa_method.h,
13587: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13588: src/types/pa_vclass.C, src/types/pa_vclass.h,
13589: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13590: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13591: src/types/pa_vdouble.h, src/types/pa_venv.h,
13592: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13593: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13594: src/types/pa_vimage.C, src/types/pa_vimage.h,
13595: src/types/pa_vint.h, src/types/pa_vjunction.h,
13596: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13597: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13598: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13599: src/types/pa_vobject.C, src/types/pa_vobject.h,
13600: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13601: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13602: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13603: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13604: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13605: src/types/pa_vstring.h, src/types/pa_vtable.C,
13606: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13607: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13608: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13609: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13610: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13611: HEAD
13612:
13613: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13614: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13615: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13616: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13617: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13618: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13619: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13620: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13621: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13622: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13623: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13624: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13625: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13626: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13627: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13628: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13629: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13630: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13631: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13632: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13633: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13634: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13635: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13636: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13637: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13638: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13639: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13640: outputs/create-dir, results/001.processed, results/002.processed,
13641: results/003.processed, results/004.processed,
13642: results/005.processed, results/006.processed,
13643: results/007.processed, results/008.processed,
13644: results/009.processed, results/010.processed,
13645: results/011.processed, results/012.processed,
13646: results/013.processed, results/014.processed,
13647: results/015.processed, results/016.processed,
13648: results/017.processed, results/018.processed,
13649: results/019.processed, results/020.processed,
13650: results/021.processed, results/022.processed,
13651: results/023.processed, results/024.processed,
13652: results/025.processed, results/026.processed,
13653: results/027.processed, results/028.processed,
13654: results/029.processed, results/030.processed,
13655: results/031.processed, results/032.processed,
13656: results/033.processed, results/034.processed,
13657: results/035.processed, results/036.processed,
13658: results/037.processed, results/038.processed,
13659: results/039.processed, results/040.processed,
13660: results/041.processed, results/042.processed,
13661: results/043.processed, results/044.processed,
13662: results/045.processed, results/046.processed,
13663: results/047.processed, results/048.processed,
13664: results/049.processed, results/050.processed,
13665: results/051.processed, results/052.processed,
13666: results/053.processed, results/054.processed,
13667: results/055.processed, results/056.processed,
13668: results/057.processed, results/058.processed,
13669: results/059.processed, results/060.processed,
13670: results/061.processed, results/062.processed,
13671: results/063.processed, results/064.processed,
13672: results/065.processed, results/066.processed,
13673: results/067.processed, results/068.processed,
13674: results/069.processed, results/070.processed,
13675: results/071.processed, results/072.processed,
13676: results/073.processed, results/074.processed,
13677: results/075.processed, results/076.processed,
13678: results/077.processed, results/078.processed,
13679: results/079.processed, results/080.processed,
13680: results/081.processed, results/082.processed,
13681: results/083.processed, results/084.processed,
13682: results/085.processed, results/086.processed,
13683: results/087.processed, results/088.processed,
13684: results/089.processed, results/090.processed,
13685: results/091.processed, results/092.processed,
13686: results/093.processed, results/094.processed,
13687: results/095.processed, results/096.processed,
13688: results/097.processed, results/098.processed,
13689: results/099.processed, results/100.processed,
13690: results/101.processed, results/102.processed,
13691: results/103.processed, results/104.processed,
13692: results/105.processed, results/106.processed,
13693: results/107.processed, results/108.processed,
13694: results/109.processed, results/110.processed,
13695: results/111.processed, results/112.processed,
13696: results/113.processed, results/114.processed,
13697: results/115.processed, results/116.processed,
13698: results/117.processed, results/118.processed,
13699: results/119.processed, results/120.processed,
13700: results/121.processed, results/122.processed,
13701: results/123.processed, results/124.processed,
13702: results/125.processed, results/126.processed,
13703: results/127.processed, results/128.processed,
13704: results/129.processed, results/130.processed,
13705: results/131.processed, results/132.processed,
13706: results/133.processed, results/134.processed,
13707: results/135.processed, results/136.processed,
13708: results/137.processed, results/138.processed,
13709: results/139.processed, results/140.processed,
13710: results/141.processed: merged(copied) to HEAD from template_gc
13711:
13712: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13713: towards \parser3project not having to be in root
13714:
13715: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13716: module compiled [were minor unnecessary changes in lib/md5
13717: interface]
13718:
13719: * src/include/pa_version.h: release
13720:
13721: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13722:
13723: * src/classes/math.C: merged uuid bugfix
13724:
13725: * tests/: 141.html, results/141.processed: fixed bug with
13726: too-small-a-buffer
13727:
13728: * src/classes/math.C: uuid bugfix
13729:
13730: * tests/: 141.html, Makefile, results/005.processed,
13731: results/030.processed, results/075.processed,
13732: results/078.processed: to reflect date format change (were -
13733: become ' ')
13734:
13735: * src/classes/math.C: uuid bugfix
13736:
13737: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13738: debug/release changes
13739:
13740: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13741:
13742: 2003-07-23 paf
13743:
13744: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13745: renamed a little [to move to comman naming conv]
13746:
1.116 moko 13747: * src/targets/Makefile.am: apache13 splitted to simplify apache
13748: build
1.95 moko 13749:
13750: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13751: main/pa_request.C, main/pa_sql_driver_manager.C,
13752: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13753: stack top_index() fixed
13754:
13755: * src/main/pa_globals.C: minor style changes
13756:
13757: * src/: classes/op.C, include/pa_sql_connection.h: connection
13758: closing/caching fixed [connections were not closed/put to cache]
13759:
13760: 2003-07-22 paf
13761:
13762: * INSTALL: gc part updated stightly
13763:
13764: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13765: new sapi interface
13766:
13767: * src/classes/file.C: comment on OS
13768:
13769: * src/main/pa_string.C: removed reduntant invariant check [there is
13770: one deeper in cord lib]
13771:
13772: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13773:
13774: * src/main/pa_memory.C: out of memory is no longer coredump
13775:
13776: * INSTALL: disable-threads adviced
13777:
13778: 2003-07-21 paf
13779:
1.116 moko 13780: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13781:
13782: * src/classes/file.C: file::exec/cgi environment variables now must
13783: be UPPERCASE and A-Z 0-9 _-
13784:
13785: * src/classes/file.C: env passing fixed
13786:
13787: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13788:
13789: * src/main/pa_common.C: http:// CRLF now
13790:
13791: 2003-07-02 paf
13792:
13793: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13794: fields to reflect their real meaning
13795:
13796: 2003-06-27 paf
13797:
13798: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13799: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13800: file::exec/cgi .charset
13801:
13802: 2003-06-26 paf
13803:
13804: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13805: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13806: src/classes/table.C: fixed several uninitialized local
13807: structures. notably ^hash.foreach now inserts delimiters
13808: properly [were inserting it before first body]
13809:
13810: 2003-06-24 paf
13811:
13812: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13813:
13814: 2003-06-20 paf
13815:
13816: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13817: src/main/pa_globals.C: introducing
13818: $f[^file::load[binary;http://...]] $f.tables
13819:
13820: 2003-06-06 paf
13821:
13822: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13823: table. [were method lookup: inconsistent]
13824:
13825: 2003-06-02 paf
13826:
13827: * src/include/pa_memory.h: empty string clone fixed to return
13828: writable memory
13829:
13830: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13831: were not appended] which violated string invariant
13832:
13833: 2003-05-30 paf
13834:
13835: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13836: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13837:
13838: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13839: GMT ; RFC 822, updated by RFC 1123
13840:
13841: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13842: targets/isapi/parser3isapi.C: initialized request_info properly
13843:
13844: * src/classes/xnode.C: found minor bug, commended for future
13845:
13846: 2003-05-28 paf
13847:
13848: * src/classes/form.C: request_info.content_length can't be <0,
13849: size_t for some time
13850:
13851: 2003-05-26 paf
13852:
13853: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13854: forgotten <0 changed to !=STRING_NOT_FOUND
13855:
13856: * src/classes/math.C: merged ffffu from HEAD
13857:
13858: 2003-05-11 paf
13859:
13860: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13861:
13862: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13863: premature doc free. transformed document had xmlDoc reference
13864: stored to non-gc-memory (libgdome) added holding-reference
13865:
13866: 2003-04-29 paf
13867:
13868: * src/main/pa_globals.C: started digging on double free. on win32
13869: found that that's perfectly normal.
13870:
13871: 2003-04-25 paf
13872:
13873: * src/classes/table.C: table.join bug fix [bad limit check]
13874:
13875: * src/classes/math.C: merged from HEAD: simpiler hash_string
13876:
13877: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13878: print anything. changed to quicker and simplier code
13879:
13880: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13881: strict a check]
13882:
13883: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13884:
13885: 2003-04-24 paf
13886:
13887: * src/include/pa_table.h: too strict assert loosened
13888:
13889: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13890: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13891: report
13892:
13893: 2003-04-21 paf
13894:
1.116 moko 13895: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13896:
13897: * src/main/pa_globals.C: pcre memory management changed to use GC
13898: memory
13899:
13900: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13901: xmlMallocAtomic [author agreed to my suggestion], used that
13902:
13903: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13904:
13905: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13906: types/pa_vmail.C: attributed_meaning_to_string added
13907: L_UNSPECIFIED piece which was sortof OK, but violated string
13908: invariant [assertion barked on that] changed to L_PASS_APPEND,
13909: made that param obligatory
13910:
13911: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13912: fixed [assert helped]
13913:
13914: * src/include/pa_string.h: assert added [looking for bug]
13915:
13916: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13917: names on Win32 considered disk-global
13918:
13919: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13920: considered disk-global
13921:
13922: 2003-04-18 paf
13923:
13924: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13925: filenames
13926:
13927: * src/main/untaint.C: enabled '~' letter in filenames
13928:
13929: 2003-04-16 paf
13930:
13931: * src/classes/file.C: small bug introduced in autoptr times fixed
13932:
13933: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13934: HEAD
13935:
1.116 moko 13936: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13937:
13938: 2003-04-15 paf
13939:
13940: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13941: src/lib/md5/pa_md5c.c, tests/141.html,
13942: tests/results/141.processed: merged from head ^math:uuid[]
13943: ^math:uid64[] ^math:md5[string]
13944:
13945: test added: 141.html
13946:
13947: * operators.txt, src/classes/math.C: ^math:uid64[]
13948:
13949: * src/classes/math.C: ^math:uuid[]
13950:
13951: * operators.txt, src/classes/math.C: ^math:uuid[]
13952:
13953: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13954: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13955:
13956: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13957: src/include/pa_config_fixed.h, src/main/pa_common.C:
13958: ^file::load[mode;name; $.offset $.limit
13959:
13960: 2003-04-14 paf
13961:
13962: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13963: started ^math:md5
13964:
13965: * src/classes/table.C, src/include/pa_array.h,
13966: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13967: tests/results/140.processed: table $.reverse option works in
13968: create&co table $.distinct[tables] bug fix merged
13969:
13970: * src/: classes/table.C, include/pa_table.h: table
13971: $.distinct[tables] bug fixed
13972:
13973: * src/classes/table.C: more warnings
13974:
13975: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13976: removed checks in table::set_current, moved them back to
13977: table::locate implemented table::create/join ñ $.reverse
13978:
13979: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13980: removed checks in table::set_current, moved them back to
13981: table::locate
13982:
13983: 2003-04-11 paf
13984:
13985: * operators.txt, src/classes/date.C, src/classes/table.C,
13986: src/include/pa_array.h, src/include/pa_common.h,
13987: src/include/pa_config_includes.h, src/include/pa_string.h,
13988: src/include/pa_table.h, src/main/pa_request.C,
13989: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13990: src/main/pa_table.C: merged from HEAD from
13991: before_append_array_limit_sense_change to
13992: after_append_array_limit_sense_change
13993:
13994: * src/classes/table.C: typo
13995:
13996: * operators.txt, src/classes/date.C, src/classes/table.C,
13997: src/include/pa_array.h, src/include/pa_common.h,
13998: src/include/pa_config_includes.h, src/include/pa_globals.h,
13999: src/include/pa_table.h, src/main/pa_array.C,
14000: src/main/pa_globals.C, src/main/pa_request.C,
14001: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14002: src/main/pa_table.C: append_array_limit_sense_change locate
14003: accepts options same as create new option: $.reverse(1) [do not
14004: work in table::create]
14005:
14006: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14007: (stat xxx,
14008:
14009: * src/classes/: table.C: typo
14010:
14011: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14012: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14013: results/130.processed, results/131.processed,
14014: results/132.processed, results/133.processed,
14015: results/134.processed, results/135.processed,
14016: results/136.processed, results/137.processed,
14017: results/138.processed, results/139.processed: added few mustfail
14018: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14019: date/time 132.html mustfail: access to junction outside of
14020: context 133.html mustfail: access to junction outside of context,
14021: case version 134.html mustfail: hash: adding a key inside of
14022: foreach 135.html mustfail: modifying system class 136.html
14023: mustfail: $.name outside of $hash[here] 137.html mustfail:
14024: appendChild without import 138.html mustfail: invalid encoding
14025: inside of xml 139.html mustfail: bad XPath
14026:
14027: * operators.txt, src/classes/table.C, tests/084.html,
14028: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14029: tests/129.html, tests/results/125.processed,
14030: tests/results/126.processed, tests/results/127.processed,
14031: tests/results/128.processed, tests/results/129.processed: merged
14032: from HEAD ^table.hash[key][$.distinct[tables]]
14033:
14034: maked appropriate tests [changed one old nonconforming]
14035:
14036: * operators.txt, src/classes/table.C:
14037: ^table.hash[key][$.distinct[tables]]
14038:
14039: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14040: merged fix for found very old xml (dom) bug: were passing
14041: domString objects and later ERROREOUSLY freed them
14042:
14043: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14044: src/main/pa_charset.C: re-added libgdome patch. regretfully
14045: libgdome bug can not be worked around
14046:
14047: 2003-04-10 paf
14048:
14049: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14050: found very old xml (dom) bug: were passing domString objects and
14051: later ERROREOUSLY freed them
14052:
14053: * src/doc/string.dox, src/include/pa_memory.h,
14054: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14055: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14056: tests/123.html, tests/124.html, tests/results/001.processed,
14057: tests/results/002.processed, tests/results/003.processed,
14058: tests/results/004.processed, tests/results/005.processed,
14059: tests/results/006.processed, tests/results/008.processed,
14060: tests/results/009.processed, tests/results/010.processed,
14061: tests/results/011.processed, tests/results/012.processed,
14062: tests/results/013.processed, tests/results/014.processed,
14063: tests/results/015.processed, tests/results/016.processed,
14064: tests/results/017.processed, tests/results/018.processed,
14065: tests/results/020.processed, tests/results/021.processed,
14066: tests/results/022.processed, tests/results/023.processed,
14067: tests/results/024.processed, tests/results/025.processed,
14068: tests/results/026.processed, tests/results/027.processed,
14069: tests/results/028.processed, tests/results/029.processed,
14070: tests/results/030.processed, tests/results/031.processed,
14071: tests/results/032.processed, tests/results/033.processed,
14072: tests/results/034.processed, tests/results/035.processed,
14073: tests/results/036.processed, tests/results/037.processed,
14074: tests/results/038.processed, tests/results/039.processed,
14075: tests/results/040.processed, tests/results/041.processed,
14076: tests/results/042.processed, tests/results/043.processed,
14077: tests/results/044.processed, tests/results/045.processed,
14078: tests/results/046.processed, tests/results/047.processed,
14079: tests/results/048.processed, tests/results/049.processed,
14080: tests/results/050.processed, tests/results/051.processed,
14081: tests/results/052.processed, tests/results/053.processed,
14082: tests/results/054.processed, tests/results/055.processed,
14083: tests/results/056.processed, tests/results/057.processed,
14084: tests/results/058.processed, tests/results/059.processed,
14085: tests/results/060.processed, tests/results/061.processed,
14086: tests/results/062.processed, tests/results/063.processed,
14087: tests/results/064.processed, tests/results/065.processed,
14088: tests/results/066.processed, tests/results/067.processed,
14089: tests/results/068.processed, tests/results/069.processed,
14090: tests/results/070.processed, tests/results/071.processed,
14091: tests/results/072.processed, tests/results/073.processed,
14092: tests/results/074.processed, tests/results/075.processed,
14093: tests/results/076.processed, tests/results/077.processed,
14094: tests/results/078.processed, tests/results/079.processed,
14095: tests/results/080.processed, tests/results/081.processed,
14096: tests/results/082.processed, tests/results/083.processed,
14097: tests/results/084.processed, tests/results/085.processed,
14098: tests/results/086.processed, tests/results/087.processed,
14099: tests/results/088.processed, tests/results/089.processed,
14100: tests/results/090.processed, tests/results/091.processed,
14101: tests/results/092.processed, tests/results/093.processed,
14102: tests/results/094.processed, tests/results/095.processed,
14103: tests/results/096.processed, tests/results/097.processed,
14104: tests/results/101.processed, tests/results/102.processed,
14105: tests/results/104.processed, tests/results/105.processed,
14106: tests/results/106.processed, tests/results/107.processed,
14107: tests/results/108.processed, tests/results/109.processed,
14108: tests/results/110.processed, tests/results/111.processed,
14109: tests/results/112.processed, tests/results/113.processed,
14110: tests/results/114.processed, tests/results/115.processed,
14111: tests/results/116.processed, tests/results/117.processed,
14112: tests/results/118.processed, tests/results/119.processed,
14113: tests/results/120.processed, tests/results/121.processed,
14114: tests/results/122.processed, tests/results/123.processed,
14115: tests/results/124.processed: new convention: char* never 0.
14116: assert in cord on that
14117:
14118: * src/main/pa_charset.C: couple more asserts
14119:
14120: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14121: speedup
14122:
14123: * src/main/pa_charset.C: couple assertions on fantastic situations
14124: added [may be those is the case now?]
14125:
14126: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14127: that's memory from gc_malloc, not from g_malloc :(, but would
14128: hope]
14129:
14130: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14131: that's memory from gc_malloc, not from g_malloc :(, but would
14132: hope]
14133:
14134: * src/main/pa_charset.C: checked custom malloc for returning 0
14135:
14136: 2003-04-09 paf
14137:
14138: * src/classes/date.C: merged ^date.roll changes
14139:
14140: * src/classes/date.C: ^date.roll bug fix
14141:
14142: * src/classes/date.C: ^date.roll now throws less errors: month
14143: shifts handles end of month situation by reducing day number
14144: hour-hole shift reduces hour to recover
14145:
14146: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14147: Sort by function time
14148:
14149: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14150: http:// $.charset[] param done
14151:
14152: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14153: added [after volatile fix. passes on win&intel-solaris]
14154:
14155: 2003-04-08 paf
14156:
14157: * src/: classes/file.C, classes/op.C, classes/table.C,
14158: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14159: include/pa_common.h, include/pa_request_charsets.h,
14160: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14161: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14162: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14163: types/pa_vresponse.C: started http:// $.charset[] param and
14164: http response charset detection just compiled. todo:test
14165:
14166: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14167:
14168: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14169: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14170: types/pa_vmail.C: changed transcode param converntion along with
14171: string creating convention -- all strings are zero-terminated,
14172: this allowed to fix one remaining String("123", 2) case
14173:
14174: * src/: classes/date.C, classes/file.C, classes/hash.C,
14175: classes/op.C, classes/string.C, classes/table.C,
14176: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14177: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14178: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14179: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14180: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14181: violated String::invariant. started fixing [not compiled now]
14182:
14183: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14184: main/compile.tab.C, main/compile.y, main/pa_string.C,
14185: main/untaint.C, targets/cgi/parser3.C: number of string style
14186: improvements & optimizations
14187:
14188: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14189: :(]
14190:
14191: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14192: [for it's a pointer really]
14193:
14194: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14195: 'n' param. worked that around
14196:
14197: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14198: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14199: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14200: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14201: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14202:
14203: Thanks for the bug report and patch.
14204:
14205: I hadn't looked at this code in a while. Reading it now, it
14206: seems to me that the tests should also be ">= MAX_DEPTH" to
14207: comply with the invariant, though that may not matter a lot. I
14208: changed that, too.
14209:
14210: Hans
14211:
14212: 2003-04-07 paf
14213:
14214: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14215: merged from head:safe mode error message now includes numbers
14216:
14217: * src/main/execute.C: n-th attempt to make a=a work with double.
14218: problem: as_double returns it's result in fp-register compiler
14219: optimizes access to that register after b->as_double, and just
14220: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14221: from memory. _SAME_ double values do not match here. when
14222: forced to REload fp-register, values do match.
14223:
14224: tried to make them volatile.
14225:
14226: * src/main/execute.C: n-th attempt to make a=a work with double.
14227: problem: as_double returns it's result in fp-register compiler
14228: optimizes access to that register after b->as_double, and just
14229: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14230: from memory. _SAME_ double values do not match here. when
14231: forced to REload fp-register, values do match.
14232:
14233: tried to make them volatile.
14234:
14235: * src/types/pa_vobject.h: small style change
14236:
14237: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14238:
14239: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14240: mode error message now includes numbers
14241:
14242: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14243: now causes death
14244:
14245: 2003-04-04 paf
14246:
14247: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14248: incorportated pa_exec patch by From: "Victor Fedoseev"
14249: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14250: Sent: Thursday, January 23, 2003 9:14 AM
14251:
14252: huge speedup on ^file::cgi with big result
14253:
14254: * src/classes/table.C: sort table with 0 rows bug fixed
14255:
14256: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14257: fix http://i2/tasks/edit/?id=4493701604654042676
14258:
14259: @main[] $with_default[ $.a[1] $._default[default from
14260: with_default] ] ^show[$with_default]
14261:
14262: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14263: =$to_add_to.xxx=<br>
14264:
14265: ^show[$to_add_to]
14266:
14267: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14268: ^show[$cloned]
14269:
14270: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14271:
14272: } <hr>
14273:
14274: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14275: http://i2/tasks/edit/?id=4493701604654042676
14276:
14277: @main[] $with_default[ $.a[1] $._default[default from
14278: with_default] ] ^show[$with_default]
14279:
14280: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14281: =$to_add_to.xxx=<br>
14282:
14283: ^show[$to_add_to]
14284:
14285: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14286: ^show[$cloned]
14287:
14288: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14289:
14290: } <hr>
14291:
14292: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14293: http://i2/tasks/edit/?id=4507350336410850921
14294:
14295: * src/classes/xdoc.C: memory allocation func bugfix
14296: http://i2/tasks/edit/?id=4499303470368629745
14297:
14298: * src/classes/math.C: allowed random 1...
14299:
14300: * src/classes/math.C: allowed random 0..
14301:
14302: * src/main/pa_globals.C: exif mem leak
14303: http://i2/tasks/edit/?id=4480590323629807263
14304:
14305: * src/: classes/classes.dsp, main/main.dsp,
14306: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14307: fix http://i2/tasks/edit/?id=4493946731322521294
14308: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14309:
14310: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14311: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14312: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14313: links to xml libs made relative, no need to unpack parser3project
14314: to /parser3project.
14315:
14316: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14317: column more precise - tab handling bug fixed
14318:
14319: * src/main/: compile.tab.C, compile.y: more understandable error
14320: message in case @CLASS with more then one line inside
14321:
14322: * src/targets/cgi/parser3.C: more understandable error message in
14323: case of errors in @unhandled_exception
14324:
14325: 2003-04-03 paf
14326:
14327: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14328: src/main/compile.tab.C, src/main/compile.y,
14329: src/main/compile_tools.C, src/main/compile_tools.h,
14330: src/main/execute.C, src/main/pa_request.C: debug info format
14331: simplified, now it's: OP_VALUE Operation::Origin << here value*
14332:
14333: higher limits: file number (max: 255) line number (max:
14334: 64535) column number (max: 255)
14335:
14336: * src/classes/math.C: top limit
14337:
14338: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14339: precise parse error position in case of
14340:
14341: ^bug ]
14342:
14343: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14344: changed to realities, and passed [bug fixed]
14345:
14346: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14347: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14348: main/compile_tools.h, main/pa_request.C: introducing
14349: ^process...[main-method-alias]
14350:
14351: * src/: classes/date.C, classes/image.C, classes/op.C,
14352: classes/string.C, classes/table.C, classes/xdoc.C,
14353: types/pa_vmethod_frame.h: MethodParams& now [methods without
14354: params receive zero reference, but they are expected not to look
14355: there]
14356:
14357: * operators.txt, src/classes/date.C, src/classes/double.C,
14358: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14359: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14360: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14361: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14362: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14363: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14364: [methods without params receive zero reference, but they are
14365: expected not to look there]
14366:
14367: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14368: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14369: ^process...[filename] useful for better error reporting
14370: [file/line/col]
14371:
14372: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14373: types/pa_vstring.h: slightly improved error messages text: 1. is
14374: '%s', it 2. method undefined in case of ^void[]
14375:
14376: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14377: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14378: handling done. now we have error columns todo: test it
14379:
14380: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14381: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14382:
14383: this makes life easier: were: bad stack order -- were in
14384: exception catch unwind order, which didn't match execution order
14385:
14386: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14387:
14388: @first[] ^throw[a;1]
14389:
14390: showed throw a first throw b try
14391:
14392: which is no good
14393:
14394: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14395: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14396: trace reset after handled exception [old bug fixed]
14397:
14398: * src/main/: compile.tab.C, compile.y: parse position old bug
14399: fixed. position reporting made precise [both, in parse erros and
14400: runtime errors]
14401:
14402: 2003-04-02 paf
14403:
14404: * src/: include/pa_operation.h, include/pa_request.h,
14405: main/compile.C, main/compile.tab.C, main/compile.y,
14406: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14407: main/pa_exception.C, main/pa_request.C: debug info: started
14408: using. todo:complete
14409:
14410: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14411: main/compile.C, main/compile.tab.C, main/compile.y,
14412: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14413: main/pa_request.C: prepared debug info todo:use it
14414:
14415: * src/include/pa_operation.h: strange mistake fixed: forgot to
14416: return Operation class->union after switching from autoptrs.
14417:
14418: * tests/: Makefile, results/108.processed, results/117.processed:
14419: meta considered OK [it's up to coder now to remove it not needed]
14420:
14421: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14422: Dictionary constructor when moved to gc]
14423:
14424: * src/main/pa_common.C: uncommented http:// file loading
14425:
14426: * src/include/pa_array.h, src/main/execute.C,
14427: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14428: fix [gdGrowingBuf]
14429:
14430: * configure.in, src/lib/Makefile.am: removed patches
14431:
14432: * configure, src/include/pa_config_auto.h.in,
14433: src/main/pa_charset.C: --enable-assertions autoconf-ed
14434:
14435: * src/main/pa_common.C: uncommented http:// file loading
14436:
14437: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14438: xdoc::create/load
14439:
14440: * src/: classes/form.C, classes/hash.C, classes/image.C,
14441: classes/string.C, classes/table.C, classes/void.C,
14442: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14443: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14444: String::String(str,helper_length) are checked. found/fixed one
14445: place: $request:body now zero-terminated,
14446:
14447: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14448: main/compile_tools.C, main/execute.C, types/pa_value.h,
14449: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14450: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14451: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14452: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14453: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14454: types/pa_vxnode.h: more locally scoped vars in execute (more
14455: easily optimizable)
14456:
14457: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14458: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14459:
14460: * src/: include/pa_array.h, include/pa_stack.h,
14461: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14462: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14463: become assertion iterator in methodframe filler
14464:
14465: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14466: targets/cgi/parser3.C: array::get/put inlined
14467:
14468: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14469: gc_substitute_memory_management_functions +installed CORD_oom
14470: function
14471:
14472: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14473: src/include/pa_config_includes.h, src/include/pa_string.h,
14474: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14475: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14476: assertions started configure.in --enable-assertions
14477:
14478: 2003-04-01 paf
14479:
14480: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14481: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14482: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14483: gdome uses glib memory, and stores last pointer to xmlDoc there,
14484: gc misses that and collects valid memory fixed by remembering
14485: xmlDoc from dom object in xdoc. todo: do something with
14486: premature free of xdoc with xnodes/node values referring into it
14487:
14488: * src/classes/: mail.C: typo fix
14489:
14490: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14491: changes
14492:
14493: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14494: main/pa_memory.C: moved memory debugging to global level: to
14495: pa_gc_malloc
14496:
14497: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14498: debugging showed no errors. todo: debug parser memory
14499:
14500: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14501: configurations
14502:
14503: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14504: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14505: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14506: types/types.dsp: prepared xml-static configuration
14507:
14508: 2003-03-31 paf
14509:
14510: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14511: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14512: xml lib memory debugging, simple checks failed: it seems that
14513: library does realloc(bad ptr), and recording those ptrs in heap
14514: [for debugging] was bad: heap situation changes = everything
14515: works fine
14516:
14517: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14518: xmlRegisterCharEncodingHandler limitation [currently imposed
14519: limit of 10 user-defined charsets]
14520:
14521: 2003-03-28 paf
14522:
14523: * src/main/execute.C: execution stack copied to local register
14524: variable, removed lots [~2e7) of memory accesses
14525:
14526: 2003-03-27 paf
14527:
14528: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14529: works in debug, but fails in release todo: fix that
14530:
14531: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14532: targets/cgi/parser3.C: forgot to merge XML memory funcs
14533: replacement from gc branch
14534:
14535: * src/main/pa_exec.C: introducing append_help_length [radical
14536: improvement here]
14537:
14538: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14539: 'not recommened' in gc.h, on win32 noticed no difference]
14540:
14541: * src/include/pa_array.h: returned checked array get [were disabled
14542: for debugging] result:not slower [don't understand that, it were
14543: INLINED] todo: find out a way of inlining it!
14544:
14545: * src/: include/pa_string.h, lib/gc/include/gc.h,
14546: lib/gc/include/gc_fake.h, main/compile.tab.C,
14547: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14548: convention changed: all resulting strings are zero-terminated
14549:
14550: * src/: classes/date.C, classes/file.C, classes/hash.C,
14551: classes/string.C, classes/table.C, classes/void.C,
14552: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14553: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14554: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14555: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14556: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14557: types/pa_vfile.C, types/pa_vmail.C: introducing
14558: append_help_length [radical improvement here]
14559:
14560: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14561: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14562: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14563: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14564: even slower
14565:
14566: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14567: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14568: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14569: clients of &get(): most to use non-ref version, some[in tight
14570: places] to get_unchecked_ref
14571:
14572: * src/doc/memory.dox: forgot to add
14573:
14574: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14575: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14576: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14577: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14578: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14579: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14580: targets/cgi/parser3.dsp, types/pa_vmail.C,
14581: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14582: T>>&<< removed after Stack::pop wiping removed [moved to separate
14583: func] other Array & removed
14584:
14585: 2003-03-26 paf
14586:
14587: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14588: classes/table.C, include/pa_array.h, include/pa_charset.h,
14589: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14590: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14591: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14592: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14593: main/pa_exec.C, main/pa_sql_driver_manager.C,
14594: main/pa_stylesheet_manager.C, main/pa_table.C,
14595: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14596: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14597: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14598: pre-evaluated .count() in some places
14599:
14600: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14601: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14602: types/types.dsp: .dsp profiling updated
14603:
14604: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14605: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14606: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14607:
14608: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14609: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14610: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14611: use lib/gc,lib/cord
14612:
1.116 moko 14613: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14614: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14615: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14616: src/include/pa_config_includes.h, src/include/pa_request.h,
14617: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14618: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14619: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14620: src/lib/cord/include/Makefile.am,
1.116 moko 14621: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14622: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14623: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14624: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14625: src/types/pa_vform.h, src/types/pa_vhash.h,
14626: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14627: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14628: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14629: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14630: funcs ported pa_exec
1.95 moko 14631:
14632: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14633:
14634: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14635: bundled gc includes
14636:
14637: * src/: classes/op.C, include/pa_array.h,
14638: include/pa_sql_connection.h, include/pa_string.h,
14639: include/pa_version.h, main/compile.tab.C, main/compile.y,
14640: main/execute.C, main/pa_common.C, main/pa_exception.C,
14641: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14642: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14643: first real site (aval)]
14644:
14645: 2003-03-25 paf
14646:
14647: * operators.txt, src/main/pa_sql_driver_manager.C,
14648: src/types/pa_vstatus.C: $status.memory used free since_compact
14649: process
14650:
14651: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14652: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14653:
14654: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14655:
14656: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14657: src/types/pa_value.h, src/types/pa_vfile.h,
14658: src/types/pa_vobject.C, src/types/pa_vobject.h,
14659: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14660: tests/results/121.processed: untaint.C L_URI
14661:
14662: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14663: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14664: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14665: src/types/pa_vmemory.h: ^memory:compact[]
14666:
14667: * tests/results/109.processed: it was a bug in parser. updated 109
14668: test result
14669:
14670: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14671:
14672: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14673: tests/results/107.processed: fixed dom language [values are now
14674: considered tainted. it was a bug in parser. updated 107 test
14675: result
14676:
14677: * src/classes/xdoc.C: fixed transform params
14678:
14679: * src/: include/pa_stylesheet_manager.h,
14680: main/pa_stylesheet_manager.C: fixed stylesheet caching
14681:
14682: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14683: overloads for structure handling
14684:
14685: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14686: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14687: StringBody(0) ambiguilty, introducting static
14688: StringBody::Format(int)
14689:
14690: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14691: linked
14692:
14693: * src/types/pa_vxdoc.C: vxdoc compiled
14694:
14695: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14696: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14697: finalizers isntalled
14698:
14699: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14700: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14701: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14702: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14703: compiled todo: xnode.C / finalizers
14704:
14705: * src/doc/string.dox: updated: new string internals
14706:
14707: 2003-03-24 paf
14708:
14709: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14710: include/pa_charset.h, include/pa_config_fixed.h,
14711: include/pa_request.h, include/pa_stylesheet_connection.h,
14712: include/pa_stylesheet_manager.h, main/pa_charset.C,
14713: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14714: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14715: types/pa_vxnode.h: started XML
14716:
14717: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14718:
14719: * src/: classes/file.C, classes/image.C, classes/mail.C,
14720: include/pa_string.h, main/pa_common.C,
14721: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14722:
14723: * src/: classes/file.C, classes/image.C, classes/mail.C,
14724: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14725: main/pa_request.C, main/pa_sql_driver_manager.C,
14726: types/pa_vimage.h: size_t pos everywhere checks changed to check
14727: for eq STRING_NOT_FOUND
14728:
14729: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14730: optimize bit implemented
14731:
14732: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14733: String::ArrayFragment::append_positions fixed
14734:
14735: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14736: String::this_starts fixed
14737:
14738: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14739:
14740: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14741: hashcode implemented fully, including per-char callback [it can
14742: be - substr CORD node]
14743:
14744: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14745: rewritten to rewalloc with 100byte buf ahead
14746:
14747: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14748: src/include/pa_string.h, src/main/compile.tab.C,
14749: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14750: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14751: CORD_ec [bad] would rewrite as realloc now
14752:
14753: * src/: classes/date.C, classes/file.C, classes/form.C,
14754: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14755: include/pa_cache_managers.h, include/pa_charsets.h,
14756: include/pa_common.h, include/pa_request.h,
14757: include/pa_sql_driver_manager.h, include/pa_table.h,
14758: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14759: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14760: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14761: types/pa_vmail.C, types/pa_vmethod_frame.C,
14762: types/pa_vstateless_class.h: 2*2 worked :)
14763:
14764: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14765: src/include/pa_exec.h, src/include/pa_string.h,
14766: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14767: passed OK
14768:
14769: * src/: classes/hash.C, classes/string.C, classes/table.C,
14770: types/pa_value.C: all linked todo: debug
14771:
14772: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14773: types/pa_vstateless_class.C: all compiled. todo:link
14774:
14775: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14776:
14777: * src/types/pa_vtable.C: pa_vtable.C compiled
14778:
14779: * src/types/pa_vstring.C: pa_vstring.C compiled
14780:
14781: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14782:
14783: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14784: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14785: pa_vstateless_class.C, pa_vstateless_class.h:
14786: pa_vstateless_class.C compiled
14787:
14788: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14789: types/pa_vmath.C: pa_vmail.C compiled
14790:
14791: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14792:
14793: * src/types/pa_vform.C: pa_vform.C compiled
14794:
14795: * src/types/pa_vfile.C: pa_vfile.C compiled
14796:
14797: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14798: pa_vstateless_class.C: pa_vcookie.C compiled
14799:
14800: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14801: types/pa_vhash.h: pa_value.C compiled
14802:
14803: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14804: classes.lib main.lib compiled
14805:
14806: * src/classes/void.C: void.C compiled
14807:
14808: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14809: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14810: compiled
14811:
14812: * src/: classes/string.C, include/pa_request.h,
14813: include/pa_string.h, main/pa_string.C: string.C compiled
14814:
14815: * src/: classes/op.C, classes/string.C, classes/table.C,
14816: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14817: main/pa_request.C, main/pa_string.C: op.C compiled
14818:
14819: * src/classes/: math.C, op.C: math.C compiled
14820:
14821: * src/: classes/mail.C, classes/string.C, classes/table.C,
14822: types/pa_vmail.h: mail.C compiled
14823:
14824: * src/classes/: int.C, table.C: int.C compiled
14825:
14826: * src/: classes/hash.C, classes/image.C, classes/string.C,
14827: classes/table.C, include/pa_memory.h, include/pa_string.h,
14828: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14829: compiled
14830:
14831: * src/: classes/hash.C, classes/string.C, classes/table.C,
14832: classes/void.C, classes/xdoc.C, include/pa_request.h,
14833: include/pa_sql_connection.h: hash.C compiled
14834:
14835: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14836: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14837: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14838: classes/math.C, classes/op.C, classes/response.C,
14839: classes/string.C, classes/table.C, classes/void.C,
14840: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14841: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14842: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14843: file.C table.C compiled
14844:
14845: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14846: main/untaint.C: main.lib compiled
14847:
14848: 2003-03-21 paf
14849:
14850: * src/: classes/op.C, include/pa_cache_managers.h,
14851: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14852: include/pa_stylesheet_manager.h, main/pa_exception.C,
14853: main/pa_globals.C, main/pa_sql_driver_manager.C,
14854: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14855: compiled
14856:
14857: * src/: classes/hash.C, classes/image.C, classes/op.C,
14858: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14859: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14860: main/compile.C, main/pa_common.C, main/pa_request.C,
14861: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14862: pa_request.C compiled
14863:
14864: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14865: include/pa_request.h, main/execute.C, main/pa_request.C,
14866: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14867: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14868: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14869: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14870: compiled
14871:
14872: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14873: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14874: on unix
14875:
14876: * src/: include/pa_charset.h, include/pa_charsets.h,
14877: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14878: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14879: pa_charsets.C compiled
14880:
14881: * src/: classes/image.C, classes/mail.C, classes/op.C,
14882: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14883: main/compile.y, main/execute.C, main/pa_common.C,
14884: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14885: types/pa_vcode_frame.h, types/pa_vimage.h,
14886: types/pa_vmethod_frame.h: execute.C compiled
14887:
14888: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14889: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14890: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14891: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14892: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14893: include/pa_cache_managers.h, include/pa_charsets.h,
14894: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14895: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14896: include/pa_sql_driver_manager.h, include/pa_string.h,
14897: include/pa_stylesheet_connection.h,
14898: include/pa_stylesheet_manager.h, include/pa_table.h,
14899: main/compile.C, main/compile.tab.C, main/compile.y,
14900: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14901: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14902: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14903: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14904: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14905: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14906: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14907: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14908: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14909: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14910: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14911: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14912: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14913: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14914: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14915: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14916: types/pa_vresponse.h, types/pa_vstateless_class.C,
14917: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14918: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14919: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14920: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14921: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14922: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14923: [C++ CORD wrapper]
14924:
14925: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14926:
14927: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14928: $file::exec/cgi[script; $.charset[this is script's charset]
14929:
14930: command line, env values, input got transcoded before call
14931: stdout, stderr got transcoded after call
14932:
14933: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14934: by default. use: ^file::exec[...;$.stdin[$request.body]
14935:
14936: * src/main/pa_common.C: } typo bug fix
14937:
14938: * src/main/pa_common.C: } typo bug fix
14939:
14940: 2003-03-20 paf
14941:
14942: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14943: main/untaint.C: cord bug fix, but still errors todo: clear out
14944:
14945: * src/include/pa_string.h: more tests
14946:
14947: * src/main/pa_string.C: string.pos fixed
14948:
1.116 moko 14949: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14950: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14951: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14952: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14953: replaces
1.95 moko 14954:
14955: * src/: classes/image.C, include/pa_dictionary.h,
14956: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14957: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14958: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14959: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14960:
14961: * src/include/pa_string.h: warning
14962:
14963: * src/include/pa_string.h: this_starts fixed
14964:
14965: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14966: new String ctor & append params convention
14967:
14968: * src/: classes/file.C, classes/hash.C, classes/image.C,
14969: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14970: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14971: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14972: main/pa_exception.C, main/pa_exec.C,
14973: main/pa_sql_driver_manager.C, main/pa_string.C,
14974: main/pa_stylesheet_manager.C, main/untaint.C,
14975: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14976: types/pa_vmail.C: more tests OK
14977:
14978: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14979: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14980: gc/exit runned OK
14981:
14982: * src/types/pa_vmail.C: another naming problem: should not name
14983: vars like that: unpredictable close caused problems with later
14984: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14985: descriptors missing on startup: stdin; Bad file number
14986:
14987: todo: find out why so many filters(stream) here. probably wrong?
14988:
14989: * src/: include/pa_dictionary.h, include/pa_string.h,
14990: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14991: main/untaint.C: test compiled
14992:
14993: * src/: classes/image.C, classes/mail.C, classes/math.C,
14994: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14995: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14996: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14997: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14998: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14999: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15000: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15001: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15002: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15003:
15004: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15005: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15006: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15007: src/include/pa_memory.h, src/include/pa_request.h,
15008: src/include/pa_request_charsets.h,
15009: src/include/pa_sql_connection.h, src/include/pa_string.h,
15010: src/main/compile.tab.C, src/main/execute.C,
15011: src/main/pa_charset.C, src/main/pa_common.C,
15012: src/main/pa_exception.C, src/main/pa_exec.C,
15013: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15014: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15015: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15016: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15017: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15018: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15019: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15020: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15021: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15022: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15023: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15024: pa_common.C [done, without http for now]
15025:
15026: 2003-03-19 paf
15027:
15028: * src/: classes/date.C, classes/form.C, classes/hash.C,
15029: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15030: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15031: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15032: include/pa_string.h, include/pa_table.h, main/compile.C,
15033: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15034: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15035: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15036: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15037: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15038: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15039: types/pa_vstateless_class.h, types/pa_vtable.C,
15040: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15041: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15042: types/pa_wwrapper.h: started test
15043:
1.116 moko 15044: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15045: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15046:
15047: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15048: include/pa_string.h, main/pa_string.C: string compiled todo: test
15049: it
15050:
15051: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15052: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15053: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15054: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15055: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15056: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15057: types/pa_vmethod_frame.h, types/types.dsp: string
15058: reimplementation with cord+array<fragment>: 70%
15059:
15060: 2003-03-18 paf
15061:
15062: * src/: classes/date.C, classes/file.C, classes/form.C,
15063: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15064: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15065: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15066: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15067: can ignore lang in cmp and pos really, but would
15068: split properly!
15069:
15070: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15071: cord part made parser/src/lib: it's not compiled into libgc by
15072: default
15073:
15074: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15075: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15076: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15077: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15078: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15079: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15080: src/classes/xnode.C, src/classes/xnode.h,
15081: src/include/Makefile.am, src/include/pa_cache_managers.h,
15082: src/include/pa_charset.h, src/include/pa_charsets.h,
15083: src/include/pa_common.h, src/include/pa_dictionary.h,
15084: src/include/pa_exception.h, src/include/pa_exec.h,
15085: src/include/pa_globals.h, src/include/pa_hash.h,
15086: src/include/pa_memory.h, src/include/pa_pool.h,
15087: src/include/pa_request.h, src/include/pa_request_charsets.h,
15088: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15089: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15090: src/include/pa_stylesheet_connection.h,
15091: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15092: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15093: src/main/compile.C, src/main/compile.tab.C,
15094: src/main/compile_tools.C, src/main/compile_tools.h,
15095: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15096: src/main/pa_charsets.C, src/main/pa_common.C,
15097: src/main/pa_dictionary.C, src/main/pa_exception.C,
15098: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15099: src/main/pa_pool.C, src/main/pa_request.C,
15100: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15101: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15102: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15103: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15104: src/types/pa_junction.h, src/types/pa_method.h,
15105: src/types/pa_value.C, src/types/pa_value.h,
15106: src/types/pa_vclass.C, src/types/pa_vclass.h,
15107: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15108: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15109: src/types/pa_vdouble.h, src/types/pa_venv.h,
15110: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15111: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15112: src/types/pa_vimage.C, src/types/pa_vimage.h,
15113: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15114: src/types/pa_vmath.C, src/types/pa_vmath.h,
15115: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15116: src/types/pa_vobject.C, src/types/pa_vobject.h,
15117: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15118: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15119: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15120: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15121: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15122: src/types/pa_vstring.h, src/types/pa_vtable.C,
15123: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15124: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15125: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15126: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15127: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15128: gc: PA_Object done lots of replacements also
15129:
15130: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15131: gc logging
15132:
15133: 2003-03-17 paf
15134:
15135: * src/: classes/date.C, classes/file.C, classes/form.C,
15136: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15137: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15138: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15139: include/pa_string.h, include/pa_types.h, main/compile.C,
15140: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15141: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15142: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15143: main/pa_sql_driver_manager.C, main/pa_string.C,
15144: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15145: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15146: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15147: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15148: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15149: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15150: types/pa_vxnode.h: libgc attempt
15151:
15152: 2003-03-13 paf
15153:
15154: * src/: include/pa_sql_driver_manager.h,
15155: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15156: called
15157:
15158: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15159: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15160: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15161: types/pa_value.h, types/pa_vobject.h,
15162: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15163: set_base, set_derived simplified [counter leaks fixed]
15164:
15165: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15166: src/types/types.dsp: incorporated status class patch From:
15167: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15168: 2003 8:14 AM
15169:
15170: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15171: Win32 specific: QuotaPeakNonPagedPoolUsage
15172: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15173:
15174: 2003-03-12 paf
15175:
1.116 moko 15176: * configure, configure.in, src/lib/ltdl/configure,
15177: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15178: lib/ltdl/Makefile now created by /configure.in only [were by
15179: lib/ltdl/configure.in OVERWRITE]
15180:
1.116 moko 15181: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15182: linkage fixed for g++ 3.2.2
1.95 moko 15183:
15184: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15185: on using privately declared class [fixed]
15186:
15187: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15188: 3.2 rightliy complained on using privately declared class [fixed]
15189:
15190: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15191: sigpipe before request constructor now causes death
15192:
15193: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15194: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15195: not cause exception in exception handler
15196:
1.116 moko 15197: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15198: now default links libstdc++ statically. that can be overriden by
15199: --with-dynamic-stdcpp
1.95 moko 15200:
15201: 2003-03-11 paf
15202:
15203: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15204: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15205: necessity of libstdc++
15206:
15207: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15208:
15209: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15210:
15211: 2003-03-08 paf
15212:
15213: * tests/Makefile: make install & co
15214:
15215: * src/: include/pa_request.h, classes/op.C: removing
15216: vclass,object.h -> pa_request.h dependency
15217:
15218: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15219: main/pa_request.C: removing vform,response,cookie.h ->
15220: pa_request.h dependency
15221:
15222: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15223: dependency [testing...]
15224:
15225: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15226: return 0; fixed
15227:
15228: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15229: types/pa_vmail.h: vmail.C received just compiled [not tested]
15230:
15231: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15232:
15233: * src/main/pa_request.C: forgotten: ifdef XML
15234:
15235: * src/main/pa_request.C: forgotten: ifdef XML
15236:
15237: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15238: win32 and run memleak tests again
15239:
15240: * src/targets/cgi/parser3.C: charsets: see some strange things with
15241: old xml lib-- it's internal memory handling has faults
15242:
15243: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15244: problems when transcode from charset A to A.
15245:
15246: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15247: todo: still problems when transcode from charset A to A.
15248:
15249: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15250: classes/table.C, include/pa_array.h,
15251: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15252: started full-scale-site-test [~ http://parser.ru sources]
15253:
15254: some fixes
15255:
15256: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15257: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15258: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15259: results/110.processed, results/111.processed,
15260: results/112.processed, results/113.processed,
15261: results/114.processed, results/115.processed,
15262: results/116.processed, results/117.processed,
15263: results/118.processed, results/119.processed,
15264: results/120.processed: xml: tests 109 dom create/show 110 xpath
15265: selectSingle 111 xdoc.create from tainted & 112
15266: xdoc.create/output with russian attr value 113 xpath
15267: selectString/Number 114 dom attributes.count 115 xpath selectBool
15268: 116 output media-type change 117 transform by dom stylesheet 118
15269: empty transform result 119 dom setAttribute 120 nbsp letter
15270: output
15271:
15272: =END OF PREPARED XML TESTS=
15273:
15274: 2003-03-07 paf
15275:
15276: * src/classes/xdoc.C, src/include/pa_charset.h,
15277: src/include/pa_stylesheet_connection.h, tests/108.html,
15278: tests/108.xsl, tests/results/108.processed: xml: test 108
15279: transform with params [bugs fixed]
15280:
15281: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15282: from copy/paste bug
15283:
15284: * src/classes/xdoc.C, src/include/pa_charset.h,
15285: src/include/pa_request.h, src/main/execute.C,
15286: src/main/pa_charset.C, src/main/pa_exception.C,
15287: src/main/pa_globals.C, src/main/pa_request.C,
15288: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15289: src/types/pa_vxnode.C, tests/107.html,
15290: tests/results/107.processed: xml: test: 107 bug fixes
15291:
15292: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15293: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15294: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15295:
15296: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15297: string
15298:
15299: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15300: mem alloc functions used for different cases [libxml, libxsl]
15301:
15302: * src/classes/classes.C: fixed: prevent system classes from
15303: modification to lock ALL the classes, not only directly used
15304:
15305: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15306: linked
15307:
15308: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15309:
15310: 2003-03-06 paf
15311:
15312: * src/classes/xdoc.C: xdoc.C 50%
15313:
15314: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15315: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15316: main/pa_globals.C, main/pa_request.C,
15317: main/pa_stylesheet_manager.C: xnode.C compiled
15318:
15319: * src/: include/pa_stylesheet_connection.h,
15320: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15321: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15322:
15323: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15324: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15325: xml: stylesheet&manager STARTED
15326:
15327: * src/: include/pa_globals.h, main/pa_charset.C,
15328: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15329:
15330: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15331: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15332: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15333: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15334: charsets
15335:
15336: * tests/023.html: in some cases it rounded up badly. postponing
15337: solution of that problem, making more simple test
15338:
15339: * tests/: 058_paf2000.png, results/058.processed: .png added with
15340: -kb now
15341:
15342: * src/: include/pa_charset.h, include/pa_charsets.h,
15343: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15344: moved to charsets.C
15345:
15346: 2003-03-05 paf
15347:
15348: * src/classes/string.C, src/include/pa_string.h,
15349: src/main/pa_string.C, tests/105.html,
15350: tests/results/105.processed: String::match bug fixed
15351:
15352: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15353: tests/results/104.processed: ^bpt operator added [does int3 in
15354: debug build on win32]
15355:
15356: * tests/: 057.html, results/057.processed: test bug fixed
15357:
1.116 moko 15358: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15359:
15360: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15361: missing
15362:
1.116 moko 15363: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15364: forgotten files added to Makes
1.95 moko 15365:
15366: * ltmain.sh: ltmain.sh added
15367:
15368: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15369: change undone ;(
15370:
15371: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15372: made static
15373:
15374: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15375: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15376: todo:make linker happy
1.95 moko 15377:
15378: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15379: env param made optional
15380:
15381: 2003-03-04 paf
15382:
15383: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15384: types/pa_vimage.h: number of gcc compiler bugs fixed
15385:
15386: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15387: results/103.processed: tests: 103 image.copy transparence test
15388:
15389: * src/main/execute.C, tests/101.html, tests/102.html,
15390: tests/results/101.processed, tests/results/102.processed: tests:
15391: 101 method/variable name conflict test 102 form fields change
15392: should not not change anything [bug fix]
15393:
15394: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15395: results/099.processed, results/100.processed: tests: 57 date
15396: create 2002: added 99,100 response:body/download
15397:
15398: * src/classes/image.C, tests/098.html, tests/098font.gif,
15399: tests/results/098.processed: test: 98 image font text [bug fixed]
15400:
15401: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15402: tests/results/097.processed: test: 97 file::load http:// [bugs
15403: fixed]
15404:
15405: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15406: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15407: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15408: image EXIF [bug fixed]
15409:
15410: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15411: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15412: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15413: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15414: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15415: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15416: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15417: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15418: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15419: tests/094.html, tests/095.html, tests/results/061.processed,
15420: tests/results/062.processed, tests/results/063.processed,
15421: tests/results/064.processed, tests/results/065.processed,
15422: tests/results/066.processed, tests/results/067.processed,
15423: tests/results/068.processed, tests/results/069.processed,
15424: tests/results/070.processed, tests/results/071.processed,
15425: tests/results/072.processed, tests/results/073.processed,
15426: tests/results/074.processed, tests/results/075.processed,
15427: tests/results/076.processed, tests/results/077.processed,
15428: tests/results/078.processed, tests/results/080.processed,
15429: tests/results/081.processed, tests/results/082.processed,
15430: tests/results/083.processed, tests/results/084.processed,
15431: tests/results/085.processed, tests/results/086.processed,
15432: tests/results/087.processed, tests/results/088.processed,
15433: tests/results/089.processed, tests/results/090.processed,
15434: tests/results/091.processed, tests/results/092.processed,
15435: tests/results/093.processed, tests/results/094.processed,
15436: tests/results/095.processed, tests/079.html,
15437: tests/results/079.processed: tests: 61 file::stat size 62
15438: string->int autoconvert 63 double .int,dec,div,mul 64 date
15439: compare 65 file: basename,justname,justext 66 math:crypt 67
15440: string.match simple on long 68 string.match normalized simple on
15441: long 69 string.int 70 file::stat content-type 71 table.join 72
15442: hash parameter conditional pass 73 date daylightsaving,yearday 74
15443: date arithmetics 75 response date values/attributes 76 string.pos
15444: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15445: with local 80 scientific numeric literal in string autoconvert 81
15446: xor: logical and numerical 82 for delims 83 menu delims 84
15447: table.hash distinct 85 long string replace 86 throw+catch
15448: current language preserve 87 bit shifts 88 junction tests +
15449: $caller test 89 hash.foreach selfmodification 90 int/void to int
15450: 91 $caller test 92 junction is + def junction tests 93 $caller
15451: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15452:
15453: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15454: fixed] 60 string eq string [bug fixed]
15455:
15456: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15457: 058.html, 058_paf2000.png, 059.html, 060.html,
15458: results/053.processed, results/054.processed,
15459: results/055.processed, results/056.processed,
15460: results/057.processed, results/058.processed,
15461: results/059.processed, results/060.processed: test: 53
15462: string.replace 54 junctions 55 table.hash 56 call indirect 57
15463: date.create[string] 58 image.measure[png]
15464:
15465: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15466: outputs/051.processed, results/052.processed: test: 52
15467: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15468: task: fix that
15469:
15470: 2003-03-03 paf
15471:
15472: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15473: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15474: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15475: outputs/049.processed, outputs/050.processed,
15476: outputs/051.processed, results/001.processed,
15477: results/002.processed, results/003.processed,
15478: results/005.processed, results/006.processed,
15479: results/008.processed, results/009.processed,
15480: results/011.processed, results/012.processed,
15481: results/013.processed, results/014.processed,
15482: results/015.processed, results/016.processed,
15483: results/017.processed, results/020.processed,
15484: results/021.processed, results/022.processed,
15485: results/024.processed, results/025.processed,
15486: results/026.processed, results/027.processed,
15487: results/028.processed, results/029.processed,
15488: results/030.processed, results/031.processed,
15489: results/049.processed, results/050.processed,
15490: results/051.processed, results/043.processed,
15491: results/044.processed, results/045.processed,
15492: results/046.processed, results/047.processed,
15493: results/048.processed: tests: 43,44,45 date rolls 46
15494: autoevaluating junction 47 table.select 48 name with subvar 49
15495: hash-creating switch 50 process 51 started parent/child, works as
15496: it were but it were NOT GOOD, created separate task to fix that
15497:
15498: * tests/: 042.html, results/042.processed: test: 42
15499: exception.handled
15500:
15501: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15502: expression
15503:
15504: * tests/: 040.html, results/040.processed: test: 39 method result
15505: of type table 40 method param junction auto evaluate
15506:
15507: * tests/: 039.html, results/039.processed: test: 37 method result
15508: of type table
15509:
15510: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15511: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15512: tests/038.html, tests/results/033.processed,
15513: tests/results/034.processed, tests/results/035.processed,
15514: tests/results/036.processed, tests/results/037.processed,
15515: tests/results/038.processed: tests: 33 string.replace 34
15516: string.upper 35 table created 36 local/global vars with juntions
15517: 37 table clone 38 math PI & number formatting
15518:
15519: math class registring typo fixed
15520:
15521: * src/classes/op.C, src/include/pa_request.h,
15522: src/include/pa_string.h, src/main/execute.C,
15523: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15524: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15525: tests/032.html, tests/results/032.processed: uchar changed to
15526: String_UL in all places [was not everywhere] untaint test: 032
15527:
15528: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15529: tests/results/004.processed, tests/parser-cygwin.sh,
15530: tests/parser-unix.sh: removed -H command line key, now testing
15531: using .sh file with SERVER_SOFTWARE=xxx
15532:
15533: 2003-02-26 paf
15534:
15535: * src/main/execute.C, src/types/pa_vstateless_class.h,
15536: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15537: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15538: tests/results/024.processed, tests/results/025.processed,
15539: tests/results/026.processed, tests/results/027.processed,
15540: tests/results/028.processed, tests/results/029.processed,
15541: tests/results/030.processed, tests/results/031.processed: fixed
15542: bug with name_cstr mutable CharPtr more tests
15543:
15544: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15545: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15546: << abort. die now just exits
15547:
15548: * src/classes/classes.awk, src/classes/classes.h,
15549: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15550: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15551: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15552: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15553: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15554: src/classes/xnode.C, src/include/pa_memory.h,
15555: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15556: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15557: src/types/pa_vform.C, tests/015.html, tests/016.html,
15558: tests/017.html, tests/018.html, tests/019.html,
15559: tests/019paf2001.gif, tests/020.html, tests/021.html,
15560: tests/022.html, tests/023.html, tests/022_dir/a.html,
15561: tests/022_dir/b.txt, tests/022_dir/c.htm,
15562: tests/results/015.processed, tests/results/016.processed,
15563: tests/results/017.processed, tests/results/018.processed,
15564: tests/results/019.processed, tests/results/020.processed,
15565: tests/results/021.processed, tests/results/022.processed,
15566: tests/results/023.processed: methoded_array now contains all Mxxx
15567: classes SAPI::get_env now returns info on pool more tests
15568:
15569: * src/include/pa_array.h, src/include/pa_hash.h,
15570: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15571: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15572: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15573: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15574: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15575: tests/results/001.processed, tests/results/002.processed,
15576: tests/results/003.processed, tests/results/004.processed,
15577: tests/results/005.processed, tests/results/006.processed,
15578: tests/results/007.processed, tests/results/008.processed,
15579: tests/results/009.processed, tests/results/010.processed,
15580: tests/results/011.processed, tests/results/012.processed,
15581: tests/results/013.processed, tests/results/014.processed: hash
15582: cloning fixed
15583:
15584: 2003-02-25 paf
15585:
15586: * src/main/pa_common.C: typo fixed
15587:
15588: 2003-02-24 paf
15589:
15590: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15591: [one remained]
15592:
15593: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15594: [should have been get_string(&pool)] todo: check other such calls
15595:
15596: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15597: test10, bad lookups
15598:
15599: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15600: object got destructed, and xxx points to sky
15601:
15602: * ChangeLog, src/classes/string.C: match bug fixed
15603:
15604: * src/types/pa_vmail.C: body [text/html] transcoded to
15605: $.charset[specified] now
15606:
15607: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15608: which failed to handle sigsetjmp+throw: crashed inside of
15609: pre-throw code. rewritten simplier [though duplicating
15610: closesocket code]
15611:
15612: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15613: which failed to handle sigsetjmp+throw: crashed inside of
15614: pre-throw code. rewritten simplier [though duplicating
15615: closesocket code]
15616:
15617: 2003-02-21 paf
15618:
15619: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15620: $cookie:name[$.expires[date << can be now]]
15621:
15622: written makefile with regression tests [raw]
15623:
15624: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15625: tests' only [it's not forcing CGI mode now] now use -H to output
15626: CGI header when parser used in command line [useful for tests
15627: also]
15628:
15629: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15630: switches on CGI mode, and is used in regression tests
15631:
15632: * src/: include/pa_request.h, main/pa_request.C,
15633: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15634: fixed
15635:
15636: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15637: handling pa_*
15638:
15639: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15640: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15641: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15642: memory handling files
15643:
15644: * src/main/pa_array.C: pool::format_integer terminator fixed
15645:
15646: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15647: compiles OK test to show benefits of free
15648:
15649: * src/: classes/file.C, classes/image.C, classes/mail.C,
15650: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15651: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15652: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15653: use pool [as the one in ^process]
15654:
15655: * src/classes/op.C: fixed process. sould now check for all cstr's
15656: -- some must use pool [as the one in ^process]
15657:
15658: 2003-02-20 paf
15659:
15660: * src/: classes/date.C, classes/double.C, classes/file.C,
15661: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15662: classes/math.C, classes/op.C, classes/response.C,
15663: classes/string.C, classes/table.C, classes/void.C,
15664: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15665: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15666: string cmp fixed
15667:
15668: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15669: values passed OK now
15670:
15671: 2003-02-19 paf
15672:
15673: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15674: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15675: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15676: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15677: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15678: all remaning leaks resulted from pooled::malloc calls [excluding
15679: in gd -- planning complete rewrite extremely ugly code]
15680:
15681: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15682: files
15683:
15684: 2003-02-17 paf
15685:
15686: * src/: classes/date.C, classes/double.C, classes/file.C,
15687: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15688: classes/response.C, classes/string.C, classes/table.C,
15689: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15690: include/pa_stylesheet_connection.h,
15691: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15692: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15693: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15694: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15695: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15696: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15697: of unitialized simple-typed field
15698:
15699: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15700: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15701: simple-typed field fixed. todo: find&kill all like that one
15702:
15703: * src/: main/execute.C, targets/cgi/pa_pool.C,
15704: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15705: debug output fixed
15706:
15707: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15708: main/pa_request.C: stack-stored items need extra .ref to prevent
15709: object_ptr from delete[them]
15710:
15711: * src/: classes/date.C, classes/op.C, classes/table.C,
15712: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15713: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15714: main/pa_charset.C, main/pa_common.C,
15715: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15716: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15717: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15718: calls
15719:
15720: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15721: couple mem leaks rusulted from old pooled::malloc usage.
15722: todo:find more like those
15723:
15724: * src/main/: compile.C, compile_tools.C: 2*2!
15725:
15726: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15727: stackItem fixed [there were no string on stack before]
15728:
15729: * src/: main/execute.C, main/pa_request.C,
15730: types/pa_vmethod_frame.C: first letters out OK
15731:
15732: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15733: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15734: main/pa_string.C, main/untaint.C, types/pa_value.h,
15735: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15736: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15737: type not initialized with zeros :( while class fields of class
15738: types initialized with default constructors. learn C++
15739:
15740: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15741: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15742: classes/math.C, classes/xdoc.C, classes/xnode.C,
15743: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15744: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15745:
15746: 2003-02-14 paf
15747:
15748: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15749: 13 link errors
15750:
15751: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15752: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15753: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15754: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15755: errors :)
15756:
15757: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15758: classes/hash.C, classes/mail.C, classes/op.C,
15759: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15760: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15761: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15762: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15763:
15764: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15765: classes/table.C, include/pa_common.h, include/pa_globals.h,
15766: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15767: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15768: types/pa_vint.h, types/types.dsp: op compiled
15769:
15770: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15771: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15772: main/untaint.C, types/pa_vtable.h: string, response compiled
15773:
15774: 2003-02-07 paf
15775:
15776: * src/: classes/table.C, types/pa_vtable.h: table compiled
15777:
15778: 2003-02-06 paf
15779:
15780: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15781: mail compiled
15782:
15783: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15784: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15785: types/pa_vfile.h, types/pa_vimage.h: image compiled
15786:
15787: * src/classes/: file.C, form.C: form compiled
15788:
15789: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15790: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15791: types/pa_vfile.C, types/pa_vfile.h: file compiled
15792:
15793: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15794: types/pa_vmath.h: math compiled [win32]
15795:
15796: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15797: types/pa_vstring.h: hash compiled
15798:
15799: 2003-02-04 paf
15800:
15801: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15802: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15803: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15804: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15805: types/pa_vhash.h: hash 50% compiled
15806:
15807: * src/: classes/date.C, classes/file.C, classes/hash.C,
15808: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15809: classes/string.C, classes/table.C, classes/xdoc.C,
15810: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15811: main/pa_string.C: date compiled
15812:
15813: * src/classes/: classes.dsp, double.C: double compiled
15814:
15815: * src/: classes/date.C, classes/double.C, classes/file.C,
15816: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15817: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15818: classes/string.C, classes/table.C, classes/void.C,
15819: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15820: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15821: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15822: compiled
15823:
15824: * src/: classes/date.C, classes/double.C, classes/file.C,
15825: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15826: classes/math.C, classes/op.C, classes/response.C,
15827: classes/string.C, classes/table.C, classes/void.C,
15828: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15829: types/pa_vvoid.h: void compiled :)
15830:
15831: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15832: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15833: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15834: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15835: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15836: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15837: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15838: types/pa_vresponse.C, types/pa_vstateless_class.C,
15839: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15840: types/pa_wcontext.C, types/types.dsp: removed stupid
15841: value_includes.h
15842:
15843: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15844: trying to remove stupid value_includes.h
15845:
15846: * src/main/pa_exec.C: pa_exec compiled on win32
15847:
15848: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15849:
15850: * src/: include/pa_globals.h, include/pa_request.h,
15851: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15852: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15853: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15854: types/pa_vrequest.C, types/pa_vstateless_class.C,
15855: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15856:
15857: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15858: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15859: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15860:
15861: * src/: include/pa_array.h, include/pa_config_includes.h,
15862: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15863: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15864: compiled
15865:
15866: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15867: name conflicts)
15868:
15869: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15870: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15871: yelds "virtual memory exhausted" while trying to compile
15872: execute.C [eating up to 127MB]
15873:
15874: 2003-02-03 paf
15875:
15876: * src/: include/pa_config_includes.h, include/pa_hash.h,
15877: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15878: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15879: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15880: types/pa_vint.h, types/pa_vjunction.h,
15881: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15882: started gcc compiling pa_common compiled
15883:
15884: * src/: include/pa_exception.h, include/pa_pool.h,
15885: main/pa_exception.C: exception gcc change #1
15886:
1.116 moko 15887: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15888: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15889:
15890: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15891:
15892: * src/types/pa_vtable.C: vtable compiled
15893:
15894: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15895:
15896: * src/: include/pa_cache_managers.h, main/pa_request.C,
15897: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15898:
15899: * src/types/pa_vstateless_class.C: vstateless_class compiled
15900:
15901: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15902:
15903: * src/types/pa_vrequest.C: vrequest compiled
15904:
15905: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15906: pa_vobject.C, pa_vobject.h: vobject compiled
15907:
15908: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15909: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15910: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15911: compiled
15912:
15913: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15914:
15915: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15916: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15917: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15918: compiled
15919:
15920: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15921: main.lib - 0 error(s), 0 warning(s)
15922:
15923: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15924: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15925:
15926: 2003-01-31 paf
15927:
15928: * src/: include/pa_array.h, include/pa_operation.h,
15929: include/pa_request.h, main/execute.C, main/main.dsp,
15930: types/pa_vjunction.h: started last file from main library:
15931: execute
15932:
15933: * src/: include/pa_request.h, include/pa_sapi.h,
15934: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15935: main/pa_request.C, targets/cgi/parser3.C,
15936: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15937: types/pa_vhash.h: pa_request compiled
15938:
15939: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15940: include/pa_globals.h, include/pa_request.h,
15941: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15942: main/execute.C, main/main.dsp, main/pa_common.C,
15943: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15944: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15945: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15946: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15947: types/types.dsp: most pa_request compiled
15948:
15949: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15950: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15951: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15952: classes/op.C, classes/response.C, classes/string.C,
15953: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15954: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15955: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15956: include/pa_config_fixed.h, include/pa_config_includes.h,
15957: include/pa_dictionary.h, include/pa_dir.h,
15958: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15959: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15960: include/pa_pool.h, include/pa_request.h,
15961: include/pa_request_charsets.h, include/pa_request_info.h,
15962: include/pa_sapi.h, include/pa_socks.h,
15963: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15964: include/pa_stack.h, include/pa_string.h,
15965: include/pa_stylesheet_connection.h,
15966: include/pa_stylesheet_manager.h, include/pa_table.h,
15967: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15968: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15969: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15970: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15971: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15972: main/compile.C, main/compile.tab.C, main/compile.y,
15973: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15974: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15975: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15976: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15977: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15978: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15979: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15980: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15981: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15982: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15983: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15984: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15985: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15986: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15987: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15988: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15989: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15990: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15991: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15992: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15993: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15994: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15995: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15996: types/pa_vresponse.h, types/pa_vstateless_class.C,
15997: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15998: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15999: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16000: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16001: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16002: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16003:
16004: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16005: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16006: src/include/pa_charsets.h, src/include/pa_common.h,
16007: src/include/pa_dictionary.h, src/include/pa_exception.h,
16008: src/include/pa_exec.h, src/include/pa_pool.h,
16009: src/include/pa_request.h, src/include/pa_sapi.h,
16010: src/include/pa_sql_connection.h,
16011: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16012: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16013: src/main/compile.tab.C, src/main/compile_tools.C,
16014: src/main/compile_tools.h, src/main/main.dsp,
16015: src/main/pa_charset.C, src/main/pa_charsets.C,
16016: src/main/pa_common.C, src/main/pa_dictionary.C,
16017: src/main/pa_exception.C, src/main/pa_exec.C,
16018: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16019: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16020: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16021: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16022: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16023: src/types/pa_vdouble.h, src/types/pa_venv.h,
16024: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16025: src/types/pa_vhash.h, src/types/pa_vimage.C,
16026: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16027: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16028: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16029: src/types/pa_vobject.C, src/types/pa_vobject.h,
16030: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16031: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16032: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16033: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16034: src/types/pa_vstring.h, src/types/pa_vtable.h,
16035: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16036: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16037: died, long live StringPtr
16038:
16039: 2003-01-30 paf
16040:
16041: * src/: include/pa_charset.h, include/pa_request.h,
16042: include/pa_sql_driver_manager.h, main/compile.tab.C,
16043: main/compile.y, main/compile_tools.h, main/pa_request.C,
16044: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16045:
16046: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16047: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16048: types/pa_vhash.h, types/pa_vmethod_frame.h,
16049: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16050: types/types.dsp: vstateless_class compiled
16051:
16052: * src/main/compile.C: compile compiled
16053:
16054: * src/: include/pa_array.h, include/pa_operation.h,
16055: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16056: main/pa_table.C: compile_tools compiled
16057:
16058: * src/: include/pa_operation.h, main/compile.y,
16059: main/compile_tools.C, main/compile_tools.h: started
16060: compile_tools. vagues ideas of how to free compiled code
16061:
16062: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16063: main/main.dsp, types/pa_value.C, types/pa_value.h,
16064: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16065: compiled
16066:
16067: 2003-01-29 paf
16068:
16069: * src/: include/pa_globals.h, include/pa_request.h,
16070: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16071: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16072: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16073: compiled
16074:
16075: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16076: now
16077:
16078: * src/: include/pa_array.h, include/pa_exception.h,
16079: include/pa_pool.h, main/pa_exception.C: gd compiled
16080:
16081: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16082: compiled
16083:
16084: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16085: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16086: types/pa_vfile.h: vfile compiled
16087:
16088: * src/: include/pa_common.h, include/pa_globals.h,
16089: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16090: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16091: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16092:
16093: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16094: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16095: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16096: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16097: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16098:
16099: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16100: main/main.dsp, main/untaint.C: more compiled
16101:
16102: * src/: include/pa_charsets.h, include/pa_request.h,
16103: include/pa_request_info.h, include/pa_string.h,
16104: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16105: types/pa_vresponse.h: vrequest compiled
16106:
16107: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16108: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16109: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16110:
16111: * src/: classes/classes.h, include/pa_charset.h,
16112: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16113: include/pa_request.h, include/pa_string.h, main/main.dsp,
16114: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16115: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16116: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16117: types/pa_vrequest.C, types/pa_vrequest.h,
16118: types/pa_vstateless_class.h, types/pa_vstring.h,
16119: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16120:
16121: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16122: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16123: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16124: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16125: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16126: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16127: types/pa_vobject.h, types/pa_vstateless_class.h,
16128: types/pa_vstateless_object.h, types/pa_vstatus.h,
16129: types/pa_vstring.h, types/types.dsp: vmath compiled
16130:
16131: 2003-01-28 paf
16132:
16133: * src/: classes/classes.h, classes/date.C, classes/file.C,
16134: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16135: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16136: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16137: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16138: compile_tools
16139:
16140: * src/: include/pa_charset.h, include/pa_exception.h,
16141: include/pa_request.h, include/pa_string.h, main/untaint.C:
16142: untaint compiled
16143:
16144: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16145: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16146: more compiled. struck with string::store_to needing to know
16147: source/client charsets
16148:
16149: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16150: types/pa_vfile.h: uue compiled
16151:
16152: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16153: table compiled
16154:
16155: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16156: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16157:
16158: * src/: include/pa_charset.h, main/pa_charset.C,
16159: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16160: introduced]
16161:
16162: * src/: classes/date.C, include/pa_charset.h,
16163: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16164: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16165: pa_charsets compiled
16166:
16167: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16168: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16169:
16170: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16171: common compiled
16172:
16173: * src/: include/pa_charsets.h, main/pa_charsets.C,
16174: main/pa_sql_driver_manager.C: pa_charsets compiled
16175:
16176: * src/: include/pa_array.h, include/pa_charset.h,
16177: include/pa_charsets.h, include/pa_pool.h,
16178: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16179: include/pa_stack.h, include/pa_string.h,
16180: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16181: sql_driver_manager compiled
16182:
16183: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16184: letter i with two dots added to koi, all ukranian letters added
16185: to win1251.
16186:
16187: typographic simbol 0xb9 deleted from win1251 [strange one & were
16188: abscent from koi]
16189:
16190: 2003-01-27 paf
16191:
16192: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16193: include/pa_sql_driver_manager.h, include/pa_string.h,
16194: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16195: sql/pa_sql_driver.h: paused on sql_manager
16196:
16197: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16198: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16199: include/pa_stack.h, main/pa_sql_driver_manager.C,
16200: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16201:
16202: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16203: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16204: include/pa_table.h, main/pa_sql_driver_manager.C,
16205: main/pa_table.C: table compiled
16206:
16207: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16208: cache_managers compiled
16209:
16210: * src/: include/pa_array.h, include/pa_charset.h,
16211: include/pa_pool.h, main/pa_charset.C: charset compiled
16212:
16213: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16214:
16215: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16216: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16217: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16218: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16219: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16220:
16221: 2003-01-24 paf
16222:
16223: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16224: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16225: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16226: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16227: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16228: types/pa_vint.h, types/pa_vjunction.h,
16229: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16230: types/pa_vstatus.h, types/pa_vstring.h: more patched
16231:
16232: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16233: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16234: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16235: main/pa_string.C, main/pa_table.C: string compiled
16236:
16237: * src/: include/pa_array.h, include/pa_common.h,
16238: include/pa_dictionary.h, include/pa_exception.h,
16239: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16240: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16241: main/pa_string.C: dictionary compiled
16242:
16243: 2003-01-23 paf
16244:
16245: * src/: include/pa_array.h, include/pa_common.h,
16246: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16247: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16248: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16249: types/pa_value.h: resurrected pool in new sense: now it's
16250: factory, producing&accounting memory chunks for read[autofree]
16251: buffers
16252:
16253: * src/: include/pa_array.h, include/pa_exception.h,
16254: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16255: main/pa_exception.C, main/pa_table.C: table compiled
16256:
16257: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16258: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16259: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16260: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16261: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16262: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16263: main/pa_table.C: aint that easy
16264:
16265: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16266: main/main.dsp: continued with Hash
16267:
16268: * src/main/pa_common.C: connect_string allocated on heap[wes on
16269: stack] now. and exception can be reported OK now [can be reported
16270: outside of pro c with that stack]
16271:
16272: 2003-01-22 paf
16273:
16274: * src/: include/pa_array.h, include/pa_charset.h,
16275: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16276: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16277: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16278: base: contains references_count. auto_ptr template calls
16279: add_ref/release
16280:
16281: 2003-01-21 paf
16282:
16283: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16284: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16285: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16286: classes/op.C, classes/response.C, classes/string.C,
16287: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16288: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16289: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16290: include/pa_config_fixed.h, include/pa_config_includes.h,
16291: include/pa_dictionary.h, include/pa_dir.h,
16292: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16293: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16294: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16295: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16296: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16297: include/pa_stack.h, include/pa_string.h,
16298: include/pa_stylesheet_connection.h,
16299: include/pa_stylesheet_manager.h, include/pa_table.h,
16300: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16301: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16302: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16303: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16304: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16305: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16306: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16307: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16308: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16309: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16310: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16311: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16312: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16313: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16314: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16315: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16316: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16317: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16318: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16319: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16320: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16321: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16322: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16323: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16324: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16325: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16326: types/pa_vstateless_object.h, types/pa_vstatus.C,
16327: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16328: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16329: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16330: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16331: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16332: 2002->2003
16333:
16334: 2003-01-16 paf
16335:
16336: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16337: src/main/pa_globals.C: http:// introducing $.any-status(1)
16338:
16339: * operators.txt, src/include/pa_config_fixed.h,
16340: src/main/pa_common.C: http request now return status. and not
16341: fail on status!=200
16342:
16343: 2003-01-15 paf
16344:
16345: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16346:
16347: 2003-01-14 paf
16348:
16349: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16350: mkinstalldirs: removed some ancient files [they in / really]
16351:
16352: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16353: regretfully needed patch in two places. in config_fixed.h made
16354: stubs for lib to compile in MSVC
16355:
16356: 2003-01-13 paf
16357:
16358: * config.guess, config.sub, ltmain.sh: removed last piece of
16359: configure.in(libtool) hacks
16360:
1.116 moko 16361: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16362: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16363: ltdl.h: moved to latest libtool (1.4.3)
16364:
16365: 2003-01-10 paf
16366:
16367: * src/lib/ltdl/: configure, configure.in: PROG_NM
16368:
16369: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16370: patches. libxml2 >= 2.5.1
16371: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16372: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16373: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16374:
16375: * INSTALL: moved to latest versions of xml libs libxml2 >=
16376: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16377: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16378: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16379:
16380: 2003-01-09 paf
16381:
16382: * INSTALL: xml,xslt,gdome lib urls updated
16383:
16384: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16385: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16386: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16387: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16388: 1.7.2
1.95 moko 16389:
16390: * depcomp: moving to automake 1.7.2
16391:
16392: 2002-12-27 paf
16393:
16394: * src/include/pa_version.h: 0007
16395:
16396: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16397: outdated parts, made links to language docs
16398:
16399: * src/include/pa_config_auto.h.in: comment
16400:
16401: 2002-12-26 paf
16402:
16403: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16404: not contain trailing / fixed.
16405:
16406: * INSTALL: changing SAFE_MODE politics
16407:
16408: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16409:
16410: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16411:
16412: 2002-12-25 paf
16413:
16414: * src/main/pa_globals.C: optimized-xml
16415:
16416: * src/main/pa_globals.C: optimized-as-is
16417:
16418: 2002-12-24 paf
16419:
16420: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16421: fixed [were really called with zero size when .html?a=&b=]
16422:
16423: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16424: with --with-sendmail
16425:
16426: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16427: fixed]
16428:
16429: 2002-12-23 paf
16430:
16431: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16432: ignoring parameters & were storing only string with default
16433: expires
16434:
16435: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16436: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16437: December 23, 2002 4:22 AM Subject: bug â
16438: Charset::transcode_buf2xchar
16439:
16440: 2002-12-20 paf
16441:
16442: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16443: non-cgi [script] runs
16444:
16445: 2002-12-19 paf
16446:
16447: * INSTALL: --without-iconv recommended [it crashes on some systems
16448: [tested on elik]] moreover, it's not needed there [parser
16449: registers charsets itself]
16450:
16451: * INSTALL: --without-iconv recommended [it crashes on some systems
16452: [tested on elik]]
16453:
16454: * operators.txt, src/include/pa_globals.h,
16455: src/include/pa_request.h, src/main/pa_globals.C,
16456: src/main/pa_request.C: $response:download
16457:
16458: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16459: compiler [win32]].
16460:
16461: 2002-12-18 paf
16462:
16463: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16464:
16465: 2002-12-17 paf
16466:
16467: * src/targets/cgi/parser3.C: merged die&iis changes
16468:
16469: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16470: to exit(1) 2. more flexible iilegal call check
16471:
16472: 2002-12-16 paf
16473:
16474: * ltmain.sh: some automakes silly insist on having this handy
16475:
16476: * src/main/untaint.C: filespec russian small 'r' changed to latin
16477: 'p' bug fix
16478:
16479: 2002-12-15 paf
16480:
16481: * src/main/untaint.C: filespec russian small 'r' changed to latin
16482: 'p'
16483:
16484: * configure.in, src/include/pa_config_auto.h.in,
16485: src/main/compile.C, src/main/pa_common.C: merged small changes
16486: from branch 6 to HEAD
16487:
16488: * src/main/compile.C: removed warning
16489:
16490: * src/main/pa_common.C: ftruncate having checked
16491:
16492: * configure.in, src/include/pa_version.h: new version
16493:
16494: 2002-12-14 paf
16495:
16496: * src/classes/table.C: removed unnecessary code
16497:
16498: * src/sql/pa_sql_driver.h: exception type fixed
16499:
16500: 2002-12-09 paf
16501:
16502: * src/types/pa_vvoid.h: $void.store[now] error
16503:
16504: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16505:
16506: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16507: tries to write core dump
16508:
16509: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16510:
16511: * src/: classes/hash.C, classes/string.C, classes/table.C,
16512: classes/void.C, main/pa_sql_driver_manager.C,
16513: sql/pa_sql_driver.h: changed exception handling mech in sql
16514: handlers #2
16515:
16516: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16517: exception handling mech in sql handlers
16518:
16519: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16520: handlers
16521:
16522: * src/: classes/hash.C, classes/string.C, classes/table.C,
16523: classes/void.C, main/pa_sql_driver_manager.C,
16524: sql/pa_sql_driver.h: changed exception handling mech in sql
16525: handlers
16526:
1.116 moko 16527: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16528: to write makefile which used libtool to install things, which is
16529: not needed
1.95 moko 16530:
16531: 2002-12-06 paf
16532:
16533: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16534: $hash.fields -- pseudo field to make 'hash' more like 'table'
16535:
16536: 2002-12-05 paf
16537:
16538: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16539: cc/bcc OK now
16540:
16541: * src/main/untaint.C: mail header closed properly
16542:
16543: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16544: header ',' allowed. still bugs in smtp [only one receiptient
16545: works, cc, bcc ignored now, and MAILED ;)]
16546:
16547: [strncpy killed, memnchr used]
16548:
16549: * src/main/pa_table.C: table-copy now current=0
16550:
16551: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16552: lowlevel proc
16553:
16554: * src/targets/cgi/parser3.C: more checks on
16555: http://domain/parser.cgi start [maybe some getenv returns "",
16556: checked that now
16557:
16558: * src/targets/cgi/parser3.C: more checks on
16559: http://domain/parser.cgi start [maybe some getenv returns "",
16560: checked that now
16561:
16562: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16563: out-of-mem errors reached log]
16564:
16565: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16566: mail:send MIME-Version default
16567:
16568: * src/main/main.dsp: pa_version included into main.dsp
16569:
16570: 2002-12-04 paf
16571:
16572: * src/types/pa_vform.C: $form:field string value cut by premature 0
16573:
16574: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16575: lib/libltdl -> lib/ltdl Win32 changes. s
16576:
16577: * src/classes/classes.awk: more strict *.C$
16578:
16579: * gnu.dsp: restored
16580:
1.116 moko 16581: * configure.in, gnu.dsp, src/lib/Makefile.am,
16582: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16583: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16584: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16585: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16586: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16587: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16588: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16589: now created with /configure, not ltdl/configure, so it does have
16590: no problems with automake. ltdl/configure
16591: AC_OUTPUT(Makefile<<removed)
1.95 moko 16592:
16593: 2002-12-02 paf
16594:
16595: * operators.txt: removed outdated status:db
16596:
16597: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16598: src/main/pa_common.C, src/main/pa_request.C,
16599: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16600: tainted parts becomes http-header
16601:
16602: 2002-11-29 paf
16603:
16604: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16605: dates now objects of type date
16606:
16607: * src/classes/image.C: file.seek removed [it were used in image.C
16608: only, and for parser user this means that jpeg image has bad
16609: size in fragment's header] now used image.format
16610:
16611: * src/: include/pa_common.h, main/pa_common.C,
16612: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16613: now handled exactly like $response:header values. e.g. can be
16614: hash [can have subattributes] & contain date values.
16615:
16616: * src/main/pa_common.C: http:// param values lang forced URI
16617:
16618: * src/main/pa_common.C: http:// tainted partes now %xx
16619:
16620: 2002-11-28 paf
16621:
16622: * operators.txt: http.timeout
16623:
16624: * src/classes/image.C: ^image.length now counts interchar space.
16625: plus space after last char
16626:
16627: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16628:
16629: * src/classes/image.C: ^image.font width measurer now scans full
16630: height [were -1]
16631:
16632: * configure.in: stopped double libltdl/Makefile generation
16633:
16634: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16635: chars [one top horizontal line of 1pixel height were missing]
16636:
16637: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16638: 'false' to go into (Hash *) parameter
16639:
16640: 2002-11-27 paf
16641:
16642: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16643: types/pa_vmail.C: response:body[file] if file nows it's name now
16644: returns content-disposition: >>attachment<<
16645:
16646: * src/classes/image.C: ^image.font << bad font file-size now
16647: properly reported
16648:
16649: 2002-11-26 paf
16650:
16651: * src/main/pa_request.C: fixed lang in reponse header
16652:
16653: * src/main/pa_common.C: utf8 prefix ignored @read text
16654:
16655: * operators.txt, src/main/pa_common.C: http:// response status!=200
16656: made exception: http.status with source=bad status#
16657:
16658: 2002-11-25 paf
16659:
16660: * configure.in, src/classes/image.C,
16661: src/include/pa_config_auto.h.in,
16662: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16663: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16664: const void related probs fixed
1.95 moko 16665:
16666: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16667:
16668: $file[^file::load[http://there]] $file.SERVER
16669:
16670: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16671: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16672: http options [invalid onces now reported] made default
16673: user-agent: paf
16674:
16675: * operators.txt, src/classes/file.C, src/classes/table.C,
16676: src/classes/xdoc.C, src/include/pa_common.h,
16677: src/include/pa_globals.h, src/main/pa_common.C,
16678: src/main/pa_globals.C, src/main/pa_request.C,
16679: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16680: now understand http:// prefix and additional params, sample:
16681: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16682: $.USER-AGENT[parser3] ]]
16683:
16684: 2002-11-22 paf
16685:
16686: * src/classes/image.C, src/include/pa_globals.h,
16687: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16688: src/types/pa_vimage.h, operators.txt: $image.exif support
16689: $image.exif.DateTime & co
16690:
16691: 2002-11-21 paf
16692:
16693: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16694: _PASS_APPENDED)
16695:
16696: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16697: EXIF information [were big block and it's size were considered
16698: negative :(]
16699:
16700: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16701: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16702: internals rewritten. no there's reader.seek, and all's ready for
16703: EXIF extraction [now we fail to measure files with EXIF info]
16704:
16705: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16706: O_TRUNC truncates even exclusevely write-locked file [thanks to
16707: Igor Milyakov <virtan@rotabanner.com> for discovering]
16708:
16709: 2002-11-20 paf
16710:
16711: * src/targets/cgi/parser3.C: logging @signal += query_string
16712:
16713: * configure.in, src/include/pa_config_auto.h.in,
16714: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16715: comment
16716:
16717: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16718:
16719: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16720: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16721: currently processed document SIGPIPE >> interrupts request
16722: processing [exception = DB rollback]
16723:
16724: * src/main/pa_exec.C: comment
16725:
16726: * src/main/pa_exec.C: pa_exec: data written only if size>0
16727:
16728: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16729: << disable HTTP-POST repassing
16730:
16731: * src/: include/pa_config_fixed.h, main/pa_common.C,
16732: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16733: pipe read errors now checked
16734:
16735: 2002-11-19 paf
16736:
16737: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16738: CGI: Illegal call
16739:
16740: 2002-11-01 paf
16741:
16742: * src/main/execute.C: comment
16743:
16744: 2002-10-31 paf
16745:
16746: * src/main/execute.C: found out why, checked that for now. todo:
16747: find out a way for that user could do that
16748:
16749: * src/types/pa_vstateless_object.h: object put replaces static
16750: parent if any
16751:
16752: * src/types/pa_vobject.C: object put replaces static parent if any
16753:
16754: * src/: classes/form.C, classes/mail.C, classes/op.C,
16755: classes/xnode.h, main/compile.tab.C, main/execute.C,
16756: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16757: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16758: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16759: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16760: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16761: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16762: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16763: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16764: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16765: types/pa_vstateless_object.h, types/pa_vstatus.C,
16766: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16767: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16768: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16769: types/pa_wwrapper.h: static fix merged
16770:
16771: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16772: $virtual_fields in dynamic, but one can reach derived
16773: static[class] variable from base
16774:
16775: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16776: types/pa_vobject.C, types/pa_vobject.h,
16777: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16778: statics, left $virtual_fields in dynamic
16779:
16780: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16781: one can't remember derivates in base class: there's so many of
16782: them. also there can be no virtual method calls in static
16783: classes
16784:
16785: * src/: classes/form.C, classes/mail.C, classes/op.C,
16786: classes/xnode.h, main/execute.C, main/pa_request.C,
16787: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16788: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16789: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16790: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16791: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16792: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16793: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16794: types/pa_vresponse.C, types/pa_vresponse.h,
16795: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16796: types/pa_vstateless_object.h, types/pa_vstatus.C,
16797: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16798: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16799: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16800: types/pa_wwrapper.h: static call $self fixed
16801:
16802: * src/main/execute.C: comment
16803:
16804: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16805: ^process[$caller.self]{...} now compiles to last derived object
16806: part of that 'self'
16807:
16808: 2002-10-29 paf
16809:
16810: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16811: re-passing [iis to blame]
16812:
16813: * src/classes/string.C: changed string.save to pass current sql
16814: connection to cstr thus one can ^connect[some server]{
16815: $s[insert into table x (x) values (^taint[sql]{value})]
16816: ^s.save[some.sql] } and he'd get in some.sql file code with
16817: properly escaped. [tried in mssql->mysql export->import of
16818: binary data]
16819:
16820: 2002-10-25 paf
16821:
16822: * src/types/pa_vresponse.C: case insensitive response user fields
16823: get/put
16824:
16825: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16826: types/pa_vresponse.C: saving for maybe-future
16827:
16828: 2002-10-23 paf
16829:
16830: * operators.txt, src/classes/table.C: ^table.hash{code}...
16831: ^table.hash(expr)...
16832:
16833: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16834:
16835: 2002-10-22 paf
16836:
16837: * src/types/: pa_vform.C, pa_vform.h: removed needless
16838: VForm::Append...(...Value)
16839:
16840: * src/main/execute.C: $.name outside of $name[...] checked
16841:
16842: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16843: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16844:
16845: 2002-10-21 paf
16846:
16847: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16848: $form:qtail $form:imap.x/y
16849:
16850: * operators.txt, src/types/pa_vform.C: $form:nameless =
16851: "?value&...", "...&value&...", "...&value"
16852:
16853: * operators.txt, src/types/pa_vform.C: $form:image-map
16854:
16855: * operators.txt, src/classes/file.C: /some/page.html:
16856: ^file:fullpath[a.gif] => /some/a.gif
16857:
16858: 2002-10-17 paf
16859:
16860: * src/main/: compile.tab.C, compile.y: operators precedence changed
16861: a little: logical not and bitwise negation precedence made
16862: highest, << and >> bitshits precedence made equal [were << higher
16863: than >>]
16864:
16865: * src/classes/op.C: exception handling fixed [were bad with
16866: contexts]
16867:
16868: 2002-10-16 paf
16869:
16870: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16871: main/pa_request.C: Request::self considered equal to
16872: VMethodFrame::self, and removed, Request::get_self() mapped to
16873: VMethodFrame.self()
16874:
16875: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16876: $hash in open field now gives old good error meesage
16877:
16878: 2002-10-15 paf
16879:
16880: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16881: use ^if($junction is junction){was and now true}
16882:
16883: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16884: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16885: types/pa_vxnode.C: xml->parser strings now have origin, which
16886: points to place where value left xml library and came to parser:
16887: place of dom field extraction/call
16888:
16889: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16890: main/compile.tab.C, main/compile.y, main/execute.C,
16891: types/pa_vmethod_frame.h: removed last pieces of old code
16892: allowing $junction.xxx at compile time
16893:
16894: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16895: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16896: objects also considered [were only classes]
16897:
16898: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16899: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16900: with CLASS self. [ (request&method_frame).self temporarily
16901: changed ]
16902:
16903: * src/classes/: hash.C, op.C: method_frame now always changed, with
16904: no exception to native calls. for&foreach changed to use
16905: method_frame.caller for their var's name context
16906:
16907: * src/: main/execute.C, targets/cgi/parser3.C,
16908: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16909: compiling to system classes disabled
16910:
16911: * operators.txt, src/classes/op.C:
16912: ^process[$caller.CLASS]{code-string} added
16913:
16914: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16915: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16916: src/types/Makefile.am, src/types/pa_vjunction.C,
16917: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16918: src/types/types.dsp: removed $junction.get $junction.set[]
16919: introducing $caller
16920:
16921: * src/types/pa_value.h: removed outdated comments. doxygen would
16922: find them lower by inheritance tree
16923:
16924: * src/types/pa_vjunction.C: ident
16925:
16926: 2002-10-14 paf
16927:
16928: * src/classes/op.C: process compiles to code's class class
16929:
16930: * src/: classes/form.C, classes/mail.C, classes/op.C,
16931: include/pa_request.h, main/compile.C, main/compile.tab.C,
16932: main/compile.y, main/execute.C, main/pa_request.C,
16933: types/pa_vstateless_class.h: operators now main-class-methods
16934:
16935: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16936: better stack trace [has "call" & co there]
16937:
16938: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16939: operators @auto now executed in MAIN context
16940:
16941: * src/main/execute.C: operator execution context now = MAIN, not
16942: closest stack frame
16943:
16944: @touchit[] $i[after]
16945:
16946: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16947: were 'after'
16948:
16949: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16950: 'after'
16951:
16952: * src/main/execute.C: comment
16953:
16954: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16955: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16956: action]
16957:
16958: * src/types/pa_vxnode.C: misreplace fixed
16959:
16960: * configure, configure.in, src/include/pa_config_auto.h.in,
16961: src/types/pa_vstatus.C, operators.txt:
16962: $status:rusage.tv_secs/usecs introduced
16963:
16964: 2002-10-09 paf
16965:
16966: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16967: on empty string [or uses (default)]
16968:
16969: 2002-10-08 paf
16970:
16971: * src/main/untaint.C: mail header quoted printable changed after
16972: RFC reread
16973:
16974: * operators.txt: plan on ^if(method
16975:
16976: * src/types/pa_vxnode.C: misreplace
16977:
16978: 2002-09-24 paf
16979:
1.116 moko 16980: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16981:
16982: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16983: mailreceive would compile on freebsd now
16984:
16985: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16986: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16987: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16988: mailreceive would compile on freebsd now
1.95 moko 16989:
16990: * src/: classes/file.C, main/untaint.C: 1. file spec language
16991: changed: now there are only few chars are untainted: * ? ' " < >
16992: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16993: one should use ^untaint[uri]{...} now]
16994:
16995: 2. $list[^file:list[dir]] now returns simply tainted names in
16996: $list.name, not tainted as filespec
16997:
16998: @russianindex[] #dir with files with russian-lang names
16999: $where[dir]
17000:
17001: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17002: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17003:
17004: 2002-09-23 paf
17005:
17006: * src/types/pa_vdouble.h: double->int round added
17007:
17008: * src/classes/date.C: date bug fix, now
17009: round(floatDays*secondsPerDay)
17010:
17011: * src/classes/date.C: date bug fix, now
17012: round(floatDays*secondsPerDay)
17013:
17014: 2002-09-20 paf
17015:
17016: * src/main/execute.C: code junction calls disabled [before: code
17017: was compiled in such a way, that there were no code-junctions in
17018: OP_CALL]
17019:
17020: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17021:
17022: @badjunctioncallinside[code] ^code[]
17023:
17024: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17025: expanding to include ^junction.method
17026:
17027: * src/main/pa_common.C: -d "DIR/" now true
17028:
17029: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17030: as internal xdoc encoding, and after decoding attributes set by
17031: dom functions now encoded OK, not as digital entities
17032:
17033: * src/classes/xdoc.C: empty transform result, being taken as file
17034: now returns empty file, not raises stupid error about "stat-ed
17035: file"
17036:
17037: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17038: allowed
17039:
17040: * src/types/types.dsp: introducing $junction.get/put(1) one can
17041: write iterators now:
17042:
17043: ^user-foreach[key;value]{$key=$value<br>}
17044:
17045: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17046: $code.value($i*2) $code }
17047:
17048: * src/main/compile_tools.h: mistype
17049:
1.116 moko 17050: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17051: thus taking linking options configure changes into account [were:
17052: ignoring]
1.95 moko 17053:
17054: * src/types/: pa_vjunction.C, Makefile.am: introducing
17055: $junction.get/put(1) one can write iterators now:
17056:
17057: ^user-foreach[key;value]{$key=$value<br>}
17058:
17059: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17060: $code.value($i*2) $code }
17061:
17062: * src/: include/pa_opcode.h, include/pa_request.h,
17063: main/compile.tab.C, main/compile.y, main/execute.C,
17064: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17065: introducing $junction.get/put(1) one can write iterators now:
17066:
17067: ^user-foreach[key;value]{$key=$value<br>}
17068:
17069: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17070: $code.value($i*2) $code }
17071:
17072: 2002-09-19 paf
17073:
1.116 moko 17074: * Makefile.am: new: make commit
1.95 moko 17075:
17076: * aclocal.m4: forced to be older
17077:
17078: 2002-09-18 paf
17079:
17080: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17081: src/main/compile.y, src/main/execute.C: << >> int shifts
17082:
17083: * src/: include/pa_common.h, include/pa_request.h,
17084: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17085: - now this - fatal error
17086:
17087: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17088: that one can pass binary data there
17089:
17090: * src/: classes/date.C, classes/double.C, classes/file.C,
17091: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17092: classes/op.C, classes/response.C, classes/string.C,
17093: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17094: include/pa_request.h: pa_request contexts made privated, plus
17095: get_{self/method_frame} to read. Request_context_saver used in
17096: ^try to save flang too. [were not saved]
17097:
17098: * src/types/pa_vresponse.C: header value chains joined before
17099: output, this should help $.subject[$var $var] from being
17100: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17101:
17102: 2002-09-17 paf
17103:
17104: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17105: removed changes, operators executed with calling self. lots of
17106: code with ^include code relies on defined/defining self variables
17107:
17108: $a[1] ^include[print_a.p] print_a.p: $a
17109:
17110: ^include[set_a.p] a=$a set_a.p: $a[1]
17111:
17112: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17113: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17114: types/pa_vstateless_class.h: operators now executed with MAIN
17115: self. it's for ^include sake, too strong a change
17116:
17117: * src/classes/op.C: made place for ^process to compile it's code to
17118: in case of no self
17119:
17120: * src/main/execute.C: found ancient param to Junction, removed.
17121: allowed passing self to native_code_operators [for ^process to
17122: work, she needs self]
17123:
17124: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17125: types/pa_vstateless_class.h: found ancient param to Junction,
17126: removed. allowed passing self to native_code_operators [for
17127: ^process to work, she needs self]
17128:
17129: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17130: types/pa_value.h, types/pa_vmethod_frame.h,
17131: types/pa_vstateless_class.h: allowed Request.self to be 0,
17132: checked that in VMethodFrame get/put and $self.
17133:
17134: * src/classes/: table.C, xdoc.C: table::sql options table::create
17135: copy options options checked, wrong option now fatal error
17136:
17137: * src/main/pa_string.C: string.replace fixed [were missing words on
17138: pieces boundaries]
17139:
1.150 moko 17140: * configure, configure.in: .so now detected [can be .sl on hpux,
17141: .dll on cygwin, .so in other cases)
1.95 moko 17142:
17143: * configure, configure.in: .so now detected [can be .sl on hpux,
17144: .dll on cygwin, .so in other cases)
17145:
17146: * operators.txt, src/classes/hash.C, src/classes/table.C,
17147: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17148: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17149: record taken [were last]
17150:
17151: * src/: classes/hash.C, classes/table.C,
17152: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17153: now errors
17154:
17155: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17156:
17157: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17158: ,2,3]
17159:
17160: 2002-09-16 paf
17161:
17162: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17163: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17164: stdout to be binary. now detected closest header break.
17165:
17166: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17167: closed right
17168:
17169: 2002-09-13 paf
17170:
17171: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17172: src/main/compile_tools.h: (expression #comment)
17173:
17174: (multiline expression #comment line2 #comment )
17175:
17176: (expression #comment with (brackets) comment) << OK
17177:
17178: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17179: bitwise !|| numerical xor now [preparing for expression
17180: #comments]
17181:
17182: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17183: error
17184:
17185: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17186: cheched in pa_socks.C
17187:
1.116 moko 17188: * configure, configure.in, src/include/pa_config_auto.h.in:
17189: HAVE_WINSOCK_H created in configure.in
1.95 moko 17190:
17191: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17192: cookie date now clean [were mistakenly tainted & that worked bad
17193: with opera -- 'happily' that worked OK with msie]
17194:
17195: 2002-09-12 paf
17196:
17197: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17198: VClass get_element now first looks to fields, next to methods &
17199: co todo: the rest reason: more speed
17200:
17201: * src/main/untaint.C: quoted printable encoding stops before
17202: \s*<...>$
17203:
17204: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17205: stops before <...>$
17206:
17207: 2002-09-11 paf
17208:
17209: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17210: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17211: forgot to check users of those funcs. not all were using that
17212: return value convention
17213:
17214: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17215: windows-1254 added
17216:
17217: 2002-09-10 paf
17218:
17219: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17220: VCodeFrame parent param were specified badly
17221:
17222: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17223: WWrapper which used in constructing objects(second param to sql
17224: method) ^...sql{}[$.default{code}] now has parent, wich helps
17225: code in hash to survivi
17226:
17227: * src/: include/pa_request.h, main/execute.C: removed redundant
17228: param to execute [stack said 'thanks']
17229:
17230: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17231: types/pa_value.h, types/pa_vcode_frame.h,
17232: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17233: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17234: responsibility to wcontext
17235:
17236: * src/classes/file.C: decided not to log exec's with stderr, that
17237: could be warnings, and it's up to scritper to log/show them
17238:
17239: * src/: classes/double.C, main/execute.C: double:sql badly called
17240: write_assign_lang, not write_no_lang, thus doing unnecessary
17241: double/string converstion, which were loosing time&precesion
17242:
17243: * src/: main/pa_charset.C, types/pa_vmail.C:
17244: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17245: case of unfinished in buffer processing, causing accidental
17246: transcode stop [in case that source enc != utf-8 & there is
17247: incomplete utf-8 sequence at the end of 16000block iside of
17248: libxml lib] tfm readed & code updated
17249:
17250: 2002-09-04 paf
17251:
17252: * configure: makes with sjlj
17253:
17254: * INSTALL, src/include/pa_config_fixed.h,
17255: src/include/pa_sql_connection.h,
17256: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17257: checked. on win32 it made default
17258:
17259: * src/include/pa_config_auto.h.in: sjlj define
17260:
17261: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17262: can not work with longjump/throw pair, and one must switch that
17263: on there. todo: detect that automatically]
17264:
17265: * src/types/pa_vxnode.C: removed too strong checks of
17266: xnode.elements. now, for instance, if element does not have any
17267: attributes, $xnode.attributes is void, not error
17268:
17269: 2002-09-02 paf
17270:
17271: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17272: removed double_result, didn't help
17273:
17274: * src/main/execute.C: double_result made to move that var away from
17275: hungry g++ optimizer (-O2), before: it were optimized and
17276: comparison operators worked badly
17277:
17278: * src/types/pa_vdate.h: removed debug
17279:
1.116 moko 17280: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17281:
17282: * src/main/execute.C: fixed numeric < & co so that thay now use
17283: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17284: unknown reason.
17285:
17286: 2002-08-29 paf
17287:
17288: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17289: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17290: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17291: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17292: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17293: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17294: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17295: [called less frequent, allowed to remove ugly
17296: Junction.change_context-s from many places, switch,
17297: mail:send..html{}, ..] request.root renamed to method_frame [more
17298: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17299: [speed up]
17300:
17301: 2002-08-28 paf
17302:
17303: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17304: tainted
17305:
17306: * src/types/pa_vcookie.C: fixed cookie delete when
17307: $cookie:name[$.value[]]
17308:
17309: * operators.txt, src/classes/string.C:
17310: ^string.split[delim[;options]]
17311:
17312: 2002-08-27 paf
17313:
1.116 moko 17314: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17315:
17316: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17317: delimiter
17318:
17319: * INSTALL: recommended latest gmime 1.0.5
17320:
17321: 2002-08-26 paf
17322:
17323: * configure, configure.in: apache13/hook added to make dist.
17324:
17325: 2002-08-23 paf
17326:
17327: * src/: include/pa_common.h, main/pa_common.C,
17328: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17329: beside binary [cgi, isapi] not accessible [due to bad rights or
17330: whatever] it's error now
17331:
17332: 2002-08-21 paf
17333:
1.116 moko 17334: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17335:
17336: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17337: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17338: class". compiled as if here they named base class
17339:
17340: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17341: cloning constructor]
17342:
17343: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17344:
1.150 moko 17345: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17346: $mail.received.file.value.content-type fixed
17347:
17348: 2002-08-20 paf
17349:
17350: * src/classes/file.C: fixed language of file:file result
17351:
17352: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17353: from 3.0.0005
17354:
17355: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17356:
17357: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17358: 3.0.0005
17359:
17360: * src/classes/void.C, operators.txt: ^void.length[] = 0
17361:
17362: 2002-08-19 paf
17363:
17364: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17365: work now
17366:
17367: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17368: error in xnode, which were not catched in xdoc]
17369:
17370: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17371: prepared: // validate each document after load/create (?)
17372: //xmlDoValidityCheckingDefaultValue = 1;
17373:
17374: 2002-08-15 paf
17375:
17376: * src/classes/classes.h: write to static var caused useless
17377: Exception, introduced Methoded::put_element wich consumes those
17378:
17379: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17380: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17381: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17382: $response:field[date] $response:field[$.xxx[date]]
17383:
17384: * src/: classes/hash.C, classes/string.C, classes/table.C,
17385: classes/void.C, include/pa_sql_connection.h: fixed source of
17386: ^hash::sql{bad}
17387:
17388: * operators.txt: $request:body unprecessed POST request body
17389:
17390: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17391:
17392: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17393: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17394:
17395: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17396: src/include/pa_request.h, src/main/pa_pool.C,
17397: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17398: $request:body r.post_data now const
17399:
17400: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17401: classes/xnode.C, main/execute.C, types/pa_value.h,
17402: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17403: types/pa_vtable.h: instead of type() checking everywhere used
17404: Value.as now user descendants can be used in params.
17405:
17406: VObject::as_*, is_defined now taken from bases. xtable(table)
17407: ^if($xtable) now OK
17408:
17409: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17410: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17411: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17412:
17413: 2002-08-14 paf
17414:
17415: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17416: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17417: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17418: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17419: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17420: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17421: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17422: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17423: types/pa_vresponse.C, types/pa_vresponse.h,
17424: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17425: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17426: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17427: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17428: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17429: & VClass
17430:
17431: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17432:
17433: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17434: removed fixopt stupidity. on stupid linux use cd /document/root
17435: ../cgi/parser3 script
17436:
17437: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17438: params, splitting them by space, excluding argv[0], argv[argc-1]
17439:
17440: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17441: fixopt.h: fixopt now preprocesses command line params, splitting
17442: them by space, excluding argv[0], argv[argc-1]
17443:
17444: * src/targets/cgi/parser3.C: -f config file
17445:
17446: * src/targets/cgi/parser3.C: fixed .log file dir
17447:
17448: 2002-08-13 paf
17449:
17450: * src/types/pa_vobject.C: allow override parent variables, useful
17451: for form descendants [in vobject too, were in vclass]
17452:
17453: * src/types/pa_vclass.C: allow override parent variables, useful
17454: for form descendants
17455:
17456: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17457: overwritten in derived(table)
17458:
17459: * src/: classes/form.C, classes/mail.C, classes/op.C,
17460: classes/xnode.h, include/pa_request.h, main/execute.C,
17461: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17462: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17463: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17464: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17465: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17466: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17467: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17468: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17469: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17470: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17471: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17472: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17473: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17474: Value::get_element(..., bool looking_down) [needed to exclude
17475: endless recoursion]
17476:
17477: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17478: fix bug with put endless recoursion todo: check 'as'
17479:
17480: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17481: reorganized modules todo: fix bug with put endless recoursion
17482: todo: check 'as'
17483:
17484: * src/types/pa_vobject.h: checked: table fields can be overwritten
17485: in derived(table)
17486:
17487: * src/types/pa_vobject.h: derived classes can have fields of their
17488: own now
17489:
17490: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17491: fixed error message on using non-created table
17492:
17493: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17494: classes/op.C, classes/xnode.h, include/pa_request.h,
17495: main/compile.C, main/compile.tab.C, main/execute.C,
17496: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17497: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17498: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17499: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17500: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17501: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17502: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17503: types/pa_vresponse.C, types/pa_vresponse.h,
17504: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17505: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17506: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17507: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17508: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17509: looking down/up tree todo: fix error message on non-constructed
17510: parents
17511:
17512: 2002-08-12 paf
17513:
17514: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17515: derived OK
17516:
17517: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17518: thorough testing
17519:
17520: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17521: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17522: types/pa_vobject.h, types/pa_vstateless_class.h,
17523: types/pa_vstateless_object.h, types/pa_wcontext.h,
17524: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17525: ^base:create[] dynamic call rewritten todo: thorough testing
17526:
17527: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17528: now instantates base class, remembers it and saves child in
17529: parent VObject.get_class now returns last child = downward
17530: virtual calls OK
17531:
17532: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17533: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17534: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17535: types/pa_vobject.h, types/pa_vresponse.h,
17536: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17537: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17538: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17539: VAliased [redundant], moved $CLASS to VObject only [parser class
17540: instance]
17541:
17542: * src/main/pa_request.C: $response:body[file] content-type check
17543: fixed [were bad when content-type is hash]
17544:
17545: 2002-08-09 paf
17546:
17547: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17548: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17549:
17550: 2002-08-08 paf
17551:
17552: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17553: src/main/pa_globals.C: year column in month calendar [week year]
17554:
17555: * src/main/execute.C: error reporting on object writes to MAIN
17556: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17557:
17558: * operators.txt, src/types/pa_vdate.h: $date.yearday
17559: $date.daylightsaving
17560:
17561: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17562: use tainted data now. only she must specify the language.
17563:
17564: ^mail:send[ $.from[paf@mail.design.ru]
17565: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17566: $.text[^taint[uri][ìîñêâà]=] ]
17567:
17568: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17569: now prints more precise origin
17570:
17571: * src/include/pa_string.h: String::first_char now not fails on
17572: empty strings ^if(-f '') now ok and in 3 other places.
17573:
17574: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17575: String::first_char now not fails on empty strings ^if(-f '') now
17576: ok and in 3 other places.
17577:
17578: 2002-08-07 paf
17579:
17580: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17581: fixed
17582:
17583: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17584:
17585: * src/: main/execute.C, types/pa_vcode_frame.h,
17586: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17587: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17588: mistakenly not completely transparent to object writes.
17589: $hash[^if(1){$hash}] now works
17590:
17591: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17592: now erasing cache file [there were bad check on that]
17593:
17594: * src/: classes/classes.dsp, classes/table.C,
17595: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17596: all Debug dirs in .dsp now named 'Debug'
17597:
1.116 moko 17598: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17599:
17600: * operators.txt, src/classes/mail.C: exception_type email.send
17601:
17602: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17603:
17604: * src/types/pa_vmail.C: mail:send empty email checked
17605:
17606: 2002-08-06 paf
17607:
17608: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17609: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17610: ^table::create[$source;$.options] ^table::join[$source;$.options]
17611:
17612: * operators.txt, src/classes/hash.C, src/classes/string.C,
17613: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17614: # $.default() }
17615:
17616: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17617:
17618: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17619: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17620: $file.content-type [instead of .mime-type] now works for
17621: file::stat also
17622:
17623: * src/main/pa_request.C: case insensitive mime_type_of
17624:
17625: 2002-08-05 paf
17626:
17627: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17628:
17629: * src/types/pa_vmail.C: file buffer relocated to parser heap
17630:
17631: * operators.txt: comment on date:calendar week column
17632:
17633: * src/main/pa_common.C: write checked
17634:
17635: * src/main/: pa_common.C: write checked
17636:
17637: * src/classes/date.C: +1 buf size for stupid snprintfs
17638:
17639: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17640: month calendar week column [ISO 8601 Week Numbers]
17641:
17642: 2002-08-02 paf
17643:
17644: * src/: include/pa_config_fixed.h, main/pa_string.C,
17645: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17646: DEBUG*
17647:
17648: * configure, configure.in, src/include/pa_version.h: release
17649: 3_0_0005
17650:
17651: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17652: multipart post fixed
17653:
17654: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17655: response transcoded source->client only when text/* or simple
17656: onoverridden $response:body
17657:
17658: 2002-08-01 paf
17659:
17660: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17661: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17662: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17663: classes/op.C, classes/response.C, classes/string.C,
17664: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17665: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17666: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17667: include/pa_config_fixed.h, include/pa_dictionary.h,
17668: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17669: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17670: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17671: include/pa_socks.h, include/pa_sql_connection.h,
17672: include/pa_sql_driver_manager.h, include/pa_stack.h,
17673: include/pa_string.h, include/pa_stylesheet_connection.h,
17674: include/pa_stylesheet_manager.h, include/pa_table.h,
17675: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17676: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17677: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17678: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17679: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17680: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17681: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17682: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17683: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17684: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17685: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17686: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17687: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17688: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17689: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17690: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17691: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17692: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17693: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17694: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17695: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17696: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17697: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17698: types/pa_vmethod_frame.h, types/pa_vobject.h,
17699: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17700: types/pa_vresponse.h, types/pa_vstateless_class.C,
17701: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17702: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17703: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17704: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17705: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17706: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17707:
17708: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17709: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17710: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17711: classes/math.C, classes/op.C, classes/response.C,
17712: classes/string.C, classes/table.C, classes/void.C,
17713: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17714: include/pa_array.h, include/pa_cache_managers.h,
17715: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17716: include/pa_config_fixed.h, include/pa_config_includes.h,
17717: include/pa_dictionary.h, include/pa_dir.h,
17718: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17719: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17720: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17721: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17722: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17723: include/pa_stack.h, include/pa_string.h,
17724: include/pa_stylesheet_connection.h,
17725: include/pa_stylesheet_manager.h, include/pa_table.h,
17726: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17727: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17728: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17729: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17730: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17731: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17732: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17733: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17734: main/pa_sql_driver_manager.C, main/pa_string.C,
17735: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17736: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17737: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17738: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17739: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17740: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17741: targets/isapi/pool_storage.h, types/pa_valiased.C,
17742: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17743: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17744: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17745: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17746: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17747: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17748: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17749: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17750: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17751: types/pa_vresponse.C, types/pa_vresponse.h,
17752: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17753: types/pa_vstateless_object.h, types/pa_vstatus.C,
17754: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17755: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17756: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17757: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17758: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17759: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17760: types/Makefile.am: ident.C* removed
17761:
17762: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17763: file:find[/can/do/this/now.txt]
17764:
17765: * src/targets/cgi/parser3.C: usage to stdout now
17766:
17767: 2002-07-31 paf
17768:
17769: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17770:
17771: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17772: default "postmaster"
17773:
17774: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17775: -f postmaster now default sendmail key word "postmaster"
17776: replaced to $.from
17777:
17778: 2002-07-30 paf
17779:
1.116 moko 17780: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17781: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17782:
17783: * src/main/pa_charset.C: comment
17784:
17785: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17786: table, &#decimal;
17787:
17788: * src/main/pa_request.C: comment
17789:
17790: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17791: paragraf]
17792:
17793: 2002-07-11 paf
17794:
17795: * src/main/pa_exec.C: build command line badly added params twice
17796: [and first time without ' ']. double wrong. fixed.
17797:
17798: * src/main/pa_exec.C: invalid .exe caused error message with params
17799: wich parser did not provide = reported badly. fixed that.
17800:
17801: * src/classes/mail.C: $MAIL[ # xxx ]
17802:
17803: now ok
17804:
17805: * operators.txt: plan: sql detailed exception
17806:
17807: 2002-07-01 paf
17808:
17809: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17810: [MForm.configure_admin were called when request.main_class ==0
17811:
17812: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17813:
17814: * src/classes/form.C: content_length type fix
17815:
17816: 2002-06-30 paf
17817:
17818: * src/classes/mail.C: merged from 4
17819:
17820: * src/classes/mail.C: restored $MAIL
17821:
17822: 2002-06-28 paf
17823:
17824: * configure, configure.in: removed paths.h
17825:
1.116 moko 17826: * configure, src/include/pa_version.h,
1.95 moko 17827: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17828: merged, makes updated
17829:
17830: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17831: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17832: src/include/pa_pool.h, src/include/pa_version.h,
17833: src/main/pa_charset.C, src/main/pa_pool.C,
17834: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17835: src/types/pa_vmail.C: merged latest updates to head
17836:
17837: 2002-06-27 paf
17838:
17839: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17840: not error now
17841:
17842: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17843: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17844: src/main/pa_charset.C, src/main/pa_pool.C:
17845: ^xdoc::create[[uri]]... base uri for document being created,
17846: imports and other relative file names would be relative to this
17847: uri default uri=path_translated
17848:
17849: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17850:
17851: 2002-06-26 paf
17852:
17853: * configure, configure.in, src/include/pa_version.h:
17854: release_3_0_0004
17855:
17856: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17857: 0 now
17858:
17859: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17860:
17861: 2002-06-25 paf
17862:
17863: * src/main/pa_string.C: emtpy string, or string of whitespaces
17864: considered bad number now
17865:
17866: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17867: now
17868:
17869: * operators.txt, src/classes/string.C: ^string.normalize [old
17870: name: optimize
17871:
17872: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17873: library configured
17874:
17875: * src/main/pa_request.C: configure_admin forced if no @conf
17876:
1.150 moko 17877: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17878: ^math:crypt updated to generate random salt when needed and to
17879: call system crypt() if not $apr1$ prefix
1.95 moko 17880:
17881: 2002-06-24 paf
17882:
17883: * INSTALL: --with-static/shared-mailreceive described
17884:
17885: * src/include/pa_config_fixed.h: ssize_t fixed
17886:
1.116 moko 17887: * configure, configure.in, src/include/pa_config_auto.h.in,
17888: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17889: src/types/pa_vmail.C: $mail:received makes update
17890:
17891: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17892: WITH_MAILRECEIVE
17893:
17894: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17895:
17896: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17897: option, for $mail:receive
17898:
17899: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17900: introducting $message:received ^mail:send rewritten with backward
17901: comp
17902:
17903: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17904: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17905: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17906: now
17907:
17908: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17909: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17910: src/include/pa_request.h, src/include/pa_string.h,
17911: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17912: src/main/pa_globals.C, src/main/pa_request.C,
17913: src/main/pa_string.C, src/main/pa_uue.C,
17914: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17915: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17916: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17917: uue to separate file introducting $message:received ^mail:send
17918: rewritten with backward comp
17919:
17920: 2002-06-21 paf
17921:
1.116 moko 17922: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17923: co changes
1.95 moko 17924:
1.116 moko 17925: * configure, configure.in, src/lib/md5/Makefile.am,
17926: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17927: restructure .in and .am files appropriate changes
1.95 moko 17928:
17929: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17930: pcre to libs/ added libs/md5 which is linked to non-apache
17931: targets ^math:crypt[password;$apr1$salt]
17932:
17933: * INSTALL, configure.in, operators.txt, parser3.dsw,
17934: src/Makefile.am, src/classes/Makefile.am,
17935: src/classes/classes.dsp, src/classes/math.C,
17936: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17937: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17938: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17939: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17940: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17941: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17942: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17943: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17944: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17945: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17946: src/lib/pcre/pcre_parser_ctype.dsp,
17947: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17948: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17949: src/main/compile.tab.C, src/main/main.dsp,
17950: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17951: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17952: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17953: to libs/ added libs/md5 which is linked to non-apache targets
17954: ^math:crypt[password;$apr1$salt]
17955:
17956: 2002-06-20 paf
17957:
1.150 moko 17958: * INSTALL, configure, configure.in, operators.txt,
17959: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17960: src/include/pa_globals.h, src/include/pa_request.h,
17961: src/main/execute.C, src/main/pa_request.C,
17962: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17963: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17964: file:justname&co & @auto/conf[filespec
1.95 moko 17965:
17966: * operators.txt, src/classes/file.C:
17967: !^file:dirname[/a/some.tar.gz]=/a
17968: !^file:dirname[/a/b/]=/a
17969: !^file:basename[/a/some.tar.gz]=some.tar.gz
17970: !^file:justname[/a/some.tar.gz]=some.tar
17971: !^file:justext[/a/some.tar.gz]=gz
17972:
17973: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17974: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17975: @conf/auto[filespec]
17976:
1.116 moko 17977: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17978:
1.150 moko 17979: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17980: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17981: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17982:
17983: 2002-06-18 paf
17984:
17985: * configure, configure.in, src/include/pa_version.h: version to
17986: configure.in
17987:
17988: * INSTALL: reflected .conf.dist dir change
17989:
1.150 moko 17990: * Makefile.am, configure, configure.in,
1.116 moko 17991: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17992: .in & *.am updated
17993:
17994: * src/classes/file.C: strncasecmp
17995:
17996: * src/classes/file.C: strcasecmp
17997:
1.150 moko 17998: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17999:
18000: * src/classes/file.C: ^file::exec[script;$.bad error case
18001: insensitive check now
18002:
18003: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18004:
18005: * configure, configure.in, src/include/pa_pool.h,
18006: src/include/pa_types.h: pack configure.in detection simplified.
18007: figured out that gcc on sparc not that stupid as thought
18008: previously: on sparc: when it sees packed class it modifies it's
18009: field-access-code to byte operations [stb, ldub] instead of 4byte
18010: operations [st, lduh] so packed must be all parts of packed
18011: class, i.e. it's parents&fields(classes). for now it's only
18012: String that packed and what was wrong is that it's parent -
18013: Pooled, were not packed. fixed that.
18014:
18015: 2002-06-14 paf
18016:
18017: * operators.txt: more precise xml-to-text options
18018:
18019: * operators.txt, src/types/pa_vxnode.C: xnode
18020: attribute_node.name/value xnode pi.node.data
18021:
18022: 2002-06-12 paf
18023:
1.116 moko 18024: * configure, configure.in, src/targets/cgi/Makefile.am,
18025: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18026:
18027: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18028: src/include/pa_globals.h, src/include/pa_request.h,
18029: src/main/compile.tab.C, src/main/pa_globals.C,
18030: src/main/pa_request.C, src/targets/cgi/parser3.C,
18031: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18032:
18033: * src/classes/mail.C: sendmail -ti [default now]
18034:
18035: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18036: to be strings. for convinient #ing
18037:
18038: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18039: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18040:
18041: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18042: main/pa_globals.C, main/pa_request.C: @conf
18043:
18044: 2002-06-11 paf
18045:
18046: * src/classes/file.C: check simplified
18047:
18048: * src/: classes/file.C, targets/cgi/parser3.dsp,
18049: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18050: valid prefix
18051:
18052: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18053: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18054: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18055:
18056: 2002-06-10 paf
18057:
18058: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18059: src/main/pa_common.C: lock failures reported now
18060:
18061: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18062: string->double @ compile time were not-enough-checking...
18063:
18064: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18065: autoconvert now ignored
18066:
18067: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18068: check
18069:
18070: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18071: $response:body content-type:name
18072:
18073: * configure, configure.in: hpux check, nsl link, no socket
18074:
18075: * operators.txt: old merge conflict removed
18076:
18077: * configure, configure.in: pack even address access on sparc&co
18078: arch checked in configure
18079:
18080: * configure, src/include/pa_version.h: makes
18081:
18082: * configure, configure.in, src/include/pa_version.h: makes
18083:
18084: * src/main/untaint.C: (bug#2) mail subject got always prepended
18085: with charset even when all letters were 7bit one
18086:
18087: * src/main/pa_common.C: merged fixed -d (bug)
18088:
18089: * src/main/pa_common.C: fixed -d (bug)
18090:
18091: 2002-06-03 paf
18092:
18093: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18094: src/classes/classes.dsp, src/main/compile.tab.C,
18095: src/main/main.dsp, src/main/pa_globals.C,
18096: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18097: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18098: .dsp-s along with reorganized cvs modules dirs structure
18099:
18100: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18101: main/pa_globals.C, targets/cgi/parser3.dsp,
18102: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18103: modules
18104:
18105: 2002-05-28 paf
18106:
18107: * src/targets/cgi/parser3.C: info.uri now ""
18108:
18109: 2002-05-17 paf
18110:
18111: * src/classes/: table.C: ^table.save << checked empty
18112: pre/match/post columns
18113:
18114: 2002-05-16 paf
18115:
18116: * src/classes/image.C: image::measure can png now
18117:
18118: 2002-05-15 paf
18119:
18120: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18121: added
18122:
18123: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18124:
18125: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18126: %H[:%M[:%S]]]]]] [-%m now
18127:
18128: 2002-05-14 paf
18129:
18130: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18131:
18132: 2002-05-07 paf
18133:
18134: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18135: src/include/pa_globals.h, src/include/pa_request.h,
18136: src/include/pa_table.h, src/main/compile.tab.C,
18137: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18138: src/main/pa_request.C, src/main/pa_table.C,
18139: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18140: src/targets/isapi/parser3isapi.dsp,
18141: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18142: name2number field now &. main_method_name now on Request pool
18143: rather on global_pool [Junction+VJunction created on same pool as
18144: name = were created on global pool, causing mem leaks]
18145:
18146: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18147: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18148: main/compile.y, main/main.dsp, main/pa_globals.C,
18149: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18150: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18151: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18152: field now &. main_method_name now on Request pool rather on
18153: global_pool [Junction+VJunction created on same pool as name =
18154: were created on global pool, causing mem leaks]
18155:
18156: 2002-05-06 paf
18157:
18158: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18159: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18160: 100*40 bytes per request memory leak [nonpool malloc in globals]
18161:
18162: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18163: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18164: 100*40 bytes per request memory leak [nonpool malloc in globals]
18165:
18166: 2002-04-30 paf
18167:
18168: * configure, src/include/pa_version.h: version now not b
18169:
18170: * src/targets/cgi/parser3.C: request.uri now never 0
18171:
18172: 2002-04-29 paf
18173:
18174: * configure.in: removed b
18175:
18176: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18177: Exception::comment/type checked in (), no there's no empty
18178: type/comment by default
18179:
18180: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18181: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18182: src/doc/value.dox, src/include/pa_exception.h,
18183: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18184: 0001
18185:
18186: 2002-04-26 paf
18187:
18188: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18189: size reduced
18190:
18191: 2002-04-25 paf
18192:
18193: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18194: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18195: now that took into account
18196:
18197: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18198: 01:03:04]
18199:
18200: * ChangeLog, operators.txt, src/classes/date.C:
18201: ^date::create[2002-12-33 01:03:04]
18202:
18203: * ChangeLog: updated changelog
18204:
18205: * src/classes/table.C: removed restriction on column count to
18206: ^table.hash to work, now must be >0 [were >1]
18207:
18208: 2002-04-24 paf
18209:
18210: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18211: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18212: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18213: targets
18214:
18215: 2002-04-23 paf
18216:
18217: * operators.txt, src/classes/string.C:
18218: int/double/string:sql{}[$.default{code}] fixed [were barking:
18219: "junction used outside of context"]
18220:
18221: 2002-04-22 paf
18222:
18223: * types.txt, src/classes/string.C, src/include/pa_string.h,
18224: src/main/pa_string.C, src/types/pa_vstring.C,
18225: src/types/pa_vstring.h: ^string.optimize[]
18226:
18227: * src/: include/pa_globals.h, include/pa_table.h,
18228: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18229: table template
18230:
18231: * src/classes/: string.C: optimize removed from string
18232: .left/right/pos
18233:
18234: * src/main/execute.C: rolled back to
18235: before_killing_userjunction_contexts
18236:
18237: * src/main/execute.C: user junctions context killed
18238:
18239: * src/main/execute.C: junctions to local contexts got
18240: cleanized&checked later
18241:
18242: 2002-04-19 paf
18243:
18244: * src/: classes/string.C, include/pa_request.h,
18245: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18246: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18247: prior to .left .right .mid .pos .match when that is profitable,
18248: and always before .replace when $ORIGINS(1) optimization disabled
18249: economy from not wasting mem on lots of strings which occur by
18250: lots of String:mid calls to get parts of source string between
18251: found_occurances
18252:
18253: * src/classes/file.C: ovector now local economy: 16 bytes per
18254: ^file:list
18255:
18256: * src/: include/pa_globals.h, include/pa_table.h,
18257: main/pa_globals.C, main/pa_string.C: String::match table columns
18258: globalized, not created @ each ^match anymore economy:
18259: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18260:
18261: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18262: removed from each String::match replace iteration, and made
18263: stacked sizeof(VTable)=12bytes economy on each replace code
18264:
18265: * src/doc/footer.htm: 2001,
18266:
18267: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18268: string.match[]['] option enables generation of $match.prematch
18269: .match .postmatch columns
18270:
18271: * src/main/pa_string.C: String::match options analized without
18272: cstr-ing them now
18273:
18274: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18275: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18276: config updated to doxygen 1.2.15, created helper which fixes
18277: minor bugs in chm project files & htm tree. changed extension to
18278: .htm
18279:
18280: 2002-04-18 paf
18281:
18282: * src/doc/doxygen.cfg: .chi generation disabled
18283:
18284: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18285: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18286: fields&methods
18287:
18288: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18289: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18290: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18291: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18292: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18293: types/pa_vresponse.h, types/pa_vstateless_class.h,
18294: types/pa_vstateless_object.h, types/pa_vstatus.h,
18295: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18296: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18297: VStateless_class to VObject
18298:
18299: * src/: main/pa_request.C, types/pa_valiased.h,
18300: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18301: types/pa_vstring.h: VStateless_string_object speicalized light
18302: version of VStateless_object
18303:
18304: * src/classes/op.C: ^throw comment param made optional
18305:
18306: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18307: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18308: and implemented down in VClass, fclass_alias removed,
18309:
18310: * src/types/pa_value.C: forced to cut that from .h because of
18311: VStateless_class usage [undefined in .h]
18312:
18313: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18314: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18315: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18316: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18317: on each CALL]
18318:
18319: * src/: classes/classes.h, classes/date.C, classes/double.C,
18320: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18321: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18322: classes/response.C, classes/string.C, classes/table.C,
18323: classes/void.C, classes/xnode.C, include/pa_globals.h,
18324: include/pa_request.h, main/execute.C, main/pa_globals.C,
18325: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18326: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18327: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18328: types/pa_vstateless_class.h, types/pa_wcontext.C,
18329: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18330: removed Value::fname
18331:
18332: 2002-04-17 paf
18333:
18334: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18335: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18336: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18337: include/pa_pool.h, include/pa_types.h: dox updated to current
18338: state, PTHROW freshen to throw & co
18339:
18340: * src/types/pa_vhash.h: vstring wrong parent fixed
18341:
18342: * src/classes/op.C: taint local result var bug fixed
18343:
18344: 2002-04-16 paf
18345:
18346: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18347: Attic asm.txt as most interesting
18348:
18349: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18350: check, preventing content-length: 0 from appearing
18351:
18352: * src/main/execute.C: $result in @main now taken into account as in
18353: usual functions
18354:
18355: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18356: & @unhandled_exception now taken into account as in usual
18357: functions
18358:
18359: * src/doc/postbuild.txt: instructions on post .html build
18360:
18361: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18362:
18363: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18364: tainted
18365:
18366: * src/main/pa_request.C: uri in error log
18367:
18368: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18369: cheched date:create(days) param for validity [later were assumed
18370: valid and crashed on invalid onces]
18371:
18372: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18373: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18374: and used that for removing VString wrapper
18375:
18376: * src/classes/op.C: exception2vhash file now tainted
18377:
18378: * src/classes/op.C: _process pseudo origin copied from local var to
18379: heap
18380:
18381: * src/classes/op.C: extra check on empty file in origin in _execute
18382:
18383: 2002-04-15 paf
18384:
18385: * src/: main/execute.C, types/pa_value.h: fixed name update
18386:
18387: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18388: functions
18389:
18390: * src/: classes/file.C, classes/hash.C, classes/op.C,
18391: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18392: started dual write_xxx_lang functions, if checked & works
18393:
18394: * src/: classes/date.C, classes/file.C, classes/mail.C,
18395: classes/string.C, classes/xnode.C, include/pa_request.h,
18396: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18397: unnecessary VString shells
18398:
18399: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18400: prev changes]
18401:
18402: * src/: classes/image.C, classes/op.C, classes/string.C,
18403: classes/table.C, include/pa_request.h, main/execute.C,
18404: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18405: StringOrValue wcontext result, now ready for dual writes
18406:
18407: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18408: checked that
18409:
18410: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18411: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18412: changed to OP_WRITE_VALUE in var get cases
18413:
18414: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18415: include/pa_request.h, main/compile.tab.C, main/compile.y,
18416: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18417: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18418: switch in hash constructor fixed [were problems with using of
18419: stacked wwrapper after it's death]
18420:
18421: 2002-04-12 paf
18422:
18423: * operators.txt, src/classes/table.C: table.select(expression) 0
18424:
18425: 2002-04-11 paf
18426:
18427: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18428: Request::process_internal codeFrame & wwrapper stacked [not
18429: wasting heap anymore]
18430:
18431: 2002-04-10 paf
18432:
18433: * src/: classes/double.C, classes/file.C, classes/hash.C,
18434: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18435: classes/string.C, classes/table.C, classes/void.C,
18436: classes/xdoc.C, include/pa_request.h, main/execute.C,
18437: main/pa_string.C: killed Request::process() wrapping
18438: VString(String) in case we need only String
18439:
18440: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18441: killed 8 bytes from String.head
18442:
18443: 2002-04-09 paf
18444:
18445: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18446: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18447: local*/char b[...]; a=b; situations
18448:
18449: * operators.txt, src/classes/xdoc.C: xslt params made literal
18450:
18451: * src/classes/xdoc.C: xslt params fixed
18452:
18453: * src/: main/pa_common.C, targets/cgi/parser3.C,
18454: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18455: not pool.malloc(MAX_NUMBER) but really neaded
18456:
18457: * operators.txt, src/classes/double.C, src/classes/int.C:
18458: int/double.int/double(default)
18459:
18460: 2002-04-04 paf
18461:
18462: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18463: [when reconstructing pieces were split by
18464: max_integral(piece.size), thus some strings to replace happen to
18465: be split into two = not replaced)
18466:
18467: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18468: standalone version = current dir
18469:
18470: * src/targets/cgi/parser3.C: document root in standalone version =
18471: current dir
18472:
18473: 2002-04-03 paf
18474:
18475: * configure, configure.in: more checks on nonexistent charset
18476:
1.116 moko 18477: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18478:
18479: 2002-04-02 paf
18480:
18481: * src/main/compile.C: parser.compile [exception name more like in
18482: doc]
18483:
18484: 2002-04-01 paf
18485:
18486: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18487: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18488: .content-type.charset, not .charset
18489:
18490: 2002-03-29 paf
18491:
18492: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18493:
18494: * operators.txt, src/classes/date.C: ^date::create now may not
18495: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18496: days' year. | 31.05->31.04 roll
18497:
18498: 2002-03-28 paf
18499:
18500: * operators.txt, src/classes/date.C, src/classes/op.C,
18501: src/include/pa_globals.h, src/include/pa_hash.h,
18502: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18503: ^cache(seconds) ^cache[date] }
18504:
18505: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18506: param
18507:
18508: 2002-03-27 paf
18509:
18510: * operators.txt, src/classes/date.C, src/classes/double.C,
18511: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18512: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18513: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18514: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18515: src/classes/xnode.C, src/include/pa_exception.h,
18516: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18517: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18518: src/main/pa_array.C, src/main/pa_charset.C,
18519: src/main/pa_charsets.C, src/main/pa_common.C,
18520: src/main/pa_dictionary.C, src/main/pa_exception.C,
18521: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18522: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18523: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18524: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18525: src/types/pa_value.h, src/types/pa_vcookie.C,
18526: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18527: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18528: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18529: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18530: src/types/pa_wwrapper.h: assigned exception types
18531:
18532: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18533: src/include/pa_request.h, src/main/execute.C,
18534: src/main/pa_request.C: decided agains resetting exception_trace,
18535: just changed name
18536:
18537: 2002-03-26 paf
18538:
18539: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18540: fixed
18541:
18542: * src/classes/op.C: forced language of $source field of exception
18543: to 'tainted', so that sql-langed-frags could be outputed outside
18544: of connect
18545:
18546: * operators.txt: removed date.roll limit of +-1 offset
18547:
18548: * src/classes/date.C: removed date.roll limit of +-1 offset
18549:
18550: * operators.txt, src/classes/date.C: fixed date roll on
18551: daylightsaving days mktime took into account tm_isdst flag, which
18552: remained from BEFORE roll, but should have been reset
18553:
18554: 2002-03-25 paf
18555:
18556: * operators.txt, src/targets/cgi/parser3.C:
18557: http_site_config_filespec
18558:
18559: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18560: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18561: with any/both --disable-foreign-group-files --disable-execs
18562:
18563: * INSTALL: "--with=sendmail=COMMAND" comment
18564:
18565: * INSTALL, configure, configure.in, src/classes/mail.C,
18566: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18567: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18568: disables execs also. introducing --sendmail
1.95 moko 18569:
18570: * operators.txt: pgsql options comment
18571:
18572: * INSTALL: comment on --disable-link-stdcpp
18573:
1.116 moko 18574: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18575: libstdc++ link skipping configure option
1.95 moko 18576:
18577: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18578: with error were put to cache with 'marked_to_rollback' flag, all
18579: consequent even OK requests rolled back
18580:
18581: 2002-03-22 paf
18582:
18583: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18584: false return
18585:
18586: * operators.txt: few comments on sets
18587:
18588: 2002-03-18 paf
18589:
18590: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18591: src/include/pa_globals.h, src/include/pa_request.h,
18592: src/include/pa_stack.h, src/main/pa_globals.C,
18593: src/main/pa_request.C: introducing ^try
18594:
18595: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18596: types/pa_vdouble.h: removed some tested @tests
18597:
18598: 2002-03-15 paf
18599:
18600: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18601:
18602: 2002-03-13 paf
18603:
18604: * src/main/pa_exception.C: checked not-pooled malloc
18605:
18606: 2002-03-11 paf
18607:
18608: * INSTALL, configure, configure.in,
18609: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18610:
18611: * src/main/pa_common.C: --disable-foreign-group-files
18612:
18613: * INSTALL: --disable-execs
18614:
18615: * src/main/pa_exec.C: --disable-execs
18616:
18617: * configure, configure.in, src/include/pa_config_auto.h.in:
18618: --disable-execs
18619:
18620: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18621:
18622: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18623: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18624:
18625: 2002-03-05 paf
18626:
18627: * operators.txt, src/classes/date.C: date week calendar columns
18628: named
18629:
18630: * operators.txt, src/classes/date.C: date week calendar columns
18631: named
18632:
18633: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18634: requires headers to be terminated with \r\n manually [refuses to
18635: separate header/body itself]
18636:
18637: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18638: targets/isapi/parser3isapi.C: isapi site config beside .dll
18639:
18640: 2002-03-04 paf
18641:
18642: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18643: in PASS language
18644:
18645: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18646: deserialize checks on broken file
18647:
18648: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18649: parser3isapi.dsp: isapi updated
18650:
18651: 2002-03-01 paf
18652:
18653: * src/main/pa_exec.C: execle -> execve, now argc OK
18654:
18655: 2002-02-28 paf
18656:
18657: * src/main/untaint.C: removed some debug comments
18658:
18659: * src/main/pa_charsets.C: when placing charset to cache using
18660: global name now [were request]
18661:
18662: * configure, configure.in: apache module updated
18663:
18664: * src/main/pa_string.C: origin by first piece preferred before last
18665: piece
18666:
18667: 2002-02-27 paf
18668:
18669: * src/main/pa_charset.C: size_t
18670:
18671: * INSTALL: shared/static-xml with-pathlink
18672:
18673: * operators.txt: SMTP comment
18674:
18675: 2002-02-26 paf
18676:
18677: * src/main/pa_exec.C: more precise names for vars, cosmetic
18678:
18679: * src/classes/xnode.C: in some situation, xpath query returned
18680: result with type NODESET, but empty nodeset member field, checked
18681: that
18682:
18683: 2002-02-22 paf
18684:
18685: * INSTALL: without-zlib comment
18686:
18687: * etc/parser3.charsets/windows-1251.cfg: °
18688:
18689: * configure, configure.in: glib###.a detection fixed
18690:
18691: * INSTALL: hashfile removed from INSTALL
18692:
1.116 moko 18693: * Makefile.am: make update
1.95 moko 18694:
18695: * src/main/pa_string.C: string iterators fixed again, so were
18696: String::join_chain
18697:
18698: * src/main/pa_string.C: string iterators fixed again, so were
18699: String::join_chain
18700:
18701: * src/: include/pa_string.h, main/pa_string.C: string iterators
18702: fixed again, so were String::join_chain
18703:
18704: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18705:
18706: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18707: "session"
18708:
1.116 moko 18709: * configure, configure.in, src/include/pa_config_auto.h.in:
18710: --with-shared-xml --with-static-xml
1.95 moko 18711:
18712: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18713: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18714: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18715: xalan&xml
18716:
18717: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18718:
18719: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18720: src/types/types.dsp: removed hashfile support from sources for
18721: now
18722:
1.116 moko 18723: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18724: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18725: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18726: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18727: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18728: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18729: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18730: src/types/Makefile.am, src/types/pa_vhashfile.C,
18731: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18732:
18733: 2002-02-21 paf
18734:
18735: * src/main/untaint.C: removed debug code, activated commented-for
18736: debug parts
18737:
1.116 moko 18738: * Makefile.am: make cvsupdate
1.95 moko 18739:
18740: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18741: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18742: append_row, not at link zero now string to string appending works
18743:
18744: 2002-02-20 paf
18745:
18746: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18747: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18748: DEBUG_STRING_APPENDS_VS_EXPANDS
18749:
18750: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18751: economy: 22%
18752:
18753: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18754: space uptimized: string::link_row removed
18755:
18756: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18757: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18758: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18759: types/pa_vstring.h: speed uptimized: string::is_empty
18760:
18761: * operators.txt, src/include/pa_common.h,
18762: src/include/pa_config_fixed.h, src/include/pa_string.h,
18763: src/include/pa_types.h, src/main/compile.tab.C,
18764: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18765: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18766: string append optimiziation idea and estimates
18767:
18768: 2002-02-19 paf
18769:
18770: * src/classes/math.C: not used directly [but erroreously reported
18771: that 'is', thus registering twice&other probs]
18772:
18773: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18774: to node [element]
18775:
18776: * src/main/compile.C: without string_origins parse error
18777: file+line+col possible
18778:
18779: * src/main/: compile.C: without string_origins not worked
18780:
18781: 2002-02-18 paf
18782:
18783: * src/types/pa_vdouble.h: since we have in_expression removed that
18784: trick i've installed into double::as_string
18785:
18786: * src/main/pa_globals.C: extern "C" was removed too fast
18787:
18788: * src/: include/pa_opcode.h, include/pa_request.h,
18789: main/compile.tab.C, main/compile.y, main/execute.C,
18790: types/pa_wcontext.h: in_expression aimed to solve old problem
18791: with string/nonstring values, now in expressions double/int
18792: values are passed as-is, without stupid tostring/fromstring
18793: conversions
18794:
18795: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18796: __cplusplus } #endif
18797:
18798: * src/main/compile.tab.C: bison env set so one could compile
18799: without cygwin installed
18800:
18801: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18802: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18803: gnome xml libs parser .dsp-s changed accordingly
18804:
18805: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18806:
18807: * operators.txt, src/classes/date.C: date::create [were date::set,
18808: with backward comp
18809:
18810: * src/classes/math.C: math:random range check fixed
18811:
18812: * src/main/: compile.tab.C, compile.y: integer division stops name
18813:
18814: * INSTALL: local install comment
18815:
1.116 moko 18816: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18817:
1.116 moko 18818: * acinclude.m4, aclocal.m4, configure, configure.in,
18819: src/include/pa_config_auto.h.in,
18820: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18821: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18822:
18823: * operators.txt: \ comment
18824:
18825: 2002-02-13 paf
18826:
18827: * src/include/pa_config_includes.h: sys/time time both included
18828: now. vaguely remember confilicts on this on some system [not on
18829: six|ablv] so when would see them again would think up proper
18830: check
18831:
1.116 moko 18832: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18833: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18834:
18835: * src/main/pa_common.C: truncation never occured when writing files
18836: on unix [since i've changed cache mech] fix
18837:
18838: * src/main/pa_common.C: strnchr: sanity check added
18839:
18840: * etc/parser3.charsets/windows-1257.cfg: id added
18841:
18842: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18843: baltic charset file generated, in generation script ispunct check
18844: added
18845:
18846: 2002-02-08 paf
18847:
1.116 moko 18848: * src/: include/Makefile.am, sql/Makefile.am,
18849: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18850:
18851: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18852: forgotten
18853:
18854: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18855:
18856: * INSTALL, README: install&others updated
18857:
18858: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18859:
1.116 moko 18860: * Makefile.am, configure, configure.in,
18861: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18862: src/classes/Makefile.am, src/main/Makefile.am,
18863: src/main/pa_status_provider.C, src/targets/Makefile.am,
18864: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18865: works
1.95 moko 18866:
18867: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18868: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18869: classes/hashfile.C, classes/int.C, classes/mail.C,
18870: classes/math.C, classes/op.C, classes/response.C,
18871: classes/string.C, classes/table.C, classes/void.C,
18872: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18873: include/pa_array.h, include/pa_cache_managers.h,
18874: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18875: include/pa_config_fixed.h, include/pa_config_includes.h,
18876: include/pa_db_connection.h, include/pa_db_manager.h,
18877: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18878: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18879: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18880: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18881: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18882: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18883: include/pa_stack.h, include/pa_string.h,
18884: include/pa_stylesheet_connection.h,
18885: include/pa_stylesheet_manager.h, include/pa_table.h,
18886: include/pa_threads.h, include/pa_types.h, main/compile.C,
18887: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18888: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18889: main/pa_db_connection.C, main/pa_db_manager.C,
18890: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18891: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18892: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18893: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18894: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18895: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18896: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18897: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18898: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18899: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18900: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18901: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18902: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18903: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18904: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18905: types/pa_vmethod_frame.h, types/pa_vobject.h,
18906: types/pa_vrequest.h, types/pa_vresponse.h,
18907: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18908: types/pa_vstateless_object.h, types/pa_vstatus.C,
18909: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18910: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18911: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18912: classes/image.C, main/pa_common.C, main/pa_exec.C,
18913: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18914: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18915: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18916: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18917: types/pa_vxnode.C, main/pa_charset.C: name spelling
18918:
18919: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18920: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18921: classes/hashfile.C, classes/image.C, classes/int.C,
18922: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18923: classes/string.C, classes/table.C, classes/void.C,
18924: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18925: include/pa_array.h, include/pa_cache_managers.h,
18926: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18927: include/pa_config_fixed.h, include/pa_config_includes.h,
18928: include/pa_db_connection.h, include/pa_db_manager.h,
18929: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18930: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18931: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18932: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18933: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18934: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18935: include/pa_stack.h, include/pa_string.h,
18936: include/pa_stylesheet_connection.h,
18937: include/pa_stylesheet_manager.h, include/pa_table.h,
18938: include/pa_threads.h, include/pa_types.h, main/compile.C,
18939: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18940: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18941: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18942: main/pa_db_connection.C, main/pa_db_manager.C,
18943: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18944: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18945: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18946: main/pa_socks.C, main/pa_sql_driver_manager.C,
18947: main/pa_status_provider.C, main/pa_string.C,
18948: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18949: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18950: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18951: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18952: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18953: targets/isapi/pool_storage.h, types/pa_valiased.C,
18954: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18955: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18956: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18957: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18958: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18959: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18960: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18961: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18962: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18963: types/pa_vresponse.h, types/pa_vstateless_class.C,
18964: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18965: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18966: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18967: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18968: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18969: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18970:
18971: 2002-02-07 paf
18972:
18973: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18974:
1.116 moko 18975: * configure, configure.in, src/include/pa_config_auto.h.in,
18976: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18977: added yet another locking function: fcntl
1.95 moko 18978:
18979: * config.sub: on cygwin configure passes it with strange i1586
18980: const, hacked it to mean i586
18981:
18982: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18983: disabled $if reference due to conflicts with local variables
18984:
18985: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18986: xdoc::set obsolete now, now xdoc::create, with both sences
18987:
18988: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18989: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18990: table::create now // 'set' name obsolete now table clone.
18991:
18992: * operators.txt, src/classes/string.C,
18993: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18994: ^int/double/string.format now can be called with normal []
18995: brackets, not stupid {} as it were implemented for some strange
18996: reason. retaining backward compatibility due to some
18997: already-implemented servers
18998:
18999: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19000: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19001: operators now detected by check at name_without_curly_rdive_read
19002: rule whether diving code constists only of
19003: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19004: with OP_GET_ELEMENT_OR_OPERATOR to form
19005: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19006:
19007: 2002-02-06 paf
19008:
19009: * configure, configure.in: prefix expanded, grr
19010:
19011: * operators.txt, src/classes/mail.C: mail:send config changed
19012:
19013: 2002-02-05 paf
19014:
19015: * operators.txt: regex options commented
19016:
19017: * src/main/: pa_exec.C: argv0 now correct
19018:
19019: * src/types/pa_vstatus.C: status:rusage 3
19020:
19021: * src/types/pa_vstatus.C: status:rusage 2
19022:
19023: * operators.txt: status:rusage described int operators
19024:
19025: * src/types/pa_vstatus.C: status:rusage 1
19026:
19027: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19028: src/types/types.dsp: status:rusage
19029:
19030: * configure.in, operators.txt, src/classes/file.C,
19031: src/classes/op.C, src/include/pa_common.h,
19032: src/include/pa_config_includes.h, src/main/compile.tab.C,
19033: src/main/pa_common.C: rewritten ^cache to use
19034: non-blocking-exclusive-caches
19035:
19036: * src/main/pa_common.C: text file read mode on win32 adjusted
19037: [speed impact. was off for debugging purpose, but forgotten
19038: afterwards]
19039:
19040: 2002-02-01 paf
19041:
19042: * src/classes/op.C: file_write does EX lock after create, while
19043: file_read does SH after open, so there's a moment after create
19044: but before EX lock when read can sneak into, and read
19045: just-created-for-writing-and-not-yet-locked file, added a check
19046: for that in ^cache...read
19047:
19048: 2002-01-31 paf
19049:
19050: * src/main/: compile.y, compile.tab.C: disabled operator call after
19051: ^xxx:
19052:
19053: * src/main/: compile.tab.C, execute.C: made operators lookup first
19054: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19055:
19056: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19057: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19058: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19059: operators check 6.1 rewritten. now check is done at compile time
19060:
19061: * src/main/execute.C: operators check 5 floated up old error of
19062: staying in 'entered class/object' state after $a($a..) it
19063: prevented operators from being called thereafter
19064:
19065: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19066: main/execute.C: operators check 4 floated up old error of staying
19067: in 'entered object' state after ^a.a(a) it prevented operators
19068: from being called thereafter
19069:
19070: * src/main/execute.C: operators check 3 floated up old error of
19071: staying in 'entered class' state after $a:a(a) it prevented
19072: operators from being called thereafter
19073:
19074: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19075: floated up old error of staying in 'entered class' state after
19076: $a:a[a] it prevented operators from being called thereafter
19077:
19078: * src/main/execute.C: operators check, thay mistakenly seen in
19079: $class:operator $object.operators contexts
19080:
19081: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19082: win32
19083:
1.116 moko 19084: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19085: src/classes/Makefile.am, src/main/Makefile.am,
19086: src/targets/cgi/Makefile.am,
1.95 moko 19087: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19088: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19089:
1.116 moko 19090: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19091: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19092: configure, configure.in, form.txt, ident.awk, install-sh,
19093: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19094: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19095: etc/parser3.charsets/Makefile.am,
19096: etc/parser3.charsets/koi8-r.cfg,
19097: etc/parser3.charsets/windows-1250.cfg,
19098: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19099: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19100: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19101: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19102: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19103: straightened installation scripts procedure made
19104: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19105: change
19106:
19107: 2002-01-30 paf
19108:
19109: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19110: removed] those comments were a mistake, and prevented libltdl
19111: from function properly
19112:
19113: 2002-01-29 paf
19114:
1.116 moko 19115: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19116: creation [modified acinclude.m4 which were creating int into just
19117: assignment LIBTOOL=../libtool] added default system
19118: config&charsetts prepared 'make install', now it installs
19119: targets/cgi/parser3 into bin directory etc/parser3.conf &
19120: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19121: $sysconfdir/parser3.charsets respectively
19122:
19123: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19124: main/pa_globals.C: few forgotten ifdef XML added
19125:
19126: 2002-01-28 paf
19127:
1.116 moko 19128: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19129: removed
19130:
19131: * src/main/pa_exception.C: dom|generic error output fix
19132:
19133: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19134:
19135: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19136:
19137: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19138: [fixed as_node helper func to accept docs]
19139:
19140: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19141: xdoc.importNode 0
19142:
19143: * src/classes/xdoc.C: xdoc::set now untaints OK
19144:
19145: 2002-01-25 paf
19146:
19147: * src/main/: compile.tab.C, compile.y: #comment before @ after
19148: @SPECIAL now works OK
19149:
19150: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19151:
19152: * src/main/pa_exec.C: max arg count now 10, and proper message on
19153: violation that added
19154:
19155: * src/classes/hash.C: unified hash::sql, now
19156: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19157:
19158: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19159: ^file:lock[filename]{code}
19160:
19161: * src/: classes/file.C, classes/op.C, classes/string.C,
19162: classes/table.C, classes/xdoc.C, include/pa_common.h,
19163: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19164: to some pa_common funcs
19165:
19166: * src/: include/pa_charset.h, main/pa_globals.C:
19167: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19168:
19169: * src/: include/pa_charset.h, main/pa_charset.C,
19170: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19171: not stupid illegal define
19172:
19173: 2002-01-24 paf
19174:
19175: * src/include/pa_version.h: changed version number
19176:
19177: * src/: classes/hashfile.C, include/pa_db_table.h,
19178: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19179: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19180: main/pa_db_connection.C, main/pa_db_table.C,
19181: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19182: hashfile without logfiles
19183:
19184: * src/: classes/hashfile.C, include/pa_db_table.h,
19185: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19186: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19187: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19188: DB_INIT_TXN init bits, thus got rid of huge log files, which
19189: cluttered disk without huge need]
19190:
19191: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19192: handy macro, which is strangly abscent in dome lib
19193:
19194: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19195:
19196: * src/classes/xdoc.C: checked empty response
19197:
19198: * src/classes/xnode.C: xdoc.select fixed context node [were always
19199: /, not self node]
19200:
19201: * src/classes/xnode.C: xnode.select returns array always now, in
19202: case 'nothing found' returns empty array
19203:
19204: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19205: be more tender with ctrl/c/v
19206:
19207: 2002-01-23 paf
19208:
19209: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19210: substituted. // 2. when dom tree with entites goes under
19211: transform text nodes // got [erroreosly] cut on first
19212: entity occurance
19213:
19214: * src/types/pa_vdouble.h: double prec. todo: get rid of
19215: twice-converting
19216:
19217: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19218: 'e' in output this is for regretful twice-converting here:
19219: $a(double value) when they write double falue they convert it to
19220: string first, thus %g were losing precesion.
19221:
19222: todo: think up some way to remove double->string string->double
19223: twice-converting
19224:
19225: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19226: %.20E now default float format this is for regretful
19227: twice-converting here: $a(double value) when they write double
19228: falue they convert it to string first, thus %g were losing
19229: precesion.
19230:
19231: todo: think up some way to remove double->string string->double
19232: twice-converting
19233:
19234: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19235: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19236: reasons in comment inside
19237:
19238: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19239: statically linked]
19240:
19241: * src/: include/pa_exception.h, main/compile.tab.C,
19242: main/pa_exception.C: removed exception va_list constructor. 1.
19243: not needed anymore 2. there were a conflict[causing errors]
19244: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19245: never detected an ambiguilty here, compiling ctor(, "hello") into
19246: ctor(, va_list) which, of course, caused gpf
19247:
19248: * src/main/pa_globals.C: removed debug xslt messages
19249:
19250: 2002-01-22 paf
19251:
19252: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19253: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19254: helps compiling stylesheet properly. example: this refused to
19255: work, <b>«<xsl:value-of select="@title"
19256: />»</b> stranly worked only this way:
19257: <b>«<xsl:value-of select="@title" />»</b>
19258:
19259: docs says "set it to 1", never going into details, so I decided
19260: to try NOT to do that
19261:
19262: * src/classes/table.C: join behaived badly in case named tables
19263: structure mismatched: 0 strings sneaked into dest failing
19264: afterwards. replaced them with empty strings
19265:
19266: 2002-01-21 paf
19267:
19268: * src/main/pa_charset.C: checked empty transcoders in
19269: transcode_cstr|buf
19270:
19271: * src/classes/xdoc.C: xdoc::load error source = filespec
19272:
19273: * src/classes/xdoc.C: transform error source now
19274: stylesheet_filespec
19275:
1.116 moko 19276: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19277: include/pa_stylesheet_connection.h, main/pa_charset.C,
19278: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19279: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19280: gnome
1.95 moko 19281:
19282: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19283: include/pa_globals.h, include/pa_stylesheet_connection.h,
19284: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19285: xslt generic error 1
19286:
19287: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19288: xml generic message 1
19289:
19290: * src/classes/table.C: ^table::load empty lines or #comments before
19291: headline
19292:
19293: * src/: include/pa_array.h, include/pa_globals.h,
19294: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19295: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19296: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19297: errors 0
19298:
19299: 2002-01-16 paf
19300:
19301: * src/: classes/hash.C, classes/op.C, classes/string.C,
19302: classes/table.C, classes/void.C, classes/xdoc.C,
19303: include/pa_db_connection.h, include/pa_request.h,
19304: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19305: include/pa_stylesheet_connection.h,
19306: include/pa_stylesheet_manager.h, main/pa_request.C,
19307: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19308: targets/cgi/pool_storage.h: auto closers to sql_connection,
19309: stylesheet_connection auto destroyers to remaining gnome objects
19310:
19311: * src/classes/xdoc.C: few comments
19312:
19313: 2002-01-15 paf
19314:
19315: * src/classes/xdoc.C: xdoc file save string
19316:
19317: ready. todo: error handling
19318:
19319: * src/classes/xdoc.C: xdoc save rewritten using
19320: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19321: result
19322:
19323: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19324: started output options parsing
19325:
19326: 2002-01-14 paf
19327:
19328: * src/classes/xdoc.C: method
19329:
19330: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19331: include/pa_pool.h, include/pa_stylesheet_connection.h,
19332: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19333: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19334: xslt transform0. TODO: use output options handle errors
19335:
19336: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19337:
19338: 2002-01-11 paf
19339:
19340: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19341: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19342: partial logical && || evaluation
19343:
19344: * src/classes/xnode.C: xpath selectNodes
19345:
19346: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19347: string/number/bool
19348:
19349: * src/classes/xnode.C: xpath selectNode 2
19350:
19351: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19352: xpath selectNode 1
19353:
19354: 2002-01-10 paf
19355:
19356: * src/classes/xnode.C: xpath selectNode -100 [just written]
19357:
19358: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19359: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19360: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19361: refcounter]
19362:
19363: 2001-12-29 paf
19364:
19365: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19366: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19367: glib works 0
19368:
19369: 2001-12-28 paf
19370:
19371: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19372: main/pa_exception.C: started glib transcoders
19373:
19374: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19375:
19376: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19377: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19378: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19379: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19380: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19381: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19382: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19383: libs just compiled in. no refcounting no xpath no xslt yet
19384:
19385: 2001-12-27 paf
19386:
19387: * src/: include/pa_charset.h, include/pa_common.h,
19388: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19389: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19390: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19391: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19392: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19393: from xalan&xerces, started the process. globals [initialization
19394: pool [charset update charset [transcodings vxnode vxdoc [DOM
19395: calls
19396:
19397: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19398: anymore
19399:
19400: 2001-12-26 paf
19401:
19402: * src/: include/pa_charset.h, include/pa_charsets.h,
19403: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19404: key globalized [bug]
19405:
19406: 2001-12-25 paf
19407:
19408: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19409: main/pa_string.C: table set & append changed splitting languages,
19410: separators now can be clean AND as-is same to mail command line
19411: $MAIN:MAIL.progX arguments
19412:
19413: 2001-12-24 paf
19414:
19415: * src/classes/mail.C: one parted text messages - no multipart
19416: mime-type anymore. for convinient if $.attach-ments
19417:
19418: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19419: main/pa_string.C: read from cache size check updated
19420:
19421: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19422:
19423: 2001-12-21 paf
19424:
19425: * src/classes/date.C: date:sql-string now returns localtime
19426:
19427: * src/main/pa_request.C: $result in @main actually not working, to
19428: hell with it for now
19429:
19430: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19431: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19432: @postprocess @exception
19433:
19434: * src/main/execute.C: junction evaluation canceled - endless
19435: recursion detected
19436:
19437: 2001-12-19 paf
19438:
19439: * src/main/pa_charset.C: charset->charset transcoding via unicode
19440: intermediate
19441:
19442: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19443:
19444: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19445:
19446: * src/classes/op.C: ^cache keypath now relative
19447:
19448: * src/classes/mail.C: changed weighting prior to sort
19449:
19450: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19451: were missing
19452:
19453: 2001-12-17 paf
19454:
19455: * src/main/pa_charset.C: ifndef XML were bad type
19456:
19457: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19458: outdated unset services_pool
19459:
19460: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19461: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19462: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19463:
19464: * src/main/untaint.C: allowed space in filespec
19465:
19466: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19467:
19468: * src/classes/image.C: no govno
19469:
19470: * src/classes/image.C: govno
19471:
19472: 2001-12-16 paf
19473:
19474: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19475:
19476: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19477: charset_connection&manager replaced by charset&charsets
19478:
19479: * src/main/pa_charset.C: name_cstr 0
19480:
19481: * src/main/untaint.C: uri lang now knows about client/source
19482: charsets
19483:
19484: * src/: classes/file.C, classes/math.C, classes/op.C,
19485: classes/string.C, classes/table.C, classes/xdoc.C,
19486: include/pa_array.h, include/pa_cache_managers.h,
19487: include/pa_charset_connection.h, include/pa_charset_manager.h,
19488: include/pa_common.h, include/pa_db_connection.h,
19489: include/pa_db_manager.h, include/pa_db_table.h,
19490: include/pa_dictionary.h, include/pa_exception.h,
19491: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19492: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19493: include/pa_sapi.h, include/pa_socks.h,
19494: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19495: include/pa_string.h, include/pa_stylesheet_connection.h,
19496: include/pa_stylesheet_manager.h, include/pa_table.h,
19497: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19498: main/pa_charset.C, main/pa_charset_connection.C,
19499: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19500: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19501: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19502: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19503: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19504: types/types.dsp: introducing Charset
19505:
19506: 2001-12-14 paf
19507:
19508: * src/: include/pa_request.h, include/pa_transcoder.h,
19509: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19510: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19511: uri lang
19512:
19513: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19514:
19515: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19516:
19517: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19518: defalts_name global
19519:
19520: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19521: include/pa_request.h, main/main.dsp,
19522: main/pa_charset_connection.C, main/pa_charset_manager.C,
19523: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19524: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19525: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19526: changed charset model. now important: $request:charset
19527: $response:charset while $response:content-type.charset become
19528: unimportant [informational]
19529:
19530: 2001-12-13 paf
19531:
19532: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19533:
19534: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19535: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19536: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19537: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19538: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19539: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19540:
19541: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19542: auto_ptr part other way, because of stupid gcc 2.96
19543: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19544: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19545: FormatterListener] /usr/include/g++-3/memory:48:
19546: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19547: _Tp1 = FormatterListener, _Tp = FormatterListener]
19548:
19549: * src/classes/xdoc.C: removed extra inc
19550:
19551: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19552:
19553: * src/include/pa_types.h: msvc head debugging flag
19554:
19555: * src/classes/xdoc.C: freed up listener
19556:
19557: * src/classes/string.C: change msg '... code is not code'
19558:
19559: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19560: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19561: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19562: [past/future prob]
19563:
19564: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19565: include/pa_config_fixed.h, include/pa_db_manager.h,
19566: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19567: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19568:
19569: * src/: include/pa_config_fixed.h, main/pa_common.C,
19570: main/pa_string.C: removed signed mismatch warnings
19571:
19572: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19573: 'expires' from header outputs
19574:
19575: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19576: row ptr
19577:
19578: * src/classes/file.C: file::cgi bug, request_method were passed to
19579: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19580:
19581: * src/classes/xdoc.C: lang list updated
19582:
19583: 2001-12-10 paf
19584:
19585: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19586:
19587: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19588: erase files like that, knowing their full name introducing //
19589: theoretical problem with, for instance, "_2B" and "." fragments,
19590: // they would yield the same // because
19591: need_file_encode('_')=false // but we need to delete such files
19592: somehow, getting names from ^index
19593:
19594: * src/main/pa_string.C: ^string.replace bug fixed [bad
19595: string::join_chank break]
19596:
19597: 2001-12-07 paf
19598:
19599: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19600: include/pa_common.h, include/pa_config_auto.h.in,
19601: include/pa_config_fixed.h, include/pa_config_includes.h,
19602: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19603: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19604: types/pa_vhashfile.C: merged from r14_simple_cache
19605:
19606: * src/main/pa_string.C: stupid sparc architecture failed to access
19607: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19608: lduh [ %i2 + 1 ], %l0
19609:
19610: bus error, fixed that
19611:
19612: * src/main/pa_string.C: strange string deserialize bug on
19613: client[pmts], a bit shortened,
19614:
19615: * src/include/pa_config_auto.h.in: makes
19616:
19617: * src/: include/pa_common.h, include/pa_config_fixed.h,
19618: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19619: file write shared lock file read
19620:
19621: * src/: classes/op.C, include/pa_common.h,
19622: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19623:
19624: 2001-12-06 paf
19625:
19626: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19627: main/pa_request.C: #ifdef RESOURCES_DEBUG
19628:
19629: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19630: info
19631:
19632: * src/classes/hashfile.C: removed transaction from ^cache
19633:
19634: 2001-12-05 paf
19635:
19636: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19637: IIS5 there were a prob with illegal call check
19638:
19639: 2001-12-04 paf
19640:
19641: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19642: main/pa_request.C: measures to log
19643:
19644: 2001-11-23 paf
19645:
19646: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19647: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19648: types/pa_vhashfile.C: merged from _0014, 1
19649:
19650: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19651: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19652: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19653: ^cache(33) would change
19654:
19655: 0660 bits in file_write & hashfile create
19656:
19657: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19658: after pa_string optimization]
19659:
19660: 2001-11-22 paf
19661:
19662: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19663: table.offset[whence]
19664:
19665: * src/classes/op.C: process cstr(,connection)
19666:
19667: * src/classes/op.C: process now gets its body on current language,
19668: not as-is
19669:
19670: * src/main/untaint.C: ORIGINS mode removed UHTML
19671:
19672: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19673: bit
19674:
1.116 moko 19675: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19676:
19677: 2001-11-21 paf
19678:
19679: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19680: <xsl:output output options made identical to xsl:output
19681: attributes exclusion: cdata-section-elements what xalan can do
19682: but that not used now: it can escape and remove CDATA sections
19683:
19684: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19685: produced by xslt
19686:
19687: * src/targets/cgi/parser3.C: removed debug cgi||1
19688:
19689: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19690:
19691: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19692: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19693: default language for {code}, it happen to change it's language
19694: from CLEAN, so later refused to split by CLEAN \t
19695:
19696: 2001-11-20 paf
19697:
1.116 moko 19698: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19699: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19700: bottom of dependeces, so that errors would popup quicklier, fixed
19701: line numbering in table::sql
19702:
19703: 2001-11-19 paf
19704:
19705: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19706: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19707: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19708: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19709: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19710: at wcontext.write
19711:
1.116 moko 19712: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19713: _set_new_handler
19714:
1.116 moko 19715: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19716: set_new_handler in apache&isapi
1.95 moko 19717:
19718: 2001-11-16 paf
19719:
19720: * src/targets/cgi/parser3.C: pool debug @ die
19721:
19722: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19723: removed 8 bytes from String, 2 bytes from
19724: string::chunk::row::item
19725:
19726: * src/main/pa_string.C: removed 1+4 bytes from String
19727:
19728: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19729: types/pa_vstring.C: removed 1+4 bytes from String
19730:
19731: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19732: 0
19733:
19734: * src/: include/pa_globals.h, include/pa_string.h,
19735: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19736: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19737: targets/cgi/parser3.C: introducing estimating
19738: String::cstr_bufsize, 0
19739:
19740: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19741:
19742: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19743:
19744: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19745: include/pa_pool.h: die in pool::fail
19746:
19747: 2001-11-15 paf
19748:
19749: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19750: main/pa_exception.C, targets/cgi/parser3.C: exception with
19751: dynamic buffer re-back now with counter
19752:
19753: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19754: static buffer back
19755:
19756: * src/targets/cgi/parser3.C: std::
19757:
19758: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19759: include/pa_config_includes.h: setnewhandler check
19760:
1.116 moko 19761: * src/include/pa_config_auto.h.in: makes
1.95 moko 19762:
19763: * src/targets/cgi/parser3.C: set_new_handler started
19764:
19765: 2001-11-14 paf
19766:
19767: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19768: was wrong
19769:
19770: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19771: was wrong
19772:
19773: * src/main/pa_request.C: z
19774:
19775: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19776: full returns win32 -1 solaris >buffer_size
19777:
19778: checked all that
19779:
19780: * src/classes/op.C: ^untaint{body} as-is default now
19781:
19782: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19783: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19784: with no_bad_constructors_try
19785:
19786: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19787: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19788: this: $bred[^string::length[]] $bred[^response::clear[]]
19789: $bred[^int::int[]]
19790:
19791: now VObject creation moved into overriden
19792: VClass::create_new_value, thus 0 from create_new_value means that
19793: class has no ctors
19794:
19795: 2001-11-13 paf
19796:
19797: * src/classes/classes.C: returned accedently removed if in foreach
19798: callbacks [when hash no-0-restructure]
19799:
19800: 2001-11-12 paf
19801:
19802: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19803: passed as-is to method, xalan makes & into & itself
19804:
19805: * src/classes/date.C: date.roll parser2 alg used
19806:
19807: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19808: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19809: main/pa_dictionary.C, main/pa_hash.C,
19810: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19811: now does not containt 0 values. put 0 actullay removes. no check
19812: on 0 value in foreach now required
19813:
19814: 2001-11-11 paf
19815:
19816: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19817:
19818: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19819:
19820: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19821: driver initialize not const
19822:
19823: 2001-11-10 paf
19824:
19825: * src/main/pa_exec.C: doc
19826:
19827: 2001-11-09 paf
19828:
19829: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19830: param properly
19831:
19832: * src/classes/string.C: string.save now does untainting before
19833: saving
19834:
19835: * src/main/pa_common.C: line endings fixing fixed last piece[was
19836: still cstr oriented]
19837:
19838: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19839: line endings fixing got rid of cstr, now must work ok with post
19840: multipart
19841:
19842: * src/types/pa_vform.C: line endings fixed at post / multipart /
19843: not file also now
19844:
19845: 2001-11-08 paf
19846:
19847: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19848: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19849: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19850: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19851: main/pa_stylesheet_manager.C: restructured Cache manager to be
19852: simple parent, not second parent [gcc 2.96 strangly refused to
19853: call virtual from second parent]
19854:
1.116 moko 19855: * src/: include/pa_common.h, main/Makefile.am,
19856: targets/cgi/pa_pool.C: makes
1.95 moko 19857:
19858: * src/: include/pa_request.h, main/pa_request.C,
19859: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19860: 'status' class enabler
19861:
19862: <Location /parser-status.html> ParserStatusAllowed </Location>
19863:
19864: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19865: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19866: include/pa_stylesheet_manager.h, main/main.dsp,
19867: main/pa_cache_managers.C, main/pa_charset_manager.C,
19868: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19869: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19870: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19871: todo: apache 'status' class enabler
19872:
19873: 2001-11-05 paf
19874:
19875: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19876: debug to normal
19877:
19878: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19879: hence i removed skipping 0 values in hash::for_each-es we need to
19880: check cleaned cache items manually. few more checks.
19881:
19882: expiring to 0 time was wrong, changed to 'now' time
19883:
19884: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19885: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19886: on apache already done :)
19887:
19888: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19889: skipping 0 values in hash::for_each-es we need to check cleaned
19890: cache items manually
19891:
19892: * src/main/: pa_db_connection.C, pa_db_table.C:
19893: parser_multithreaded check was wrong
19894:
19895: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19896: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19897: classes/hashfile.C, classes/image.C, classes/int.C,
19898: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19899: classes/string.C, classes/table.C, classes/void.C,
19900: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19901: include/pa_array.h, include/pa_charset_connection.h,
19902: include/pa_charset_manager.h, include/pa_common.h,
19903: include/pa_config_fixed.h, include/pa_config_includes.h,
19904: include/pa_db_connection.h, include/pa_db_manager.h,
19905: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19906: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19907: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19908: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19909: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19910: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19911: include/pa_stack.h, include/pa_string.h,
19912: include/pa_stylesheet_connection.h,
19913: include/pa_stylesheet_manager.h, include/pa_table.h,
19914: include/pa_threads.h, include/pa_types.h, main/compile.C,
19915: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19916: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19917: main/pa_charset_manager.C, main/pa_common.C,
19918: main/pa_db_connection.C, main/pa_db_manager.C,
19919: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19920: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19921: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19922: main/pa_socks.C, main/pa_sql_driver_manager.C,
19923: main/pa_status_provider.C, main/pa_string.C,
19924: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19925: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19926: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19927: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19928: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19929: targets/isapi/pool_storage.h, types/pa_valiased.C,
19930: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19931: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19932: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19933: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19934: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19935: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19936: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19937: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19938: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19939: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19940: types/pa_vstateless_object.h, types/pa_vstatus.h,
19941: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19942: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19943: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19944: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19945: $status:db fixed used not initialized in db_connection & db_table
19946:
19947: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19948: $status:charset
19949:
19950: * src/: classes/xdoc.C, include/pa_db_connection.h,
19951: include/pa_stylesheet_connection.h,
19952: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19953: types/pa_vstatus.h: $status:stylesheet
19954:
19955: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19956: include/pa_request.h, include/pa_sql_connection.h,
19957: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19958: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19959: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19960: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19961: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19962: types/pa_vxnode.C, types/types.dsp: started status parser class
19963:
19964: 2001-11-01 paf
19965:
19966: * src/include/pa_config_auto.h.in: makes
19967:
19968: * src/main/pa_hash.C: removed old extra include
19969:
19970: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19971: checks [for hp, there are such in math.h]
19972:
19973: * src/classes/op.C: ^for endless loop check strightened
19974:
19975: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19976: behavior in native calls. it left unchanged, so ^for ^foreach &
19977: co can use r.root to write their i & key,value there
19978:
19979: * src/classes/op.C: detected for var storage bug, fixed.
19980: todo:foreach
19981:
19982: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19983: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19984: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19985: changing of hash inside of foreach
19986:
19987: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19988: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19989: were hash.foreach
19990:
19991: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19992: types/pa_vstring.C, types/pa_vstring.h:
19993: ^foreach[key|value]{body}[[separator]|{separator}]
19994:
19995: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19996: types/pa_vcookie.C: ^hash.delete[key]
19997:
19998: 2001-10-31 paf
19999:
20000: * src/main/: compile.C, pa_common.C: completely empty file now
20001: considered "read", not ignored [not perfect trick used]
20002:
20003: * src/main/pa_common.C: simplier common ifdefs
20004:
20005: * src/main/pa_common.C: typing bug in common - bad ifdeff
20006:
20007: * src/main/pa_db_connection.C: z
20008:
20009: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20010: lockdetector flags
20011: dbenv.lk_detect=DB_LOCK_RANDOM;
20012:
20013: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20014: from accidental show [imagine user forgot @exception]
20015:
20016: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20017:
20018: * src/: classes/file.C, classes/image.C, classes/mail.C,
20019: classes/string.C, classes/xnode.C, include/pa_common.h,
20020: main/pa_common.C: ^string.save[[append;]path]
20021:
20022: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20023: main/execute.C: \ in expression: int divide 10/3=3
20024:
20025: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20026: inside of ^cache
20027:
20028: * src/: include/pa_threads.h, main/pa_db_connection.C,
20029: main/pa_db_table.C, targets/cgi/pa_threads.C,
20030: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20031: needed
20032:
20033: 2001-10-30 paf
20034:
20035: * src/: classes/classes.dsp, main/main.dsp,
20036: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20037: types/types.dsp: enabled debug incremental compile
20038:
20039: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20040: form post data line endings not reformatted now.
20041:
20042: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20043: now required [had bug when file= has no value]
20044:
20045: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20046: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20047: cstr(asis) default param removed
20048:
20049: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20050:
20051: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20052:
20053: * src/include/pa_dir.h: LOAD_DIR fixed
20054:
20055: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20056: was broken} fix_line_breaks
20057:
20058: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20059: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20060: packed with #pragma pack
20061:
1.116 moko 20062: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20063:
20064: 2001-10-29 paf
20065:
20066: * src/types/pa_wcontext.h: bitfield syntax stricter
20067:
20068: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20069: string hash.puts
20070:
20071: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20072:
20073: * src/include/pa_sql_connection.h: there were one wrong
20074: SQL_CONNECTION_FUNC_GUARDED [failed]
20075:
20076: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20077: param.someday either ifdef or remove it
20078:
20079: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20080:
20081: * src/main/untaint.C: optimizing returned after debugging
20082:
20083: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20084: main/untaint.C: memory hunging #pragma pack(1)
20085:
20086: 16 419 844 13 169 394
20087:
20088: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20089: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20090: places [todo:Array]
20091:
20092: * src/: main/execute.C, targets/cgi/pa_pool.C,
20093: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20094: types/pa_wwrapper.h: debugging memory WContext flags to bits
20095:
20096: total 5 652 652/158731 total 5 469 332/158731
20097:
20098: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20099: Array:: without cache in get/put now
20100:
20101: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20102: 18:25:27 2001] total 5 652 652/158731
20103:
20104: * src/: include/pa_string.h, main/pa_string.C,
20105: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20106: now
20107:
20108: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20109: 18:11:53 2001] total 5796092/158731
20110:
20111: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20112: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20113: key ref now
20114:
20115: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20116: 17:11:17 2001] total 16867948/202658
20117:
20118: * src/: classes/file.C, classes/image.C, classes/string.C,
20119: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20120: main/execute.C, main/pa_array.C, main/pa_common.C,
20121: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20122: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20123: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20124: string::as_int/double now usually uses stack, not heap [200K out
20125: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20126:
20127: * src/main/pa_sql_driver_manager.C: ping to have services [old
20128: hiding bug]
20129:
20130: * src/Makefile.am: .am order
20131:
20132: * src/: include/pa_array.h, include/pa_charset_manager.h,
20133: include/pa_db_connection.h, include/pa_db_manager.h,
20134: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20135: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20136: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20137: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20138: required "friend class"
20139:
20140: ../include/pa_request.h:51: friend declaration requires
20141: class-key, i.e. `friend class Temp_lang'
20142:
20143: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20144: main/pa_exception.C, main/pa_sql_driver_manager.C,
20145: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20146:
20147: the idea is to #1 jump to C++ some function to main body, where
20148: every function stack frame has exception unwind information and
20149: from there... #2 propagate_exception()
20150:
20151: 2001-10-28 paf
20152:
20153: * src/main/pa_db_connection.C: removed old consts
20154:
20155: * src/main/pa_db_connection.C: expire table [was accidently pasted
20156: with wrong type/cast]
20157:
20158: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20159: translation
20160:
1.116 moko 20161: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20162: remember to build DB2 with -fexceptions!!!
20163:
20164: * src/main/pa_db_table.C: DB_RMW defed
20165:
20166: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20167: include/pa_db_connection.h, include/pa_db_manager.h,
20168: include/pa_db_table.h, main/pa_db_connection.C,
20169: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20170:
20171: 2001-10-27 paf
20172:
20173: * src/: classes/hashfile.C, include/pa_db_connection.h,
20174: include/pa_db_table.h, main/pa_db_connection.C,
20175: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20176: types/pa_vhashfile.C: DB2 ifdefs
20177:
1.116 moko 20178: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20179: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20180: makes with DB2
20181:
1.116 moko 20182: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20183: types/Makefile.am: makes db
1.95 moko 20184:
20185: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20186: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20187: globals.C
20188:
20189: * src/: classes/hashfile.C, include/pa_db_connection.h,
20190: include/pa_db_table.h, main/pa_db_connection.C,
20191: main/pa_db_table.C: ^hashfile.clear[]
20192:
20193: * src/classes/classes.awk: no $ in var names
20194:
20195: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20196: connection&table [forgotten calls]
20197:
20198: 2001-10-26 paf
20199:
20200: * src/main/pa_db_connection.C: db checkpoints
20201:
20202: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20203: checkpoints
20204:
20205: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20206: default. but entities still reparsed. todo: tothink
20207:
20208: * src/main/pa_db_connection.C: db recover mech 2
20209:
20210: * src/: classes/hashfile.C, include/pa_db_connection.h,
20211: include/pa_db_manager.h, include/pa_db_table.h,
20212: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20213: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20214: types/pa_vhashfile.h: db connections & tables now cached at
20215: create time & multithreaded
20216:
20217: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20218: parsed_source
20219:
20220: * src/main/pa_db_connection.C: about to remove connection from
20221: vhashfile
20222:
20223: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20224: transaction commit/rollback responsibility left to parent [as it
20225: sould - else there were a bug with double free]
20226:
20227: * src/include/pa_db_table.h: db: child transaction commit/rollback
20228: responsibility left to parent [as it sould - else there were a
20229: bug with double free]
20230:
20231: 2001-10-25 paf
20232:
20233: * src/: classes/hashfile.C, include/pa_common.h,
20234: include/pa_db_connection.h, include/pa_db_manager.h,
20235: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20236: types/pa_vhashfile.C, types/pa_vhashfile.h,
20237: include/pa_db_table.h, main/pa_db_table.C: started db_home
20238: [multiple, cached] todo: autorecover [tried, but not succeded,
20239: yet]
20240:
20241: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20242:
20243: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20244: transaction parent passed
20245:
20246: 2001-10-24 parser
20247:
1.116 moko 20248: * src/classes/Makefile.am: makes
1.95 moko 20249:
20250: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20251: isapi/pool_storage.h: pool_storage fixed
20252:
20253: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20254: types/pa_vform.h: form fix_line_breaks
20255:
1.116 moko 20256: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20257:
20258: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20259: targets/cgi/pool_storage.h: makes
20260:
20261: * src/sql/pa_sql_driver.h: version
20262:
20263: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20264: types/pa_vform.C, types/pa_vform.h: .am
20265:
20266: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20267: this: DB_RMW Acquire write locks instead of read locks when doing
20268: the retrieval. Setting this flag may decrease the likelihood of
20269: deadlock during a read-modify-write cycle by immediately
20270: acquiring the write lock during the read part of the cycle so
20271: that another thread of control acquiring a read lock for the same
20272: item, in its own read-modify-write cycle, will not result in
20273: deadlock
20274:
20275: * src/targets/isapi/parser3isapi.dsp: doc
20276:
20277: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20278:
20279: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20280:
20281: * src/: classes/hashfile.C, include/pa_db_connection.h,
20282: main/pa_db_connection.C: hashfile expired deleted from db when
20283: get & iterate
20284:
20285: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20286: expiring 1
20287:
20288: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20289:
20290: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20291: db_connection not bothers with key when not returning expired
20292: data
20293:
20294: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20295: types/pa_vhashfile.C: db_cursor constructor public now
20296:
20297: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20298: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20299: stamped, todo: put_element analize
20300:
20301: * src/: include/pa_db_connection.h, include/pa_string.h,
20302: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20303: serialize. todo stamp
20304:
20305: 2001-10-23 parser
20306:
20307: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20308: classes/image.C, classes/mail.C, classes/response.C,
20309: classes/string.C, classes/table.C, classes/xdoc.C,
20310: include/pa_config_fixed.h, include/pa_db_connection.h,
20311: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20312: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20313: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20314: types/pa_vtable.C: ^hashfile.hash[]
20315:
20316: * src/: classes/hashfile.C, classes/xdoc.C,
20317: include/pa_config_fixed.h, main/pa_db_manager.C,
20318: main/pa_globals.C: ifdefs so it compiled without db
20319:
20320: * src/: classes/hashfile.C, include/pa_db_connection.h,
20321: include/pa_db_manager.h, main/pa_db_connection.C,
20322: main/pa_db_manager.C, types/pa_vhashfile.h:
20323: ^hashfile.transaction{code} ^hashfile:clear[filename]
20324: ^hashfile.delete[key]
20325:
20326: 2001-10-22 parser
20327:
20328: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20329: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20330:
20331: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20332: classes/xnode.C, include/pa_charset_connection.h,
20333: include/pa_db_connection.h, include/pa_db_manager.h,
20334: include/pa_exception.h, include/pa_sapi.h,
20335: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20336: include/pa_stylesheet_connection.h,
20337: include/pa_stylesheet_manager.h,
20338: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20339: main/pa_db_connection.C, main/pa_db_manager.C,
20340: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20341: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20342: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20343: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20344: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20345: types/types.dsp: hashfile 0
20346:
20347: * src/types/pa_vhashfile.C: z
20348:
20349: * src/: classes/classes.dsp, classes/hashfile.C,
20350: include/pa_config_fixed.h, main/execute.C,
20351: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20352: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20353:
20354: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20355:
20356: * src/: include/pa_exception.h, include/pa_request.h,
20357: main/execute.C, main/pa_exception.C, main/pa_request.C,
20358: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20359: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20360:
20361: 2001-10-19 parser
20362:
20363: * src/include/pa_pool.h: header
20364:
20365: * src/main/pa_pool.C: auto compiled on gcc
20366:
20367: * src/classes/image.C: comment
20368:
1.116 moko 20369: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20370:
20371: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20372: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20373: types/pa_vxnode.h: xnode clone got freed
20374:
20375: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20376: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20377: can free up xalandomstring resulting from pool::transcode
20378:
20379: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20380: include/pa_config_fixed.h, include/pa_exception.h,
20381: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20382: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20383: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20384: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20385: from non-xml compile
20386:
20387: * src/main/pa_request.C: pool:: context - get_context
20388:
20389: * src/: classes/classes.h, classes/date.C, classes/double.C,
20390: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20391: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20392: classes/string.C, classes/table.C, classes/void.C,
20393: include/pa_config_fixed.h, include/pa_exception.h,
20394: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20395: main/compile.C, main/compile_tools.C, main/execute.C,
20396: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20397: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20398: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20399: main/pa_string.C, main/pa_table.C, main/untaint.C,
20400: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20401: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20402: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20403: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20404: types/pa_vstateless_class.h, types/pa_vtable.C,
20405: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20406: exceptions 0
20407:
20408: * src/classes/classes.awk: $ removed
20409:
20410: 2001-10-18 parser
20411:
20412: * src/types/pa_vcookie.C: cookie:CLASS
20413:
20414: * src/main/main.dsp: project
20415:
20416: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20417: set_document & ctor question "who owns document" solved
20418:
20419: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20420:
20421: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20422: main/pa_pool.C: encoding in dom creating funcs
20423:
20424: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20425: be transformed now
20426:
20427: * src/classes/xdoc.C: dom created by create can be transformed now
20428:
20429: * src/classes/xdoc.C: z
20430:
20431: * src/classes/xdoc.C: comment
20432:
20433: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20434: create now uses XercesDocumentBridge, appendChild&co now works
20435:
20436: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20437: @ recompile
20438:
20439: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20440: $origin @exception[
20441:
20442: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20443: tag names forced to XML lang
20444:
20445: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20446: leechy-found bugs in code&doc fixed
20447:
20448: 2001-10-17 parser
20449:
20450: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20451: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20452: n functionality preserved
20453:
20454: * src/types/pa_vimage.h: removed unused vimage::save
20455:
20456: 2001-10-16 parser
20457:
20458: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20459:
20460: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20461:
20462: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20463:
20464: * src/classes/image.C: image.copy tolerance
20465:
20466: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20467: ineffective, but works for small paleted image
20468:
20469: * src/types/pa_vimage.C: comment
20470:
20471: * src/classes/image.C: gd size/resize bugfix
20472:
20473: * src/: classes/classes.dsp, main/main.dsp,
20474: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20475: types/types.dsp: ident >nul 2>&1
20476:
20477: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20478: systems
20479:
20480: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20481: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20482:
20483: 2001-10-15 parser
20484:
20485: * src/main/execute.C: z
20486:
20487: * src/classes/: xdoc.C: !::create{qualifiedName}
20488:
20489: * src/types/pa_vxnode.C: document_type_node.
20490: !readonly attribute DOMString name
20491: !notation_node.
20492: !readonly attribute DOMString publicId
20493: !readonly attribute DOMString systemId
20494:
1.116 moko 20495: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20496: ::write badly passed string too transparently [failed to
20497: intercept it]
1.95 moko 20498:
20499: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20500: include/pa_request.h, main/pa_sql_driver_manager.C,
20501: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20502: types/pa_vxnode.h: DOM1 major addtion, only few
20503: attributes/methods left
20504:
20505: 2001-10-13 parser
20506:
20507: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20508: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20509: in main handler
20510:
20511: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20512: cleanups & frees order
20513:
20514: * src/types/pa_vcode_frame.h: couple comments
20515:
20516: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20517: transparent enough to handle hash if creation&passing
20518:
20519: * src/: include/pa_config_fixed.h, main/execute.C,
20520: main/pa_exception.C: noticed that vcodeframe not transparent
20521: enough, would change now
20522:
20523: 2001-10-12 parser
20524:
20525: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20526: fixed. initialization&free on each thread!
20527:
20528: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20529: handling changed: now type of default param analized always, not
20530: only at problem time, thus helping early problem spotting
20531:
20532: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20533: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20534: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20535: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20536: multithread bug fixed. initialization&free on each thread!
20537:
20538: 2001-10-11 parser
20539:
20540: * src/classes/xnode.C: xnode.selectSingle now
20541:
20542: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20543: include/pa_pool.h, include/pa_stylesheet_connection.h,
20544: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20545: convertors out of Pool into Exception
20546:
20547: * src/main/pa_string.C: const
20548:
20549: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20550: linked pieces of same language together prior to String::replace
20551:
20552: * src/classes/hash.C: !^hash.add[addme]
20553: !^hash.sub[subme]
20554: !^a.union[b] = new
20555: !^a.intersection[b] = new
20556: !^a.intersects[b] = bool
20557:
20558: * src/classes/hash.C: !^hash::append[append_from]
20559:
20560: * src/: classes/hash.C, types/pa_vhash.h:
20561: !^hash::create[[copy_from]]
20562:
20563: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20564: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20565: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20566: fixed. got rid of empty_string, which caused errors - it hasnt
20567: exception but somebody[value.bark] tried to throw it on it's pool
20568:
1.116 moko 20569: * src/include/pa_config_auto.h.in: makes
1.95 moko 20570:
20571: 2001-10-10 parser
20572:
20573: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20574:
20575: * src/main/: compile.tab.C, compile.y: ^a[
20576:
20577: @next_method << now unclosed ] would be reported here
20578:
20579: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20580: compile error
20581:
20582: 2001-10-09 parser
20583:
1.116 moko 20584: * src/: classes/Makefile.am, main/Makefile.am,
20585: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20586:
20587: * src/classes/Makefile.am: makes
20588:
20589: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20590: win32 errors intercepted [xalan transformer patched and
20591: incorporated]
20592:
20593: * src/: classes/classes.dsp, classes/xdoc.C,
20594: include/pa_stylesheet_connection.h, main/main.dsp,
20595: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20596: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20597: patches starting
20598:
20599: * src/classes/: string.C, table.C: ^string.save[file]
20600:
20601: * src/classes/: date.C, table.C: calendar moved to date
20602:
20603: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20604: string/table] now
20605:
20606: * src/classes/: op.C, table.C: z
20607:
20608: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20609: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20610: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20611: be code [be string..]
20612:
20613: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20614: table.C: lots of
20615: params->as_int/double/as_string/as_junction/as_no_junction
20616: messages added
20617:
20618: 2001-10-08 parser
20619:
20620: * src/: classes/date.C, classes/image.C, classes/string.C,
20621: classes/table.C, classes/void.C, include/pa_request.h:
20622: params->as_int/double message added
20623:
20624: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20625:
20626: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20627: image:sector removed image:html internal "line-*" attribs
20628:
20629: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20630: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20631:
20632: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20633: way
20634:
20635: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20636: main/untaint.C: header untainting to UL_HTTP_HEADER,
20637: UL_MAIL_HEADER made nonforced [only tainted pieces]
20638:
20639: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20640: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20641: @ SAPI::log
20642:
20643: * src/main/untaint.C: \r to ' ' in origins mode
20644:
20645: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20646: set]
20647:
20648: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20649: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20650: nonstandard liaison freed up
20651:
20652: 2001-10-07 parser
20653:
20654: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20655: project
20656:
20657: 2001-10-05 parser
20658:
20659: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20660: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20661: from outputing to cerr. lots of "todos"
20662:
20663: * src/main/untaint.C: http_header tainting more gentle with
20664: enquoting now
20665:
20666: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20667: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20668: xml errorhandler. fixed string.replace a little, read @test
20669:
20670: * src/main/pa_string.C: found replace bug - first_that_starts(char
20671: *) does not have limit, and looks further eos, fixing....
20672:
20673: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20674:
20675: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20676:
20677: * src/main/: pa_charset_connection.C: ctype another mem clear
20678: bugfix
20679:
1.116 moko 20680: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20681: $result[^[$p^]z] now works fine
1.95 moko 20682:
20683: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20684: wrong. fixed it
20685:
20686: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20687: of totable appered to be vital
20688:
20689: 2001-10-04 parser
20690:
20691: * src/classes/image.C: ^image.length[text]
20692:
20693: 2001-10-03 parser
20694:
20695: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20696:
20697: * src/main/pa_request.C: restored pcre defaulting in request
20698: [mindlessly "optimized" yesterday] comment left
20699:
20700: 2001-10-02 parser
20701:
20702: * src/: main/pa_charset_manager.C,
20703: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20704: needed
20705:
20706: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20707: forgot non-xml pool.*charset needed
20708:
20709: * src/classes/table.C: # config comments fixed
20710:
20711: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20712: charset_connection #comment now
20713:
20714: * src/: classes/classes.dsp, types/types.dsp: release projects
20715: options fixed to use release msvcrt lib
20716:
20717: * src/main/pa_charset_connection.C: pcre tables now const inside
20718: removed default - pcre handles that internally fixed bug on
20719: not-cleaning tables [previously was calloced, now member]
20720:
20721: * src/: include/pa_request.h, main/pa_charset_connection.C,
20722: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20723: inside removed default - pcre handles that internally fixed bug
20724: on not-cleaning tables [previously was calloced, now member]
20725:
20726: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20727: tested charset reload on file change @ apache version = OK tested
20728: freeing up prev encoding on adding new = OK
20729:
20730: 2001-10-01 parser
20731:
20732: * src/main/pa_charset_connection.C: removed entitify external hack
20733: [internal installed]
20734:
1.116 moko 20735: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20736:
20737: * src/: include/pa_charset_connection.h,
20738: include/pa_charset_manager.h,
20739: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20740: main/pa_charset_connection.C, main/pa_charset_manager.C,
20741: main/pa_request.C: charset loading & caching mech 0
20742:
20743: * src/: include/pa_stylesheet_connection.h,
20744: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20745: main/pa_globals.C, main/pa_request.C: would make charset loading
20746: & caching mech now
20747:
20748: 2001-09-30 parser
20749:
20750: * src/main/pa_request.C: forgot to fill toTable
20751:
20752: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20753: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20754: failed on win32 for now..
20755:
20756: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20757: now charsets table configuration variable is: CHARSETS
20758:
20759: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20760: ctype with unicode 1. todo: no П entities on output somehow
20761:
20762: * src/: classes/file.C, classes/op.C, classes/string.C,
20763: include/pa_request.h, main/pa_request.C: started ctype with
20764: unicode values
20765:
20766: 2001-09-28 parser
20767:
20768: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20769: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20770: string passed AS-IS now
20771:
20772: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20773: way of user-configuring... todo: implement
20774:
20775: 2001-09-27 parser
20776:
20777: * src/classes/table.C: table.sort changed to sort table itself
20778:
20779: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20780: X^.getElementsByTagName[tagname] = array of xnode
20781: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20782: nodes removed - regretfully not supported @ xalan. maybe someday
20783: would reimplement, if needed.
20784:
20785: win32build system: solved long waiting anti-non-started-apache
20786: problem
20787:
20788: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20789: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20790: types/types.dsp: win32 ident make system so not to rebuild
20791: library [ident.C.new]
20792:
20793: 2001-09-26 parser
20794:
20795: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20796: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20797: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20798: types/pa_vxnode.C, types/types.dsp: z
20799:
20800: * src/classes/classes.C: forgot one non-xml check
20801:
1.116 moko 20802: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20803: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20804:
20805: * src/targets/cgi/parser3.C: z
20806:
20807: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20808: targets/isapi/parser3isapi.C: #ifdef SMTP
20809:
20810: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20811: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20812: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20813: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20814: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20815: types/types.dsp: xdoc&xnode now
20816:
20817: * src/: classes/classes.C, classes/classes.awk,
20818: classes/classes.dsp, classes/classes.h, classes/date.C,
20819: classes/dnode.C, classes/dnode.h, classes/dom.C,
20820: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20821: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20822: classes/op.C, classes/response.C, classes/string.C,
20823: classes/table.C, classes/void.C, include/pa_array.h,
20824: include/pa_common.h, include/pa_config_fixed.h,
20825: include/pa_config_includes.h, include/pa_dictionary.h,
20826: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20827: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20828: include/pa_socks.h, include/pa_sql_connection.h,
20829: include/pa_sql_driver_manager.h, include/pa_stack.h,
20830: include/pa_string.h, include/pa_stylesheet_connection.h,
20831: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20832: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20833: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20834: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20835: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20836: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20837: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20838: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20839: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20840: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20841: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20842: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20843: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20844: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20845: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20846: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20847: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20848: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20849: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20850: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20851: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20852: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20853: types/pa_vmethod_frame.h, types/pa_vobject.h,
20854: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20855: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20856: types/pa_vstateless_object.h, types/pa_vstring.C,
20857: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20858: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20859: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20860: main.dsp splitted to main+classes+types along to .am
20861:
20862: * src/classes/Makefile.am: removed useless var
20863:
20864: * src/: classes/classes.cmd, main/main.dsp,
20865: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20866: main.dsp
20867:
20868: 2001-09-25 parser
20869:
20870: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20871: 1251 though, todo ICU
20872:
1.116 moko 20873: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20874: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20875: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20876: types/pa_vdom.h: xml configure makes
1.95 moko 20877:
20878: 2001-09-24 parser
20879:
1.116 moko 20880: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20881: types/Makefile.am: makes
1.95 moko 20882:
1.116 moko 20883: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20884:
20885: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20886: started unix makes update
20887:
20888: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20889: started unix makes update
20890:
20891: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20892:
20893: * src/types/pa_value.h: z
20894:
20895: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20896: bugs with usinge hash/table in expressions
20897:
20898: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20899: resolved conflicts fixed [const]
20900:
20901: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20902: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20903: main/compile.C, main/compile.tab.C, main/compile.y,
20904: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20905: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20906: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20907: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20908: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20909: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20910: with before_xml [merge2 actually didn't happen - i've created
20911: tags on wrong branch. so this merge is in fact re-merge]
20912:
20913: 2001-09-21 parser
20914:
20915: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20916: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20917: produced "" in make file and sadly wrong interpreted on load]
20918:
1.116 moko 20919: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20920: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20921: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20922: include/pa_sql_driver_manager.h, include/pa_string.h,
20923: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20924: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20925: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20926:
20927: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20928: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20929: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20930: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20931: main/pa_pool.C, main/pa_request.C,
20932: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20933: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20934: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20935: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20936: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20937: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20938: types/pa_vrequest.C, types/pa_vresponse.h,
20939: types/pa_vstateless_class.C, types/pa_vstring.C,
20940: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20941: created new projects for sql drivers [planning to remove sql
20942: drivers from main cvs project] first, will join latest changes
20943:
20944: * src/classes/: dom.C: defaulted dom writing methods encoding to
20945: pool.get_charset
20946:
20947: * src/classes/dom.C: defaulted dom writing methods encoding to
20948: pool.get_charset
20949:
20950: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20951: pool.get_charset
20952:
20953: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20954: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20955: methods encoding to pool.get_charset
20956:
20957: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20958: transcoder were created right "unsupported encoding" message.
20959: not @ set time, but @ use time, so until xml output functions
20960: .string, .file, .save used - no encoding name check occur
20961:
20962: reduced transcode buffer size to 60 fixed pool cleanup - no
20963: registration needed, pools are officially destructured
20964:
20965: 2001-09-20 parser
20966:
20967: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20968:
20969: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20970: $MAIN:DEFAULTS.content-type[$.charset[here]]
20971:
20972: * src/: classes/dnode.C, classes/dom.C,
20973: include/pa_config_includes.h, include/pa_globals.h,
20974: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20975: main/pa_pool.C, targets/cgi/parser3.dsp,
20976: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20977: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20978: Pool::transcode 0
20979:
20980: * src/classes/dom.C: dom. string save file moved output xml options
20981: to last param and made it optional
20982:
20983: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20984: dnodes
20985: !$attributenode.specified = boolean
20986: true if the attribute received its value explicitly
20987: in the XML document,
20988: or if a value was assigned programatically with the
20989: setValue function.
20990: false if the attribute value came from the default value
20991: declared in the document's DTD.
20992: !$pinode.target = target of this processing instruction
20993: XML defines this as being the first token following the
20994: markup
20995: that begins the processing instruction.
20996: XPath:
20997: !^node.select[xpath/query/expression] = hash of 0->node0
20998: 1->node1
20999: !^node.select-single[xpath/query/expression] = first node if
21000: any
21001:
21002: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21003: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21004: some 'const's added
21005:
21006: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21007: expression context now, there value = size and boolean value
21008: size!=0
21009:
21010: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21011: can be used in expression context now, there value = size and
21012: boolean value size!=0
21013:
21014: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21015: types/pa_vstring.h: dnode .file .string .save moved back to dom
21016: due to strange xalan bug
21017:
21018: 2001-09-18 parser
21019:
21020: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21021: classes/image.C, classes/op.C, classes/table.C,
21022: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21023: include/pa_sql_driver_manager.h, main/compile.C,
21024: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21025: main/execute.C, main/pa_common.C, main/pa_request.C,
21026: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21027: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21028: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21029: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21030: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21031: before_xml branch ^if(def $hash) now true only when
21032: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21033:
21034: * src/: classes/op.C, main/execute.C: operators self changed to
21035: root ^for variable context changed to self
21036:
21037: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21038: dnode 1
21039:
21040: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21041: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21042:
21043: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21044: poly* fixed
21045:
21046: 2001-09-17 parser
21047:
21048: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21049: types/pa_vdom.h: started dnode+dom
21050:
21051: dnode DOM methods: $node.name $node.value
21052: ...others...
21053:
21054: ^node.xpath[/rates/USD] = hash
21055: $hash[
21056: $.0[node0]
21057: $.1[node1]
21058: ]
21059:
21060: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21061: applies to all linear primitives
21062:
21063: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21064: include/pa_stylesheet_connection.h, main/main.dsp,
21065: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21066: types/pa_vimage.h: started dnode DOM: $node.name
21067: $node.value ...others... ^node.xpath[/rates/USD] = hash
21068: dom(dnode)
21069:
21070: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21071: main/compile.y, main/compile_tools.h, main/execute.C,
21072: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21073: in expression compound($aa.zz.xx) names now can have minus '-' in
21074: name after '.'
21075:
21076: 2001-09-15 parser
21077:
21078: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21079: image: $line-width ^line(...)[**** style]
21080:
21081: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21082: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21083: pool_storage - cleanups first, allocations second. apache wisely
21084: does just like that
21085:
21086: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21087: rewritten using template, no bugs now
21088:
21089: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21090: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21091: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21092: poorly started isapi pool_storage, would rewrite using template
21093: now
21094:
21095: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21096: include/pa_stylesheet_connection.h, main/main.dsp,
21097: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21098: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21099: xalan objects freed up [introducing Pool::register_cleanup]
21100:
21101: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21102: comments
21103:
21104: 2001-09-14 parser
21105:
21106: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21107: z
21108:
21109: * src/: classes/dom.C, classes/file.C, classes/image.C,
21110: classes/mail.C, include/pa_common.h,
21111: include/pa_sql_driver_manager.h, include/pa_string.h,
21112: include/pa_stylesheet_connection.h,
21113: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21114: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21115: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21116: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21117: compiled&cached
21118:
21119: 2001-09-13 parser
21120:
21121: * src/: classes/dom.C, classes/file.C, classes/image.C,
21122: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21123:
21124: * src/classes/dom.C: dom:file content-type(.method)
21125:
21126: * src/: include/pa_common.h, include/pa_globals.h,
21127: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21128: string now more informative error messages
21129:
21130: * src/: include/pa_globals.h, include/pa_request.h,
21131: main/pa_request.C, targets/cgi/parser3.C,
21132: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21133: ParserSiteConfig .../parser3.conf
21134:
21135: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21136:
21137: 2001-09-12 parser
21138:
21139: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21140: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21141: precise error reporting: "connection string must start with
21142: protocol://" now
21143:
21144: * src/main/compile.tab.C: fixed - subname code parts actually []
21145: braced
21146:
21147: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21148: lexer on LS_USER level did [] matching without setting nestage,
21149: introduced special LS_NAME_SQUARE_PART state
21150:
21151: 2001-09-11 parser
21152:
21153: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21154: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21155: languages+=xml
21156:
21157: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21158:
21159: * src/classes/dom.C: ^dom:save/string/file[output options] output
21160: options: $.method[xml|html|text] detection fixed
21161:
21162: * src/types/pa_vdom.h: messages
21163:
21164: * src/classes/dom.C: ^dom:save/string/file[output options] output
21165: options: $.method[xml|html|text] detection fixed
21166:
21167: 2001-09-10 parser
21168:
21169: * src/classes/dom.C: ^dom:save/string/file[output options] output
21170: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21171:
21172: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21173: added]
21174:
21175: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21176: ^dom.xslt[stylesheet filename] 0
21177:
21178: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21179: ^dom.xslt[stylesheet filename] -1 doc is lying
21180:
21181: * src/classes/dom.C: ^dom.file[encoding] = file
21182:
21183: * src/classes/: dom.C: ^dom.string[encoding] 1
21184: ^dom.save[encoding;filename]
21185:
21186: * src/classes/dom.C: ^dom.string[] 0
21187:
21188: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21189:
21190: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21191: types/pa_vform.h: ^dom.save[b.xml] 0
21192:
21193: 2001-09-08 parser
21194:
21195: * src/types/pa_vform.C: $form:tables.name.field
21196:
21197: 2001-09-07 parser
21198:
21199: * src/classes/table.C: table:empty removed, superceded by ^if(def
21200: $table)...
21201:
21202: * src/targets/cgi/parser3.C: z
21203:
21204: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21205: from '' to int/double is 0]
21206:
21207: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21208: $table) is false when table is empty
21209:
21210: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21211: !$form:tables $atable[$form:tables.a]
21212: ^atable.menu{a=$atable.element}[,]
21213:
21214: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21215: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21216:
1.116 moko 21217: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21218: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21219: of dom
21220:
21221: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21222: types/pa_vform.C, types/pa_vform.h: z
21223:
21224: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21225: element [not last]
21226:
1.116 moko 21227: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21228: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21229:
21230: 2001-09-06 parser
21231:
21232: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21233: table with one column 'element' and two rows: 1 and 2
21234:
21235: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21236: table with one column 'element' and two rows: 1 and 2
21237:
21238: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21239: bad int/double conversions, and now $form:nonexistent.int(88)
21240: would return 88
21241:
21242: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21243: types/pa_vhash.h: now there's special hash key '_default'
21244: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21245: $._default[xx] ] $hash.c
21246:
21247: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21248: fixed [thanks, fif], ^; were treated there non-literally
21249:
21250: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21251: doxygen
21252:
21253: * src/: classes/image.C, classes/op.C, classes/string.C,
21254: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21255: types/pa_vtable.C: few #ifndef DOXYGEN
21256:
21257: 2001-09-05 parser
21258:
21259: * src/classes/: string.C, table.C: sql options can be void [same as
21260: image:html the other day]
21261:
21262: * src/targets/cgi/Makefile.am: .am undo
21263:
21264: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21265: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21266: macro expantion on param, simply qoutes whatever passed, undone
21267:
21268: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21269: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21270: STRINGIZE(name) #name invented
21271:
21272: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21273: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21274: MAIN_SQL_DRIVERS_NAME "drivers"
21275:
21276: moved to be availible to all users
21277:
21278: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21279: SQL_DRIVER_CREATE_FUNC_NAME
21280:
21281: * src/classes/mail.C: MAIN:MAIL check fixed
21282:
21283: 2001-09-04 parser
21284:
21285: * src/classes/image.C: image.html now can accept void params
21286:
21287: * src/targets/isapi/parser3isapi.C: z
21288:
21289: * src/targets/cgi/parser3.C: full_file_spec bug
21290:
21291: * src/targets/cgi/parser3.C: getenvcheck
21292:
21293: * src/targets/cgi/parser3.C: zz
21294:
21295: * src/targets/cgi/parser3.C: zzz
21296:
21297: * src/classes/date.C: date
21298:
21299: * src/classes/date.C: date:sql-string is now without ''
21300:
1.116 moko 21301: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21302: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21303: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21304:
1.116 moko 21305: * src/include/pa_config_auto.h.in: makes
1.95 moko 21306:
21307: 2001-09-03 parser
21308:
21309: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21310:
21311: 2001-09-01 parser
21312:
21313: * src/classes/image.C: letter_spacing
21314:
21315: * src/classes/image.C: image: font params changed
21316:
21317: * src/classes/image.C: image: as_int as_string used
21318:
21319: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21320: analized
21321:
21322: 2001-08-31 parser
21323:
21324: * src/targets/cgi/parser3.C: z
21325:
1.116 moko 21326: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21327: cygwin
1.95 moko 21328:
21329: * src/classes/void.C: void:int/double += (default)
21330:
21331: * src/classes/image.C: image:font added space param image:font
21332: changed charwidth alg, added kerning const[for now]
21333:
21334: * src/classes/: string.C, table.C: string:int/double (defaults)
21335:
21336: 2001-08-29 parser
21337:
21338: * src/main/pa_exception.C: exception redundant debug info
21339:
21340: 2001-08-28 parser
21341:
21342: * src/classes/image.C: image error msgs
21343:
21344: * src/classes/image.C: image: gifsize little endian
21345:
21346: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21347: doxygeneration
21348:
21349: * src/: classes/Makefile.am, main/Makefile.am,
21350: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21351:
21352: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21353: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21354:
21355: * src/main/compile.C: NO_STRING_ORIGIN check2
21356:
21357: * src/classes/table.C: NO_STRING_ORIGIN check
21358:
21359: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21360: storage class specifiers invalid in friend function declarations
21361:
21362: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21363: main/untaint.C, targets/cgi/parser3.C,
21364: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21365: case of limit
21366:
21367: * src/: classes/file.C, main/pa_common.C: file:move
21368: autocreate/remove dest/src dir
21369:
21370: * src/: classes/string.C, include/pa_dictionary.h,
21371: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21372: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21373: to directory constructor. string:replace
21374:
21375: 2001-08-27 parser
21376:
21377: * src/classes/image.C: fixed jpgsize alg
21378:
21379: * src/classes/image.C: fixed jpgsize alg
21380:
21381: * src/main/pa_exception.C: z
21382:
21383: * src/main/pa_common.C: removed debug info from pa_common
21384:
21385: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21386: [auto.p from current dir loading]
21387:
1.116 moko 21388: * src/: main/pa_common.C, main/pa_exception.C,
21389: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21390: for solaris -lsocket
1.95 moko 21391:
21392: 2001-08-24 parser
21393:
21394: * src/targets/cgi/parser3.C: not cgi extra \n 3
21395:
21396: * src/targets/cgi/parser3.C: not cgi extra \n 2
21397:
21398: * src/targets/cgi/parser3.C: not cgi extra \n
21399:
21400: * src/main/pa_sql_driver_manager.C: z
21401:
21402: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21403: sql* removed services from disconnect - cross-request ideological
21404: probs.
21405:
21406: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21407: cross-request ideological probs. oracle - fixed bug: cs
21408: allocated on request.pool and got freed before disconnect
21409:
21410: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21411: mallocs fixed
21412:
21413: 2001-08-23 parser
21414:
21415: * src/classes/file.C: minor bug in file:save fixed
21416:
21417: * src/main/pa_sql_driver_manager.C: oracle: dlink
21418:
21419: 2001-08-22 parser
21420:
21421: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21422: types/pa_vfile.h: file:load|save[text|binary;
21423:
21424: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21425:
21426: 2001-08-21 parser
21427:
21428: * src/classes/: file.C, table.C: ^file:list
21429:
21430: 2001-08-20 parser
21431:
21432: * src/: main/compile.tab.C, main/compile.y,
21433: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21434: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21435: recousively caused problems: inc incremeted 123 literal!! fixed
21436:
21437: 2001-08-10 parser
21438:
21439: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21440:
21441: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21442: added
21443:
21444: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21445: added
21446:
21447: * src/classes/table.C: table:sort restored [it was bad test :(]
21448:
21449: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21450: ''
21451:
21452: * src/main/: pa_request.C: wanted to make const int
21453: MAX_EXECUTE_SECONDS=1;
21454:
21455: but couldnt, set_callback_and_alarm appeared to be not exported
21456: :(
21457:
21458: * src/main/pa_string.C: string.match hanged on. there were a hang
21459: check but it weren't wise enough
21460:
21461: @parse[dateString][tmp]
21462: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21463: #end
21464:
21465: @main[] ^parse[2001-02-03]
21466:
21467: * src/classes/: table.C: table:sort now default desc
21468:
21469: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21470: table.sort now creates new sorted table
21471:
21472: 2001-08-09 parser
21473:
21474: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21475:
21476: * src/classes/hash.C: hash:_default now [was hash:default]
21477:
21478: * src/classes/op.C: case without switch check added
21479:
21480: * src/types/pa_vcookie.C: cookie name&value origins added, more
21481: precise $ORIGINS(1)
21482:
21483: * src/main/Makefile.am: .am
21484:
21485: * src/classes/void.C: void: int double copy/paste from int: bug
21486: fixed
21487:
21488: * src/classes/void.C: void: int double copy/paste from int: bug
21489: fixed
21490:
21491: 2001-08-07 parser
21492:
21493: * src/: classes/double.C, classes/int.C, classes/string.C,
21494: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21495: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21496: string, table
21497:
21498: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21499: srand made working
21500:
21501: 2001-08-06 parser
21502:
21503: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21504: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21505: main/compile.tab.C, main/compile.y, main/pa_array.C,
21506: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21507: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21508:
21509: * src/main/pa_exec.C: exec win32 real filename
21510:
21511: * src/classes/file.C: exec stderr out
21512:
21513: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21514:
21515: 2001-08-03 parser
21516:
21517: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21518:
21519: 2001-08-02 parser
21520:
21521: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21522: main/execute.C, main/pa_exec.C: introducing Array_iter
21523:
21524: * src/main/execute.C: detected quick_get recursion bug. changed to
21525: get@execute, but needs array iterator, separate from array to
21526: avoid it & use caching
21527:
21528: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21529: bug fixed
21530:
21531: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21532: main/execute.C, main/pa_globals.C: found another multithread bug
21533: in op.C (last, last global var killed) :)
21534:
21535: 2001-08-01 parser
21536:
21537: * src/: include/pa_dictionary.h, include/pa_globals.h,
21538: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21539: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21540: main/untaint.C: speeded up typo-html replacements. introducing
21541: Dictionary with first-char caching
21542:
21543: 2001-07-31 parser
21544:
21545: * src/types/Makefile.am: pa_vtable.C added to .am
21546:
21547: * src/main/compile.tab.C: added, so that could be compiled even on
21548: non-bison-enabled platforms
21549:
21550: 2001-07-28 parser
21551:
21552: * src/classes/table.C: table:hash always produces hash, when can't
21553: - empty
21554:
21555: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21556: skipped \n
21557:
21558: 2001-07-27 parser
21559:
21560: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21561: on int/double/string :sql without result and default
21562:
21563: 2001-07-26 parser
21564:
21565: * src/classes/op.C: fixed bad multithread bug with strangly global
21566: OP
21567:
21568: * src/main/compile.y: $man[$.age[zzz]] 0
21569:
21570: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21571: creation syntax problem persists. restored $: for a while.
21572: thinking of $man[$.age[zzz]] syntax now
21573:
21574: * src/: classes/double.C, classes/int.C, classes/string.C,
21575: include/pa_opcode.h, main/compile.C, main/compile.y,
21576: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21577: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21578: types/pa_wwrapper.h: fixing :: realization #1
21579:
21580: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21581: main/compile_tools.h, main/execute.C, main/pa_request.C,
21582: types/pa_vmethod_frame.h: introducing :: this is constructor call
21583: prefix. ordinary : remains for static accesses
21584:
21585: 2001-07-25 parser
21586:
21587: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21588: fields 2. methods 3. columns
21589:
21590: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21591: quote. optimized double&int tostring-s
21592:
21593: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21594: whitespace before first method decl
21595:
21596: * src/classes/table.C: allowed nontable result in table:sql,
21597: results in empty table
21598:
21599: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21600: lines before first method decl
21601:
21602: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21603: types/pa_vtable.h: ^table.record[] now $table.fields
21604:
21605: * src/main/compile.y: $var[] is now empty string, not void
21606:
21607: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21608: void
21609:
21610: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21611: main/pa_globals.C: match replace code context moved to implicit
21612: $match context
21613:
21614: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21615: main/compile_tools.h, main/execute.C: with killed, code storage
21616: introduced with former 'with' syntax
21617:
21618: 2001-07-24 parser
21619:
21620: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21621: types/pa_value.h: first get_element, next get operator
21622:
21623: * src/main/compile.y: removed @end handling
21624:
21625: * src/main/: compile.C, compile.y: @end handling method2
21626:
21627: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21628: file:move
21629:
21630: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21631: fixed
21632:
21633: 2001-07-23 parser
21634:
21635: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21636: driver
21637:
21638: * src/classes/hash.C: changed sql driver query interface
21639:
21640: * src/: classes/hash.C, classes/string.C, classes/table.C,
21641: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21642: changed sql driver query interface
21643:
21644: 2001-07-20 parser
21645:
21646: * src/types/pa_vrequest.C: X!$browser:type
21647:
21648: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21649: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21650: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21651: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21652: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21653: types/pa_vobject.h, types/pa_vrequest.C,
21654: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21655: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21656: BASE element globally removed
21657:
21658: 2001-07-18 parser
21659:
21660: * src/classes/file.C: file:exec/cgi msg
21661:
21662: * src/classes/file.C: $file:exit-code renamed to 'status'
21663:
21664: * src/: classes/file.C, main/pa_exec.C: file:exec
21665:
1.116 moko 21666: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21667: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21668: removed $id from *.in *.am
1.95 moko 21669:
21670: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21671: abbrevations
21672:
21673: * src/: classes/date.C, classes/mail.C, classes/math.C,
21674: classes/string.C, classes/table.C, include/pa_globals.h,
21675: include/pa_string.h, main/execute.C, main/pa_globals.C,
21676: main/pa_request.C, main/pa_string.C, main/untaint.C,
21677: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21678: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21679: $ORIGINS(1) output tracing mode
21680:
21681: 2001-07-13 parser
21682:
21683: * src/: classes/double.C, classes/int.C, classes/string.C,
21684: include/pa_request.h, main/execute.C, main/pa_request.C:
21685: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21686: second would not call first @auto
21687:
21688: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21689: wrong, fixed
21690:
21691: 2001-07-12 parser
21692:
21693: * src/types/pa_value.h: pa_value.putelement modification of system
21694: classes prevented
21695:
21696: 2001-07-11 parser
21697:
21698: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21699: table $piece
21700:
21701: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21702: types/pa_vstateless_class.h: $file created by file:state +=
21703: .atime .mtime .ctime +found&fixed bug with exceptions on
21704: get_junction-created objects [they were on wrong pool]
21705:
21706: 2001-07-09 parser
21707:
21708: * src/main/untaint.C: qp wrong name
21709:
21710: * src/: classes/date.C, classes/string.C, classes/table.C,
21711: main/compile.y: date format 0
21712:
21713: 2001-07-07 parser
21714:
21715: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21716: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21717: roll table calendar
21718:
21719: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21720: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21721: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21722: include/pa_request.h, main/main.dsp, types/pa_value.h,
21723: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21724: string. todo: sql, calendar
21725:
21726: 2001-07-06 parser
21727:
21728: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21729: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21730:
21731: 2001-07-03 parser
21732:
21733: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21734: classes/random.C, main/main.dsp: class random renamed to math,
21735: operators became methods
21736:
21737: * src/classes/op.C: pow sqrt
21738:
21739: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21740:
21741: 2001-07-02 parser
21742:
21743: * src/classes/table.C: ^table.columns column renamed from 'name' to
21744: 'column'
21745:
21746: * src/classes/hash.C: ^hash.keys[]
21747:
21748: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21749:
21750: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21751: 'strings'
21752:
21753: 2001-06-29 parser
21754:
21755: * src/main/: execute.C: /0 %0 checkes ver 2
21756:
21757: * src/main/execute.C: /0 %0 checke
21758:
21759: * src/classes/Makefile.am: nothing - void
21760:
21761: * src/classes/table.C: empty strings @ sql
21762:
21763: 2001-06-28 parser
21764:
21765: * src/: classes/double.C, classes/file.C, classes/form.C,
21766: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21767: classes/op.C, classes/random.C, classes/response.C,
21768: classes/string.C, classes/table.C, classes/void.C,
21769: main/compile.C, main/compile_tools.C, main/execute.C,
21770: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21771: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21772: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21773: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21774: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21775: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21776: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21777: $";
21778:
21779: * src/: classes/double.C, classes/file.C, classes/form.C,
21780: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21781: classes/op.C, classes/random.C, classes/response.C,
21782: classes/string.C, classes/table.C, classes/void.C,
21783: main/compile.C, main/compile.y, main/compile_tools.C,
21784: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21785: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21786: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21787: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21788: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21789: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21790:
21791: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21792: $class:name: == ${class:name}:
21793:
21794: * src/classes/string.C: exactly one
21795:
21796: 2001-06-27 parser
21797:
21798: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21799: types/pa_vvoid.h: nothing renamed to void
21800:
21801: * src/classes/op.C: ^switch ^case
21802:
21803: * src/main/compile.y: nothing renamed to void
21804:
21805: * src/: classes/hash.C, classes/table.C, main/compile.y,
21806: main/execute.C, main/main.dsp, main/pa_request.C,
21807: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21808: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21809: void
21810:
21811: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21812:
21813: 2001-05-28 parser
21814:
21815: * src/doc/html2chm.cmd: removed >a
21816:
21817: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21818: project options [some bugs]
21819:
21820: * src/doc/sources2html.cmd: z
21821:
21822: * src/: classes/classes.C, main/compile.C, main/compile.y,
21823: main/execute.C: operators are not in root class again
21824:
21825: 2001-05-24 parser
21826:
21827: * src/targets/cgi/parser3.dsp: project file
21828:
21829: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21830: ^log ^exp
21831:
21832: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21833: conversions in @exception[params]
21834:
21835: * src/main/pa_request.C: // no _ conversions in @exception[params]
21836:
21837: 2001-05-23 parser
21838:
21839: * src/main/pa_string.C: string cmp bug
21840:
21841: * src/classes/: mail.C, op.C: rem max 1000
21842:
21843: * src/: classes/op.C, main/compile.y: allow one empty line before
21844: LS_DEF_NAME
21845:
21846: 2001-05-22 parser
21847:
21848: * src/classes/op.C: if params code-required
21849:
21850: 2001-05-21 parser
21851:
21852: * src/types/pa_vstring.C: eoleof
21853:
21854: * src/classes/Makefile.am: .AM
21855:
21856: * src/classes/nothing.C: resultless ^sql moved to nothing:
21857:
21858: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21859:
21860: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21861: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21862: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21863: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21864: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21865: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21866: 'nothing'
21867:
21868: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21869: vstring::set_string
21870:
21871: * src/classes/: double.C, int.C, string.C: int,double;sql
21872:
21873: * src/: classes/hash.C, classes/int.C, classes/string.C,
21874: classes/table.C, include/pa_string.h, main/pa_string.C,
21875: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21876:
21877: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21878: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21879: hash:sql moved to main trunc. operators.txt updated
21880:
21881: * src/classes/: hash.C, op.C, table.C: hash:sql
21882:
21883: * src/classes/op.C: z
21884:
21885: * src/: main/compile.C, classes/classes.C: 1
21886:
21887: * src/: classes/classes.C, main/compile.C, main/compile.y,
21888: main/execute.C: 0
21889:
21890: * src/main/execute.C: z
21891:
21892: * src/targets/cgi/parser3.C: z
21893:
21894: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21895: site_auto_path "." in that case
21896:
21897: * src/targets/cgi/: parser3.C: z
21898:
21899: * src/main/pa_request.C: .am
21900:
21901: * src/: main/pa_request.C, targets/cgi/parser3.C:
21902: pcre_tables=pcre_default_tables;
21903:
21904: 2001-05-19 parser
21905:
21906: * src/main/pa_string.C: z
21907:
21908: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21909: introducing String::cstr_bufsize, returns just size+1 for as_is
21910: target.
21911:
21912: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21913: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21914: used, 4* mem wasted
21915:
21916: * src/classes/string.C: root context in match replace body now
21917: unchanged
21918:
21919: * src/types/pa_value.h: parameter # 1 based
21920:
21921: * src/main/pa_common.C: common: actual filename '%s'
21922:
21923: * src/classes/string.C: z
21924:
21925: * src/classes/Makefile.am: classes/.am
21926:
21927: * src/classes/: Makefile.am: classes/.am
21928:
21929: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21930: targets/cgi/pa_pool.C: classes/.am
21931:
21932: 2001-05-18 parser
21933:
1.116 moko 21934: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21935: pa_threads.C ins
1.95 moko 21936:
21937: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21938:
21939: 2001-05-17 parser
21940:
21941: * src/: classes/string.C, include/pa_config_fixed.h,
21942: include/pa_config_includes.h, main/compile.y,
21943: main/compile_tools.h, main/execute.C, main/pa_array.C,
21944: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21945: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21946: types/pa_vform.C: #include "pa_config_includes.h" removed from
21947: most .C
21948:
21949: * src/doc/html2chm.cmd: z
21950:
21951: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21952: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21953:
21954: * src/main/pa_sql_driver_manager.C: moved expiration to
21955: get_connection_from_cache
21956:
21957: * src/main/pa_sql_driver_manager.C: cache expiration bf
21958:
21959: * src/: classes/classes.h, include/pa_sql_connection.h,
21960: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21961: cache expiration[use SQL_Driver::disconnect]
21962:
21963: * src/main/pa_table.C: table.locate current restored on "not found"
21964:
21965: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21966: line no
21967:
21968: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21969: ANTI_ENDLESS_EXECUTE_RECOURSION
21970:
21971: * src/: classes/op.C, include/pa_sql_connection.h,
21972: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21973: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21974: 1driver and set_services fight for driver::fservices. before fix
21975:
21976: * src/: classes/op.C, include/pa_config_fixed.h,
21977: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21978: main/pa_sql_driver_manager.C: found problem at last: 2connections
21979: own 1driver and set_services fight for driver::fservices. before
21980: fix
21981:
21982: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21983: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21984: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21985: pa_threads.C
21986:
21987: * src/include/pa_threads.h: removed targets/parser
21988:
21989: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21990: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21991: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21992: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21993: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21994: headers
21995:
21996: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21997: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21998: order prevented sqlmanager to see MULTYTHREAD define
21999:
22000: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22001: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22002: put/gets
22003:
22004: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22005: from hash.h
22006:
22007: * src/: classes/op.C, include/pa_sql_connection.h,
22008: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22009: from cache ->set_services(&services);
22010:
22011: 2001-05-16 parser
22012:
22013: * src/targets/cgi/parser3.C: z
22014:
22015: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22016: debug, #ifdefed some. would debug later, on more precise sample
22017: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22018: $name.$tail[$tail!] $name.$tail } ok3
22019:
22020: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22021: removed array debug. before vstring rebasing
22022:
22023: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22024: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22025: array debugged; adjusted
22026:
22027: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22028: SQL_Driver_manager line no for connect/charset errors
22029:
22030: 2001-05-15 parser
22031:
22032: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22033: main/pa_string.C: string+array made linear grows
22034:
22035: * src/: include/pa_string.h, main/pa_string.C,
22036: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22037: grow lineary, not exponentialy
22038:
22039: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22040: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22041: with fullchunk cmps
22042:
22043: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22044: 70041= 81
22045:
22046: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22047: targets/cgi/parser3.C: detected huge mem allocation: size/times
22048: malloc 27809390/368771, calloc 3232/83. would test now
22049:
22050: * src/: classes/random.C, main/compile.y, main/execute.C,
22051: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22052: numbered params had wrong name - for instance: bad error message
22053: in ^for[] bad body type. fixed
22054:
22055: 2001-05-14 parser
22056:
22057: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22058: main/untaint.C: ^string.upper|lower[]
22059:
22060: 2001-05-11 parser
22061:
22062: * src/: classes/double.C, classes/image.C, classes/op.C,
22063: classes/string.C, classes/table.C, classes/unknown.C,
22064: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22065: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22066: types/pa_vunknown.h: op: MAX_LOOPS as_int
22067:
22068: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22069: .dsp for win32tools
22070:
22071: 2001-05-11 paf
22072:
22073: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22074: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22075: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22076: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22077:
22078: 2001-05-10 paf
22079:
22080: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22081: for C++, that's all
22082:
1.116 moko 22083: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22084: pa_config_includes.h: inline wonders
1.95 moko 22085:
22086: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22087: doc/doxygen.cmd: hash.C added
22088:
22089: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22090:
22091: * src/main/compile.y: @end grammar: allowed zero strings in control
22092: menthod
22093:
22094: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22095: pa_vstateless_object.h: changed priority: field before method
22096: lookup in vclass & vobject
22097:
22098: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22099: grammar: priorities changes [lowerd && prior] vobject: now first
22100: fields, next methods
22101:
22102: 2001-05-08 paf
22103:
22104: * src/main/pa_table.C: table columnname2item on nameless ignored
22105: bark=false. fixed
22106:
22107: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22108: types/pa_vmethod_frame.h: hash:default works at last!
22109:
22110: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22111: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22112: hash:default
22113:
22114: * src/classes/table.C: z
22115:
22116: * src/classes/table.C: table:hash always hash of hash now
22117:
22118: * src/classes/table.C: table:empty return bool now
22119:
22120: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22121: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22122: types/pa_vtable.h: table:hash
22123:
22124: * src/classes/table.C: table:record have name
22125:
22126: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22127: returns vunknown
22128:
22129: * src/classes/: double.C, int.C, op.C, string.C:
22130: int,double,string:int[] double[] string:length[] results now have
22131: hames
22132:
22133: * src/: classes/op.C, classes/table.C, main/main.dsp,
22134: types/pa_vtable.h: removed table:find. table:locate and op:eval
22135: now return bool
22136:
22137: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22138: in method checkparams again. fixed
22139:
22140: 2001-05-07 paf
22141:
22142: * src/doc/chm.cmd: cmd
22143:
22144: * src/: classes/image.C, classes/mail.C, classes/string.C,
22145: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22146: types/pa_value.h: method reported errors on wrong pool
22147:
22148: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22149: now
22150:
22151: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22152: include/code.h, include/pa_opcode.h, main/compile.C,
22153: main/compile_tools.h, main/execute.C, types/pa_value.h,
22154: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22155: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22156: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22157: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22158: types/pa_vmethod_frame.h, types/pa_vobject.h,
22159: types/pa_vrequest.h, types/pa_vresponse.h,
22160: types/pa_vstateless_class.h, types/pa_vstring.h,
22161: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22162: types/pa_wwrapper.h: pa_code.h
22163:
22164: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22165:
22166: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22167: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22168: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22169: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22170: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22171: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22172: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22173: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22174: types/pa_vtable.h: dox, split by not clean parts also
22175:
22176: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22177: types/pa_vtable.h: table: fields, then methods. so to enable
22178: 'dir' fields & co. more
22179:
22180: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22181: so to enable 'dir' fields & co.
22182:
22183: * src/main/compile.y: grammar: @end
22184:
22185: 2001-05-04 paf
22186:
22187: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22188: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22189:
22190: * src/: classes/classes.h, classes/double.C, classes/file.C,
22191: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22192: classes/op.C, classes/random.C, classes/response.C,
22193: classes/string.C, classes/table.C, classes/unknown.C,
22194: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22195: method dox
22196:
22197: 2001-05-03 paf
22198:
22199: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22200: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22201: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22202: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22203: doc/string.dox, doc/targets.dox, doc/value.dox,
22204: main/pa_request.C: dox splitted .dox files and added some
22205:
22206: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22207:
22208: 2001-05-02 paf
22209:
22210: * src/classes/: image.C, table.C: table:dir result are not tainted
22211: by file_name language now
22212:
22213: 2001-04-28 paf
22214:
22215: * src/classes/classes.inc: removed classes.inc
22216:
22217: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22218: from .am
22219:
22220: * src/classes/classes.awk: skipped classes in .awk
22221:
22222: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22223: classes/classes.inc, classes/double.C, classes/file.C,
22224: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22225: classes/string.C, classes/table.C, classes/unknown.C,
22226: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22227: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22228: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22229: pa_methoded back to classes/classes.h
22230:
22231: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22232:
22233: * src/: classes/Makefile.am, classes/classes.awk,
22234: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22235: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22236:
22237: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22238: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22239: classes/response.C, classes/string.C, classes/table.C,
22240: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22241: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22242: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22243: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22244: include|main/pa_methoded
22245:
22246: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22247: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22248:
22249: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22250: moved some configured data to request::classes_conf moved some
22251: string crations from globals to M... [works]
22252:
22253: * src/: classes/form.C, classes/mail.C, classes/op.C,
22254: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22255: main/pa_request.C: moved some configured data to
22256: request::classes_conf moved some string crations from globals to
22257: M...
22258:
22259: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22260: about to move configured data to special request hash
22261:
22262: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22263: classes/form.C, classes/mail.C, include/pa_request.h,
22264: main/pa_request.C: configure started
22265:
22266: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22267: 2. todo: methoded-configure
22268:
22269: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22270: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22271: classes/_random.h, classes/_response.h, classes/_string.h,
22272: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22273: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22274: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22275: classes/random.C, classes/response.C, classes/string.C,
22276: classes/table.C, classes/unknown.C, include/pa_globals.h,
22277: include/pa_request.h, main/compile.y, main/execute.C,
22278: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22279: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22280: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22281: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22282: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22283: types/pa_vrequest.h, types/pa_vresponse.h,
22284: types/pa_vstateless_class.h, types/pa_vstring.h,
22285: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22286: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22287: methoded-configure
22288:
22289: * src/: classes/file.C, classes/table.C, main/compile.y,
22290: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22291: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22292: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22293:
22294: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22295: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22296: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22297: classes/random.C, classes/response.C, classes/string.C,
22298: classes/table.C, classes/unknown.C, include/pa_request.h,
22299: main/compile.y, main/execute.C, main/pa_globals.C,
22300: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22301: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22302: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22303: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22304: beautifying just compiled. todo: debug, configure
22305:
22306: 2001-04-27 paf
22307:
22308: * src/: classes/file.C, classes/image.C, classes/table.C,
22309: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22310: beautifying -99
22311:
22312: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22313: classes/_response.h, classes/_unknown.h, classes/classes.C,
22314: classes/classes.h, classes/double.C, classes/file.C,
22315: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22316: classes/op.C, classes/random.C, classes/response.C,
22317: classes/string.C, include/pa_globals.h, main/main.dsp,
22318: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22319: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22320: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22321: types/pa_vunknown.h: beautifying -100
22322:
22323: * src/main/compile.y: serge@ found @CLASS bug. fixed
22324:
22325: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22326: classes/_op.h, classes/_random.h, classes/_table.h,
22327: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22328: classes/op.C, classes/random.C, classes/response.C,
22329: classes/string.C, classes/table.C, classes/unknown.C,
22330: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22331: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22332: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22333: beautifying
22334:
22335: 2001-04-26 paf
22336:
22337: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22338:
22339: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22340: documentation ++
22341:
22342: * src/: classes/_exec.h, doc/doxygen.cfg,
22343: include/pa_config_fixed.h, include/pa_config_includes.h,
22344: targets/cgi/pa_pool.C: code documentation ++
22345:
22346: * src/: classes/_image.h, classes/op.C, classes/random.C,
22347: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22348: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22349: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22350: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22351: types/pa_vmethod_frame.h, types/pa_vobject.h,
22352: types/pa_vrequest.C, types/pa_vrequest.h,
22353: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22354: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22355: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22356: code documentation ++
22357:
22358: * src/: classes/image.C, classes/mail.C, classes/string.C,
22359: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22360: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22361: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22362: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22363: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22364: types/pa_vobject.h, types/pa_vstateless_class.h,
22365: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22366:
22367: * src/main/: pa_request.C, pa_string.C: z
22368:
22369: * src/: include/pa_common.h, include/pa_types.h,
22370: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22371: connection caching fixed. request-pooled-url were stored into
22372: global connectioncache
22373:
22374: 2001-04-25 paf
22375:
22376: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22377: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22378:
22379: * src/: include/code.h, include/pa_common.h, main/compile.y,
22380: main/execute.C, main/pa_common.C: -d
22381:
22382: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22383: illegal call check a bit improved, but still under iis no mapping
22384: of dir with parser allowed!
22385:
22386: 2001-04-24 paf
22387:
22388: * src/targets/Makefile.am: apache module lib .am
22389:
22390: * src/main/pa_exec.C: windows32 buildCommand
22391:
22392: 2001-04-23 paf
22393:
22394: * src/targets/cgi/Makefile.am: win32 conditional
22395:
22396: * src/targets/cgi/Makefile.am: win32 conditional
22397:
22398: * src/targets/cgi/Makefile.am: liblink
22399:
22400: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22401: vfile fields return type
22402:
22403: * src/types/pa_vfile.h: vfile fields return type
22404:
22405: * src/include/pa_config_auto.h.in: .h.in
22406:
22407: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22408: types/Makefile: makefiles removed
22409:
22410: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22411: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22412:
22413: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22414: [tested: i & g ]
22415:
22416: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22417: @test noticed series in isapi, check how initialize_random_class
22418: is called! [must be called only once]
22419:
22420: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22421: would not be 'unknown column'
22422:
22423: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22424: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22425:
22426: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22427: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22428: [now doesnt]
22429:
22430: * src/targets/cgi/parser3.C: cgi cmdline ver
22431:
22432: * src/targets/cgi/parser3.C: cgi /// @test disable
22433: /cgi-bin/parser3/auto.p
22434:
22435: * src/main/untaint.C: untaint without charset
22436:
22437: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22438: main/pa_common.C: common: file_write /// @test mkdirs
22439: file_delete rmdirs
22440:
22441: * src/main/untaint.C: mail header only once to =?
22442:
22443: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22444: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22445: main/untaint.C: untaint - @test optimize whitespaces for
22446: all but 'html'
22447:
22448: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22449: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22450: main/untaint.C: untaint - @test mail-header
22451:
22452: 2001-04-20 paf
22453:
22454: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22455: include/pa_request.h, include/pa_string.h, main/compile.y,
22456: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22457: targets/cgi/parser3.C: $MAIN:LOCALE
22458:
22459: * src/main/untaint.C: z
22460:
22461: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22462:
22463: 2001-04-19 paf
22464:
22465: * src/main/compile_tools.h: $a$b bugfix
22466:
22467: * src/targets/cgi/parser3.C: z
22468:
22469: * src/classes/file.C: z
22470:
22471: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22472: done: header to $fields. waits for header '\' tricks
22473:
22474: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22475: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22476: changed urlencode here and in untaint.C to HTTP standard's " and
22477: \" mech
22478:
22479: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22480: http://alx/~paf/ doesnt load /auto.p
22481:
22482: 2001-04-18 paf
22483:
22484: * src/main/pa_request.C: 1
22485:
22486: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22487: linux @alx
22488:
22489: 2001-04-17 paf
22490:
22491: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22492: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22493: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22494: enabled
22495:
22496: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22497: classes/_exec.h, classes/_file.h, classes/_form.h,
22498: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22499: classes/_random.h, classes/_response.h, classes/_string.h,
22500: classes/_table.h, classes/_unknown.h, classes/file.C,
22501: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22502: include/pa_config_fixed.h, include/pa_config_includes.h,
22503: include/pa_hash.h, include/pa_sql_driver_manager.h,
22504: include/pa_version.h, main/Makefile.am, main/compile.y,
22505: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22506: main/pa_sql_driver_manager.C, sql/Makefile.am,
22507: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22508: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22509: types/pa_vform.C, types/pa_vimage.h: exec @jav
22510:
22511: * src/: include/pa_sql_driver_manager.h,
22512: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22513: types/pa_vimage.h: sql driver interface now has initialize(client
22514: .so)
22515:
22516: 2001-04-16 paf
22517:
22518: * src/Makefile.am: compile2 cygwin
22519:
22520: * src/: include/pa_config_includes.h, main/pa_exec.C,
22521: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22522:
22523: * src/targets/cgi/Makefile.am: compile0 jav
22524:
22525: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22526: classes/_exec.h, classes/_file.h, classes/_form.h,
22527: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22528: classes/_random.h, classes/_response.h, classes/_string.h,
22529: classes/_table.h, classes/_unknown.h, classes/image.C,
22530: classes/mail.C, classes/op.C, classes/random.C,
22531: include/pa_config_fixed.h, include/pa_config_includes.h,
22532: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22533: main/compile.y, main/pa_common.C, main/pa_exec.C,
22534: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22535: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22536: compile-1
22537:
22538: 2001-04-15 paf
22539:
22540: * src/classes/op.C: z
22541:
22542: * src/classes/table.C: table:empty +=process
22543:
22544: * src/types/pa_value.h: MethodParams !junction
22545:
22546: * src/: classes/_string.h, classes/double.C, classes/file.C,
22547: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22548: classes/random.C, classes/response.C, classes/string.C,
22549: classes/table.C, classes/unknown.C, main/pa_request.C:
22550: MethodParams everywhere
22551:
22552: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22553: types/pa_vmethod_frame.h: MethodParams in op.C
22554:
22555: 2001-04-12 paf
22556:
22557: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22558:
22559: * src/: classes/_unknown.h, classes/unknown.C,
22560: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22561: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22562:
22563: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22564:
22565: * src/classes/image.C: image:gif now does not have params
22566:
22567: * src/classes/image.C:
22568: image:line/fill/rectangle/bar/replace/polygon/polybar
22569:
22570: * src/: classes/image.C, classes/op.C, main/execute.C,
22571: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22572: for var now written not to r.wcontext, but to r.root cleared
22573: "entered_object" state
22574:
22575: 2001-04-11 paf
22576:
22577: * src/classes/image.C: image:create image:load
22578:
22579: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22580: just compiled
22581:
22582: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22583: todo: gif without file
22584:
22585: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22586: started porting to Pooled descendant
22587:
22588: * src/: classes/image.C, main/execute.C, main/main.dsp,
22589: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22590: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22591: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22592:
22593: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22594: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22595: end. switching to python imaging lib
22596:
22597: * src/main/main.dsp: gd+smtp made separate libs
22598:
22599: * src/: include/pa_globals.h, include/pa_string.h,
22600: main/pa_common.C, main/pa_request.C, main/untaint.C,
22601: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22602: length
22603:
22604: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22605: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22606: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22607: UL_FILE_NAME of posted file name
22608:
22609: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22610: post [broke when moved post read to core]
22611:
22612: 2001-04-10 paf
22613:
22614: * src/classes/image.C: image:html done
22615:
22616: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22617:
22618: * src/classes/image.C: z
22619:
22620: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22621: forgotten!
22622:
22623: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22624: main/pa_request.C, main/pa_string.C, main/untaint.C,
22625: types/pa_vimage.h: image:measure -90
22626:
22627: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22628: classes/_int.h, classes/_mail.h, classes/_op.h,
22629: classes/_random.h, classes/_response.h, classes/_string.h,
22630: classes/_table.h, classes/file.C, classes/mail.C,
22631: include/pa_common.h, include/pa_globals.h, main/execute.C,
22632: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22633: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22634: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22635: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22636: compiled
22637:
22638: * src/classes/mail.C: minor bug with unclear from/to
22639:
22640: * src/classes/mail.C: sendmail unix skipping defaults
22641:
22642: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22643: sendmail unix added defaults
22644:
22645: * src/classes/mail.C: unix sendmail compiled. todo:testing
22646:
22647: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22648:
22649: 2001-04-09 paf
22650:
22651: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22652: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22653: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22654: targets/isapi/parser3isapi.dsp: all targets exec
22655:
22656: * src/: include/pa_sapi.h, include/pa_string.h,
22657: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22658: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22659: args in apache:util.script
22660:
22661: * src/include/pa_string.h: written but not tested exec with env for
22662: unix
22663:
22664: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22665: targets/cgi/parser3.C: exec win32 env
22666:
22667: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22668: 0
22669:
22670: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22671: main/execute.C, main/main.dsp, main/pa_globals.C,
22672: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22673: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22674:
22675: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22676: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22677:
22678: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22679: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22680:
22681: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22682: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22683: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22684: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22685: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22686: exec class just compiled. moved post read to request core
22687:
22688: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22689: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22690: main/pa_globals.C, targets/cgi/parser3.C,
22691: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22692: are already read by vform
22693:
22694: 2001-04-08 paf
22695:
22696: * src/: classes/file.C, classes/mail.C, classes/string.C,
22697: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22698: uuencode. string<<
22699:
22700: 2001-04-07 paf
22701:
22702: * src/classes/mail.C: z
22703:
22704: * src/classes/mail.C: z
22705:
22706: * src/classes/mail.C: ^mail[$attach
22707:
22708: * src/classes/mail.C: ^attach dead end
22709:
22710: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22711: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22712: targets/isapi/parser3isapi.C: mail:send 1
22713:
22714: * src/: classes/mail.C, main/pa_request.C: z
22715:
22716: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22717: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22718: compiled
22719:
22720: * src/classes/mail.C: +=
22721:
22722: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22723: prepared
22724:
22725: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22726: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22727: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22728: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22729:
22730: 2001-04-06 paf
22731:
22732: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22733: main/pa_string.C: table:dir 1
22734:
22735: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22736: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22737:
22738: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22739: classes/root.C, include/pa_globals.h, include/pa_request.h,
22740: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22741: main/pa_request.C: renamed 'root' to 'op'
22742:
22743: * src/classes/: _op.h, op.C: renamed from 'root'
22744:
22745: * src/types/pa_valiased.C: another root inherititance skipped
22746:
22747: * src/main/: compile.C, compile.y, execute.C: operators are now not
22748: root methods of parent class. just 'ROOT' class
22749:
22750: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22751: @office
22752:
22753: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22754:
22755: 2001-04-05 paf
22756:
22757: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22758: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22759: constructor flag dropped at get_method_frame and remembered into
22760: method_frame
22761:
22762: * src/: classes/file.C, classes/root.C, classes/string.C,
22763: classes/table.C, main/pa_request.C: junction to code&expression
22764: in errors
22765:
22766: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22767: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22768: $LOCALE:ctype[Russian_Russia.1251]
22769:
22770: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22771: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22772: main/pa_table.C: hash now not thread-safe.
22773:
22774: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22775: main/untaint.C: z
22776:
22777: * src/: classes/random.C, classes/root.C, classes/table.C,
22778: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22779: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22780: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22781: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22782:
22783: * src/: classes/table.C, include/pa_sql_connection.h,
22784: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22785:
22786: * src/classes/table.C: select * from hren error contains statement
22787:
22788: * src/: classes/table.C, include/pa_sql_connection.h,
22789: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22790: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22791:
22792: * src/: classes/root.C, include/pa_sql_connection.h,
22793: include/pa_sql_driver.h, main/main.dsp,
22794: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22795: services for conv memory & error reporting
22796:
22797: 2001-04-04 paf
22798:
22799: * src/doc/doxygen.cfg: z
22800:
22801: * src/include/pa_sql_driver.h: mysql connect
22802:
22803: * src/include/pa_sql_driver.h: mysql info
22804:
22805: * src/: classes/root.C, include/pa_sql_driver.h,
22806: include/pa_sql_driver_manager.h, main/main.dsp,
22807: main/pa_sql_driver_manager.C: more manager&connection&driver
22808:
22809: * src/sql/Makefile.am: forgot to add mysql client
22810:
22811: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22812: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22813: [forgot to add libltdl, added]
22814:
22815: * src/: Makefile.am, classes/root.C, classes/string.C,
22816: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22817: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22818: include/pa_string.h, include/pa_table.h, main/main.dsp,
22819: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22820: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22821: -1000 just compiled
22822:
22823: * src/: classes/random.C, classes/root.C, classes/table.C,
22824: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22825: main/pa_request.C, types/pa_vclass.h: sql frame -10
22826:
22827: 2001-04-03 paf
22828:
22829: * src/types/pa_vform.C: z
22830:
22831: * src/: classes/string.C, types/pa_vform.C: string:match replace
22832: assigned lang
22833:
22834: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22835: {}[]< empty []
22836:
22837: * src/: classes/file.C, classes/string.C, classes/table.C,
22838: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22839: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22840:
22841: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22842: string:match replace strange matches
22843:
22844: * src/classes/string.C: string:match replace 0
22845:
22846: * src/: classes/string.C, main/pa_string.C: string:match replace
22847: prepared 2
22848:
22849: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22850: string:match replace prepared
22851:
22852: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22853: string:match replace -11
22854:
22855: * src/: classes/string.C, include/pa_globals.h,
22856: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22857: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22858:
22859: * src/: classes/string.C, include/pa_globals.h,
22860: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22861: main/pa_string.C: string:match [search] -1 just compiled
22862:
22863: * src/types/pa_vstring.C: z
22864:
22865: * src/: classes/double.C, classes/file.C, classes/form.C,
22866: classes/int.C, classes/response.C, classes/root.C,
22867: classes/string.C, classes/table.C, include/pa_string.h,
22868: main/pa_string.C: string:match -10 [frame]
22869:
22870: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22871: main/pa_request.C: z
22872:
22873: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22874: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22875: todo/tests
22876:
22877: * src/include/pa_common.h: z
22878:
22879: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22880: main/pa_request.C, targets/cgi/parser3.C,
22881: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22882: content-disposition
22883:
22884: * src/: include/pa_common.h, include/pa_globals.h,
22885: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22886: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22887:
22888: * src/: include/pa_common.h, include/pa_request.h,
22889: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22890: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22891: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22892: response:body
22893:
22894: * src/classes/table.C: table:append now uses string::split
22895:
22896: * src/classes/table.C: z
22897:
22898: * src/: classes/file.C, classes/root.C, classes/string.C,
22899: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22900: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22901: include/pa_string.h, main/execute.C, main/pa_string.C,
22902: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22903: string::pos & cmp & piece bugs fixed. string::split new
22904: table:load separated from set table:set implemented with clean \n
22905: \t searches
22906:
22907: 2001-04-02 paf
22908:
22909: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22910: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22911: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22912: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22913: it in table:set/load
22914:
22915: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22916: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22917:
22918: * src/classes/random.C: random:generate 1
22919:
22920: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22921: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22922: types/pa_value.h: random:generate
22923:
22924: 2001-03-30 paf
22925:
22926: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22927: todo: table flip and append. string::pos
22928:
22929: * src/: classes/double.C, classes/file.C, classes/int.C,
22930: classes/response.C, classes/root.C, classes/string.C,
22931: classes/table.C, main/compile.y, main/execute.C,
22932: types/pa_value.h, types/pa_vstateless_class.C,
22933: types/pa_vstateless_class.h: static|dynamic|any method
22934: registration
22935:
22936: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22937: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22938: table:flip
22939:
22940: 2001-03-29 paf
22941:
22942: * src/classes/string.C: string:xsplit forgot that they must result
22943: in 1 row N column [not vice versa]
22944:
22945: * src/classes/string.C: z
22946:
22947: * src/classes/string.C: string: rsplit
22948:
22949: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22950: string: lsplit
22951:
22952: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22953: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22954: lsplit -1
22955:
22956: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22957: string: pos
22958:
22959: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22960: string: pos -1
22961:
22962: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22963: main/compile.y, main/pa_request.C, main/pa_string.C,
22964: main/untaint.C: string: left right mid
22965:
22966: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22967: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22968: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22969: and [;] are different now.
22970:
22971: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22972: main/untaint.C: pool.request undone
22973:
22974: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22975: main/untaint.C: pool.request
22976:
22977: 2001-03-28 paf
22978:
22979: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22980: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22981: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22982: $request:browser [.type .version]; unknown.get_double now = 0.
22983:
22984: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22985: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22986: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22987: types/pa_vform.C: file:load autodetection of mime-type by
22988: user-file-name
22989:
22990: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22991: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22992: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22993:
22994: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22995: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22996: write. must be self.set
22997:
22998: * src/: classes/file.C, classes/root.C, classes/table.C,
22999: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23000:
23001: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23002: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23003: types/pa_vtable.h: table:locate just compiled
23004:
23005: 2001-03-27 paf
23006:
23007: * src/main/: execute.C, pa_common.C: fixed r/w context of
23008: code-params2, fixed ntfs hardlink slow dir update
23009:
23010: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23011: types/pa_wcontext.h: fixed r/w context of code-params
23012:
23013: * src/: classes/table.C, main/execute.C: about to change junction
23014: rcontext!!
23015:
23016: * src/: classes/double.C, classes/int.C, classes/root.C,
23017: classes/string.C, classes/table.C, main/compile_tools.C,
23018: main/execute.C, main/pa_request.C, main/untaint.C,
23019: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23020: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23021: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23022: types/pa_vunknown.h: sort 0
23023:
23024: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23025: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23026: renamed to are_static_calls_disabled
23027:
23028: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23029: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23030: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23031: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23032:
23033: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23034:
23035: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23036: started table:sort fixed minor bug in #...^{
23037:
23038: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23039: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23040: decided to have as it were. stepped back. grammar: added 'in'
23041: 'is' 'lt'&co follow-space check
23042:
23043: 2001-03-26 paf
23044:
23045: * src/: classes/file.C, classes/root.C, classes/table.C,
23046: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23047: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23048: main/pa_table.C: moved ::save to pa_table. disabled @auto
23049: invocation in ^process
23050:
23051: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23052:
23053: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23054: main/pa_array.C: table:record
23055:
23056: * src/: main/untaint.C, targets/cgi/parser3.C,
23057: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23058: targets/isapi/pool_storage.h, types/pa_valiased.h,
23059: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23060: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23061: types/pa_vtable.h: z
23062:
23063: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23064: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23065: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23066: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23067: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23068: method realisations on 'self' validity - they now can simply
23069: assume that 'self' is V{Proper} .
23070:
23071: 2001-03-25 paf
23072:
23073: * src/main/untaint.C: z
23074:
23075: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23076: lowlevel - it initialization could be skipped if failed in @auto.
23077: so that exception report would use some table
23078:
23079: * src/main/pa_request.C: table empty lines ignored. system-default
23080: content type assigned in output:result [can fail in main:auto and
23081: skipped normal defaults extraction]
23082:
23083: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23084: bug
23085:
23086: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23087: processing to table [except preliminary \r\n \r \n replacements
23088: to "\n"]
23089:
23090: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23091: move all the processing to table
23092:
23093: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23094: main/pa_table.C, main/untaint.C: returned table originating.
23095: useful for reporting typo table problems origin. think would be
23096: useful somewhere else
23097:
23098: * src/main/untaint.C: typo \r \r\n \n properly handled
23099:
23100: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23101: include/pa_table.h, main/compile.y, main/compile_tools.C,
23102: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23103: main/pa_string.C, main/pa_table.C, main/untaint.C,
23104: types/pa_vcookie.h: typo & typo-default
23105:
23106: 2001-03-24 paf
23107:
23108: * src/main/pa_common.C: z
23109:
23110: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23111: targets/cgi/parser3.C: html-typo 2
23112:
23113: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23114: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23115: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23116: main/execute.C, main/pa_array.C, main/pa_globals.C,
23117: main/pa_request.C, main/pa_string.C, main/untaint.C,
23118: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23119: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23120: noticed double default content-type prob. run cgi.cmd tomorrow
23121: first html-typo sample. detected << problem: they become ltlt too
23122: fast
23123:
23124: * src/main/compile.y: z
23125:
23126: * src/main/: compile.y, compile_tools.h: #comment
23127:
23128: * src/: classes/file.C, classes/root.C, classes/table.C,
23129: include/pa_common.h, include/pa_request.h, main/compile.y,
23130: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23131: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23132: stringified
23133:
23134: * src/types/pa_valiased.C: decided to String-ify file_read
23135:
23136: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23137: isapi/parser3isapi.dsp: cgi: sapi::log
23138:
23139: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23140: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23141: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23142: error log experiments failed - cgi under iis got no access to
23143: log. registereventsource simply failed with 5(illegal call) code,
23144: while worked OK as standalone executable. isapi: used
23145: HSE_APPEND_LOG_PARAMETER feature
23146:
23147: * src/: include/pa_common.h, include/pa_globals.h,
23148: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23149: targets/isapi/parser3isapi.C: fixed default content-type
23150: allocation storage
23151:
23152: * src/: include/pa_globals.h, include/pa_request.h,
23153: main/pa_globals.C, main/pa_request.C: z
23154:
23155: * src/: include/pa_array.h, include/pa_hash.h,
23156: include/pa_request.h, main/compile.y, main/pa_array.C,
23157: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23158: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23159: content-type
23160:
23161: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23162: sanity
23163:
23164: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23165: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23166: away freeze mech. no danger now for you can't do
23167: ^request:process[@new-method[] body] trick anymore. still
23168: remains $some_instance.process[@new-method[] possibility] but
23169: would leave it as a feature. see index for sample
23170:
23171: * src/: include/pa_common.h, main/pa_common.C,
23172: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23173: monkey every target
23174:
23175: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23176: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23177: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23178:
23179: 2001-03-23 paf
23180:
23181: * src/: include/pa_pool.h, main/pa_request.C,
23182: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23183: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23184: targets/isapi/pool_storage.h: isapi: dumb pool storage
23185:
23186: * src/targets/isapi/pa_pool.C: decided to continue with extension
23187:
23188: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23189: it would be better to rewrite as filter then to deal with pool
23190:
23191: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23192: now like in cgi, not from APPL_PHYSICAL_PATH
23193:
23194: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23195: include/pa_config_fixed.h, include/pa_config_includes.h,
23196: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23197: include/pa_version.h, main/compile.y, main/execute.C,
23198: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23199: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23200: main/untaint.C, targets/cgi/parser3.C,
23201: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23202: cgi: reinvent document_root and request_uri under iis. autoconf
23203: updated. introducing ap_config_includes
23204:
23205: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23206:
23207: * src/targets/cgi/parser3.C: cgi: only one pool now
23208:
23209: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23210: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23211: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23212: types/pa_venv.h, types/pa_vform.C: sapi made object
23213:
23214: * src/: include/pa_globals.h, main/pa_request.C,
23215: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23216: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23217: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23218:
23219: * src/: main/pa_request.C, targets/cgi/parser3.C,
23220: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23221: isapi minor env beauty
23222:
23223: * src/: main/pa_request.C, targets/cgi/parser3.C,
23224: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23225: isapi document_root 0
23226:
23227: 2001-03-22 paf
23228:
23229: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23230:
23231: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23232: isapi/parser3isapi.C: z
23233:
23234: * src/: include/pa_pool.h, main/pa_request.C,
23235: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23236:
23237: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23238: kill.pl: isapi added utils
23239:
23240: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23241: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23242: types/pa_vform.C: isapi 0
23243:
23244: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23245: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23246: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23247: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23248: started isapi
23249:
23250: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23251: some comments
23252:
23253: * src/: include/pa_globals.h, include/pa_request.h,
23254: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23255: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23256: parser_root_auto_path parser_site_auto_path
23257:
23258: * src/types/pa_vcookie.C: cookie attr decoded
23259:
23260: 2001-03-21 paf
23261:
23262: * src/targets/cgi/parser3.C: z
23263:
23264: * src/include/pa_globals.h: post. todo: config of auto.p path
23265:
23266: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23267: types/pa_venv.h: in cookie & env. todo:post
23268:
23269: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23270: classes/root.C, classes/table.C, include/pa_array.h,
23271: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23272: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23273: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23274: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23275: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23276: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23277: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23278: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23279: shifted apache branch on main trunc
23280:
23281: * src/: include/pa_common.h, include/pa_globals.h,
23282: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23283: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23284: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23285: starting mod_parser3
23286:
23287: * src/targets/cgi/parser3.C: starting mod_parser3
23288:
23289: 2001-03-20 paf
23290:
23291: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23292: targets/cgi/parser3.C: automake compiled and works. todo:make
23293: win32 ifdefs work and add ifdef unistd
23294:
23295: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23296: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23297: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23298: z
23299:
23300: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23301: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23302: locking
23303:
23304: * src/: classes/Makefile.am, types/Makefile.am: z
23305:
23306: * src/: Makefile.am, classes/file.C, classes/root.C,
23307: classes/table.C, include/pa_array.h, include/pa_request.h,
23308: include/pa_string.h, main/Makefile.am, main/execute.C,
23309: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23310: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23311: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23312: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23313:
23314: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23315: main/pa_request.C, types/pa_vfile.h: ^table:save
23316:
23317: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23318: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23319: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23320: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23321: types/pa_vform.h: z
23322:
23323: * src/include/pa_string.h: z
23324:
23325: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23326: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23327: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23328: :Value
23329:
23330: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23331: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23332: :VStateless_object
23333:
23334: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23335: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23336: :VStateless_object
23337:
23338: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23339: types/pa_valiased.C, types/pa_vform.h: commented VForm
23340:
23341: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23342: types/pa_valiased.h, types/pa_value.h,
23343: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23344: types/pa_vstateless_object.h: moved common get_element part from
23345: stateless object&class into VAliased
23346:
23347: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23348: classes/table.C, main/execute.C, main/main.dsp,
23349: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23350: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23351: now :Value
23352:
23353: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23354: main/execute.C, main/main.dsp, main/pa_globals.C,
23355: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23356:
23357: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23358: doxx
23359:
23360: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23361: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23362: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23363: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23364: and ^file:save
23365:
23366: 2001-03-19 paf
23367:
23368: * src/types/pa_vfile.C: z
23369:
23370: * src/: classes/file.C, classes/request.C, classes/table.C,
23371: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23372: main/pa_request.C, main/untaint.C, types/pa_value.h,
23373: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23374:
23375: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23376: include/pa_string.h, include/pa_table.h, main/main.dsp,
23377: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23378: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23379: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23380: classes/_file.h, classes/file.C, types/pa_vfile.C,
23381: types/pa_vfile.h: file class just compiled
23382:
23383: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23384: include/pa_table.h, include/pa_types.h, main/execute.C,
23385: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23386: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23387: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23388:
23389: * src/include/pa_pool.h: z
23390:
23391: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23392: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23393: Hash::Value to Val so to doxygen would finlly stop confusing
23394: those Value-s
23395:
23396: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23397: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23398: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23399: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23400: include/pa_types.h, main/compile.C, main/compile.y,
23401: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23402: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23403: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23404: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23405: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23406:
23407: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23408: derivates somehow unlinked. don't know why yet
23409:
23410: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23411: include/pa_string.h, include/pa_threads.h, main/compile.C,
23412: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23413: main/execute.C, main/pa_array.C, main/pa_common.C,
23414: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23415: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23416: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23417:
23418: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23419: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23420: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23421: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23422: types/pa_vrequest.h: doc: detected Value derivates prob
23423:
23424: * src/include/pa_globals.h: z
23425:
23426: * src/: classes/_request.h, classes/request.C, include/code.h,
23427: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23428: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23429: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23430: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23431: main/execute.C, main/pa_pool.C, main/pa_request.C,
23432: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23433: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23434:
23435: 2001-03-18 paf
23436:
23437: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23438: cookie: allowed access to hash-assigned
23439:
23440: * src/targets/cgi/parser3.C: z
23441:
23442: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23443: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23444: include/pa_types.h, main/main.dsp, main/pa_common.C,
23445: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23446: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23447: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23448: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23449: types/pa_vunknown.h: cookie class
23450:
23451: * src/main/pa_request.C: zero length output allowed
23452:
23453: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23454: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23455:
23456: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23457: lang switch
23458:
23459: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23460: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23461: types/pa_value.h, types/pa_vhash.h:
23462: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23463:
23464: * src/main/execute.C: z
23465:
23466: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23467: targets/cgi/parser3.C: taint[uri
23468:
23469: * src/: classes/request.C, classes/response.C, classes/root.C,
23470: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23471: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23472: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23473:
23474: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23475: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23476: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23477: types/pa_vstateless_class.C: convinient string(pool, char *src,
23478: bool tainted) ctor
23479:
23480: * src/: include/pa_hash.h, include/pa_request.h,
23481: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23482: main/pa_request.C, main/pa_string.C, main/untaint.C,
23483: targets/cgi/parser3.C: proper @exceptions params tainting
23484:
23485: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23486: response fields to header
23487:
23488: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23489: z
23490:
23491: * src/: classes/_response.h, classes/response.C,
23492: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23493: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23494: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23495: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23496: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23497: $response: 0 request::core exception rethrow
23498:
23499: 2001-03-16 paf
23500:
23501: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23502: types/pa_vrequest.h: native method' class call with less params
23503: then needed error reporting
23504:
23505: * src/: classes/_request.h, classes/request.C,
23506: include/pa_globals.h, include/pa_request.h, main/execute.C,
23507: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23508: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23509: types/pa_vrequest.h: $request : query :uri
23510:
23511: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23512: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23513: types/pa_wcontext.h: $result
23514:
23515: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23516:
23517: * src/: classes/double.C, include/code.h, main/compile.y,
23518: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23519: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23520:
23521: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23522: main/compile.y, main/execute.C, types/pa_value.h,
23523: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23524: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23525: wcontext conflict
23526:
23527: * src/: main/execute.C, types/pa_value.h,
23528: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23529: $string.field
23530:
23531: 2001-03-15 paf
23532:
23533: * src/main/pa_request.C: news sample
23534:
23535: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23536: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23537:
23538: * src/main/: compile.y, execute.C: z
23539:
23540: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23541: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23542: pre pre works
23543:
23544: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23545: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23546: fillfields just compiled
23547:
23548: 2001-03-14 paf
23549:
23550: * src/: include/pa_request.h, main/pa_request.C,
23551: targets/cgi/parser3.C: z
23552:
23553: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23554: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23555: types/pa_vstring.h: limits -1
23556:
23557: * src/: include/pa_globals.h, include/pa_request.h,
23558: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23559: main/pa_request.C, targets/cgi/parser3.C,
23560: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23561: request_info -1
23562:
23563: * src/: include/pa_globals.h, main/pa_globals.C,
23564: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23565: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23566: vform_fields_fill
23567:
23568: * src/targets/cgi/parser3.C: # if MSVC
23569:
23570: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23571: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23572:
23573: * src/targets/cgi/parser3.C: z
23574:
23575: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23576: include/pa_string.h, include/pa_types.h, main/compile.y,
23577: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23578: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23579: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23580: types/pa_vunknown.h: global handler, exceptions in parser3
23581:
23582: 2001-03-13 paf
23583:
23584: * src/: classes/form.C, main/compile.y, main/core.C,
23585: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23586: types/pa_vform.h, types/pa_vstateless_class.C,
23587: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23588: instead
23589:
23590: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23591: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23592: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23593: started cgi target
23594:
23595: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23596: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23597: before error show with parser
23598:
23599: * src/: classes/_form.h, classes/form.C, include/core.h,
23600: include/pa_request.h, main/core.C, main/pa_request.C,
23601: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23602:
23603: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23604:
23605: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23606: parser3.C: renamed targets/ parser to cgi
23607:
23608: * src/: classes/double.C, classes/env.C, classes/int.C,
23609: classes/root.C, classes/string.C, classes/table.C,
23610: include/pa_request.h, types/pa_vhash.h: z
23611:
23612: * src/: classes/_env.h, classes/env.C, classes/root.C,
23613: include/core.h, include/pa_pool.h, include/pa_request.h,
23614: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23615: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23616: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23617: [historical moment :)]
23618:
23619: * src/: include/code.h, include/pa_string.h, main/compile.y,
23620: main/execute.C, main/pa_string.C: 'value is type' expr operator
23621:
23622: * src/types/pa_venv.h: $ENV 1
23623:
23624: * src/main/execute.C: z
23625:
23626: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23627: future methods of ENV constructor if
23628:
23629: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23630: class
23631:
23632: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23633: classes/_root.h, classes/_string.h, classes/_table.h,
23634: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23635: classes/string.C, classes/table.C, include/pa_request.h,
23636: main/compile.C, main/compile_tools.h, main/core.C,
23637: main/execute.C, main/main.dsp, main/pa_request.C,
23638: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23639: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23640: types/pa_vobject.h, types/pa_vstateless_class.C,
23641: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23642: types/pa_wcontext.h: $ENV: re 0, stateless classes
23643:
23644: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23645: classes/_root.h, classes/_string.h, classes/_table.h,
23646: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23647: classes/string.C, classes/table.C, include/pa_request.h,
23648: main/compile.C, main/compile_tools.h, main/core.C,
23649: main/execute.C, main/main.dsp, main/pa_request.C,
23650: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23651: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23652: types/pa_vobject.h, types/pa_vstateless_class.C,
23653: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23654: types/pa_wcontext.h: $ENV: re 0, stateless classes
23655:
23656: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23657: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23658: yesterdays bad decision on execute_static_method
23659:
23660: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23661:
23662: * src/: classes/double.C, classes/int.C, classes/root.C,
23663: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23664:
23665: * src/main/pa_request.C: z
23666:
23667: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23668: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23669:
23670: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23671: include/pa_pool.h, main/pa_request.C:
23672: restructure_exceptions_dead_end
23673:
23674: * src/: classes/root.C, main/compile.y: ^if required junctions.
23675: allowed ; inside {} to break params
23676:
23677: * src/classes/root.C: ^eval
23678:
23679: * src/: classes/_string.h, classes/double.C, classes/int.C,
23680: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23681: string ^format
23682:
23683: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23684: 'bad' but not 'enough'
23685:
23686: * src/: classes/double.C, classes/root.C, classes/table.C,
23687: include/pa_common.h, include/pa_types.h, main/compile.y,
23688: main/pa_common.C, main/pa_request.C, main/untaint.C,
23689: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23690: types/pa_wwrapper.h: think constructing flag as is is bad
23691:
23692: * src/: classes/double.C, classes/int.C, classes/root.C,
23693: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23694: types/pa_vint.h: ^for
23695:
23696: 2001-03-12 paf
23697:
23698: * src/classes/table.C: table ^empty
23699:
23700: * src/: classes/table.C, include/pa_table.h: table ^menu
23701:
23702: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23703: ^offset ^line ^count
23704:
23705: * src/classes/root.C: ^round() ^floor() ^ceiling()
23706: ^abs() ^sign()
23707:
23708: * src/classes/: root.C, table.C: ^use
23709:
23710: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23711: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23712: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23713: ^while. switched off wcontext.constructing after write(value) or
23714: auto-vhash-constructing
23715:
23716: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23717: main/pa_request.C: fail_if_junction_ helper func
23718:
23719: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23720: include/pa_request.h, main/execute.C, main/main.dsp,
23721: main/pa_common.C, main/pa_request.C: ^process error point by
23722: actual method_name, not source. ^load
23723:
23724: * src/types/pa_vtable.h: table: no, better with string in cells...
23725:
23726: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23727: classes/_table.h, classes/table.C, main/untaint.C: z
23728:
23729: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23730: include/pa_table.h, main/core.C, main/execute.C,
23731: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23732: types/pa_value.h: table:set 0
23733:
23734: * src/: classes/root.C, include/core.h, include/pa_array.h,
23735: include/pa_request.h, include/pa_table.h, main/core.C,
23736: main/main.dsp, main/pa_request.C, main/pa_table.C,
23737: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23738: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23739: types/pa_vstring.h: freeze, ^table:create[] -1
23740:
23741: * src/: classes/root.C, types/pa_value.h: z
23742:
23743: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23744: get_method in couple places optimizing them
23745:
23746: * src/classes/root.C: z
23747:
23748: * src/: classes/root.C, types/pa_vclass.h: process temp main
23749: zeroing
23750:
23751: * src/: classes/double.C, classes/int.C, classes/root.C,
23752: classes/string.C, include/pa_common.h, include/pa_request.h,
23753: include/pa_string.h, include/pa_types.h, main/compile.C,
23754: main/compile.y, main/compile_tools.h, main/execute.C,
23755: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23756: types/pa_vmframe.h: ^process. actual names to store param and
23757: check_actual_numbered_params for better place diagnostics
23758:
23759: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23760: method-junctions bug fixed
23761:
23762: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23763: pa_vstateless_object.h, pa_vstring.h: stateless_object
23764:
23765: 2001-03-11 paf
23766:
23767: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23768: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23769: VDouble VInt base now VObject_base - without fields
23770:
23771: * src/: classes/root.C, include/core.h, main/core.C: z
23772:
23773: * src/: classes/double.C, classes/int.C, classes/root.C,
23774: classes/string.C, include/core.h, include/pa_hash.h,
23775: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23776: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23777:
23778: * src/: classes/double.C, classes/int.C, classes/root.C,
23779: include/pa_request.h, main/execute.C: intercept_string
23780:
23781: * src/: classes/double.C, classes/int.C, classes/root.C,
23782: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23783:
23784: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23785: ^inc-s(expr)
23786:
23787: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23788: classes/_root.h, classes/_string.h, classes/double.C,
23789: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23790: include/code.h, include/core.h, include/pa_array.h,
23791: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23792: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23793: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23794: include/pa_types.h, main/compile.C, main/compile.y,
23795: main/compile_tools.C, main/compile_tools.h, main/core.C,
23796: main/execute.C, main/pa_array.C, main/pa_common.C,
23797: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23798: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23799: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23800: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23801: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23802: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23803: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23804: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23805:
23806: * src/: main/pa_request.C, types/pa_vhash.h: z
23807:
23808: * src/: include/core.h, include/pa_request.h, main/core.C,
23809: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23810:
23811: * src/: include/pa_valiased.h, include/pa_value.h,
23812: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23813: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23814: include/pa_vjunction.h, include/pa_vmframe.h,
23815: include/pa_vobject.h, include/pa_vstring.h,
23816: include/pa_vunknown.h, include/pa_wcontext.h,
23817: include/pa_wwrapper.h, main/compile.y, main/core.C,
23818: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23819: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23820: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23821: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23822: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23823: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23824: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23825: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23826: include/
23827:
23828: 2001-03-10 paf
23829:
23830: * src/: include/core.h, include/pa_request.h, main/core.C,
23831: main/pa_request.C: run+auto=run
23832:
23833: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23834:
23835: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23836: classes/_root.h, classes/_string.h, classes/double.C,
23837: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23838: include/code.h, include/core.h, include/pa_array.h,
23839: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23840: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23841: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23842: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23843: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23844: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23845: include/pa_vjunction.h, include/pa_vmframe.h,
23846: include/pa_vobject.h, include/pa_vstring.h,
23847: include/pa_vunknown.h, include/pa_wcontext.h,
23848: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23849: main/compile_tools.C, main/compile_tools.h, main/core.C,
23850: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23851: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23852: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23853: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23854: main/pa_wcontext.C: sources header
23855:
23856: * src/main/pa_request.C: auto..
23857:
23858: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23859: main/pa_request.C: auto tree0
23860:
23861: * src/: include/core.h, include/pa_request.h, main/compile.y,
23862: main/core.C, main/pa_request.C: names to core.C
23863:
23864: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23865: include/pa_request.h, main/core.C, main/execute.C,
23866: main/pa_common.C, main/pa_request.C: root auto.p loaded
23867:
23868: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23869: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23870: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23871: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23872:
23873: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23874: @auto[] realised. auto.p scan togo
23875:
23876: * src/: include/pa_request.h, main/execute.C: autocalc
23877: code-junctions result now have names
23878:
23879: * src/: classes/double.C, classes/int.C, classes/root.C,
23880: classes/string.C, include/pa_request.h, include/pa_string.h,
23881: include/pa_wcontext.h, main/compile.y, main/execute.C,
23882: main/pa_string.C, main/pa_wcontext.C: tainting 0
23883:
23884: * src/classes/env.C: env:file/line
23885:
23886: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23887: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23888: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23889: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23890: main/compile_tools.C, main/compile_tools.h, main/core.C,
23891: main/execute.C, main/main.dsp, main/pa_cframe.C,
23892: main/pa_request.C, main/pa_wcontext.C: const fight finished
23893:
23894: * src/include/pa_vclass.h: const fight to go
23895:
23896: * src/: classes/_env.h, classes/env.C, classes/root.C,
23897: include/pa_request.h, include/pa_vclass.h, main/core.C,
23898: main/main.dsp: env0
23899:
23900: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23901: classes/_string.h, classes/double.C, classes/int.C,
23902: classes/root.C, classes/string.C, include/pa_request.h,
23903: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23904: include/pa_wcontext.h, main/core.C, main/main.dsp,
23905: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23906: main/pa_wcontext.C: ^lang prepare0
23907:
23908: 2001-03-09 paf
23909:
23910: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23911: construct proper naming
23912:
23913: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23914: classes/double.C, classes/int.C, classes/root.C,
23915: classes/string.C, include/code.h, include/pa_value.h,
23916: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23917: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23918: main/compile.y, main/compile_tools.C, main/core.C,
23919: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23920: and ^double[]. fixed expr type
23921:
23922: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23923: ^string.length[]
23924:
23925: 2001-03-08 paf
23926:
23927: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23928:
23929: * src/: include/pa_vclass.h, include/pa_vstring.h,
23930: include/pa_wcontext.h, main/compile.y, main/core.C,
23931: main/execute.C, main/main.dsp: dead end: vstring can't be
23932: derivated from vobject
23933:
23934: * src/: include/pa_vclass.h, include/pa_vhash.h,
23935: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23936:
23937: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23938: remained clone conseqs
23939:
23940: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23941:
23942: * src/main/pa_vclass.C: wow! vclass were out of vcs
23943:
23944: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23945: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23946: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23947: include/pa_vobject.h, include/pa_vstring.h,
23948: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23949: main/execute.C: withoud cloning. didn't need it actually, params
23950: got passed from out unnamed ewpool
23951:
23952: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23953: include/pa_vjunction.h, include/pa_vobject.h,
23954: include/pa_vunknown.h, main/compile.y: cloning dead end
23955:
23956: * src/: include/pa_bool.h, include/pa_double.h,
23957: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23958: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23959: include/pa_vjunction.h, include/pa_vmframe.h,
23960: include/pa_vobject.h, include/pa_vstring.h,
23961: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23962: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23963: to give params proper names
23964:
23965: * src/main/pa_wcontext.C: z
23966:
23967: * src/: include/pa_vmframe.h, main/execute.C: added names to
23968: unknown values in get_element and unfilled params. removed wrong
23969: name change in get_element
23970:
23971: * src/main/execute.C: z
23972:
23973: * src/main/execute.C: fixed problems calling operators in
23974: constructors
23975:
23976: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23977: detected problems calling operators in constructors
23978:
23979: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23980: autocalc def to string
23981:
23982: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23983: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23984:
23985: * src/classes/root.C: added root.c
23986:
23987: * src/: include/pa_request.h, include/pa_value.h,
23988: include/pa_vcframe.h, include/pa_vmframe.h,
23989: include/pa_wcontext.h, main/compile.C, main/compile.y,
23990: main/core.C, main/execute.C, main/pa_cframe.C,
23991: main/pa_wcontext.C: 'if' just compiled
23992:
23993: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23994: include/pa_vjunction.h, include/pa_vmframe.h,
23995: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23996: main/pa_wcontext.C: z
23997:
23998: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23999: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24000: with parameter names in operator methods
24001:
24002: * src/main/compile.y: minor renamings in .y
24003:
24004: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24005: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24006: @BASE. changed 'RUN' assignment mech
24007:
24008: * src/main/execute.C: z
24009:
24010: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24011: main/compile_tools.h, main/execute.C: made class: dynamic, not
24012: static. so to enable runtime ^use
24013:
24014: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24015:
24016: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24017: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24018:
24019: * src/main/execute.C: root root in code-junction
24020:
24021: 2001-03-07 paf
24022:
24023: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24024: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24025:
24026: * src/: include/pa_stack.h, include/pa_value.h,
24027: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24028: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24029: fixed rwcontext of {} params up
24030:
24031: * src/main/: compile.y, compile_tools.h: ^func(params)
24032:
24033: * src/main/compile.y: .y priorities syntax shaped up a bit
24034:
24035: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24036: include/pa_vunknown.h, main/compile.y, main/execute.C,
24037: main/pa_hash.C: expr def in -f
24038:
24039: * src/main/: compile.y, execute.C: expr calls
24040:
24041: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24042: fixed
24043:
24044: * src/main/compile.y: expr quoted code
24045:
24046: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24047: support0
24048:
24049: * src/main/compile.y: expr string comparisons 0
24050:
24051: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24052: main/pa_string.C: just compiled lt&co
24053:
24054: * src/main/execute.C: ^var.menu{$field} problem detected. that
24055: $field not a $var.field
24056:
24057: 2001-03-06 paf
24058:
24059: * src/main/compile.y: .y expr visible-shorter
24060:
24061: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24062: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24063: logical
24064:
24065: * src/: include/pa_vstring.h, main/compile.y: problems with
24066: skipping whitespace in yylex
24067:
24068: * src/include/pa_vbool.h: forgot this
24069:
24070: * src/: include/code.h, main/compile.y, main/execute.C: without
24071: string ops in expressions 0
24072:
24073: * src/: include/pa_value.h, include/pa_vdouble.h,
24074: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24075: main/execute.C, main/main.dsp: !~
24076:
24077: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24078: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24079: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24080: include/pa_vunknown.h, include/pa_wcontext.h,
24081: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24082: main/compile_tools.h, main/execute.C: +-*/
24083:
24084: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24085: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24086:
24087: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24088: main/execute.C: expr grammar-1 2*2=4.000000 :)
24089:
24090: * src/main/compile.y: expr grammar-1
24091:
24092: * src/main/compile.y: expr lexx1
24093:
24094: * src/main/: compile.y, execute.C, main.dsp: z
24095:
24096: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24097: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24098: main/execute.C: expr lex0 exec-1
24099:
24100: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24101:
24102: 2001-02-26 paf
24103:
24104: * src/main/compile.y: max_string in yyerror bug fix
24105:
24106: 2001-02-25 paf
24107:
24108: * src/: include/pa_value.h, include/pa_vmframe.h,
24109: include/pa_wcontext.h, main/execute.C: VAliased3
24110:
24111: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24112:
24113: * src/main/execute.C: VAliased1
24114:
24115: * src/: include/pa_request.h, include/pa_value.h,
24116: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24117: VAliased0
24118:
24119: * src/: include/pa_pool.h, include/pa_request.h,
24120: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24121: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24122: VAliased just compiled
24123:
24124: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24125: include/pa_vobject.h, main/execute.C: alias dead end
24126:
24127: * src/: include/pa_value.h, include/pa_vclass.h,
24128: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24129: main/main.dsp: no not get fields into interm VFielded class.
24130: fields & staticfields 1
24131:
24132: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24133: include/pa_vobject.h, include/pa_wcontext.h,
24134: include/pa_wwrapper.h, main/core.C, main/execute.C,
24135: main/main.dsp: would now get fields into interm VFielded class
24136:
24137: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24138: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24139: include/pa_wcontext.h, main/compile.y, main/core.C,
24140: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24141: main/pa_wcontext.C: virtuals2
24142:
24143: * src/main/compile.y: : 1
24144:
24145: * src/main/compile.y: rethought to $class:static.field.subfield
24146:
24147: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24148: $class:element
24149:
24150: * src/: include/pa_value.h, include/pa_vmframe.h,
24151: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24152: main/pa_wcontext.C: before execute class calls rewrite
24153:
24154: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24155: name RUN, also alias
24156:
24157: * src/main/compile.y: escaping bug
24158:
24159: * src/: include/pa_request.h, include/pa_value.h,
24160: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24161: main/core.C, main/execute.C, main/pa_common.C: vobject1
24162:
24163: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24164: include/pa_vmframe.h, include/pa_vobject.h,
24165: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24166: main/compile_tools.h, main/execute.C: ^class:method() just
24167: compiled
24168:
24169: 2001-02-24 paf
24170:
24171: * src/main/main.dsp: no bison -d
24172:
24173: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24174: class' err msg wrong
24175:
24176: * src/main/compile.y: z
24177:
24178: * src/main/: compile.y, core.C: yylex need some @special lines adj
24179:
24180: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24181: main/compile.y, main/compile_tools.h, main/core.C: modules0
24182:
24183: * src/: include/pa_vclass.h, main/core.C: z
24184:
24185: * src/: include/pa_value.h, include/pa_vclass.h,
24186: include/pa_vobject.h, main/main.dsp: vobject00
24187:
24188: * src/main/pa_array.C: minor bug in expanding very small arrays.
24189: 60% from 1 were 0
24190:
24191: * src/: include/pa_value.h, include/pa_wcontext.h,
24192: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24193: as bad as you've named it: wcontext.value() was not a perfect
24194: idea
24195:
24196: * src/main/execute.C: codeframe1
24197:
24198: * src/: include/pa_value.h, include/pa_vcframe.h,
24199: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24200: include/pa_vjunction.h, include/pa_vmframe.h,
24201: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24202: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24203: just compiled
24204:
24205: * src/: include/pa_vframe.h, main/compile.y: found junction
24206: ideology @: ^x{$a()) must construct current wcontext element, so
24207: smart wcontext handling needed
24208:
24209: * src/main/compile.y: fixed grammar bugs in constructor/params
24210: klinch
24211:
24212: * src/main/: compile.y, execute.C: fixed empty constructor
24213: optimized empty case. failed on calls - produced empty string
24214: param
24215:
24216: * src/main/compile.y: fixed last \n macrotemplate strip bug
24217:
24218: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24219: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24220: main/compile_tools.C, main/compile_tools.h, main/core.C,
24221: main/execute.C: code junctions0. something wrong with last \n
24222: macrotemplate strip
24223:
24224: * src/: include/pa_value.h, main/compile.C, main/core.C,
24225: main/pa_value.C: minor error reporting format beautifyings
24226:
24227: * src/: include/pa_value.h, include/pa_vclass.h,
24228: include/pa_vframe.h, main/core.C, main/execute.C,
24229: main/pa_value.C: get_method RIP. junctions everywhere. call with
24230: junctions0
24231:
24232: 2001-02-23 paf
24233:
24234: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24235: pa_wwrapper.h: lara came, can't work, sorry :(
24236:
24237: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24238: junction
24239:
24240: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24241: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24242: main/execute.C, main/main.dsp, main/pa_value.C: call0
24243:
24244: * src/: include/pa_hash.h, include/pa_value.h,
24245: include/pa_wcontext.h, main/core.C, main/execute.C,
24246: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24247: done
24248:
24249: * src/include/pa_wcontext.h: z
24250:
24251: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24252: wrong grammar in complex constructor case
24253:
24254: * src/main/: compile.y, execute.C: empty constructor bug fixed
24255:
24256: * src/main/execute.C: with result rwpool
24257:
24258: * src/: include/pa_value.h, main/core.C, main/execute.C,
24259: main/main.dsp: value named
24260:
24261: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24262: strign 2 value in 2 places in execute
24263:
24264: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24265: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24266: wcontext.put_element when wcontext fvalue==0
24267:
24268: 2001-02-22 paf
24269:
24270: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24271: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24272: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24273:
24274: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24275: erroreos checkout
24276:
24277: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24278:
24279: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24280: main/compile_tools.h, main/pa_array.C: $self.get
24281:
24282: * src/main/: compile.C, compile.y, compile_tools.C: z
24283:
24284: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24285: bit. finished now.
24286:
24287: * src/main/compile.y: $: finished
24288:
24289: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24290:
24291: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24292: main/execute.C: OP_STRING better then some xxx _VALUE
24293:
24294: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24295: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24296: string to vstring it .y all
24297:
24298: * src/: include/pa_request.h, include/pa_stack.h,
24299: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24300: all
24301:
24302: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24303: precise parse error line:col
24304:
24305: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24306: main/pa_hash.C, main/pa_pool.C: TRY...
24307:
24308: * src/: include/pa_exception.h, include/pa_pool.h,
24309: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24310: main/compile.C, main/compile.y, main/compile_tools.C,
24311: main/core.C, main/pa_array.C, main/pa_exception.C,
24312: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24313: main/pa_table.C: removed exception from request
24314:
24315: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24316: some forgotten
24317:
24318: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24319: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24320: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24321: get/put simple vars to VClass works0
24322:
24323: * src/: include/pa_array.h, include/pa_wcontext.h,
24324: main/pa_string.C: in process, but found that exceptions are too
24325: global
24326:
24327: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24328: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24329: main/execute.C, main/pa_string.C: write_value write_string 0 it
24330: seems wcontext must write strings regardles of fvalue!=0
24331:
24332: 2001-02-21 paf
24333:
24334: * src/main/execute.C: tired :)
24335:
24336: * src/main/: compile.C, compile.y, execute.C: store0
24337:
24338: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24339: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24340: include/pa_wcontext.h, main/compile.C, main/compile.y,
24341: main/execute.C, main/main.dsp, main/pa_array.C,
24342: main/pa_request.C: get put -1 [just compiled]
24343:
24344: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24345: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24346: main/main.dsp, main/pa_request.C: request core methods0
24347:
24348: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24349: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24350: execute
24351:
24352: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24353: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24354: methods and one_big_piece. now compile returns array<method*>
24355:
24356: * src/main/compile.y: more straightforward yylex[end]
24357:
24358: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24359: string.operator==(char*)
24360:
24361: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24362: main/execute.C, main/pa_array.C: after array.const get wonders
24363:
24364: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24365: pa_string.h, pa_value.h: struck with const array.gets
24366:
24367: * src/main/: execute.C: z
24368:
24369: * src/main/: compile.y, execute.C: z
24370:
24371: * src/main/: compile.C, compile.y, compile_tools.h: error
24372: processing in eval & yyerror so it wouldn't cause memleaks.
24373:
24374: * src/main/: compile.C, compile.y: failed to add absolute precies
24375: parse error positions. leaving RIGHTMOST position as
24376: @file[line:col]
24377:
24378: * src/: include/compile.h, main/compile.C, main/compile.y,
24379: main/compile_tools.h: line numbers needed. would add them to .y
24380: now internally. externally it's not as precise as needed
24381:
24382: * src/: include/code.h, include/pa_types.h, main/compile.C,
24383: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24384: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24385: compiler works ok
24386:
24387: 2001-02-20 paf
24388:
24389: * src/main/: compile.C, compile.y, compile_tools.C,
24390: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24391: not perfect
24392:
24393: * src/: include/code.h, include/compile.h, include/execute.h,
24394: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24395: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24396: main/compile.C, main/compile.y, main/compile_tools.C,
24397: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24398: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24399: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24400: compiled. execute=dump for now
24401:
24402: * src/main/core.C: core rewrite using yacc investigations now will
24403: be compile[yacc]/execute[opcodes]
24404:
24405: 2001-02-15 paf
24406:
24407: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24408: rewrite as turing machine? for it seems it would be it's too many
24409: ifs with this syntax now
24410:
24411: 2001-02-14 paf
24412:
24413: * src/main/core.C: get_params 1
24414:
24415: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24416: :( ]
24417:
24418: * src/main/core.C: varios breaks
24419:
24420: * src/main/core.C: get names 3
24421:
24422: * src/main/core.C: get names 2
24423:
24424: * src/main/core.C: get names 1
24425:
24426: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24427: names 0
24428:
24429: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24430: text repassing2 operator static vars
24431:
24432: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24433: main/pa_string.C: process text repassing
24434:
24435: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24436: module:calls changes
24437:
24438: 2001-02-13 paf
24439:
24440: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24441: ^class:calls[] started
24442:
24443: * src/: include/pa_value.h, main/core.C: z
24444:
24445: * src/main/core.C: operators : and self. prefixes
24446:
24447: * src/main/core.C: z
24448:
24449: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24450: tested
24451:
24452: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24453: optimized
24454:
24455: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24456: would change privates to better support optimization
24457:
24458: * src/: include/pa_string.h, main/pa_string.C:
24459: String_iterator::skip_to todo:optimize
24460:
24461: 2001-02-12 paf
24462:
24463: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24464: String_iterator
24465:
24466: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24467: comments
24468:
24469: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24470: self/methodref joined
24471:
24472: 2001-02-11 paf
24473:
24474: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24475: main/main.dsp: core started. core.C, context&value .h
24476:
24477: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24478: include/pa_string.h, main/main.dsp, main/pa_array.C,
24479: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24480:
24481: 2001-01-30 paf
24482:
24483: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24484: comments
24485:
24486: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24487: main/pa_pool.C: moved pa_pool.C to be target specific
24488:
24489: * src/: include/pa_exception.h, include/pa_pool.h,
24490: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24491: to & changes
24492:
24493: * src/: include/pa_exception.h, include/pa_pool.h,
24494: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24495: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24496: re-associated. that's much better even removed 'die' necessety
24497:
24498: * src/: include/pa_error.h, include/pa_exception.h,
24499: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24500: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24501: targets/Makefile.am: lowered targets/parser into subdir, added
24502: parser_Pool(Pool) failed to add. would think..
24503:
24504: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24505: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24506: main/pa_string.C, main/pa_table.C: Table more like C++ style
24507: hence lots of 'const'
24508:
24509: * src/: include/pa_error.h, include/pa_request.h,
24510: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24511: main/pa_table.C: Error fixed
24512:
24513: 2001-01-29 paf
24514:
24515: * src/: include/pa_array.h, include/pa_common.h,
24516: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24517: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24518: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24519: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24520:
24521: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24522: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24523: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24524: main/pa_string.C, main/pa_table.C: Request Error Table
24525:
24526: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24527: templates"
24528:
24529: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24530: main/main.dsp, main/pa_array.C: templates failed no template
24531: specializations [VC6], no library auto instantation [VC6, GNU c++
24532: 2.95.2-6 from latest cygwin]
24533:
24534: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24535: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24536: main/main.dsp, main/pa_array.C, main/pa_string.C,
24537: main/pa_table.C: Table started would test template Array now
24538:
24539: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24540: String originating
24541:
24542: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24543: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24544: SYNCHRONIZED(thread_safe)
24545:
24546: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24547: parts to top
24548:
24549: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24550: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24551: see: needed only in global Hash now, made Hash:: put/get
24552: SYNCHRONIZED
24553:
24554: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24555: main/pa_threads.C: added pa_threads
24556:
24557: Mutex
24558:
24559: * src/include/pa_hash.h: some comments
24560:
24561: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24562: Array& operator += (Array& src)
24563:
24564: * src/main/pa_array.C: expand not convinient, would rewrite
24565:
24566: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24567: (Array& src)
24568:
24569: rethought, would change now
24570:
24571: 2001-01-27 paf
24572:
24573: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24574: caching
24575:
24576: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24577: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24578: cache rethought to chunk caching
24579:
24580: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24581: include/pa_string.h, main/main.dsp, main/pa_array.C,
24582: main/pa_hash.C, main/pa_string.C: Array 0
24583:
24584: * src/main/pa_string.C: String::operator ==
24585:
24586: * src/main/pa_hash.C: String(&String)
24587:
24588: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24589:
24590: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24591: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24592: pa_hash[forgotten]
24593:
24594: 2001-01-26 paf
24595:
24596: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24597: removed templates [vc++ suxx]
24598:
24599: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24600: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24601:
24602: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24603:
1.119 moko 24604: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24605:
1.119 moko 24606: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24607: check
24608:
24609: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24610: dynamic row_count
24611:
24612: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24613: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24614: targets/Makefile.am: Initial revision
24615:
24616: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24617: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24618: targets/Makefile.am: creating parser3 module
24619:
E-mail: