Annotation of parser3/ChangeLog, revision 1.164
1.164 ! moko 1: 2021-01-28 moko
! 2:
! 3: * buildall, etc/auto.p.in: to remove last patch in debian package
! 4:
! 5: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
! 6: 3.4.7b
! 7:
1.162 moko 8: 2021-01-21 moko
9:
10: * src/main/pa_http.C: no alarm() in file::load when web server mode
11: is MULTITHREADED
12:
1.157 moko 13: 2021-01-20 moko
14:
1.161 moko 15: * src/targets/apache/mod_parser3.c: it is more correct to recommend
16: 'a2enmod mpm_prefork'
17:
1.160 moko 18: * src/targets/apache/mod_parser3.c: prefork name is now
19: 'libapache2-mpm-itk'
20:
21: * src/targets/apache/mod_parser3_core.C: last regular malloc
22: removed
23:
1.159 moko 24: * src/targets/isapi/Makefile.am: -pa_threads.C
25:
1.158 moko 26: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
27: 3.4.6
28:
1.157 moko 29: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
30:
31: * etc/auto.p.in: @config[result] added to simplify $cfg change in
32: /httpd.p
33:
34: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
35: ^use[/httpd.p] + optional ^preprocess[] (related to feature
36: #1203)
37:
38: 2021-01-19 moko
39:
40: * buildall: --disable-parallel-mark added to avoid "number of
41: processors" threads creation for heap marking as it conflicts
42: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
43: limits threads)
44:
1.156 moko 45: 2021-01-16 moko
46:
47: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
48: main/pa_globals.C, main/pa_memory.C,
49: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
50: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
51: feature #1209)
52:
53: 2021-01-15 moko
54:
55: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
56: 3.4.6rc
57:
58: * src/classes/json.C: get_delim added for delimiter caching (10%
59: faster on large json)
60:
61: 2021-01-14 moko
62:
63: * operators.txt: updated with 3.4.6 changes
64:
65: * tests/results/224.processed: test result modified after
66: today(shift) implemented
67:
68: * tests/: 407.html, results/407.processed: test for ^hash.select
69: option $.default(bool) added (related to feature #1172)
70:
71: * src/classes/hash.C: ^hash.select option $.default(bool) added
72: (related to feature #1172)
73:
74: * tests/: 141.html, results/141.processed: test modified for
75: feature #1185.
76:
77: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
78: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
79: options $.lower(bool) (implements feature #1185)
80:
81: 2021-01-11 moko
82:
83: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
84: #1192)
85:
86: * tests/: 411.html, results/411.processed: test for ^date::today(N)
87: added (related to feature #1192)
88:
1.155 moko 89: 2021-01-05 moko
90:
91: * tests/: 270.html, results/270.processed: test modified to work
92: under Windows
93:
94: * tests/: 390.html, 395.html, results/395.processed: tests updated
95: 4 windows
96:
97: * tests/: 410.html, results/410.processed: test for
98: $CLASS-GETTER-PROTECTED(false) added
99:
100: 2021-01-04 moko
101:
102: * tests/: 409.html, results/409.processed, results/auto.p: test for
103: $MAIN:LOCALS(true) added
104:
1.154 moko 105: 2021-01-03 moko
106:
107: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
108: types/pa_vclass.h, types/pa_vstateless_class.C,
109: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
110: +LOCALS. $main -> $MAIN in exception texts (implements feature
111: #1207)
112:
113: 2021-01-02 moko
114:
115: * etc/auto.p.in: minor
116:
117: * src/main/pa_request.C: sending headers only after opening file to
118: allow error reporting if file was not opened (foreign group,
119: etc).
120:
121: 2020-12-31 moko
122:
123: * src/: include/pa_request.h, main/pa_request.C,
124: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
125:
126: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
127: main/pa_request.C: get_class_ref added and used
128:
129: * etc/auto.p.in: @CLASS httpd added
130:
131: * etc/auto.p.in: @auto[] is now first
132:
133: 2020-12-30 moko
134:
135: * tests/: 408.html, results/408.processed: test for bug #1166
136: (windows only) added
137:
138: * src/main/pa_common.C: create_dir_for_file should not create dir
139: for trailing / (fixes bug #1166)
140:
141: * tests/: 341.html, results/341.processed: tests for
142: ^nameless_table.hash[] added (related to feature #1138)
143:
144: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
145: (implements feature #1138), extra fields in named tables no
146: longer ignored (implements feature #1138)
147:
148: * tests/results/390.processed: updated after exception text change
149:
150: 2020-12-29 moko
151:
152: * tests/: 407.html, results/407.processed: +$._default check
153:
154: * src/classes/hash.C: keep $_default in ^hash.reverse[]
155:
156: * tests/: 407.html, results/407.processed: test for ^hash.select[]
157: and ^hash.reverse[] added (releated to feature #1172)
158:
159: * src/classes/hash.C:
160: ^hash.select[key;value](bool-condition)[options hash] +
161: ^hash.reverse[] added (implements feature #1172)
162:
163: * src/types/pa_vtable.h: warning war
164:
165: * src/include/pa_config_fixed.h: win32 fix
166:
1.153 moko 167: 2020-12-27 moko
168:
169: * tests/: 406.html, results/406.processed: test results updated
170:
171: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
172: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
173: spelling
174:
175: 2020-12-26 moko
176:
177: * tests/: 406.html, results/406.processed: tests for
178: ^table.rename[] added (related to feature #1148)
179:
180: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
181: ^table.rename[column name from;column name to], ^table.rename[
182: $.[column name from][column name to] ... ] added (implements
183: feature #1148)
184:
185: 2020-12-25 moko
186:
187: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
188: request_info now on stack to avoid yet another THREAD_LOCAL
189: memory deallocation issue (now with cookies), explained in #1203
190:
191: * src/types/pa_vcookie.C: fields should be inited
192:
193: 2020-12-24 moko
194:
195: * src/include/pa_stylesheet_connection.h: looks like
196: xsltFreeStylesheet leads to memory double-free. If so, it's for
197: sure libxml bug, but we have GC anyway, so we just remove this
198: call and see...
199:
200: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
201: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
202: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
203: abort.c:65:8 frame #3: 0x00000000004da663
204: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
205: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
206: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
207: malloc.c:617:9 frame #5: 0x0000000000577f0c
208: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
209: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
210: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
211: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
212: frame #8: 0x000000000050d35c
213: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
214: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
215: frame #10: 0x00000000004436e5
216: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
217: [inlined]
218: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
219: pa_stylesheet_connection.h:62:3
220:
221: 2020-12-23 moko
222:
223: * src/classes/image.C: ^image::measure[; $.video() ] option added
224:
225: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
226: ^image::measure[; $.video(true) ] added
227:
228: * src/main/pa_exec.C: not cleared automatically in multithreaded
229: httpd mode for unknown reasons
230:
231: 2020-12-22 moko
232:
233: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
234: error_log uri of currently processed document", but never used
235: and conflicts with how libgc stops threads on FreeBSD (#define
236: SIG_SUSPEND SIGUSR1), thus removed.
237:
238: 2020-12-21 moko
239:
240: * src/main/pa_request.C: +comment
241:
1.151 moko 242: 2020-12-20 moko
243:
1.152 moko 244: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
245: it is more safe to have versions of pa_strdup with one and two
246: arguments, as helper_length=0 not always mean that strlen()
247: should be called, but means zero.
248:
249: * src/targets/isapi/parser3isapi.C: minor
250:
251: * src/main/pa_http.C: +valid_http_method
252:
1.151 moko 253: * src/: include/pa_http.h, main/pa_http.C,
254: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
255:
256: 2020-12-17 moko
257:
258: * tests/: 405.html, results/405.processed: test for split by regex
259: added (related to feature #1160)
260:
261: * src/classes/string.C: split by regex implemented (feature #1160)
262:
263: * src/classes/string.C: minor
264:
265: * tests/: 404.html, results/404.processed: test for whitespace
266: string is now OK for table argument (related to feature #1169)
267:
268: * src/: classes/image.C, classes/string.C, classes/table.C,
269: types/pa_vmethod_frame.C: whitespace string is now OK for table
270: argument (as with hash) (implements feature #1169)
271:
272: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
273: limit for comment (fixes bug #1102)
274:
275: * src/targets/cgi/parser3.C: +HAVE_TLS check
276:
277: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
278:
279: * src/include/pa_config_includes.h: HAVE_TLS used
280:
281: * configure.ac: +TLS check
282:
283: * src/main/pa_http.C: content logging added
284:
285: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
286: clear_response_headers added
287:
288: 2020-12-16 moko
289:
290: * buildall: as we now use threads, libatomic_ops still required for
291: some OS.
292:
293: * src/main/pa_request.C: whitespace
294:
295: * src/: include/pa_request.h, main/pa_request.C:
296: Request::Exception_trace::table extracted and used
297:
298: * src/main/pa_request.C: moving output_result call outside of try
299: as network exceptions should not be handled by parser code
300:
301: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
302: logging network exchange
303:
304: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
305: via network if it was network write error.
306:
307: * src/targets/cgi/parser3.C: log -> pa_log
308:
309: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
310:
311: * src/main/pa_threads.C: getpid() if no gettid() found
312:
313: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
314: we need to ignore "void" connections from browsers (browsers open
315: connections in advance and they will be empty if user does not
316: request more pages)
317:
318: 2020-12-15 moko
319:
320: * src/targets/cgi/parser3.C: avoid previous uri in logs
321:
322: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
323: RequestController not needed in httpd mode
324:
325: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
326: classes/classes.h, classes/curl.C, classes/date.C,
327: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
328: classes/hashfile.C, classes/image.C, classes/inet.C,
329: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
330: classes/memcached.C, classes/memory.C, classes/op.C,
331: classes/reflection.C, classes/regex.C, classes/response.C,
332: classes/string.C, classes/table.C, classes/void.C,
333: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
334: include/pa_array.h, include/pa_base64.h,
335: include/pa_cache_managers.h, include/pa_charset.h,
336: include/pa_charsets.h, include/pa_common.h,
337: include/pa_config_fixed.h, include/pa_config_includes.h,
338: include/pa_dictionary.h, include/pa_dir.h,
339: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
340: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
341: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
342: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
343: include/pa_request_charsets.h, include/pa_request_info.h,
344: include/pa_sapi.h, include/pa_socks.h,
345: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
346: include/pa_stack.h, include/pa_string.h,
347: include/pa_stylesheet_connection.h,
348: include/pa_stylesheet_manager.h, include/pa_symbols.h,
349: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
350: include/pa_uue.h, include/pa_xml_exception.h,
351: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
352: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
353: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
354: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
355: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
356: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
357: main/compile.tab.C, main/compile.y, main/compile_tools.C,
358: main/compile_tools.h, main/execute.C, main/pa_base64.C,
359: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
360: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
361: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
362: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
363: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
364: main/pa_sql_driver_manager.C, main/pa_string.C,
365: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
366: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
367: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
368: main/untaint.C, sql/pa_sql_driver.h,
369: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
370: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
371: targets/isapi/parser3isapi.C, types/pa_junction.h,
372: types/pa_method.h, types/pa_property.h, types/pa_value.C,
373: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
374: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
375: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
376: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
377: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
378: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
379: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
380: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
381: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
382: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
383: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
384: types/pa_vmemory.h, types/pa_vmethod_frame.C,
385: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
386: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
387: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
388: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
389: types/pa_vstateless_object.h, types/pa_vstatus.C,
390: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
391: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
392: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
393: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
394: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
395:
396: * src/main/pa_request.C: old compilers support
397:
398: * tests/: 362.html, results/362.processed: test updated after
399: changes after upgrade to libxml2-2.9.9 were made (related to bug
400: #1108)
401:
402: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
403: removed, as xsltFreeStylesheet has side effects on original doc.
404: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
405: not updated after xdoc modification (part 3 of test 362).
406: (related to bug #1108)
407:
408: * src/targets/isapi/parser3isapi.C: +pa_strcat
409:
410: * src/: classes/memory.C, include/pa_memory.h,
411: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
412: PA_GC_GCOLLECT used
413:
414: * src/include/pa_memory.h: +PA_GC_COLLECT
415:
416: * src/targets/cgi/parser3.C: msvs support fixes
417:
418: * src/lib/gc/include/gc.h: more cleanup
419:
420: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
421:
422: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
423: targets/cgi/parser3.C: $main:HTTPD.mode implemented
424:
425: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
426:
427: * configure.ac: pthread.h added to checked headers
428:
429: * src/classes/table.C: string stream is back :)
430:
431: * src/classes/memory.C: GC_generate_random_backtrace no longer
432: exists
433:
434: * src/main/pa_globals.C: GC_dont_gc replaced
435:
436: * src/lib/gc/include/gc.h: major cleanup, only used functions are
437: left to simplify adding new functions. depricated GC_dont_gc
438: replaced with GC_disable and GC_enable calls.
439:
440: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
441: CORD_from_file* not used and thus removed
442:
443: * src/lib/gc/include/gc_allocator.h: minor cleanup
444:
445: 2020-12-14 moko
446:
447: * src/classes/: curl.C, memory.C, table.C: every TLS should be
448: referenced elsewhere, or GC will collect it.
449:
450: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
451: main/pa_xml_io.C: bugfix: TLS variables should be referenced
452: elsewhere, or GC will collect them (and we'll get GPF in
453: multithreaded enviroment). May be it can be also fixed by some
454: GC call, not sure. But this fix costs nothing (but hours of
455: debugging to find the issue :).
456:
1.150 moko 457: 2020-12-11 moko
458:
459: * configure.ac: gettid() check added
460:
461: * src/main/pa_threads.C: HAVE_GETTID used
462:
463: * src/include/pa_config_auto.h.in: +HAVE_GETTID
464:
465: * src/: include/pa_threads.h, main/pa_threads.C: now unified
466: version for isapi/cgi/apache
467:
468: * buildall: threads are now required.
469:
470: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
471: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
472: main/main.vcproj: pa_threads.C moved to main
473:
474: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
475: isapi/pa_threads.C: pa_threads.C moved to main
476:
477: * src/: main/Makefile.am, targets/cgi/Makefile.am,
478: targets/apache/Makefile.am: pa_threads.C moved to main
479:
480: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
481:
482: * src/: include/pa_stylesheet_connection.h,
483: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
484: and weird GPF in multithreaded httpd is gone
485:
486: * src/include/: pa_stylesheet_connection.h,
487: pa_sql_driver_manager.h: whitespace
488:
489: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
490:
491: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
492: main/pa_stylesheet_manager.C: whitespace, warning war
493:
494: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
495: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
496: parser_multithreaded never used
497:
498: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
499:
500: 2020-12-10 moko
501:
502: * src/: include/pa_config_includes.h, include/pa_http.h,
503: main/pa_http.C, targets/cgi/parser3.C: initial support for
504: MULTITHREADED and PARALLEL httpd server modes
505:
506: * src/main/pa_globals.C: GC_java_finalization is depricated
507:
508: 2020-12-09 moko
509:
510: * etc/auto.p.in: + @httpd-main
511:
512: * src/: include/pa_common.h, main/pa_request.C,
513: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
514: work
515:
516: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
517: slow file_read_binary no longer used, send_range added
518:
519: 2020-12-08 moko
520:
521: * src/main/pa_request.C: >4Gb support
522:
523: * src/targets/cgi/parser3.C: msvc warning war
524:
525: * src/: include/pa_config_includes.h, main/pa_http.C,
526: main/pa_request.C: msvc warnings war
527:
528: * src/classes/image.C: warning war
529:
530: * src/classes/table.C: MSVC warning war
531:
532: * src/targets/cgi/parser3.C: msvc warnings war
533:
534: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
535: added
536:
1.149 moko 537: 2020-12-07 moko
538:
1.150 moko 539: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
540: avoid logging beside system-wide auto.p
541:
542: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
543:
544: * configure, configure.ac, src/include/pa_config_auto.h.in:
545: configure options added:
546:
547: --with-system-cfg=FILE to specify system-wide auto.p
548: --with-system-log=FILE to specify system-wide parser3.log
549:
550: * Makefile.am: bin no longer exists
551:
552: * configure, configure.ac: auto.p moved to etc to simplify debian
553: package
554:
555: * buildall: auto.p and parser3.charsets moved to their default
556: location after install
557:
558: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
559:
560: * aclocal.m4, configure: automake 1.15 -> 1.16.1
561:
1.149 moko 562: * src/targets/cgi/parser3.C: locate_config call returned to
563: original place as it requires pa_thread_request() under Windows
564:
565: * src/targets/cgi/parser3.C: renaming
566:
567: 2020-12-06 moko
568:
569: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
570: check added
571:
572: 2020-12-04 moko
573:
574: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
575: main/pa_request.C: unified uint64_t lseek implemented to support
576: >4Gb files under x86, including Windows
577:
578: 2020-12-02 moko
579:
580: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
581: with max_file_size
582:
583: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
584: support for processing files sized >4Gb on 32 bit planforms
585:
586: * tests/399.html: file moved
587:
588: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
589:
590: * src/targets/cgi/pa_sapi_info.h: warning war
591:
592: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
593: warning war
594:
595: 2020-12-01 moko
596:
597: * src/classes/image.C: mp4 extended size (>4Gb) support added
598:
599: * src/classes/image.C: for "size not found" exception to be shown
600: if size not found until eof
601:
602: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
603: bit linux)
604:
605: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
606: #1188)
607:
608: 2020-11-30 moko
609:
610: * src/classes/image.C: definitions moved closer to code
611:
612: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
613: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
614: 395_dir/3_VP8X.webp, results/395.processed,
615: results/396.processed: tests for ^image::measure[] .webp support
616: added, all image files moved into one directory (related to
617: feature #1188)
618:
619: * src/classes/image.C: ^image::measure[] now supports webp (feature
620: #1188)
621:
1.148 moko 622: 2020-11-29 moko
623:
624: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
625: processing, unnessesary defines removed
626:
627: 2020-11-24 moko
628:
629: * tests/results/: 099.processed, 100.processed, 205.processed,
630: 309.processed, 310.processed: Content-Disposition: inline
631: returned
632:
633: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
634: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
635: ] added (related to bug #1204)
636:
637: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
638: ] supported to avoid Content-Disposition: inline;
639: filename="<file>.ext" but still set Content-Type for ext (related
640: to bug #1204)
641:
1.147 moko 642: 2020-11-22 moko
643:
644: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
645: types/pa_vfile.C: pa_filename added to avoid useless rsplit
646:
647: * src/main/pa_request.C: content_disposition_inline returned.
648:
649: 2020-11-17 moko
650:
651: * src/main/pa_request.C: empty main method name support
652:
653: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
654: config_handler added, stdout flush added.
655:
656: 2020-11-16 moko
657:
658: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
659:
660: * tests/results/: 099.processed, 205.processed, 237.processed,
661: 309.processed, 310.processed: Content-Disposition: inline is not
662: required and should not contain filename="<name>"
663:
664: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
665: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
666: targets/isapi/parser3isapi.C: pa_strcat implemented and used
667:
1.146 moko 668: 2020-11-14 moko
669:
670: * src/targets/cgi/parser3.C: spelling
671:
672: * src/targets/cgi/parser3.C: renaming
673:
674: * src/targets/cgi/parser3.C: args_skip removed, locate_config
675: relocated
676:
677: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
678: before request processing, which is weired
679:
680: 2020-11-13 moko
681:
682: * src/main/pa_http.C: pa_recv added with timeout support, thus read
683: copied in httpd.
684:
685: 2020-11-12 moko
686:
687: * src/main/pa_http.C: ALARM code unified to be used in httpd
688:
689: * src/: include/pa_request.h, main/pa_request.C,
690: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
691:
692: * src/main/pa_http.C: URI validation added
693:
694: * src/targets/cgi/parser3.C: filespec_to_process now variable,
695: can't be empty but can be null. httpd-main is now main method
696: name for httpd mode
697:
698: 2020-11-11 moko
699:
700: * src/main/pa_request.C: path_translated can be null in httpd mode
701:
702: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
703: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
704: classes/xdoc.C, include/pa_request.h, main/execute.C,
705: main/pa_request.C: r.absolute -> r.full_disk_path
706:
707: * src/targets/cgi/parser3.C: if filename to process is not
708: specified, auto.p should be present.
709:
1.145 moko 710: 2020-11-03 moko
711:
712: * src/: classes/op.C, include/pa_request.h: unused argument removed
713:
714: * src/main/pa_request.C: content_disposition_inline is the default,
715: not required.
716:
1.144 moko 717: 2020-10-29 moko
718:
719: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
720: ^use[file; $.main(true) ] implemented for auto.p processing and
721: path_translated changing to correct relative files path
722: calculation in httpd mode
723:
724: * src/: include/pa_request.h, main/pa_request.C:
725: fail_on_read_problem removed, as it allways true, as if should
726: be.
727:
728: * src/: include/pa_request.h, main/pa_request.C,
729: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
730: targets/isapi/parser3isapi.C: clearing config_filespec when
731: config was not found, thus flag not required and removed.
732:
733: 2020-10-28 moko
734:
735: * tests/: 402.html, results/402.processed: error reporting test
736:
737: * src/main/execute.C: better error reporting when
738: $result[^hash::create[]] in @main.
739:
740: * src/main/: execute.C, pa_request.C: frame.result() should be used
741: + minor optimization
742:
743: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
744: main/pa_xml_io.C: execute_*_method simplified and unified
745:
746: 2020-10-27 moko
747:
748: * tests/: 306.html, results/306.processed: a bit more testing. :)
749:
750: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
751: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
752: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
753: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
754: types/pa_vmethod_frame.h, types/pa_vobject.C,
755: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
756: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
757: longer used in object-prototype mode
758:
759: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
760: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
761: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
762: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
763: $form:name[value] features
764:
1.143 moko 765: 2020-10-18 moko
766:
767: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
768:
769: 2020-10-15 moko
770:
771: * src/main/pa_http.C: url no longer needed as
772: ALTER_EXCEPTION_SOURCE is used
773:
774: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
775: main/pa_http.C: check_file_size filespec is now optional
776:
777: * src/: classes/curl.C, include/pa_exception.h,
778: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
779: ALTER_EXCEPTION_COMMENT added for better error reporting
780:
781: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
782: results/346-curl.processed, results/379-curl.processed,
783: results/379.processed: test results updated as load now provides
784: better error reporting + curl responses updated
785:
786: 2020-10-14 moko
787:
788: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
789: main/pa_string.C, targets/apache/mod_parser3_core.C,
790: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
791: checked. 10 is now default base, no hex autodetect by default
792:
793: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
794: connection socket closing in destructor + accept exception
795: handling
796:
797: * src/targets/cgi/parser3.C: warning war
798:
799: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
800: main/pa_request.C, targets/apache/mod_parser3_core.C,
801: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
802: exception handling unified
803:
804: 2020-10-13 moko
805:
806: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
807: autodetection
808:
809: * src/targets/apache/mod_parser3_core.C: reverted to atoi
810:
811: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
812:
813: * src/main/pa_http.C: warning war
814:
1.142 moko 815: 2020-10-12 moko
816:
1.143 moko 817: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
818: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
819: unhandled exception code optimization
820:
821: * src/targets/cgi/parser3.C: request_info now global variable
822:
823: * src/main/pa_http.C: http_read_response moved to HTTP_response
824: class
825:
826: * src/: include/pa_http.h, main/pa_http.C,
827: targets/cgi/pa_sapi_info.h: read_post implemented
828:
1.142 moko 829: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
830: [host:]port syntax support in httpd mode
831:
832: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
833: targets/cgi/parser3.C: populate_env added
834:
835: * src/include/pa_hash.h: to make get(char *) compiling in
836: HashStringString
837:
838: 2020-10-10 moko
839:
840: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
841: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
842:
843: * src/: include/pa_http.h, include/pa_request_info.h,
844: main/pa_http.C, main/pa_string.C,
845: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
846: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
847: types/pa_vrequest.C: initial httpd mode implementation
848:
1.141 moko 849: 2020-10-04 moko
850:
851: * src/targets/cgi/parser3.C: options together
852:
853: 2020-09-30 moko
854:
855: * src/main/pa_http.C: renamed
856:
1.140 moko 857: 2020-08-14 moko
858:
859: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
860: src/targets/cgi/Makefile.am: no httpd as separate library
861:
862: 2020-08-13 moko
863:
864: * src/targets/cgi/parser3.C: SAPI::die used in exception in
865: unhandled exception handler to report 500 instead of 200 it was
866: before.
867:
868: * src/targets/apache/mod_parser3_core.C: minor cleanup
869:
870: * src/: include/pa_sapi.h, main/untaint.C,
871: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
872: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
873: thus replaced with SAPI::die and removed
874:
875: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
876: cgi/parser3.C: whitespace
877:
878: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
879:
880: 2020-08-12 moko
881:
882: * src/targets/cgi/parser3.C: duplicate info in signal logging
883: removed, whitespace was: SIGPIPE received while executing code.
884: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
885: cl=0]
886:
887: * parser3.sln: + httpd.vcproj
888:
889: 2020-08-11 moko
890:
891: * src/targets/cgi/Makefile.am: +libhttpd
892:
893: * configure.ac, src/lib/Makefile.am: +libhttpd
894:
1.139 moko 895: 2020-07-13 moko
896:
897: * tests/: 401.html, results/401.processed: test for hash key does
898: not keep language, but tainted in foreach.
899:
1.138 moko 900: 2020-07-01 moko
901:
902: * tests/: 235.html, results/235.processed: test result updated as
903: messages before attachments implemented (feature #1176)
904:
1.137 moko 905: 2020-06-27 moko
906:
907: * tests/: 400.html, results/400.processed: test updated to check
908: ^return{code}
909:
910: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
911: fixed
912:
913: 2020-06-26 moko
914:
915: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
916: added (related to https://www.parser.ru/forum/?id=85319)
917:
918: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
919: when $result assignment was last statement in the method
920: (https://www.parser.ru/forum/?id=85319)
921:
1.136 moko 922: 2020-05-23 moko
923:
924: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
925: whitespace, unused level removed
926:
927: 2020-05-19 moko
928:
929: * src/types/pa_vmail.C: whitespace
930:
931: * src/types/pa_vmail.C: files should be processed last (related to
932: feature #1176)
933:
1.135 moko 934: 2020-05-12 moko
935:
936: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
937: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
938:
939: * configure.ac: FreeBSD1X.X check added to avoid
940: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
941:
1.134 moko 942: 2020-02-26 moko
943:
944: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
945: compilation issue (related to bug #1201)
946:
947: * src/main/pa_common.C: entry_readable -> entry_exists,
948: undocumented access(fname, R_OK) call removed (fixes bug #1201)
949: -f and -d now works under Windows in UTF-8 with Russian
950: filenames.
951:
952: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
953: advice (related to feature #1199)
954:
955: 2020-02-25 moko
956:
957: * buildall: --silent removed
958:
959: * configure.ac: gmime-3.0 support
960:
961: * buildall: --with-system-mailreceive option added to build with
962: system libgmime
963:
964: * src/types/pa_vmail.C: avoiding
965: https://github.com/jstedfast/gmime/issues/83 "feature" (related
966: to feature #1199)
967:
1.133 moko 968: 2020-02-18 moko
969:
970: * src/classes/op.C: windows x64 debug mode compile fix
971:
972: * src/main/pa_globals.C: no longer required due to -MD -> -MT
973: change (releated to feature #1200)
974:
975: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
976: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
977: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
978: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
979: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
980: targets/apache/ApacheModuleParser3.vcproj,
981: targets/apache/ApacheModuleParser3Core.vcproj,
982: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
983: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
984: dependency (related to feature #1200)
985:
1.132 moko 986: 2020-02-12 moko
987:
988: * src/types/pa_vmail.C: minimize diff
989:
990: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
991: #1199)
992:
1.131 moko 993: 2020-01-18 moko
994:
995: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
996:
1.130 moko 997: 2019-12-28 moko
998:
999: * src/targets/cgi/parser3.C: avoid empty ?
1000:
1001: 2019-12-27 moko
1002:
1003: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1004: DOCUMENT_ROOT (related to feature #1164)
1005:
1006: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1007: fcgiwrap setup (implements feature #1164)
1008:
1009: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1010: but no issues found (related to feature #1164)
1011:
1012: * src/targets/cgi/parser3.C: actualized
1013:
1014: 2019-12-26 moko
1015:
1016: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1017: removed
1018:
1019: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1020: removed
1021:
1022: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1023: allocation errors, we don't want default gc warnings (without
1024: timestamp and URI).
1025:
1026: * src/: classes/memory.C, main/pa_globals.C,
1027: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1028: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1029: pa_globals_init
1030:
1031: * src/main/pa_globals.C: setup_hex_value() removed, static array
1032: initialization used (optimization)
1033:
1034: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1035: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1036: pa_socks_init/pa_socks_done moved inside pa_globals_init
1037: (optimization)
1038:
1.129 moko 1039: 2019-12-09 moko
1040:
1041: * src/include/pa_config_fixed.h: warning war
1042:
1.128 moko 1043: 2019-12-08 moko
1044:
1045: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
1046: process grammar under Unix.
1047:
1048: 2019-12-07 moko
1049:
1050: * tests/389.html: For Windows XP. :)
1051:
1052: * tests/388-sql.html: Windows compatibility added
1053:
1054: 2019-12-06 moko
1055:
1056: * src/targets/cgi/parser3.C: warning war
1057:
1058: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
1059: == sizeof(CORD)) to avoid aligning bugs in future
1060:
1061: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
1062: XML_STATIC
1063:
1064: * src/include/pa_request.h: StackItem() not required
1065:
1066: * src/include/pa_stack.h: warning war
1067:
1068: * src/include/pa_config_includes.h: GCC warning silenced
1069:
1070: * src/include/pa_memory.h: warning war: the program should also
1071: define 'void operator delete [](void*, std::size_t)'
1072: [-Wsized-deallocation]
1073:
1074: * src/types/: pa_vregex.h, pa_vtable.h: warning war
1075:
1076: * src/classes/string.C: not reqired cast removed
1077:
1078: * src/classes/string.C: not reqired cast removed
1079:
1080: 2019-12-05 moko
1081:
1082: * src/lib/sdbm/pa_file_io.C: warning war
1083:
1084: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
1085: enum Language : size_t - required for VS2015+ to make
1086: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
1087: without it (related to feature #1198)
1088:
1089: 2019-12-04 moko
1090:
1091: * src/main/pa_base64.C: unsigned char -> uchar
1092:
1093: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1094: as other libs
1095:
1096: * src/include/pa_version.h: +amd64
1097:
1098: 2019-12-03 moko
1099:
1100: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1101: release
1102:
1103: * src/include/pa_config_includes.h: warning war
1104:
1105: * src/classes/image.C: warning war
1106:
1107: * src/main/pa_globals.C: x64 libs support
1108:
1109: * src/include/pa_config_includes.h: warning war
1110:
1111: * src/types/pa_method.h: warning war
1112:
1.127 moko 1113: 2019-11-28 moko
1114:
1115: * src/classes/math.C: vs2003 compatibility + warning war
1116:
1117: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1118: libxml2-2.9.9 (related to feature #1136)
1119:
1120: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1121: typecast for more compatibility (related to feature #1136)
1122:
1123: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1124: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1125: feature #1136)
1126:
1127: 2019-11-26 moko
1128:
1129: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1130: removed (it was failing in $$var case), condition added
1131:
1.126 moko 1132: 2019-11-25 moko
1133:
1134: * tests/: 397.html, 399.html, results/141.processed,
1135: results/399.processed: base64 options tested
1136:
1137: * src/: classes/math.C, main/pa_http.C: base64 options used
1138:
1139: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1140: implemented (feature #986)
1141:
1142: * src/main/pa_cache_managers.C: whitespace
1143:
1144: * tests/: 397.html, 399.html, results/399.processed: tests for
1145: ^base64 encode options added (related to feature #986)
1146:
1147: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1148: pa_base64_encode(file) removed - more memory, but faster and less
1149: code (related fo feature #986)
1150:
1151: 2019-11-24 moko
1152:
1153: * tests/: 155.html, results/155.processed: limit and offset in
1154: ^table::load[] now supported, thus test added
1155:
1156: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1157: main/pa_common.C: optimization: offset and limit options parsing
1158: moved inside file_load.
1159:
1160: 2019-11-23 moko
1161:
1162: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1163: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1164: optimization: file_read replaced with simplified file_read_binary
1165:
1166: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1167: types/pa_vform.C: whitespace
1168:
1169: * src/: include/pa_common.h, main/pa_common.C: never used params
1170: removed
1171:
1172: 2019-11-21 moko
1173:
1174: * tests/: 193.html, results/193.processed, results/389.processed:
1175: test results updated as now base64 does not discard tail without
1176: padding (related to feature #986)
1177:
1178: 2019-11-20 moko
1179:
1180: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1181: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1182: pa_base64_decode (related to feature #986)
1183:
1184: * tests/398.html: tests for base64 decode added (related to feature
1185: #986)
1186:
1187: * src/main/pa_base64.C: base64_decode rewritten - padding option
1188: support, padding inside base 64 supported (related to feature
1189: #096)
1190:
1191: 2019-11-19 moko
1192:
1193: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1194: FreeBSD 12
1195:
1.125 moko 1196: 2019-11-16 moko
1197:
1198: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1199: support added, step support removed (related to #986)
1200:
1201: 2019-11-15 moko
1202:
1203: * src/classes/math.C: using log since log2 is not present on
1204: FreeBSD < 8.4 (related to feature #1177)
1205:
1206: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1207: pa_base64_size extracted and used for files as well (related to
1208: feature 986)
1209:
1210: 2019-11-14 moko
1211:
1212: * tests/: 397.html, results/397.processed: + content check
1213:
1214: * tests/: 141.html, results/141.processed: make test resuls more
1215: readable
1216:
1217: * tests/: 397.html, results/193.processed, results/397.processed:
1218: test results updated after \x00 character was disabled in
1219: math:convert string mode (related to feature #1177)
1220:
1221: * src/classes/: math.C, string.C: \\x00 character disabled while
1222: converting to string (as in base64, related to feature #1177)
1223:
1224: * src/classes/file.C: more correct arguments separation
1225:
1226: * src/: classes/file.C, classes/math.C, classes/string.C,
1227: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1228: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1229: options added, but not yet implemented (related to feature #986)
1230:
1231: * src/classes/math.C: whitespace
1232:
1233: 2019-11-13 moko
1234:
1235: * tests/: 397.html, results/397.processed: +tainting test (related
1236: to feature #1177)
1237:
1238: * src/classes/math.C: as we now produce not only digits, result
1239: should be tainted (related to feature #1177)
1240:
1241: * src/main/pa_base64.C: whitespace
1242:
1243: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1244: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1245: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1246: implementation moved from pa_common.h and pa_common.C
1247:
1248: 2019-11-12 moko
1249:
1250: * tests/: 275.html, results/275.processed: out of range test fixed,
1251: as ^math:convert now supports arbitrary precision
1252:
1253: 2019-11-11 moko
1254:
1255: * tests/results/389.processed: uctualized error message
1256:
1257: * tests/: 389.html, 397.html, results/397.processed: tests for
1258: ^math:convert added (related to feature #1177)
1259:
1260: * src/classes/math.C: ^math:convert now supports arbitrary
1261: precision, alphabet support added (implements feature #1177)
1262:
1.124 moko 1263: 2019-11-06 moko
1264:
1265: * tests/: 181.html, results/181.processed: entities usage added,
1266: more entites load tests (related to bug #842 discussion)
1267:
1268: 2019-11-05 moko
1269:
1270: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1271: call from xmlFileOpen if http://localhost/<file> was not found
1272: (related to bug #842)
1273:
1274: * src/main/pa_xml_io.C: rename
1275:
1276: * src/main/pa_xml_io.C: +MemoryStream constructor
1277:
1278: * src/main/pa_xml_io.C: whitespace
1279:
1.123 moko 1280: 2019-10-31 moko
1281:
1282: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1283: XML_PARSE_NOENT) added to fix entities load, (related to feature
1284: #1181)
1285:
1.122 moko 1286: 2019-10-25 moko
1287:
1288: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1289: queries tests
1290:
1291: 2019-10-24 moko
1292:
1293: * tests/: 388-sql.html, results/388-sql.processed: support for
1294: pgsql driver test
1295:
1296: * tests/: 388-sql.html, results/388-sql.processed:
1297: multi_statements=1 now tested, mysql test now supported
1298: (connection must be specified in [parser3] section in .my.cnf)
1299: related to issues #1195 and #1194
1300:
1.121 moko 1301: 2019-09-11 moko
1302:
1303: * src/classes/int.C: whitespace
1304:
1305: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1306: exception test
1307:
1308: * tests/results/388-sql.processed: sql queries now shown (related
1309: to feature #1196)
1310:
1311: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1312: with old parser versions.
1313:
1314: * src/: classes/file.C, classes/hash.C, classes/string.C,
1315: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1316: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1317: instead of connect string in query_event_handlers exceptions
1318: (implements feature #1196)
1319:
1.120 moko 1320: 2019-09-06 moko
1321:
1322: * tests/388-sql.html: mysql compat
1323:
1324: * src/: classes/hash.C, classes/string.C, classes/table.C,
1325: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1326: sql_ variables declaration moved to pa_common.h
1327:
1.116 moko 1328: 2019-01-15 moko
1329:
1330: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1331: logically sorted
1332:
1333: 2018-12-27 moko
1334:
1335: * src/include/pa_config_includes.h: warning war:
1336: -Wdeprecated-register added for C++ 17
1337:
1338: 2018-10-15 moko
1339:
1340: * configure.ac: FreeBSD 11.2 can be build with ./configure
1341: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1342: --with-xml=/usr/local/
1343:
1344: 2018-09-24 moko
1345:
1346: * tests/: 396.html, 396.tiff, results/396.processed: test for
1347: ^image::measure[] now supports tiff added (related to feature
1348: #1188)
1349:
1350: * src/classes/image.C: ^image::measure[] now supports tiff
1351: (implements feature #1188)
1352:
1353: 2018-09-20 moko
1354:
1355: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1356: files measure added (related to ticket #1188)
1357:
1358: * src/classes/image.C: measure of bmp files implemented (related to
1359: ticket #1188)
1360:
1361: 2018-09-18 moko
1362:
1363: * tests/: 394-curl.html, results/394-curl.processed,
1364: results/auto.p: test for bug #1187 (max_file_size check for head
1365: requests) added
1366:
1367: 2018-08-24 moko
1368:
1369: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1370: response content-length check is required (fixes bug #1187)
1371:
1372: 2018-05-11 moko
1373:
1374: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1375: $.append(bool) ] option added (related to feature #919)
1376:
1377: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1378: from misha@ patch (implements feature #919)
1379:
1380: 2018-03-22 moko
1381:
1382: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1383: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1384: with 128kb buffer. Now works at least 12 times faster. :) May be
1385: Windows-only problem.
1386:
1387: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1388: build fix)
1389:
1390: 2018-02-03 moko
1391:
1392: * src/main/execute.C: removes irrelevant lines from exception stack
1393: trace when exceptions occurs in assigment (fixes bug #1165)
1394:
1395: * tests/: 393.html, results/393.processed: test for behavour after
1396: "Property can not be created, already exists field with that
1397: name" exception removed (related to feature #1183)
1398:
1399: * src/types/pa_vclass.C: "Property can not be created, already
1400: exists field with that name" exception removed (implements
1401: feature #1183)
1402:
1403: 2018-01-19 moko
1404:
1405: * src/classes/string.C: whitespace
1406:
1407: * src/classes/string.C: whitespace
1408:
1409: * tests/: 392.html, results/392.processed: test for
1410: ^regex::create[$regex] added (related to feature #1135)
1411:
1412: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1413: ^regex::create[$regex] added (implements feature #1135)
1414:
1415: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1416: commented define added (related to feature #1157)
1417:
1418: 2018-01-17 moko
1419:
1420: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1421:
1422: 2018-01-15 moko
1423:
1424: * tests/: 390.html, results/390.processed: real path replaced by
1425: stub
1426:
1427: * tests/: 391.html, results/391.processed: test for feature #1181
1428: (XML_PARSE_HUGE exception) added
1429:
1430: 2018-01-11 moko
1431:
1432: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1433: XML_PARSE_HUGE option passed by default (implements feature
1434: #1181)
1435:
1436: * src/classes/string.C: whitespace
1437:
1438: 2017-12-10 moko
1439:
1440: * tests/: 389.html, 390.html, results/389.processed,
1441: results/390.processed: image code coverage tests added (related
1442: to feature #1125)
1443:
1444: 2017-12-08 moko
1445:
1446: * tests/: 346-curl.html, 388-sql.html, 389.html,
1447: results/346-curl.processed, results/388-sql.processed,
1448: results/389.processed: more code coverage tests
1449:
1450: * tests/: 264.html, results/264.processed: code coverage for
1451: ^file::exec[]
1452:
1453: 2017-12-07 moko
1454:
1455: * tests/: 174.html, 388-sql.html, 389.html,
1456: results/388-sql.processed, results/389.processed,
1457: results/174.processed: more coverage tests
1458:
1459: * src/classes/math.C: exception text actualized
1460:
1461: 2017-12-06 moko
1462:
1463: * tests/388-sql.html: $SQL can be here
1464:
1465: * tests/results/auto.p: $SQL not required here
1466:
1467: * tests/: 388-sql.html, 389.html, Makefile,
1468: results/388-sql.processed, results/389.processed, results/auto.p:
1469: code coverage tests for sql (using sqlite) and int/double/bool
1470: added (related to feature #1125)
1471:
1472: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1473: lib/json/json.vcproj, lib/md5/md5.vcproj,
1474: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1475: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1476: targets/apache/ApacheModuleParser3Core.vcproj,
1477: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1478: types/types.vcproj: gc\include no longer required
1479:
1480: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1481: required
1482:
1483: * src/: classes/Makefile.am, classes/table.C,
1484: include/pa_config_includes.h, include/pa_string.h,
1485: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1486: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1487: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1488: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1489: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1490: used, we now include it directly
1491:
1492: 2017-12-04 moko
1493:
1494: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1495: memcached/memcached.vcproj, punycode/punycode.vcproj,
1496: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1497: where required
1498:
1499: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1500: now can be used to trace memory allocations
1501:
1502: * src/: classes/table.C, include/pa_config_includes.h,
1503: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1504: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1505: method removes, libcord also can work without libgc
1506:
1507: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1508:
1509: 2017-11-29 moko
1510:
1511: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1512: are not present (related to feature #1173)
1513:
1514: * tests/346-curl.html: test updated to test curl content-length bug
1515: (related to feature #1173)
1516:
1517: * tests/results/346-curl.processed: more test for content-length
1518: curl bug (related to feature #1173)
1519:
1520: * tests/results/346-curl.processed: test results updated after
1521: #1173 implemented
1522:
1523: 2017-11-28 moko
1524:
1525: * src/classes/curl.C: another libcurl Content-length bug walkaround
1526: (related to feature #1173)
1527:
1528: 2017-11-27 moko
1529:
1530: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1531: $.http_version[version string] added (implements feature #1173),
1532: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1533: where $post(true) bug existed.
1534:
1535: 2017-11-18 moko
1536:
1537: * src/include/pa_memory.h: warning war (related to feature #1170)
1538:
1539: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1540: feature #1170)
1541:
1542: 2017-11-17 moko
1543:
1544: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1545: std::basic_stringstream used in ^table.csv-string[] is compatible
1546: with delete usage check only under Debian 9 (related to feature
1547: #1170)
1548:
1549: 2017-11-16 moko
1550:
1551: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1552: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1553: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1554: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1555: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1556: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1557: stubs defend from accidental use (implements feature #1170)
1558:
1559: 2017-06-24 moko
1560:
1561: * configure.ac: minor fix: thanks to alx@
1562:
1.115 moko 1563: 2017-05-29 moko
1564:
1565: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1566: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1567: added to avoid cutting of UTF-8 chars (fixed bug #123)
1568:
1569: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1570: ignored, =?UTF-8?Q?= should start in case of leading space
1571: (related to bug #123)
1572:
1573: * buildall: echo -n -> printf for OS X. :)
1574:
1575: 2017-05-25 moko
1576:
1577: * tests/: 288.html, results/288.processed: test updated afted
1578: setting $o.prop without setter exception removed (related to
1579: feature #1157)
1580:
1581: * src/types/pa_vclass.C: no more "this property has no setter
1582: method" when setting $o.prop without setter (implements feature
1583: #1157)
1584:
1585: * buildall: echo \c -> echo -n for FreeBSD
1586:
1587: * configure, configure.ac, src/include/pa_config_auto.h.in,
1588: src/types/pa_vdouble.h: isfinite now checked in configure
1589:
1590: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1591: upgraded to automake 1.15
1592:
1593: 2017-05-23 moko
1594:
1595: * src/types/pa_vdouble.h: finite returned where isfinite not
1596: defined
1597:
1598: 2017-05-22 moko
1599:
1600: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1601:
1602: * buildall: extern CFLAGS setting support
1603:
1604: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1605:
1606: * buildall: http -> https
1607:
1608: * buildall: gc-7.2f -> gc-7.6.0
1609:
1610: 2017-05-20 moko
1611:
1612: * buildall: https, pcre, xml, xslt updated to current versions
1613: (related to feature #1136)
1614:
1615: 2017-05-19 moko
1616:
1617: * tests/097.html: after parser.ru moved to https
1618:
1619: 2017-05-17 moko
1620:
1621: * tests/results/: 175.processed, 372.processed: tests resuls
1622: updated after lintian spelling typos fixed (related to bug #1156)
1623:
1624: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1625: classes/string.C, classes/table.C, main/pa_charset.C,
1626: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1627: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1628: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1629:
1630: * tests/results/096.processed: +XMP
1631:
1632: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1633: $.xmp(true) options tested (test for feature #1154)
1634:
1635: * src/classes/image.C: ^image:measure[] options $.exif(false)
1636: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1637: fetched by default! (implements feature #1154)
1638:
1639: 2017-05-16 moko
1640:
1641: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1642: allowed (related to feature #1154)
1643:
1644: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1645: initial XMP implementation - without options and transcode
1646: (related to feature #1154)
1647:
1648: 2017-05-12 moko
1649:
1650: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1651: image: exif moved to ffields, skipped in ^image.html[] where
1652: iterators now used (preparation for feature #1154)
1653:
1654: 2017-05-05 moko
1655:
1656: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1657: results/387.processed: test for circular class inheritance check
1658: added (related to bug #1150)
1659:
1660: * src/types/pa_vstateless_class.C: circular class inheritance check
1661: added (fixes endless add_derived bug #1150)
1662:
1663: 2017-05-04 moko
1664:
1665: * tests/: 386.html, results/386.processed: test for
1666: $table.value(number) added (related to feature #1152)
1667:
1668: * src/types/pa_vtable.C: table put_element: column value must be
1669: string - > column value must be string compatible to allow
1670: $t.value(1) (implements feature #1152)
1671:
1672: 2017-05-03 moko
1673:
1674: * src/main/pa_request.C: $use[$method] is not possible, reverting
1675: (related to feature #1151)
1676:
1677: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1678: not possible, removing test (related to feature #1151)
1679:
1680: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1681: get_element_method added and used to allow $use[$method] and
1682: $autouse[$method] (implements feature 1151)
1683:
1684: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1685: variable added (related to feature #1151)
1686:
1687: * tests/results/226.processed: actualized after ^try-catch used
1688:
1689: * tests/: 226.html, 385.html, results/385.processed: test for
1690: @autouse in variable added
1691:
1692: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1693:
1.114 moko 1694: 2017-02-27 moko
1695:
1696: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1697:
1.113 moko 1698: 2017-02-20 moko
1699:
1700: * operators.txt: actualization + beauty
1701:
1702: 2017-02-16 moko
1703:
1704: * tests/: 384.html, results/384.processed: test for
1705: ^reflection:mixin[; $.name[] ] option added (related to feature
1706: #1089)
1707:
1708: * tests/: 384.html, results/384.processed: test for
1709: ^reflection:mixin[] added (related to feature #1089)
1710:
1711: * src/types/pa_value.h: warning war: virtual ~Value() added
1712:
1.112 moko 1713: 2017-02-15 moko
1714:
1715: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1716: fixed
1717:
1718: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1719: test added (related to feature #1069)
1720:
1721: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1722: compilation without HASH_ORDER fixed
1723:
1724: * src/: classes/reflection.C, include/pa_hash.h:
1725: $.reverse(true/false) added to ^reflection:methods[] (related to
1726: feature #1069)
1727:
1728: 2017-02-14 moko
1729:
1730: * tests/: 152.html, results/152.processed: test for $._default hash
1731: added (related to bug #1131)
1732:
1733: * tests/: 277.html, results/277.processed: test for hash with only
1734: $._default is now defined (related to bug #1131)
1735:
1736: * src/types/pa_vhash.h: hash with only $._default is now defined
1737: (fixed bug #1131)
1738:
1739: 2017-02-13 moko
1740:
1741: * tests/cat-windows.sh: cat-windows added (cygwin required)
1742:
1743: * tests/: 171.html, 264.html, 286.html, 370.html,
1744: results/320.processed, results/375.processed, results/auto.p:
1745: cat-windows.sh support added
1746:
1747: * tests/375.html: Windows support
1748:
1749: * tests/270.html: documented
1750:
1751: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1752: (not backslashes) even under Windows (broke test 270)
1753:
1754: 2017-02-12 moko
1755:
1756: * tests/: descript.ion, todo.txt: cleanup
1757:
1758: 2017-02-09 moko
1759:
1760: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1761: run_tests.cmd: Windows compatibility
1762:
1763: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1764: incorrectly (GMT) if parser is called from cygwin
1765:
1.111 moko 1766: 2017-02-08 moko
1767:
1.112 moko 1768: * operators.txt: actualization 15% completed
1769:
1770: * operators.txt: cp1251 -> utf-8
1771:
1772: * NEWS, README: minor update
1773:
1774: * src/include/pa_config_includes.h: warning war continues
1775:
1776: * src/: include/pa_config_includes.h, include/pa_memory.h,
1777: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1778: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1779: gcc 6.x issues fixed
1780:
1.111 moko 1781: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1782: classes/classes.h, classes/curl.C, classes/date.C,
1783: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1784: classes/hashfile.C, classes/image.C, classes/inet.C,
1785: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1786: classes/memcached.C, classes/memory.C, classes/op.C,
1787: classes/reflection.C, classes/regex.C, classes/response.C,
1788: classes/string.C, classes/table.C, classes/void.C,
1789: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1790: include/pa_array.h, include/pa_cache_managers.h,
1791: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1792: include/pa_config_fixed.h, include/pa_config_includes.h,
1793: include/pa_dictionary.h, include/pa_dir.h,
1794: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1795: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1796: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1797: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1798: include/pa_request_charsets.h, include/pa_request_info.h,
1799: include/pa_sapi.h, include/pa_socks.h,
1800: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1801: include/pa_stack.h, include/pa_string.h,
1802: include/pa_stylesheet_connection.h,
1803: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1804: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1805: include/pa_uue.h, include/pa_xml_exception.h,
1806: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1807: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1808: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1809: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1810: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1811: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1812: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1813: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1814: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1815: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1816: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1817: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1818: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1819: main/pa_string.C, main/pa_stylesheet_connection.C,
1820: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1821: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1822: main/untaint.C, sql/pa_sql_driver.h,
1823: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1824: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1825: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1826: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1827: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1828: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1829: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1830: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1831: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1832: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1833: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1834: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1835: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1836: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1837: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1838: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1839: types/pa_vmemcached.h, types/pa_vmemory.h,
1840: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1841: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1842: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1843: types/pa_vresponse.C, types/pa_vresponse.h,
1844: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1845: types/pa_vstateless_object.h, types/pa_vstatus.C,
1846: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1847: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1848: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1849: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1850: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1851: 2015->2017
1852:
1.110 moko 1853: 2017-02-07 moko
1854:
1855: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1856:
1857: 2017-02-06 moko
1858:
1859: * src/main/pa_common.C: minor fixes, whitespace
1860:
1861: * src/: classes/curl.C, classes/file.C, classes/image.C,
1862: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1863: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1864: now used (implements feature #1081)
1865:
1866: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1867:
1868: 2017-02-01 moko
1869:
1870: * src/include/pa_request.h: cleanup
1871:
1872: 2017-01-30 moko
1873:
1874: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1875:
1876: 2017-01-29 moko
1877:
1878: * tests/: 383.html, results/383.processed: test for
1879: ^reflection:stack[] added (related to feature #1052)
1880:
1881: * src/classes/reflection.C: else added
1882:
1883: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1884: $.max_file_lock_wait added (implements feature #1128)
1885:
1886: 2017-01-28 moko
1887:
1888: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1889: body and other cases tests added (related to featue #1014)
1890:
1891: * src/classes/curl.C: bug if response is empty fixed (related to
1892: feature #1014)
1893:
1894: 2017-01-27 moko
1895:
1896: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1897: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1898: added (implements feature #1052)
1899:
1900: 2017-01-25 moko
1901:
1902: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1903: method test added
1904:
1905: 2017-01-23 moko
1906:
1907: * src/classes/reflection.C: optimization: options->get replaced by
1908: hash iterator
1909:
1910: * tests/: 381.html, results/381.processed: now -> fixed date
1911:
1912: * src/main/pa_request.C: warning war
1913:
1914: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1915: 5Mb (fixes bug #1058)
1916:
1917: * src/classes/curl.C: warning war
1918:
1919: * tests/: 381.html, results/381.processed: tests for ^json:string
1920: $.one-line(true) option added (related to feature #1124)
1921:
1922: * src/: classes/json.C, types/pa_value.h: $json-string
1923: $.one-line(true|false) options is now supported (implements
1924: feature #1124)
1925:
1926: * tests/: 380.html, results/380.processed: test for modified
1927: $.max_file_size added (related to bug #1014)
1928:
1929: * tests/: 379.html, results/auto.p: tests for rewritten http file
1930: load added (related to bug #1014)
1931:
1932: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1933: main/pa_common.C, main/pa_http.C: check_file_size added and used
1934: in curl / file load from disk and http, http file load rewritten
1935: (related to bug #1014)
1936:
1937: 2017-01-18 moko
1938:
1939: * tests/: 378.html, results/378.processed: tests for ^result[]
1940: added (related to feature #66)
1941:
1942: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1943: Method::CO_WITHOUT_FRAME as frame still added in expression
1944: (related to feature #66)
1945:
1946: 2017-01-17 moko
1947:
1948: * tests/: 377.html, results/377.processed: test for different
1949: combinations of breaks in body and delimiter (related to bug
1950: #1077)
1951:
1952: * tests/: 376.html, results/376.processed: many ^break[] tests
1953: added (related to bug #1077)
1954:
1955: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1956: passed to native method" exception added to avoid bugs due to
1957: WRITE_EXPR_RESULT skipped and native methods execution continues
1958: after ^break[] (related to bug #1077)
1959:
1960: 2017-01-14 moko
1961:
1962: * tests/: 330.html, results/330.processed: test results updated
1963: after ^break[] bugs where fixed (related to bug #1077)
1964:
1965: * tests/: 329.html, results/329.processed: test results updated
1966: after ^break[] bugs where fixed (related to bug #1077)
1967:
1968: * tests/results/320.processed: ^return[] added
1969:
1970: 2017-01-13 moko
1971:
1972: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1973: classes/table.C, include/pa_request.h, main/execute.C,
1974: main/pa_request.C, targets/cgi/parser3.C,
1975: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1976: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1977: checked after each possible process/execute call (fixes bug
1978: #1077)
1979:
1980: 2016-12-29 moko
1981:
1982: * src/main/pa_common.C: warning war
1983:
1984: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1985: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1986: pa_file_size_limit added, ^math:random fixed for upper limit and
1987: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1988: (related to feature #1014)
1989:
1990: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1991: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1992: (related to feature #1014)
1993:
1994: 2016-12-28 moko
1995:
1996: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1997: warning war
1998:
1999: 2016-12-26 moko
2000:
2001: * tests/: 341.html, results/341.processed: test for
2002: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2003:
2004: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2005: (related to feature #1057)
2006:
2007: * src/types/pa_vdate.C: warning war continues...
2008:
2009: * src/: classes/date.C, classes/image.C, classes/table.C,
2010: include/pa_config_includes.h, types/pa_vfile.C: warning war
2011:
2012: * src/lib/gd/gifio.C: warning war / cleanup
2013:
2014: * src/lib/json/pa_json.C: warning war
2015:
2016: * src/classes/hash.C: warning war
2017:
2018: * src/types/pa_vfile.C: warning war
2019:
2020: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2021: -Wall warning war continues
2022:
2023: * configure.ac: --with-build-warnings actualized
2024:
2025: 2016-12-25 moko
2026:
2027: * src/main/pa_exec.C: -wAll warning war
2028:
2029: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2030: -wAll warning war
2031:
2032: * src/: include/pa_common.h, include/pa_sapi.h,
2033: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2034: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2035: -wAll warning war
2036:
2037: 2016-12-23 moko
2038:
2039: * src/lib/ltdl/Makefile.am: extra dist added
2040:
2041: * tests/results/344.processed: test result updated after $file.text
2042: prefetched in ^hash::create[$file] (related to feature #1075)
2043:
2044: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
2045: ^hash::create[$file] (related to feature #1075)
2046:
2047: 2016-12-22 moko
2048:
2049: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
2050: main/pa_request.C, main/pa_stylesheet_connection.C,
2051: types/pa_vfile.C: file_stat now return 64-bit size (implements
2052: #1014 under 32-bit unix versions)
2053:
2054: 2016-12-21 moko
2055:
2056: * tests/: 375.html, results/375.processed: test for exec returning
2057: stated file added (related to feature #1119)
2058:
2059: * src/classes/file.C: load should not return file with null body
2060: (fixes bug #1119)
2061:
2062: 2016-12-14 moko
2063:
2064: * tests/: 374.html, results/374.processed: test for $method.name
2065: added (related to feature #1117) plus method returning junction
2066: test
2067:
2068: 2016-12-13 moko
2069:
2070: * src/: include/pa_symbols.h, main/pa_symbols.C,
2071: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
2072: (implements feature #1117)
2073:
2074: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
2075: HEAD and TRACE can't have body (implements feature #1116)
2076:
2077: 2016-12-09 moko
2078:
2079: * tests/: 373.html, results/373.processed: tests for
2080: ^reflection:tainting added (related to feature #1098)
2081:
2082: * src/classes/reflection.C: ^reflection:tainting arguments order
2083: change (related to feature #1098)
2084:
2085: 2016-12-06 moko
2086:
2087: * src/: classes/reflection.C, include/pa_string.h,
2088: main/pa_string.C: ^reflection:tainting[$string] added (implements
2089: feature #1098)
2090:
2091: 2016-12-05 moko
2092:
2093: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2094: (fixes bug #1114)
2095:
2096: 2016-12-04 moko
2097:
2098: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2099: check added
2100:
2101: 2016-12-03 moko
2102:
2103: * tests/: 346-curl.html, results/346-curl.processed: test modified
2104: to test value.as_hash() usage
2105:
2106: * src/classes/curl.C: value.as_hash() used for correct hash
2107: processing
2108:
2109: * src/classes/reflection.C: exceptions texts fixes
2110:
2111: 2016-12-02 moko
2112:
2113: * tests/: 372.html, results/372.processed: tests for
2114: ^reflection:create[ $.class[name] $.constructor[name]
2115: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2116: feature #1094)
2117:
2118: * src/types/pa_vmethod_frame.h: comment added: params should be
2119: declared outside of *_FRAME_ACTION as MethodParams destructor
2120: will be called in ~VNativeMethodFrame
2121:
2122: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2123: ] minor fix
2124:
2125: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2126: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2127: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2128: now supported (implements feature #1094) value::as_hash added
2129: (and should be used everywhere)
2130:
2131: * src/classes/reflection.C: cleanup
2132:
2133: 2016-12-01 moko
2134:
2135: * tests/: 356.html, results/356.processed: test for method
2136: junctions class name added to the resulting hash added (related
2137: to feature #1068)
2138:
2139: * src/classes/reflection.C: for method junctions class name added
2140: to the resulting hash (related to feature #1068)
2141:
2142: 2016-11-30 moko
2143:
2144: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2145: exception (related to bug #1113)
2146:
2147: * src/types/pa_vhashfile.C: whitespace
2148:
2149: * src/main/pa_os.C: errno now returned as it should (fixes bug
2150: #1113)
2151:
2152: * tests/results/: 175.processed, 192.processed, 224.processed,
2153: 229.processed, 239.processed, 244.processed, 246.processed,
2154: 314.processed, 352.processed: tests results updated after method
2155: call exceptions improved as method now keeps its name
2156:
2157: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2158: types/pa_vmethod_frame.h: method call exceptions improved as
2159: method now keeps its name
2160:
2161: * tests/: 224.html, 239.html, results/224.processed,
2162: results/239.processed: tests and tests results updated after
2163: Request::construct exception changed
2164:
2165: * src/: classes/reflection.C, main/execute.C: Request::construct
2166: exception optimized
2167:
2168: * tests/: 371.html, results/371.processed: test for
2169: WWrapper.get_element call in $.name.key[value] code added
2170: (related to feature #1091)
2171:
2172: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2173: in $.name.key[value] code (related to feature #1091)
2174:
2175: 2016-11-29 moko
2176:
2177: * src/classes/op.C: VS warning war
2178:
2179: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2180: C4239: nonstandard extension used : 'return' : conversion from
2181: 'Value' to 'Value &' (related to feature #1020)
2182:
2183: * src/: main/execute.C, types/pa_vmethod_frame.h,
2184: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2185: used : 'return' : conversion from 'Value' to 'Value &' (related
2186: to feature #1020)
2187:
2188: * src/main/execute.C: VS warning war
2189:
2190: * src/targets/cgi/parser3.C: VS compatibility fix
2191:
2192: * src/include/pa_request.h: VS warning war
2193:
2194: * tests/: 370.html, results/370.processed: test for ^file::exec[
2195: ... $.stdin[$binary_file] ] added (related to bug #1044)
2196:
2197: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2198: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2199: $.stdin[$binary_file] (fixes bug #1044)
2200:
2201: 2016-11-28 moko
2202:
2203: * src/main/pa_exec.C: whitespace
2204:
2205: * src/main/pa_request.C: whitespace
2206:
2207: * tests/: 369.html, results/369.processed: test for
2208: $response:status usage added (related to feature #1099)
2209:
2210: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2211: if < 100 (implements feature #1099)
2212:
2213: * src/targets/cgi/parser3.C: whitespace
2214:
2215: * src/targets/cgi/parser3.C: whitespace
2216:
2217: * tests/: 368.html, results/368.processed: test updated after
2218: ^reflection:filename[$method] added (related to feature #1053)
2219:
2220: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2221: main/compile.y, main/execute.C, main/pa_request.C,
2222: types/pa_vclass.h: filename -> filespec,
2223: ^reflection:filename[$method] added (related to feature #1053)
2224:
2225: 2016-11-27 moko
2226:
2227: * tests/: 368.html, results/368.processed: test for
2228: reflection:filename[$class or object] added (related to feature
2229: #1053)
2230:
2231: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2232: types/pa_vstateless_class.h: ^reflection:filename[$class or
2233: object] added (implements feature #1053)
2234:
2235: 2016-11-26 moko
2236:
2237: * src/: include/pa_request_info.h,
2238: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2239: remove_absolute_uri -> strip_absolute_uri
2240:
2241: 2016-11-25 moko
2242:
2243: * src/: include/pa_request_info.h,
2244: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2245: request_info.remove_absolute_uri added to remove possible
2246: http://site.name/ from $request:uri (implements feature #1112)
2247:
2248: 2016-11-24 moko
2249:
2250: * tests/: 367-curl.html, results/367-curl.processed: test for
2251: previous request headers clearing after redirect added (related
2252: to bug #1109)
2253:
2254: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2255: response headers from previous requests are now cleared, only
2256: last request headers are collected (fixes bug #1109)
2257:
2258: * tests/results/: 266.processed, 321.processed, 356.processed:
2259: tests results updated as method name now added to the resulting
2260: hash for new syntax only (Imp1 compatimility fixed, related to
2261: feature #1068)
2262:
2263: * src/classes/reflection.C: method name now added to the resulting
2264: hash for new syntax only (Imp1 compatimility fixed, related to
2265: feature #1068)
2266:
2267: * tests/results/366.processed: test for native and parser
2268: implementation of ^use[] logic (related to feature #1074)
2269:
2270: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2271: for native and parser implementation of ^use[] logic (related to
2272: feature #1074)
2273:
2274: 2016-11-23 moko
2275:
2276: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2277: main/pa_request.C: @USE file now implemented as ^use[file;
2278: $.origin[origin_file] ] (implements feature #1074)
2279:
1.109 moko 2280: 2016-11-21 moko
2281:
1.110 moko 2282: * tests/: 365.html, results/365.processed: test for $caller bugs in
2283: 3.4.4 and $caller.method now tested (related to feature #1110)
2284:
2285: * tests/: 364.html, results/364.processed: $caller usage in
2286: different contexts now tested (related to feature #1110)
2287:
2288: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2289:
2290: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2291:
1.109 moko 2292: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2293: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2294: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2295: used (implements feature #1110)
2296:
2297: 2016-11-20 moko
2298:
2299: * src/types/pa_vdouble.h: whitespace
2300:
2301: 2016-11-11 moko
2302:
2303: * tests/: 363.html, results/363.processed: more tests for feature
2304: #1091 (how parser methods work in expression context)
2305:
2306: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2307: expressions strings are now written as strings, not values by
2308: write_as_string (related to feature #1091)
2309:
2310: * src/classes/op.C: to make more correct behavour in expression
2311: context
2312:
2313: 2016-11-07 moko
2314:
2315: * tests/: 362.html, results/362.processed: test for
2316: xsltParseStylesheetDoc caching as xsl modification after it added
2317: (related to bug #1108)
2318:
2319: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2320: result now cached as xdoc is modified after it (fixes bug #1108)
2321:
2322: 2016-11-06 moko
2323:
2324: * src/types/pa_vxdoc.h: whitespace
2325:
2326: 2016-11-05 moko
2327:
2328: * src/types/pa_vmethod_frame.h: cleanup
2329:
2330: 2016-11-03 moko
2331:
2332: * tests/results/244.processed: more correct exception after method
2333: frames separation
2334:
2335: * src/types/pa_vmethod_frame.h: minor optimizaion
2336:
2337: * src/types/pa_method.h: optimization: params_count added
2338:
2339: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2340: include/pa_request.h, main/execute.C, main/pa_request.C,
2341: types/pa_value.C, types/pa_vmethod_frame.C,
2342: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2343: VMethodFrame now divided into VNativeMethodFrame,
2344: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2345: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2346: and used (related to feature #1104)
2347:
2348: 2016-11-02 moko
2349:
2350: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2351: classes/double.C, classes/file.C, classes/hash.C,
2352: classes/hashfile.C, classes/image.C, classes/inet.C,
2353: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2354: classes/memcached.C, classes/op.C, classes/reflection.C,
2355: classes/regex.C, classes/string.C, classes/table.C,
2356: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2357: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2358: r.write (implements feature #1091)
2359:
2360: * src/main/execute.C: cleanup (related to feature #1104)
2361:
2362: * src/: include/pa_request.h, main/execute.C,
2363: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2364: added, in_expression removed (implements feature #1104)
2365:
2366: 2016-10-31 moko
2367:
2368: * src/types/pa_value.C: whitespace
2369:
2370: 2016-10-28 moko
2371:
2372: * tests/results/244.processed: updated after error reporting fixed
2373: in pa_wcontext.C
2374:
2375: * src/types/pa_wcontext.C: error reporting fixed
2376:
2377: * src/types/pa_wcontext.h: whitespace
2378:
2379: * src/classes/image.C: not fully readed entries are no longer
2380: processed (fixes bug #1106)
2381:
2382: 2016-10-26 moko
2383:
2384: * src/classes/image.C: whitespace
2385:
2386: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2387: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2388: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2389: longer required (related to feature #1091)
2390:
2391: * tests/results/: 264.processed, 350.processed: test results update
2392: reverted (whitespace optimization) after write_no_lang removed :)
2393: (related to feature #1091)
2394:
2395: * src/: classes/file.C, classes/hash.C, classes/op.C,
2396: classes/string.C, classes/table.C, classes/void.C,
2397: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2398: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2399: equal write_pass_lang (related to feature #1091)
2400:
2401: * tests/results/: 264.processed, 350.processed: test results
2402: updated (whitespace optimization) after write_assign_lang removed
2403: (related to feature #1091)
2404:
2405: * tests/: 361.html, results/361.processed: test for non-string
2406: ^untaint added (related to feature #1091)
2407:
2408: * src/: classes/curl.C, classes/date.C, classes/file.C,
2409: classes/hash.C, classes/op.C, classes/string.C,
2410: include/pa_request.h, main/execute.C: optimization:
2411: write_assign_lang removed as not required (first part of feature
2412: #1091 implementation)
2413:
1.108 moko 2414: 2016-10-12 moko
2415:
2416: * tests/: 360.html, results/360.processed: more test code (related
2417: to feature #1104)
2418:
2419: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2420: include/pa_request.h, main/compile.y, main/execute.C: opcode
2421: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2422: WContext is next task (implements feature #1104)
2423:
2424: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2425: / CO_WITHOUT_WCONTEXT
2426:
2427: * tests/: 360.html, results/360.processed: test for in expression
2428: state (related to feature #1104)
2429:
2430: 2016-10-11 moko
2431:
2432: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2433:
2434: * src/classes/op.C: default value removed from initializer
2435:
2436: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2437:
2438: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2439:
2440: 2016-10-10 moko
2441:
2442: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2443: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2444: to feature #42)
2445:
2446: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2447: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2448:
2449: 2016-10-08 moko
2450:
2451: * src/classes/double.C: whitespace
2452:
2453: 2016-10-07 moko
2454:
2455: * src/types/pa_vmethod_frame.h: reorder
2456:
2457: 2016-10-06 moko
2458:
2459: * src/classes/date.C: typo
2460:
2461: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2462:
2463: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2464: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2465: types/pa_vmethod_frame.h: params.get now returns Value&, not
2466: Value*
2467:
2468: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2469:
2470: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2471: removed; first as_* code rewrite
2472:
2473: 2016-10-05 moko
2474:
2475: * src/include/pa_request.h: whitespace
2476:
2477: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2478: intercept_string added (related to feature #1097)
2479:
2480: * src/: classes/image.C, classes/op.C, classes/table.C,
2481: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2482: optimization: intercept_string removed (implements feature #1097)
2483:
2484: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2485:
2486: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2487: from VCodeFrame and WWrapper as not required
2488:
2489: 2016-10-04 moko
2490:
2491: * src/: classes/curl.C, classes/date.C, classes/double.C,
2492: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2493: classes/int.C, classes/json.C, classes/op.C,
2494: classes/reflection.C, classes/string.C, classes/table.C,
2495: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2496: proces_to_value -> process after StringOrValue removed (related
2497: to feature #1020)
2498:
2499: * src/classes/form.C: whitespace
2500:
2501: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2502:
2503: * tests/: 357.html, 358.html, results/357.processed,
2504: results/358.processed, results/auto.p: test for @conf
2505: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2506:
2507: 2016-10-03 moko
2508:
2509: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2510: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2511: supported (implements feature #42)
2512:
2513: * src/types/pa_vregex.h: no reason for VRegex to be
2514: is_evaluated_expr
2515:
2516: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2517: (implements feature #1095)
2518:
2519: 2016-10-01 moko
2520:
2521: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2522: false by default (related to feature #1089)
2523:
2524: 2016-09-30 moko
2525:
2526: * src/types/pa_wcontext.h: cleanup
2527:
2528: 2016-09-29 moko
2529:
2530: * src/main/execute.C: whitespace
2531:
2532: * src/include/pa_request.h: whitespace
2533:
2534: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2535: classes/op.C, classes/table.C, include/pa_request.h,
2536: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2537: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2538: StringOrValue removed as it just slows down and adds complexity
2539: (implements feature #1020)
2540:
2541: 2016-09-28 moko
2542:
2543: * tests/: 356.html, results/266.processed, results/321.processed,
2544: results/356.processed: tests updated after name was added to
2545: method_info hash, test for ^reflection:method_info[junction]
2546: added (related to feature #1068)
2547:
2548: * src/classes/reflection.C: ^reflection:method_info[junction] now
2549: supported, method name added to the resulting hash (implements
2550: feature #1068)
2551:
2552: * tests/: 276.html, results/276.processed: more tests for
2553: ^reflection:delete[]
2554:
2555: * src/classes/reflection.C: fixed bug then ^reflection:delete
2556: didn't work on class and could damage native objects (like file)
2557:
2558: 2016-09-26 moko
2559:
2560: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2561: results/345.processed, results/346-curl.processed,
2562: results/347-curl.processed, results/348.processed: numbers added
2563: to simplify diff analysis
2564:
2565: * tests/: 352.html, results/352.processed: test result updated as
2566: method name used
2567:
2568: * src/classes/reflection.C: method name used
2569:
2570: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2571: its name
2572:
2573: * src/types/pa_method.h: whitespace
2574:
2575: * src/classes/reflection.C: both method and field with one name can
2576: exist.
2577:
2578: * src/classes/reflection.C: ^reflection:mixin added (implements
2579: feature #1089)
2580:
2581: * tests/: 355.html, results/355.processed: property appears in
2582: derived class if added in base test added
2583:
2584: * src/types/pa_vstateless_class.h: get_method declaration +
2585: whitespace
2586:
2587: * tests/: 354.html, results/354.processed: nice test from method
2588: and property with one name in class added
2589:
2590: 2016-09-23 moko
2591:
2592: * src/classes/reflection.C: ^reflection:method usage documented
2593:
2594: 2016-09-22 moko
2595:
2596: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2597: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2598: compile warning and GPF occures on VS2003 (related to feature
2599: #1087)
2600:
2601: * tests/: 350.html, results/350.processed: test added for
2602: $.encloser[] support in ^table::create (related to feature #11)
2603:
2604: * src/classes/table.C: another minor fix (related to feature #11)
2605:
1.107 moko 2606: 2016-09-21 moko
2607:
2608: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2609:
2610: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2611: classes/json.C, classes/string.C, classes/table.C,
2612: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2613: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2614: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2615: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2616: pa_charsets, vs2015 warning war
2617:
2618: * src/classes/table.C: vs2015 warning war
2619:
2620: * src/types/pa_vdate.C: vs2015 warning war
2621:
2622: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2623:
2624: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2625: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2626:
2627: * src/main/pa_common.C: vs2015 compilation fixes
2628:
2629: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2630: vs2015 compilation fixes
2631:
2632: * src/main/pa_charset.C: vs2015 warning war
2633:
2634: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2635:
2636: * src/main/pa_charset.C: vs2015 warning war
2637:
2638: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2639:
2640: * src/types/pa_vdate.C: vs2015 compilation fix
2641:
2642: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2643:
2644: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2645: VS2015 compilation fixes
2646:
2647: * src/classes/table.C: minor fix (related to feature #11)
2648:
2649: * tests/results/282.processed: no longer skipping extra enclosers
2650: (related to feature #11)
2651:
2652: * src/classes/table.C: minor fix + no longer skipping extra
2653: enclosers (related to feature #11)
2654:
2655: * src/classes/table.C: minor optimization (related to feature #11)
2656:
2657: * src/classes/table.C: minor fix and optimization (related to
2658: feature #11)
2659:
2660: 2016-09-20 moko
2661:
2662: * tests/: 353.html, results/353.processed: test for
2663: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2664: added (related to bug #1090)
2665:
2666: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2667: one_big_piece (fixes bug #1090)
2668:
2669: * tests/: 229.html, results/229.processed: code coverage tests
2670:
2671: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2672: body) was called
2673:
2674: * src/classes/op.C: whitespace
2675:
2676: * tests/: 323.html, results/323.processed: test for code junction
2677: should not be returned by ^reflection:class, ^reflection:base
2678:
2679: * src/classes/reflection.C: bugfix: code junction should not be
2680: returned by ^reflection:class, ^reflection:base
2681:
2682: * tests/: 323.html, 352.html, results/352.processed: no more
2683: exception for ^reflection:method[class;no-such-method] (related
2684: to feature #1087)
2685:
2686: * src/classes/reflection.C:
2687: ^reflection:method[class;no-such-method] : exception -> void
2688: (related to feature #1087)
2689:
2690: * src/include/pa_request.h: request::write_value added to allow
2691: write value without convertion (related to issue #1091)
2692:
2693: 2016-09-19 moko
2694:
2695: * src/main/pa_random.C: windows build fix
2696:
2697: * src/types/pa_vhash.h: warning war
2698:
2699: 2016-09-14 moko
2700:
2701: * tests/: 352.html, 552.html, results/352.processed,
2702: results/552.processed: test for ^reflection:method[] extension
2703: added (related to feature #1087)
2704:
2705: * tests/: 552.html, results/552.processed: test for
2706: ^reflection:method[] extension added (related to feature #1087)
2707:
2708: * src/classes/reflection.C: compatibility issue fixed, VClass
2709: dynamic_cast check added (related to feature #1087)
2710:
2711: * tests/: 351.html, results/351.processed: test for @auto[]
2712: inheritance bug diring ^process[] added (related to bug #1088)
2713:
2714: * src/: classes/op.C, main/pa_request.C,
2715: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2716: disable it inheritance during ^process (fixes bug #1088)
2717:
2718: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2719: added (implements feature #1087)
2720:
2721: 2016-09-13 moko
2722:
2723: * tests/: 349.html, results/auto.p: test for objects prototyping
2724: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2725: to feature #1086)
2726:
2727: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2728: types/pa_vobject.C: objects now are not class instances, but have
2729: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2730: in @conf (implements feature #1086)
2731:
2732: 2016-09-08 moko
2733:
2734: * src/: classes/file.C, classes/mail.C, classes/string.C,
2735: classes/table.C, main/pa_http.C, main/pa_string.C,
2736: include/pa_string.h: cleanup: string::split limit argument
2737: removed as no longer required, pos_after no longer reference
2738: (related to feature #11)
2739:
2740: * src/classes/table.C, tests/results/348.processed: now exception
2741: is rised when invalid option is passed to ^table::create[]
2742:
2743: * tests/: 282.cfg, 282.html, results/282.processed: more code
2744: coverage tests
2745:
2746: * tests/: 348.html, results/348.processed: code coverage tests
2747: added
2748:
2749: * tests/: 348.html, results/348.processed: generic ^table::create[]
2750: tests
2751:
2752: * tests/: 035.html, results/035.processed, results/272.processed:
2753: tests updated after $.encloser[] support for ^table::create
2754: implementation (related to feature #11)
2755:
2756: * src/classes/table.C: $.encloser[] support for ^table::create
2757: finally added (implements feature #11)
2758:
2759: 2016-09-07 moko
2760:
2761: * src/include/pa_string.h: added StringSplitHelper as friend
2762: (related to feature #11)
2763:
2764: * src/include/pa_string.h: body and langs now protected, not
2765: private to allow inheritance (related to feature #11)
2766:
2767: * src/classes/table.C: lsplit optimized before cloning for
2768: ^table::create with $.encloser[] (related to feature #11)
2769:
2770: * src/classes/table.C: optimizaion: TableControlChars.separators
2771: added and used (related to feature #11)
2772:
2773: * src/classes/table.C: spelling:
2774:
2775: TableSeparators -> TableControlChars column -> separator
2776: separators -> control_chars
2777:
2778: 2016-09-06 moko
2779:
2780: * src/main/pa_string.C: whitespace
2781:
2782: * src/main/pa_string.C: whitespace
2783:
2784: 2016-09-01 moko
2785:
2786: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2787: results OS-independent
2788:
2789: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2790: compiler (related to feature #1042)
2791:
2792: 2016-08-15 moko
2793:
2794: * src/include/pa_string.h: whitespace
2795:
2796: * src/classes/table.C: whitespace
2797:
1.106 moko 2798: 2016-08-05 moko
2799:
2800: * tests/: 344.html, results/344.processed: test for
2801: ^hash::create[$file] added (related to feature #1075)
2802:
2803: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2804: supported (implements feature #1075)
2805:
2806: 2016-08-04 moko
2807:
2808: * tests/: 341.html, results/341.processed: more code coverage tests
2809:
2810: * tests/: 346-curl.html, results/346-curl.processed: more code
2811: coverage tests for curl
2812:
2813: * tests/: 346-curl.html, results/346-curl.processed: more code
2814: coverage tests for curl
2815:
2816: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2817: results/223.processed: code coverage tests: $.form[ $.table[] ]
2818: test added
2819:
2820: * tests/: 223-curl.html, results/223-curl.processed: more code
2821: coverage tests for curl
2822:
2823: 2016-08-03 moko
2824:
2825: * src/classes/curl.C: dlink(curl_library) now called not once, but
2826: until it will be loaded, allowing to find existing library.
2827:
2828: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2829: results/347-curl.processed: more code coverage tests for curl
2830:
2831: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2832: results/339-curl.processed, results/346-curl.processed: curl
2833: functionality tests
2834:
2835: 2016-08-02 moko
2836:
2837: * tests/: 339.html, results/339.processed: test for tables in
2838: ^file:load[] and ^curl:load[] (commented) added (related to
2839: feature #1042)
2840:
2841: * tests/: 345.html, results/345.processed: code coverage tests for
2842: file class
2843:
2844: * tests/: 344.html, results/344.processed: code coverage tests
2845:
2846: * tests/: 344.html, results/344.processed: mdate removed from
2847: output
2848:
2849: * src/classes/file.C: minor bugfix: is_text should be taked from
2850: fcontent.is_text_mode() if not set (related to feature #1061)
2851:
2852: * tests/: 344.html, results/344.processed: more tests
2853:
2854: * tests/: 343.html, 344.html, results/343.processed,
2855: results/344.processed: tests for ^file::create[ $.from-charset
2856: and $.to-charset ] (related to feature #1061)
2857:
2858: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2859: aset_text_mode argument optimized
2860:
2861: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2862: checkBOM now used in detect_binary_content (related to feature
2863: #1061)
2864:
2865: * src/main/pa_request.C: load_charset no longer required to_upper
2866:
2867: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2868: preserves original file mode (if no $.mode specified)
2869:
2870: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2871: ^file::create now supports $.from-charset[] and $.to-charset
2872: options (implements feature #1061), automatic transcode is done
2873: if text file is created from binary file and charset is detected.
2874:
2875: 2016-07-30 moko
2876:
2877: * src/classes/table.C: ^t.hash[..;] now supported (related to
2878: feature #1057)
2879:
2880: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2881: added (related to feature #1057)
2882:
2883: * tests/: 286.html, results/286.processed: code tests coverage
2884:
2885: 2016-07-29 moko
2886:
2887: * src/classes/table.C: table size should be checked inside menu and
2888: foreach (related to feature #858)
2889:
2890: * src/: classes/curl.C, classes/file.C, classes/string.C,
2891: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2892: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2893: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2894: charsets.get now does str_upper inside (related to feature #1061)
2895:
2896: * tests/: 342.html, results/342.processed: more code coverage tests
2897:
2898: * tests/: 342.html, outputs/342.processed: table menu code coverage
2899: + foreach test added (related to feature #858)
2900:
2901: * tests/: 341.html, results/341.processed: tests for
2902: ^table.hash[]{code} added + code coverage tests (related to
2903: feature #1057)
2904:
2905: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2906: value} support (implements feature #1057)
2907:
2908: * src/classes/table.C: whitespace
2909:
2910: 2016-07-28 moko
2911:
2912: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2913: from URL, if not specified query string removed from url-based
2914: filenames in ^curl:load[] and ^file::load[] (related to feature
2915: #1042)
2916:
2917: 2016-07-27 moko
2918:
2919: * tests/: 340.html, results/340.processed: test for
2920: transcode_text_result=false added (related to issue #1042)
2921:
2922: 2016-07-26 moko
2923:
2924: * src/types/pa_vfile.C: file name should not be empty (if file path
2925: is folder and ends with /) (related to feature #1042)
2926:
2927: * src/main/pa_http.C: whitespace optimizaion
2928:
2929: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2930: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2931: multiple headers, ^file::load supports headers transcoding
2932: (implements feature #1042)
2933:
2934: 2016-07-25 moko
2935:
2936: * src/include/pa_common.h: PA_DEFAULT added
2937:
2938: 2016-07-22 moko
2939:
2940: * tests/: 338.html, results/338.processed: test for
2941: $date.field(value) added (related to feature #1066)
2942:
2943: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2944: $date.field(value) now supported for y/m/d/h/m/s (implements
2945: feature #1066)
2946:
1.105 moko 2947: 2016-07-21 moko
2948:
2949: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2950: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2951: arguments removed; image.C - absolute path shown in exception
2952: (implements feature #1071)
2953:
2954: * tests/: 235.html, results/235.processed: test and test result
2955: updated after static boundary in mail and Errors-To: mail header
2956: removed (related to feature #1047)
2957:
2958: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2959: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2960: used, static boundary in mail removed, Errors-To: mail header
2961: removed (implements feature #1047)
2962:
2963: 2016-07-20 moko
2964:
2965: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2966: equest.classes(): Value -> VStateless_class, part 3 (related to
2967: issue #1051)
2968:
2969: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2970: request.classes(): Value -> VStateless_class, part 2 (related to
2971: issue #1051)
2972:
2973: * tests/results/: 224.processed, 323.processed: classes without
2974: methods should not be methoded (related to issue #1051)
2975:
2976: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2977: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2978: -> VStateless_class, part 1 (related to issue #1051)
2979:
2980: * tests/: 337.html, results/337.processed: test for
2981: ^reflection:fields_reference[] and VHashReference class added
2982: (related to feature #1072)
2983:
2984: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2985: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2986: and VHashReference added, allowing ^reflection:fields_reference[]
2987: implementation (closes feature #1072)
2988:
2989: 2016-07-19 moko
2990:
2991: * tests/: 323.html, results/323.processed: we want to see
2992: "methoded"
2993:
2994: * tests/: 336.html, results/336.processed: test for $BASE:property
2995: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2996: #1059)
2997:
2998: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2999: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3000: somebody_entered_some_class, $BASE:property works again,
3001: ^BASE:method[] bugs fixed (fixes bug #1059)
3002:
3003: 2016-07-14 moko
3004:
3005: * tests/: 335.html, results/335.processed: test for feature #1055
3006: added
3007:
3008: * src/classes/hash.C: bugfix: $._default was not copied if empty
3009: feature: ^hash.contains[_default] added (implements feature
3010: #1055)
3011:
3012: 2016-07-13 moko
3013:
3014: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3015: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3016:
3017: 2016-07-05 moko
3018:
3019: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3020: in ^hash.foreach (related to feature #1073)
3021:
3022: 2016-07-04 moko
3023:
3024: * tests/: 134.html, 281.html, results/134.processed,
3025: results/281.processed: tests updated after hash blocking removed
3026: (related to feature #1073)
3027:
3028: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3029: no longer blocks on change during foreach (implements feature
3030: #1073)
3031:
3032: 2016-06-17 moko
3033:
3034: * tests/: 330.html, results/330.processed: try exception source
3035: test added (related to bug in #1062)
3036:
3037: * tests/: 334.html, results/334.processed: Exception stack trace
3038: test added (related to bug in $1062)
3039:
3040: * src/classes/op.C: Exception trace now correctly restored and
3041: errors reported (related to bug #1062)
3042:
1.104 moko 3043: 2016-05-25 moko
3044:
3045: * src/main/compile.y: minor cleanup + beauty
3046:
3047: 2016-05-24 moko
3048:
3049: * tests/: 333.html, results/333.processed: more exceptions testing
3050:
3051: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
3052: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
3053: features #1056, #1026)
3054:
3055: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
3056: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
3057: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
3058: (implements feature #1056)
3059:
3060: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3061: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
3062: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
3063: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
3064: feature #1026)
3065:
3066: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
3067: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
3068: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
3069: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
3070: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
3071: feature #1026)
3072:
3073: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
3074: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
3075: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
3076: SYMBOLS_CACHING define implemented (related to feature #1026)
3077:
3078: * src/main/main.vcproj: + ps_symbols
3079:
3080: * src/: include/Makefile.am, include/pa_string.h,
3081: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
3082: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
3083: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3084: types/pa_vstateless_class.C: initial implementation for symbols
3085: cache (related to feature #1026)
3086:
3087: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3088:
3089: * src/main/pa_globals.C: minor cleanup
3090:
3091: 2016-05-19 moko
3092:
3093: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3094: (related to feature #1046)
3095:
3096: * tests/: 331.html, results/331.processed: test for
3097: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3098: (related to feature #1051)
3099:
3100: * src/main/compile.y:
3101: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3102: (implements feature #1054)
3103:
3104: 2016-05-18 moko
3105:
3106: * src/types/pa_vtable.C, tests/results/324.processed: no more
3107: "column not found" exception for ^table.no-such-method[] (related
3108: to feature #1046)
3109:
3110: * tests/: 261.html, results/261.processed: test added and updated
3111: after feature #1046 implementation
3112:
3113: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3114: types/pa_vvoid.h: $string.anything works for whitespace strings,
3115: ^string.contains added for hash compatibility, $string.method no
3116: longer returns stting method (implements feature #1046)
3117:
3118: 2016-05-12 moko
3119:
3120: * src/classes/curl.C: content-type response header no longer
3121: ignored (fixes issue #1045)
3122:
3123: * tests/: 330.html, results/330.processed: test for incomplete
3124: finally execution when break occures added (related to issue
3125: #1077)
3126:
3127: * src/classes/op.C: bugfix: Request::skip reset is called before
3128: executing catch and finally code (fixes issue #1062)
3129:
3130: 2016-05-11 moko
3131:
3132: * tests/: 329.html, results/329.processed: test for invalid
3133: ^break[] behavour added (bug #1077)
3134:
3135: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3136:
3137: 2016-04-24 moko
3138:
3139: * src/types/pa_vstateless_class.h: warning war
3140:
3141: 2016-04-17 moko
3142:
3143: * tests/: 328.html, results/328.processed: test for
3144: ^break(condition) and ^continue(condition) (related to feature
3145: #1063)
3146:
3147: * src/classes/op.C: ^break(condition) and ^continue(condition)
3148: implemented (feature #1063)
3149:
3150: 2016-04-12 moko
3151:
3152: * tests/results/280.processed: ordered hash now used for class
3153: methods and properties (test results updated for feature #1069)
3154:
3155: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3156: to xdoc.C as under FreeBSD it was inited after and inheritance
3157: failed (related to issue #1051)
3158:
3159: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3160: are printed to check inheritance (related to feature #1051)
3161:
1.103 moko 3162: 2016-04-09 moko
3163:
3164: * tests/results/320.processed: ordered hash now used for class
3165: methods and properties (test results updated for feature #1069)
3166:
3167: * src/types/pa_vstateless_class.h: ordered hash now used for class
3168: methods and properties (implements feature #1069)
3169:
3170: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3171: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3172: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3173: feature #1051)
3174:
3175: 2016-04-07 moko
3176:
3177: * src/main/execute.C: returned Value in .CLASS case for VJunction
3178: (related to feature #1051)
3179:
3180: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3181: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3182: string constants deduplication (related to feature #1051)
3183:
3184: * tests/results/224.processed: test result updated (related to
3185: feature #1051)
3186:
3187: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3188: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3189: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3190: types/pa_vstatus.h: classes hash now contains only
3191: VStateless_class derived objects, .CLASS is also allways
3192: VStateless_class derived object (related to feature #1051).
3193:
3194: 2016-04-06 moko
3195:
3196: * tests/results/323.processed: test result updated after feature
3197: #1051 implementation
3198:
3199: * src/: classes/classes.h, classes/op.C, classes/response.C,
3200: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3201: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3202: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3203: types/pa_vresponse.C, types/pa_vresponse.h,
3204: types/pa_vstateless_class.h: base -> methoded_donor for static
3205: classes, type() moved from VStateless_class to VClass and
3206: Methoded (implements feature #1051)
3207:
3208: 2016-04-04 moko
3209:
3210: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3211: beauty: put_class added (related to feature #1051)
3212:
3213: 2016-04-01 moko
3214:
3215: * tests/results/: 175.processed, 192.processed, 224.processed,
3216: 229.processed, 244.processed, 246.processed, 316.processed: test
3217: results updated as class.type() removed from error messages, only
3218: type() left (related to feature #1051)
3219:
3220: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3221: classes/op.C, classes/reflection.C, main/compile.y,
3222: main/compile_tools.h, main/execute.C, main/pa_request.C,
3223: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3224: types/pa_vmethod_frame.h, types/pa_vobject.h,
3225: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3226: from VStateless_class, type() is used instead (related to feature
3227: #1051)
3228:
3229: * src/classes/mail.C: old logic restored.
3230:
3231: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3232: classes/classes.h, classes/curl.C, classes/date.C,
3233: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3234: classes/hashfile.C, classes/image.C, classes/inet.C,
3235: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3236: classes/memcached.C, classes/memory.C, classes/reflection.C,
3237: classes/regex.C, classes/response.C, classes/string.C,
3238: classes/table.C, classes/xdoc.C, classes/xnode.C,
3239: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3240: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3241: feature #1051)
3242:
3243: 2016-03-30 moko
3244:
3245: * tests/: 327.html, results/224.processed, results/327.processed:
3246: test for TZ specification in ^date::create[], TZ is kept during
3247: ^date::create[$dt] (related to feature #1048)
3248:
3249: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3250: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3251: feature #1048)
3252:
3253: 2016-03-29 moko
3254:
3255: * tests/: 315.html, results/315.processed: test for timezone format
3256: +HHmm added (related to feature #1065)
3257:
3258: * src/classes/date.C: timezone format +HHmm now supported
3259: (implements feature #1065)
3260:
3261: 2016-03-28 moko
3262:
3263: * tests/: 202.html, results/131.processed, results/202.processed,
3264: results/224.processed, results/256.processed,
3265: results/315.processed: test results updated after %.2d now
3266: default for hours offset in iso-string (was %2d), test for
3267: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3268: added (related to feature #1065)
3269:
3270: 2016-03-27 moko
3271:
3272: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3273: feature #1065)
3274:
3275: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3276: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3277: added (implements feature #1065)
3278:
3279: 2016-03-24 moko
3280:
3281: * tests/: 202.html, results/202.processed: test $date.week added
3282: (related to bug #1067)
3283:
3284: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3285: date (fix for bug #1067)
3286:
3287: 2016-03-10 moko
3288:
3289: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3290:
1.102 moko 3291: 2015-12-07 moko
3292:
3293: * tests/: 326.html, results/326.processed: test for .CLASS &
3294: .CLASS_NAME optimization added (related to feature #844)
3295:
3296: 2015-11-17 moko
3297:
3298: * tests/: 323.html, results/323.processed: order added
3299:
3300: * tests/: 325.html, results/325.processed: double range test added
3301: (related to bug #1049)
3302:
3303: 2015-11-16 moko
3304:
3305: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3306: added to disallow NaN and Infinity (fixes bug #1049)
3307:
3308: 2015-11-11 moko
3309:
3310: * tests/324.html: parser 3.4.3 execution support added (related to
3311: feature #1017)
3312:
3313: * tests/: 324.html, results/324.processed: test for
3314: GET_ELEMENT4CALL feature added (feature #1017)
3315:
1.101 moko 3316: 2015-10-29 moko
3317:
3318: * operators.txt: updated for 3.4.4
3319:
3320: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3321:
3322: * src/main/pa_exec.C: get_exit_status implemented for Windows
3323: (related to bug #1043)
3324:
3325: 2015-10-28 moko
3326:
3327: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3328: hangup during ^file::exec (fixes bug #1043)
3329:
1.100 moko 3330: 2015-10-27 moko
3331:
3332: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3333:
1.99 moko 3334: 2015-10-26 moko
3335:
1.100 moko 3336: * tests/322.html, src/classes/reflection.C: arguments reorder
3337: (related to issue #1041)
3338:
3339: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3340: Copyright year updated
3341:
1.99 moko 3342: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3343: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3344: classes/form.C, classes/hash.C, classes/hashfile.C,
3345: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3346: classes/mail.C, classes/math.C, classes/memcached.C,
3347: classes/memory.C, classes/op.C, classes/reflection.C,
3348: classes/regex.C, classes/response.C, classes/string.C,
3349: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3350: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3351: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3352: include/pa_config_fixed.h, include/pa_config_includes.h,
3353: include/pa_dictionary.h, include/pa_dir.h,
3354: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3355: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3356: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3357: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3358: include/pa_request_charsets.h, include/pa_request_info.h,
3359: include/pa_sapi.h, include/pa_socks.h,
3360: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3361: include/pa_stack.h, include/pa_string.h,
3362: include/pa_stylesheet_connection.h,
3363: include/pa_stylesheet_manager.h, include/pa_table.h,
3364: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3365: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3366: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3367: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3368: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3369: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3370: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3371: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3372: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3373: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3374: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3375: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3376: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3377: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3378: main/pa_string.C, main/pa_stylesheet_connection.C,
3379: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3380: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3381: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3382: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3383: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3384: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3385: targets/isapi/parser3isapi.C, types/pa_junction.h,
3386: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3387: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3388: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3389: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3390: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3391: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3392: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3393: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3394: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3395: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3396: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3397: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3398: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3399: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3400: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3401: types/pa_vresponse.C, types/pa_vresponse.h,
3402: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3403: types/pa_vstateless_object.h, types/pa_vstatus.C,
3404: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3405: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3406: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3407: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3408: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3409:
3410: * src/targets/cgi/parser3.C: year updated
3411:
3412: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3413: issue #1041)
3414:
3415: * tests/: 323.html, results/323.processed: test for base classes
3416: added
3417:
3418: * tests/: 261.html, results/261.processed: updated after better
3419: error reporting done for $string.key exception
3420:
3421: * src/types/pa_vstring.h: better error report for $string.key
3422: exception
3423:
3424: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3425: copied as VObject::get_element4call to remove extra virtual call
3426:
3427: * tests/: 322.html, results/322.processed: test for
3428: ^reflection:is[] added (related to feature #1041)
3429:
3430: * src/classes/reflection.C: ^reflection:is empty value is void
3431: (related to feature #1041)
3432:
3433: * src/classes/reflection.C:
3434: ^reflection:is[class_name|code|method;[context;]element_name]
3435: added (implements feature #1041)
3436:
3437: 2015-10-24 moko
3438:
3439: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3440:
1.98 moko 3441: 2015-10-22 moko
3442:
3443: * tests/: 321.html, results/321.processed: test for
3444: ^reflection:method_info[] file detection added
3445:
3446: * tests/: 320.html, results/320.processed: test for
3447: ^reflection:class_by_name[class_name] added (related to feature
3448: #993)
3449:
3450: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3451: added (implements feature #993)
3452:
3453: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3454: (related to feature #1017)
3455:
3456: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3457: added (related to issue #1039)
3458:
3459: * src/main/pa_request.C: ^throw origin fixed (related to feature
3460: #1039)
3461:
3462: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3463: for VDate
3464:
3465: * tests/results/182.processed: updated after feature #1038
3466: implemented
3467:
3468: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3469: compile-time exception origin added (test for feature #1039)
3470:
3471: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3472: main/pa_request.C: exception unification: compile-time exceptions
3473: now have origin, @USE origins also tracked (implements feature
3474: #1039)
3475:
3476: 2015-10-20 moko
3477:
3478: * src/main/pa_request.C: cleanup
3479:
3480: 2015-10-15 moko
3481:
3482: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3483:
3484: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3485: types/pa_vtable.C: new feature: no more $table.method and
3486: $hash.method, aliases for _at, _count, _key (related to feature
3487: #1017)
3488:
1.97 moko 3489: 2015-10-14 moko
3490:
1.98 moko 3491: * tests/: 317.html, results/317.processed: test for
3492: ^string.unescape[] added (related to feature #120)
3493:
1.97 moko 3494: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3495: defined" bug (described in issue #1036)
3496:
3497: * tests/: 247.html, results/247.processed: test for checkBOM added
3498: (test for bug #1037)
3499:
3500: * src/: include/pa_charsets.h, main/pa_charsets.C,
3501: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3502: it's not enforced, skips BOM signature if it complies charset
3503: (fixes bug #1037)
3504:
3505: 2015-10-13 moko
3506:
3507: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3508: linking
3509:
3510: * src/classes/inet.C: vs2003 compilation fix
3511:
3512: * src/classes/math.C: warning war
3513:
3514: * src/lib/punycode/pa_punycode.c: warning war
3515:
3516: 2015-10-12 moko
3517:
3518: * src/lib/punycode/pa_punycode.c: warning war
3519:
3520: * parser3.sln: moved parser3 first, to make it default startup
3521: project
3522:
3523: * buildall: parser "mirror" now used for external libs sources
3524: (implements feature #1036)
3525:
3526: * buildall: most external libs are updated to their current
3527: versions (related to feature #1036)
3528:
3529: * src/classes/image.C: more tags added
3530:
3531: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3532:
3533: 2015-10-11 moko
3534:
3535: * src/classes/curl.C: minor optimization (related to feature #1035)
3536:
3537: 2015-10-09 moko
3538:
3539: * src/classes/curl.C: pa_strdup added for strings from curl
3540: (related to feature #1035)
3541:
3542: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3543: ULLONG_MAX definition
3544:
3545: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3546: (implements feature #1035)
3547:
3548: * src/main/pa_charset.C: String::Body(String::C) used
3549:
3550: * src/main/pa_charset.C: exceptions unified
3551:
3552: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3553: unified
3554:
3555: * src/: classes/file.C, classes/image.C, classes/mail.C,
3556: classes/op.C, classes/xdoc.C, classes/xnode.C,
3557: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3558: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3559: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3560: String::Body(String::C) constructor added (related to bug #957)
3561:
3562: * src/classes/file.C: minor optimization
3563:
3564: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3565: Cord(char*) autocreation (related to bug #957)
3566:
3567: * src/: classes/string.C, main/untaint.C: minor optimizations
3568:
3569: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3570: String(char*, Lang, length) removed, String(C(), Lang) used
3571: instead (related to bug #957)
3572:
3573: 2015-10-08 moko
3574:
3575: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3576: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3577: main/untaint.C: Now char * is converted to CORD only using
3578: AS_CORD() to check for empty cord bug (fixes bug #957)
3579:
3580: * src/include/pa_hash.h: fixed compilation without
3581: HASH_CODE_CACHING
3582:
3583: * src/classes/string.C:
3584: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3585: feature #120)
3586:
3587: * src/main/pa_common.C: reduce js flags checks count (related to
3588: feature #120)
3589:
1.96 moko 3590: 2015-10-07 moko
3591:
3592: * tests/: 275.html, results/275.processed: test modified after
3593: unsigned long long int support implemented (feature #1034)
3594:
3595: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3596: pa_atoul added for unsigned long long int support
3597:
3598: 2015-10-06 moko
3599:
3600: * src/types/pa_vdate.C: INT_MAX used
3601:
3602: 2015-10-03 moko
3603:
3604: * tests/: 302.html, results/302.processed: test for bug #1023
3605: (\u2028, \u2029 escaping) added
3606:
3607: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3608: json:string[] (fixes bug #1023)
3609:
3610: 2015-09-29 moko
3611:
3612: * tests/305.html: try-catch added for OS without ipv6 support
3613:
3614: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3615: compilation
3616:
3617: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3618: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3619: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3620: implemented to distinguish ^hash.method from $hash.field
3621: (implements feature #1017)
3622:
3623: * src/lib/punycode/pa_punycode.c: warning war
3624:
3625: * src/include/pa_config_includes.h: warning war
3626:
3627: * src/include/pa_config_includes.h: pragma warning actualized a bit
3628:
3629: * src/include/pa_config_includes.h: warning war
3630:
3631: * src/include/pa_hash.h: clang compilation fix
3632:
3633: 2015-09-27 moko
3634:
3635: * src/main/compile.tab.C: Bison 3 is now default
3636:
3637: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3638:
3639: 2015-09-25 moko
3640:
3641: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3642: works with undefined HASH_ORDER (related to feature #196)
3643:
3644: 2015-09-24 moko
3645:
3646: * tests/: 027.html, results/027.processed: test modified to test
3647: ^hash.sort (feature #196)
3648:
3649: * src/: classes/hash.C, include/pa_hash.h:
3650: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3651: added (implements feature #196)
3652:
3653: * tests/: 316.html, results/316.processed: Added test for bug #1025
3654: (exception handling in non-cached ^cache), plus for "it does not
3655: have logical value" and "$exception.handled value must be either
3656: boolean or string 'cache'" exceptions.
3657:
3658: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3659: code (fixes bug #1025)
3660:
1.95 moko 3661: 2015-09-23 moko
3662:
3663: * src/classes/table.C: warning war
3664:
3665: * src/: classes/math.C, types/pa_vcookie.C: warning war
3666:
3667: * src/classes/file.C: warning war
3668:
3669: * src/: include/pa_table.h, main/pa_table.C: warning war
3670:
3671: * src/: main/pa_request.C, classes/date.C: warning war
3672:
3673: * src/: types/pa_vdate.C, classes/op.C: warning war
3674:
3675: * tests/: 122.html, results/122.processed: win sync: to remove
3676: differences with OS that doesn't keep timezone change history
3677:
3678: * src/types/pa_vdate.C: tzset() should be called in Windows after
3679: TZ change (related to feature #36)
3680:
3681: * tests/: 075.html, results/075.processed: win sync: to remove
3682: differences with OS that doesn't keep timezone change history
3683:
3684: * tests/: 315.html, results/315.processed: win sync: to remove
3685: differences with OS that doesn't keep timezone change history
3686:
3687: * tests/: 256.html, results/256.processed: win sync: to remove
3688: differences with OS that doesn't keep timezone change history
3689:
3690: * tests/: 124.html, results/124.processed: win results sync: to
3691: avoid hitting time change hole.
3692:
3693: * src/types/pa_vdate.C: static returned. :)
3694:
3695: 2015-09-22 moko
3696:
3697: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3698:
3699: * tests/results/131.processed: more tests for feature #1032
3700:
3701: * src/classes/date.C: minor fix related to feature #1032
3702:
3703: * operators.txt: ISO date creation documented (related to feature
3704: #1032)
3705:
3706: * operators.txt: iso-string documented (related to feature #1032)
3707:
3708: * tests/: 315.html, results/315.processed: more tests added
3709: (related to feature #1032)
3710:
3711: * tests/: 131.html, results/131.processed: date range checks
3712: updated (related to feature #36)
3713:
3714: * tests/: 315.html, results/057.processed, results/315.processed:
3715: test added for ISO date support (related to issue #315)
3716:
3717: * src/classes/date.C: more readable exceptions in date creation
3718: (related to ticket #1032)
3719:
3720: 2015-09-18 moko
3721:
3722: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3723: added (related to issue #1032)
3724:
3725: * tests/results/256.processed, src/classes/json.C: iso-string
3726: documented (related to issue #1032)
3727:
3728: * tests/: 256.html, results/256.processed: ISO date check added
3729: (related to issue #1032)
3730:
3731: * tests/: 057.html, results/057.processed, results/224.processed:
3732: tests results updated after ISO date support implemented (related
3733: to feature #1032)
3734:
3735: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3736: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3737: ^date::create[string] constructor formalized, ^date.iso-string[]
3738: added (implements feature #1032)
3739:
3740: 2015-09-05 moko
3741:
3742: * operators.txt: actualized
3743:
3744: * operators.txt: date changes documented (related to ticket #36)
3745:
3746: 2015-09-04 moko
3747:
3748: * src/types/pa_vdate.C: warning war
3749:
3750: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3751:
3752: 2015-09-03 moko
3753:
3754: * tests/results/096.processed: test result updated for 0..9999 year
3755: date range support (related to feature #36)
3756:
3757: * tests/: 314.html, results/314.processed: test for
3758: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3759: bug #1031)
3760:
3761: * src/classes/string.C: Static calls fixed for ^string:base64[],
3762: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3763:
1.116 moko 3764: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3765: configure.in -> configure.ac
1.95 moko 3766:
1.116 moko 3767: * configure, configure.in, src/include/pa_config_auto.h.in: more
3768: correct timezone check for FreeBSD Warning war: configure.in ->
3769: configure.ac
1.95 moko 3770:
3771: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3772: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3773: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3774: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3775: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3776: src/main/Makefile.am, src/targets/apache/Makefile.am,
3777: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3778: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3779: check added
3780:
3781: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3782:
3783: * tests/results/: 124.processed, 224.processed: test resuls updated
3784: for new date implementation (related to feature #36)
3785:
3786: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3787: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3788: types/pa_vdate.h: new double date implementation with internal
3789: support for extended 0..9999 year range, default timezone support
3790: (related to feature #36)
3791:
3792: 2015-08-28 moko
3793:
3794: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3795: (fixes bug #1030)
3796:
3797: 2015-08-21 moko
3798:
3799: * src/classes/inet.C: snprintf size "bug" commented
3800:
3801: * src/main/pa_common.C: snprintf comments updated
3802:
3803: 2015-08-16 moko
3804:
3805: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3806:
3807: 2015-08-11 moko
3808:
3809: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3810: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3811: can be null (fixes bug #1029)
3812:
3813: 2015-08-06 moko
3814:
1.116 moko 3815: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3816: pa_vdate.C added
1.95 moko 3817:
3818: 2015-08-05 moko
3819:
3820: * tests/: 313.html, results/313.processed: test for
3821: ^table.count[columns] and ^table.flip[] with nameless tables
3822: (feature #1003)
3823:
3824: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3825: max_cell added, now ^table.count[columns] and ^table.flip[] works
3826: correctly for nameless tables (implements feature #1003)
3827:
3828: 2015-08-03 moko
3829:
3830: * tests/312.html: test for ^table.append[$hash] and
3831: ^table.insert[$hash] added (related to feature #1028)
3832:
3833: * src/classes/table.C: ^table.append[$hash] and
3834: ^table.insert[$hash] now supported (implements feature #1028)
3835:
3836: * tests/: 312.html, results/312.processed: test row copy in
3837: ^table.hash[; $.type[table] ] added (related to feature #1016)
3838:
3839: * src/classes/table.C: row copy now created in ^table.hash[;
3840: $.type[table] ] (related to feature #1016)
3841:
3842: 2015-07-29 moko
3843:
3844: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3845: added (related to feature #1016)
3846:
3847: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3848: ^table.delete[] added to delete current row (related to feature
3849: 1016)
3850:
3851: 2015-07-28 moko
3852:
3853: * tests/: 312.html, results/312.processed: test for
3854: $table.column[value] and ^table.insert{row} (related to feature
3855: #1016)
3856:
3857: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3858: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3859: ^table.insert{row} are now implemented (feature #1016)
3860:
3861: * src/include/pa_array.h: Optimization: bool reverse removed from
3862: append(), insert() added, memmove arguments order in remove()
3863: fixed (related to feature #1016)
3864:
3865: 2015-07-23 moko
3866:
3867: * src/classes/json.C: tainted json and empty json exception added
3868: (implements feature #1015)
3869:
3870: * tests/: 311.html, results/311.processed: empty json and tainted
3871: json exception test added (related to issue #1015)
3872:
3873: 2015-07-22 moko
3874:
3875: * tests/: 311.html, results/311.processed: test for UTF-8
3876: processing added
3877:
3878: * tests/: 311.html, results/311.processed: test for
3879: json_exception_with_source added (related to issue #394)
3880:
3881: * src/classes/json.C: json_exception_with_source added (implements
3882: feature #394)
3883:
3884: 2015-06-29 moko
3885:
3886: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3887: directories are now correctly determined if _d_type == DT_UNKNOWN
3888: (closes bug #1027)
3889:
3890: 2015-06-10 moko
3891:
3892: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3893: error if libxml has LIBXML_ICU_ENABLED.
3894:
3895: 2015-06-04 moko
3896:
3897: * tests/099.html: ups, reverting
3898:
3899: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3900: results/310.processed: tests for $response:body[ $.file[] ] and
3901: $response:last-modified added
3902:
3903: * src/main/pa_request.C: last-modified check fixed
3904:
3905: 2015-06-03 moko
3906:
3907: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3908: results/205.processed, results/293.processed: $response:headers
3909: logging added (tests for feature #1007)
3910:
3911: * src/: include/pa_common.h, include/pa_request.h,
3912: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3913: $response:headers are now in uppercase (closes feature #1007)
3914:
3915: 2015-06-02 moko
3916:
3917: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3918: build errors reverted for clang compatibility
3919:
3920: 2015-06-01 moko
3921:
3922: * src/include/pa_memory.h: -pedantic build errors fixed
3923:
3924: * src/classes/math.C: -pedantic build error fixed
3925:
3926: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3927:
3928: 2015-05-31 moko
3929:
3930: * src/classes/table.C: USE_STRINGSTREAM optimized
3931:
3932: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3933: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3934: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3935: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3936: types/pa_vxnode.h: warning war (-pedantic flag)
3937:
3938: 2015-05-28 moko
3939:
3940: * tests/: 308.html, results/308.processed: test for
3941: ^table::create[$t;], etc work added (related to bug #975)
3942:
3943: * src/classes/table.C: check_option_param removed,
3944: ^table::create[$t;], etc now works (fixes bug #975)
3945:
3946: 2015-05-27 moko
3947:
3948: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3949: (Debian jessie) fixed (closes issue #1024)
3950:
3951: * tests/Makefile: sort added as in Debian jessie list become
3952: unsorted
3953:
3954: 2015-05-18 moko
3955:
3956: * tests/: 201.html, results/201.processed: test for
3957: ^string.trim[what] feature #1022
3958:
3959: * src/classes/string.C: ^string.trim[what] now supported,
3960: implements feature #1022
3961:
3962: 2015-05-17 moko
3963:
3964: * tests/results/185.processed: test result updated as feature #1021
3965: implemented (left/right accept negative parameter)
3966:
3967: * src/classes/string.C: left/right now accept negative parameter
3968: (implements feature #1021)
3969:
3970: 2015-05-08 moko
3971:
3972: * src/classes/math.C: isalnum -> pa_isalnum
3973:
3974: * src/main/execute.C: optimization in getter-junction processing
3975: (related to issue #997)
3976:
3977: 2015-05-07 moko
3978:
3979: * tests/: 307.html, results/307.processed: test for issue #997
3980: added
3981:
3982: * src/main/execute.C: process_getter result now checked if junction
3983: returned (closes issue #997)
3984:
3985: * tests/: 305.html, results/305.processed: sort added to ignore
3986: different order
3987:
3988: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3989: assignment (closes issue #994)
3990:
3991: * tests/: 306.html, results/306.processed: test for issue #994
3992: added
3993:
3994: * tests/: 303.html, results/303.processed: two more errors tested
3995:
3996: 2015-05-06 moko
3997:
3998: * tests/: 305.html, results/305.processed: test for name2ip &
3999: ip2name added (related to feature #992)
4000:
4001: * tests/: 303.html, 304.html, results/303.processed,
4002: results/304.processed: tests for idna conversion added (related
4003: to issue #849)
4004:
4005: 2015-05-02 moko
4006:
4007: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4008: implemented
4009:
4010: 2015-04-30 moko
4011:
4012: * src/main/pa_http.C: idna_host added, related to issue #849
4013:
4014: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4015: (related to issue #849)
4016:
4017: 2015-04-24 moko
4018:
4019: * src/types/pa_vjunction.C: warning war
4020:
4021: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4022: unification
4023:
4024: * src/lib/punycode/pa_idna.c: warning war
4025:
4026: 2015-04-22 moko
4027:
4028: * src/main/main.vcproj: punycode include path added
4029:
4030: * src/lib/punycode/pa_idna.c: windows compile error fixed
4031:
4032: * src/lib/punycode/pa_idna.c: warning war
4033:
4034: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4035: project file added
4036:
4037: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4038:
4039: * src/include/pa_memory.h: warning war
4040:
4041: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4042: ^string:idna[xn--...], ^string.idna[] - idna conversion support
4043: implemented (related to feature #849)
4044:
4045: * configure.in, src/main/Makefile.am,
4046: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
4047: libpunycode added in Unix
4048:
4049: 2015-04-21 moko
4050:
4051: * configure.in: large files support
4052:
4053: 2015-04-15 moko
4054:
4055: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
4056: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
4057: pa_punycode.h: initial version for punycode/idna support library
4058: (ticket #849)
4059:
4060: 2015-04-08 moko
4061:
4062: * src/: classes/curl.C, classes/date.C, classes/file.C,
4063: classes/image.C, classes/mail.C, classes/reflection.C,
4064: classes/string.C, classes/xnode.C, include/pa_request.h,
4065: include/pa_string.h, include/pa_stylesheet_connection.h,
4066: main/compile.y, main/compile_tools.h, main/execute.C,
4067: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4068: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
4069: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
4070: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
4071: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
4072: clang compiler warnings (closes issue #1018)
4073:
4074: * src/include/pa_string.h: String::Body comparation operators with
4075: char * added (related to issue #958)
4076:
4077: 2015-04-07 moko
4078:
4079: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
4080: pa_malloc/pa_free to remove system malloc/free usage (related to
4081: issue #1018)
4082:
4083: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
4084: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
4085: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
4086: main/pa_http.C, main/pa_request.C, main/pa_string.C,
4087: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4088: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4089: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4090: malloc/strdup/free replaced with pa_ version and checks for
4091: accidental use of non-pa_ version added (related to issue #1018)
4092:
4093: 2015-04-03 moko
4094:
4095: * buildall: pcre-8.33 -> pcre-8.36
4096:
4097: * src/: main/compile.y, classes/form.C, classes/mail.C,
4098: classes/op.C, classes/string.C, main/compile.tab.C,
4099: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4100: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4101: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4102: ticket #958)
4103:
4104: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4105: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4106: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4107: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4108: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4109: $request:headers, $request:method added (implements feature
4110: #1007)
4111:
4112: 2015-03-17 misha
4113:
4114: * tests/302.html: - test for
4115: ^json:string[...;$._default[method-name]]
4116:
4117: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4118: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4119: option $._default[method-name] is specified in ^json:string[], a
4120: method with specified name will be called for classes/objects
4121: serialization ( new feature: #982 )
4122:
4123: 2015-03-16 misha
4124:
4125: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4126: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4127: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4128: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4129: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4130: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4131: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4132: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4133: types/pa_vrequest.h, types/pa_vstateless_class.C,
4134: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4135: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4136: $var.CLASS_NAME now have special opcodes. This can be switched
4137: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4138: on pa_opcode.h ( new feature: #844 )
4139:
4140: 2015-03-15 misha
4141:
4142: * tests/075.html: - test for $response:header[]
4143:
4144: * src/types/pa_vresponse.C: - $response:header[] deletes header
4145: that was set earlie ( new feature: #1001 )
4146:
4147: 2015-03-12 misha
4148:
4149: * tests/246.html: - more tests for ^hash._at[]
4150:
4151: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4152: accepts second param [key|value|hash] ( new feature: #1012 )
4153:
4154: 2015-03-09 moko
4155:
4156: * src/types/pa_vmail.C: exception for everything but
4157: $mail:received, closes issue #1011
4158:
4159: 2015-02-20 moko
4160:
4161: * tests/: 275.html, results/275.processed: hex detection in
4162: pa_atoui fix test (closes issue #1010)
4163:
4164: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4165: issue #1010)
4166:
4167: 2015-02-17 moko
4168:
4169: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4170: tainted.
4171:
4172: 2015-02-03 misha
4173:
4174: * tests/301.html: - test for ^json:string($double) causes
4175: exception. bugfix: #1008
4176:
4177: * src/classes/json.C: - ^json:string($double) causes exception.
4178: bugfix: #1008
4179:
4180: * tests/014.html: - updated for work with ^hash.delete[]
4181:
4182: 2015-01-12 misha
4183:
4184: * src/: classes/form.C, include/pa_common.h,
4185: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4186: types/pa_vform.h: - supports body with PUT method as well ( new
4187: feature: #1006 )
4188:
4189: * src/classes/file.C: - warnings war
4190:
4191: 2015-01-11 misha
4192:
4193: * tests/300.html: - test for ^hash.delete[] is added
4194:
4195: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4196: feature: #989 ) - tiny optimization in intersects
4197:
4198: 2015-01-06 moko
4199:
4200: * src/types/pa_vmail.C: file names transcode added, to and cc added
4201: with transcode, attachments detection fixed
4202:
4203: * src/main/pa_request.C: filling mail received after cgi/auto.p
4204: load to allow charset switch (related to issue #996)
4205:
4206: 2014-12-31 moko
4207:
4208: * src/types/pa_vmail.C: from and subject now transcoded if not
4209: UTF-8 source charset (fixes issue 996)
4210:
4211: * src/main/pa_exception.C: fixed string from stack bug (closes
4212: issue #1000)
4213:
4214: 2014-12-11 misha
4215:
4216: * src/types/pa_vhashfile.C: - check if key is not empty before
4217: access ( bug fix: #1005 )
4218:
4219: 2014-11-13 misha
4220:
4221: * src/main/compile.y: - PC.append does not reset to false while
4222: creating a new class. bugfix: #990
4223:
4224: * tests/299.html: - test for creation class after working with
4225: partial class (create+append)
4226:
4227: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4228: #995
4229:
4230: * tests/232.html: - test for @get[def] added
4231:
4232: 2014-10-12 moko
4233:
4234: * src/lib/pcre/pcre_internal.vcproj: correct path
4235:
4236: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4237: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4238: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4239: targets/apache/ApacheModuleParser3.vcproj,
4240: targets/apache/ApacheModuleParser3Core.vcproj,
4241: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4242: types/types.vcproj: project GUID inserted in *.vcproj for correct
4243: conversion in newer VS versions
4244:
4245: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4246: pcre_internal.vcproj added
4247:
4248: 2014-08-28 moko
4249:
4250: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4251: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4252: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4253:
4254: 2014-06-30 misha
4255:
4256: * tests/298.html: - tests for ^reflection:def[class;className]
4257: added
4258:
4259: * src/classes/reflection.C: - ^reflection:def[class;className]
4260: added ( new feature: #918 )
4261:
4262: 2014-06-29 misha
4263:
4264: * src/classes/table.C: - ^table::create[unsupported data] -
4265: exception comment changed to "body must be table or code" ( bug
4266: fix: #951 )
4267:
4268: * tests/: 261.html, results/261.processed: - tests for
4269: ^json:string[...;$.void[null|string]] added
4270:
4271: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4272: option $.void[string|null] added to ^json:string[...] ( new
4273: feature: #952 )
4274:
4275: 2014-06-28 moko
4276:
4277: * src/classes/curl.C: $.charset now processed before other curl
4278: options (closes issue #980)
4279:
4280: 2014-05-23 misha
4281:
4282: * src/classes/json.C: - bug fix: #987
4283:
4284: 2014-05-04 misha
4285:
4286: * tests/: 253.html, 253_json.txt: - test for
4287: ^json:parse[$.int(false)] is added
4288:
4289: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4290: default true). The option is similar to $.double(bool) but for
4291: integers.
4292:
4293: 2014-05-01 moko
4294:
4295: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4296: #12 )
4297:
4298: 2014-04-16 moko
4299:
4300: * src/main/pa_http.C: response-charset option should finally work
4301: now (fix for issue #867)
4302:
4303: * src/main/pa_http.C: response-charset option should work now (fix
4304: for issue #867)
4305:
4306: 2014-03-07 moko
4307:
4308: * buildall: libgc moved
4309:
4310: * buildall: libgc moved
4311:
4312: 2013-12-29 moko
4313:
4314: * src/classes/string.C: ^string:js-unescape result now tainted,
4315: closes issue #966
4316:
4317: * tests/: 186.html, results/186.processed: ^string:js-unescape
4318: result now tainted, issue #966
4319:
4320: 2013-12-03 moko
4321:
4322: * src/: classes/memcached.C, types/pa_vmemcached.C,
4323: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4324: option was added for http://www.parser.ru/forum/?id=79343
4325:
4326: * src/classes/file.C: bugfix for
4327: http://www.parser.ru/forum/?id=79337
4328:
4329: 2013-11-05 moko
4330:
4331: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4332:
4333: * src/main/pa_globals.C: spelling fixed
4334:
4335: 2013-10-29 moko
4336:
4337: * src/lib/json/json.vcproj: json.c -> pa_json.C
4338:
4339: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4340: #892
4341:
4342: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4343: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4344: exceptions to be thrown thougth json library), related to issue
4345: #892
4346:
4347: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4348: related to issue #896
4349:
4350: 2013-10-24 moko
4351:
4352: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4353:
4354: 2013-10-23 moko
4355:
4356: * README: actualization
4357:
4358: 2013-10-22 moko
4359:
4360: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4361: compatibility patch from Sergey Kirpichev
4362:
4363: * tests/: 297.html, results/297.processed: non-working getter fix
4364: test for issue #948
4365:
4366: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4367: called when saving value of $match variable in ^string.match[] to
4368: increase compatibility (related to issue #948).
4369:
4370: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4371: usage optimization
4372:
4373: 2013-10-21 moko
4374:
4375: * tests/: 182.html, results/182.processed: local path removed for
4376: compatibility
4377:
4378: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4379: results/244.processed, results/253.processed,
4380: results/254.processed, results/275.processed,
4381: results/281.processed: try_catch -> try-catch
4382:
4383: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4384: results/294.processed, results/296.processed: try_catch ->
4385: try-catch
4386:
4387: 2013-10-20 moko
4388:
4389: * tests/: 296.html, results/296.processed: test for xsl exception
4390: for issue #938 added.
4391:
4392: * src/: include/pa_xml_exception.h,
4393: main/pa_stylesheet_connection.C: forgotten to be replaced
4394: XmlException is now replaced (once again closes issue #938)
4395:
4396: 2013-10-18 moko
4397:
4398: * buildall: disable clock_gettime detection to avoid librt linking
4399: (which in turn depends on libpthread), related to issue #943
4400:
4401: 2013-10-18 misha
4402:
4403: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4404: lib/smtp/smtp.vcproj, main/main.vcproj,
4405: targets/apache/ApacheModuleParser3Core.vcproj,
4406: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4407: types/types.vcproj: - new locations for libxml2 includes where
4408: added to vcproj files
4409:
4410: 2013-10-18 moko
4411:
4412: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4413: fix
4414:
4415: * tests/: 295.html, results/295.processed: test for issue #948
4416: updated
4417:
4418: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4419: :)
4420:
4421: * tests/: 295.html, results/295.processed: test for issue #948
4422: added
4423:
4424: * src/: classes/hash.C, classes/string.C, classes/table.C,
4425: include/pa_request.h, types/pa_method.h: for getters and setters
4426: to be executed request.put_element should be called, not
4427: context.put_element (fixes issue #948)
4428:
4429: 2013-10-17 moko
4430:
4431: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4432: LIBXML2_NEW_BUFFER check (closes issue #943)
4433:
4434: * buildall: libxml 2.9.1 build is broken --without-reader.
4435:
4436: 2013-10-16 moko
4437:
4438: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4439:
4440: * tests/: 294.html, results/294.processed: test for issue #938
4441:
4442: * src/: classes/xdoc.C, classes/xnode.C,
4443: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4444: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4445:
4446: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4447: libxslt-1.1.26 -> libxslt-1.1.28
4448:
4449: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4450: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4451: to '?', related to issue #938
4452:
4453: 2013-10-15 moko
4454:
4455: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4456: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4457: minor optimizations (closes issue #896)
4458:
4459: * tests/results/: 292.processed, 293.processed: results updated to
4460: comply with issue #896
4461:
4462: * tests/: 292.html, 293.html, results/292.processed,
4463: results/293.processed: tests for json escaping
4464:
4465: 2013-10-14 moko
4466:
4467: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4468: and cleanup, code moved from .h to .C, no changes in code
4469:
4470: 2013-10-12 moko
4471:
4472: * tests/results/119.processed: updated test result commited
4473:
4474: * tests/: 291.html, results/291.processed: test for issue #894
4475: added
4476:
4477: * src/types/pa_wcontext.h: base methods call support function
4478: get_somebody_entered_some_class should not be true forever, as
4479: wcontext can have many get_elements calls (fixes issue #894)
4480:
4481: 2013-10-11 moko
4482:
4483: * tests/: 290.html, results/290.processed: test for junction GPF
4484: issue #942 added
4485:
4486: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4487: to native method fixed (closes issue #942)
4488:
4489: * tests/: 158.html, results/158.processed: test for csv-string[]
4490: added
4491:
4492: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4493: feature #907)
4494:
4495: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4496: feature #907)
4497:
4498: 2013-10-09 moko
4499:
4500: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4501: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4502: types/pa_vstateless_class.C: GET_default, SET_default now works
4503: properly not only in objects, but in classes as well (closes
4504: issue #903)
4505:
4506: * tests/: 289.html, results/289.processed: GET/SET_default now
4507: works in classes, not only objects, test case added, related to
4508: issue #903
4509:
4510: * tests/: 288.html, results/288.processed: test for endless
4511: recursion bug added (related to issue #903)
4512:
4513: 2013-10-05 moko
4514:
4515: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4516: classes/table.C, main/execute.C, types/pa_method.h,
4517: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4518: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4519: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4520: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4521: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4522: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4523: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4524: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4525: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4526: optimization: put_element no longer has "bool areplace" argument,
4527: related to issue #903
4528:
4529: 2013-10-03 moko
4530:
4531: * tests/results/182.processed: result for $.replace(false) test
4532: commited
4533:
4534: * src/classes/date.C: ^date::create(number) processed correctly
4535: (fixes issue #901)
4536:
4537: * src/classes/image.C: as_no_junction removed, as param can be
4538: expression (closes issue #931)
4539:
4540: * tests/233.html: test for issue #931 added
4541:
4542: 2013-10-02 moko
4543:
4544: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4545: modified, test for $.replace(false) added
4546:
4547: * src/main/compile_tools.h: forgotten class replace returned. :)
4548:
4549: 2013-09-30 moko
4550:
4551: * tests/: 141.html, results/141.processed: md5 tainting test added
4552:
4553: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4554: main/compile_tools.h, main/pa_request.C: allow_class_replace
4555: implemented; $.replace option added to ^process and ^use
4556:
4557: 2013-08-27 moko
4558:
4559: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4560: cstr_to_string_body_untaint should be called with charsets for
4561: possible uri language and connection for possible sql language.
4562: related to issue #857
4563:
4564: * buildall: and -> or fixed
4565:
4566: 2013-08-26 moko
4567:
4568: * buildall: prepare_ functions logic changed to support
4569: gc-7.2d.tar.gz extracting to gc-7.2 directory
4570:
4571: 2013-08-23 moko
4572:
4573: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4574: statically
4575:
4576: 2013-08-22 moko
4577:
4578: * src/classes/string.C: String::Empty used (related to issue #912)
4579: append_know_length removed (related to old GPF bug)
4580:
4581: 2013-08-21 moko
4582:
4583: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4584:
4585: * src/classes/math.C: ^math:digest[...;$file] support added
4586: (related to ticket #857
4587:
4588: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4589: implemented
4590:
4591: * src/types/pa_vhashfile.h: warning war
4592:
4593: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4594: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4595: anti_endless_json_string_recoursion removed from request;
4596: json_string_recoursion added to json_options; $.indent[indent
4597: value] now supported and passed within recoursion closes feature
4598: #937
4599:
4600: * tests/: 287.html, results/287.processed: test for feature #937
4601:
4602: 2013-07-31 moko
4603:
4604: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4605: compilation having #define _S
4606:
4607: * src/main/pa_globals.C: cleanup
4608:
4609: 2013-07-30 moko
4610:
4611: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4612: main/pa_common.C: vs2003 warning war
4613:
4614: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4615:
4616: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4617:
4618: * src/lib/md5/pa_sha2.c: warning war
4619:
4620: 2013-07-29 moko
4621:
4622: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4623: patches from github
4624:
4625: * src/: classes/bool.C, classes/double.C, classes/int.C,
4626: classes/memcached.C, include/pa_config_includes.h,
4627: types/pa_vfile.C, types/pa_vfile.h: warning war
4628:
4629: * src/lib/json/json.vcproj: C++ -> C
4630:
4631: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4632:
4633: * src/lib/json/: json.c, pa_json.C: windows compatibility
4634:
4635: * src/lib/json/: json.c, pa_json.C: windows compatibility
4636:
4637: * src/lib/json/: json.c, pa_json.C: warning war
4638:
4639: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4640:
4641: * src/include/pa_config_fixed.h: uint16_t added
4642:
4643: * configure.in: uint16_t check added
4644:
4645: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4646: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4647: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4648: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4649: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4650:
4651: 2013-07-25 moko
4652:
4653: * parser3.sln: dependencies added
4654:
4655: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4656: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4657: module support
4658:
4659: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4660:
4661: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4662:
4663: 2013-07-23 moko
4664:
4665: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4666: PA_DEBUG_GC_MEMORY removed
4667:
4668: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4669: PA_DEBUG_DISABLE_GC compilation fix
4670:
4671: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4672: main/pa_request.C: outdated RESOURCES_DEBUG removed
4673:
4674: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4675: garbage cleanup
4676:
4677: * src/main/pa_common.C: warning war
4678:
4679: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4680:
4681: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4682: minor cleanup
4683:
4684: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4685: uses cygwin, not WIN32 implementation
4686:
4687: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4688: able to exec shell scripts
4689:
4690: * src/classes/math.C: ifdef WIN32 cleanup
4691:
4692: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4693:
4694: * src/classes/curl.C: LT_MODULE_EXT used
4695:
4696: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4697:
4698: 2013-07-22 moko
4699:
4700: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4701: includes fix
4702:
4703: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4704:
4705: * configure.in, src/include/pa_config_includes.h,
4706: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4707: src/main/pa_exec.C: includes cleanup
4708:
4709: * src/targets/cgi/parser3.C: 2012->2013
4710:
4711: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4712:
4713: * configure.in, src/include/pa_config_includes.h,
4714: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4715: src/main/pa_random.C, src/main/pa_socks.C,
4716: src/types/pa_vstatus.C: cygwin support cleanup
4717:
4718: * configure.in: dirent.h check added
4719:
4720: * src/: include/pa_config_includes.h, include/pa_dir.h,
4721: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4722: not copied
4723:
4724: 2013-07-21 moko
4725:
4726: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4727:
4728: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4729: parser3.vcproj: unused getopt.h / getopt.c removed
4730:
4731: * operators.txt, src/classes/file.C, tests/022.html,
4732: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4733: $.stat(true)] usage commented
4734:
4735: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4736: src/main/pa_dir.C: ^file:list[] now has dir column and when
4737: $.stat(true) it has size/*date columns modified patch from misha@
4738: that closes issue #914.
4739:
4740: * src/: include/pa_config_includes.h, main/pa_globals.C:
4741: PA_RELEASE_ASSERTS removed
4742:
4743: * src/lib/md5/pa_md5c.c: minor cleanup
4744:
4745: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4746: localeconv()->decimal_point usage remoed (related to issue #934)
4747:
4748: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4749: cordprnt.c removed
4750:
4751: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4752: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4753: pa-include/pa_strings.h: includes cleanup
4754:
4755: * src/lib/md5/pa_md5c.c: headers cleanup
4756:
4757: 2013-07-20 moko
4758:
4759: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4760: cleanup
4761:
4762: 2013-07-19 moko
4763:
4764: * src/classes/math.C: extern "C" added for crypt
4765:
4766: 2013-07-18 moko
4767:
4768: * src/classes/math.C: fix redhat7.2 build
4769:
4770: 2013-07-17 moko
4771:
4772: * configure.in, src/include/pa_config_includes.h,
4773: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4774: added for uint8/32/64_t)
4775:
4776: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4777: pa_config_includes.h used for uint32/64_t
4778:
4779: 2013-07-16 moko
4780:
4781: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4782: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4783: war
4784:
4785: * src/main/compile.tab.C: compile.y was updated
4786:
4787: * src/main/compile.y: warning war
4788:
4789: * src/: include/pa_exception.h, main/pa_exception.C,
4790: main/pa_xml_exception.C: warning war
4791:
4792: * src/: include/pa_common.h, main/pa_common.C: warning war
4793:
4794: * configure.in: beauty :)
4795:
4796: * tests/: 141.html, results/141.processed: sha256/512 added
4797:
4798: 2013-07-13 moko
4799:
4800: * src/lib/md5/md5.vcproj: sha2 added
4801:
4802: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4803: classes/math.C: sha2 support (sha256/sha512 digest)
4804:
4805: 2013-07-08 moko
4806:
4807: * src/classes/image.C: directory read or other read problem message
4808: fixed (related to issue #933)
4809:
4810: 2013-07-07 moko
4811:
4812: * AUTHORS: + misha + moko. :)
4813:
4814: 2013-07-06 moko
4815:
4816: * src/: classes/curl.C, include/pa_globals.h,
4817: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4818: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4819: for lt_dlinit to be called once and lt_dlexit called at right
4820: place (related to issue #925)
4821:
4822: 2013-07-04 moko
4823:
4824: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4825: VString::as_vfile now uses vfile.set_binary_string to avoid
4826: content-type to be set, as it brokes badly designed logic in
4827: response output. This hopefully finishes issue #928.
4828:
4829: * tests/results/: 256.processed, 286.processed: file now displayed
4830: as name, size, mode, content-type
4831:
4832: * src/main/pa_common.C: read error now reported cottectly (fixes
4833: issue #933
4834:
4835: 2013-06-28 moko
4836:
4837: * tests/: 286.html, results/286.processed: test extended
4838:
4839: * tests/: 286.html, results/286.processed: Test for issue #928
4840: added. it tests default content-type change.
4841:
4842: * src/types/pa_vfile.C: closes issue #928 - default content-type
4843: now updated
4844:
4845: 2013-06-25 moko
4846:
4847: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4848: content-type for text/binary files without name added;
4849: ^file::create[$f;...] options now works properly and $f
4850: properties are default (fixes issue #928)
4851:
4852: 2013-05-16 misha
4853:
4854: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4855: added
4856:
4857: * src/main/pa_table.C: - a tiny memory optimisation while creating
4858: table if specified limit is bigger than source rows count
4859:
4860: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4861: added ( new feature: #858 )
4862:
4863: 2013-04-29 moko
4864:
4865: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4866: $.ipresolve(0|1|2) added (closes issue #891)
4867:
4868: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4869:
4870: 2013-04-24 moko
4871:
4872: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4873: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4874: types/pa_vmemcached.h: ^memcache.release[] added, calls
4875: memcached_quit (refs #893)
4876:
4877: 2013-04-22 moko
4878:
4879: * src/: include/pa_string.h, main/pa_common.C: no more double
4880: slashes in file path (fixes bug #872)
4881:
4882: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4883: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4884: #739)
4885:
4886: * tests/results/266.processed: $.max_params added (feature #915)
4887:
4888: * src/: include/pa_common.h, main/pa_http.C: response-charset
4889: option added to file::load (closes issue #867)
4890:
4891: 2013-04-20 misha
4892:
4893: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4894: commited
4895:
4896: 2013-03-15 misha
4897:
4898: * src/classes/: hash.C, table.C: - Optimisation: do not create
4899: multiple empty strings while ::sql. uae String::Empty instead
4900:
4901: 2013-03-14 misha
4902:
4903: * src/classes/reflection.C: - for user classes
4904: ^reflection:method_info[] returns $.max_params and $.extra_param
4905: with $.call_type if they available ( new feature: #915 )
4906:
4907: * src/classes/file.C: - ^file:delete[] now supports an option
4908: $.exception(false) that suppress any exception while deleting
4909: file ( new feature: #916 )
4910:
4911: * src/classes/curl.C: - parsing cookies after curl:load now should
4912: work :)
4913:
4914: 2013-03-12 misha
4915:
4916: * src/types/pa_vfile.C: - if specified file_name is empty string
4917: set default name for the file
4918:
4919: 2013-03-11 misha
4920:
4921: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4922: also available in $f.cookies
4923:
4924: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4925: moved to a separate method
4926:
4927: 2013-03-10 moko
4928:
4929: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4930: added
4931:
4932: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4933: removed (declared by autoconf)
4934:
4935: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4936: uint32_t define
4937:
4938: 2013-03-10 misha
4939:
4940: * src/classes/file.C: ^file:delete and ^file:move now support
4941: option $.keep-empty-dirs(true) ( new feature: #884 )
4942:
4943: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4944: empty dirs is added
4945:
4946: 2013-03-10 moko
4947:
4948: * src/classes/: bool.C, double.C, int.C: default can be present,
4949: but default check removed from ^int/double/bool.int/double/bool
4950: for string.int/double/bool compatibility (related to issue #913)
4951:
4952: * src/classes/string.C: ^string.int/dobule/bool no longer
4953: internally throws exception if default is present (closes issue
4954: #913)
4955:
4956: 2013-03-09 misha
4957:
4958: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4959: optimisations ( #845 )
4960:
4961: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4962:
4963: 2013-03-08 moko
4964:
4965: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4966: creates correct table (fixes issue #910)
4967:
4968: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4969: use outside of 'connect' operator (fixes issue #911)
4970:
4971: * tests/results/: 096.processed, 122.processed: test results
4972: updated as doubles now printed with 15 significant digits, not 5
4973: (fixes issue #882)
4974:
4975: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4976: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4977:
4978: 2013-02-21 moko
4979:
4980: * src/classes/table.C: _locate_name_value does not check arguments
4981: count, so we check it in advance (fixes issue #905)
4982:
4983: 2012-10-23 moko
4984:
4985: * buildall: old shell for and echo compatibility (for six)
4986:
4987: 2012-10-19 moko
4988:
4989: * buildall: --strip added --disable-safe-mode listed in usage
4990:
4991: 2012-10-17 misha
4992:
4993: * src/classes/op.C: - apply-taint should not throw "outside
4994: connect" exception with sql lang now
4995:
4996: 2012-10-17 moko
4997:
4998: * src/main/pa_request.C: bugfix: safe mode should be inited for
4999: each request (for apache module)
5000:
5001: 2012-09-26 moko
5002:
5003: * src/doc/doxygen.cfg: png -> svg
5004:
5005: 2012-09-25 moko
5006:
5007: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5008: test added
5009:
5010: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5011: double use when key is long
5012:
5013: 2012-09-16 moko
5014:
5015: * src/classes/math.C: Format -> Method Encode -> Format
5016:
5017: * tests/: 141.html, results/141.processed: math:digest hmac test
5018: added
5019:
5020: 2012-09-14 moko
5021:
5022: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5023: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5024: implementation added
5025:
5026: 2012-09-12 moko
5027:
5028: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5029: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5030: targets.dox and string.dox slightly actualized
5031:
5032: 2012-08-31 moko
5033:
5034: * ChangeLog: now generated with patched cvs2cl.pl
5035:
5036: 2012-07-29 moko
5037:
5038: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5039: result should be pushed after VMethodFrame destructor is called,
5040: as it deletes junctions from stack params (fixes issue #868)
5041:
5042: 2012-07-23 moko
5043:
5044: * INSTALL, README: buildall script usage documented, other outdated
5045: info updated.
5046:
5047: * buildall-with-xml, buildall-without-xml: replaced by buildall
5048:
5049: 2012-07-21 moko
5050:
5051: * buildall: glib does not compile when threads are disabled...
5052:
5053: * src/types/pa_vmail.C: g_assertion fixes for empty input
5054:
5055: * src/types/pa_vmail.C: yet another fix (strange GPF on object
5056: unref, can't unref nested objects)
5057:
5058: * src/types/pa_vmail.C: another check added
5059:
5060: 2012-07-19 moko
5061:
5062: * buildall: usage added
5063:
5064: * buildall: new buildall script that unites buildall-with-xml,
5065: buildall-without-xml, --with-apache and --with-mailreceive
5066:
5067: * configure.in: support for static gmime and dynamic glib linking.
5068: fixes for FreeBSD
5069:
5070: 2012-07-17 moko
5071:
5072: * configure.in: --with-mailreceive replaced
5073: --with-static-mailreceive and --with-shared-mailreceive pathlink
5074: removed
5075:
5076: 2012-07-16 moko
5077:
5078: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
5079: capitalized, content now decoded and text content converted to
5080: $request:charset. all properties are accessed by functions, this
5081: ready for dynamic load.
5082:
5083: 2012-06-28 moko
5084:
1.116 moko 5085: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
5086: 32 bit
1.95 moko 5087:
5088: 2012-06-27 moko
5089:
5090: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5091: passive ftp
5092:
5093: * src/lib/ltdl/ltdl.vcproj: release build fixed
5094:
5095: * configure.in: 3.4.2 RC -> 3.4.2
5096:
5097: 2012-06-22 moko
5098:
5099: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5100: #815)
5101:
5102: * tests/: 284.html, results/284.processed: output options test
5103: (feature #265)
5104:
5105: 2012-06-22 misha
5106:
5107: * tests/215.html: - little changes
5108:
5109: 2012-06-21 moko
5110:
5111: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5112: types/pa_vxdoc.h: output_options returned and used (bugfix for
5113: feature #265)
5114:
5115: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5116: breaks long .*, default 10M restored. (issue #216)
5117:
5118: * tests/: 283.html, results/283.processed: test for issue #815
5119: added
5120:
5121: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5122: again, cstrm not required.
5123:
5124: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5125: Win32 and broken FreeBSD (issue #45)
5126:
5127: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5128:
5129: * src/main/pa_string.C: warnings war
5130:
5131: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5132: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5133: main/pa_socks.C, targets/apache/pa_threads.C,
5134: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5135: types/pa_vstatus.C: compilation under cygwin fixed
5136:
5137: 2012-06-19 moko
5138:
5139: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5140: Windows fixed
5141:
5142: * parser3.sln: removed antique pcre_ctype
5143:
5144: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5145:
5146: * src/include/pa_config_fixed.h: undefined reference to
5147: __imp__pcre_* fix for Windows
5148:
5149: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5150: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5151: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5152: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5153: define fixed
1.95 moko 5154:
5155: 2012-06-18 moko
5156:
5157: * src/classes/memcached.C: flush -> clear
5158:
5159: * src/classes/memcached.C: memcached does not support quotes even
5160: in server name
5161:
5162: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5163: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5164: called on open to check servers existance. $.key(true) syntax
5165: now supported
5166:
5167: 2012-06-17 moko
5168:
5169: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5170: cleanup
5171:
5172: * src/classes/table.C, tests/282.cfg, tests/282.html,
5173: tests/results/282.processed: encloser at the EOF bug fixed,
5174: incorrectly enclosed data now processed more logicaly (fixes
5175: #339)
5176:
5177: 2012-06-15 moko
5178:
5179: * buildall-without-xml: sync with buildall-with-xml
5180:
5181: * buildall-with-xml: download auto-detected between fetch and curl
5182:
5183: * configure.in: --with-gc and --with-pcre now also processed
5184: correctly
5185:
1.116 moko 5186: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5187: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5188: should be run on rol1 using automake / aclocal (GNU automake)
5189: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5190:
5191: * configure.in: new PARSER_VERSION logic
5192:
5193: * src/include/pa_version.h: new pa_version.h logic
5194:
5195: * src/: classes/curl.C, classes/file.C, classes/image.C,
5196: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5197: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5198: feols_normalized -> fis_text_content set_binary added
5199:
5200: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5201:
5202: 2012-06-15 misha
5203:
5204: * src/: classes/curl.C, classes/file.C, classes/image.C,
5205: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5206: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5207: ^file::create[text;content] EOLs in content now is normalized. (
5208: new feature: #815 )
5209:
5210: 2012-06-15 moko
5211:
5212: * configure.in: --disable-version-update added to disable version
5213: update with host information (for debian package) whitespace
5214: optimized
5215:
5216: * configure.in: version changed to 3.4.2 RC no-pic added for
5217: libtool
5218:
5219: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5220: it.
5221:
5222: 2012-06-14 moko
5223:
5224: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5225: tests/results/281.processed: "hash flocked" error removed for
5226: safe operations like ^h._count[] ( new feature: #335 )
5227:
1.116 moko 5228: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5229:
5230: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5231:
5232: * configure.in: --with-static/shared xml replaced with --with-xml,
5233: xml compilation check added
5234:
5235: * configure.in: --with-static/shared-gc, --with-static-pcre are
5236: replaced with --with-gc and --with-pcre test for pcre linking
5237: added
5238:
5239: 2012-06-13 moko
5240:
5241: * configure.in: apxs2 check optimized
5242:
5243: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5244: .la, includes optimized
5245:
5246: * buildall-with-xml: --with-pic looks better for -fPIC
5247:
5248: * configure.in: switched to convenience library in static linking
5249:
5250: * src/targets/apache/Makefile.am: switched to convenience library
5251: usage to avoid libtool warnings
5252:
5253: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5254: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5255: smtp/Makefile.am: switched to convenience library usage
5256:
5257: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5258:
5259: * src/targets/apache/Makefile.am: updated for libtool usage
5260:
5261: * buildall-without-xml: --with-included-ltdl added
5262:
5263: * buildall-without-xml: sync with buildall-with-xml
5264:
5265: * buildall-with-xml: --with-included-ltdl added $cflags added for
5266: -fPIC for x64 $download added for wget success check added
5267:
5268: * buildall-without-xml: --with-dynamic-stdcpp removed
5269:
5270: * configure.in: disable-static returned
5271:
5272: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5273: LIBTOOLFLAGS
5274:
5275: 2012-06-12 moko
5276:
5277: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5278: compatible with LIBTOOLFLAGS for unknown reasons
5279:
5280: * buildall-with-xml: --with-dynamic-stdcpp removed
5281:
5282: * configure.in: static/dynamic -lstdc++ linking option removed
5283: apxs2 check added
5284:
5285: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5286: option removed
5287:
5288: 2012-06-10 moko
5289:
5290: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5291: added
5292:
5293: * src/targets/cgi/pp3.cmd: old PAF stuff
5294:
1.116 moko 5295: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5296: beauty
1.95 moko 5297:
5298: * depcomp: from libtool 2.4.2
5299:
5300: * configure.in: ltdl directory removed, it has correct Makefile.in
5301:
5302: 2012-06-09 moko
5303:
1.116 moko 5304: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5305: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5306: autogenerated files updated after libtool update
5307:
1.116 moko 5308: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5309: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5310: config_auto.h.in, config_fixed.h, configure, configure.ac,
5311: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5312: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5313: config/compile, config/config.guess, config/config.sub,
5314: config/depcomp, config/install-sh, config/ltmain.sh,
5315: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5316: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5317: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5318: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5319: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5320: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5321: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5322: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5323:
5324: * configure.in: preparation for new libtool
5325:
5326: * configure.in: Some beauty added :)
5327:
5328: * src/targets/apache/Makefile.am: := -> =
5329:
5330: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5331: again. :)
5332:
5333: * src/include/pa_config_includes.h, configure.in: limits.h added,
5334: previously was taken from pcre_internal.h. :)
5335:
5336: * src/lib/pcre/Makefile.am: config.h returned
5337:
5338: * src/lib/pcre/config.h: still need this. :)
5339:
5340: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5341:
5342: * configure.in: --with-charsets removed; --with-mysql-client & co
5343: removed
5344:
5345: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5346: now in parser tree, no need to copy
5347:
5348: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5349: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5350: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5351: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5352: extracts now used old trash removed
5353:
5354: * etc/parser3.charsets/Makefile.am: charsets now in share
5355: (debian/patches/104_automake.patch) + all charsets are copied
5356:
5357: * buildall-with-xml, buildall-without-xml: curl option removed +
5358: extra arguments now supported
5359:
5360: 2012-06-08 misha
5361:
5362: * src/classes/table.C: - one params.as_hash usage was rolled back:
5363: the 2nd option in ^table.hash[] could be hash or table so
5364: .as_hash will throw an exception when table option is specified
5365:
5366: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5367: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5368: classes/table.C, classes/void.C, classes/xdoc.C,
5369: include/pa_exception.h, types/pa_vmethod_frame.C,
5370: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5371: and improved (whitespaces are allowed as empty options) -
5372: MethodParams::as_table is added - above methods are used for
5373: parsing methods' options ( new feature: #9 )
5374:
5375: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5376: to vclass. now class fields can be accessible as a hash:
5377: $h[^hash::create[$asd:CLASS]]
5378:
5379: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5380: have get_fields method so their fields can be accessed with
5381: ^reflection:fields[...] & ^reflection:field[...]
5382:
5383: 2012-06-06 misha
5384:
5385: * tests/280.html: - tests for
5386: ^reflection:method[obj-or-class;method],
5387: ^reflection:field[obj-or-class;field] and
5388: ^reflection:fields[obj-or-class] are added
5389:
5390: 2012-06-05 misha
5391:
5392: * src/classes/reflection.C: - ^reflection:method[class or
5393: object;method name] and ^reflection:field[class or object;field
5394: name] are added
5395:
5396: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5397: is used
5398:
5399: * src/types/pa_method.h: - Method::as_vjunction method is added
5400:
5401: 2012-06-05 moko
5402:
1.116 moko 5403: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5404:
5405: * src/classes/memcached.C: flish ttl fixed
5406:
5407: 2012-06-04 moko
5408:
5409: * src/classes/json.C, src/classes/op.C, tests/279.html,
5410: tests/results/279.processed: ^json:parse[] now supports $.taint
5411: option (new feature #833)
5412:
5413: 2012-06-04 misha
5414:
5415: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5416: - search_stop method was moved from pa_vcookie.C to pa_common.C
5417:
5418: 2012-06-03 misha
5419:
5420: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5421: cookies are parced and stored into $.cookies ( new feature: #31 )
5422:
5423: 2012-05-30 misha
5424:
5425: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5426: incomplete class into a scope while @USE is found
5427:
5428: * src/main/compile.y: - add incomplete class into a scope while
5429: @USE and @CLASS instructions are found ( bugfix: #838 )
5430:
5431: 2012-05-30 moko
5432:
5433: * src/types/pa_vclass.C, tests/278.html,
5434: tests/results/278.processed: removed "property has no getter
5435: method" exception when GET_DEFAULT present (fixes #269)
5436:
5437: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5438: $._default
5439:
5440: 2012-05-29 moko
5441:
5442: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5443: uninitialized values usage (new feature: #154)
5444:
5445: 2012-05-28 moko
5446:
5447: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5448: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5449: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5450: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5451: src/types/pa_vobject.C, src/types/pa_vobject.h,
5452: src/types/pa_vstring.h, src/types/pa_vtable.C,
5453: tests/results/277.processed, src/types/pa_vtable.h,
5454: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5455: ^json:string[$o; $.default[$method]] implemented for VObject (new
5456: feature #803)
5457:
5458: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5459: tests/results/277.processed: json numbers are now treated as
5460: double ( new feature: #834 )
5461:
5462: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5463: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5464: added for out of range checks, zero division in vint/vdouble
5465: check added ( fixes #832 )
5466:
5467: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5468: ( fixes #832 )
5469:
5470: 2012-05-28 misha
5471:
5472: * buildall-with-xml: - --without-lzma option is added to libxml2
5473: configure
5474:
5475: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5476: added - tests for unsupported values for options $.file, $.table
5477: and $.date are added
5478:
5479: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5480: accepts "stat" $.file[] option's value in addition to existed
5481: "text" and "base64" ( new feature: #835 )
5482:
5483: * tests/276.html: - test for
5484: ^reflection:delete[$object-or-class;field-name]
5485:
5486: * src/classes/reflection.C: -
5487: ^reflection:delete[$object-or-class;field-name] is added ( new
5488: feature: #268 )
5489:
5490: 2012-05-27 misha
5491:
5492: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5493:
5494: 2012-05-24 misha
5495:
5496: * src/include/pa_common.h: - method lastposafter was removed
5497:
5498: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5499: lastposafter - ^file:dirname[] & Co proper handle windows file
5500: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5501: work as *nix commands
5502:
5503: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5504:
5505: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5506: rskipchars were added
5507:
5508: * tests/270.html: - more tests for ^file:find[]
5509:
5510: * tests/065.html: - more tests for ^file:dirname[] & Co
5511:
5512: * src/include/pa_version.h: - must be "win32" here. it is
5513: auto-generated on *nix
5514:
5515: 2012-05-24 moko
5516:
5517: * src/classes/math.C: ^math:convert[] now supports uint32 and
5518: throws overflow exception ( new feature: #830 )
5519:
5520: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5521: uint32 support and overflow added ( new feature: #830 )
5522:
5523: 2012-05-23 moko
5524:
5525: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5526: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5527: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5528: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5529: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5530: types/pa_vregex.h, types/pa_vstateless_class.C,
5531: types/pa_vstateless_class.h, types/pa_vstring.h,
5532: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5533: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5534: "return string as-is" removed from as_expr_result. ( new feature:
5535: #831 )
5536:
5537: * tests/results/244.processed: test changed after bug #782 fix
5538: commited
5539:
5540: * tests/results/229.processed: test results for bug #782 commited
5541:
5542: * tests/: 254.html, results/254.processed: uid now just compared,
5543: not printed. :)
5544:
5545: 2012-05-20 moko
5546:
5547: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5548: feature: #341 )
5549:
5550: * tests/: 254.html, results/254.processed: test for
5551: ^reflection:uid[] added
5552:
5553: * tests/: 254.html, results/254.processed: test for
5554: ^reflection:uid[$obj] added
5555:
5556: 2012-05-17 misha
5557:
5558: * src/main/untaint.C: - do not replace ' char by _26 while
5559: exploding filespec-tainting ( new feature: #829 )
5560:
5561: 2012-05-12 moko
5562:
5563: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5564: not.
5565:
5566: 2012-05-08 moko
5567:
5568: * src/types/pa_vmethod_frame.h: bug #782 fixed
5569:
5570: * tests/229.html: test for bug #782
5571:
5572: * tests/results/259.processed, src/main/pa_request.C,
5573: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5574: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5575: src/types/pa_vvoid.h: feature #154 - first empty param now
5576: string; defined locals are empty strings; $STRICT-VARS(true)
5577: added
5578:
5579: 2012-04-27 moko
5580:
1.116 moko 5581: * src/targets/apache/Makefile.am:
1.95 moko 5582: ../../lib/memcached/libmemcached.a added
5583:
5584: 2012-04-27 misha
5585:
5586: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5587: ( #827 )
5588:
5589: 2012-04-25 moko
5590:
5591: * src/: classes/json.C, classes/memcached.C,
5592: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5593: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5594: implemented.
5595:
5596: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5597:
5598: 2012-04-23 moko
5599:
5600: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5601: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5602: types/pa_vmemcached.h: open allows options hash for new
5603: memcached(options) function
5604:
5605: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5606: not appended
5607:
5608: 2012-04-21 moko
5609:
5610: * src/classes/curl.C: '' added. :)
5611:
5612: * src/classes/classes.vcproj: new curl.h location
5613:
5614: * src/classes/curl.C: verbose output redirection from stderr to
5615: file curl option added
5616:
5617: 2012-04-20 moko
5618:
5619: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5620: contains what we need from curl, #ifdef HAVE_CURL removed
5621:
1.116 moko 5622: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5623: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5624: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5625: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5626: configure option
5627:
5628: 2012-04-19 moko
5629:
5630: * src/: classes/double.C, classes/inet.C, classes/int.C,
5631: classes/string.C, lib/gc/include/gc_allocator.h,
5632: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5633: options from sql_result_string removed. (closes issue #468)
5634:
5635: * src/types/pa_vmemcached.C: empty string fix
5636:
5637: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5638: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5639: pa_vmemcached.C
5640:
5641: 2012-04-18 moko
5642:
5643: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5644: apache2-mpm-prefork" error displayed in threaded mpm.
5645:
5646: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5647: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5648: installed (issue #354)
5649:
5650: 2012-04-16 moko
5651:
5652: * src/types/pa_vmemcached.C: call to memcached_result_create and
5653: memcached_result_free removed
5654:
5655: 2012-04-14 moko
5656:
5657: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5658:
5659: * src/types/pa_vmemcached.C: check_key added and used
5660:
5661: 2012-04-13 moko
5662:
5663: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5664: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5665: Serialization_data now added and used, VString now serialized
5666: with languages into memcached.
5667:
5668: 2012-03-28 moko
5669:
5670: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5671: lib/memcached/pa_memcached.h: result lengths added
5672:
5673: 2012-03-27 moko
5674:
5675: * src/types/pa_vmemcached.C: strdup added
5676:
5677: 2012-03-24 moko
5678:
5679: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5680: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5681: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5682:
5683: 2012-03-20 moko
5684:
1.116 moko 5685: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5686:
5687: * src/targets/cgi/Makefile.am: cleanup
5688:
5689: * src/: types/Makefile.am, types/pa_vmemcached.C,
5690: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5691:
5692: * src/: classes/Makefile.am, classes/memcached.C,
5693: lib/memcached/Makefile.am, lib/memcached/constants.h,
5694: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5695: lib/memcached/types.h, lib/Makefile.am: memcached initial
5696:
5697: 2012-03-16 moko
5698:
5699: * src/main/execute.C: ident now works under Linux + ident displays
5700: filenames (closes issue #818)
5701:
1.116 moko 5702: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5703: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5704: pa_vmethod_frame_local.h removed
5705:
5706: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5707: classes/classes.h, classes/curl.C, classes/date.C,
5708: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5709: classes/hashfile.C, classes/image.C, classes/inet.C,
5710: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5711: classes/memory.C, classes/op.C, classes/reflection.C,
5712: classes/regex.C, classes/response.C, classes/string.C,
5713: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5714: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5715: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5716: include/pa_config_fixed.h, include/pa_config_includes.h,
5717: include/pa_dictionary.h, include/pa_dir.h,
5718: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5719: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5720: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5721: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5722: include/pa_request_charsets.h, include/pa_request_info.h,
5723: include/pa_sapi.h, include/pa_socks.h,
5724: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5725: include/pa_stack.h, include/pa_string.h,
5726: include/pa_stylesheet_connection.h,
5727: include/pa_stylesheet_manager.h, include/pa_table.h,
5728: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5729: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5730: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5731: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5732: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5733: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5734: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5735: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5736: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5737: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5738: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5739: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5740: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5741: main/pa_string.C, main/pa_stylesheet_connection.C,
5742: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5743: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5744: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5745: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5746: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5747: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5748: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5749: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5750: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5751: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5752: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5753: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5754: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5755: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5756: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5757: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5758: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5759: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5760: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5761: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5762: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5763: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5764: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5765: types/pa_vresponse.h, types/pa_vstateless_class.C,
5766: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5767: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5768: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5769: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5770: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5771: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5772: ident now works under Linux + ident displays filenames (closes
5773: issue #818) Copyright updated
5774:
5775: 2012-03-13 moko
5776:
5777: * src/main/pa_string.C: compilation fix for feature #741
5778:
5779: 2012-03-09 misha
5780:
5781: * tests/193.html: - tests for ^string:base64[encoded] are updated
5782:
5783: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5784: now detects invalid base64 chars in the middle of encoded stricg
5785: ( new feature: #55 )
5786:
5787: * src/include/pa_exception.h: - new exception type for base64
5788: decoding is added
5789:
5790: 2012-03-06 misha
5791:
5792: * tests/274.html: - tests for ^date::today[] and
5793: ^date.sql-string[datetime|date|time] are added
5794:
5795: * src/classes/date.C: - constructor ^date::today[] is added ( new
5796: feature: #811 ) - ^date.sql-string[] now can accept one param --
5797: strings "datetime", "date" or "time" - comments tidying up
5798:
5799: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5800: date and time
5801:
5802: 2012-03-03 misha
5803:
5804: * tests/193.html: - tests for
5805: ^string:base64[encoded;$.strict(true)] are added
5806:
5807: * tests/results/auto.p: - try-catch operator is added
5808:
5809: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5810: main/pa_common.C: - $.strict(true|false) option is added to
5811: base64 decode methods ( new feature: #55 )
5812:
5813: * src/main/pa_common.C: - base64 decode memory usage was decreased
5814: ( new feature: #819 )
5815:
5816: 2012-02-28 moko
5817:
5818: * src/classes/hash.C: ident test
5819:
5820: 2012-02-27 misha
5821:
5822: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5823:
5824: 2012-01-08 misha
5825:
5826: * tests/273.html: - tests for ^string.replace[from;to] are added
5827:
5828: * src/: classes/string.C, include/pa_dictionary.h,
5829: main/pa_dictionary.C, main/pa_string.C: -
5830: ^string.replace[from;to] is added ( new feature: #741 ) -
5831: ^string.replace[one subst here] is slightly optimized
5832:
5833: 2011-12-07 misha
5834:
5835: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5836: named table with one empty column ( bugfix: #63 )
5837:
5838: 2011-11-30 misha
5839:
5840: * src/classes/json.C: - it's possible to set user's method for
5841: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5842: #763 )
5843:
5844: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5845:
5846: 2011-11-23 misha
5847:
5848: * src/: classes/curl.C, classes/file.C, classes/image.C,
5849: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5850: types/pa_vfile.h, types/pa_vform.C: - constructor
5851: ^file::create[mode;filename;content[;options]] now accepts binary
5852: mode and file-content - new constructor's format:
5853: ^file::create[string-or-file-content[;$.name[filename]
5854: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5855: feature: #65 )
5856:
5857: * src/: include/pa_request.h, main/pa_request.C: - new method
5858: mime_type_of(const String*) is added
5859:
5860: * src/include/pa_exception.h: - new exception constant
5861: FILE_NAME_MUST_BE_SPECIFIED is added
5862:
5863: * src/classes/table.C: - bug with negative offset transformed into
5864: a feature. it means pointing to a row from the end of the table (
5865: new feature: #810 )
5866:
5867: 2011-11-19 misha
5868:
5869: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5870: â ìåòîäå _select ( new feature: #810 )
5871:
5872: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5873: options were specified together is simplified
5874:
5875: 2011-11-12 misha
5876:
5877: * src/main/pa_request.C: - forgotten fix for escaping filename in
5878: HTTP content-disposition header (a part of bug #361 )
5879:
5880: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5881: checks for ancestors' classes as well ( new feature: #456 )
5882:
5883: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5884: "without cycle" now have types "parser.break" and
5885: "parser.continue" instead of "parser.runtime" ( new feature: #799
5886: )
5887:
5888: 2011-11-11 misha
5889:
5890: * tests/results/: 099.processed, 100.processed, 205.processed,
5891: 237.processed: - since bug #361 was fixed the content of filename
5892: in HTTP headers is quoted
5893:
5894: * tests/results/270.processed: - result for test 270
5895:
5896: * tests/: 065.html, results/065.processed: - more tests for
5897: ^file:basename[] & Co were added
5898:
5899: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5900:
5901: * tests/270.html: - tests for ^file:find[] are added
5902:
5903: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5904: using option $.charset. option $.engoding is still supported but
5905: these options can not be specified together
5906:
5907: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5908: comparation charset name with string "UTF-8" ( bugfix: #759 )
5909:
5910: 2011-10-11 misha
5911:
5912: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5913: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5914: #622)
5915:
5916: 2011-09-30 misha
5917:
5918: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5919: exception "saving stat-ed file" ( bugfix: #395 )
5920:
5921: 2011-05-30 misha
5922:
5923: * src/classes/string.C: - fixed bug which was added with
5924: params.as_hash into string:sql
5925:
5926: 2011-05-29 misha
5927:
5928: * src/types/pa_value.C: - filename in content-disposition header
5929: must be quoted ( bugfix: #361 )
5930:
5931: 2011-05-27 misha
5932:
5933: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5934: created file
5935:
5936: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5937: usage
5938:
5939: * src/include/pa_exception.h: - one more string for exception was
5940: added
5941:
5942: 2011-05-25 misha
5943:
5944: * tests/269.html: - tests for checking input params in some dom
5945: methods
5946:
5947: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5948: was added. it isn't possible not wo create xdoc with invalid
5949: tagName. ( bugfix: #160 )
5950:
5951: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5952: string "data must be string" was mover from pa_exception.h to
5953: pa_xml_exception.h
5954:
5955: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5956: as_xmlncname, as_xmlname and as_xmlnsuri were added
5957:
5958: * src/main/pa_xml_exception.C: - XmlException accepts more options
5959:
5960: * src/include/pa_xml_exception.h: - XmlException accepts more
5961: options - XML-related exception's strings were added
5962:
5963: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5964: output_options were removed)
5965:
5966: 2011-05-19 misha
5967:
5968: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5969: params.as_hash is used more while parsing methods hash-options
5970:
5971: 2011-05-18 misha
5972:
5973: * operators.txt: - info about json-serialization of xdoc was added
5974:
5975: * tests/256.html: - tests for json-serialization xdoc were added
5976:
5977: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5978:
5979: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5980: classes/json.C, classes/xdoc.C: - now json:string can serialize
5981: xdoc-objects. options (the same as ^xdoc.string[]) could be
5982: specified in $.xdoc[] ( new feature: #265 )
5983:
5984: 2011-05-15 misha
5985:
5986: * tests/268.html: - tests for ^table.count[with options] were added
5987:
5988: * src/classes/table.C: - method ^table.count[] now can accept
5989: options ( new feature: #93 ): ^table.count[column] returns number
5990: of columns for named table; ^table.count[cells] returns number of
5991: cells in the current row; ^table.count[] & ^table.count[rows]
5992: return number of rows in a table.
5993:
5994: * tests/267.html: - test for checking switch/case in boolean mode
5995: was added
5996:
5997: * src/classes/op.C: - if switch's or case's value is bool, they are
5998: compared as bool values, not as double values: new feature: #351
5999:
6000: 2011-05-06 misha
6001:
6002: * tests/242.html: - EOL before EOF was added
6003:
6004: * tests/169.html: - tests for splitting empty string and void were
6005: added
6006:
6007: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6008: returned table with one empty cell)
6009:
6010: 2011-04-03 misha
6011:
6012: * src/include/pa_version.h, configure.in: - version in head was
6013: changed to 3.4.2b
6014:
6015: 2011-03-30 misha
6016:
6017: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6018: as well ( new feature #294 )
6019:
6020: 2011-03-29 misha
6021:
6022: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6023: limited to approx. 6 MB. previous limits were too big for real
6024: life. bugfix: #216
6025:
6026: 2011-03-04 moko
6027:
6028: * etc/parser3.charsets/cp866.cfg: Conforms to
6029: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6030:
6031: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6032: vlalek@
6033:
6034: 2011-02-22 misha
6035:
6036: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6037: be under #ifdef XML or parser can't be compiled without xml
6038: support
6039:
6040: 2011-02-21 misha
6041:
1.116 moko 6042: * src/targets/apache/: Makefile.am: - mention
1.95 moko 6043: ApacheModuleParser3.vcproj was removed
6044:
6045: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
6046: removed)
6047:
6048: 2011-02-20 misha
6049:
6050: * tests/: 266.html, 266.p: - tests for checking $.inherited and
6051: $.overridden in ^reflection:method_info[...] were added
6052:
6053: * src/classes/reflection.C: - beautifying result of
6054: ^reflection:method_info[] ($.overridden/inherited)
6055:
6056: 2011-02-18 misha
6057:
6058: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
6059: and pa_isalnum instead of isalpha and isalnum - bug with
6060: redundand quoting lowercased latin chars while building email
6061: body was fixed
6062:
6063: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
6064: added (they check for latin chars only)
6065:
6066: 2011-02-16 misha
6067:
6068: * src/main/pa_charset.C: - bugfix: in some cases the calculating
6069: string size for transcoding gave too small value (should ever
6070: look for availability char in dest charset inspite of the char
6071: size)
6072:
6073: 2011-02-04 moko
6074:
6075: * tests/223.html: header values now not url-encoded (issue #195)
6076:
6077: 2011-02-01 misha
6078:
6079: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
6080:
6081: 2011-01-31 misha
6082:
6083: * src/main/pa_request.C: - throw exception if param file_name in
6084: use_file is empty
6085:
6086: 2011-01-08 moko
6087:
6088: * src/classes/curl.C: compilations errors fixed
6089:
6090: 2010-12-29 moko
6091:
6092: * tests/: 265.html, results/265.processed: test for issue #200
6093: added
6094:
6095: * src/main/pa_string.C: empty regex result check added (fixes issue
6096: #200)
6097:
6098: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6099:
6100: * tests/results/223.processed: header values now not url-encoded
6101: (issue #195)
6102:
6103: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6104: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6105: pa_http_safe_header_name added for headers names (fixes bug #195)
6106:
6107: 2010-12-18 misha
6108:
6109: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6110: => pa-include
6111:
6112: 2010-11-28 moko
6113:
6114: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6115:
6116: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6117: -> pa
6118:
6119: * configure.in: apr -> pa
6120:
6121: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6122:
6123: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6124: classes/Makefile.am, types/Makefile.am: apr -> pa
6125:
6126: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6127: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6128: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6129: pa-include/pa_apr.h, pa-include/pa_errno.h,
6130: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6131: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6132: module apr name conflict resolved)
6133:
6134: 2010-11-27 misha
6135:
6136: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6137: libbz2
6138:
6139: 2010-11-26 misha
6140:
6141: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6142: warnings removed
6143:
6144: 2010-11-25 moko
6145:
6146: * operators.txt: $.indent(true)
6147:
6148: * operators.txt: another bugfix. :)
6149:
6150: * operators.txt: bugfix. :)
6151:
6152: * buildall-with-xml: libxml2-2.7.8 + with-apache
6153:
6154: 2010-11-24 moko
6155:
1.116 moko 6156: * configure: apxs support
1.95 moko 6157:
6158: * configure.in: apxs support -Bstatic gc removed for OS X
6159:
6160: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6161:
6162: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6163: THREAD_LOCAL usage
6164:
6165: * src/: classes/curl.C, include/pa_config_includes.h,
6166: main/pa_globals.C: THREAD_LOCAL defined and used
6167:
6168: 2010-11-23 moko
6169:
6170: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6171: should be passed to pa_sleep, and only fractional part (bugfix:
6172: #188)
6173:
6174: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6175:
6176: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6177: GC_dont_gc=1, as in cgi version
6178:
6179: * src/targets/apache/mod_parser3.c: warning war
6180:
6181: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6182: pa_httpd.h: version removed, some trash removed
6183:
6184: * src/targets/apache/mod_parser3.c: version removed (we don't want
6185: to show it), warning war
6186:
6187: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6188: pa_httpd.h: parser_status_allowed removed + merge config
6189: functions removed (override is the default) + beauty
6190:
6191: * src/: include/pa_request.h, main/pa_request.C,
6192: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6193: hide $status used in apache module removed
6194:
6195: 2010-11-18 moko
6196:
6197: * operators.txt: $.table[compact] added for ^json:string[]
6198:
6199: 2010-11-16 moko
6200:
6201: * src/targets/apache/mod_parser3.c: some cleanup done
6202:
6203: * src/main/untaint.C: bugfix: first, second String::Body argument
6204: is hashcode; second, info.fragment_begin is original, not
6205: resulting length
6206:
6207: * src/classes/file.C: new feature: $.stdin now untainted
6208:
6209: * tests/results/264.processed: new feature: $.stdin[] now untainted
6210:
6211: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6212:
6213: * src/classes/op.C: ^apply-taint[] method added
6214:
6215: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6216: added; $.stdin untaint test added
6217:
6218: 2010-11-15 moko
6219:
6220: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6221: removed
6222:
6223: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6224: pa_httpd.h: 2x2 calculated under apache2. :)
6225:
6226: 2010-11-13 moko
6227:
6228: * src/targets/apache/mod_parser3.c: initial changes to build module
6229: with apache 2.x includes
6230:
6231: * src/targets/apache/: Makefile.am, mod_parser3.c,
6232: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6233: united apache 1.3 / apache 2.x DSO module
6234:
6235: 2010-11-09 moko
6236:
6237: * src/types/pa_method.h: check added to dissallow @method[name;*]
6238: syntax
6239:
6240: * tests/: 263.html, results/263.processed: test from method[*args]
6241: added
6242:
6243: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6244: number of params can now be passed to a method declared with *arg
6245:
6246: 2010-11-06 moko
6247:
6248: * src/classes/table.C: formating fixed. :)
6249:
6250: * src/classes/table.C: closes #4: ^table.select now supports
6251: $.limit(), $.offset, $.reverse() options
6252:
6253: * tests/: 262.html, results/262.processed: test for ^table:select
6254: with options added (feature #4)
6255:
6256: * src/include/pa_array.h: remove function added
6257:
6258: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6259: object in get_element/put_element, using static one.
6260:
6261: 2010-11-04 moko
6262:
6263: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6264: options is passed
6265:
6266: * tests/: 256.html, results/256.processed: $.table[compact] feature
6267: now tested; k and p in handler now tested.
6268:
6269: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6270: $.table[compact] feature added
6271:
6272: * src/classes/json.C: key is now passed to handler in
6273: value_json_string; ^json:string result now process tainting
6274: inside and returns clean string, related to issue #153
6275:
6276: * src/main/untaint.C: bugfix: charset can be null (in
6277: ^string:save[] as example), thus check is added
6278:
6279: 2010-10-31 moko
6280:
6281: * src/classes/string.C: error message changed (fixes issue #149)
6282:
6283: 2010-10-29 moko
6284:
6285: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6286: port is not default (fixes issue #155); exception on invalid port
6287: added.
6288:
6289: * src/main/untaint.C: '*' is now not urlencoded to allow header
6290: "Accept: */*" to be passed
6291:
6292: 2010-10-28 moko
6293:
6294: * src/classes/curl.C: bugfix: detect_charset() was throwing
6295: exception on unknown charset even if response_charset was
6296: specified
6297:
6298: 2010-10-27 moko
6299:
6300: * src/classes/string.C: ^string.append removed for void
6301: compatibility
6302:
6303: 2010-10-26 moko
6304:
6305: * src/classes/json.C: libjson supports array at top level, we too
6306: (GPF fixed)
6307:
6308: 2010-10-25 moko
6309:
6310: * tests/: 253.html, results/253.processed: libjson supports array
6311: at top level, parser now supports it as well.
6312:
6313: * tests/261.html, tests/results/261.processed,
6314: src/types/pa_vstring.h: empty string is now void compatible
6315: (allows $empty.key)
6316:
6317: 2010-10-22 misha
6318:
6319: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6320: while adding additional expires checkout)
6321:
6322: * tests/030.html: - test for session cookie was added
6323:
6324: 2010-10-21 moko
6325:
6326: * src/: classes/string.C, classes/void.C, main/execute.C,
6327: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6328: string (feature #111)
6329:
6330: * tests/: 261.html, results/261.processed: checks void from string
6331: inheritance (feature #111)
6332:
6333: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6334: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6335: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6336: now true by default
6337:
6338: 2010-10-17 moko
6339:
6340: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6341: upload now uses binary blocks instead of L_FILE_POST tainting.
6342: (bugfix: #128)
6343:
6344: * tests/: 223.html, results/223.processed: binary file upload test
6345: added, GPF (issue #128) also checked in this test
6346:
6347: 2010-10-13 misha
6348:
6349: * tests/260.html: - test for math:convert
6350:
6351: * src/classes/math.C: - error in math:convert was fixed
6352:
6353: * operators.txt: - info about
6354: ^math:convert[number](from-base;to-base) was added
6355:
6356: * src/classes/math.C: - method
6357: ^math:convert[number](from-base;to-base) for converting number
6358: represention from one base to another was added ( new feature:
6359: #23 )
6360:
6361: 2010-10-13 moko
6362:
6363: * src/main/compile.tab.C: [] now is empty string, not void
6364:
6365: * src/main/compile.y: [] now is empty string, not void
6366:
6367: * src/types/pa_vvoid.h: void now passed as parameter
6368:
6369: * tests/: 259.html, results/259.processed: to test difference
6370: between void and empty string (see ticket #111)
6371:
6372: * tests/results/152.processed: $sEmpty[] is now empty string, not
6373: void
6374:
6375: * tests/256.html: $s[$void] is no longer empty string
6376:
6377: * tests/254.html: empty string is no longer void
6378:
6379: 2010-10-12 misha
6380:
6381: * src/types/pa_vcookie.C: - check if $.expires value can be
6382: converted to date during cookies set up ( bugfix: #104 )
6383:
6384: * tests/041.html: - more tests for ^table.locate were added
6385:
6386: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6387: work ( bugfix: #129 ) - exception comment for incorrect options
6388: ^table.locate[field;value;options] was fixed
6389:
6390: 2010-10-10 moko
6391:
6392: * src/: classes/reflection.C, main/execute.C: constructor returning
6393: another object feature returned
6394:
6395: * tests/results/258.processed: test result updated as constructor
6396: returning another object feature returned
6397:
6398: * tests/: 258.html, results/258.processed: test for constructor
6399: returning another object
6400:
6401: 2010-10-08 misha
6402:
6403: * tests/257.html: - whitespaces after @METACOMMANDS and their
6404: options shouldn't cause exceptions any longer
6405:
6406: 2010-10-06 moko
6407:
6408: * src/classes/: hash.C, table.C: length from sql server is now
6409: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6410:
6411: 2010-10-02 misha
6412:
6413: * operators.txt: - the X mark was removed from ^cache[file]. it is
6414: usable to delete cache file.
6415:
6416: 2010-10-02 moko
6417:
6418: * tests/: 253.html, results/253.processed: hook_key added for key
6419: checking
6420:
6421: * src/classes/json.C: null key bug fixed
6422:
6423: 2010-09-29 misha
6424:
6425: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6426:
6427: 2010-09-25 moko
6428:
6429: * src/classes/json.C: small fixed
6430:
6431: * tests/results/: 253.processed, 255.processed: just updated
6432:
6433: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6434: results/255.processed: charset transcode test added for
6435: json:parse
6436:
6437: 2010-09-24 moko
6438:
6439: * src/types/pa_value.h: warning war :)
6440:
6441: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6442: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6443: ^json:string
6444:
6445: 2010-09-22 moko
6446:
6447: * src/main/pa_charset.C: parser charset tables declare only
6448: white-space before 0x20, thus adding the missing chars
6449:
6450: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6451: to http://unicode.org/Public/MAPPINGS/VENDORS/
6452:
6453: 2010-09-21 misha
6454:
6455: * src/main/compile.y: - some semicolons were added (VS2010 don't
6456: want to compile grammar if they are absent)
6457:
6458: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6459:
6460: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6461:
6462: * src/main/main.vcproj: - path to bison is changed
6463:
6464: 2010-09-21 moko
6465:
1.116 moko 6466: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6467: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6468: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6469:
6470: 2010-09-20 misha
6471:
6472: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6473:
6474: * src/classes/json.C: - add EOL while json-serializing hash
6475:
6476: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6477: compilers don't like 'ES'.
6478:
6479: 2010-09-17 misha
6480:
6481: * operators.txt: - info about json class was added
6482:
6483: * src/classes/json.C: - ^json:string[object]
6484:
6485: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6486: preventing infinite recursion while executing json:string was
6487: added
6488:
6489: * src/include/pa_string.h: - method append_quoted was added
6490:
6491: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6492: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6493: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6494: was added to Value & Co
6495:
6496: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6497: were used
6498:
6499: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6500: were added
6501:
6502: 2010-09-10 moko
6503:
6504: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6505: die_or_abort (backport from 3.4.1)
6506:
6507: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6508: die_or_abort (bugfix: #106)
6509:
6510: 2010-09-09 moko
6511:
6512: * src/classes/json.C: warning war. :)
6513:
6514: 2010-09-08 misha
6515:
6516: * src/lib/json/Makefile.am: - additional include directories were
6517: added (for pa_memory.h and gc.h)
6518:
6519: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6520: compile as C++ instead default - additional include directory was
6521: added (for gc.h)
6522:
6523: * src/types/pa_vform.C: - little code reformating
6524:
6525: * src/classes/file.C: - $.content-type option now can be specified
6526: in ^file::create ( new feature: #102 )
6527:
6528: 2010-09-08 moko
6529:
6530: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6531: pa_malloc/pa_free
6532:
6533: 2010-09-07 moko
6534:
6535: * tests/results/254.processed: VStateless_class:put_element
6536: exception was fixed
6537:
6538: * src/types/: pa_value.h, pa_vstateless_class.h: now
6539: VStateless_class:put_element barks self.type, not this.type
6540: (bugfix: #105)
6541:
6542: 2010-09-06 moko
6543:
6544: * src/classes/reflection.C: bugfix: new String() is required for
6545: exception handling
6546:
6547: * tests/: 254.html, results/254.processed: test modified
6548:
6549: 2010-09-05 moko
6550:
6551: * tests/: 254.html, results/254.processed: ^reflection:copy test
6552: added
6553:
6554: * src/: classes/reflection.C, include/pa_request.h:
6555: ^reflection:copy implemented (new feature: #100)
6556:
6557: 2010-09-03 moko
6558:
6559: * src/lib/json/JSON_parser.C: c++ compatiblity
6560:
6561: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6562: option testing added
6563:
6564: 2010-09-02 moko
6565:
6566: * src/classes/json.C: $.distinct[first|last|all] added
6567:
6568: 2010-09-01 moko
6569:
6570: * tests/results/253.processed: json test result
6571:
6572: * tests/: 253.html, 253_json.txt: json test added
6573:
6574: * src/classes/json.C: json.C update to actual version + hash key
6575: creation bugfix
6576:
6577: 2010-08-31 misha
6578:
6579: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6580: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6581: src/lib/Makefile.am, src/classes/Makefile.am,
6582: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6583: json library was added
6584:
6585: 2010-08-30 moko
6586:
6587: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6588: types/pa_vobject.C: cosmetic optimization in
6589: request:execute_method usage
6590:
6591: * src/: include/pa_charset.h, main/pa_charset.C: small
6592: optimization, just to decrease number of lines. :)
6593:
6594: 2010-08-27 misha
6595:
6596: * src/classes/op.C: - taint[json] was added
6597:
6598: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6599: were added
6600:
6601: * src/main/pa_exec.C: - warning fix was rolled back.
6602:
6603: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6604: include/pa_string.h: - taint[json] was added - escaping was
6605: slightly modified
6606:
6607: 2010-08-25 misha
6608:
6609: * src/classes/file.C: - typo in file:sql exception was fixed
6610:
6611: * src/main/pa_exec.C: - warning about declared and not used
6612: variable forced_allow was removed
6613:
6614: 2010-08-14 misha
6615:
6616: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6617: were removed
6618:
6619: 2010-08-11 moko
6620:
6621: * tests/: 249.html, results/249.processed: default setter and
6622: anti-recursive default getter test added
6623:
6624: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6625: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6626: types/pa_vobject.h, types/pa_vstateless_class.C,
6627: types/pa_vstateless_class.h: default setter support +
6628: anti-recursive default getter support ( new feature: #13 )
6629:
6630: * src/include/pa_hash.h: optimization: threshold member removed
6631: from hash, reducing sizeof(hash)
6632:
6633: 2010-08-10 misha
6634:
6635: * tests/196.html: - junction-method was added to the test
6636:
6637: * tests/248.html: - ups. typo :)
6638:
6639: * tests/248.html: - test for checking .match with 4 params
6640:
6641: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6642: 247_windows1251.txt: - test for "transcode file from utf-8 to
6643: $request:charset during loading if the BOM code is detected"
6644:
6645: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6646: $request:charset during loading if the BOM code is detected ( new
6647: feature: #98 )
6648:
6649: 2010-08-05 misha
6650:
6651: * src/classes/image.C: - ^image.replace now can accept only 2
6652: params. in this case the whole image is affected ( new feature:
6653: #95 )
6654:
6655: 2010-08-04 misha
6656:
6657: * tests/246.html: - test tor ^hash._at[] was added
6658:
6659: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6660: #53 )
6661:
6662: * src/include/pa_hash.h: - methods for accessing the first and the
6663: last values of ordered hash were added (first_value and
6664: last_value)
6665:
6666: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6667: (similar to others file's methods):
6668: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6669: #68 )
6670:
6671: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6672:
6673: 2010-08-01 moko
6674:
6675: * src/classes/op.C: to correctly process $result[] in code, called
6676: from ^process
6677:
6678: * tests/245.html: $result in ^process[] test added
6679:
6680: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6681: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6682: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6683: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6684: caller, self) op_call(VMethodFrame &frame, bool constructing)
6685: removed, construct(class,method) added
6686:
6687: * tests/results/: 192.processed, 244.processed: request::construct
6688: added
6689:
6690: * tests/: 244.html, 245.html, results/244.processed,
6691: results/245.processed: object creation exceptions and ^process
6692: tests added
6693:
6694: 2010-07-28 misha
6695:
6696: * tests/make_tests.cmd: - win32 EOLs
6697:
6698: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6699: tests on Win32 were added (The system timezone should be GMT+3)
6700:
6701: 2010-07-26 misha
6702:
6703: * tests/: 212.html, results/212.processed: - sizes were removed
6704: mecause they could be different on different OSs
6705:
6706: * tests/065.html: - make it "win32 friendly"
6707:
6708: 2010-07-25 misha
6709:
6710: * src/main/compile.y: - all EOLs between methods are removed during
6711: compilation ( new feature: #47 )
6712:
6713: * tests/results/149.processed: - prepare tests to trim trailing
6714: methods' EOLs
6715:
6716: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6717:
6718: * tests/: results/006.processed, results/014.processed, 006.html,
6719: 014.html, 022.html: - prepare tests to trim trailing methods'
6720: EOLs
6721:
6722: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6723: results/071.processed, results/022.processed: - prepare tests to
6724: trim trailing methods' EOLs
6725:
6726: * tests/: results/073.processed, results/109.processed,
6727: results/142.processed, results/144.processed,
6728: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6729: 144.html: - prepare tests to trim trailing methods' EOLs
6730:
6731: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6732: 149.html, 152.html, results/096.processed, results/107.processed,
6733: results/109.processed, results/142.processed,
6734: results/144.processed: - prepare tests to trim trailing methods'
6735: EOLs
6736:
6737: 2010-07-24 moko
6738:
6739: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6740: the hash order in this test
6741:
6742: * tests/014.html: to check hash order, hash no is longer sorted
6743: before print
6744:
6745: * src/include/pa_hash.h: hash copy constructor now keeps order
6746: (bugfix: #54)
6747:
6748: 2010-07-23 moko
6749:
6750: * tests/results/224.processed: @auto[] is no longer inherited
6751:
6752: * src/types/pa_vstateless_class.C, tests/227.html,
6753: tests/results/227.processed: @auto[] is no longer inherited
6754: (bugfix: #57)
6755:
6756: 2010-07-22 misha
6757:
6758: * src/classes/table.C: - don't skip comment lines during
6759: table::load if encloser or separator is set as '#' ( new feature:
6760: #30 )
6761:
6762: * src/targets/cgi/parser3.C: - don't run as cgi if
6763: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6764: #12 )
6765:
6766: * src/classes/file.C: - set PARSER_VARSION env before external
6767: script executing
6768:
6769: 2010-07-13 misha
6770:
6771: * tests/058.html: - test for suppressing @border was added - test
6772: for user attribute was added
6773:
6774: * tests/results/186.processed: unescaping from \uXXXX
6775:
6776: * tests/186.html: unescaping from \uXXXX
6777:
6778: * tests/: 239.html, results/239.processed: method call type
6779:
6780: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6781: $junction_method.CLASS_NAME (+CLASS)
6782:
6783: 2010-07-07 misha
6784:
6785: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6786: *nix
6787:
6788: 2010-07-05 misha
6789:
6790: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6791: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6792: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6793: comment strings "options must be hash", "options must be hash,
6794: not code" and "called with invalid option" were replaced by
6795: constatns - exception comment string "invalid option passed" was
6796: replaced by "called with invalid option" (now in different
6797: methods are the same exception comment string)
6798:
6799: * src/include/pa_exception.h: - more exception strings were defined
6800:
6801: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6802: types/pa_vstateless_class.h: - now we can define possible
6803: method's call type ( new feature: #5 ) 1.
6804: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6805: methods 2. @static:method[params] (only static keyword could be
6806: used here) -- for specified methods
6807:
6808: * src/main/pa_common.C: - junction points should not be deleted on
6809: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6810: cleanup
6811:
6812: 2010-07-03 misha
6813:
6814: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6815: results/158.processed, results/160.processed,
6816: results/161.processed, results/162.processed,
6817: results/163.processed: - prepare tests to trim trailing methods'
6818: EOLs
6819:
6820: * tests/results/169.processed: - prepare tests to trim trailing
6821: methods' EOLs
6822:
6823: * tests/results/: 168.processed, 169.processed: - prepare tests to
6824: trim trailing methods' EOLs
6825:
6826: * tests/: results/170.processed, results/167.processed,
6827: results/168.processed, results/169.processed, 167.html, 168.html,
6828: 169.html: - prepare tests to trim trailing methods' EOLs
6829:
6830: * tests/: results/170.processed, results/171.processed,
6831: results/172.processed, results/173.processed,
6832: results/174.processed, results/175.processed, 170.html, 171.html,
6833: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6834: trailing methods' EOLs
6835:
6836: * tests/: results/176.processed, results/180.processed,
6837: results/184.processed, results/185.processed,
6838: results/191.processed, results/192.processed,
6839: results/196.processed, results/197.processed,
6840: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6841: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6842: to trim trailing methods' EOLs
6843:
6844: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6845: results/199.processed, results/208.processed,
6846: results/209.processed, results/213.processed,
6847: results/214.processed: - prepare tests to trim trailing methods'
6848: EOLs
6849:
6850: 2010-06-29 misha
6851:
6852: * tests/: 220.html, 218.html, results/218.processed,
6853: results/215.processed, results/217.processed, 215.html, 217.html:
6854: - prepare tests to trim trailing methods' EOLs
6855:
6856: * tests/: results/224.processed, 224.html, 223.html,
6857: results/223.processed, results/220.processed: - prepare tests to
6858: trim trailing methods' EOLs
6859:
6860: * tests/results/: 226.processed, 230.processed: - prepare tests to
6861: trim trailing methods' EOLs
6862:
6863: * tests/: 229.html, results/229.processed: - prepare tests to trim
6864: trailing methods' EOLs
6865:
6866: * tests/: 232.html, 235.html, results/232.processed,
6867: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6868: results/226.processed, results/227.processed,
6869: results/228.processed, results/230.processed: - prepare tests to
6870: trim trailing methods' EOLs
6871:
6872: 2010-06-16 moko
6873:
6874: * tests/: 229.html, results/229.processed: elseif now supported in
6875: ^if
6876:
6877: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6878:
6879: 2010-06-03 misha
6880:
6881: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6882: instead of memcopy for overlaped regions
6883:
6884: 2010-05-25 misha
6885:
6886: * src/main/pa_common.C: - wanring about unused vars was removed
6887:
6888: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6889: get_method_filename was moved to execute.C
6890:
6891: 2010-05-23 misha
6892:
6893: * src/main/pa_request.C: - more accurate detection of method's file
6894:
6895: 2010-05-22 misha
6896:
6897: * src/classes/reflection.C: - bugfix: core during detection of
6898: .file if filespec isn't detected successfully
6899:
6900: 2010-05-20 misha
6901:
6902: * src/main/pa_request.C: - fix in get_method_filename
6903:
6904: * src/include/pa_request.h: - new feature: #24 -- searching
6905: included file in @USE/^use is changed. if its filespec doesn't
6906: start from '/' it will be searched in caller file directory
6907:
6908: * src/classes/reflection.C: - ^reflection:method_info returns file
6909: where the method is defined
6910:
6911: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6912: classes/op.C: - new feature: #24 -- searching included file in
6913: @USE/^use is changed. if its filespec doesn't start from '/' it
6914: will be searched in caller file directory
6915:
6916: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6917: is moved to pa_common.h
6918:
6919: 2010-05-18 misha
6920:
6921: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6922: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6923: cookie parser decode \uXXXX as well as %uXXXX
6924:
6925: 2010-05-17 misha
6926:
6927: * src/classes/curl.C: beauty: - unused param is removed in method
6928: _curl_version_action - some spaces were removed or replaced by
6929: tabs
6930:
6931: * src/classes/table.C: - bugfix: #72 core with empty value during
6932: ^table.hash[...;name_of_the_last_column][$.type[string]]
6933:
6934: 2010-05-16 misha
6935:
6936: * src/classes/curl.C: new: #61 more curl options were added
6937: (contributed by Sumo)
6938:
6939: 2010-04-29 pretender
6940:
6941: * src/main/pa_string.C: fixes #63 Split result from empty string
6942: now empty string.
6943:
6944: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6945: string type.
6946:
6947: 2010-04-28 pretender
6948:
6949: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6950: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6951: macrodefinition removed
6952:
6953: 2010-04-19 pretender
6954:
6955: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6956: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6957:
6958: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6959: fixes #64 Now file.missing exception generates in unsafe mode to.
6960:
6961: * src/classes/file.C: fixes #48 Now not throw "not save environment
6962: variable" exception in grpunlim version.
6963:
6964: 2010-04-05 misha
6965:
6966: * src/classes/string.C: - new feature: 4th param was added to
6967: match. if specified its value is returned in case of nothing was
6968: found
6969:
6970: 2010-04-01 misha
6971:
6972: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6973: multiple execution of /a/b/auto.p
6974:
6975: 2010-03-19 misha
6976:
6977: * src/main/execute.C: - core in $table1.$table2 was fixed
6978:
6979: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6980:
6981: 2010-01-27 misha
6982:
6983: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6984: trying to open file by path /existing-file/non-exixting-file
6985:
6986: 2010-01-26 misha
6987:
6988: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6989: was added (returns file)
6990:
6991: 2009-12-22 misha
6992:
6993: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6994: now parser doesn't have class curl if it was built without it
6995:
6996: 2009-12-15 misha
6997:
6998: * configure.in: - little cheat with curl include dir was added
6999:
7000: 2009-12-05 misha
7001:
7002: * src/classes/curl.C: - some fixes
7003:
7004: 2009-12-04 misha
7005:
7006: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7007: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7008: buildall-with-xml, buildall-without-xml, configure.in: - curl
7009: class was added
7010:
7011: * src/include/pa_hash.h: - hash-iterator was added
7012:
7013: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7014: was added to pcre
7015:
7016: 2009-11-27 misha
7017:
7018: * src/classes/image.C: - don't add @border attribute to output of
7019: ^image.html[] if it was specified by user with empty value
7020:
7021: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7022: root element and we are trying to access .documentElement
7023:
7024: 2009-11-11 misha
7025:
7026: * src/classes/table.C: - in ^table.flip[] look at number of columns
7027: instead of number of items in first row for named tables
7028:
7029: 2009-11-10 misha
7030:
7031: * operators.txt: - info about hash-options in ^file::create was
7032: added
7033:
7034: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7035: added
7036:
7037: 2009-11-09 misha
7038:
7039: * buildall-with-xml: - moving to libxml 2.7.6
7040:
7041: * tests/236.html: - tests for comparations cords with functions
7042: were added
7043:
7044: * src/include/pa_string.h: - optimisation: cacheing of cstr was
7045: added
7046:
7047: * src/main/pa_http.C: - little optimisation
7048:
7049: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
7050: GPF mallocs + stringstream (table.save)
7051:
7052: * src/classes/file.C: - file::create now accepts 4th param: options
7053: with $.charset
7054:
7055: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
7056: bug in cord (comparation cords with functions was buggy)
7057:
7058: 2009-11-06 misha
7059:
7060: * src/main/pa_string.C: - bugfix: calculation string.length
7061: sometimes was buggy
7062:
7063: * src/classes/string.C: - bugfix: Temp_value_element wasn't
7064: destroyed if exception occured during match/replace
7065:
7066: * src/: main/pa_charset.C, include/pa_charset.h: - method
7067: lengthUTF8Char was added
7068:
7069: * src/classes/op.C: - clean tainting lang was added for user's
7070: usage
7071:
7072: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
7073: fixed: checkouts are required after GC_MALLOC
7074:
7075: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
7076:
7077: * operators.txt: - actually, there is no ^untaint[xml] in
7078: file::create
7079:
7080: 2009-10-15 misha
7081:
7082: * tests/: 235.html, 235_attach.txt: - tests for preparing email
7083: were added
7084:
7085: * tests/234.html: - more tests for checking ^taint[uri] escaping
7086: were added
7087:
7088: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7089: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7090: hacking: for dealing with transcoding+^taint[uri]
7091: transcode_and_untaint was replaced by untaint_and_transcode
7092:
7093: 2009-10-13 misha
7094:
7095: * tests/: 121.html, results/121.processed: - test transcoding +
7096: url-escaping now
7097:
7098: * tests/results/auto.p: - more helpers' methods were added
7099:
7100: * src/main/pa_globals.C: - die instead of abort
7101:
7102: 2009-10-06 misha
7103:
7104: * src/main/pa_common.C: - don't allocate memory during
7105: capitalization if input string is already capitalized
7106:
7107: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7108:
7109: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7110: use format function because it calls malloc
7111:
7112: * src/include/pa_common.h: - more capitalized headers were added
7113:
7114: * src/main/pa_common.C: - in safe mode clear executable bits during
7115: file writing
7116:
7117: 2009-10-05 misha
7118:
7119: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7120:
7121: 2009-10-03 misha
7122:
7123: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7124: ^img.text[] & ^img.length[] can work in utf-8 now
7125:
7126: * src/: include/pa_charset.h, main/pa_charset.C: - class
7127: UTF8_string_iterator was added
7128:
7129: * src/classes/image.C: - respect utf-8 when calculate alphabet
7130: length
7131:
7132: * src/classes/mail.C: - check from before get message.cstr
7133:
7134: 2009-10-02 misha
7135:
7136: * tests/233.html: - test for image.font, image.length, image.text
7137: with text in utf-8 were added
7138:
7139: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7140:
7141: * buildall-with-xml, buildall-without-xml: - comment about gc
7142: version for freebsd 4 was added
7143:
7144: 2009-10-01 misha
7145:
7146: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7147: terminator) - read_pipe were slightly optimized
7148:
7149: 2009-09-28 misha
7150:
7151: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7152: removed
7153:
7154: * src/types/pa_vmail.C: - forgot about space after ':'
7155:
7156: * src/types/pa_vmail.C: - escape filenames while preparing mail
7157: body - small simplifications
7158:
7159: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7160: inout params like pa_base64
7161:
7162: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7163: option $.debug-print(1) was added to mail:send - changes for
7164: using uue_encode which uses less memory
7165:
7166: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7167:
7168: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7169: memory now
7170:
7171: 2009-09-26 misha
7172:
7173: * src/types/pa_vmail.C: - default encoding now is base64
7174:
7175: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7176:
7177: 2009-09-25 misha
7178:
7179: * src/types/pa_vmail.C: - capitalization of headers was added to
7180: sending mail as well
7181:
7182: * buildall-with-xml: - catalog package was removed from libxml
7183:
7184: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7185: win32 absolute path
7186:
7187: * src/include/pa_common.h: - one more capitalized header was added
7188:
7189: 2009-09-22 misha
7190:
7191: * INSTALL: - comment about building just httpd binary while
7192: building apache module was added
7193:
7194: 2009-09-21 misha
7195:
7196: * buildall-with-xml: - moving to the latest versions of xml libs:
7197: libxml 2.7.4 and libxslt 1.1.25
7198:
7199: 2009-09-19 misha
7200:
7201: * tests/231.html: - test for encoding cookie in win-1251
7202:
7203: 2009-09-18 misha
7204:
7205: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7206: object] were added
7207:
7208: * operators.txt: - info about method ^reflection:fields[class or
7209: object] was added
7210:
7211: * src/classes/reflection.C: - method ^reflection:fields[class or
7212: object] was added
7213:
7214: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7215: methods get_fields were added
7216:
7217: * tests/232.html: - tests for @GET[name]
7218:
7219: * src/classes/table.C: - some changes in handling hash-options for
7220: creare, join and locate
7221:
7222: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7223: defined with option: the type of requested value
7224:
7225: 2009-09-17 misha
7226:
7227: * tests/212.html: - tests for .pattern and .options were added
7228:
7229: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7230: $regex.options were added
7231:
7232: 2009-09-11 misha
7233:
7234: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7235: rewrited. it checks not just one case of sending cookies during
7236: file::load[http], but also sending headers and fields (including
7237: files)
7238:
7239: 2009-09-10 misha
7240:
7241: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7242: was removed => now parser can open files with Russian 'r' in
7243: filename
7244:
7245: * src/main/untaint.C: - bugfix: client charset whould be analized
7246: while escaping cookies but now source charset
7247:
7248: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7249: ^tainted[uri] so it was possible to make request with incorrect
7250: http header
7251:
7252: * src/main/pa_http.C: - capitalization of http headers during
7253: file::load[http was slightly changes - bugfix: all headers which
7254: parser sends during file::load[http should be transcoded and only
7255: then escaped
7256:
7257: * src/main/untaint.C: - a bit more comments were added
7258:
7259: * src/classes/: file.C, string.C: - types where changes (minus 2
7260: warnings)
7261:
7262: * src/include/pa_common.h: - 2 capitalized strings for making http
7263: headers during file::load[http were added
7264:
7265: 2009-09-08 misha
7266:
7267: * operators.txt: - changes in file.save and string.save were added
7268:
7269: * tests/: 230.html, 230.txt: - tests for checking options in
7270: file.save and string.save were added
7271:
7272: * src/main/pa_request.C: - http headers names, which are passed to
7273: SAPI::add_header_attribute are lowercased now (it'll be
7274: capitalized in that method)
7275:
7276: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7277: classes/string.C: - file_write accepts Request_charsets and asked
7278: charset and cound transcode content before writing - string.save
7279: and file.save have option $.charset now
7280:
7281: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7282: classes/xdoc.C: - file_write accepts Request_charsets and asked
7283: charset and cound transcode content before writing
7284:
7285: * src/include/pa_exception.h: - new exception comment string was
7286: defined
7287:
7288: 2009-09-07 misha
7289:
7290: * src/main/compile.y: - grammar $name\ name stops now for regex
7291: sub-pattern\s
7292:
7293: 2009-09-04 misha
7294:
7295: * src/main/pa_http.C: - capitalization of http headers during
7296: file::load[http was implemented
7297:
7298: 2009-09-03 misha
7299:
7300: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7301: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7302: types/pa_vmail.C, targets/cgi/parser3.C,
7303: targets/isapi/parser3isapi.C: - back to storing response http
7304: headers in lowercase - capitalize them during output
7305:
7306: 2009-08-31 misha
7307:
7308: * src/classes/table.C: - allow call with any brackets (it could be
7309: useful in methods with explict result declaration)
7310:
7311: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7312: correctly if $request:charset==koi8-r
7313:
7314: 2009-08-30 misha
7315:
7316: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7317: changed: content-type => Content-type and so on
7318:
7319: * src/classes/file.C, src/include/pa_common.h,
7320: src/include/pa_request.h, src/main/pa_http.C,
7321: src/main/pa_request.C, src/types/pa_vcookie.C,
7322: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7323: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7324: tests/results/002.processed, tests/results/003.processed,
7325: tests/results/004.processed, tests/results/005.processed,
7326: tests/results/006.processed, tests/results/007.processed,
7327: tests/results/008.processed, tests/results/009.processed,
7328: tests/results/010.processed, tests/results/011.processed,
7329: tests/results/012.processed, tests/results/013.processed,
7330: tests/results/014.processed, tests/results/015.processed,
7331: tests/results/016.processed, tests/results/017.processed,
7332: tests/results/018.processed, tests/results/019.processed,
7333: tests/results/020.processed, tests/results/021.processed,
7334: tests/results/022.processed, tests/results/023.processed,
7335: tests/results/024.processed, tests/results/025.processed,
7336: tests/results/026.processed, tests/results/027.processed,
7337: tests/results/028.processed, tests/results/029.processed,
7338: tests/results/030.processed, tests/results/031.processed,
7339: tests/results/032.processed, tests/results/033.processed,
7340: tests/results/034.processed, tests/results/035.processed,
7341: tests/results/036.processed, tests/results/037.processed,
7342: tests/results/038.processed, tests/results/039.processed,
7343: tests/results/040.processed, tests/results/041.processed,
7344: tests/results/042.processed, tests/results/043.processed,
7345: tests/results/044.processed, tests/results/045.processed,
7346: tests/results/046.processed, tests/results/047.processed,
7347: tests/results/048.processed, tests/results/049.processed,
7348: tests/results/050.processed, tests/results/051.processed,
7349: tests/results/052.processed, tests/results/053.processed,
7350: tests/results/054.processed, tests/results/055.processed,
7351: tests/results/056.processed, tests/results/057.processed,
7352: tests/results/058.processed, tests/results/059.processed,
7353: tests/results/060.processed, tests/results/061.processed,
7354: tests/results/062.processed, tests/results/063.processed,
7355: tests/results/064.processed, tests/results/065.processed,
7356: tests/results/066.processed, tests/results/067.processed,
7357: tests/results/068.processed, tests/results/069.processed,
7358: tests/results/070.processed, tests/results/071.processed,
7359: tests/results/072.processed, tests/results/073.processed,
7360: tests/results/074.processed, tests/results/075.processed,
7361: tests/results/076.processed, tests/results/077.processed,
7362: tests/results/078.processed, tests/results/079.processed,
7363: tests/results/080.processed, tests/results/081.processed,
7364: tests/results/082.processed, tests/results/083.processed,
7365: tests/results/084.processed, tests/results/085.processed,
7366: tests/results/086.processed, tests/results/087.processed,
7367: tests/results/088.processed, tests/results/089.processed,
7368: tests/results/090.processed, tests/results/091.processed,
7369: tests/results/092.processed, tests/results/093.processed,
7370: tests/results/094.processed, tests/results/095.processed,
7371: tests/results/096.processed, tests/results/097.processed,
7372: tests/results/098.processed, tests/results/099.processed,
7373: tests/results/100.processed, tests/results/101.processed,
7374: tests/results/102.processed, tests/results/103.processed,
7375: tests/results/104.processed, tests/results/105.processed,
7376: tests/results/106.processed, tests/results/107.processed,
7377: tests/results/108.processed, tests/results/109.processed,
7378: tests/results/110.processed, tests/results/111.processed,
7379: tests/results/112.processed, tests/results/113.processed,
7380: tests/results/114.processed, tests/results/115.processed,
7381: tests/results/116.processed, tests/results/117.processed,
7382: tests/results/118.processed, tests/results/119.processed,
7383: tests/results/120.processed, tests/results/121.processed,
7384: tests/results/122.processed, tests/results/123.processed,
7385: tests/results/124.processed, tests/results/125.processed,
7386: tests/results/126.processed, tests/results/127.processed,
7387: tests/results/128.processed, tests/results/129.processed,
7388: tests/results/130.processed, tests/results/131.processed,
7389: tests/results/132.processed, tests/results/133.processed,
7390: tests/results/134.processed, tests/results/135.processed,
7391: tests/results/136.processed, tests/results/138.processed,
7392: tests/results/139.processed, tests/results/140.processed,
7393: tests/results/141.processed, tests/results/142.processed,
7394: tests/results/143.processed, tests/results/144.processed,
7395: tests/results/145.processed, tests/results/146.processed,
7396: tests/results/147.processed, tests/results/148.processed,
7397: tests/results/149.processed, tests/results/150.processed,
7398: tests/results/151.processed, tests/results/152.processed,
7399: tests/results/153.processed, tests/results/154.processed,
7400: tests/results/155.processed, tests/results/156.processed,
7401: tests/results/157.processed, tests/results/158.processed,
7402: tests/results/159.processed, tests/results/160.processed,
7403: tests/results/161.processed, tests/results/162.processed,
7404: tests/results/163.processed, tests/results/164.processed,
7405: tests/results/165.processed, tests/results/166.processed,
7406: tests/results/167.processed, tests/results/168.processed,
7407: tests/results/169.processed, tests/results/170.processed,
7408: tests/results/171.processed, tests/results/172.processed,
7409: tests/results/173.processed, tests/results/174.processed,
7410: tests/results/175.processed, tests/results/176.processed,
7411: tests/results/177.processed, tests/results/178.processed,
7412: tests/results/179.processed, tests/results/180.processed,
7413: tests/results/181.processed, tests/results/182.processed,
7414: tests/results/183.processed, tests/results/184.processed,
7415: tests/results/185.processed, tests/results/186.processed,
7416: tests/results/187.processed, tests/results/188.processed,
7417: tests/results/189.processed, tests/results/190.processed,
7418: tests/results/191.processed, tests/results/192.processed,
7419: tests/results/193.processed, tests/results/194.processed,
7420: tests/results/195.processed, tests/results/196.processed,
7421: tests/results/197.processed, tests/results/198.processed,
7422: tests/results/199.processed, tests/results/200.processed,
7423: tests/results/201.processed, tests/results/202.processed,
7424: tests/results/203.processed, tests/results/204.processed,
7425: tests/results/205.processed, tests/results/206.processed,
7426: tests/results/207.processed, tests/results/208.processed,
7427: tests/results/209.processed, tests/results/210.processed,
7428: tests/results/211.processed, tests/results/212.processed,
7429: tests/results/213.processed, tests/results/214.processed,
7430: tests/results/215.processed, tests/results/216.processed,
7431: tests/results/217.processed, tests/results/218.processed,
7432: tests/results/219.processed, tests/results/220.processed,
7433: tests/results/221.processed, tests/results/222.processed,
7434: tests/results/223.processed, tests/results/224.processed,
7435: tests/results/225.processed, tests/results/226.processed,
7436: tests/results/227.processed, tests/results/228.processed,
7437: tests/results/229.processed: - http headers were changed:
7438: content-type => Content-type and so on
7439:
7440: 2009-08-27 misha
7441:
7442: * src/: main/pa_random.C, include/pa_random.h,
7443: targets/cgi/parser3.C: - year was updated :)
7444:
7445: 2009-08-26 misha
7446:
7447: * tests/: 224.html, 224.p: - test for creating of parser object
7448: using constructor without params - little bugfix in test
7449:
7450: * src/main/compile_tools.h: - bugfix: should't call autouse while
7451: checking existed class while processing partial option
7452:
7453: * src/classes/reflection.C: - bugfix: core when creating object
7454: with reflection and constructor doesn't have params
7455:
7456: 2009-08-24 misha
7457:
7458: * tests/229.html: - tests for checking the number of parameters
7459: were added
7460:
7461: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7462: number of method's parameters wasn't checked correctly (the bug
7463: was introduced in 3.4.0)
7464:
7465: 2009-08-22 misha
7466:
7467: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7468: transcoded, but tainted pieces are escaped only when
7469: content-type==url-encoding
7470:
7471: * tests/228.html: - test for checking
7472: ^file::load[http://...;$.body[]]
7473:
7474: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7475: post charset was too early (charsets is empty at this moment)
7476:
7477: 2009-08-21 misha
7478:
7479: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7480: main/untaint.C: - some fixes with transcode+untaint
7481:
7482: 2009-08-15 misha
7483:
7484: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7485: was increaced to 100 (was 50)
7486:
7487: * tests/227.html: - test for checking overriding properties in
7488: static classes was added
7489:
7490: * tests/: 226.html, 226.p: - test for @autoload[] was added
7491:
7492: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7493: main/execute.C, main/pa_request.C, classes/reflection.C: -
7494: autouse was implemented
7495:
7496: 2009-08-14 misha
7497:
7498: * src/classes/reflection.C: - outdated checkout was removed
7499:
7500: * src/classes/reflection.C: - optimization - method ^dynamical was
7501: added.
7502:
7503: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7504: types/pa_vstateless_class.h, main/execute.C: - optimization
7505:
7506: * src/types/pa_vclass.C: - exception if base on sytem class
7507:
7508: 2009-08-12 misha
7509:
7510: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7511: pa_vstateless_class.h: - little optimisation
7512:
7513: 2009-08-11 misha
7514:
7515: * tests/224.html: - method_params => method_info - checking for
7516: $.inherited
7517:
7518: * src/classes/reflection.C, operators.txt: - method method_params
7519: was renamed to method_info and now it returns class name, if
7520: method was defined in ancestor
7521:
7522: * tests/225.html: - tests for cheching properties in hierarhical
7523: classes were added
7524:
7525: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7526: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7527: main/compile.y, main/execute.C, classes/classes.C: - problems
7528: with properties in new classes implementation were fixed
7529:
7530: 2009-08-10 misha
7531:
7532: * src/main/execute.C: - now constructor shouldn't be defined in
7533: class. it could be defined in parent.
7534:
7535: 2009-08-09 misha
7536:
7537: * src/classes/reflection.C: - ^reflection:methods doesn't return
7538: base's methods
7539:
7540: 2009-08-08 misha
7541:
7542: * src/: classes/classes.h, classes/date.C, classes/file.C,
7543: classes/form.C, classes/hash.C, classes/hashfile.C,
7544: classes/image.C, classes/mail.C, classes/op.C,
7545: classes/reflection.C, classes/regex.C, classes/string.C,
7546: classes/table.C, classes/xdoc.C, classes/xnode.C,
7547: classes/xnode.h, include/pa_hash.h, main/execute.C,
7548: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7549: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7550: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7551: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7552: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7553: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7554: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7555: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7556: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7557: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7558: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7559: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7560: types/pa_vresponse.C, types/pa_vresponse.h,
7561: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7562: types/pa_vstateless_object.h, types/pa_vstatus.C,
7563: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7564: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7565: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7566: types/pa_wwrapper.h, types/types.vcproj: - new classes
7567: implementation
7568:
7569: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7570: USE_MUNMAP is used. so it is disabled as a workaround.
7571:
7572: 2009-08-05 misha
7573:
7574: * src/: main/pa_common.C, include/pa_common.h: - not needed
7575: parameter was removed
7576:
7577: * src/main/pa_http.C: - bugfix: error was during detecting
7578: content-type of file which was loaded by http
7579:
7580: 2009-08-01 misha
7581:
7582: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7583: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7584: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7585: can't be disabled with defines any longer
7586:
7587: 2009-07-29 misha
7588:
7589: * src/classes/reflection.C, tests/results/224.processed: - for
7590: native methods with any call type now returned empty call_type
7591: value
7592:
7593: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7594: classes/table.C, include/pa_hash.h, include/pa_request.h,
7595: main/pa_request.C: - break in cycles was optimized
7596:
7597: * INSTALL: - more defines were described
7598:
7599: 2009-07-28 misha
7600:
7601: * operators.txt: - some changes in information about reflection
7602: class
7603:
7604: * tests/: 224.html, 224.p: - tests for reflection class
7605:
7606: * src/classes/reflection.C: - some bugs were fixed, method classes
7607: was added, refactoring
7608:
7609: 2009-07-26 misha
7610:
7611: * src/classes/classes.vcproj: - reflection class wass added to
7612: project
7613:
7614: * operators.txt: - information about reflection class was added
7615:
7616: * src/classes/reflection.C: - class was redesigned
7617:
7618: 2009-07-24 misha
7619:
7620: * src/classes/: Makefile.am, reflection.C: - class reflection was
7621: added
7622:
7623: * src/types/pa_vstateless_class.h: - method for reflection method's
7624: in classes was added
7625:
7626: 2009-07-22 misha
7627:
7628: * src/main/compile_tools.h: - bugfix: $object.$var was
7629: over-optimized. it failed if $object1.$object2.field
7630:
7631: 2009-07-16 misha
7632:
7633: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7634: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7635: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7636: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7637: one more arg: length of cord
7638:
7639: 2009-07-15 misha
7640:
7641: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7642: tainted in ^file::load[http://...;$.cookies[]]
7643:
7644: * src/classes/: op.C, regex.C, string.C: - new string with
7645: exception was used
7646:
7647: * src/include/pa_exception.h: - new string with exception was added
7648:
7649: * tests/223.html: - test for checking cookie-encoding during
7650: ^file::load[http was added
7651:
7652: * tests/: 221.html, 222.html: - tests for checking type of
7653: $table.fields.field were added
7654:
7655: * src/types/pa_vtable.C: - not used var decl was removed
7656:
7657: * src/include/pa_string.h: - use cached string length in Body::mid.
7658: it improves speed of match with brackets in pattern
7659:
7660: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7661: outside
7662:
7663: 2009-07-14 misha
7664:
7665: * src/types/pa_vtable.C: - $table.fields.a return string even if
7666: column is empty (sometime returned void) - $table.fields was
7667: added for nameless tables
7668:
7669: * src/targets/cgi/getopt.c: - one warning resolved
7670:
7671: * src/main/pa_string.C: - potentian bug fixed
7672:
7673: * src/classes/op.C: - small optimization in taint/untaint
7674:
7675: 2009-07-13 misha
7676:
7677: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7678: added
7679:
7680: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7681: souldn't add the attribut to output
7682:
7683: 2009-07-11 misha
7684:
7685: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7686: stack size was increaced to 2MB (default=1MB)
7687:
7688: 2009-07-08 misha
7689:
7690: * src/main/pa_string.C: - link to UTF-8 description was added
7691:
7692: * src/include/pa_hash.h: - hash keeps element's order in more
7693: places (ex: ._keys[])
7694:
7695: * tests/220.html: - test for checking order of elements in hash in
7696: foreach was added
7697:
7698: * tests/172.html: - small changes in printing hash
7699:
7700: * tests/129.html: - small changes in printing hash
7701:
7702: * src/: include/pa_common.h, include/pa_hash.h,
7703: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7704: types/pa_vmethod_frame.h: - hash now keeps order of elements
7705:
7706: * tests/014.html: - small changes in printing hash
7707:
7708: 2009-07-07 misha
7709:
7710: * src/classes/op.C: - new taint language "parser-code" was added
7711:
7712: * tests/219.html: - test for auto untaint parser code in process
7713: was added
7714:
7715: * src/classes/op.C: - tainted pieces in body of process are
7716: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7717:
7718: * src/: include/pa_string.h, main/untaint.C: - new language
7719: L_PARSER_CODE for auto-untaint in process was added
7720:
7721: * src/: classes/file.C, classes/hash.C, classes/image.C,
7722: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7723: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7724: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7725: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7726: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7727: code cleanup
7728:
7729: 2009-07-06 misha
7730:
7731: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7732: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7733: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7734:
7735: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7736: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7737: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7738: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7739: should be used
7740:
7741: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7742: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7743: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7744: untaint_cstr[m] should be used
7745:
7746: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7747: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7748:
7749: * tests/218.html: - test for checking automatic file-spec-taint was
7750: added
7751:
7752: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7753: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7754: classes/file.C, classes/hash.C, classes/image.C,
7755: classes/string.C, classes/table.C, classes/void.C,
7756: classes/xdoc.C: - optimizations and simplification of
7757: string.cstr(...)
7758:
7759: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7760: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7761: - optimizations and simplification of string.cstr(...)
7762:
7763: 2009-07-04 misha
7764:
7765: * tests/217.html: - test for recursion detection was added
7766:
7767: * src/: types/types.vcproj, main/main.vcproj,
7768: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7769: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7770: from .vcproj
7771:
7772: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7773:
7774: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7775: uploading files and case-insensitive http-method were added
7776:
7777: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7778: tainted pattern in ^file:list[] was added
7779:
7780: 2009-07-03 misha
7781:
7782: * src/: classes/classes.vcproj, main/main.vcproj,
7783: types/types.vcproj, targets/cgi/parser3.vcproj,
7784: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7785: for dynamic_cast) - little options changes
7786:
7787: * src/main/pa_http.C: - file::load[http works now with uploading
7788: files _and_ changing $.charset
7789:
7790: 2009-06-29 misha
7791:
7792: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7793: while creating pattern
7794:
7795: 2009-06-25 misha
7796:
7797: * src/classes/image.C, operators.txt: - options' names for
7798: ^image.font were changed to $.space, $.width and $spacing -
7799: default space width now == gif's width
7800:
7801: 2009-06-24 misha
7802:
7803: * tests/215.html: - tests for $file.mode were added
7804:
7805: * operators.txt: - added info about $file.mode and changes in
7806: ^image.font[
7807:
7808: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7809: param now could be omited - third param now could be hash (with
7810: all widths options: $.space-width, $.letter-width) - it's
7811: possible to specify tracking ($.letter-space)
7812:
7813: * src/classes/file.C: - file objects now could have mode field
7814: (text|binary)
7815:
7816: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7817:
7818: 2009-06-23 misha
7819:
7820: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7821: trim can work with utf-8 chars now
7822:
7823: 2009-06-20 misha
7824:
7825: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7826: was implemented
7827:
7828: * src/classes/table.C: - string length cacheing was implemented
7829:
7830: * src/include/pa_string.h: - string length cacheing was implemented
7831:
7832: 2009-06-17 misha
7833:
7834: * src/main/execute.C: - value param was removed from
7835: WContext::WContext
7836:
7837: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7838: pa_wwrapper.h: - value param was removed from WContext::WContext
7839: - field wcontext was removed from VCodeFrame (using fparent
7840: instead)
7841:
7842: * tests/214.html: - test with hash copying
7843:
7844: 2009-06-16 misha
7845:
7846: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7847: strings doesn't work in expression anymore
7848:
7849: * src/main/execute.C: - less calls for get_constructing() - little
7850: refactoring
7851:
7852: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7853: include/pa_request.h: - less calls for get_constructing()
7854:
7855: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7856: introduced with OPTIMIZE_SINGLE_STRING optimization
7857:
7858: 2009-06-14 misha
7859:
7860: * src/: classes/date.C, classes/file.C, classes/hash.C,
7861: classes/hashfile.C, classes/image.C, classes/regex.C,
7862: classes/table.C, classes/xdoc.C, classes/xnode.h,
7863: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7864: types/pa_vstateless_class.h, main/execute.C: - create object for
7865: storing object's fields only for parser objects
7866:
7867: 2009-06-13 misha
7868:
7869: * buildall-with-xml, buildall-without-xml: - new option was added
7870: for building GC (it slightly reduces memory usage)
7871:
7872: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7873: single string write
7874:
7875: * src/main/execute.C: - bytecode optimization of ^class:constructor
7876: - optimization of single string write
7877:
7878: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7879: - bytecode optimization of ^class:constructor
7880:
7881: 2009-06-09 misha
7882:
7883: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7884: main (better compatibility)
7885:
7886: 2009-06-08 misha
7887:
7888: * src/main/compile.y: - I've forgot to commit it :(
7889:
7890: 2009-06-07 misha
7891:
7892: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7893: WITH_READ and WITH_ROOT
7894:
7895: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7896: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7897: WITH_ROOT - little refactoring
7898:
7899: 2009-06-06 misha
7900:
7901: * tests/213.html: - tests for 3rd match string-param were added
7902:
7903: * src/classes/string.C: - 3rd match param could be string now
7904:
7905: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7906: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7907: GET_OBJECT_ELEMENT
7908:
7909: 2009-06-05 misha
7910:
7911: * src/main/pa_http.C: - bugfix: content-length was not calculated
7912: if $.body was specified
7913:
7914: 2009-06-04 misha
7915:
7916: * src/classes/op.C: - optimizing write_assign_lang in connect
7917:
7918: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7919:
7920: * src/main/execute.C: - little refactoring - optimizing
7921: write_assign_lang in taint/untaint
7922:
7923: * src/include/pa_opcode.h: - little refactoring
7924:
7925: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7926: main/compile_tools.h, main/execute.C: - optimizations for
7927: $self.field, ^self.method, $self.field[...] and $self.field(...)
7928: were added
7929:
7930: 2009-06-03 misha
7931:
7932: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7933:
7934: 2009-06-02 misha
7935:
7936: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7937: include/pa_opcode.h: - refactoring in last optimizations
7938: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7939: now but code is much easy and it is ready for further
7940: improvements.
7941:
7942: 2009-05-27 misha
7943:
7944: * src/: types/pa_junction.h, types/pa_vjunction.C,
7945: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7946: changed in destructing junctions
7947:
7948: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7949: String:Body
7950:
7951: 2009-05-26 misha
7952:
7953: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7954: one method detect_charset was deleted - bug was fixed in this
7955: method (error while detecting charset in content_type withot last
7956: ';')
7957:
7958: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7959: once
7960:
7961: 2009-05-25 misha
7962:
7963: * src/classes/file.C: - bugfix: file::exec didn't work after
7964: optimizing of helper_length
7965:
7966: 2009-05-24 misha
7967:
7968: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7969: were added - little refactoring
7970:
7971: * src/main/execute.C: - core while printing in debug log
7972: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7973: optimisations were added
7974:
7975: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7976: were added
7977:
7978: 2009-05-23 misha
7979:
7980: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7981: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7982: CORD_cat optimization
7983:
7984: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7985: - call constr optimisation under separate define now
7986:
7987: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7988: in $b should be string, not void
7989:
7990: * src/main/compile.y: - little fix for rem-cut optimisation
7991:
7992: * src/: include/pa_opcode.h, main/compile_tools.C,
7993: main/compile_tools.h, main/execute.C: - optimisations for
7994: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7995:
7996: * INSTALL: - description of some #defined were added
7997:
7998: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7999: before 1st access (memory usage is reduced if don't access to
8000: .text field)
8001:
8002: * src/include/pa_array.h: - array grows step now not static (it
8003: reduces numbers of reallocs)
8004:
8005: 2009-05-20 misha
8006:
8007: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8008: $.b(2), $c[d] and $.e[f] was added
8009:
8010: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8011: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8012: $.e[f] was added
8013:
8014: * src/main/execute.C: - debug printing moved in defines
8015:
8016: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8017: and little refactoring for OP_GET_OBJECT_ELEMENT +
8018: OP_GET_OBJECT_VAR_ELEMENT optimisation
8019:
8020: 2009-05-19 misha
8021:
8022: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8023: execute.C: - $a.$b & ^a.$b bytecode optimisation
8024:
8025: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8026: ^a.$b optimisation)
8027:
8028: * src/main/compile.y: - compiler now generate new opcodes:
8029: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8030: ^a.b - compiler now cut off ^rem{ with all content ; any number
8031: of params }
8032:
8033: * src/main/execute.C: - code for handle new opcodes
8034: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8035:
8036: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8037: added for LA2V and LA2S
8038:
8039: * src/include/pa_opcode.h: - new defines which can be used for
8040: disable some bytecode optimisation and new opcodes were added
8041:
8042: 2009-05-17 misha
8043:
8044: * src/lib/cord/cordxtra.c: - bugfix.
8045:
8046: * tests/212.html: - .size[] and .study_size[] were added to tests
8047:
8048: * operators.txt: - info about regex class was added
8049:
8050: * tests/212.html: - tests for regex class were added
8051:
8052: 2009-05-16 misha
8053:
8054: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
8055: gc7.1
8056:
8057: * tests/022.html: - test for ^file:list[path;] (empty second param)
8058: was added
8059:
8060: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
8061: param) should work
8062:
8063: 2009-05-15 misha
8064:
8065: * src/classes/table.C: - automatically disable stringstream usage
8066: on freebsd4
8067:
8068: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
8069: scope
8070:
8071: * tests/211.html: - test with different types of access to hash was
8072: added
8073:
8074: * tests/210.html: - test which checks for loosing tainting in
8075: hash's keys was added
8076:
8077: * tests/208.html: - some parser work added. or stime == 0 %-)
8078:
8079: * src/lib/cord/cordbscs.c: - little hack was added to cord
8080:
8081: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
8082:
8083: * src/include/pa_version.h, configure.in: - moko have made a lot of
8084: optimisations for increacing version number more dramatically :)
8085:
8086: * src/classes/date.C: - little refactoring: use constructor which
8087: accepts formated string
8088:
8089: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8090: which can print formatted string was added
8091:
8092: 2009-05-14 misha
8093:
8094: * src/include/pa_string.h: - type was fixed
8095:
8096: * src/: classes/hashfile.C, classes/op.C,
8097: include/pa_cache_managers.h, include/pa_charset.h,
8098: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8099: include/pa_request.h, include/pa_sql_driver_manager.h,
8100: include/pa_string.h, include/pa_stylesheet_manager.h,
8101: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8102: main/pa_charsets.C, main/pa_string.C,
8103: main/pa_stylesheet_connection.C, types/pa_value.h,
8104: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8105: types/pa_vobject.C, types/pa_vstateless_class.C,
8106: types/pa_vstateless_class.h: - hash_code caching was implemented
8107: (seaches should be faster now)
8108:
8109: * src/: classes/file.C, classes/hash.C, classes/image.C,
8110: classes/string.C, classes/table.C, include/pa_string.h,
8111: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8112: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8113: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8114: types/pa_vrequest.C: - String constructors don't have that stupid
8115: true/false param which means 'tainted'. they accept lang instead.
8116:
8117: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8118: with OPTIMIZE_RESULT
8119:
8120: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8121: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8122:
8123: 2009-05-13 misha
8124:
8125: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8126: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8127: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8128: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8129: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8130: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8131: include/pa_string.h, classes/date.C, classes/file.C,
8132: classes/hash.C, classes/image.C, classes/string.C,
8133: classes/table.C, classes/xdoc.C: - result optimisation -
8134: helper_length parameter removed from string constructors
8135:
8136: 2009-05-11 misha
8137:
8138: * tests/209.html: - tests for ^hash::create[hash] were added
8139:
8140: * tests/208.html: - tests for $status:rusage, $status:memory,
8141: ^memory:compact[] were added
8142:
8143: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8144: log10 were added
8145:
8146: * tests/206.html: - test for try with finally was added
8147:
8148: 2009-05-10 misha
8149:
8150: * tests/205.html: - test for ^file::create[...] was added
8151:
8152: * tests/204.html: - test for ^response:clear[] was added
8153:
8154: * tests/038.html: - tests for trigonometric functions were added
8155:
8156: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8157: added - more tests for .add, .sub, .union, .intersects and
8158: .intersections
8159:
8160: * tests/065.html: - test for ^file:dirname was added
8161:
8162: * tests/030.html: - test for $cookie:fields was added
8163:
8164: * tests/203.html: - test for ^h._keys[column name] was added
8165:
8166: * tests/201.html: - tests for .trim were added
8167:
8168: * tests/202.html: - tests for last-day,
8169: date:calendar[type](YYYY;MM;DD) were added
8170:
8171: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8172: .offset[type](N) were added
8173:
8174: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8175: and .pos[c](N) were added
8176:
8177: * tests/141.html: - test for math:sha1 was added
8178:
8179: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8180:
8181: 2009-05-09 misha
8182:
8183: * src/main/compile.y: - rollback
8184:
8185: 2009-05-05 misha
8186:
8187: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8188: replaced by is_empty()
8189:
8190: * src/: include/pa_string.h, main/pa_charset.C: - little
8191: optimisation: somewhere length() was replaced by is_empty()
8192:
8193: * src/classes/table.C: - little optimisation: somewhere length()
8194: was replaced by is_empty()
8195:
8196: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8197: classes/op.C, classes/table.C, main/pa_exception.C: - little
8198: optimisation: somewhere length() was replaced by is_empty()
8199:
8200: 2009-05-04 misha
8201:
8202: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8203: types/pa_vstateless_class.h, main/execute.C,
8204: include/pa_request.h, classes/hash.C, classes/op.C,
8205: classes/table.C: - more optimisations were added: some operators
8206: don't switch write context anylonger
8207:
8208: 2009-05-01 misha
8209:
8210: * src/main/compile.y: - slightly more opcode optimisations for
8211: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8212:
8213: * src/main/execute.C: - simplifying process for getters
8214:
8215: 2009-04-30 misha
8216:
8217: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8218:
8219: * tests/results/199.processed: - test for checking $result into
8220: ^rem was added
8221:
8222: * tests/199.html: - test for checking $result into ^rem was added
8223:
8224: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8225: some OS it returns list in different order)
8226:
8227: * src/: include/pa_array.h, include/pa_request.h,
8228: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8229: changes in stack impl - get_element() optimisation: 3rd param
8230: removed - bugfix: problems with reading empty input param -
8231: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8232:
8233: * tests/results/198.processed: - test for reading empty local var
8234: was added
8235:
8236: * tests/198.html: - test for reading empty local var was added
8237:
8238: 2009-04-29 misha
8239:
8240: * src/main/compile.y: - bugfix: couldn't compile because
8241: OP_VALUE__GET_ELEMENT should be unde #ifdef
8242:
8243: * src/: include/pa_array.h, include/pa_opcode.h,
8244: include/pa_request.h, main/compile.y, main/execute.C,
8245: main/pa_request.C, types/pa_vmethod_frame.C,
8246: types/pa_vmethod_frame.h: - we can work without opcode
8247: OP_STORE_PARAM, so it was removed
8248:
8249: 2009-04-28 misha
8250:
8251: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8252: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8253: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8254: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8255: 4.
8256: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8257:
8258: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8259:
8260: * src/: main/pa_string.C, classes/string.C: - !length() =>
8261: is_empty()
8262:
8263: 2009-04-27 misha
8264:
8265: * src/types/pa_vregex.h: - back explicit vars initialisation
8266:
8267: 2009-04-24 misha
8268:
8269: * src/classes/string.C: - ups. typo fixed
8270:
8271: * src/main/execute.C: - more replacements '*new VBool' to
8272: 'VBool::get' - checks for ^break[], ^continue[] and
8273: parser.interrupted were optimised
8274:
8275: * src/classes/string.C: - number of params.count() calls was
8276: slightly reduced
8277:
8278: 2009-04-23 misha
8279:
8280: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8281: make it x64 friendly
8282:
8283: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8284: parser is x64 friendly now
8285:
8286: 2009-04-22 misha
8287:
8288: * src/types/pa_vhashfile.C: - coder friendly exception about
8289: exceeding record size was added
8290:
8291: * src/classes/file.C: - use vregex object instead of direct calls
8292: methods from pcre lib
8293:
8294: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8295: classes/string.C: - use vregex object instead of direct calls
8296: methods from pcre lib
8297:
8298: * src/: include/pa_common.h, main/pa_common.C: - method
8299: print_pcre_exec_error_text was moved to class vregex
8300:
8301: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8302: was added
8303:
8304: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8305: - class vregex was added
8306:
8307: 2009-04-21 misha
8308:
8309: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8310:
8311: * src/: types/pa_junction.h, types/pa_value.C,
8312: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8313: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8314: junction-optimisation (destructors)
8315:
8316: * src/include/pa_array.h: - free under if now
8317:
8318: 2009-04-19 misha
8319:
8320: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8321:
8322: 2009-04-18 misha
8323:
8324: * src/include/pa_version.h:
8325: :q :
8326:
8327: CV:
8328: ----------------------------------------------------------------------
8329:
8330: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8331: refactoring
8332:
8333: * src/: include/pa_array.h, include/pa_hash.h,
8334: types/pa_vmethod_frame.h: - destructors under #ifdef now
8335:
8336: * src/include/pa_memory.h: - define for using destructors was added
8337:
8338: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8339: main/execute.C: - some junctions will be cached now
8340:
8341: * src/include/pa_hash.h: - hash destructor frees pairs now
8342:
8343: * src/include/pa_array.h: - inline was added to destructor
8344:
8345: * src/types/pa_method.h: - comment was changed
8346:
8347: 2009-04-17 misha
8348:
8349: * src/: include/pa_array.h, include/pa_hash.h,
8350: types/pa_vmethod_frame.h: - destructors were added
8351:
8352: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8353: renamed to always_use_result
8354:
8355: * src/main/: compile.y, compile_tools.h: - rollback changes in
8356: compiler: full backward compatibility is better
8357:
8358: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8359: result in var's hash
8360:
8361: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8362: optimisation in method_frame
8363:
8364: * src/include/pa_array.h: - optimisation in array (allocate
8365: elements only when needed)
8366:
8367: * src/types/pa_vresponse.C: - check for $response:headers field
8368: before looking at custom fields
8369:
8370: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8371: not needed to check existance var with name 'result' in var's
8372: hash
8373:
8374: * src/main/compile.y: - compiler was changed: now it detects
8375: writings to $result and set flag writo_to_result in method
8376:
8377: * src/classes/string.C: - little optimisation: no needed to write
8378: number with lang
8379:
8380: * src/main/pa_charset.C: - methods readChar and skipChar which is
8381: used for read utf8-strings were renamed - is_escaped was renamed
8382: to isEscaped (to the same name convention)
8383:
8384: * src/: types/pa_method.h, main/compile_tools.h: - flag
8385: write_to_result added. compiler get this info from code.
8386:
8387: 2009-04-16 misha
8388:
8389: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8390: String only before 1st write
8391:
8392: * src/include/pa_string.h: - not needed template removed
8393:
8394: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8395: types/pa_vjunction.C, types/pa_vproperty.C,
8396: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8397: main/pa_request.C, classes/bool.C, classes/double.C,
8398: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8399: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8400: bool objects)
8401:
8402: 2009-04-15 misha
8403:
8404: * src/lib/cord/cordxtra.c: - more optimisation
8405:
8406: * src/: include/pa_string.h, main/untaint.C: - String::append
8407: optimisation
8408:
8409: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8410: then get and can sometime be used)
8411:
8412: * src/main/pa_string.C: - String::length optimisation
8413:
8414: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8415: these methods read different strings
8416:
8417: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8418: fresult_initial_void removed + some optimisation - if $result
8419: defined we don't write to context anymore
8420:
8421: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8422: need just skip char)
8423:
8424: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8425: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8426: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8427:
8428: * src/types/pa_vvoid.h: - added get() method for retreave one
8429: instance
8430:
8431: 2009-04-11 misha
8432:
8433: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8434:
8435: * tests/197.html: - test for parser://test in xml was added
8436:
8437: * src/classes/string.C: - small optimisation
8438:
8439: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8440: optimisation
8441:
8442: 2009-04-10 misha
8443:
8444: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8445: to pcre-7.8
8446:
8447: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8448:
8449: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8450: added
8451:
8452: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8453: $request:CLASS_NAME were added
8454:
8455: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8456: were added
8457:
8458: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8459: $env:CLASS_NAME were added
8460:
8461: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8462: '@todo' now
8463:
8464: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8465: compirer
8466:
8467: * src/main/pa_string.C: - little code cleanup
8468:
8469: * src/main/pa_common.C: - describe one more UTF-8 related error
8470: during PCRE compile/execute
8471:
8472: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8473: normalizing todo-comments: '@todo' now
8474:
8475: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8476:
8477: * src/main/pa_charset.C: - type changed for making compiler happy
8478:
8479: 2009-03-10 misha
8480:
8481: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8482: in main()
8483:
8484: 2009-02-01 misha
8485:
8486: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8487: boundary
8488:
8489: 2009-01-25 misha
8490:
8491: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8492:
8493: * src/classes/file.C: - more changes for parsing different number
8494: of params for file::load
8495:
8496: * tests/193.html: - tests for exception while base64-decode binary
8497: to string was added
8498:
8499: * tests/192.html: - tests for file::load with different number of
8500: options
8501:
8502: * src/classes/math.C: - ups. forgot '+1'
8503:
8504: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8505: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8506: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8507: (new option $.encode[multipart-form/data] should be specified) -
8508: $.method[] option for file::load now is not case-sensitive
8509:
8510: * src/: include/pa_string.h, main/untaint.C: - for file post the
8511: new taint language L_FILE_POST was added
8512:
8513: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8514: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8515: stuff was moved to separate files
8516:
8517: 2009-01-23 misha
8518:
8519: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8520: spaces to tabs were converted
8521:
8522: 2009-01-12 misha
8523:
8524: * src/main/pa_http.C: - value of $.method[] option force uppercased
8525: now
8526:
8527: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8528: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8529: their names
8530:
8531: * src/main/pa_common.C: - changes in formating
8532:
8533: * src/: classes/file.C, main/pa_http.C: - some constants changed
8534: their names
8535:
8536: * src/include/pa_http.h: - some spaces were converted to tabs
8537:
8538: * src/include/pa_common.h: - some constants changed their names
8539:
8540: * src/classes/file.C: - fixed 4-th paramether for file::load -
8541: little code rewriting
8542:
8543: * src/types/pa_vfile.C: - little code rewriting
8544:
8545: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8546: types/pa_value.h: - some formating changes
8547:
8548: * src/include/pa_common.h: - some formating spaces transformed to
8549: tabs
8550:
8551: * src/classes/string.C: - exception while base64-decode binary to a
8552: string
8553:
8554: 2009-01-11 misha
8555:
8556: * configure.in: - version changed to 3.3.1b
8557:
8558: 2008-09-05 misha
8559:
8560: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8561: release_3_3_0 on 2008-09-05 10:59:35 +0000
8562:
8563: 2008-09-04 misha
8564:
8565: * tests/: 130.html, 131.html: - these exceptions not typeless
8566: anymore
8567:
8568: * src/classes/op.C: - exception with 'invalid taint language' not
8569: typeless anylonger
8570:
8571: * src/classes/image.C: - some exceptions while operations with
8572: image not typeless anymore
8573:
8574: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8575: main/pa_exec.C, main/pa_http.C: - some exceptions while
8576: operations with files not typeless anymore
8577:
8578: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8579: types/pa_vdate.h: - exceptions while checking date range not
8580: typeless anymore
8581:
8582: * src/include/pa_exception.h: - exception type string for invalid
8583: date range was added
8584:
8585: 2008-09-03 misha
8586:
8587: * src/: classes/file.C, main/pa_string.C: - exception while pce
8588: operations not typeless anymore
8589:
8590: * src/include/pa_exception.h: - exception type for pce operations
8591: was added
8592:
8593: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8594: and .CLASS_NAME insite classes
8595:
8596: * src/classes/table.C: - don't save table header whiile
8597: ^table.save[append;filename] if file exists
8598:
8599: 2008-09-02 misha
8600:
8601: * src/main/compile.y, src/main/compile_tools.h,
8602: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8603: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8604: renamed to partial and it login changed: we must mark class as
8605: partial for allow their modifications in future.
8606:
8607: 2008-08-29 misha
8608:
8609: * tests/results/022.processed: - testing taint[regex] in mask for
8610: file:list
8611:
8612: * tests/022.html: - testing taint[regex] in mask for file:list
8613:
8614: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8615: for file:list was added
8616:
8617: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8618: file:list
8619:
8620: 2008-08-26 misha
8621:
8622: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8623: last derived object
8624:
8625: * src/classes/image.C: - many strings "image.format" replaced by
8626: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8627: understand some more exif tags
8628:
8629: * src/include/pa_exception.h: - string "image.format" was added
8630:
8631: 2008-08-21 misha
8632:
8633: * src/: main/pa_string.C, classes/file.C: - use method for print
8634: pcre_exec text error
8635:
8636: * src/main/pa_common.C: - method for print pcre_exec text error was
8637: added
8638:
8639: * src/include/pa_common.h: - method declaration for print pcre_exec
8640: text error was added
8641:
8642: 2008-08-19 misha
8643:
8644: * src/main/execute.C: - bugfix: opcodes must be in separate
8645: namespace while debug execution as well
8646:
8647: * tests/: 015.html, results/015.processed: - test for escaping some
8648: parser chars was added
8649:
8650: 2008-08-18 misha
8651:
8652: * tests/: 190.html, 190.p, results/190.processed: - test for
8653: $caller.self.field + default getter in one class was added
8654:
8655: * tests/: 189.html, results/189.processed: - test for
8656: ^date::create[date object]
8657:
8658: * tests/: 188.html, results/188.processed: - tests for match with
8659: UTF-8 strings
8660:
8661: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8662: ^string.match[]
8663:
8664: * ChangeLog: - parser 3.3.0 beta13
8665:
8666: 2008-08-15 misha
8667:
1.116 moko 8668: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8669: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8670: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8671: dftables.c: - old PCRE files removed
1.95 moko 8672:
8673: * src/lib/pcre/config.h: - configuration for PCRE library
8674:
8675: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8676: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8677:
8678: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8679: library and set flag UTF8 if $request:charset is UTF-8
8680:
8681: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8682: include/pa_config_fixed.h: - moved to new PCRE library
8683:
8684: * src/: main/main.vcproj, types/types.vcproj,
8685: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8686: win32\pcre instead of parser3\src\lib\pcre
8687:
8688: * src/: include/pa_opcode.h, include/pa_operation.h,
8689: main/compile.C, main/compile.y, main/compile_tools.C,
8690: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8691: opcodes were moved to separate namespace
8692:
8693: 2008-08-14 misha
8694:
8695: * src/types/pa_vstateless_class.C: - newline at the end missed
8696:
8697: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8698: tainting
8699:
8700: 2008-08-11 misha
8701:
8702: * tests/: 187.html, 187.p, results/187.processed: - tests for
8703: $caller.self, $caller.self.field and $caller.self.field[value]
8704: were added
8705:
8706: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8707: runtime as well (for $caller.self)
8708:
8709: 2008-07-25 misha
8710:
8711: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8712: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8713: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8714: tests with international characters
8715:
8716: 2008-07-23 misha
8717:
8718: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8719: file::load[...;http://
8720:
8721: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8722: now everywhere in separate namespace
8723:
8724: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8725: for vars
8726:
8727: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8728: can be escaped by '^'
8729:
8730: 2008-07-22 misha
8731:
8732: * src/classes/string.C, tests/186.html: - names changes:
8733: escape=>js-escape, unescape=>js-unescape
8734:
8735: 2008-07-21 misha
8736:
8737: * tests/results/186.processed: - test for string escape/unescape
8738:
8739: * tests/186.html: - test for string escape/unescape
8740:
8741: * src/classes/string.C: - string has escape and unescape methods
8742: now
8743:
8744: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8745: added
8746:
8747: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8748: method-layers added (with different params)
8749:
8750: 2008-07-18 misha
8751:
8752: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8753: was added
8754:
8755: * tests/185.html: - test for ^str.pos[sub](offset) added
8756:
8757: * src/classes/string.C, src/classes/void.C, operators.txt: -
8758: ^string.pos[substr](offset) -- 2nd param accepted now
8759:
8760: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8761: strings
8762:
8763: 2008-07-17 misha
8764:
8765: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8766: helper length added for mid for small optimisation
8767:
8768: 2008-07-16 misha
8769:
8770: * tests/: 185.html, results/185.processed: - tests for
8771: length/left/right/mid/pos with utf-8 strings
8772:
8773: * src/classes/string.C: - left/right/mid/length/pos works fine for
8774: utf-8 strings
8775:
8776: * src/main/untaint.C: - comments removed
8777:
8778: * src/: include/pa_string.h, main/pa_string.C,
8779: include/pa_charset.h, main/pa_charset.C: - methods for working
8780: with pos/mid for strings in utf-8 were added
8781:
8782: 2008-07-15 misha
8783:
8784: * tests/: 184.html, results/184.processed: - test for case body as
8785: expression: $var(^switch(1){^case(1)(true)..})
8786:
8787: * src/classes/op.C: - case body can be expression now:
8788: $var(^switch(1){^case(1)(true)..})
8789:
8790: * tests/: results/183.processed, 183.html: - added test for testing
8791: new cookie encoding (%uXXXX)
8792:
8793: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8794: decoding for backward compatibility they decoded from %XX in
8795: request:charset too
8796:
8797: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8798: - cookie class now decode cookies before first access after last
8799: request:charset changing (as form class).
8800:
8801: * src/main/pa_charset.C: - added method escape for escaping cookies
8802: as %uXXXX - before transcode calculate required space for dest
8803: string. it reduce mem usage for transcode
8804:
8805: * src/include/pa_charset.h: - added method escape for escaping
8806: cookies as %uXXXX
8807:
8808: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8809: was added. will used for escaping cookies as %uXXXX
8810:
8811: * src/include/pa_common.h: - escape method has new option for skip
8812: converting '+' to a space char
8813:
8814: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8815: transcode - escape method has new option for skip converting '+'
8816: to a space char
8817:
8818: 2008-07-08 misha
8819:
8820: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8821: (no UE if more then 1 case matches anylonger) - optimization:
8822: doing searching.as_string() || searching.as_double() only once
8823:
8824: 2008-07-04 misha
8825:
8826: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8827: now ^date::create[date object] works
8828:
8829: * src/classes/string.C: - left and right added as aliases for start
8830: and end in ^string.trim[]
8831:
8832: 2008-07-03 misha
8833:
8834: * src/classes/file.C: - allow $.limit for file::sql as well
8835:
8836: * src/classes/file.C: - allow $.offset option for file::sql - force
8837: send limit=1 to query for use sql specifics authomatically
8838:
8839: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8840: if $.limit value if empty. autoconvert it as everywere
8841:
8842: 2008-07-02 misha
8843:
8844: * configure.in: - time to change version number to 3.3.0 %-)
8845:
8846: * src/include/pa_version.h: - time to change version number to
8847: 3.3.0 %-)
8848:
8849: 2008-06-26 misha
8850:
8851: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8852: $.limit(0) fixes
8853:
8854: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8855: - $.limit(0) fixes
8856:
8857: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8858: new API)
8859:
8860: * src/: include/pa_sql_driver_manager.h,
8861: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8862: classes/op.C: - document_root added
8863:
8864: * src/main/compile.tab.C: - error message was changed
8865:
8866: 2008-06-25 misha
8867:
8868: * src/main/compile.y: - error message was changed
8869:
8870: 2008-06-24 misha
8871:
8872: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8873:
8874: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8875: tests for @OPTIONS\nappend
8876:
8877: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8878:
8879: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8880:
8881: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8882:
8883: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8884: compile.y
8885:
8886: 2008-06-17 misha
8887:
8888: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8889: compilation: ^if(default){true. it's incorrect. must be
8890: exception}
8891:
8892: 2008-06-16 misha
8893:
8894: * tests/: 181.ent, 181.html, results/181.processed: - test for
8895: checking external reference loading with 'http://localhost'
8896: prefix while creating xdoc
8897:
8898: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8899: ^math:long2ip[] and ^math:ip2long[]
8900:
8901: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8902: added which use scalar stateless class method when user object
8903: used in scalar context - use get_scalar_value when user object
8904: requested in scalar context
8905:
8906: * src/main/pa_common.C: - size must be int but not size_t or we
8907: can't compare with 0 sprintf result
8908:
8909: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8910: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8911: with internal switch between local/global vars
8912:
8913: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8914: specified
8915:
8916: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8917: pa_vstateless_object.h: - stateless class and object now has
8918: private scalar field and getter/setter for working with it
8919:
8920: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8921: moved to inet static class
8922:
8923: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8924: class added (^inet:aton[IP], ^inet:ntoa(number))
8925:
8926: * tests/: 180.html, results/180.processed: - tests for
8927: ^math:long2ip(long) and ^math:ip2long[IP]
8928:
8929: * src/classes/math.C: - ^math:ip2long[IP] added
8930:
8931: 2008-06-11 misha
8932:
8933: * src/main/pa_xml_io.C: - use file_read_text again because of we
8934: need cut BOM code and remove DOS newline chars. but don't
8935: transcode it anyway.
8936:
8937: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8938: main/pa_http.C: - option for disable transcoding while file_read
8939: and file_read_text added
8940:
8941: 2008-06-10 misha
8942:
8943: * tests/: 179.html, 179.p, results/179.processed: - test for many
8944: classes in 1 file
8945:
8946: * src/main/: compile.C, compile_tools.h: - compile return list of
8947: classes now.
8948:
8949: * src/main/: compile.y, compile.tab.C: - compile return list of
8950: classes now. internals.
8951:
8952: * src/main/pa_request.C: - compile return list of classes now. try
8953: call @conf and @auto for each returned class
8954:
8955: * src/include/pa_request.h: - compile return list of classes now
8956:
8957: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8958: return list of classes when compile buf)
8959:
8960: 2008-06-07 misha
8961:
8962: * src/main/pa_request.C: - constructing VRequest object with 3rd
8963: param -- form
8964:
8965: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8966: 3rd param: form. needed for get post_charset
8967:
8968: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8969: added
8970:
8971: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8972: types/pa_vform.C, types/pa_vform.h: - some polish
8973:
8974: 2008-06-06 misha
8975:
8976: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8977: charset and decode chars from it but not from response:charset
8978:
8979: * src/main/pa_http.C: - detect_charset moved out of here
8980:
8981: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8982: methods moved here - unescape_chars accepn one charset now
8983:
8984: * src/main/pa_http.C: - new constants used - don't allow
8985: $.content-type in ^file::load[;http://;$.method[POST]] - add
8986: charset info while ^file::load[;http://;$.method[POST]] - option
8987: $.omit-post-charset(true) added to ^file::load[;http://] for
8988: disabling charset during post
8989:
8990: * src/types/pa_vform.C: - new constants used
8991:
8992: * src/include/pa_common.h: - some constants were added
8993:
8994: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8995: instead of StrEqNc
8996:
8997: * src/main/pa_common.C: - new method for caseless search
8998: c-substring in c-string - use isxdigit instead of is_hex_digit
8999:
9000: * src/include/pa_common.h: - new method for caseless search
9001: c-substring in c-string
9002:
9003: 2008-06-05 misha
9004:
9005: * tests/results/178.processed: - test for testing default getter
9006:
9007: * tests/178.html: - test for testing default getter
9008:
9009: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9010: for test for testing default getter
9011:
9012: * src/main/execute.C: - default getter soul
9013:
9014: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9015: requested objects' field not found
9016:
9017: * src/types/pa_vclass.C: - register default getter if defined - get
9018: default getter if requested field not found
9019:
9020: * src/types/pa_vstateless_object.h: - method get_default_getter was
9021: added
9022:
9023: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9024: pointer to default getter and methods for get/set it were added
9025:
9026: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9027: auto_name field (for default getter)
9028:
9029: 2008-06-04 misha
9030:
9031: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9032: transcoding, no cutting BOM code, no fixing line breaks) and get
9033: it to libxml "as is"
9034:
9035: 2008-06-03 misha
9036:
9037: * src/main/pa_common.C: - use store_Char instead of
9038: transcodeCharFromUTF8
9039:
9040: * src/: include/pa_charset.h, main/pa_charset.C: - method
9041: store_Char added, transcodeCharFromUTF8 -- removed
9042:
9043: 2008-06-02 misha
9044:
9045: * tests/: results/177.processed, 177.html: - test for checking
9046: .[acm]date after local ^file::load[] was added
9047:
9048: * tests/: results/176.processed, 176.html: - test for checking
9049: @OPTION\locals + @method[vars][locals] added
9050:
9051: * tests/results/auto.p: - CLASS_PATH specified for checking use
9052:
9053: 2008-05-30 misha
9054:
9055: * src/main/: compile.y, compile.tab.C: - changes in compiler:
9056: @OPTION\nlocals + @method[vars][;locals;] were added
9057:
9058: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
9059: moved to separate method op_code - switch from VMethodFrame to
9060: VMethodFrameGlobal + VMethodFrameLocal
9061:
9062: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
9063: was moved to separate method op_code
9064:
9065: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
9066: VMethodFrame now
9067:
9068: * src/types/pa_vstateless_class.h: - stateless class have bool flag
9069: all_vars_local as well
9070:
9071: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
9072: pa_vmethod_frame_local.h, Makefile.am: - who children for
9073: VMethodFrame were added: one (global) works as VMethodFrame
9074: before and second (local) write all vars in self vars scope
9075:
9076: * src/types/pa_method.h: - method has bool flag all_vars_local now
9077:
9078: 2008-05-29 misha
9079:
9080: * tests/: 129.html, results/129.processed: - more tests for
9081: ^table.hash[]
9082:
9083: * src/classes/hash.C: - ^hash::sql has a new option:
9084: $.type[hash|string|table] as ^table.hash[] one.
9085:
9086: * src/classes/op.C: - ^try has 3rd param now: finally code which
9087: executed anyway after try or catch section
9088:
9089: 2008-05-27 misha
9090:
9091: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9092: must not fail if $.distinct(1) wasn't specified
9093:
9094: 2008-05-26 misha
9095:
9096: * src/classes/op.C: - allow ^throw[my type]
9097:
9098: 2008-05-22 misha
9099:
9100: * configure.in, configure: - version number updated to 3.2.4b
9101:
9102: * src/classes/: op.C, string.C: - trim format string before
9103: eval/format
9104:
9105: * tests/: results/175.processed, 175.html: - more tests for
9106: different format strings in .format[]
9107:
9108: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9109: as well (not only %XX)
9110:
9111: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9112: charset specified - checks for format before print number
9113: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9114: (instead of tabs) removed
9115:
9116: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9117: charset specified
9118:
9119: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9120: char in requested charset from utf code was added
9121:
9122: 2008-05-19 misha
9123:
9124: * tests/: 174.html, results/174.processed: - test for
9125: ^hashfile.cleanup[] added
9126:
9127: * src/classes/hashfile.C: - optimization: don't create any key or
9128: value variable if it's name weren't specified
9129: (^hf.foreach[;v]{...})
9130:
9131: 2008-05-16 misha
9132:
9133: * src/classes/hash.C: - optimization: don't create any key variable
9134: if variable name wasn't specified (^h.foreach[;v]{...})
9135:
9136: 2008-05-15 misha
9137:
9138: * src/classes/op.C: - small changes
9139:
9140: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9141:
9142: * src/classes/hash.C: - calculate var_context once before foreach
9143:
9144: 2008-05-14 misha
9145:
9146: * src/classes/hashfile.C: - incorrect vars context calculation for
9147: ^hashfile.foreach[;]{} fixed
9148:
9149: * src/classes/: hash.C, table.C: - little optimisation
9150:
9151: * src/classes/file.C: - bugfix: double absolute path while loading
9152: file
9153:
9154: * tests/: 174.html, results/174.processed: - tests for hashfile
9155: were added
9156:
9157: * buildall-with-xml: - moving to libxslt 1.1.24
9158:
9159: 2008-04-30 misha
9160:
9161: * src/classes/file.C: - stat file while loading (local only) so
9162: .adate, .mdate and .cdate available without additional ::stat
9163:
9164: 2008-04-28 misha
9165:
9166: * src/classes/file.C: - $.name and $.content-type available for
9167: stated file
9168:
9169: 2008-04-14 misha
9170:
9171: * src/targets/cgi/parser3.C: - new year in copyright %-)
9172:
9173: * src/include/pa_version.h: - new version number in head
9174:
9175: 2008-04-10 misha
9176:
9177: * tests/: 080.html, results/080.processed: - cut '0' from
9178: exponential part because of on diff OS it differ (20 or 020 for
9179: ex)
9180:
9181: * tests/: 119.html, results/119.processed: - check for encoding
9182: while creating xdoc
9183:
9184: 2008-04-09 misha
9185:
9186: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9187:
9188: * src/main/pa_common.C: - comment added
9189:
9190: * src/classes/date.C: - little refactoring
9191:
9192: 2008-04-07 misha
9193:
9194: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9195: style of ^table.save[]: prepare one big string and sabe it at
9196: once. it's safe on freebsd 4.x but use much more memory.
9197:
9198: * buildall-with-xml, buildall-without-xml: - option
9199: --disable-stringstream added (under comment. use it on freebsd
9200: 4.x)
9201:
9202: 2008-02-22 misha
9203:
9204: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9205: specified together in file::load[;http] - get back transcoding
9206: $.body[] in file::load[;http]
9207:
9208: 2008-02-21 misha
9209:
9210: * src/classes/date.C: - ^date.gmt-string[] was added
9211:
9212: * src/types/pa_value.C: - method for output date in RFC 822 format
9213: moved to pa_common.h
9214:
9215: * src/include/pa_common.h: - method for output date in RFC 822
9216: format moved here from pa_value.C
9217:
9218: * src/types/pa_vmail.C: - fixed core in sending mail with
9219: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9220:
9221: 2008-02-20 misha
9222:
9223: * src/main/pa_http.C: - transcode $.headers before escaping into
9224: specified charset while ^file::load[...;http://...] (L_URI
9225: instead of L_HTTP_HEADER) - $.cookies param available in
9226: ^file::load[;http://...] now (but we don't parse set-cookies from
9227: response yet) (cookies not transcoded as common $cookies)
9228:
9229: 2008-02-19 misha
9230:
9231: * src/main/pa_request.C: - rollback: we mustn't force taint
9232: $response:field values because in this case
9233: $response:locateion[http://...] don't works.
9234:
9235: 2008-02-15 misha
9236:
9237: * src/classes/op.C: - little refactoring
9238:
9239: * src/main/pa_http.C: - taint names of $.headers for load[;http
9240:
9241: * src/main/pa_request.C: - force taint values of $response:field
9242:
9243: 2008-02-14 misha
9244:
9245: * src/main/pa_request.C: - $response:field transcoded to
9246: $response:charset before escaping now
9247:
9248: * src/main/pa_http.C: - some outdated comments removed
9249:
9250: * src/classes/date.C: - lastdat -> last-day
9251:
9252: * src/classes/date.C: - ^date:lastday(year;month) and
9253: ^date.lastday[] were added - little code refactoring - comments
9254: changes
9255:
9256: * tests/: 159.html, results/159.processed: - test for number of
9257: days in February
9258:
9259: * src/types/pa_value.C: - fixes in code formatting
9260:
9261: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9262: and comments
9263:
9264: 2008-02-13 misha
9265:
9266: * src/main/pa_common.C: - bugfix for february at leap year
9267:
9268: 2008-01-28 misha
9269:
9270: * tests/: 160.html, results/160.processed: - more test for cache
9271: added
9272:
9273: * src/classes/op.C: - bugfix: cache body executed twice if contains
9274: unhandled exception
9275:
9276: 2008-01-25 misha
9277:
9278: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9279: bug when hashfile became inavailable after memory:compact)
9280:
9281: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9282:
9283: 2008-01-22 misha
9284:
9285: * src/classes/table.C: - little refactiring and exception texts
9286: changes in method ^table.hash[]
9287:
9288: * src/types/pa_vcookie.C: - link to cookie specification changed
9289:
9290: 2008-01-21 misha
9291:
9292: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9293: file::exec/cgi
9294:
9295: * src/classes/file.C: - bugfix: core while processing headers if
9296: executed cgi script don't return content
9297:
9298: 2008-01-18 misha
9299:
9300: * buildall-with-xml: - move to libxml2 version 2.6.31
9301:
9302: * src/include/pa_version.h, configure.in: - version number updated
9303: to '3.2.3b'
9304:
9305: 2007-12-28 misha
9306:
9307: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9308: hash.contains
9309:
9310: 2007-12-27 misha
9311:
9312: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9313: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9314: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9315: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9316: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9317: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9318: src/targets/cgi/parser3.vcproj,
9319: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9320: back to VS2003 because of Apache 1.3 module can't work if it was
9321: built in VS 2005. with cgi all file so VS2003 project files can
9322: be easy converted to the new format.
9323:
9324: 2007-12-04 misha
9325:
9326: * src/types/pa_vcode_frame.h: - changes in comment
9327:
9328: 2007-11-29 misha
9329:
9330: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9331: intercept strings any longer
9332:
9333: * tests/: 173.html, results/173.processed: - tests for
9334: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9335: but not in main code frame
9336:
9337: * tests/: 172.html, results/172.processed: - more tests for pass
9338: objects from code frames
9339:
9340: 2007-11-27 misha
9341:
9342: * tests/: 152.html, results/152.processed: - tests for converting
9343: strings 'true'/'false' to bool were added
9344:
9345: * tests/152.html: - added checks for converting strings
9346: 'true'/'false' to bool
9347:
9348: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9349: not only strings with numbers but with values 'true'/'false' as
9350: well
9351:
9352: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9353: for parser3.log increased
9354:
9355: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9356:
9357: * src/include/pa_common.h: - remove_crlf return cstring size now
9358:
9359: * src/include/pa_types.h: - constant with buffer size for
9360: parser3.log added
9361:
9362: 2007-11-16 misha
9363:
9364: * tests/cat.sh: - script for tests for file::exec/cgi
9365:
9366: * tests/171.html: - tests for file::exec/cgi
9367:
9368: * tests/results/171.processed: - tests results for file::exec/cgi
9369:
9370: 2007-11-15 misha
9371:
9372: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9373:
9374: * src/classes/file.C: - .body must be set before analyzing cgi
9375: headers
9376:
9377: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9378: only if exec/cgi return anything.
9379:
9380: 2007-11-14 misha
9381:
9382: * operators.txt: - info about new text|binary option for
9383: file::exec/cgi was added
9384:
9385: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9386: ^file:exec[[text|binary];script;...]
9387:
9388: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9389: classes/string.C, classes/table.C: - more text strings moved to
9390: the one place
9391:
9392: 2007-11-09 misha
9393:
9394: * src/types/pa_vrequest.C: - $request:argv must be taint
9395:
9396: * ChangeLog: - $request:argv [patch from Sumo]
9397:
9398: * operators.txt: - $request:argv
9399:
9400: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9401: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9402:
9403: 2007-10-25 misha
9404:
9405: * buildall-with-xml, buildall-without-xml: - options preparations
9406: for ./configure rewrited
9407:
9408: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9409: error occure in unhandled_exception finally fixed
9410:
9411: 2007-10-23 misha
9412:
9413: * tests/: 170.html, results/170.processed: - test for
9414: @method[][result]
9415:
9416: * operators.txt: - added info about node.prefix and
9417: node.namespaceURI
9418:
9419: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9420:
9421: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9422: added for node and attribute
9423:
9424: 2007-10-22 misha
9425:
9426: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9427:
9428: * src/main/pa_request.C: - added const content-transfer-encoding
9429:
9430: * src/include/pa_request.h: - added const content-transfer-encoding
9431: - ups. constants must be in lowercase (for search)
9432:
9433: * src/types/pa_vmail.C: - more constants used -
9434: content-transfer-encoding: 8bit added
9435:
9436: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9437:
9438: * src/include/pa_request.h: - more constants
9439:
9440: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9441: ommit anymore if $.content-disposition was specified - little
9442: refactoring
9443:
9444: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9445:
9446: 2007-10-17 misha
9447:
9448: * operators.txt: - info about
9449: table::create[nameless]{data}[>options<] was added
9450:
9451: * src/main/: compile.tab.C, compile.y: - if error occure while
9452: compile method don't put this method in methods table anymore.
9453: in other case the parser coredumped if @unhandled_exception
9454: method can't be compiled because of parser.compile error.
9455:
9456: * src/main/execute.C: - little code reformating
9457:
9458: * src/main/pa_request.C: - little code reformating - comment
9459: changed
9460:
9461: 2007-10-16 misha
9462:
9463: * tests/: 035.html, results/035.processed: - tests
9464: table::create[]{}[options] added
9465:
9466: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9467: options (only $.seperator[] yet)
9468:
9469: 2007-10-10 misha
9470:
9471: * src/classes/table.C: - some contstants moved to pa_common.h -
9472: some code changes
9473:
9474: 2007-10-02 misha
9475:
9476: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9477: then three time as much. but base64 encoding method still use
9478: less memory anyway.
9479:
9480: 2007-09-17 misha
9481:
9482: * operators.txt: - added info about $cookie:fields
9483:
9484: * src/types/pa_vcookie.C: - $cookie:fields available now
9485:
9486: * src/classes/hash.C: - some stuff for use with .for_each moved to
9487: common
9488:
9489: * src/include/pa_common.h: - some stuff for use with .for_each
9490: moved here
9491:
9492: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9493:
9494: 2007-09-14 misha
9495:
9496: * buildall-with-xml: - new xml libs again =)
9497:
9498: 2007-08-28 misha
9499:
9500: * operators.txt: - texts about ^table.columns[[column name]] and
9501: ^string.split[...][v][column name] were added
9502:
9503: * tests/: 168.html, 169.html, results/168.processed,
9504: results/169.processed: - tests for ^table.columns[[column name]]
9505: and ^string.split[...][v][column name] were added
9506:
9507: * src/classes/table.C: - new option ^table.columns[[column name]]
9508: was added
9509:
9510: * src/classes/string.C: - new option ^string.split[...;v;[column
9511: name]]
9512:
9513: * src/include/pa_exception.h: - error text message for
9514: ^hash._keys[], ^table.columns[] and ^string.split[]
9515:
9516: 2007-08-27 misha
9517:
9518: * src/main/untaint.C: - try to fix coredump on unix if print to
9519: body ^taint[sql][something] outside of connect
9520:
9521: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9522: outside of connect
9523:
9524: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9525: added (commented by default)
9526:
9527: 2007-08-20 misha
9528:
9529: * operators.txt: - comment about new method ^node.hasAttributes[]
9530: was added
9531:
9532: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9533: duplicated exception text strings were removed
9534:
9535: * src/include/pa_exception.h: - more exception text strings moved
9536: here
9537:
9538: * src/classes/table.C: - some duplicate exceptions' text strings
9539: removed
9540:
9541: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9542: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9543: removed
9544:
9545: * src/include/pa_exception.h: - some exception text strings movet
9546: to pa_exception
9547:
9548: * tests/: 149.html, results/149.processed: - test for
9549: ^xnode.hasAttributes[] was added - some code changes
9550:
9551: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9552: added
9553:
9554: 2007-08-17 misha
9555:
9556: * tests/: results/006.processed, results/059.processed, 006.html,
9557: 059.html: - more tests for match
9558:
9559: * tests/: 129.html, results/129.processed: - tests for
9560: ^table.hash[...][$.type[string|hash|table]] added
9561:
9562: * src/targets/cgi/parser3.C: - little syntax changes
9563:
9564: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9565: syntax changes
9566:
9567: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9568: messages in parser3.log switched off by default. If someone
9569: really still need it: use $SIGPIPE(1)
9570:
9571: 2007-08-08 misha
9572:
9573: * buildall-with-xml, buildall-without-xml: - remove libs source
9574: files by default since now
9575:
9576: 2007-08-07 misha
9577:
9578: * buildall-without-xml: - some option syntax changes
9579:
9580: * buildall-with-xml: - compile libxml2 without http support - some
9581: option syntax changes
9582:
9583: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9584:
9585: 2007-08-06 misha
9586:
9587: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9588:
9589: * tests/: 160.html, results/160.processed: - cache test was
9590: rewrited
9591:
9592: 2007-07-06 misha
9593:
9594: * tests/: 153.html, results/153.processed: - added test for
9595: ^math:sha1[string]
9596:
9597: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9598: transcoded
9599:
9600: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9601: were added
9602:
9603: 2007-06-28 misha
9604:
9605: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9606: some incorrect chars
9607:
9608: 2007-06-19 misha
9609:
9610: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9611: were moved on top because of gcc 4 had a problems during
9612: building.
9613:
9614: 2007-06-18 misha
9615:
9616: * tests/results/019.processed: - new image commited
9617:
9618: 2007-06-09 misha
9619:
9620: * src/classes/: op.C, table.C: - in while and table.select method
9621: as_expression used now
9622:
9623: * src/types/pa_vmethod_frame.h: - method as_expression was added
9624:
9625: 2007-06-08 misha
9626:
9627: * tests/: 166.html, results/166.processed: - test for
9628: ^match[...][n]
9629:
9630: * tests/: 165.html, results/165.processed: - tests for loops
9631:
9632: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9633: because of no speed/memory optimisation but some proglems with
9634: long cycles occure
9635:
9636: 2007-06-06 misha
9637:
9638: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9639: ^table.select(true) and ^table.select(1) didn't works because of
9640: awaiting junction-param only. fixed.
9641:
9642: 2007-05-24 misha
9643:
9644: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9645: with 0.5 secs interval
9646:
9647: * src/classes/op.C: - cache was rewrited. I hope it works with
9648: locking system now on unix
9649:
9650: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9651: system locks which wait till other threads release it but try get
9652: lock, if fail wait 1 sec and make 10 attempts.
9653:
9654: * src/include/pa_os.h: - consts for blocking locks + some comments
9655: were added
9656:
9657: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9658: opening files
9659:
9660: * src/classes/table.C: - changes in includes. if unclude <sstream>
9661: after our classes on unix it can't be build
9662:
9663: * src/types/pa_vhashfile.C: - not needed code removed
9664:
9665: 2007-05-23 misha
9666:
9667: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9668: include/pa_common.h: - cosmetic changes
9669:
9670: 2007-05-18 misha
9671:
9672: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9673: often. it's give some speed increasing
9674:
9675: * tests/results/160.processed: - returned time corrected
9676:
9677: * tests/160.html: - time increased because on unix 1 mean nothing
9678: :(
9679:
9680: * operators.txt: - added info about ^hash.contain[key]
9681:
9682: * src/classes/hash.C: - added ^hash.contain[key]
9683:
9684: * src/include/pa_hash.h: - added method for checking key exists in
9685: hash
9686:
9687: 2007-05-07 misha
9688:
9689: * src/include/pa_string.h: - was compilation error during build on
9690: freebsd4
9691:
9692: 2007-05-03 misha
9693:
9694: * src/classes/table.C: - option $.type[hash|string|table] was added
9695: for ^table.hash[]
9696:
9697: * src/classes/file.C: - comment removed
9698:
9699: 2007-04-26 misha
9700:
9701: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9702: real files doesn't opened in place anymore
9703:
9704: 2007-04-24 misha
9705:
9706: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9707:
9708: * src/include/pa_exception.h: "static" removed
9709:
9710: 2007-04-23 misha
9711:
9712: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9713:
9714: * src/classes/math.C: added: - ^math:ln(N) (the same as
9715: ^math:log(N)) - ^math:lg(N)
9716:
9717: * tests/: 097.html, results/097.processed: - charsets converstion
9718: during ^file::load[text;http://...] added
9719:
9720: * tests/: 164.html, results/164.processed: - check for set expires
9721: as a date
9722:
9723: * tests/: 164.html, results/164.processed: - test for hashfile
9724:
9725: * src/classes/hashfile.C: - little comment changes
9726:
9727: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9728: access
9729:
9730: * src/: classes/date.C, classes/double.C, classes/file.C,
9731: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9732: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9733: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9734: classes/xnode.h, include/pa_request.h, main/execute.C,
9735: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9736: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9737: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9738: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9739: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9740: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9741: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9742: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9743: "parser.runtime" strings were removed
9744:
9745: * src/classes/hashfile.C: - with .clear[] called files_delete()
9746: now.
9747:
9748: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9749:
9750: * src/include/pa_exception.h: - string constant with
9751: "parser.runtime" text was added
9752:
9753: 2007-04-20 misha
9754:
9755: * operators.txt: - some comments changing
9756:
9757: * operators.txt: - added info about .^hashfile.release[],
9758: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9759:
9760: * configure: =cheching for unsetenv
9761:
9762: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9763: ^hashfile.release[] were added
9764:
9765: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9766: ^string.match[][] understand new option now: return number of
9767: matches but not table wit results
9768:
9769: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9770: reopen now
9771:
9772: * src/classes/op.C: - bug. must be false
9773:
9774: * configure.in: - checking for unsetenv was added
9775:
9776: * src/types/pa_vform.C: - some comments
9777:
9778: 2007-04-18 misha
9779:
9780: * buildall-with-xml: moving to libxml2-2.6.28
9781:
9782: * buildall-with-xml, buildall-without-xml: added commented lines
9783: with --disable-safe-mode option
9784:
9785: * operators.txt: - info about $form:files
9786:
9787: 2007-04-17 misha
9788:
9789: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9790: $form:files was added
9791:
9792: * tests/: 163.html, results/163.processed: removing auto format
9793:
9794: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9795:
9796: 2007-04-16 misha
9797:
9798: * tests/: 163.html, results/163.processed: - test for .int[],
9799: floor, round, ceiling and .format[]
9800:
9801: * src/classes/file.C: - little optimization for getting args in
9802: exec/cgi
9803:
9804: 2007-04-13 misha
9805:
9806: * src/classes/file.C: - arguments for file::exec/cgi can be
9807: specified now as s table with one column
9808:
9809: 2007-03-27 misha
9810:
9811: * tests/: 162.html, results/162.processed: - test for
9812: ^table.select(^condition[$t])
9813:
9814: * tests/results/auto.p: - load windows-1251 charset for some tests
9815:
9816: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9817:
9818: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9819: 161_windows1251.txt: - added test for
9820: ^file::load[text;/local/file.txt;$.charset[...]]
9821:
9822: * tests/: results/013.processed, 013.html: - added test for
9823: checking $._default value while hash modifications
9824:
9825: * tests/: 160.html, results/160.processed: - add test for
9826: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9827:
9828: 2007-03-22 misha
9829:
9830: * src/include/pa_common.h: - "charset" string defined for
9831: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9832:
9833: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9834: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9835: added - not needed transcodes were removed from
9836: ^file::load[...;http://...]
9837:
9838: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9839: added
9840:
9841: * src/classes/date.C: - date.week was fixed
9842:
9843: * operators.txt: - added info about date.weekyear
9844:
9845: * tests/: 159.html, results/159.processed: - tests for date.week
9846: and date.weekyear added
9847:
9848: 2007-03-15 misha
9849:
9850: * src/classes/table.C: - enclose column numbers for nameless tables
9851: as well
9852:
9853: 2007-03-14 misha
9854:
9855: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9856:
9857: * src/classes/table.C: - table.save optimization: now required much
9858: less memory
9859:
9860: 2007-03-13 misha
9861:
9862: * tests/results/: 158.processed, 158.processes: - tests for
9863: table.save/table.load
9864:
9865: * tests/: 158.html, results/158.processes: - tests for
9866: table.save/table.load
9867:
9868: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9869:
9870: * buildall-with-xml: - pattern needed now for building
9871:
9872: * tests/results/097.processed: - added test results for xdoc::load
9873: & xdoc::load[http://...]
9874:
9875: * tests/097.html: - added test for xdoc::load
9876:
9877: 2007-03-12 misha
9878:
9879: * tests/: 107.html, results/107.processed: - added test for xpath
9880: '//man'
9881:
9882: 2007-03-01 misha
9883:
9884: * tests/: 097.html, results/097.processed: - added test for
9885: creating xdoc from file
9886:
9887: * tests/: results/157.processed, 157.html: - added test for
9888: file:move
9889:
9890: 2007-02-28 misha
9891:
9892: * src/classes/xdoc.C: - another attempt
9893:
9894: * src/classes/xdoc.C: - roll back last changes for a while
9895:
9896: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9897:
9898: * src/classes/file.C: - under lock we create non-exist dir anyway
9899:
9900: * tests/results/099.processed: - ever send content-disposition to
9901: client with file
9902:
9903: * tests/157.html: + test for file:copy
9904:
9905: 2007-02-26 misha
9906:
9907: * src/classes/file.C: - some similar strings moved to #define
9908: instead of to be copy/pasted many times
9909:
9910: * src/types/pa_vfile.h: - class name string ("file") moved to
9911: #define
9912:
9913: 2007-02-20 misha
9914:
9915: * configure.in: - added some strings for sqlite detection
9916:
9917: 2007-02-19 misha
9918:
9919: * operators.txt: - some comments changes
9920:
9921: * buildall-with-xml, buildall-without-xml: - some modifications
9922:
9923: 2007-02-17 misha
9924:
9925: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9926:
9927: * src/main/pa_request.C: - damn, i forgot to commit it while I
9928: change console behaviour
9929:
9930: 2007-02-12 misha
9931:
9932: * src/targets/cgi/parser3.C: - don't print headers if
9933: $console:line[data] was used during cgi execution.
9934:
9935: * src/types/pa_vconsole.h: - console class have bool flag now which
9936: marked as 'true' if class was used.
9937:
9938: * tests/: 152.html, results/152.processed: - more types was added
9939: to test 152
9940:
9941: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9942: adding 'bool' (^if($image){} caused exception)
9943:
9944: 2007-02-09 misha
9945:
9946: * tests/: 152.html, results/152.processed: - test alightly updated
9947:
9948: * tests/: 152.html, results/152.processed: - test rewrited
9949:
9950: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9951: bugfix. I broke xdoc & xnode in expression
9952:
9953: 2007-02-08 misha
9954:
9955: * tests/: 152.html, results/152.processed: - add test for checking
9956: 'def' for void, string, bool, int & double
9957:
9958: 2007-02-07 misha
9959:
9960: * operators.txt: - ^file:base64[filespec] was added
9961:
9962: * tests/results/153.processed: - result test for
9963: ^file:base64[filespec] was updated
9964:
9965: * tests/153.html: - test for ^file:base64[filespec] was added
9966:
9967: * src/types/pa_vconsole.h: - little optimization
9968:
9969: * src/classes/file.C: - ^file:base64[filespec]
9970:
9971: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9972:
9973: * src/include/pa_common.h: - declarations for
9974: ^file:base64[filespec]
9975:
9976: * src/types/pa_vcookie.C: - little optimization
9977:
9978: 2007-02-06 misha
9979:
9980: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9981: were temporary commented
9982:
9983: * src/types/pa_vbool.h: - bugfix
9984:
9985: * tests/156.html: - added test for bool cookie
9986:
9987: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9988:
9989: * tests/: 155.html, results/155.processed: - added test for check
9990: $.encloser[] option for table save/load
9991:
9992: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9993:
9994: 2007-02-05 misha
9995:
9996: * tests/results/152.processed: - newline at the end was missed
9997:
9998: * tests/results/141.processed: - math:md5 must be lowercased
9999:
10000: * src/targets/cgi/parser3.C: - 2007 in help ;)
10001:
10002: 2007-02-03 misha
10003:
10004: * tests/results/: 150.processed, 151.processed, 152.processed: -
10005: test for bool added and some content length fixes
10006:
10007: * tests/152.html: - test for bool added
10008:
10009: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10010:
10011: * operators.txt: - info bool class was added
10012:
1.116 moko 10013: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10014: classes/classes.vcproj, classes/double.C, classes/int.C,
10015: classes/string.C, classes/void.C, classes/xnode.C,
10016: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10017: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10018: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10019: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10020: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10021: types/types.vcproj: - bool class was added
10022:
10023: * src/main/pa_request.C: - fix
10024:
10025: 2007-01-18 misha
10026:
10027: * src/: main/pa_string.C, classes/string.C: - return table during
10028: ^string.match[][] even if no matched found.
10029:
10030: 2006-12-20 misha
10031:
10032: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10033: http://www.parser.ru/forum/?id=55598 ]
10034:
10035: 2006-12-19 misha
10036:
10037: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10038: details: http://www.parser.ru/forum/?id=52359
10039:
10040: * src/main/pa_request.C: - always set content-disposition for
10041: $response:body[hash here]. more details:
10042: http://www.parser.ru/forum/?id=52130
10043:
10044: 2006-12-07 misha
10045:
10046: * operators.txt: - added info about bool params in cookie set
10047:
10048: * src/types/pa_vcookie.C: - bool param in cookies available now
10049: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
10050: ]
10051:
10052: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
10053: was added
10054:
10055: 2006-12-02 misha
10056:
10057: * src/classes/file.C: - file_block_read used instead of native read
10058:
10059: * src/main/pa_common.C: - added file_block_read with read error
10060: detection - file_block_read used instead of native read
10061:
10062: * src/include/pa_common.h: - added file_block_read declaration
10063:
10064: 2006-12-01 misha
10065:
10066: * operators.txt: - info about $var.CLASS_NAME was added
10067:
10068: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10069: $var.CLASS_NAME added
10070:
10071: * operators.txt: - added info about ^file:copy[]
10072:
10073: * src/classes/file.C: - ^file:copy[from;fo] was added
10074:
10075: 2006-11-20 misha
10076:
10077: * src/classes/date.C: - bug fix :)
10078:
10079: 2006-11-17 misha
10080:
10081: * src/include/pa_common.h: - array in crc32 calculation was changed
10082: to static
10083:
10084: * src/main/pa_common.C: - little optimization in getMonthDays -
10085: small changes in crc32 calculation
10086:
10087: * src/classes/date.C: - not needed code was removed
10088:
10089: 2006-11-16 misha
10090:
10091: * src/types/pa_vmail.C: - fix missed brakes
10092:
10093: * src/types/pa_vmail.C: - mail:send now set content-type:
10094: multipart/related instead of multipart/mixed if file have
10095: $.content-id[]
10096:
10097: 2006-11-15 misha
10098:
10099: * src/types/pa_vdouble.h: abs -> fabs
10100:
10101: 2006-11-14 misha
10102:
10103: * operators.txt: - added info about ^file.md5[] and
10104: ^file:md5[file-name]
10105:
10106: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10107: added
10108:
10109: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10110: FILE_BUFFER_SIZE
10111:
10112: * src/classes/math.C: - hex_string was moved to pa_common.h
10113:
10114: * src/include/pa_common.h: - hex_string was moved from math.C -
10115: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10116:
10117: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10118: values was fixed
10119:
10120: 2006-11-13 misha
10121:
10122: * operators.txt: - added info about ^math:crc32[string],
10123: ^file:crc32[file-name] & ^file.crc32[]
10124:
10125: * src/classes/math.C: - added ^math:crc32[string]
10126:
10127: * src/classes/file.C: - some comments were changed - added
10128: ^file:crc32[file-name] and ^file.crc32[]
10129:
10130: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10131: crc32 calculation added
10132:
10133: 2006-11-03 misha
10134:
10135: * src/include/pa_array.h: - not needed variable removed
10136:
10137: * tests/: 150.html, 151.html, results/150.processed,
10138: results/151.processed: - 2 tests were added
10139:
10140: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10141: with $.reverse(1) were fixed
10142:
10143: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10144: query converted to $.charset during ^file::load[http://...]
10145:
10146: 2006-11-02 misha
10147:
10148: * src/include/pa_table.h: ups. forget '=' char
10149:
10150: * src/include/pa_table.h: - one more fix in
10151: .locate[...][$.reverse(1)]
10152:
10153: 2006-11-01 misha
10154:
10155: * src/classes/math.C: - bug fix, details:
10156: http://www.parser.ru/forum/?id=53360
10157:
10158: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10159: false for all records )[$.reverse(1)]
10160:
10161: * src/main/pa_http.C: - second param for this mid method is length
10162: but not end_index so this method has error and can't detect
10163: charsets in next content-types: Content-type: text/html;
10164: charset="windows-1251" Content-type: text/html;
10165: charset="windows-1251"; Content-type: text/html;
10166: charset=windows-1251;
10167:
10168: only Content-type: text/html; charset=windows-1251 was fine
10169:
10170: 2006-10-31 misha
10171:
10172: * src/classes/file.C: - empty args in file::exec removed now
10173:
10174: 2006-09-03 paf
10175:
10176: * src/classes/file.C: proper tainting of
10177: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10178:
10179: 2006-06-09 paf
10180:
10181: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10182:
10183: * src/classes/table.C: formatting
10184:
10185: * src/classes/table.C: incorporated patch from misha: Sent:
10186: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10187: ignoring string options for ^table.save[]
10188:
10189: * src/classes/hash.C: incorporated patch from misha Sent:
10190: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10191: $hash._default disappear while
10192:
10193: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10194: $.format[!uue|!base64] << new base64 option. default uue ] ]
10195:
10196: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10197: PM Subject: patch for base64 in ^mail:send[] %-)
10198:
10199: 2006-04-09 paf
10200:
10201: * src/main/compile.tab.C: ` change compiled
10202:
10203: * gnu.vcproj, operators.txt, parser3.sln,
10204: src/classes/classes.vcproj, src/classes/file.C,
10205: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10206: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10207: src/classes/xnode.C, src/include/pa_array.h,
10208: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10209: src/include/pa_memory.h, src/include/pa_request.h,
10210: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10211: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10212: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10213: src/lib/pcre/pcre_dftables.vcproj,
10214: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10215: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10216: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10217: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10218: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10219: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10220: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10221: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10222: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10223: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10224: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10225: src/types/pa_value.h, src/types/pa_vcookie.C,
10226: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10227: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10228: src/types/pa_vstatus.C, src/types/types.vcproj,
10229: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10230: ^menu, ^hash/hashfile.foreach
10231:
10232: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10233: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10234: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10235: src/classes/xnode.C, src/include/pa_array.h,
10236: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10237: src/include/pa_memory.h, src/include/pa_request.h,
10238: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10239: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10240: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10241: src/lib/pcre/pcre_dftables.vcproj,
10242: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10243: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10244: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10245: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10246: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10247: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10248: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10249: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10250: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10251: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10252: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10253: src/types/pa_value.h, src/types/pa_vcookie.C,
10254: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10255: src/types/pa_vstatus.C, src/types/types.vcproj,
10256: tests/descript.ion: ! switched to VS2005 (projects and
10257: object<info explicitly typed>.for_each(, info)) +
10258: $response:field[] setting void means removing + grammar $name`
10259: name stops now, for mysql `$field` + started ^break[]
10260: ^continue[], in ^for. TODO: to other iterators (while, menu,
10261: foreach) + all log messages += [uri=, method=, cl=]
10262:
10263: * buildall-with-xml: merged . ftp paths update
10264:
10265: * buildall-with-xml: . ftp paths update
10266:
10267: 2006-03-04 paf
10268:
10269: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10270: checks++ [thanks to Igor Zinkovsky for detailed report]
10271:
10272: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10273: Igor Zinkovsky for detailed report]
10274:
10275: 2006-03-01 paf
10276:
10277: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10278: \n to ' ' in
10279:
10280: 2006-02-18 paf
10281:
10282: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10283: \n to ' ' in
10284:
10285: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10286:
10287: 2006-02-03 paf
10288:
10289: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10290: base64
10291:
10292: * src/main/pa_common.C: ! bugfix: decoding from base64
10293:
10294: 2006-01-20 paf
10295:
10296: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10297: economy fix
10298:
10299: * src/classes/: table.C: merged from HEAD ! bugfix
10300: ^table.save[$.encloser-s now handled properly
10301:
10302: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10303: handled properly
10304:
10305: 2006-01-19 paf
10306:
10307: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10308: libgc:USE_MUNMAP activates merging of free memory blocks which
10309: helps a lot in our case: after transform we want
10310: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10311:
10312: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10313: economy fix
10314:
10315: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10316: activates merging of free memory blocks which helps a lot in our
10317: case: after transform we want CORD(main.result)->cstr[big
10318: malloc]->transcode[big malloc]
10319:
10320: 2006-01-17 paf
10321:
10322: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10323: before reading them. got rid of reallocs = became quicker and
10324: less fragmentated
10325:
10326: 2005-12-29 paf
10327:
1.116 moko 10328: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10329: configure, configure.in, src/include/pa_version.h,
10330: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10331: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10332: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10333: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10334: src/lib/ltdl/missing: . merged from 3.2.1
10335:
1.116 moko 10336: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10337: packaged when 'make dist', so do configure companion files in
10338: src/lib/ltdl
10339:
10340: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10341: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10342: missing: . now config_auto.h is created with configure [were
10343: constant]
1.95 moko 10344:
10345: * INSTALL: . references to documentation and some clarification
10346:
10347: * buildall-with-xml, buildall-without-xml: . farawell doc
10348: indication
10349:
1.116 moko 10350: * Makefile.am: . dist+=buildall*
1.95 moko 10351:
10352: 2005-12-28 paf
10353:
10354: * configure: . 3.2.1
10355:
10356: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10357: simplify build process, see INSTALL
10358:
10359: 2005-12-26 paf
10360:
10361: * configure: ver
10362:
10363: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10364: version
10365:
10366: 2005-12-21 paf
10367:
10368: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10369: compiled with bison 1.875b, it reports unexpected token names
10370:
10371: 2005-12-19 paf
10372:
10373: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10374: holds a link to xmlNode to prevent premature gc(xmlNode)
10375:
10376: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10377: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10378: src/main/main.vcproj, src/main/pa_globals.C,
10379: src/targets/cgi/parser3.vcproj,
10380: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10381: configure, configure.in, src/include/pa_version.h: . killing
10382: gdome [what a relief]
10383:
10384: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10385: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10386: run_parser.sh, results/001.processed, results/002.processed,
10387: results/003.processed, results/004.processed,
10388: results/005.processed, results/006.processed,
10389: results/008.processed, results/009.processed,
10390: results/010.processed, results/011.processed,
10391: results/012.processed, results/013.processed,
10392: results/014.processed, results/015.processed,
10393: results/016.processed, results/017.processed,
10394: results/018.processed, results/020.processed,
10395: results/021.processed, results/022.processed,
10396: results/023.processed, results/024.processed,
10397: results/025.processed, results/026.processed,
10398: results/027.processed, results/028.processed,
10399: results/029.processed, results/030.processed,
10400: results/031.processed, results/032.processed,
10401: results/033.processed, results/034.processed,
10402: results/035.processed, results/036.processed,
10403: results/037.processed, results/038.processed,
10404: results/039.processed, results/040.processed,
10405: results/041.processed, results/042.processed,
10406: results/043.processed, results/044.processed,
10407: results/045.processed, results/046.processed,
10408: results/047.processed, results/048.processed,
10409: results/049.processed, results/050.processed,
10410: results/051.processed, results/052.processed,
10411: results/053.processed, results/054.processed,
10412: results/055.processed, results/056.processed,
10413: results/057.processed, results/058.processed,
10414: results/059.processed, results/060.processed,
10415: results/061.processed, results/062.processed,
10416: results/063.processed, results/064.processed,
10417: results/065.processed, results/066.processed,
10418: results/067.processed, results/068.processed,
10419: results/069.processed, results/070.processed,
10420: results/071.processed, results/072.processed,
10421: results/073.processed, results/074.processed,
10422: results/075.processed, results/076.processed,
10423: results/077.processed, results/078.processed,
10424: results/079.processed, results/080.processed,
10425: results/081.processed, results/082.processed,
10426: results/083.processed, results/084.processed,
10427: results/085.processed, results/086.processed,
10428: results/087.processed, results/088.processed,
10429: results/089.processed, results/090.processed,
10430: results/091.processed, results/092.processed,
10431: results/093.processed, results/094.processed,
10432: results/095.processed, results/096.processed,
10433: results/097.processed, results/099.processed,
10434: results/100.processed, results/101.processed,
10435: results/102.processed, results/104.processed,
10436: results/105.processed, results/106.processed,
10437: results/107.processed, results/108.processed,
10438: results/109.processed, results/110.processed,
10439: results/111.processed, results/112.processed,
10440: results/113.processed, results/114.processed,
10441: results/115.processed, results/117.processed,
10442: results/119.processed, results/120.processed,
10443: results/121.processed, results/122.processed,
10444: results/123.processed, results/124.processed,
10445: results/125.processed, results/126.processed,
10446: results/127.processed, results/128.processed,
10447: results/129.processed, results/130.processed,
10448: results/131.processed, results/132.processed,
10449: results/133.processed, results/134.processed,
10450: results/135.processed, results/136.processed,
10451: results/138.processed, results/139.processed,
10452: results/140.processed, results/141.processed,
10453: results/142.processed, results/143.processed,
10454: results/144.processed, results/145.processed,
10455: results/146.processed, results/147.processed,
10456: results/148.processed, results/149.processed, results/auto.p: .
10457: now works if we turn off default auto.p
10458:
1.116 moko 10459: * configure: . makes
1.95 moko 10460:
10461: * src/types/pa_vxnode.C: . less warnings
10462:
10463: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10464: tests/145.html, tests/149.html, tests/descript.ion,
10465: tests/outputs/d.cmd, tests/results/142.processed,
10466: tests/results/143.processed, tests/results/144.processed,
10467: tests/results/145.processed, tests/results/146.processed,
10468: tests/results/147.processed, tests/results/148.processed,
10469: tests/results/149.processed: . removed .nodeValue from all node
10470: types other than 5 (grabbed piece from gdome)
10471:
10472: * tests/: 137.html, results/137.processed: . not handled this case
10473: yet. code does not hang from inserting parent into child,
10474: considering thing minor issue -- nodes are removed from source
10475: anyway, don't know why shold that be an error after all
10476:
10477: * src/targets/cgi/parser3.C: . style
10478:
10479: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10480: xdoc too [were barking "not element"]
10481:
10482: 2005-12-16 paf
10483:
10484: * tests/: 146.html, 147.html, 148.html: . more tests
10485:
10486: * src/classes/xnode.C: . also bark on possible errors
10487:
10488: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10489: props
10490:
10491: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10492: main/compile.y: merged from HEAD ! fixed overoptimized
10493: ^call(false) case. (confused it with ^call[] case)
10494:
10495: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10496: ^call(false) case. (confused it with ^call[] case)
10497:
10498: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10499:
10500: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10501: results/001.processed, results/002.processed,
10502: results/003.processed, results/004.processed,
10503: results/005.processed, results/006.processed,
10504: results/008.processed, results/009.processed,
10505: results/010.processed, results/011.processed,
10506: results/012.processed, results/013.processed,
10507: results/014.processed, results/015.processed,
10508: results/016.processed, results/017.processed,
10509: results/018.processed, results/019.processed,
10510: results/020.processed, results/021.processed,
10511: results/022.processed, results/023.processed,
10512: results/024.processed, results/025.processed,
10513: results/026.processed, results/027.processed,
10514: results/028.processed, results/029.processed,
10515: results/030.processed, results/031.processed,
10516: results/032.processed, results/033.processed,
10517: results/034.processed, results/035.processed,
10518: results/036.processed, results/037.processed,
10519: results/038.processed, results/039.processed,
10520: results/040.processed, results/041.processed,
10521: results/042.processed, results/043.processed,
10522: results/044.processed, results/045.processed,
10523: results/046.processed, results/047.processed,
10524: results/048.processed, results/049.processed,
10525: results/050.processed, results/051.processed,
10526: results/052.processed, results/053.processed,
10527: results/054.processed, results/055.processed,
10528: results/056.processed, results/057.processed,
10529: results/058.processed, results/059.processed,
10530: results/060.processed, results/061.processed,
10531: results/062.processed, results/063.processed,
10532: results/064.processed, results/065.processed,
10533: results/066.processed, results/067.processed,
10534: results/068.processed, results/069.processed,
10535: results/070.processed, results/071.processed,
10536: results/072.processed, results/073.processed,
10537: results/074.processed, results/075.processed,
10538: results/076.processed, results/077.processed,
10539: results/078.processed, results/079.processed,
10540: results/080.processed, results/081.processed,
10541: results/082.processed, results/083.processed,
10542: results/084.processed, results/085.processed,
10543: results/086.processed, results/087.processed,
10544: results/088.processed, results/089.processed,
10545: results/090.processed, results/091.processed,
10546: results/092.processed, results/093.processed,
10547: results/094.processed, results/095.processed,
10548: results/096.processed, results/097.processed,
10549: results/099.processed, results/101.processed,
10550: results/102.processed, results/104.processed,
10551: results/105.processed, results/106.processed,
10552: results/107.processed, results/108.processed,
10553: results/109.processed, results/110.processed,
10554: results/111.processed, results/112.processed,
10555: results/113.processed, results/114.processed,
10556: results/115.processed, results/116.processed,
10557: results/117.processed, results/118.processed,
10558: results/119.processed, results/120.processed,
10559: results/121.processed, results/122.processed,
10560: results/123.processed, results/124.processed,
10561: results/125.processed, results/126.processed,
10562: results/127.processed, results/128.processed,
10563: results/129.processed, results/130.processed,
10564: results/131.processed, results/132.processed,
10565: results/133.processed, results/134.processed,
10566: results/135.processed, results/136.processed,
10567: results/137.processed, results/138.processed,
10568: results/139.processed, results/140.processed,
10569: results/141.processed: . refreshed old tests, made them work
10570: without auto.p (in utf8) . things noted: . gif got encoded
10571: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10572: some strange year)
10573:
10574: * INSTALL: . revived linux libgc fix
10575:
10576: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10577: glib/gdome in INSTALL and patches]
10578:
10579: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10580: include/pa_charset.h, include/pa_config_includes.h,
10581: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10582: include/pa_xml_exception.h, lib/cord/Makefile.am,
10583: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10584: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10585: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10586: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10587: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10588: types/pa_vxnode.h: . started killing gdome
10589:
10590: 2005-12-13 paf
10591:
10592: * src/main/: pa_request.C: merged from HEAD ! when code in
10593: @unhandled_exception thrown another exception, print correct
10594: origin (earlier code in catch of exception inside of
10595: @unhandled_exception grabbed parent_frame(original_exception)
10596: origin and printed it, instead of true origin)
10597:
10598: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10599: another exception, print correct origin (earlier code in catch of
10600: exception inside of @unhandled_exception grabbed
10601: parent_frame(original_exception) origin and printed it, instead
10602: of true origin)
10603:
10604: 2005-12-09 paf
10605:
10606: * INSTALL: . updated INSTALL doc to work around linux stack base
10607: detection problem, due to change in gc6.4 code
10608:
10609: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10610: ignored in ^string.matched :(
10611:
10612: * src/main/pa_string.C: ! regex tainting were ignored in
10613: ^string.matched :(
10614:
10615: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10616: src/include/pa_config_fixed.h, src/include/pa_version.h,
10617: src/main/compile.y, src/main/compile_tools.h,
10618: src/main/pa_charset.C, src/main/pa_common.C,
10619: src/main/pa_globals.C, src/main/pa_string.C,
10620: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10621: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10622:
10623: 2005-12-08 paf
10624:
10625: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10626: 500 chars now handled OK [were wrapped on 500th char according to
10627: rfc, but sendmail failed to unwrap it properly]
10628:
10629: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10630: handled OK [were wrapped on 500th char according to rfc, but
10631: sendmail failed to unwrap it properly]
10632:
10633: * src/targets/isapi/parser3isapi.C: . less warnings
10634:
10635: * src/targets/isapi/parser3isapi.C: . undone some strange change
10636: since 3.1.5
10637:
10638: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10639: link fixes
10640:
10641: * src/: classes/date.C, include/pa_config_fixed.h,
10642: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10643: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10644: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10645:
10646: * src/include/pa_config_fixed.h: . removed outdated string origins
10647: [in current storage scheme there's no place for them. someday we
10648: can add third CORD to store origins and special version of parser
10649: which stores origins there [separate binary]]
10650:
10651: 2005-12-07 paf
10652:
10653: * src/targets/isapi/parser3isapi.C: . now links in release mode
10654:
10655: * src/include/pa_version.h: makefiles
10656:
10657: * src/include/pa_version.h: . not beta
10658:
10659: * configure, configure.in, src/include/pa_version.h: not beta
10660:
10661: 2005-12-06 paf
10662:
10663: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10664: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10665: decided to undo the change ^call[$void] passes void. now it will
10666: pass empty string again.
10667:
10668: * src/main/: compile.tab.C, compile.y: . version readded
10669:
10670: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10671: = ^switch[void] problem
10672:
10673: 2005-12-01 paf
10674:
10675: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10676: caused ^case[string] to be coerced to double since searching
10677: value were not string (it was vvoid)
10678:
10679: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10680: ^case[string] to be coerced to double since searching value were
10681: not string (it was vvoid)
10682:
10683: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10684: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10685:
10686: 2005-11-30 paf
10687:
10688: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10689: win32 must putenv("TZ="), on unix works only putenv("TZ")
10690:
10691: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10692: putenv("TZ="), on unix works only putenv("TZ")
10693:
10694: * INSTALL: . xml libs versions updated
10695:
10696: * src/main/pa_globals.C: //20051130 trying to remove this, author
10697: claims that fixed a lot there // 20040920 for now both
10698: workarounds needed. wait for new libxml/xsl versions
10699:
10700: 2005-11-28 paf
10701:
10702: * src/classes/table.C: merged from HEAD: ! nameless table has
10703: columns==0
10704:
10705: * src/classes/table.C: ! nameless table has columns==0
10706:
10707: * src/main/pa_http.C: merged from HEAD: ! status line check made
10708: earlier [was totally wrong]
10709:
10710: * src/main/pa_http.C: ! status line check made earlier [was totally
10711: wrong]
10712:
10713: 2005-11-25 paf
10714:
10715: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10716: undoing for now...
10717:
10718: * src/include/pa_version.h: -this reduces speed(table::load),
10719: strange. undoing
10720:
10721: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10722:
10723: * src/classes/op.C: + ^while(){}[SEPARATOR]
10724:
10725: * src/include/pa_array.h: + optimistics added: all arrays (table
10726: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10727: this speeds things up and saves memory a LOT! (not noticed
10728: negative effect on syntetic tests, future will tell...)
10729:
10730: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10731: changed gc_malloc implementation, which obscured profiling
10732:
10733: * src/classes/table.C: merged from HEAD: + optimized
10734: table::load/sql, now row ArrayString-s allocated with
10735: columns.count() elements and don't always grow from
10736: count=3[realloc,realloc]
10737:
10738: * src/classes/table.C: + optimized table::load/sql, now row
10739: ArrayString-s allocated with columns.count() elements and don't
10740: always grow from count=3[realloc,realloc]
10741:
10742: * src/classes/table.C: merged from HEAD: . ^table.save unused
10743: buffer after save
10744:
10745: * src/classes/table.C: . ^table.save unused buffer after save
10746:
10747: 2005-11-24 paf
10748:
10749: * configure.in: . merged glib2-config patch
10750:
10751: * configure.in: + trying to find glib2-config
10752:
10753: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10754: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10755: file/dir_readable to simple file/dir_exist, this would help in
10756: situations "class not found because .p file has bad rights" << in
10757: that case error would be explicit "access denied to 'this' file"
10758:
1.116 moko 10759: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10760:
10761: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10762: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10763: to simple file/dir_exist, this would help in situations "class
10764: not found because .p file has bad rights" << in that case error
10765: would be explicit "access denied to 'this' file"
10766:
10767: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10768: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10769: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10770: ^file::exec/cgi[script;$.charset[changed]
10771: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10772: encoded in $.charset charset
10773:
10774: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10775: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10776: encoded in $.charset charset
10777:
10778: * src/: include/Makefile.am, include/pa_common.h,
10779: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10780: main/pa_common.C, main/pa_http.C: . extracted http:// into
10781: separate file [preparation for
10782: ^file::cgi[script;$.form[$.field1[]
10783:
10784: 2005-11-22 paf
10785:
10786: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10787:
10788: * acinclude.m4, configure.in: . merged underquting fixes
10789:
1.116 moko 10790: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10791:
10792: * src/classes/op.C: . overmerged a little
10793:
10794: * src/main/compile.tab.C: Makefile
10795:
10796: * src/main/: pa_common.C: . less gcc warnings
10797:
10798: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10799: now reports original exception if we have no old cache
10800:
10801: * src/classes/op.C: + $exception.handled[cache] now reports
10802: original exception if we have no old cache
10803:
10804: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10805: from HEAD: + ^taint/untaint[regex] << escapes these:
10806: \^$.[]|()?*+{}
10807:
10808: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10809: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10810:
10811: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10812: getenv-ed variable, which does not work both on win32&unix.
10813: copied old TZ value now
10814:
10815: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10816: stored pointer to getenv-ed variable, which does not work both on
10817: win32&unix. copied old TZ value now
10818:
10819: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10820: getenv-ed variable, which does not work both on win32&unix.
10821: copied old TZ value now
10822:
10823: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10824: access to internal hash
10825:
10826: * src/types/pa_vresponse.C: + $response:headers access to internal
10827: hash
10828:
10829: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10830: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10831: isapi] this reduces number of "GC Warning: Repeated allocation of
10832: very large block" messages to only important onces
10833:
10834: * src/targets/isapi/parser3isapi.C: +
10835: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10836: isapi] this reduces number of "GC Warning: Repeated allocation of
10837: very large block" messages to only important onces
10838:
10839: * src/classes/string.C: merged from HEAD: + removed limitation on
10840: ^string/int/double:sql{}[$.default[({param style})] ]
10841:
10842: * src/classes/string.C: + removed limitation on
10843: ^string/int/double:sql{}[$.default[({param style})] ]
10844:
10845: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10846: with ?params or $.form option" limitation
10847:
10848: * src/main/pa_common.C: + removed "use either uri with ?params or
10849: $.form option" limitation
10850:
10851: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10852: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10853: ^file::base64[encoded] decode
10854:
10855: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10856: main/pa_common.C: + ^file.base64[] encode +
10857: ^file::base64[encoded] decode
10858:
10859: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10860: ^string:base64[encoded] decode
10861:
10862: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10863: ^string:base64[in] encode + ^string.base64[] decode
10864:
10865: 2005-11-21 paf
10866:
10867: * src/classes/file.C: + merged from HEAD:
10868: ^file::create[text;file.xml;^untaint[xml]{data}]
10869:
10870: * src/classes/file.C: +
10871: ^file::create[text;file.xml;^untaint[xml]{data}]
10872:
10873: * src/main/pa_request.C: ! merged: $response:body[file] now
10874: differes from :download, it does not return content-disposition
10875: at all now [previusely it returned valueless content-disposition]
10876:
10877: * src/main/pa_request.C: ! $response:body[file] now differes from
10878: :download, it does not return content-disposition at all now
10879: [previusely it returned valueless content-disposition]
10880:
10881: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10882: literals, reverted to just vvod, recreating empty array with each
10883: void_value token. that's absolutely needed, since that array
10884: grows
10885:
10886: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10887: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10888: types/pa_vmethod_frame.h: + merged: expression literals:
10889: true/false. ^format[$.indent(true)]
10890:
10891: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10892: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10893: types/pa_vmethod_frame.h: + expression literals: true/false.
10894: ^format[$.indent(true)]
10895:
10896: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10897: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10898: i386-pc-win32)"
10899:
10900: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10901: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10902: i386-pc-win32)"
10903:
10904: 2005-11-18 paf
10905:
10906: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10907: null}[$.default(123)] will now return default value
10908:
10909: * src/classes/op.C: + merged ^cache[] << returns current cache
10910: expiration time
10911:
10912: * src/classes/op.C: + ^cache[] << returns current cache expiration
10913: time
10914:
10915: * src/classes/table.C: ! merged ^table::create[not'nameless';
10916: failed << Exception.problem_source pointed to local var!
10917:
10918: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10919: Exception.problem_source pointed to local var!
10920:
10921: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10922: now loads VFile.ptr!=0, so such files can be saved now
10923:
10924: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10925: loads VFile.ptr!=0, so such files can be saved now
10926:
10927: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10928: only . and .. now removed from list [were removed all .*]
10929:
10930: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10931: .. now removed from list [were removed all .*]
10932:
10933: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10934: open error now checked, were not :( [stole that piece from apache
10935: 1.3 sources]
10936:
10937: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10938: checked, were not :( [stole that piece from apache 1.3 sources]
10939:
10940: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10941: untainting of @main result if returned by $result or
10942: $response:body
10943:
10944: * src/main/pa_request.C: ! ensured proper untainting of @main
10945: result if returned by $result or $response:body
10946:
10947: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10948: issue: now tries to guess content-length and allocates one big
10949: piece if possible [regretfully gc_realloc works as malloc+free,
10950: leaving lots of holes behind]
10951:
10952: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10953: fixed file load memory issue: now tries to guess content-length
10954: and allocates one big piece if possible [regretfully gc_realloc
10955: works as malloc+free, leaving lots of holes behind]
10956:
10957: 2005-11-16 paf
10958:
10959: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10960: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10961: table::save with enclosers now doubles them: "->"" !
10962: table::save/load do not remove elements from options hash
10963:
10964: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10965: [were overoptimized ^if(double_literal), compiler confused
10966: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10967:
10968: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10969: [were overoptimized ^if(double_literal), compiler confused
10970: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10971:
10972: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10973: main/pa_common.C: ! table::save with enclosers now doubles them:
10974: "->"" ! table::save/load do not remove elements from options hash
10975:
10976: 2005-11-03 paf
10977:
1.116 moko 10978: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10979: compilation, not all makefiles liked that
1.95 moko 10980:
10981: 2005-08-30 paf
10982:
10983: * src/classes/op.C: merge . speedup check of [DEFAULT]
10984:
10985: * src/classes/op.C: . speedup check of [DEFAULT]
10986:
10987: 2005-08-26 paf
10988:
10989: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10990:
10991: * src/: classes/date.C, types/pa_vdate.h: + date.week
10992:
10993: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10994: complains about bad!=nameless
10995:
10996: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10997: about bad!=nameless
10998:
10999: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11000: optional options were allowed to be empty. were checked
11001: if(is_string), changed to !defined||is_string to allow void
11002:
11003: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11004: classes/string.C, classes/table.C, classes/void.C: ! optional
11005: options were allowed to be empty. were checked if(is_string),
11006: changed to !defined||is_string to allow void
11007:
11008: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11009: as_junction where they needed as_int/double, so failed with
11010: recent "(const) now no junction" optimization
11011:
11012: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11013: merged ! many classes/* used as_junction where they needed
11014: as_int/double, so failed with recent "(const) now no junction"
11015: optimization
11016:
11017: * src/: classes/double.C, classes/int.C, classes/math.C,
11018: classes/op.C, classes/string.C, classes/table.C,
11019: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11020: used as_junction where they needed as_int/double, so failed with
11021: recent "(const) now no junction" optimization
11022:
11023: 2005-08-24 paf
11024:
11025: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11026: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11027: stripped it
11028:
11029: 2005-08-09 paf
11030:
11031: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11032: not cleared
11033:
11034: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11035: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11036: classes/hashfile.C, classes/image.C, classes/int.C,
11037: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11038: classes/response.C, classes/string.C, classes/table.C,
11039: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11040: include/pa_array.h, include/pa_cache_managers.h,
11041: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11042: include/pa_config_fixed.h, include/pa_config_includes.h,
11043: include/pa_dictionary.h, include/pa_dir.h,
11044: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11045: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11046: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11047: include/pa_request_charsets.h, include/pa_request_info.h,
11048: include/pa_sapi.h, include/pa_socks.h,
11049: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11050: include/pa_stack.h, include/pa_string.h,
11051: include/pa_stylesheet_connection.h,
11052: include/pa_stylesheet_manager.h, include/pa_table.h,
11053: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11054: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11055: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11056: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11057: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11058: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11059: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11060: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11061: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11062: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11063: main/pa_sql_driver_manager.C, main/pa_string.C,
11064: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11065: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11066: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11067: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11068: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11069: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
11070: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
11071: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11072: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11073: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
11074: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
11075: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
11076: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11077: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
11078: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
11079: types/pa_vmemory.h, types/pa_vmethod_frame.C,
11080: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11081: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
11082: types/pa_vresponse.C, types/pa_vresponse.h,
11083: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11084: types/pa_vstateless_object.h, types/pa_vstatus.C,
11085: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11086: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11087: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11088: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11089: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11090:
11091: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11092: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11093: speedup consequent checks in vmethod_frame
11094:
11095: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11096: not cleared
11097:
11098: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11099: params: 50 max (were 10)
11100:
11101: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11102: params: 50 max (were 10)
11103:
11104: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11105: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11106: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11107: empty string) ! simplified (double) speedup consequent checks in
11108: vmethod_frame
11109:
11110: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11111: optimized constants in expressions vstring->vdouble + optimized
11112: ^call(vdouble), no junction creation, no calls later
11113:
11114: 2005-08-08 paf
11115:
11116: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11117: compile_tools.h: merged + optimized constants in expressions
11118: vstring->vdouble + optimized ^call(vdouble), no junction
11119: creation, no calls later
11120:
11121: * src/types/pa_vdouble.h: merged . double values without fractional
11122: part now default printed as %.0f instead of %g
11123:
11124: * src/types/pa_vdouble.h: . double values without fractional part
11125: now default printed as %.0f instead of %g
11126:
11127: * src/classes/hashfile.C: . merged ! second hashfile::open would
11128: cause an exception
11129:
11130: * src/classes/hashfile.C: ! second hashfile::open would cause an
11131: exception
11132:
11133: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11134: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11135: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11136: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11137: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11138: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11139: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11140: types/pa_vresponse.h, types/pa_vstateless_class.C,
11141: types/pa_vstateless_object.h, types/pa_vvoid.h,
11142: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11143: merged VJunction(new Junction) optimization from 3.1.4
11144:
11145: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11146: types/pa_vstateless_class.C: + optimized new VJunction(new
11147: Junction(params)) to new VJunction(params), thousands of mallocs
11148: removed
11149:
11150: 2005-08-05 paf
11151:
11152: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11153: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11154: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11155: creation, no calls later
11156:
11157: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11158: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11159: classes/hashfile.C, classes/image.C, classes/int.C,
11160: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11161: classes/response.C, classes/string.C, classes/table.C,
11162: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11163: include/pa_array.h, include/pa_cache_managers.h,
11164: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11165: include/pa_config_fixed.h, include/pa_config_includes.h,
11166: include/pa_dictionary.h, include/pa_dir.h,
11167: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11168: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11169: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11170: include/pa_request_charsets.h, include/pa_request_info.h,
11171: include/pa_sapi.h, include/pa_socks.h,
11172: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11173: include/pa_stack.h, include/pa_string.h,
11174: include/pa_stylesheet_connection.h,
11175: include/pa_stylesheet_manager.h, include/pa_table.h,
11176: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11177: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11178: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11179: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11180: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11181: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11182: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11183: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11184: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11185: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11186: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11187: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11188: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11189: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11190: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11191: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11192: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11193: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11194: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11195: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11196: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11197: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11198: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11199: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11200: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11201: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11202: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11203: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11204: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11205: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11206: types/pa_vstateless_object.h, types/pa_vstatus.C,
11207: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11208: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11209: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11210: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11211: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11212:
11213: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11214: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11215: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11216: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11217: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11218: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11219: optimized constants in expressions vstring->vdouble
11220:
11221: 2005-07-29 paf
11222:
11223: * src/types/pa_vclass.C: . shaped up error messages a bit
11224:
11225: * src/types/pa_vclass.C: + property getter can now be overridden
11226:
11227: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11228: bug fix: static parent fields were not replaced in case
11229: $derived:field[put] + property setter can now be overridden
11230:
11231: 2005-07-28 paf
11232:
11233: * configure, configure.in, src/classes/classes.h,
11234: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11235: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11236: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11237: src/classes/xnode.h, src/include/pa_hash.h,
11238: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11239: src/types/Makefile.am, src/types/pa_method.h,
11240: src/types/pa_value.h, src/types/pa_vclass.C,
11241: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11242: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11243: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11244: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11245: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11246: src/types/pa_vobject.C, src/types/pa_vobject.h,
11247: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11248: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11249: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11250: src/types/pa_vstateless_class.h,
1.95 moko 11251: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11252: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11253: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11254: dynamic_fields_join
11255:
11256: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11257: classes/xnode.C, include/pa_hash.h, main/execute.C,
11258: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11259: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11260: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11261: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11262: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11263: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11264: types/pa_vresponse.h, types/pa_vstateless_object.h,
11265: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11266: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11267: restored its checks in vobject.put_element->static fields |
11268: dynamic properties
11269:
11270: 2005-07-27 paf
11271:
11272: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11273: is some old code containing @set_name $name
11274:
11275: * src/types/pa_vobject.h: . fixed warning
11276:
11277: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11278: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11279:
11280: * src/: classes/xnode.C, include/pa_hash.h,
11281: types/pa_vstateless_class.C: ! new asserts were all false.
11282: regretfully reverted them all to checks
11283:
11284: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11285: classes/op.C, main/execute.C, types/pa_method.h,
11286: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11287: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11288: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11289: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11290: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11291: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11292: types/pa_vstateless_object.h, types/pa_vvoid.h,
11293: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11294: joined_dynamic_fields: removed unused param from put_method
11295: (returned to 3 params)
11296:
11297: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11298: joined_dynamic_fields: dynamic get/set works with overriding
11299: props [alpha2]
11300:
11301: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11302: works [alfa]
11303:
11304: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11305: classes/op.C, include/pa_hash.h, main/execute.C,
11306: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11307: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11308: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11309: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11310: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11311: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11312: types/pa_vresponse.h, types/pa_vstateless_class.C,
11313: types/pa_vstateless_object.h, types/pa_vvoid.h,
11314: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11315: joined_dynamic_fields: just compiled
11316:
11317: * src/: classes/date.C, classes/file.C, classes/hash.C,
11318: classes/hashfile.C, classes/image.C, classes/table.C,
11319: classes/xdoc.C, classes/xnode.h, main/execute.C,
11320: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11321: types/pa_vstateless_class.h: joined_dynamic_fields: started
11322:
11323: * src/types/pa_vobject.C: . object setters [only started, does not
11324: work yet]
11325:
11326: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11327: object setters [only started, does not work yet]
11328:
11329: 2005-07-26 paf
11330:
11331: * src/: include/pa_request.h, main/execute.C: . properties: set
11332: works [alpha2]. for classes. todo: for objects
11333:
11334: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11335: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11336: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11337: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11338: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11339: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11340: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11341: types/pa_vstateless_object.h, types/pa_vvoid.h,
11342: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11343: properties: set works [alpha1]
11344:
11345: 2005-07-25 paf
11346:
11347: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11348: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11349: properties: started, get works [alpha1, other approach]
11350:
11351: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11352: properties: started, get works [alpha2]
11353:
11354: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11355: pa_vstateless_class.h: . properties: started, get works [alpha]
11356:
11357: 2005-07-15 paf
11358:
11359: * src/: classes/classes.h, classes/op.C, main/execute.C,
11360: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11361: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11362: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11363: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11364: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11365: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11366: types/pa_vresponse.C, types/pa_vresponse.h,
11367: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11368: types/pa_vstateless_object.h, types/pa_vvoid.h,
11369: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11370: types/pa_wwrapper.h, types/types.vcproj: + started property
11371: [getters work but think of changing them too to precaching]
11372:
11373: 2005-07-08 paf
11374:
11375: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11376: gpf
11377:
11378: 2005-06-28 paf
11379:
11380: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11381: in passing empty strings to file::exec/cgi environment
11382:
11383: 2005-06-06 paf
11384:
11385: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11386: ^table:sql ^hash:sql now DO process $.bind option
11387:
11388: 2005-05-24 paf
11389:
11390: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11391: $.limit] now work again [support was broken in 3.1.4]
11392:
11393: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11394: ALL_INTERIOR_POINTERS
11395:
11396: 2005-05-12 paf
11397:
11398: * configure: 3.1.5beta
11399:
11400: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11401:
11402: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11403: $.limit] now work again [support was broken in 3.1.4]
11404:
11405: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11406: line-width [was refusing to fill if line-width >1, thanks to
11407: Seras <seras@pinxit.lt> for repro case
11408:
11409: 2005-04-25 paf
11410:
11411: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11412: correctly
11413:
11414: 2005-04-19 paf
11415:
11416: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11417: in VString violating invariant!!
11418:
11419: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11420: getenv("TZ")==null
11421:
11422: 2005-04-08 paf
11423:
11424: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11425: bugfix: when there is no char in charset one byte produces 6
11426: (ÿ <<max). increased buffer size!
11427:
11428: 2005-03-23 paf
11429:
11430: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11431: ^date.sql-string now takes TZ into account
11432:
11433: 2005-03-16 paf
11434:
11435: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11436: gcc 3.4
11437:
11438: * src/types/pa_vhash.C: . warning about eof eol
11439:
11440: 2005-02-17 paf
11441:
11442: * operators.txt, src/classes/op.C: + operator ^sleep(double
11443: seconds)
11444:
11445: 2005-02-02 paf
11446:
11447: * src/classes/xnode.C: beauty: removed needless includes
11448:
11449: 2005-01-31 paf
11450:
11451: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11452: $.partNoNumber now alias to $.part1
11453:
11454: * src/types/pa_vmail.C: change: incoming letter part contains
11455: "content-disposition" header with any value? now considering that
11456: part to be "file#" [for text/plain text/html were $.text#
11457: $.html#]
11458:
11459: * INSTALL: updatet to latest working versions available
11460:
11461: 2005-01-20 paf
11462:
11463: * configure.in, src/include/pa_version.h: version
11464:
11465: 2005-01-19 paf
11466:
1.116 moko 11467: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11468: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11469: couple warnings in parser3.C
1.95 moko 11470:
11471: 2004-12-23 paf
11472:
11473: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11474:
11475: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11476: dir to directory of script (when shbang used), not to directory
11477: of its interpreter
11478:
11479: * src/include/pa_version.h: compiled on win32...
11480:
11481: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11482: we need more hspace
11483:
11484: * configure, configure.in, src/include/pa_version.h: configured
11485: host to pa_version. will be displayed everywhere
11486:
11487: * src/main/pa_request.C: new: @unhandled_exception can prevent
11488: exception from being logged by setting $exception.handled(1)
11489:
11490: * operators.txt, src/classes/file.C: change:
11491: ^file::sql{query}[[options]] options: $.name[file name]
11492: $.content-type[application/what]
11493:
11494: * src/: include/pa_common.h, main/pa_common.C,
11495: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11496: new file
11497:
11498: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11499: bugfix: table->hash now regards _default
11500:
11501: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11502: created by accessing $name_of_method it acquired bad self=closest
11503: methodframe; instead of proper self (current class)
11504:
11505: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11506: hashfile produced bad cord
11507:
11508: 2004-12-10 paf
11509:
11510: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11511: subsequent failures though defined in .h
11512:
11513: * src/main/pa_common.C: comment on volatile
11514:
11515: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11516: alarm function were not used since the beginning due to stupid
11517: error [setsigjmp were not checked in configure.in]
11518:
11519: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11520: unix too
11521:
11522: * src/main/pa_common.C: http: exception status of send/recv errors
11523: change to most probable http.timeout
11524:
11525: * src/main/pa_common.C: win32: http connection $.timeout option now
11526: works [setsockopt on send/receive]
11527:
11528: 2004-12-08 paf
11529:
11530: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11531: cstr-ed knowing mail charset, and untainting uri lang now knows
11532: proper charset
11533:
11534: 2004-11-24 paf
11535:
11536: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11537:
11538: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11539: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11540:
11541: 2004-11-12 paf
11542:
11543: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11544: [since 3.0.4]
11545:
11546: 2004-11-09 paf
11547:
11548: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11549: writes basics to c:\parser3.log
11550:
11551: 2004-10-21 paf
11552:
11553: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11554: tainted strings [were returning clean onces]
11555:
11556: 2004-10-15 paf
11557:
11558: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11559: cycles(i=1; i=2), which was wrong, now does ONE
11560:
11561: 2004-10-12 paf
11562:
11563: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11564:
11565: 2004-10-07 paf
11566:
11567: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11568: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11569: release asserts
11570:
11571: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11572: String.dump() to stdout in detailed form [were String.v() in
11573: short form]
11574:
11575: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11576: \t\r\n as @#| and truncates long char sequences less
11577:
11578: 2004-10-06 paf
11579:
11580: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11581: win32 beauty: socket errors properly decoded
11582:
11583: 2004-10-05 paf
11584:
11585: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11586: request::configure_user/admin done always, even if no
11587: file-to-process useful in @unhandled_exception [say, if they
11588: would want to mail by SMTP something]
11589:
11590: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11591: now performed prior to file loading [and @auto executing] thus
11592: making $cookie:value available in @auto and in
11593: @unhandled_exception when IIS is configured to run interpreter
11594: even if no file exist
11595:
11596: 2004-09-20 paf
11597:
11598: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11599: somewhere where it should have called xmlMalloc and it calls
11600: xmlFree when it should have not called it. inserted two
11601: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11602: xmlFree just ignored. put away a testcase, maybe someday libxml
11603: author would fix all that. until that day: we have SLOW garbage
11604: collecting when many xml objects are alive hint: do
11605: ^memory:compact[] before xdoc::create
11606:
11607: 2004-09-17 paf
11608:
11609: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11610: error from 3.0.8 version]
11611:
11612: 2004-09-14 paf
11613:
11614: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11615: part bugfix: hashfile.foreach iterated only part if hashfile were
11616: modified inside
11617:
11618: 2004-09-13 paf
11619:
11620: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11621: [were as octal]
11622:
11623: * src/types/pa_vhashfile.C: beauty: not reproduced
11624: $hashfile.key[$novalue] bug [reported by motorin], inserted
11625: safety-check
11626:
11627: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11628: [not something obscure from sdbm lib]
11629:
11630: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11631: = strerror now returnes something and we can properly report that
11632: to client
11633:
11634: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11635: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11636:
11637: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11638: [tainted as-is] this helps //[space][newline] to remain as-is and
11639: not be unnecessary optimized away [ruining javascript]
11640:
11641: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11642: [tainted as-is]
11643:
11644: * src/classes/mail.C: bugfix: typo error
11645:
11646: 2004-09-09 paf
11647:
11648: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11649: separators bugfix: loads header with endings \r\n\r\n and \n\n
11650: (bloody yandex.server)
11651:
11652: 2004-09-06 paf
11653:
11654: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11655: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11656: encoded
11657:
11658: 2004-09-01 paf
11659:
11660: * src/types/pa_vmail.C: change: multipart/mixed changed to
11661: multipart/related outlook express have no problems showing
11662: unrelated attachments. todo: someday figure out a way of
11663: multipart/mixed multipart/related text/html
11664: image/xxx application/octet-stream << true attachments
11665:
11666: * src/types/pa_vmail.C: new:
11667: ^mail:send[$.file[$.content-disposition can be overriden new:
11668: empty mail header fields removed from letter
11669:
11670: * src/: classes/mail.C, include/pa_config_fixed.h,
11671: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11672: ^mail:send[ $.file[ $.any[header]
11673:
11674: 2004-08-30 paf
11675:
11676: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11677: warnings
11678:
11679: * src/main/pa_common.C: beauty: do not bother with charset
11680: detection when ^file::load[binary
11681:
11682: 2004-08-27 paf
11683:
11684: * src/main/pa_common.C: hack: for yandex.server http server
11685:
11686: 2004-08-18 paf
11687:
11688: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11689: possibly-chunked response
11690:
11691: 2004-08-17 paf
11692:
11693: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11694: $f.content-type now = that of http response
11695:
11696: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11697: $f.content-type now = that of http response
11698:
11699: 2004-07-30 paf
11700:
11701: * src/: include/pa_request.h, main/pa_request.C,
11702: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11703: win32: system&parser exceptions in release mode reported properly
11704: parser exception in exception handler WERE mistakenly reported as
11705: system exception, without details [in apache & isapi] +some
11706: beauty in exception text
11707:
11708: * src/: include/pa_exception.h, main/pa_request.C,
11709: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11710: release mode reported properly parser exception in exception
11711: handler WERE mistakenly reported as system exception, without
11712: details
11713:
11714: * src/main/execute.C: beauty: simplified system exception handling
11715:
11716: 2004-07-29 paf
11717:
11718: * src/classes/table.C: bugfix:
11719: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11720: were ignored, and \t used unconditionally]
11721:
11722: * src/types/Makefile.am: added vhash.c
11723:
11724: 2004-07-28 paf
11725:
11726: * src/: classes/date.C, classes/image.C, classes/math.C,
11727: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11728: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11729: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11730: failed on russian letters
11731:
11732: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11733: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11734: letters
11735:
11736: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11737: as 'currentDirectory' parameter to CreateProcess
11738:
11739: 2004-07-27 paf
11740:
11741: * src/targets/cgi/parser3.vcproj: beauty: win32:
11742: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11743: from release somewhere [to help searching for unhandled system
11744: exceptions]
11745:
11746: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11747: TZ shift
11748:
11749: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11750: but also in ctor
11751:
11752: 2004-07-26 paf
11753:
11754: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11755: src/main/pa_request.C, src/types/pa_vfile.h,
11756: src/types/pa_vhash.C, src/types/pa_vhash.h,
11757: src/types/types.vcproj: new: $response:body/download[
11758: $.file[name on disk] $.name[of file for user]
11759: $.mdate[date of last-modified. default from directory] ]
11760:
11761: * src/classes/file.C: moving file:send somewhere else..
11762:
11763: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11764: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11765: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11766: $response:download[ $.filename[filename] $.option[] ,, ]
11767:
11768: * src/classes/file.C: beauty: invalid mode thoroughly reported
11769:
11770: 2004-07-21 paf
11771:
11772: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11773: to several lines
11774:
11775: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11776:
11777: note: ms outlook[!express] shows only first 255 characters of
11778: subject
11779:
11780: 2004-07-15 paf
11781:
11782: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11783: off]
11784:
11785: 2004-07-14 paf
11786:
11787: * src/classes/table.C: bugfix: $.bind values now got untainted
11788: according to lang [were: as-is]
11789:
11790: 2004-07-07 paf
11791:
11792: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11793: checked that
11794:
11795: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11796: now untainted according to their languages. were: as-is.
11797: EVERYWHERE
11798:
11799: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11800: environment string now untainted according to their languages.
11801: were: as-is. EVERYWHERE
11802:
11803: * src/main/pa_exec.C: bufix: on unix environment string now
11804: untainted according to their languages. were: as-is. on win32:
11805: ok
11806:
11807: * parser3.vssscc: ...would not go unnoticed
11808:
11809: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11810: fails. in case on input appears nonutf, those bytes will be
11811: printed in %HH form. that can be easily decoded/recovered.
11812:
11813: this form is quite noticable, and hopefully would not go noticed
11814:
11815: 2004-07-06 paf
11816:
11817: * src/main/pa_exec.C: bufix: on unix environment string now
11818: untainted according to their languages. were: as-is. on win32:
11819: ok
11820:
11821: 2004-07-01 paf
11822:
11823: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11824: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11825: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11826: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11827: main/main.vcproj, targets/cgi/parser3.vcproj,
11828: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11829: option: global optimization ON
11830:
11831: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11832: to do xdoc::create{invalid chars} standard disables chars less
11833: then \x20, except tab, cr, lf.
11834:
11835: changed tainting so that those become '!'
11836:
11837: 2004-06-25 paf
11838:
11839: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11840: int on odd address [prev bugfix failed due to superwize
11841: optimizer, which turned memcpy into same 'ld' asm command]
11842:
11843: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11844: int on odd address
11845:
11846: 2004-06-22 paf
11847:
11848: * src/sql/pa_sql_driver.h: note: about possible optimization
11849:
11850: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11851: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11852: src/include/pa_config_includes.h: new: ^void:sql{call
11853: paf(:a)}[ $.bind[ $.a[2]
11854: ] ] output variables work. todo: check in out
11855: variables
11856:
11857: 2004-06-18 paf
11858:
11859: * src/: classes/file.C, classes/hash.C, classes/string.C,
11860: classes/table.C, classes/void.C, include/pa_globals.h,
11861: include/pa_sql_connection.h, main/compile.tab.C,
11862: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11863: $.bind[ $.a[2] ]
11864: ] input variables work. todo:output
11865:
11866: * src/targets/cgi/parser3.C: bugfix: iis specific
11867: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11868: /_bug.html?404;http://hpsv/test/
11869: --------------------------------------------------------------------------------
11870: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11871: --------------------------------------------------------------------------------
11872: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11873:
11874: 2004-06-16 paf
11875:
11876: * src/targets/cgi/parser3.C: new: iis specific
11877: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11878: $request:query
11879: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11880: $form:fields IIS-STATUS="404"
11881: IIS-DOCUMENT="http://server/_bug.html" f="v"
11882:
11883: todo: isapi too
11884:
11885: 2004-05-26 paf
11886:
11887: * src/include/pa_version.h: 3.1.3
11888:
11889: * operators.txt: beauty: removed outdated level 'table'
11890:
11891: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11892:
11893: * src/main/pa_string.C: beauty: removed 3 warnings
11894:
11895: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11896: classes/op.C: beauty: removed outdated level 'table'
11897:
11898: 2004-05-25 paf
11899:
11900: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11901: implementation. mistery: how anything worked
11902:
11903: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11904: changed, it is now safe to use url if pointers to it are stored
11905: to gc mem
11906:
11907: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11908: unknown errors reported and not cause SIGSEGV now
11909:
11910: 2004-05-24 paf
11911:
11912: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11913: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11914: less memory: CORD_chars_block originally intended to ... it was
11915: good that CORD_chars_block were not used: it consumes more memory
11916: [and, might be slow too] undoing that. [and removed that func so
11917: that it would not confuse parser developer in future]
11918:
11919: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11920: less memory: CORD_chars_block originally intended to
11921: speedup/reduce mem usage were forgotten, and were used stupid
11922: CORD_chars
11923:
11924: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11925:
11926: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11927: BIGENDIAN processors space-conserving mech failed, causing
11928: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11929: (1|2|3));
11930:
11931: 2004-05-14 paf
11932:
11933: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11934: bugfix: void now has vfile value, and $response:body[] works OK
11935:
11936: 2004-05-12 paf
11937:
11938: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11939: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11940: sources to use is_defined() {return as_bool();} along VBool
11941:
11942: 2004-05-11 paf
11943:
11944: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11945: referencing to local objects
11946:
11947: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11948: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11949: left intact
11950:
11951: 2004-04-15 paf
11952:
11953: * src/classes/date.C: merged: beauty: unused var removed
11954:
11955: * src/classes/date.C: beauty: unused var removed
11956:
11957: * src/include/: pa_exec.h: bugfix: interface without pointer
11958: provoked bug
11959:
11960: 2004-04-09 paf
11961:
11962: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11963:
11964: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11965:
11966: 2004-04-08 paf
11967:
11968: * src/classes/date.C: new: ^date::create[y-m-d
11969: h-M-s>>.milliseconds<<] now allowed, ignored so far
11970:
11971: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11972:
11973: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11974: to consult default catalog [usually, that file belongs to other
11975: user/group]
11976:
11977: 2004-04-06 paf
11978:
11979: * src/main/pa_common.C: beauty: gcc warning removed
11980:
11981: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11982: accept that trick, trying other
11983:
11984: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11985: explicit result problem
11986:
11987: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11988: explicit result problem
11989:
11990: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11991: explicit result problem
11992:
11993: * operators.txt, src/classes/string.C: new: ^string.append[string]
11994:
11995: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11996: main/execute.C: attempt_check_call_in_explicit_result_mode:
11997: failed
11998:
11999: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12000: http://i.p.a.ddress gethostbyaddr added [on some platforms
12001: gethostbyname failed with such 'domains'] now checked properly,
12002: were: needless reverse/forward dns lookup
12003:
12004: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12005: http://i.p.a.ddress gethostbyaddr added [on some platforms
12006: gethostbyname failed with such 'domains'] now checked properly,
12007: were: needless reverse/forward dns lookup
12008:
12009: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12010: @method[][result] means "no string output here" moved to lexical
12011: level [on grammar level it were too difficult]
12012:
12013: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12014: src/main/compile.y, src/main/compile_tools.h,
12015: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12016: @method[][result] means "no string output here", implemented part
12017: of that idea: compiler throws away string literal generation
12018: code. and barks nonwhitespace chars
12019:
12020: * operators.txt: truth: removed comment about $ORIGIN
12021:
12022: 2004-04-05 paf
12023:
12024: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12025: src/include/pa_version.h, src/main/pa_common.C,
12026: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12027:
12028: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12029: Konstantin Tomashevitch [mailto:konst@design.ru]
12030:
12031: * src/doc/html2chm.cmd: beauty: no need in bg here
12032:
12033: * src/doc/sources2html.cmd: beauty: same window, in bg it
12034: interfered with FAR console
12035:
12036: * configure, configure.in: 3.1.3
12037:
12038: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12039:
12040: * src/main/pa_common.C: removed warning
12041:
12042: * src/include/pa_version.h: 3.1.3
12043:
12044: 2004-04-02 paf
12045:
12046: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
12047:
12048: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
12049: allows to specify where to put parser log file
12050:
12051: 2004-04-01 paf
12052:
12053: * src/classes/table.C: bugfix: bugfix: table::load last line
12054: without tab and enter were ignored
12055:
12056: * src/: include/pa_cache_managers.h, include/pa_globals.h,
12057: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
12058: main/pa_socks.C, targets/cgi/parser3.C,
12059: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
12060: bugfix: sql connections now are disconnected
12061:
12062: 2004-03-30 paf
12063:
12064: * src/classes/table.C: bugfix: table::load last line without tab
12065: and enter were ignored
12066:
12067: * src/classes/table.C: bufix: if last table lines were commented,
12068: gpfed
12069:
12070: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
12071: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
12072: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
12073: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
12074: doc/methoded.dox, doc/object.dox, doc/string.dox,
12075: doc/targets.dox, doc/value.dox, include/pa_version.h,
12076: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
12077: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
12078: bugfixes from 3.1.2, changed version to 3.1.3beta
12079:
12080: 2004-03-29 paf
12081:
12082: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
12083: causes gpf
12084:
12085: * src/doc/: ClassExample1.dox, ClassExample2.dox,
12086: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
12087: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12088: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12089: value.dox: translated to english
12090:
12091: 2004-03-25 paf
12092:
12093: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12094: parser3project dependency removed
12095:
12096: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12097: bugfix: refused to compile without xml
12098:
12099: * src/types/pa_vform.C: beauty: removed warning
12100:
12101: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12102: any folder [removed last ;) folder dependency]
12103:
12104: * src/classes/classes.vcproj: bugfix: now all compiles in any
12105: folder [removed last ;) folder dependency]
12106:
12107: * src/include/pa_version.h: release
12108:
12109: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12110:
12111: * src/classes/table.C: beauty: comment& more meaningful error
12112: message
12113:
12114: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12115: $.hash[$.column_value1(true) ... ] [were producing some strang
12116: thing]
12117:
12118: 2004-03-23 paf
12119:
12120: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12121: and http status line parsing checked number of columns in table
12122: [user reported an assert]
12123:
12124: * operators.txt: example: on hashfile
12125:
12126: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12127: bugfix: junction reattach now actually reattaches a junction to
12128: new wcontext [were only assigning it to junction, which caused
12129: junction tracking to loose junction, and it's context were not
12130: killed, and it tried to process in invalid context, gpf]
12131:
12132: * src/targets/cgi/parser3.C: debug helper added
12133:
12134: 2004-03-19 paf
12135:
12136: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12137: "type(type)" in braces
12138:
12139: 2004-03-10 paf
12140:
12141: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12142: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12143: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12144: solution to search-in-namespaces problem:
12145: $xdoc.search-namespaces.x[http://pif.design.ru/]
12146: $nodes[^xdoc.select[//x:second]]
12147:
12148: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12149: expression][[NAMESPACES HASH]] allows to search for info in
12150: namespaces
12151:
12152: $nodes[^xdoc.select[//x:second][
12153: $.x[http://pif.design.ru/] ]]
12154:
12155: 2004-03-09 paf
12156:
12157: * operators.txt, src/main/pa_common.C: new:
12158: ^file::load[...][options] $.form[
12159: !$.field1[string]
12160: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12161: ] !$.body[string]
12162:
12163: GET ?here notGET(POST, HEAD, others) in content-type:
12164: application/x-www-form-urlencoded
12165:
12166: todo: upload files ability
12167:
12168: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12169: properly, done
12170:
12171: 2004-03-05 paf
12172:
12173: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12174: GET/POST $.form[$.fields started, not tested yet
12175: todo:$.field[table] for multiple values
12176:
12177: * operators.txt: new: http:// options $.user $.password basic
12178: authorization
12179:
12180: * src/main/pa_common.C: beauty: link to rtf added
12181:
12182: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12183: new: http:// options $.user $.password basic authorization
12184:
12185: * src/main/pa_common.C: beauty: removed needless vars
12186:
12187: * operators.txt: new: pgsql option [like that recently added to
12188: oracle driver] ClientCharset=parser-charset <<
12189: charset in which parser thinks client works
12190:
12191: * operators.txt: new: odbc option [like that recently added to
12192: oracle driver] ClientCharset=parser-charset <<
12193: charset in which parser thinks client works
12194:
12195: * src/sql/pa_sql_driver.h: beauty: important warning added
12196:
12197: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12198: char!
12199:
12200: * etc/parser3.charsets/windows-1251.cfg: typo
12201:
12202: 2004-03-04 paf
12203:
12204: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12205: cached, sql transcoding now goes faster
12206:
12207: * operators.txt: new: mysql option [like that recently added to
12208: oracle driver] ClientCharset=parser-charset <<
12209: charset in which parser thinks client works
12210:
12211: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12212: typo error
12213:
12214: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12215: chars commented
12216:
12217: 2004-03-03 paf
12218:
12219: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12220: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12221:
12222: 2004-03-02 paf
12223:
12224: * operators.txt: new[update typo]: !^void.left(n)
12225: nothing !^void.right(n) nothing !^void.mid(p[;n])
12226: nothing
12227:
12228: * operators.txt, src/classes/void.C: new: !^void.left(n)
12229: nothing !^void.right(n) nothing !^void.pos(p[;n])
12230: nothing
12231:
12232: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12233: ^file::sql[[name_to_become_$.name]]{} query result must be one
12234: row with columns: first: data second: file name third:
12235: content-type
12236:
12237: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12238: ^connect gets properly escaped string, which can be passed to
12239: request now this for mysql only. it's up to parser sql driver to
12240: fix zeros properly
12241:
12242: * INSTALL: note: added on building apache with this option:
12243: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12244:
12245: 2004-03-01 paf
12246:
12247: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12248: extension memory:compact befor processingrequest
12249:
12250: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12251: call sole column of result
12252:
12253: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12254: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12255: pixel color
12256:
12257: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12258: beauty: image -- less checks [were ugly impl]
12259:
12260: * src/classes/string.C: bugfix: ^string.left/right/mid with
12261: negative values now considered bad
12262:
12263: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12264:
12265: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12266: options now have unified defaults [after transform
12267: indent/omit-xml-declaration/standalone 'default' erroreously
12268: meant 'true']
12269:
12270: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12271: added [on some platforms gethostbyname failed with such
12272: 'domains']
12273:
12274: * src/include/pa_config_auto.h.in: no select check, no define
12275:
12276: * src/classes/string.C: feature: ^string.trim both parameters may
12277: be empty-strings, meaning kind=both chars=whitespaces
12278:
12279: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12280: exist
12281:
12282: * src/classes/string.C: check: trim 'chars' must not be empty,
12283: exception if it is
12284:
12285: * src/classes/string.C: changed: ^string.trim [] << both,
12286: whitespaces [start|both|end] << kind, whitespaces
12287: [start|both|end;chars] full
12288:
12289: 2004-02-27 paf
12290:
12291: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12292: method: ^string.trim[start|both|end[;chars]] default
12293: 'chars' -- whitespace chars finished
12294:
12295: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12296: src/main/pa_string.C: new method:
12297: ^string.trim[start|both|end[;chars]] default 'chars' --
12298: whitespace chars started, only start works
12299:
12300: * src/main/compile.C: bugfix: line numbers after
12301: ^process{}[$.line(-10]] can be negative, allowed to print they as
12302: signed
12303:
12304: * src/main/untaint.C: speed: there's no \n chars in output
12305: [normally], so no need to optimize them they could be retrived
12306: from databases, though. but 1. should be replaced 2. if not
12307: optimized, no harm done
12308:
12309: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12310: ^file::exec/cgi could return invalid status & zombie child can
12311: remain for short period until process exists [very bad in
12312: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12313:
12314: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12315: malicious SMTP server to attack as by returning too long status
12316: responses http://i2/tasks/edit/?id=4629448401140924947
12317:
12318: 2004-02-26 paf
12319:
12320: * operators.txt: feature: ^process...{CODE}[now has options] which
12321: are $.main[to what to rename @main] $.file[file,
12322: from which (user says) goes that CODE] $.lineno(line
12323: number in that file, where CODE starts. may be negative)
12324:
12325: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12326: src/main/compile.C, src/main/compile_tools.h,
12327: src/main/pa_request.C: feature: ^process...{CODE}[now has
12328: options] which are $.main[to what to rename @main]
12329: $.file[file, from which (user says) goes that CODE]
12330: $.lineno(line number in that file, where CODE starts. may be
12331: negative)
12332:
12333: 2004-02-25 paf
12334:
1.116 moko 12335: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12336: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12337:
12338: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12339: produces hash of column=>1
12340:
12341: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12342: with incomplete errno constants set
12343:
12344: 2004-02-24 paf
12345:
12346: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12347: "man select"
12348:
12349: * src/main/pa_os.C: beauty: <0 better then ==-1
12350:
12351: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12352:
12353: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12354:
1.116 moko 12355: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12356:
12357: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12358: unix: steps to work on unix [extracted 'to']
12359:
12360: * src/classes/mail.C: smtp on unix: steps to work on unix
12361:
12362: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12363:
1.116 moko 12364: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12365: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12366: unix [testing on solaris]
1.95 moko 12367:
12368: 2004-02-20 paf
12369:
12370: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12371: pointing that out
12372:
12373: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12374: fixed again [same solution, mistanenly removed one line]
12375:
12376: 2004-02-19 paf
12377:
12378: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12379: date::create from bad datetime in spring daylightsaving hole now
12380: OK for all platforms [on some platforms it failed]
12381:
12382: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12383: in daylightsaving hole] now throws error
12384:
12385: * src/classes/date.C: comment: mistake fixed
12386:
12387: 2004-02-18 paf
12388:
12389: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12390: now renderes in $request:charset, but in header puts
12391: $response:charset todo: make that default only so that coder
12392: could override that
12393:
12394: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12395: turns off omit-xml-declaration
12396:
12397: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12398: /.xsl for sample
12399:
12400: 2004-02-17 paf
12401:
12402: * src/classes/xdoc.C: beauty: needless helper class removed
12403:
12404: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12405: copied extra time
12406:
12407: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12408: part of libxml
12409:
12410: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12411: libxml to do the work] <xsl:output method="html"
12412: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12413: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12414: />
12415:
12416: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12417:
12418: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12419: caused assertion
12420:
12421: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12422: could hang. now such add does nothing, sub clears $hash
12423:
12424: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12425: not made quoted-printable
12426:
12427: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12428: string invariant
12429:
12430: 2004-02-16 paf
12431:
12432: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12433: cleared [were not cleared properly]
12434:
12435: 2004-02-13 paf
12436:
1.116 moko 12437: * src/include/pa_version.h: prerelease
1.95 moko 12438:
12439: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12440: used, introducing dependencies timestamp check
12441:
12442: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12443: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12444: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12445: .xsl.stamp now not used, introducing dependencies timestamp check
12446:
1.150 moko 12447: * configure.in: auto.p: @conf made relative
1.95 moko 12448:
12449: 2004-02-12 paf
12450:
12451: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12452: ruined empty <input type=file> submits. parser thought there were
12453: nameless empty file and $form:field got value of type 'file'
12454:
12455: * INSTALL: --without-threads
12456:
12457: * src/include/pa_sapi.h: 2004
12458:
12459: 2004-02-11 paf
12460:
12461: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12462: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12463: classes/hashfile.C, classes/image.C, classes/int.C,
12464: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12465: classes/response.C, classes/string.C, classes/table.C,
12466: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12467: include/pa_array.h, include/pa_cache_managers.h,
12468: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12469: include/pa_config_fixed.h, include/pa_config_includes.h,
12470: include/pa_dictionary.h, include/pa_dir.h,
12471: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12472: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12473: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12474: include/pa_request_charsets.h, include/pa_request_info.h,
12475: include/pa_socks.h, include/pa_sql_connection.h,
12476: include/pa_sql_driver_manager.h, include/pa_stack.h,
12477: include/pa_string.h, include/pa_stylesheet_connection.h,
12478: include/pa_stylesheet_manager.h, include/pa_table.h,
12479: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12480: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12481: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12482: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12483: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12484: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12485: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12486: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12487: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12488: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12489: main/pa_sql_driver_manager.C, main/pa_string.C,
12490: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12491: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12492: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12493: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12494: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12495: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12496: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12497: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12498: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12499: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12500: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12501: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12502: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12503: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12504: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12505: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12506: types/pa_vresponse.h, types/pa_vstateless_class.C,
12507: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12508: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12509: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12510: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12511: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12512: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12513:
12514: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12515: debug version of gc.dll
12516:
12517: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12518: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12519: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12520: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12521: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12522: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12523: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12524: processes
12525:
12526: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12527: main/pa_globals.C, targets/cgi/parser3.vcproj,
12528: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12529: changes to reflect libxml xsl new folders
12530:
12531: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12532: lib/smtp/smtp.vcproj, main/main.vcproj,
12533: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12534: to reflect libxml xsl new folders
12535:
12536: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12537: lib/smtp/smtp.vcproj, main/main.vcproj,
12538: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12539: types/types.vcproj: started changes to reflect libxml xsl new
12540: folders
12541:
12542: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12543: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12544: src/main/compile.tab.C, src/main/main.vcproj,
12545: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12546: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12547: started changes to reflect libxml xsl new folders
12548:
12549: 2004-02-10 paf
12550:
12551: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12552: compile. recommened latest libxml up to date
12553:
12554: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12555: pattern compilation errors", on which spent 4 hours worktime. use
12556: versions higher than that. recommended now latest up to date
12557:
12558: 2004-02-06 paf
12559:
12560: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12561: beauty: unified destructing style
12562:
12563: * src/main/untaint.C: beauty: removed old def/ifdef
12564:
12565: * src/main/untaint.C: beauty: coredump @unknown untaint language
12566: now
12567:
12568: 2004-02-03 paf
12569:
12570: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12571: targets/isapi/parser3isapi.C, types/pa_value.C,
12572: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12573: then %ld/%lu
12574:
12575: * src/main/pa_common.C: typo: %l -> %u
12576:
12577: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12578: in attributes or documents-results of transform now not xx;
12579:
12580: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12581:
12582: * src/main/pa_charset.C: bugfix: forgot to undo some
12583:
12584: * src/main/pa_charset.C: beauty: uncomment
12585: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12586: libraries
12587:
12588: 2004-02-02 paf
12589:
12590: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12591: $cookie:example[ $.value[value] $.path[/there/] ]
12592:
12593: $cookie:example[ $.value[] $.expires[session]
12594: $.path[/there/] $.domain[test.com] ]
12595:
12596: * src/types/pa_vform.C: bugfix: empty values with
12597: enctype=multipart/form-data now produce entries in $form:tables
12598: <form method=post enctype=multipart/form-data> <input type=hidden
12599: name=a> <input type=hidden name=b>
12600:
12601: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12602: <hr> <pre>$request:body
12603:
12604: 2004-01-30 paf
12605:
12606: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12607: or documents-results of transform now not xx;
12608:
12609: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12610: produce exception.
12611:
12612: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12613: bugfix: ^date::create[invalid fields now produce exception.
12614:
12615: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12616: year] now produces exception. todo: check other fields
12617:
12618: 2004-01-29 paf
12619:
12620: * src/include/pa_memory.h: typo error
12621:
12622: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12623: more byte then specified, then zeroed it << useless and
12624: potentially harmful(could gpf)
12625:
12626: 2004-01-22 paf
12627:
12628: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12629:
12630: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12631: optimization
12632:
12633: * src/main/untaint.C: bugfix: whitespace now optimized properly
12634: [were bug: ^taint[1 & 2]="1 &2"
12635:
12636: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12637: errors
12638:
12639: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12640: overflow
12641:
12642: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12643: error-reporting code * in parser-error reporting code [when no
12644: @unhandled_exception defined]
12645:
12646: fixed in one place: my *snprintf override
12647:
12648: 2004-01-13 paf
12649:
12650: * operators.txt: typo erro
12651:
12652: 2003-12-25 paf
12653:
12654: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12655: garbled [pieces after zero bytes were removed]
12656:
12657: 2003-12-22 paf
12658:
1.116 moko 12659: * src/include/Makefile.am: bugfix: removed from dist:
12660: src/include/pa_config_auto.h which were configured for
1.95 moko 12661: make-dist-platform and badly updated proper config file in target
12662: [when .tar used for updating existing source tree]
12663:
12664: * ChangeLog, operators.txt, src/classes/op.C,
12665: src/include/pa_sql_connection.h,
12666: src/include/pa_sql_driver_manager.h,
12667: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12668: feature: sql introducing ability to transcode charsets
12669:
12670: 2003-12-19 paf
12671:
12672: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12673: error message
12674:
12675: * src/main/pa_charset.C: bugfix: memory for charsethandler
12676: structure for libxml now allocated properly
12677:
12678: 2003-12-17 paf
12679:
12680: * src/types/pa_vfile.C: beauty: removed outdated cast
12681:
12682: * src/main/pa_common.C: bugfix: empty http response caused gpf
12683:
12684: * src/include/pa_string.h: bugfix: removed too strong a assert
12685:
12686: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12687: unreported xmlGenericErrors]
12688:
12689: 2003-12-15 paf
12690:
12691: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12692: works}
12693:
12694: 2003-12-11 paf
12695:
12696: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12697: id
12698: !$status:tid thread id
12699:
12700: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12701: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12702: bugfix(solaris): removed dependency on object initialization
12703: order [one more place]
12704:
12705: * src/: classes/file.C, classes/mail.C, classes/op.C,
12706: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12707: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12708: understand that
12709:
12710: * src/: classes/file.C, classes/mail.C, classes/op.C,
12711: classes/xdoc.C, include/pa_cache_managers.h,
12712: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12713: include/pa_stylesheet_manager.h, main/pa_request.C,
12714: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12715: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12716: ctor call [relying on implicit String::Body(cstr) call]
12717:
12718: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12719: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12720: object initialization order [two places]
12721:
12722: 2003-12-10 paf
12723:
12724: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12725: << time now ok
12726:
12727: * operators.txt, src/main/pa_sql_driver_manager.C,
12728: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12729: operational
12730:
12731: * ChangeLog, operators.txt, src/classes/xdoc.C,
12732: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12733: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12734: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12735: back operational
12736:
12737: 2003-12-02 paf
12738:
12739: * src/types/pa_vmail.C: bugfix:
12740: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12741: as-is forced]
12742:
12743: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12744: exceptions out of libxml callbacks: reimplemented error handling
12745: of http://localhost, parser://method and safemode check callbacks
12746:
12747: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12748: [merged from HEAD]
12749:
12750: * src/classes/image.C: nothing: comment removed
12751:
12752: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12753: addresses to int
12754:
12755: 2003-12-01 paf
12756:
12757: * src/main/pa_xml_io.C: bugfix: typo
12758:
12759: * src/main/pa_globals.C: bugfix: win32: compile prob
12760:
12761: * src/classes/xdoc.C: bugfix: typo
12762:
12763: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12764: exception
12765:
12766: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12767:
12768: 2003-11-28 paf
12769:
12770: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12771: all xml documents read
12772:
12773: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12774:
12775: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12776: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12777: replaced original open mech of xdoc::create & co to use libxml
12778: open, so that this would work for root document todo: safe mode
12779: checks to libxml: ideally to some 1 point
12780:
12781: * src/main/pa_xml_io.C: comment
12782:
12783: * operators.txt, src/main/pa_xml_io.C: leading / in
12784: http://parser[abscent params]
12785:
12786: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12787: works. todo: maybe replace original open mech of xdoc::create &
12788: co to use libxml open, so that this would work for root document
12789:
12790: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12791: "parser://method/params/here"> <test> &test^; </test> }]
12792:
12793: ^taint[^xdoc.string[]]
12794:
12795: @method[param] <!ENTITY test
12796: "test-entity-value+$form:user+$param!">
12797:
12798: 2003-11-27 paf
12799:
12800: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12801:
12802: * src/classes/date.C: bugfix: typo error
12803:
12804: 2003-11-26 paf
12805:
12806: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12807: src/main/Makefile.am, src/main/main.vcproj,
12808: src/main/pa_globals.C, src/main/pa_request.C,
12809: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12810: xml errors to hash<thread_id,error> reorganization: xml io moved
12811: to pa_xml_io.C/h
12812:
12813: * src/types/pa_value.h: warnings: --
12814:
12815: 2003-11-25 paf
12816:
12817: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12818: whatever)
12819:
12820: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12821: a, (c?x:y, z)
12822:
12823: * src/main/untaint.C: bugfix: consequences of not reading this
12824: comment: CORD_pos_chars_left /* Number of characters in cache.
12825: <= 0 ==> none */
12826:
12827: * src/include/pa_array.h: removed needless checks
12828:
12829: 2003-11-24 paf
12830:
12831: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12832: removed limit: now $form:xxx can be accessed anytime, even in
12833: @auto/conf [and request/response:charset still can be changed
12834: anytime]
12835:
12836: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12837: now not transcodes response body
12838:
12839: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12840: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12841: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12842: $xdoc.firstChild.firstChild.nodeValue[different]
12843: ^taint[^xdoc.string[]]
12844:
12845: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12846: workaround: static Hash::allocates -> static Hash_allocates
12847:
12848: 2003-11-21 paf
12849:
1.116 moko 12850: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12851: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12852: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12853:
12854: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12855:
12856: * src/classes/mail.C: bugfix: typo
12857:
12858: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12859: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12860: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12861: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12862: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12863: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12864:
12865: * src/main/pa_exec.C: bug in safe mode
12866:
12867: * src/include/Makefile.am: pa_xml_exception.h
12868:
12869: * src/targets/isapi/parser3isapi.C: more warnings --
12870:
12871: 2003-11-20 paf
12872:
12873: * src/: classes/math.C, classes/op.C, classes/string.C,
12874: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12875: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12876: --
12877:
12878: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12879: more warnings --
12880:
12881: * src/classes/xdoc.C: more warnings --
12882:
12883: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12884:
12885: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12886: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12887:
12888: * src/: classes/date.C, classes/file.C, classes/hash.C,
12889: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12890: classes/table.C, include/pa_cache_managers.h,
12891: include/pa_stylesheet_connection.h, main/pa_request.C,
12892: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12893: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12894: --
12895:
12896: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12897: can't report problem (undefined @unhandled_exception) problem
12898: source string were not reported
12899:
12900: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12901: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12902: classes/hashfile.C, classes/image.C, classes/int.C,
12903: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12904: classes/response.C, classes/string.C, classes/table.C,
12905: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12906: include/pa_array.h, include/pa_cache_managers.h,
12907: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12908: include/pa_config_fixed.h, include/pa_dictionary.h,
12909: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12910: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12911: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12912: include/pa_request.h, include/pa_request_charsets.h,
12913: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12914: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12915: include/pa_stack.h, include/pa_string.h,
12916: include/pa_stylesheet_connection.h,
12917: include/pa_stylesheet_manager.h, include/pa_table.h,
12918: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12919: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12920: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12921: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12922: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12923: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12924: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12925: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12926: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12927: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12928: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12929: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12930: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12931: targets/isapi/parser3isapi.C, types/pa_junction.h,
12932: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12933: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12934: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12935: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12936: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12937: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12938: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12939: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12940: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12941: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12942: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12943: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12944: types/pa_vresponse.h, types/pa_vstateless_class.C,
12945: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12946: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12947: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12948: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12949: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12950: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12951: const IDENT
12952:
12953: * src/: include/pa_array.h, include/pa_pool.h,
12954: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12955: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12956: types/pa_wcontext.h: more warnings --
12957:
12958: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12959: classes/file.C, classes/hash.C, classes/hashfile.C,
12960: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12961: classes/memory.C, classes/op.C, classes/string.C,
12962: classes/table.C, classes/xdoc.C, classes/xnode.C,
12963: include/pa_config_includes.h, include/pa_operation.h,
12964: include/pa_sql_connection.h, include/pa_table.h,
12965: include/pa_types.h, lib/ltdl/config_fixed.h,
12966: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12967: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12968: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12969: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12970: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12971: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12972: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12973: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12974: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12975: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12976: types/pa_vmail.C, types/pa_vobject.C,
12977: types/pa_vstateless_class.h, types/pa_vtable.C,
12978: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12979: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12980: on all projects (except libltdl=off & libsdbm=level3) found
12981: several unitialized vars
12982:
12983: 2003-11-19 paf
12984:
12985: * src/classes/op.C: more ansi C++ comp
12986:
12987: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12988: src/main/pa_request.C: ^cache[...]{body}{catch block with
12989: $exception.handled[cache] meaning "get expired cache, if any.
12990: else error"}
12991:
12992: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12993: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12994: ^cache[...]{body}{catch code with $exception.cache field}
12995:
12996: 2003-11-12 paf
12997:
12998: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12999: [copy/paste bug]
13000:
13001: 2003-11-11 paf
13002:
13003: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13004: failed]
13005:
13006: 2003-11-10 paf
13007:
13008: * src/types/pa_vconsole.h: flush
13009:
13010: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13011: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13012: read/write [for nntp]
13013:
13014: * operators.txt: mysql: transaction support: ?autocommit=0
13015:
13016: * operators.txt: comment: updated
13017:
13018: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13019: serialize version and exipire now removes entries
13020:
13021: * operators.txt: ^hashfile.delete[] removes files altogether [and
13022: dir, if could]
13023:
13024: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13025: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13026: removes files altogether [and dir, if could]
13027:
13028: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13029: nonexistent pair. .c coded that that was error. fixed
13030:
13031: * src/types/pa_vhashfile.C: sdbm: exception type change to
13032: file.access [regretfull can't split it to different exceptions
13033: without modifying sdbm source wich would prefer not to]
13034:
13035: 2003-11-07 paf
13036:
13037: * src/: classes/date.C, classes/file.C, classes/hash.C,
13038: classes/hashfile.C, classes/image.C, classes/table.C,
13039: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13040: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13041: main/execute.C, main/main.vcproj, main/pa_pool.C,
13042: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
13043: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
13044: types/pa_vstateless_class.h: resurrected: pool idea. now only for
13045: destructing objects at request processing end
13046:
13047: 2003-11-06 paf
13048:
13049: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
13050: updates
13051:
13052: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
13053: to include sdbm
13054:
1.116 moko 13055: * src/include/: pa_config_includes.h, pa_version.h: our
13056: replacements of max& co only for cpp
1.95 moko 13057:
13058: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
13059: upper dir, .am updated
13060:
13061: * tests/todo.txt: hashfile: done
13062:
13063: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
13064: expiration [time in value. todo: move time to key]
13065:
13066: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
13067:
13068: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
13069: to do that in foreach, no errors, but surely wrong]
13070:
13071: * operators.txt, src/types/pa_vhashfile.C,
13072: src/types/pa_vhashfile.h: hashfile: clear and proper locking
13073:
13074: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
13075: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
13076: foreach
13077:
13078: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
13079: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
13080:
13081: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
13082: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
13083:
13084: * src/: include/pa_memory.h, targets/cgi/parser3.C,
13085: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
13086: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
13087: get/put [raw]
13088:
13089: * src/: classes/op.C, main/pa_os.C: just linked
13090:
13091: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13092: XmlException changes
13093:
13094: * src/: include/pa_charset.h, include/pa_globals.h,
13095: include/pa_stylesheet_connection.h, main/pa_exception.C:
13096: XmlException changes
13097:
13098: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13099:
13100: * src/: include/pa_common.h, include/pa_exception.h,
13101: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13102: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13103: main/pa_xml_exception.C: locking move to pa_os [along with
13104: pa_sleep] apr-impl locking done
13105:
13106: * configure, configure.in, operators.txt, parser3.sln,
13107: src/classes/classes.vcproj, src/classes/hashfile.C,
13108: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13109: src/include/pa_exception.h, src/include/pa_globals.h,
13110: src/include/pa_memory.h, src/include/pa_version.h,
13111: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13112: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13113: src/main/compile.tab.C, src/main/main.vcproj,
13114: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13115: src/types/Makefile.am, src/types/pa_vhash.C,
13116: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13117: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13118: again with sdbm from apache
13119:
13120: 2003-11-05 paf
13121:
13122: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13123: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13124: \parser3project dir anymore
13125:
13126: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13127: thoughtlessly from xalan]
13128:
13129: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13130: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13131: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13132:
13133: * src/main/helpers/CaseFolding.txt:
13134: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13135:
13136: 2003-11-04 paf
13137:
13138: * operators.txt: comment: ^mail:send[$.options[
13139:
13140: * src/classes/table.C: compiled on unix
13141:
1.116 moko 13142: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13143:
13144: * src/classes/mail.C: compiled on unix
13145:
13146: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13147: src/types/pa_vmail.h: !^mail:send[
13148: $.options[unix: string to append to sendmail command
13149: line]
13150:
13151: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13152: tests/todo.txt: ^table.save[... $.separator[^#09]
13153: $.encloser["] <nothing> by default
13154:
13155: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13156: !$.separator[^#09] !$.encloser["] <nothing> by
13157: default
13158:
13159: 2003-11-03 paf
13160:
13161: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13162: ^table::load[; options: !$.column-separator[^#09]
13163: !$.column-encloser["]
13164:
13165: * operators.txt, src/include/pa_config_fixed.h,
13166: src/types/pa_vrequest.C: $request:document-root
13167:
13168: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13169: [already included into uri=xxx]
13170:
13171: * operators.txt, src/classes/image.C, tests/todo.txt:
13172: ^image.gif[filename] for $response:download
13173:
13174: * src/classes/date.C: minor precaution
13175:
13176: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13177: !^date.unix-timestamp[]
13178:
13179: 2003-10-30 paf
13180:
13181: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13182: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13183:
13184: * src/classes/: date.C, image.C: improvement diagnostics:
13185: $now[^date::create[$undefined]] now is error
13186:
13187: * src/main/pa_common.C: read errors would now be reported 'actually
13188: read -1 bytes'
13189:
13190: 2003-10-24 paf
13191:
13192: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13193: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13194: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13195: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13196:
13197: 2003-10-22 paf
13198:
13199: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13200:
13201: 2003-10-21 paf
13202:
13203: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13204: fixed: string.match[g] without <'> option produced columns with
13205: NULL's, which gpf'ed at table.save time
13206:
13207: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13208: recoursion' message with intensive throw-catches fixed: incorrect
13209: name and line (one name upper then needed) in error message about
13210: problems inside try block
13211:
13212: 2003-10-10 paf
13213:
13214: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13215: check offset argument for validity did that in String::Body::pos
13216: myself http://i2/tasks/edit/?id=4577425257580789777
13217:
13218: 2003-10-07 paf
13219:
13220: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13221: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13222:
13223: 2003-10-03 paf
13224:
13225: * parser3.sln, src/include/pa_dictionary.h,
13226: src/main/pa_dictionary.C, src/main/pa_string.C,
13227: src/targets/cgi/parser3.vcproj: dictionary optimized by
13228: precalculating cstr&length
13229:
13230: 2003-10-02 paf
13231:
13232: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13233: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13234: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13235: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13236:
13237: 2003-09-30 paf
13238:
13239: * src/main/pa_string.C: string::replace bug fix [were ignoring
13240: occurrances after lang-mismatched
13241:
13242: 2003-09-29 paf
13243:
13244: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13245: helper
13246:
13247: * src/main/pa_string.C: string::serialize bug fix with
13248: zero-terminator
13249:
13250: * src/classes/table.C: ^nameless_table.save column row now has no
13251: \t at the end
13252:
13253: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13254: @postprocess now takes $response:body/download
13255:
13256: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13257: error message
13258:
13259: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13260:
13261: * src/classes/table.C: bugfix: flip: must produce nameless
13262: http://i2/tasks/edit/?id=4573405524674081244
13263:
13264: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13265: main/helpers/simple_folding.pl: utf-8 upper/lower
13266:
13267: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13268: to typo error http://i2/tasks/edit/?id=4573354650786434584
13269:
13270: 2003-09-26 paf
13271:
13272: * src/main/untaint.C: removed needless field
13273:
13274: * src/main/untaint.C: removed needless const
13275:
13276: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13277: String.for_each bug fixed [omited one-char cases]
13278:
13279: * src/include/pa_stack.h: bugfix: before collecting garbage,
13280: runtime-executor stack were cleared... BADLY
13281:
13282: * src/main/pa_string.C: ^stirng.replace code used old
13283: param-convention on langs.append, fixed that search fo the like,
13284: found none
13285:
13286: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13287: string::serialize/deserialize implemented Language enum assigned
13288: meaningful letters [more convinient for debugging. read warning
13289: before adding/changing anything]
13290:
13291: 2003-09-25 paf
13292:
13293: * src/: include/pa_string.h, include/pa_version.h,
13294: main/pa_string.C, main/untaint.C: templates and anonymous unions
13295: differences on unix
13296:
13297: * parser3.sln, src/classes/file.C, src/classes/image.C,
13298: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13299: src/classes/xdoc.C, src/classes/xnode.C,
13300: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13301: src/include/pa_charsets.h, src/include/pa_common.h,
13302: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13303: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13304: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13305: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13306: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13307: src/main/compile_tools.h, src/main/pa_charset.C,
13308: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13309: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13310: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13311: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13312: src/types/pa_vmail.C, src/types/pa_vmath.C,
13313: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13314: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13315:
13316: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13317: functions aligned to that of eeparser3 look
13318:
13319: * src/lib/cord/cordprnt.c: removed warnings
13320:
13321: 2003-09-24 paf
13322:
13323: * src/: classes/file.C, classes/image.C, classes/mail.C,
13324: classes/op.C, classes/xdoc.C, classes/xnode.C,
13325: include/pa_cache_managers.h, include/pa_charset.h,
13326: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13327: include/pa_sql_driver_manager.h, include/pa_string.h,
13328: include/pa_stylesheet_manager.h, include/pa_table.h,
13329: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13330: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13331: main/pa_sql_driver_manager.C, main/pa_string.C,
13332: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13333: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13334: types/pa_vstateless_class.h, types/pa_vstatus.C,
13335: types/pa_vxnode.C: v() functions of String::Body,
13336: String::Languages and String itself StringBody->String::Body
13337:
13338: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13339: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13340: never optimized anything. todo: somehow speed up harder cases:
13341: concatenationA+concatenationB when last block of A and first of B
13342: contain same letters
13343:
13344: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13345: lib/cord/include/cord.h: langs: speed up by joining adjucent
13346: blocks of same char [CORD_append_block]
13347:
13348: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13349: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13350: save space by extending blocks when appending block with c ==
13351: lastblock.c
13352:
13353: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13354: working yet :( but more working &understood :)
13355:
13356: * src/: classes/table.C, include/pa_string.h,
13357: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13358:
13359: 2003-09-23 paf
13360:
13361: * src/main/untaint.C: $a[ok!] $a works!
13362:
13363: * src/main/untaint.C: something even more works :)
13364:
13365: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13366: something more works :)
13367:
13368: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13369: lib/cord/cordxtra.c: something already works :)
13370:
13371: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13372: serialize&deserialize
13373:
13374: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13375: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13376: main/untaint.C: main idea implemented, details left
13377:
13378: 2003-09-22 paf
13379:
13380: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13381:
13382: * src/classes/xnode.C: copy/paste comment bugfix
13383:
13384: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13385: allocator returns 0, just die.
13386: http://i2/tasks/edit/?id=4570798492410259445
13387:
13388: * src/classes/xdoc.C: copy/paste comment bugfix
13389:
13390: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13391: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13392: xnode: getAttributeNS setAttributeNS removeAttributeNS
13393: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13394:
13395: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13396: chars due to bitwise operation signed-char error]
13397:
13398: 2003-09-19 paf
13399:
13400: * src/types/pa_wcontext.C: output message: more practical
13401: suggestion
13402:
13403: * src/main/pa_common.C, operators.txt: merged
13404: $f[^file::load[binary;http://...]] $f.tables
13405:
13406: 2003-09-02 paf
13407:
13408: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13409: flush stdout without referencing 'stdout' symbol. to hell with
13410: non-ansi libraries without 'stdout' symbol
13411:
13412: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13413: unix (users reported problems with some old libc)
13414:
13415: * src/types/pa_vdate.h: forgot initializer
13416:
13417: 2003-09-01 paf
13418:
13419: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13420: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13421: zone]
13422:
13423: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13424:
13425: 2003-08-19 paf
13426:
13427: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13428: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13429: simplified a little
13430:
13431: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13432: [lost fix from 3.0.8]
13433:
13434: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13435: visible here }
13436:
13437: bug fix
13438:
13439: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13440:
13441: * src/main/compile.tab.C: initialized couple of variables about
13442: which user reported runtime problems when parser were compiled
13443: with VC7, warning level4. study shows that later in bison
13444: they've fixed that. would migrate to latest bison someday
13445:
13446: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13447: recoding headers)
13448:
13449: * src/types/pa_vmail.C: works as before, same charset problems:
13450: gmime recodes to UTF-8 only headers, not body. so not recoding
13451: anything for now
13452:
13453: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13454: problems with body
13455:
13456: * src/types/pa_vmail.C: mail_receive just compiled
13457:
13458: 2003-08-18 paf
13459:
13460: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13461: main/main.vcproj, types/types.vcproj: win32: continued process
13462: detaching from \parser3project directory
13463:
13464: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13465: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13466: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13467: src/lib/pcre/pcre_dftables.dsp,
13468: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13469: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13470: src/types/types.dsp: moved to MSVC 7
13471:
13472: * gnu.vcproj.vspscc, parser3.vssscc,
13473: src/classes/classes.vcproj.vspscc,
13474: src/lib/cord/cord.vcproj.vspscc,
13475: src/lib/ltdl/libltdl.vcproj.vspscc,
13476: src/lib/md5/md5.vcproj.vspscc,
13477: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13478: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13479: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13480: src/targets/isapi/parser3isapi.vcproj.vspscc,
13481: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13482: moved to MSVC 7
13483:
13484: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13485: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13486: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13487: src/lib/pcre/pcre_dftables.vcproj,
13488: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13489: src/targets/cgi/parser3.vcproj,
13490: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13491: new VS project files
13492:
13493: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13494: .NET to detect Jalindi Igloo capabilities.
13495:
13496: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13497: src/classes/classes.awk, src/doc/footer.htm,
13498: src/include/pa_config_fixed.h, src/include/pa_version.h,
13499: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13500: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13501: src/types/pa_vmail.C: merged 3.1.0 latest changes
13502:
13503: 2003-08-15 paf
13504:
13505: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13506: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13507:
13508: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13509: non-ascii <yyy> now encoded correctly
13510:
13511: 2003-07-29 paf
13512:
1.116 moko 13513: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13514: dist
1.95 moko 13515:
13516: * src/types/pa_vmail.C: just started --with-mail-receive
13517:
13518: 2003-07-28 paf
13519:
1.116 moko 13520: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13521: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13522:
13523: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13524:
13525: 2003-07-25 paf
13526:
13527: * src/doc/footer.htm: year
13528:
13529: 2003-07-24 paf
13530:
13531: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13532: fix
13533:
13534: * src/include/pa_version.h: release
13535:
1.116 moko 13536: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13537:
13538: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13539: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13540: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13541: getting rid of win32xml pseudo project
13542:
13543: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13544:
1.116 moko 13545: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13546: configure.in, operators.txt, parser3.dsw,
1.95 moko 13547: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13548: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13549: src/classes/classes.C, src/classes/classes.awk,
13550: src/classes/classes.dsp, src/classes/classes.h,
13551: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13552: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13553: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13554: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13555: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13556: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13557: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13558: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13559: src/include/pa_array.h, src/include/pa_cache_managers.h,
13560: src/include/pa_charset.h, src/include/pa_charsets.h,
13561: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13562: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13563: src/include/pa_dictionary.h, src/include/pa_dir.h,
13564: src/include/pa_exception.h, src/include/pa_exec.h,
13565: src/include/pa_globals.h, src/include/pa_hash.h,
13566: src/include/pa_memory.h, src/include/pa_opcode.h,
13567: src/include/pa_operation.h, src/include/pa_pool.h,
13568: src/include/pa_pragma_pack_begin.h,
1.95 moko 13569: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13570: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13571: src/include/pa_sapi.h, src/include/pa_socks.h,
13572: src/include/pa_sql_connection.h,
13573: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13574: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13575: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13576: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13577: src/include/pa_uue.h, src/lib/Makefile.am,
13578: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13579: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13580: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13581: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13582: src/lib/cord/include/ec.h,
13583: src/lib/cord/include/private/Makefile.am,
13584: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13585: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13586: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13587: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13588: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13589: src/main/compile_tools.C, src/main/compile_tools.h,
13590: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13591: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13592: src/main/pa_charsets.C, src/main/pa_common.C,
13593: src/main/pa_dictionary.C, src/main/pa_dir.C,
13594: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13595: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13596: src/main/pa_request.C, src/main/pa_socks.C,
13597: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13598: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13599: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13600: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13601: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13602: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13603: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13604: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13605: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13606: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13607: src/targets/isapi/parser3isapi.dsp,
13608: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13609: src/types/pa_junction.h, src/types/pa_method.h,
13610: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13611: src/types/pa_vclass.C, src/types/pa_vclass.h,
13612: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13613: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13614: src/types/pa_vdouble.h, src/types/pa_venv.h,
13615: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13616: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13617: src/types/pa_vimage.C, src/types/pa_vimage.h,
13618: src/types/pa_vint.h, src/types/pa_vjunction.h,
13619: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13620: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13621: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13622: src/types/pa_vobject.C, src/types/pa_vobject.h,
13623: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13624: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13625: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13626: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13627: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13628: src/types/pa_vstring.h, src/types/pa_vtable.C,
13629: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13630: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13631: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13632: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13633: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13634: HEAD
13635:
13636: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13637: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13638: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13639: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13640: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13641: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13642: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13643: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13644: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13645: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13646: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13647: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13648: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13649: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13650: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13651: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13652: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13653: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13654: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13655: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13656: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13657: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13658: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13659: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13660: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13661: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13662: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13663: outputs/create-dir, results/001.processed, results/002.processed,
13664: results/003.processed, results/004.processed,
13665: results/005.processed, results/006.processed,
13666: results/007.processed, results/008.processed,
13667: results/009.processed, results/010.processed,
13668: results/011.processed, results/012.processed,
13669: results/013.processed, results/014.processed,
13670: results/015.processed, results/016.processed,
13671: results/017.processed, results/018.processed,
13672: results/019.processed, results/020.processed,
13673: results/021.processed, results/022.processed,
13674: results/023.processed, results/024.processed,
13675: results/025.processed, results/026.processed,
13676: results/027.processed, results/028.processed,
13677: results/029.processed, results/030.processed,
13678: results/031.processed, results/032.processed,
13679: results/033.processed, results/034.processed,
13680: results/035.processed, results/036.processed,
13681: results/037.processed, results/038.processed,
13682: results/039.processed, results/040.processed,
13683: results/041.processed, results/042.processed,
13684: results/043.processed, results/044.processed,
13685: results/045.processed, results/046.processed,
13686: results/047.processed, results/048.processed,
13687: results/049.processed, results/050.processed,
13688: results/051.processed, results/052.processed,
13689: results/053.processed, results/054.processed,
13690: results/055.processed, results/056.processed,
13691: results/057.processed, results/058.processed,
13692: results/059.processed, results/060.processed,
13693: results/061.processed, results/062.processed,
13694: results/063.processed, results/064.processed,
13695: results/065.processed, results/066.processed,
13696: results/067.processed, results/068.processed,
13697: results/069.processed, results/070.processed,
13698: results/071.processed, results/072.processed,
13699: results/073.processed, results/074.processed,
13700: results/075.processed, results/076.processed,
13701: results/077.processed, results/078.processed,
13702: results/079.processed, results/080.processed,
13703: results/081.processed, results/082.processed,
13704: results/083.processed, results/084.processed,
13705: results/085.processed, results/086.processed,
13706: results/087.processed, results/088.processed,
13707: results/089.processed, results/090.processed,
13708: results/091.processed, results/092.processed,
13709: results/093.processed, results/094.processed,
13710: results/095.processed, results/096.processed,
13711: results/097.processed, results/098.processed,
13712: results/099.processed, results/100.processed,
13713: results/101.processed, results/102.processed,
13714: results/103.processed, results/104.processed,
13715: results/105.processed, results/106.processed,
13716: results/107.processed, results/108.processed,
13717: results/109.processed, results/110.processed,
13718: results/111.processed, results/112.processed,
13719: results/113.processed, results/114.processed,
13720: results/115.processed, results/116.processed,
13721: results/117.processed, results/118.processed,
13722: results/119.processed, results/120.processed,
13723: results/121.processed, results/122.processed,
13724: results/123.processed, results/124.processed,
13725: results/125.processed, results/126.processed,
13726: results/127.processed, results/128.processed,
13727: results/129.processed, results/130.processed,
13728: results/131.processed, results/132.processed,
13729: results/133.processed, results/134.processed,
13730: results/135.processed, results/136.processed,
13731: results/137.processed, results/138.processed,
13732: results/139.processed, results/140.processed,
13733: results/141.processed: merged(copied) to HEAD from template_gc
13734:
13735: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13736: towards \parser3project not having to be in root
13737:
13738: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13739: module compiled [were minor unnecessary changes in lib/md5
13740: interface]
13741:
13742: * src/include/pa_version.h: release
13743:
13744: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13745:
13746: * src/classes/math.C: merged uuid bugfix
13747:
13748: * tests/: 141.html, results/141.processed: fixed bug with
13749: too-small-a-buffer
13750:
13751: * src/classes/math.C: uuid bugfix
13752:
13753: * tests/: 141.html, Makefile, results/005.processed,
13754: results/030.processed, results/075.processed,
13755: results/078.processed: to reflect date format change (were -
13756: become ' ')
13757:
13758: * src/classes/math.C: uuid bugfix
13759:
13760: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13761: debug/release changes
13762:
13763: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13764:
13765: 2003-07-23 paf
13766:
13767: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13768: renamed a little [to move to comman naming conv]
13769:
1.116 moko 13770: * src/targets/Makefile.am: apache13 splitted to simplify apache
13771: build
1.95 moko 13772:
13773: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13774: main/pa_request.C, main/pa_sql_driver_manager.C,
13775: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13776: stack top_index() fixed
13777:
13778: * src/main/pa_globals.C: minor style changes
13779:
13780: * src/: classes/op.C, include/pa_sql_connection.h: connection
13781: closing/caching fixed [connections were not closed/put to cache]
13782:
13783: 2003-07-22 paf
13784:
13785: * INSTALL: gc part updated stightly
13786:
13787: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13788: new sapi interface
13789:
13790: * src/classes/file.C: comment on OS
13791:
13792: * src/main/pa_string.C: removed reduntant invariant check [there is
13793: one deeper in cord lib]
13794:
13795: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13796:
13797: * src/main/pa_memory.C: out of memory is no longer coredump
13798:
13799: * INSTALL: disable-threads adviced
13800:
13801: 2003-07-21 paf
13802:
1.116 moko 13803: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13804:
13805: * src/classes/file.C: file::exec/cgi environment variables now must
13806: be UPPERCASE and A-Z 0-9 _-
13807:
13808: * src/classes/file.C: env passing fixed
13809:
13810: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13811:
13812: * src/main/pa_common.C: http:// CRLF now
13813:
13814: 2003-07-02 paf
13815:
13816: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13817: fields to reflect their real meaning
13818:
13819: 2003-06-27 paf
13820:
13821: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13822: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13823: file::exec/cgi .charset
13824:
13825: 2003-06-26 paf
13826:
13827: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13828: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13829: src/classes/table.C: fixed several uninitialized local
13830: structures. notably ^hash.foreach now inserts delimiters
13831: properly [were inserting it before first body]
13832:
13833: 2003-06-24 paf
13834:
13835: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13836:
13837: 2003-06-20 paf
13838:
13839: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13840: src/main/pa_globals.C: introducing
13841: $f[^file::load[binary;http://...]] $f.tables
13842:
13843: 2003-06-06 paf
13844:
13845: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13846: table. [were method lookup: inconsistent]
13847:
13848: 2003-06-02 paf
13849:
13850: * src/include/pa_memory.h: empty string clone fixed to return
13851: writable memory
13852:
13853: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13854: were not appended] which violated string invariant
13855:
13856: 2003-05-30 paf
13857:
13858: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13859: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13860:
13861: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13862: GMT ; RFC 822, updated by RFC 1123
13863:
13864: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13865: targets/isapi/parser3isapi.C: initialized request_info properly
13866:
13867: * src/classes/xnode.C: found minor bug, commended for future
13868:
13869: 2003-05-28 paf
13870:
13871: * src/classes/form.C: request_info.content_length can't be <0,
13872: size_t for some time
13873:
13874: 2003-05-26 paf
13875:
13876: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13877: forgotten <0 changed to !=STRING_NOT_FOUND
13878:
13879: * src/classes/math.C: merged ffffu from HEAD
13880:
13881: 2003-05-11 paf
13882:
13883: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13884:
13885: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13886: premature doc free. transformed document had xmlDoc reference
13887: stored to non-gc-memory (libgdome) added holding-reference
13888:
13889: 2003-04-29 paf
13890:
13891: * src/main/pa_globals.C: started digging on double free. on win32
13892: found that that's perfectly normal.
13893:
13894: 2003-04-25 paf
13895:
13896: * src/classes/table.C: table.join bug fix [bad limit check]
13897:
13898: * src/classes/math.C: merged from HEAD: simpiler hash_string
13899:
13900: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13901: print anything. changed to quicker and simplier code
13902:
13903: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13904: strict a check]
13905:
13906: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13907:
13908: 2003-04-24 paf
13909:
13910: * src/include/pa_table.h: too strict assert loosened
13911:
13912: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13913: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13914: report
13915:
13916: 2003-04-21 paf
13917:
1.116 moko 13918: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13919:
13920: * src/main/pa_globals.C: pcre memory management changed to use GC
13921: memory
13922:
13923: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13924: xmlMallocAtomic [author agreed to my suggestion], used that
13925:
13926: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13927:
13928: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13929: types/pa_vmail.C: attributed_meaning_to_string added
13930: L_UNSPECIFIED piece which was sortof OK, but violated string
13931: invariant [assertion barked on that] changed to L_PASS_APPEND,
13932: made that param obligatory
13933:
13934: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13935: fixed [assert helped]
13936:
13937: * src/include/pa_string.h: assert added [looking for bug]
13938:
13939: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13940: names on Win32 considered disk-global
13941:
13942: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13943: considered disk-global
13944:
13945: 2003-04-18 paf
13946:
13947: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13948: filenames
13949:
13950: * src/main/untaint.C: enabled '~' letter in filenames
13951:
13952: 2003-04-16 paf
13953:
13954: * src/classes/file.C: small bug introduced in autoptr times fixed
13955:
13956: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13957: HEAD
13958:
1.116 moko 13959: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13960:
13961: 2003-04-15 paf
13962:
13963: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13964: src/lib/md5/pa_md5c.c, tests/141.html,
13965: tests/results/141.processed: merged from head ^math:uuid[]
13966: ^math:uid64[] ^math:md5[string]
13967:
13968: test added: 141.html
13969:
13970: * operators.txt, src/classes/math.C: ^math:uid64[]
13971:
13972: * src/classes/math.C: ^math:uuid[]
13973:
13974: * operators.txt, src/classes/math.C: ^math:uuid[]
13975:
13976: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13977: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13978:
13979: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13980: src/include/pa_config_fixed.h, src/main/pa_common.C:
13981: ^file::load[mode;name; $.offset $.limit
13982:
13983: 2003-04-14 paf
13984:
13985: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13986: started ^math:md5
13987:
13988: * src/classes/table.C, src/include/pa_array.h,
13989: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13990: tests/results/140.processed: table $.reverse option works in
13991: create&co table $.distinct[tables] bug fix merged
13992:
13993: * src/: classes/table.C, include/pa_table.h: table
13994: $.distinct[tables] bug fixed
13995:
13996: * src/classes/table.C: more warnings
13997:
13998: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13999: removed checks in table::set_current, moved them back to
14000: table::locate implemented table::create/join ñ $.reverse
14001:
14002: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14003: removed checks in table::set_current, moved them back to
14004: table::locate
14005:
14006: 2003-04-11 paf
14007:
14008: * operators.txt, src/classes/date.C, src/classes/table.C,
14009: src/include/pa_array.h, src/include/pa_common.h,
14010: src/include/pa_config_includes.h, src/include/pa_string.h,
14011: src/include/pa_table.h, src/main/pa_request.C,
14012: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14013: src/main/pa_table.C: merged from HEAD from
14014: before_append_array_limit_sense_change to
14015: after_append_array_limit_sense_change
14016:
14017: * src/classes/table.C: typo
14018:
14019: * operators.txt, src/classes/date.C, src/classes/table.C,
14020: src/include/pa_array.h, src/include/pa_common.h,
14021: src/include/pa_config_includes.h, src/include/pa_globals.h,
14022: src/include/pa_table.h, src/main/pa_array.C,
14023: src/main/pa_globals.C, src/main/pa_request.C,
14024: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14025: src/main/pa_table.C: append_array_limit_sense_change locate
14026: accepts options same as create new option: $.reverse(1) [do not
14027: work in table::create]
14028:
14029: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14030: (stat xxx,
14031:
14032: * src/classes/: table.C: typo
14033:
14034: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14035: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14036: results/130.processed, results/131.processed,
14037: results/132.processed, results/133.processed,
14038: results/134.processed, results/135.processed,
14039: results/136.processed, results/137.processed,
14040: results/138.processed, results/139.processed: added few mustfail
14041: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14042: date/time 132.html mustfail: access to junction outside of
14043: context 133.html mustfail: access to junction outside of context,
14044: case version 134.html mustfail: hash: adding a key inside of
14045: foreach 135.html mustfail: modifying system class 136.html
14046: mustfail: $.name outside of $hash[here] 137.html mustfail:
14047: appendChild without import 138.html mustfail: invalid encoding
14048: inside of xml 139.html mustfail: bad XPath
14049:
14050: * operators.txt, src/classes/table.C, tests/084.html,
14051: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
14052: tests/129.html, tests/results/125.processed,
14053: tests/results/126.processed, tests/results/127.processed,
14054: tests/results/128.processed, tests/results/129.processed: merged
14055: from HEAD ^table.hash[key][$.distinct[tables]]
14056:
14057: maked appropriate tests [changed one old nonconforming]
14058:
14059: * operators.txt, src/classes/table.C:
14060: ^table.hash[key][$.distinct[tables]]
14061:
14062: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14063: merged fix for found very old xml (dom) bug: were passing
14064: domString objects and later ERROREOUSLY freed them
14065:
14066: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
14067: src/main/pa_charset.C: re-added libgdome patch. regretfully
14068: libgdome bug can not be worked around
14069:
14070: 2003-04-10 paf
14071:
14072: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
14073: found very old xml (dom) bug: were passing domString objects and
14074: later ERROREOUSLY freed them
14075:
14076: * src/doc/string.dox, src/include/pa_memory.h,
14077: src/include/pa_string.h, src/lib/cord/cordbscs.c,
14078: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
14079: tests/123.html, tests/124.html, tests/results/001.processed,
14080: tests/results/002.processed, tests/results/003.processed,
14081: tests/results/004.processed, tests/results/005.processed,
14082: tests/results/006.processed, tests/results/008.processed,
14083: tests/results/009.processed, tests/results/010.processed,
14084: tests/results/011.processed, tests/results/012.processed,
14085: tests/results/013.processed, tests/results/014.processed,
14086: tests/results/015.processed, tests/results/016.processed,
14087: tests/results/017.processed, tests/results/018.processed,
14088: tests/results/020.processed, tests/results/021.processed,
14089: tests/results/022.processed, tests/results/023.processed,
14090: tests/results/024.processed, tests/results/025.processed,
14091: tests/results/026.processed, tests/results/027.processed,
14092: tests/results/028.processed, tests/results/029.processed,
14093: tests/results/030.processed, tests/results/031.processed,
14094: tests/results/032.processed, tests/results/033.processed,
14095: tests/results/034.processed, tests/results/035.processed,
14096: tests/results/036.processed, tests/results/037.processed,
14097: tests/results/038.processed, tests/results/039.processed,
14098: tests/results/040.processed, tests/results/041.processed,
14099: tests/results/042.processed, tests/results/043.processed,
14100: tests/results/044.processed, tests/results/045.processed,
14101: tests/results/046.processed, tests/results/047.processed,
14102: tests/results/048.processed, tests/results/049.processed,
14103: tests/results/050.processed, tests/results/051.processed,
14104: tests/results/052.processed, tests/results/053.processed,
14105: tests/results/054.processed, tests/results/055.processed,
14106: tests/results/056.processed, tests/results/057.processed,
14107: tests/results/058.processed, tests/results/059.processed,
14108: tests/results/060.processed, tests/results/061.processed,
14109: tests/results/062.processed, tests/results/063.processed,
14110: tests/results/064.processed, tests/results/065.processed,
14111: tests/results/066.processed, tests/results/067.processed,
14112: tests/results/068.processed, tests/results/069.processed,
14113: tests/results/070.processed, tests/results/071.processed,
14114: tests/results/072.processed, tests/results/073.processed,
14115: tests/results/074.processed, tests/results/075.processed,
14116: tests/results/076.processed, tests/results/077.processed,
14117: tests/results/078.processed, tests/results/079.processed,
14118: tests/results/080.processed, tests/results/081.processed,
14119: tests/results/082.processed, tests/results/083.processed,
14120: tests/results/084.processed, tests/results/085.processed,
14121: tests/results/086.processed, tests/results/087.processed,
14122: tests/results/088.processed, tests/results/089.processed,
14123: tests/results/090.processed, tests/results/091.processed,
14124: tests/results/092.processed, tests/results/093.processed,
14125: tests/results/094.processed, tests/results/095.processed,
14126: tests/results/096.processed, tests/results/097.processed,
14127: tests/results/101.processed, tests/results/102.processed,
14128: tests/results/104.processed, tests/results/105.processed,
14129: tests/results/106.processed, tests/results/107.processed,
14130: tests/results/108.processed, tests/results/109.processed,
14131: tests/results/110.processed, tests/results/111.processed,
14132: tests/results/112.processed, tests/results/113.processed,
14133: tests/results/114.processed, tests/results/115.processed,
14134: tests/results/116.processed, tests/results/117.processed,
14135: tests/results/118.processed, tests/results/119.processed,
14136: tests/results/120.processed, tests/results/121.processed,
14137: tests/results/122.processed, tests/results/123.processed,
14138: tests/results/124.processed: new convention: char* never 0.
14139: assert in cord on that
14140:
14141: * src/main/pa_charset.C: couple more asserts
14142:
14143: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14144: speedup
14145:
14146: * src/main/pa_charset.C: couple assertions on fantastic situations
14147: added [may be those is the case now?]
14148:
14149: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14150: that's memory from gc_malloc, not from g_malloc :(, but would
14151: hope]
14152:
14153: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14154: that's memory from gc_malloc, not from g_malloc :(, but would
14155: hope]
14156:
14157: * src/main/pa_charset.C: checked custom malloc for returning 0
14158:
14159: 2003-04-09 paf
14160:
14161: * src/classes/date.C: merged ^date.roll changes
14162:
14163: * src/classes/date.C: ^date.roll bug fix
14164:
14165: * src/classes/date.C: ^date.roll now throws less errors: month
14166: shifts handles end of month situation by reducing day number
14167: hour-hole shift reduces hour to recover
14168:
14169: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14170: Sort by function time
14171:
14172: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14173: http:// $.charset[] param done
14174:
14175: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14176: added [after volatile fix. passes on win&intel-solaris]
14177:
14178: 2003-04-08 paf
14179:
14180: * src/: classes/file.C, classes/op.C, classes/table.C,
14181: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14182: include/pa_common.h, include/pa_request_charsets.h,
14183: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14184: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14185: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14186: types/pa_vresponse.C: started http:// $.charset[] param and
14187: http response charset detection just compiled. todo:test
14188:
14189: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14190:
14191: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14192: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14193: types/pa_vmail.C: changed transcode param converntion along with
14194: string creating convention -- all strings are zero-terminated,
14195: this allowed to fix one remaining String("123", 2) case
14196:
14197: * src/: classes/date.C, classes/file.C, classes/hash.C,
14198: classes/op.C, classes/string.C, classes/table.C,
14199: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14200: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14201: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14202: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14203: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14204: violated String::invariant. started fixing [not compiled now]
14205:
14206: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14207: main/compile.tab.C, main/compile.y, main/pa_string.C,
14208: main/untaint.C, targets/cgi/parser3.C: number of string style
14209: improvements & optimizations
14210:
14211: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14212: :(]
14213:
14214: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14215: [for it's a pointer really]
14216:
14217: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14218: 'n' param. worked that around
14219:
14220: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14221: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14222: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14223: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14224: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14225:
14226: Thanks for the bug report and patch.
14227:
14228: I hadn't looked at this code in a while. Reading it now, it
14229: seems to me that the tests should also be ">= MAX_DEPTH" to
14230: comply with the invariant, though that may not matter a lot. I
14231: changed that, too.
14232:
14233: Hans
14234:
14235: 2003-04-07 paf
14236:
14237: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14238: merged from head:safe mode error message now includes numbers
14239:
14240: * src/main/execute.C: n-th attempt to make a=a work with double.
14241: problem: as_double returns it's result in fp-register compiler
14242: optimizes access to that register after b->as_double, and just
14243: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14244: from memory. _SAME_ double values do not match here. when
14245: forced to REload fp-register, values do match.
14246:
14247: tried to make them volatile.
14248:
14249: * src/main/execute.C: n-th attempt to make a=a work with double.
14250: problem: as_double returns it's result in fp-register compiler
14251: optimizes access to that register after b->as_double, and just
14252: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14253: from memory. _SAME_ double values do not match here. when
14254: forced to REload fp-register, values do match.
14255:
14256: tried to make them volatile.
14257:
14258: * src/types/pa_vobject.h: small style change
14259:
14260: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14261:
14262: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14263: mode error message now includes numbers
14264:
14265: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14266: now causes death
14267:
14268: 2003-04-04 paf
14269:
14270: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14271: incorportated pa_exec patch by From: "Victor Fedoseev"
14272: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14273: Sent: Thursday, January 23, 2003 9:14 AM
14274:
14275: huge speedup on ^file::cgi with big result
14276:
14277: * src/classes/table.C: sort table with 0 rows bug fixed
14278:
14279: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14280: fix http://i2/tasks/edit/?id=4493701604654042676
14281:
14282: @main[] $with_default[ $.a[1] $._default[default from
14283: with_default] ] ^show[$with_default]
14284:
14285: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14286: =$to_add_to.xxx=<br>
14287:
14288: ^show[$to_add_to]
14289:
14290: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14291: ^show[$cloned]
14292:
14293: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14294:
14295: } <hr>
14296:
14297: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14298: http://i2/tasks/edit/?id=4493701604654042676
14299:
14300: @main[] $with_default[ $.a[1] $._default[default from
14301: with_default] ] ^show[$with_default]
14302:
14303: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14304: =$to_add_to.xxx=<br>
14305:
14306: ^show[$to_add_to]
14307:
14308: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14309: ^show[$cloned]
14310:
14311: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14312:
14313: } <hr>
14314:
14315: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14316: http://i2/tasks/edit/?id=4507350336410850921
14317:
14318: * src/classes/xdoc.C: memory allocation func bugfix
14319: http://i2/tasks/edit/?id=4499303470368629745
14320:
14321: * src/classes/math.C: allowed random 1...
14322:
14323: * src/classes/math.C: allowed random 0..
14324:
14325: * src/main/pa_globals.C: exif mem leak
14326: http://i2/tasks/edit/?id=4480590323629807263
14327:
14328: * src/: classes/classes.dsp, main/main.dsp,
14329: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14330: fix http://i2/tasks/edit/?id=4493946731322521294
14331: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14332:
14333: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14334: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14335: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14336: links to xml libs made relative, no need to unpack parser3project
14337: to /parser3project.
14338:
14339: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14340: column more precise - tab handling bug fixed
14341:
14342: * src/main/: compile.tab.C, compile.y: more understandable error
14343: message in case @CLASS with more then one line inside
14344:
14345: * src/targets/cgi/parser3.C: more understandable error message in
14346: case of errors in @unhandled_exception
14347:
14348: 2003-04-03 paf
14349:
14350: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14351: src/main/compile.tab.C, src/main/compile.y,
14352: src/main/compile_tools.C, src/main/compile_tools.h,
14353: src/main/execute.C, src/main/pa_request.C: debug info format
14354: simplified, now it's: OP_VALUE Operation::Origin << here value*
14355:
14356: higher limits: file number (max: 255) line number (max:
14357: 64535) column number (max: 255)
14358:
14359: * src/classes/math.C: top limit
14360:
14361: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14362: precise parse error position in case of
14363:
14364: ^bug ]
14365:
14366: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14367: changed to realities, and passed [bug fixed]
14368:
14369: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14370: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14371: main/compile_tools.h, main/pa_request.C: introducing
14372: ^process...[main-method-alias]
14373:
14374: * src/: classes/date.C, classes/image.C, classes/op.C,
14375: classes/string.C, classes/table.C, classes/xdoc.C,
14376: types/pa_vmethod_frame.h: MethodParams& now [methods without
14377: params receive zero reference, but they are expected not to look
14378: there]
14379:
14380: * operators.txt, src/classes/date.C, src/classes/double.C,
14381: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14382: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14383: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14384: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14385: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14386: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14387: [methods without params receive zero reference, but they are
14388: expected not to look there]
14389:
14390: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14391: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14392: ^process...[filename] useful for better error reporting
14393: [file/line/col]
14394:
14395: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14396: types/pa_vstring.h: slightly improved error messages text: 1. is
14397: '%s', it 2. method undefined in case of ^void[]
14398:
14399: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14400: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14401: handling done. now we have error columns todo: test it
14402:
14403: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14404: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14405:
14406: this makes life easier: were: bad stack order -- were in
14407: exception catch unwind order, which didn't match execution order
14408:
14409: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14410:
14411: @first[] ^throw[a;1]
14412:
14413: showed throw a first throw b try
14414:
14415: which is no good
14416:
14417: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14418: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14419: trace reset after handled exception [old bug fixed]
14420:
14421: * src/main/: compile.tab.C, compile.y: parse position old bug
14422: fixed. position reporting made precise [both, in parse erros and
14423: runtime errors]
14424:
14425: 2003-04-02 paf
14426:
14427: * src/: include/pa_operation.h, include/pa_request.h,
14428: main/compile.C, main/compile.tab.C, main/compile.y,
14429: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14430: main/pa_exception.C, main/pa_request.C: debug info: started
14431: using. todo:complete
14432:
14433: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14434: main/compile.C, main/compile.tab.C, main/compile.y,
14435: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14436: main/pa_request.C: prepared debug info todo:use it
14437:
14438: * src/include/pa_operation.h: strange mistake fixed: forgot to
14439: return Operation class->union after switching from autoptrs.
14440:
14441: * tests/: Makefile, results/108.processed, results/117.processed:
14442: meta considered OK [it's up to coder now to remove it not needed]
14443:
14444: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14445: Dictionary constructor when moved to gc]
14446:
14447: * src/main/pa_common.C: uncommented http:// file loading
14448:
14449: * src/include/pa_array.h, src/main/execute.C,
14450: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14451: fix [gdGrowingBuf]
14452:
14453: * configure.in, src/lib/Makefile.am: removed patches
14454:
14455: * configure, src/include/pa_config_auto.h.in,
14456: src/main/pa_charset.C: --enable-assertions autoconf-ed
14457:
14458: * src/main/pa_common.C: uncommented http:// file loading
14459:
14460: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14461: xdoc::create/load
14462:
14463: * src/: classes/form.C, classes/hash.C, classes/image.C,
14464: classes/string.C, classes/table.C, classes/void.C,
14465: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14466: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14467: String::String(str,helper_length) are checked. found/fixed one
14468: place: $request:body now zero-terminated,
14469:
14470: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14471: main/compile_tools.C, main/execute.C, types/pa_value.h,
14472: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14473: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14474: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14475: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14476: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14477: types/pa_vxnode.h: more locally scoped vars in execute (more
14478: easily optimizable)
14479:
14480: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14481: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14482:
14483: * src/: include/pa_array.h, include/pa_stack.h,
14484: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14485: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14486: become assertion iterator in methodframe filler
14487:
14488: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14489: targets/cgi/parser3.C: array::get/put inlined
14490:
14491: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14492: gc_substitute_memory_management_functions +installed CORD_oom
14493: function
14494:
14495: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14496: src/include/pa_config_includes.h, src/include/pa_string.h,
14497: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14498: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14499: assertions started configure.in --enable-assertions
14500:
14501: 2003-04-01 paf
14502:
14503: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14504: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14505: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14506: gdome uses glib memory, and stores last pointer to xmlDoc there,
14507: gc misses that and collects valid memory fixed by remembering
14508: xmlDoc from dom object in xdoc. todo: do something with
14509: premature free of xdoc with xnodes/node values referring into it
14510:
14511: * src/classes/: mail.C: typo fix
14512:
14513: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14514: changes
14515:
14516: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14517: main/pa_memory.C: moved memory debugging to global level: to
14518: pa_gc_malloc
14519:
14520: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14521: debugging showed no errors. todo: debug parser memory
14522:
14523: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14524: configurations
14525:
14526: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14527: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14528: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14529: types/types.dsp: prepared xml-static configuration
14530:
14531: 2003-03-31 paf
14532:
14533: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14534: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14535: xml lib memory debugging, simple checks failed: it seems that
14536: library does realloc(bad ptr), and recording those ptrs in heap
14537: [for debugging] was bad: heap situation changes = everything
14538: works fine
14539:
14540: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14541: xmlRegisterCharEncodingHandler limitation [currently imposed
14542: limit of 10 user-defined charsets]
14543:
14544: 2003-03-28 paf
14545:
14546: * src/main/execute.C: execution stack copied to local register
14547: variable, removed lots [~2e7) of memory accesses
14548:
14549: 2003-03-27 paf
14550:
14551: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14552: works in debug, but fails in release todo: fix that
14553:
14554: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14555: targets/cgi/parser3.C: forgot to merge XML memory funcs
14556: replacement from gc branch
14557:
14558: * src/main/pa_exec.C: introducing append_help_length [radical
14559: improvement here]
14560:
14561: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14562: 'not recommened' in gc.h, on win32 noticed no difference]
14563:
14564: * src/include/pa_array.h: returned checked array get [were disabled
14565: for debugging] result:not slower [don't understand that, it were
14566: INLINED] todo: find out a way of inlining it!
14567:
14568: * src/: include/pa_string.h, lib/gc/include/gc.h,
14569: lib/gc/include/gc_fake.h, main/compile.tab.C,
14570: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14571: convention changed: all resulting strings are zero-terminated
14572:
14573: * src/: classes/date.C, classes/file.C, classes/hash.C,
14574: classes/string.C, classes/table.C, classes/void.C,
14575: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14576: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14577: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14578: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14579: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14580: types/pa_vfile.C, types/pa_vmail.C: introducing
14581: append_help_length [radical improvement here]
14582:
14583: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14584: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14585: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14586: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14587: even slower
14588:
14589: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14590: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14591: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14592: clients of &get(): most to use non-ref version, some[in tight
14593: places] to get_unchecked_ref
14594:
14595: * src/doc/memory.dox: forgot to add
14596:
14597: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14598: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14599: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14600: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14601: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14602: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14603: targets/cgi/parser3.dsp, types/pa_vmail.C,
14604: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14605: T>>&<< removed after Stack::pop wiping removed [moved to separate
14606: func] other Array & removed
14607:
14608: 2003-03-26 paf
14609:
14610: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14611: classes/table.C, include/pa_array.h, include/pa_charset.h,
14612: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14613: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14614: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14615: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14616: main/pa_exec.C, main/pa_sql_driver_manager.C,
14617: main/pa_stylesheet_manager.C, main/pa_table.C,
14618: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14619: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14620: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14621: pre-evaluated .count() in some places
14622:
14623: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14624: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14625: types/types.dsp: .dsp profiling updated
14626:
14627: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14628: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14629: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14630:
14631: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14632: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14633: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14634: use lib/gc,lib/cord
14635:
1.116 moko 14636: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14637: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14638: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14639: src/include/pa_config_includes.h, src/include/pa_request.h,
14640: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14641: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14642: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14643: src/lib/cord/include/Makefile.am,
1.116 moko 14644: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14645: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14646: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14647: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14648: src/types/pa_vform.h, src/types/pa_vhash.h,
14649: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14650: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14651: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14652: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14653: funcs ported pa_exec
1.95 moko 14654:
14655: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14656:
14657: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14658: bundled gc includes
14659:
14660: * src/: classes/op.C, include/pa_array.h,
14661: include/pa_sql_connection.h, include/pa_string.h,
14662: include/pa_version.h, main/compile.tab.C, main/compile.y,
14663: main/execute.C, main/pa_common.C, main/pa_exception.C,
14664: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14665: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14666: first real site (aval)]
14667:
14668: 2003-03-25 paf
14669:
14670: * operators.txt, src/main/pa_sql_driver_manager.C,
14671: src/types/pa_vstatus.C: $status.memory used free since_compact
14672: process
14673:
14674: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14675: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14676:
14677: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14678:
14679: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14680: src/types/pa_value.h, src/types/pa_vfile.h,
14681: src/types/pa_vobject.C, src/types/pa_vobject.h,
14682: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14683: tests/results/121.processed: untaint.C L_URI
14684:
14685: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14686: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14687: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14688: src/types/pa_vmemory.h: ^memory:compact[]
14689:
14690: * tests/results/109.processed: it was a bug in parser. updated 109
14691: test result
14692:
14693: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14694:
14695: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14696: tests/results/107.processed: fixed dom language [values are now
14697: considered tainted. it was a bug in parser. updated 107 test
14698: result
14699:
14700: * src/classes/xdoc.C: fixed transform params
14701:
14702: * src/: include/pa_stylesheet_manager.h,
14703: main/pa_stylesheet_manager.C: fixed stylesheet caching
14704:
14705: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14706: overloads for structure handling
14707:
14708: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14709: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14710: StringBody(0) ambiguilty, introducting static
14711: StringBody::Format(int)
14712:
14713: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14714: linked
14715:
14716: * src/types/pa_vxdoc.C: vxdoc compiled
14717:
14718: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14719: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14720: finalizers isntalled
14721:
14722: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14723: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14724: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14725: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14726: compiled todo: xnode.C / finalizers
14727:
14728: * src/doc/string.dox: updated: new string internals
14729:
14730: 2003-03-24 paf
14731:
14732: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14733: include/pa_charset.h, include/pa_config_fixed.h,
14734: include/pa_request.h, include/pa_stylesheet_connection.h,
14735: include/pa_stylesheet_manager.h, main/pa_charset.C,
14736: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14737: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14738: types/pa_vxnode.h: started XML
14739:
14740: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14741:
14742: * src/: classes/file.C, classes/image.C, classes/mail.C,
14743: include/pa_string.h, main/pa_common.C,
14744: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14745:
14746: * src/: classes/file.C, classes/image.C, classes/mail.C,
14747: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14748: main/pa_request.C, main/pa_sql_driver_manager.C,
14749: types/pa_vimage.h: size_t pos everywhere checks changed to check
14750: for eq STRING_NOT_FOUND
14751:
14752: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14753: optimize bit implemented
14754:
14755: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14756: String::ArrayFragment::append_positions fixed
14757:
14758: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14759: String::this_starts fixed
14760:
14761: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14762:
14763: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14764: hashcode implemented fully, including per-char callback [it can
14765: be - substr CORD node]
14766:
14767: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14768: rewritten to rewalloc with 100byte buf ahead
14769:
14770: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14771: src/include/pa_string.h, src/main/compile.tab.C,
14772: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14773: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14774: CORD_ec [bad] would rewrite as realloc now
14775:
14776: * src/: classes/date.C, classes/file.C, classes/form.C,
14777: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14778: include/pa_cache_managers.h, include/pa_charsets.h,
14779: include/pa_common.h, include/pa_request.h,
14780: include/pa_sql_driver_manager.h, include/pa_table.h,
14781: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14782: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14783: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14784: types/pa_vmail.C, types/pa_vmethod_frame.C,
14785: types/pa_vstateless_class.h: 2*2 worked :)
14786:
14787: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14788: src/include/pa_exec.h, src/include/pa_string.h,
14789: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14790: passed OK
14791:
14792: * src/: classes/hash.C, classes/string.C, classes/table.C,
14793: types/pa_value.C: all linked todo: debug
14794:
14795: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14796: types/pa_vstateless_class.C: all compiled. todo:link
14797:
14798: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14799:
14800: * src/types/pa_vtable.C: pa_vtable.C compiled
14801:
14802: * src/types/pa_vstring.C: pa_vstring.C compiled
14803:
14804: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14805:
14806: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14807: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14808: pa_vstateless_class.C, pa_vstateless_class.h:
14809: pa_vstateless_class.C compiled
14810:
14811: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14812: types/pa_vmath.C: pa_vmail.C compiled
14813:
14814: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14815:
14816: * src/types/pa_vform.C: pa_vform.C compiled
14817:
14818: * src/types/pa_vfile.C: pa_vfile.C compiled
14819:
14820: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14821: pa_vstateless_class.C: pa_vcookie.C compiled
14822:
14823: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14824: types/pa_vhash.h: pa_value.C compiled
14825:
14826: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14827: classes.lib main.lib compiled
14828:
14829: * src/classes/void.C: void.C compiled
14830:
14831: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14832: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14833: compiled
14834:
14835: * src/: classes/string.C, include/pa_request.h,
14836: include/pa_string.h, main/pa_string.C: string.C compiled
14837:
14838: * src/: classes/op.C, classes/string.C, classes/table.C,
14839: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14840: main/pa_request.C, main/pa_string.C: op.C compiled
14841:
14842: * src/classes/: math.C, op.C: math.C compiled
14843:
14844: * src/: classes/mail.C, classes/string.C, classes/table.C,
14845: types/pa_vmail.h: mail.C compiled
14846:
14847: * src/classes/: int.C, table.C: int.C compiled
14848:
14849: * src/: classes/hash.C, classes/image.C, classes/string.C,
14850: classes/table.C, include/pa_memory.h, include/pa_string.h,
14851: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14852: compiled
14853:
14854: * src/: classes/hash.C, classes/string.C, classes/table.C,
14855: classes/void.C, classes/xdoc.C, include/pa_request.h,
14856: include/pa_sql_connection.h: hash.C compiled
14857:
14858: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14859: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14860: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14861: classes/math.C, classes/op.C, classes/response.C,
14862: classes/string.C, classes/table.C, classes/void.C,
14863: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14864: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14865: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14866: file.C table.C compiled
14867:
14868: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14869: main/untaint.C: main.lib compiled
14870:
14871: 2003-03-21 paf
14872:
14873: * src/: classes/op.C, include/pa_cache_managers.h,
14874: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14875: include/pa_stylesheet_manager.h, main/pa_exception.C,
14876: main/pa_globals.C, main/pa_sql_driver_manager.C,
14877: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14878: compiled
14879:
14880: * src/: classes/hash.C, classes/image.C, classes/op.C,
14881: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14882: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14883: main/compile.C, main/pa_common.C, main/pa_request.C,
14884: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14885: pa_request.C compiled
14886:
14887: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14888: include/pa_request.h, main/execute.C, main/pa_request.C,
14889: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14890: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14891: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14892: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14893: compiled
14894:
14895: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14896: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14897: on unix
14898:
14899: * src/: include/pa_charset.h, include/pa_charsets.h,
14900: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14901: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14902: pa_charsets.C compiled
14903:
14904: * src/: classes/image.C, classes/mail.C, classes/op.C,
14905: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14906: main/compile.y, main/execute.C, main/pa_common.C,
14907: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14908: types/pa_vcode_frame.h, types/pa_vimage.h,
14909: types/pa_vmethod_frame.h: execute.C compiled
14910:
14911: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14912: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14913: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14914: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14915: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14916: include/pa_cache_managers.h, include/pa_charsets.h,
14917: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14918: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14919: include/pa_sql_driver_manager.h, include/pa_string.h,
14920: include/pa_stylesheet_connection.h,
14921: include/pa_stylesheet_manager.h, include/pa_table.h,
14922: main/compile.C, main/compile.tab.C, main/compile.y,
14923: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14924: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14925: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14926: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14927: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14928: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14929: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14930: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14931: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14932: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14933: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14934: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14935: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14936: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14937: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14938: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14939: types/pa_vresponse.h, types/pa_vstateless_class.C,
14940: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14941: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14942: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14943: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14944: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14945: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14946: [C++ CORD wrapper]
14947:
14948: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14949:
14950: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14951: $file::exec/cgi[script; $.charset[this is script's charset]
14952:
14953: command line, env values, input got transcoded before call
14954: stdout, stderr got transcoded after call
14955:
14956: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14957: by default. use: ^file::exec[...;$.stdin[$request.body]
14958:
14959: * src/main/pa_common.C: } typo bug fix
14960:
14961: * src/main/pa_common.C: } typo bug fix
14962:
14963: 2003-03-20 paf
14964:
14965: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14966: main/untaint.C: cord bug fix, but still errors todo: clear out
14967:
14968: * src/include/pa_string.h: more tests
14969:
14970: * src/main/pa_string.C: string.pos fixed
14971:
1.116 moko 14972: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14973: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14974: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14975: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14976: replaces
1.95 moko 14977:
14978: * src/: classes/image.C, include/pa_dictionary.h,
14979: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14980: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14981: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14982: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14983:
14984: * src/include/pa_string.h: warning
14985:
14986: * src/include/pa_string.h: this_starts fixed
14987:
14988: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14989: new String ctor & append params convention
14990:
14991: * src/: classes/file.C, classes/hash.C, classes/image.C,
14992: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14993: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14994: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14995: main/pa_exception.C, main/pa_exec.C,
14996: main/pa_sql_driver_manager.C, main/pa_string.C,
14997: main/pa_stylesheet_manager.C, main/untaint.C,
14998: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14999: types/pa_vmail.C: more tests OK
15000:
15001: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15002: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15003: gc/exit runned OK
15004:
15005: * src/types/pa_vmail.C: another naming problem: should not name
15006: vars like that: unpredictable close caused problems with later
15007: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15008: descriptors missing on startup: stdin; Bad file number
15009:
15010: todo: find out why so many filters(stream) here. probably wrong?
15011:
15012: * src/: include/pa_dictionary.h, include/pa_string.h,
15013: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15014: main/untaint.C: test compiled
15015:
15016: * src/: classes/image.C, classes/mail.C, classes/math.C,
15017: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15018: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15019: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15020: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15021: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15022: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15023: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15024: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15025: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15026:
15027: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15028: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15029: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15030: src/include/pa_memory.h, src/include/pa_request.h,
15031: src/include/pa_request_charsets.h,
15032: src/include/pa_sql_connection.h, src/include/pa_string.h,
15033: src/main/compile.tab.C, src/main/execute.C,
15034: src/main/pa_charset.C, src/main/pa_common.C,
15035: src/main/pa_exception.C, src/main/pa_exec.C,
15036: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15037: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15038: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15039: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15040: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15041: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15042: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15043: src/types/pa_vobject.C, src/types/pa_vresponse.C,
15044: src/types/pa_vstatus.C, src/types/pa_vstring.C,
15045: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15046: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
15047: pa_common.C [done, without http for now]
15048:
15049: 2003-03-19 paf
15050:
15051: * src/: classes/date.C, classes/form.C, classes/hash.C,
15052: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
15053: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
15054: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
15055: include/pa_string.h, include/pa_table.h, main/compile.C,
15056: main/compile_tools.C, main/execute.C, main/pa_charset.C,
15057: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
15058: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
15059: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15060: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
15061: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
15062: types/pa_vstateless_class.h, types/pa_vtable.C,
15063: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
15064: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15065: types/pa_wwrapper.h: started test
15066:
1.116 moko 15067: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
15068: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 15069:
15070: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
15071: include/pa_string.h, main/pa_string.C: string compiled todo: test
15072: it
15073:
15074: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
15075: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
15076: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
15077: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
15078: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
15079: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
15080: types/pa_vmethod_frame.h, types/types.dsp: string
15081: reimplementation with cord+array<fragment>: 70%
15082:
15083: 2003-03-18 paf
15084:
15085: * src/: classes/date.C, classes/file.C, classes/form.C,
15086: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
15087: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15088: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15089: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15090: can ignore lang in cmp and pos really, but would
15091: split properly!
15092:
15093: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15094: cord part made parser/src/lib: it's not compiled into libgc by
15095: default
15096:
15097: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15098: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15099: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15100: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15101: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15102: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15103: src/classes/xnode.C, src/classes/xnode.h,
15104: src/include/Makefile.am, src/include/pa_cache_managers.h,
15105: src/include/pa_charset.h, src/include/pa_charsets.h,
15106: src/include/pa_common.h, src/include/pa_dictionary.h,
15107: src/include/pa_exception.h, src/include/pa_exec.h,
15108: src/include/pa_globals.h, src/include/pa_hash.h,
15109: src/include/pa_memory.h, src/include/pa_pool.h,
15110: src/include/pa_request.h, src/include/pa_request_charsets.h,
15111: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15112: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15113: src/include/pa_stylesheet_connection.h,
15114: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15115: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15116: src/main/compile.C, src/main/compile.tab.C,
15117: src/main/compile_tools.C, src/main/compile_tools.h,
15118: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15119: src/main/pa_charsets.C, src/main/pa_common.C,
15120: src/main/pa_dictionary.C, src/main/pa_exception.C,
15121: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15122: src/main/pa_pool.C, src/main/pa_request.C,
15123: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15124: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15125: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15126: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15127: src/types/pa_junction.h, src/types/pa_method.h,
15128: src/types/pa_value.C, src/types/pa_value.h,
15129: src/types/pa_vclass.C, src/types/pa_vclass.h,
15130: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15131: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15132: src/types/pa_vdouble.h, src/types/pa_venv.h,
15133: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15134: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15135: src/types/pa_vimage.C, src/types/pa_vimage.h,
15136: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15137: src/types/pa_vmath.C, src/types/pa_vmath.h,
15138: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15139: src/types/pa_vobject.C, src/types/pa_vobject.h,
15140: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15141: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15142: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15143: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15144: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15145: src/types/pa_vstring.h, src/types/pa_vtable.C,
15146: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15147: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15148: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15149: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15150: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15151: gc: PA_Object done lots of replacements also
15152:
15153: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15154: gc logging
15155:
15156: 2003-03-17 paf
15157:
15158: * src/: classes/date.C, classes/file.C, classes/form.C,
15159: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15160: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15161: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15162: include/pa_string.h, include/pa_types.h, main/compile.C,
15163: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15164: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15165: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15166: main/pa_sql_driver_manager.C, main/pa_string.C,
15167: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15168: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15169: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15170: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15171: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15172: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15173: types/pa_vxnode.h: libgc attempt
15174:
15175: 2003-03-13 paf
15176:
15177: * src/: include/pa_sql_driver_manager.h,
15178: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15179: called
15180:
15181: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15182: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15183: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15184: types/pa_value.h, types/pa_vobject.h,
15185: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15186: set_base, set_derived simplified [counter leaks fixed]
15187:
15188: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15189: src/types/types.dsp: incorporated status class patch From:
15190: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15191: 2003 8:14 AM
15192:
15193: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15194: Win32 specific: QuotaPeakNonPagedPoolUsage
15195: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15196:
15197: 2003-03-12 paf
15198:
1.116 moko 15199: * configure, configure.in, src/lib/ltdl/configure,
15200: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15201: lib/ltdl/Makefile now created by /configure.in only [were by
15202: lib/ltdl/configure.in OVERWRITE]
15203:
1.116 moko 15204: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15205: linkage fixed for g++ 3.2.2
1.95 moko 15206:
15207: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15208: on using privately declared class [fixed]
15209:
15210: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15211: 3.2 rightliy complained on using privately declared class [fixed]
15212:
15213: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15214: sigpipe before request constructor now causes death
15215:
15216: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15217: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15218: not cause exception in exception handler
15219:
1.116 moko 15220: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15221: now default links libstdc++ statically. that can be overriden by
15222: --with-dynamic-stdcpp
1.95 moko 15223:
15224: 2003-03-11 paf
15225:
15226: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15227: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15228: necessity of libstdc++
15229:
15230: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15231:
15232: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15233:
15234: 2003-03-08 paf
15235:
15236: * tests/Makefile: make install & co
15237:
15238: * src/: include/pa_request.h, classes/op.C: removing
15239: vclass,object.h -> pa_request.h dependency
15240:
15241: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15242: main/pa_request.C: removing vform,response,cookie.h ->
15243: pa_request.h dependency
15244:
15245: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15246: dependency [testing...]
15247:
15248: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15249: return 0; fixed
15250:
15251: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15252: types/pa_vmail.h: vmail.C received just compiled [not tested]
15253:
15254: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15255:
15256: * src/main/pa_request.C: forgotten: ifdef XML
15257:
15258: * src/main/pa_request.C: forgotten: ifdef XML
15259:
15260: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15261: win32 and run memleak tests again
15262:
15263: * src/targets/cgi/parser3.C: charsets: see some strange things with
15264: old xml lib-- it's internal memory handling has faults
15265:
15266: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15267: problems when transcode from charset A to A.
15268:
15269: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15270: todo: still problems when transcode from charset A to A.
15271:
15272: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15273: classes/table.C, include/pa_array.h,
15274: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15275: started full-scale-site-test [~ http://parser.ru sources]
15276:
15277: some fixes
15278:
15279: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15280: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15281: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15282: results/110.processed, results/111.processed,
15283: results/112.processed, results/113.processed,
15284: results/114.processed, results/115.processed,
15285: results/116.processed, results/117.processed,
15286: results/118.processed, results/119.processed,
15287: results/120.processed: xml: tests 109 dom create/show 110 xpath
15288: selectSingle 111 xdoc.create from tainted & 112
15289: xdoc.create/output with russian attr value 113 xpath
15290: selectString/Number 114 dom attributes.count 115 xpath selectBool
15291: 116 output media-type change 117 transform by dom stylesheet 118
15292: empty transform result 119 dom setAttribute 120 nbsp letter
15293: output
15294:
15295: =END OF PREPARED XML TESTS=
15296:
15297: 2003-03-07 paf
15298:
15299: * src/classes/xdoc.C, src/include/pa_charset.h,
15300: src/include/pa_stylesheet_connection.h, tests/108.html,
15301: tests/108.xsl, tests/results/108.processed: xml: test 108
15302: transform with params [bugs fixed]
15303:
15304: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15305: from copy/paste bug
15306:
15307: * src/classes/xdoc.C, src/include/pa_charset.h,
15308: src/include/pa_request.h, src/main/execute.C,
15309: src/main/pa_charset.C, src/main/pa_exception.C,
15310: src/main/pa_globals.C, src/main/pa_request.C,
15311: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15312: src/types/pa_vxnode.C, tests/107.html,
15313: tests/results/107.processed: xml: test: 107 bug fixes
15314:
15315: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15316: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15317: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15318:
15319: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15320: string
15321:
15322: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15323: mem alloc functions used for different cases [libxml, libxsl]
15324:
15325: * src/classes/classes.C: fixed: prevent system classes from
15326: modification to lock ALL the classes, not only directly used
15327:
15328: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15329: linked
15330:
15331: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15332:
15333: 2003-03-06 paf
15334:
15335: * src/classes/xdoc.C: xdoc.C 50%
15336:
15337: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15338: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15339: main/pa_globals.C, main/pa_request.C,
15340: main/pa_stylesheet_manager.C: xnode.C compiled
15341:
15342: * src/: include/pa_stylesheet_connection.h,
15343: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15344: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15345:
15346: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15347: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15348: xml: stylesheet&manager STARTED
15349:
15350: * src/: include/pa_globals.h, main/pa_charset.C,
15351: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15352:
15353: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15354: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15355: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15356: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15357: charsets
15358:
15359: * tests/023.html: in some cases it rounded up badly. postponing
15360: solution of that problem, making more simple test
15361:
15362: * tests/: 058_paf2000.png, results/058.processed: .png added with
15363: -kb now
15364:
15365: * src/: include/pa_charset.h, include/pa_charsets.h,
15366: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15367: moved to charsets.C
15368:
15369: 2003-03-05 paf
15370:
15371: * src/classes/string.C, src/include/pa_string.h,
15372: src/main/pa_string.C, tests/105.html,
15373: tests/results/105.processed: String::match bug fixed
15374:
15375: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15376: tests/results/104.processed: ^bpt operator added [does int3 in
15377: debug build on win32]
15378:
15379: * tests/: 057.html, results/057.processed: test bug fixed
15380:
1.116 moko 15381: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15382:
15383: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15384: missing
15385:
1.116 moko 15386: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15387: forgotten files added to Makes
1.95 moko 15388:
15389: * ltmain.sh: ltmain.sh added
15390:
15391: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15392: change undone ;(
15393:
15394: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15395: made static
15396:
15397: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15398: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15399: todo:make linker happy
1.95 moko 15400:
15401: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15402: env param made optional
15403:
15404: 2003-03-04 paf
15405:
15406: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15407: types/pa_vimage.h: number of gcc compiler bugs fixed
15408:
15409: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15410: results/103.processed: tests: 103 image.copy transparence test
15411:
15412: * src/main/execute.C, tests/101.html, tests/102.html,
15413: tests/results/101.processed, tests/results/102.processed: tests:
15414: 101 method/variable name conflict test 102 form fields change
15415: should not not change anything [bug fix]
15416:
15417: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15418: results/099.processed, results/100.processed: tests: 57 date
15419: create 2002: added 99,100 response:body/download
15420:
15421: * src/classes/image.C, tests/098.html, tests/098font.gif,
15422: tests/results/098.processed: test: 98 image font text [bug fixed]
15423:
15424: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15425: tests/results/097.processed: test: 97 file::load http:// [bugs
15426: fixed]
15427:
15428: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15429: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15430: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15431: image EXIF [bug fixed]
15432:
15433: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15434: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15435: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15436: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15437: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15438: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15439: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15440: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15441: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15442: tests/094.html, tests/095.html, tests/results/061.processed,
15443: tests/results/062.processed, tests/results/063.processed,
15444: tests/results/064.processed, tests/results/065.processed,
15445: tests/results/066.processed, tests/results/067.processed,
15446: tests/results/068.processed, tests/results/069.processed,
15447: tests/results/070.processed, tests/results/071.processed,
15448: tests/results/072.processed, tests/results/073.processed,
15449: tests/results/074.processed, tests/results/075.processed,
15450: tests/results/076.processed, tests/results/077.processed,
15451: tests/results/078.processed, tests/results/080.processed,
15452: tests/results/081.processed, tests/results/082.processed,
15453: tests/results/083.processed, tests/results/084.processed,
15454: tests/results/085.processed, tests/results/086.processed,
15455: tests/results/087.processed, tests/results/088.processed,
15456: tests/results/089.processed, tests/results/090.processed,
15457: tests/results/091.processed, tests/results/092.processed,
15458: tests/results/093.processed, tests/results/094.processed,
15459: tests/results/095.processed, tests/079.html,
15460: tests/results/079.processed: tests: 61 file::stat size 62
15461: string->int autoconvert 63 double .int,dec,div,mul 64 date
15462: compare 65 file: basename,justname,justext 66 math:crypt 67
15463: string.match simple on long 68 string.match normalized simple on
15464: long 69 string.int 70 file::stat content-type 71 table.join 72
15465: hash parameter conditional pass 73 date daylightsaving,yearday 74
15466: date arithmetics 75 response date values/attributes 76 string.pos
15467: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15468: with local 80 scientific numeric literal in string autoconvert 81
15469: xor: logical and numerical 82 for delims 83 menu delims 84
15470: table.hash distinct 85 long string replace 86 throw+catch
15471: current language preserve 87 bit shifts 88 junction tests +
15472: $caller test 89 hash.foreach selfmodification 90 int/void to int
15473: 91 $caller test 92 junction is + def junction tests 93 $caller
15474: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15475:
15476: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15477: fixed] 60 string eq string [bug fixed]
15478:
15479: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15480: 058.html, 058_paf2000.png, 059.html, 060.html,
15481: results/053.processed, results/054.processed,
15482: results/055.processed, results/056.processed,
15483: results/057.processed, results/058.processed,
15484: results/059.processed, results/060.processed: test: 53
15485: string.replace 54 junctions 55 table.hash 56 call indirect 57
15486: date.create[string] 58 image.measure[png]
15487:
15488: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15489: outputs/051.processed, results/052.processed: test: 52
15490: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15491: task: fix that
15492:
15493: 2003-03-03 paf
15494:
15495: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15496: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15497: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15498: outputs/049.processed, outputs/050.processed,
15499: outputs/051.processed, results/001.processed,
15500: results/002.processed, results/003.processed,
15501: results/005.processed, results/006.processed,
15502: results/008.processed, results/009.processed,
15503: results/011.processed, results/012.processed,
15504: results/013.processed, results/014.processed,
15505: results/015.processed, results/016.processed,
15506: results/017.processed, results/020.processed,
15507: results/021.processed, results/022.processed,
15508: results/024.processed, results/025.processed,
15509: results/026.processed, results/027.processed,
15510: results/028.processed, results/029.processed,
15511: results/030.processed, results/031.processed,
15512: results/049.processed, results/050.processed,
15513: results/051.processed, results/043.processed,
15514: results/044.processed, results/045.processed,
15515: results/046.processed, results/047.processed,
15516: results/048.processed: tests: 43,44,45 date rolls 46
15517: autoevaluating junction 47 table.select 48 name with subvar 49
15518: hash-creating switch 50 process 51 started parent/child, works as
15519: it were but it were NOT GOOD, created separate task to fix that
15520:
15521: * tests/: 042.html, results/042.processed: test: 42
15522: exception.handled
15523:
15524: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15525: expression
15526:
15527: * tests/: 040.html, results/040.processed: test: 39 method result
15528: of type table 40 method param junction auto evaluate
15529:
15530: * tests/: 039.html, results/039.processed: test: 37 method result
15531: of type table
15532:
15533: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15534: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15535: tests/038.html, tests/results/033.processed,
15536: tests/results/034.processed, tests/results/035.processed,
15537: tests/results/036.processed, tests/results/037.processed,
15538: tests/results/038.processed: tests: 33 string.replace 34
15539: string.upper 35 table created 36 local/global vars with juntions
15540: 37 table clone 38 math PI & number formatting
15541:
15542: math class registring typo fixed
15543:
15544: * src/classes/op.C, src/include/pa_request.h,
15545: src/include/pa_string.h, src/main/execute.C,
15546: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15547: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15548: tests/032.html, tests/results/032.processed: uchar changed to
15549: String_UL in all places [was not everywhere] untaint test: 032
15550:
15551: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15552: tests/results/004.processed, tests/parser-cygwin.sh,
15553: tests/parser-unix.sh: removed -H command line key, now testing
15554: using .sh file with SERVER_SOFTWARE=xxx
15555:
15556: 2003-02-26 paf
15557:
15558: * src/main/execute.C, src/types/pa_vstateless_class.h,
15559: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15560: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15561: tests/results/024.processed, tests/results/025.processed,
15562: tests/results/026.processed, tests/results/027.processed,
15563: tests/results/028.processed, tests/results/029.processed,
15564: tests/results/030.processed, tests/results/031.processed: fixed
15565: bug with name_cstr mutable CharPtr more tests
15566:
15567: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15568: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15569: << abort. die now just exits
15570:
15571: * src/classes/classes.awk, src/classes/classes.h,
15572: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15573: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15574: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15575: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15576: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15577: src/classes/xnode.C, src/include/pa_memory.h,
15578: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15579: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15580: src/types/pa_vform.C, tests/015.html, tests/016.html,
15581: tests/017.html, tests/018.html, tests/019.html,
15582: tests/019paf2001.gif, tests/020.html, tests/021.html,
15583: tests/022.html, tests/023.html, tests/022_dir/a.html,
15584: tests/022_dir/b.txt, tests/022_dir/c.htm,
15585: tests/results/015.processed, tests/results/016.processed,
15586: tests/results/017.processed, tests/results/018.processed,
15587: tests/results/019.processed, tests/results/020.processed,
15588: tests/results/021.processed, tests/results/022.processed,
15589: tests/results/023.processed: methoded_array now contains all Mxxx
15590: classes SAPI::get_env now returns info on pool more tests
15591:
15592: * src/include/pa_array.h, src/include/pa_hash.h,
15593: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15594: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15595: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15596: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15597: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15598: tests/results/001.processed, tests/results/002.processed,
15599: tests/results/003.processed, tests/results/004.processed,
15600: tests/results/005.processed, tests/results/006.processed,
15601: tests/results/007.processed, tests/results/008.processed,
15602: tests/results/009.processed, tests/results/010.processed,
15603: tests/results/011.processed, tests/results/012.processed,
15604: tests/results/013.processed, tests/results/014.processed: hash
15605: cloning fixed
15606:
15607: 2003-02-25 paf
15608:
15609: * src/main/pa_common.C: typo fixed
15610:
15611: 2003-02-24 paf
15612:
15613: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15614: [one remained]
15615:
15616: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15617: [should have been get_string(&pool)] todo: check other such calls
15618:
15619: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15620: test10, bad lookups
15621:
15622: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15623: object got destructed, and xxx points to sky
15624:
15625: * ChangeLog, src/classes/string.C: match bug fixed
15626:
15627: * src/types/pa_vmail.C: body [text/html] transcoded to
15628: $.charset[specified] now
15629:
15630: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15631: which failed to handle sigsetjmp+throw: crashed inside of
15632: pre-throw code. rewritten simplier [though duplicating
15633: closesocket code]
15634:
15635: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15636: which failed to handle sigsetjmp+throw: crashed inside of
15637: pre-throw code. rewritten simplier [though duplicating
15638: closesocket code]
15639:
15640: 2003-02-21 paf
15641:
15642: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15643: $cookie:name[$.expires[date << can be now]]
15644:
15645: written makefile with regression tests [raw]
15646:
15647: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15648: tests' only [it's not forcing CGI mode now] now use -H to output
15649: CGI header when parser used in command line [useful for tests
15650: also]
15651:
15652: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15653: switches on CGI mode, and is used in regression tests
15654:
15655: * src/: include/pa_request.h, main/pa_request.C,
15656: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15657: fixed
15658:
15659: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15660: handling pa_*
15661:
15662: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15663: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15664: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15665: memory handling files
15666:
15667: * src/main/pa_array.C: pool::format_integer terminator fixed
15668:
15669: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15670: compiles OK test to show benefits of free
15671:
15672: * src/: classes/file.C, classes/image.C, classes/mail.C,
15673: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15674: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15675: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15676: use pool [as the one in ^process]
15677:
15678: * src/classes/op.C: fixed process. sould now check for all cstr's
15679: -- some must use pool [as the one in ^process]
15680:
15681: 2003-02-20 paf
15682:
15683: * src/: classes/date.C, classes/double.C, classes/file.C,
15684: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15685: classes/math.C, classes/op.C, classes/response.C,
15686: classes/string.C, classes/table.C, classes/void.C,
15687: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15688: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15689: string cmp fixed
15690:
15691: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15692: values passed OK now
15693:
15694: 2003-02-19 paf
15695:
15696: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15697: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15698: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15699: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15700: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15701: all remaning leaks resulted from pooled::malloc calls [excluding
15702: in gd -- planning complete rewrite extremely ugly code]
15703:
15704: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15705: files
15706:
15707: 2003-02-17 paf
15708:
15709: * src/: classes/date.C, classes/double.C, classes/file.C,
15710: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15711: classes/response.C, classes/string.C, classes/table.C,
15712: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15713: include/pa_stylesheet_connection.h,
15714: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15715: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15716: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15717: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15718: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15719: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15720: of unitialized simple-typed field
15721:
15722: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15723: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15724: simple-typed field fixed. todo: find&kill all like that one
15725:
15726: * src/: main/execute.C, targets/cgi/pa_pool.C,
15727: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15728: debug output fixed
15729:
15730: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15731: main/pa_request.C: stack-stored items need extra .ref to prevent
15732: object_ptr from delete[them]
15733:
15734: * src/: classes/date.C, classes/op.C, classes/table.C,
15735: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15736: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15737: main/pa_charset.C, main/pa_common.C,
15738: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15739: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15740: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15741: calls
15742:
15743: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15744: couple mem leaks rusulted from old pooled::malloc usage.
15745: todo:find more like those
15746:
15747: * src/main/: compile.C, compile_tools.C: 2*2!
15748:
15749: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15750: stackItem fixed [there were no string on stack before]
15751:
15752: * src/: main/execute.C, main/pa_request.C,
15753: types/pa_vmethod_frame.C: first letters out OK
15754:
15755: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15756: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15757: main/pa_string.C, main/untaint.C, types/pa_value.h,
15758: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15759: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15760: type not initialized with zeros :( while class fields of class
15761: types initialized with default constructors. learn C++
15762:
15763: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15764: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15765: classes/math.C, classes/xdoc.C, classes/xnode.C,
15766: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15767: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15768:
15769: 2003-02-14 paf
15770:
15771: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15772: 13 link errors
15773:
15774: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15775: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15776: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15777: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15778: errors :)
15779:
15780: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15781: classes/hash.C, classes/mail.C, classes/op.C,
15782: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15783: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15784: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15785: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15786:
15787: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15788: classes/table.C, include/pa_common.h, include/pa_globals.h,
15789: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15790: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15791: types/pa_vint.h, types/types.dsp: op compiled
15792:
15793: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15794: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15795: main/untaint.C, types/pa_vtable.h: string, response compiled
15796:
15797: 2003-02-07 paf
15798:
15799: * src/: classes/table.C, types/pa_vtable.h: table compiled
15800:
15801: 2003-02-06 paf
15802:
15803: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15804: mail compiled
15805:
15806: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15807: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15808: types/pa_vfile.h, types/pa_vimage.h: image compiled
15809:
15810: * src/classes/: file.C, form.C: form compiled
15811:
15812: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15813: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15814: types/pa_vfile.C, types/pa_vfile.h: file compiled
15815:
15816: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15817: types/pa_vmath.h: math compiled [win32]
15818:
15819: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15820: types/pa_vstring.h: hash compiled
15821:
15822: 2003-02-04 paf
15823:
15824: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15825: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15826: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15827: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15828: types/pa_vhash.h: hash 50% compiled
15829:
15830: * src/: classes/date.C, classes/file.C, classes/hash.C,
15831: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15832: classes/string.C, classes/table.C, classes/xdoc.C,
15833: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15834: main/pa_string.C: date compiled
15835:
15836: * src/classes/: classes.dsp, double.C: double compiled
15837:
15838: * src/: classes/date.C, classes/double.C, classes/file.C,
15839: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15840: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15841: classes/string.C, classes/table.C, classes/void.C,
15842: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15843: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15844: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15845: compiled
15846:
15847: * src/: classes/date.C, classes/double.C, classes/file.C,
15848: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15849: classes/math.C, classes/op.C, classes/response.C,
15850: classes/string.C, classes/table.C, classes/void.C,
15851: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15852: types/pa_vvoid.h: void compiled :)
15853:
15854: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15855: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15856: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15857: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15858: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15859: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15860: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15861: types/pa_vresponse.C, types/pa_vstateless_class.C,
15862: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15863: types/pa_wcontext.C, types/types.dsp: removed stupid
15864: value_includes.h
15865:
15866: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15867: trying to remove stupid value_includes.h
15868:
15869: * src/main/pa_exec.C: pa_exec compiled on win32
15870:
15871: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15872:
15873: * src/: include/pa_globals.h, include/pa_request.h,
15874: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15875: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15876: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15877: types/pa_vrequest.C, types/pa_vstateless_class.C,
15878: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15879:
15880: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15881: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15882: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15883:
15884: * src/: include/pa_array.h, include/pa_config_includes.h,
15885: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15886: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15887: compiled
15888:
15889: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15890: name conflicts)
15891:
15892: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15893: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15894: yelds "virtual memory exhausted" while trying to compile
15895: execute.C [eating up to 127MB]
15896:
15897: 2003-02-03 paf
15898:
15899: * src/: include/pa_config_includes.h, include/pa_hash.h,
15900: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15901: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15902: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15903: types/pa_vint.h, types/pa_vjunction.h,
15904: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15905: started gcc compiling pa_common compiled
15906:
15907: * src/: include/pa_exception.h, include/pa_pool.h,
15908: main/pa_exception.C: exception gcc change #1
15909:
1.116 moko 15910: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15911: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15912:
15913: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15914:
15915: * src/types/pa_vtable.C: vtable compiled
15916:
15917: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15918:
15919: * src/: include/pa_cache_managers.h, main/pa_request.C,
15920: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15921:
15922: * src/types/pa_vstateless_class.C: vstateless_class compiled
15923:
15924: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15925:
15926: * src/types/pa_vrequest.C: vrequest compiled
15927:
15928: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15929: pa_vobject.C, pa_vobject.h: vobject compiled
15930:
15931: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15932: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15933: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15934: compiled
15935:
15936: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15937:
15938: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15939: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15940: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15941: compiled
15942:
15943: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15944: main.lib - 0 error(s), 0 warning(s)
15945:
15946: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15947: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15948:
15949: 2003-01-31 paf
15950:
15951: * src/: include/pa_array.h, include/pa_operation.h,
15952: include/pa_request.h, main/execute.C, main/main.dsp,
15953: types/pa_vjunction.h: started last file from main library:
15954: execute
15955:
15956: * src/: include/pa_request.h, include/pa_sapi.h,
15957: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15958: main/pa_request.C, targets/cgi/parser3.C,
15959: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15960: types/pa_vhash.h: pa_request compiled
15961:
15962: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15963: include/pa_globals.h, include/pa_request.h,
15964: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15965: main/execute.C, main/main.dsp, main/pa_common.C,
15966: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15967: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15968: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15969: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15970: types/types.dsp: most pa_request compiled
15971:
15972: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15973: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15974: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15975: classes/op.C, classes/response.C, classes/string.C,
15976: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15977: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15978: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15979: include/pa_config_fixed.h, include/pa_config_includes.h,
15980: include/pa_dictionary.h, include/pa_dir.h,
15981: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15982: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15983: include/pa_pool.h, include/pa_request.h,
15984: include/pa_request_charsets.h, include/pa_request_info.h,
15985: include/pa_sapi.h, include/pa_socks.h,
15986: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15987: include/pa_stack.h, include/pa_string.h,
15988: include/pa_stylesheet_connection.h,
15989: include/pa_stylesheet_manager.h, include/pa_table.h,
15990: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15991: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15992: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15993: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15994: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15995: main/compile.C, main/compile.tab.C, main/compile.y,
15996: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15997: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15998: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15999: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16000: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16001: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16002: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16003: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16004: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16005: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16006: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16007: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16008: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16009: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16010: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16011: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16012: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16013: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16014: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16015: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16016: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16017: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16018: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16019: types/pa_vresponse.h, types/pa_vstateless_class.C,
16020: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16021: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16022: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16023: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16024: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16025: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16026:
16027: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16028: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16029: src/include/pa_charsets.h, src/include/pa_common.h,
16030: src/include/pa_dictionary.h, src/include/pa_exception.h,
16031: src/include/pa_exec.h, src/include/pa_pool.h,
16032: src/include/pa_request.h, src/include/pa_sapi.h,
16033: src/include/pa_sql_connection.h,
16034: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16035: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16036: src/main/compile.tab.C, src/main/compile_tools.C,
16037: src/main/compile_tools.h, src/main/main.dsp,
16038: src/main/pa_charset.C, src/main/pa_charsets.C,
16039: src/main/pa_common.C, src/main/pa_dictionary.C,
16040: src/main/pa_exception.C, src/main/pa_exec.C,
16041: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16042: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
16043: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
16044: src/types/pa_vclass.h, src/types/pa_vcookie.C,
16045: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16046: src/types/pa_vdouble.h, src/types/pa_venv.h,
16047: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
16048: src/types/pa_vhash.h, src/types/pa_vimage.C,
16049: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
16050: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
16051: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16052: src/types/pa_vobject.C, src/types/pa_vobject.h,
16053: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16054: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16055: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16056: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
16057: src/types/pa_vstring.h, src/types/pa_vtable.h,
16058: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
16059: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
16060: died, long live StringPtr
16061:
16062: 2003-01-30 paf
16063:
16064: * src/: include/pa_charset.h, include/pa_request.h,
16065: include/pa_sql_driver_manager.h, main/compile.tab.C,
16066: main/compile.y, main/compile_tools.h, main/pa_request.C,
16067: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
16068:
16069: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
16070: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
16071: types/pa_vhash.h, types/pa_vmethod_frame.h,
16072: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16073: types/types.dsp: vstateless_class compiled
16074:
16075: * src/main/compile.C: compile compiled
16076:
16077: * src/: include/pa_array.h, include/pa_operation.h,
16078: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
16079: main/pa_table.C: compile_tools compiled
16080:
16081: * src/: include/pa_operation.h, main/compile.y,
16082: main/compile_tools.C, main/compile_tools.h: started
16083: compile_tools. vagues ideas of how to free compiled code
16084:
16085: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
16086: main/main.dsp, types/pa_value.C, types/pa_value.h,
16087: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16088: compiled
16089:
16090: 2003-01-29 paf
16091:
16092: * src/: include/pa_globals.h, include/pa_request.h,
16093: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16094: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16095: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16096: compiled
16097:
16098: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16099: now
16100:
16101: * src/: include/pa_array.h, include/pa_exception.h,
16102: include/pa_pool.h, main/pa_exception.C: gd compiled
16103:
16104: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16105: compiled
16106:
16107: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16108: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16109: types/pa_vfile.h: vfile compiled
16110:
16111: * src/: include/pa_common.h, include/pa_globals.h,
16112: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16113: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16114: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16115:
16116: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16117: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16118: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16119: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16120: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16121:
16122: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16123: main/main.dsp, main/untaint.C: more compiled
16124:
16125: * src/: include/pa_charsets.h, include/pa_request.h,
16126: include/pa_request_info.h, include/pa_string.h,
16127: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16128: types/pa_vresponse.h: vrequest compiled
16129:
16130: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16131: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16132: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16133:
16134: * src/: classes/classes.h, include/pa_charset.h,
16135: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16136: include/pa_request.h, include/pa_string.h, main/main.dsp,
16137: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16138: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16139: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16140: types/pa_vrequest.C, types/pa_vrequest.h,
16141: types/pa_vstateless_class.h, types/pa_vstring.h,
16142: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16143:
16144: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16145: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16146: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16147: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16148: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16149: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16150: types/pa_vobject.h, types/pa_vstateless_class.h,
16151: types/pa_vstateless_object.h, types/pa_vstatus.h,
16152: types/pa_vstring.h, types/types.dsp: vmath compiled
16153:
16154: 2003-01-28 paf
16155:
16156: * src/: classes/classes.h, classes/date.C, classes/file.C,
16157: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16158: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16159: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16160: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16161: compile_tools
16162:
16163: * src/: include/pa_charset.h, include/pa_exception.h,
16164: include/pa_request.h, include/pa_string.h, main/untaint.C:
16165: untaint compiled
16166:
16167: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16168: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16169: more compiled. struck with string::store_to needing to know
16170: source/client charsets
16171:
16172: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16173: types/pa_vfile.h: uue compiled
16174:
16175: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16176: table compiled
16177:
16178: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16179: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16180:
16181: * src/: include/pa_charset.h, main/pa_charset.C,
16182: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16183: introduced]
16184:
16185: * src/: classes/date.C, include/pa_charset.h,
16186: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16187: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16188: pa_charsets compiled
16189:
16190: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16191: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16192:
16193: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16194: common compiled
16195:
16196: * src/: include/pa_charsets.h, main/pa_charsets.C,
16197: main/pa_sql_driver_manager.C: pa_charsets compiled
16198:
16199: * src/: include/pa_array.h, include/pa_charset.h,
16200: include/pa_charsets.h, include/pa_pool.h,
16201: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16202: include/pa_stack.h, include/pa_string.h,
16203: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16204: sql_driver_manager compiled
16205:
16206: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16207: letter i with two dots added to koi, all ukranian letters added
16208: to win1251.
16209:
16210: typographic simbol 0xb9 deleted from win1251 [strange one & were
16211: abscent from koi]
16212:
16213: 2003-01-27 paf
16214:
16215: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16216: include/pa_sql_driver_manager.h, include/pa_string.h,
16217: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16218: sql/pa_sql_driver.h: paused on sql_manager
16219:
16220: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16221: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16222: include/pa_stack.h, main/pa_sql_driver_manager.C,
16223: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16224:
16225: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16226: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16227: include/pa_table.h, main/pa_sql_driver_manager.C,
16228: main/pa_table.C: table compiled
16229:
16230: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16231: cache_managers compiled
16232:
16233: * src/: include/pa_array.h, include/pa_charset.h,
16234: include/pa_pool.h, main/pa_charset.C: charset compiled
16235:
16236: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16237:
16238: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16239: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16240: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16241: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16242: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16243:
16244: 2003-01-24 paf
16245:
16246: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16247: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16248: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16249: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16250: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16251: types/pa_vint.h, types/pa_vjunction.h,
16252: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16253: types/pa_vstatus.h, types/pa_vstring.h: more patched
16254:
16255: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16256: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16257: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16258: main/pa_string.C, main/pa_table.C: string compiled
16259:
16260: * src/: include/pa_array.h, include/pa_common.h,
16261: include/pa_dictionary.h, include/pa_exception.h,
16262: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16263: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16264: main/pa_string.C: dictionary compiled
16265:
16266: 2003-01-23 paf
16267:
16268: * src/: include/pa_array.h, include/pa_common.h,
16269: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16270: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16271: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16272: types/pa_value.h: resurrected pool in new sense: now it's
16273: factory, producing&accounting memory chunks for read[autofree]
16274: buffers
16275:
16276: * src/: include/pa_array.h, include/pa_exception.h,
16277: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16278: main/pa_exception.C, main/pa_table.C: table compiled
16279:
16280: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16281: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16282: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16283: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16284: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16285: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16286: main/pa_table.C: aint that easy
16287:
16288: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16289: main/main.dsp: continued with Hash
16290:
16291: * src/main/pa_common.C: connect_string allocated on heap[wes on
16292: stack] now. and exception can be reported OK now [can be reported
16293: outside of pro c with that stack]
16294:
16295: 2003-01-22 paf
16296:
16297: * src/: include/pa_array.h, include/pa_charset.h,
16298: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16299: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16300: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16301: base: contains references_count. auto_ptr template calls
16302: add_ref/release
16303:
16304: 2003-01-21 paf
16305:
16306: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16307: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16308: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16309: classes/op.C, classes/response.C, classes/string.C,
16310: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16311: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16312: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16313: include/pa_config_fixed.h, include/pa_config_includes.h,
16314: include/pa_dictionary.h, include/pa_dir.h,
16315: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16316: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16317: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16318: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16319: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16320: include/pa_stack.h, include/pa_string.h,
16321: include/pa_stylesheet_connection.h,
16322: include/pa_stylesheet_manager.h, include/pa_table.h,
16323: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16324: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16325: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16326: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16327: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16328: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16329: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16330: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16331: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16332: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16333: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16334: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16335: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16336: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16337: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16338: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16339: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16340: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16341: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16342: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16343: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16344: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16345: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16346: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16347: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16348: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16349: types/pa_vstateless_object.h, types/pa_vstatus.C,
16350: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16351: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16352: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16353: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16354: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16355: 2002->2003
16356:
16357: 2003-01-16 paf
16358:
16359: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16360: src/main/pa_globals.C: http:// introducing $.any-status(1)
16361:
16362: * operators.txt, src/include/pa_config_fixed.h,
16363: src/main/pa_common.C: http request now return status. and not
16364: fail on status!=200
16365:
16366: 2003-01-15 paf
16367:
16368: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16369:
16370: 2003-01-14 paf
16371:
16372: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16373: mkinstalldirs: removed some ancient files [they in / really]
16374:
16375: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16376: regretfully needed patch in two places. in config_fixed.h made
16377: stubs for lib to compile in MSVC
16378:
16379: 2003-01-13 paf
16380:
16381: * config.guess, config.sub, ltmain.sh: removed last piece of
16382: configure.in(libtool) hacks
16383:
1.116 moko 16384: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16385: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16386: ltdl.h: moved to latest libtool (1.4.3)
16387:
16388: 2003-01-10 paf
16389:
16390: * src/lib/ltdl/: configure, configure.in: PROG_NM
16391:
16392: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16393: patches. libxml2 >= 2.5.1
16394: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16395: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16396: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16397:
16398: * INSTALL: moved to latest versions of xml libs libxml2 >=
16399: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16400: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16401: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16402:
16403: 2003-01-09 paf
16404:
16405: * INSTALL: xml,xslt,gdome lib urls updated
16406:
16407: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16408: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16409: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16410: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16411: 1.7.2
1.95 moko 16412:
16413: * depcomp: moving to automake 1.7.2
16414:
16415: 2002-12-27 paf
16416:
16417: * src/include/pa_version.h: 0007
16418:
16419: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16420: outdated parts, made links to language docs
16421:
16422: * src/include/pa_config_auto.h.in: comment
16423:
16424: 2002-12-26 paf
16425:
16426: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16427: not contain trailing / fixed.
16428:
16429: * INSTALL: changing SAFE_MODE politics
16430:
16431: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16432:
16433: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16434:
16435: 2002-12-25 paf
16436:
16437: * src/main/pa_globals.C: optimized-xml
16438:
16439: * src/main/pa_globals.C: optimized-as-is
16440:
16441: 2002-12-24 paf
16442:
16443: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16444: fixed [were really called with zero size when .html?a=&b=]
16445:
16446: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16447: with --with-sendmail
16448:
16449: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16450: fixed]
16451:
16452: 2002-12-23 paf
16453:
16454: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16455: ignoring parameters & were storing only string with default
16456: expires
16457:
16458: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16459: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16460: December 23, 2002 4:22 AM Subject: bug â
16461: Charset::transcode_buf2xchar
16462:
16463: 2002-12-20 paf
16464:
16465: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16466: non-cgi [script] runs
16467:
16468: 2002-12-19 paf
16469:
16470: * INSTALL: --without-iconv recommended [it crashes on some systems
16471: [tested on elik]] moreover, it's not needed there [parser
16472: registers charsets itself]
16473:
16474: * INSTALL: --without-iconv recommended [it crashes on some systems
16475: [tested on elik]]
16476:
16477: * operators.txt, src/include/pa_globals.h,
16478: src/include/pa_request.h, src/main/pa_globals.C,
16479: src/main/pa_request.C: $response:download
16480:
16481: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16482: compiler [win32]].
16483:
16484: 2002-12-18 paf
16485:
16486: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16487:
16488: 2002-12-17 paf
16489:
16490: * src/targets/cgi/parser3.C: merged die&iis changes
16491:
16492: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16493: to exit(1) 2. more flexible iilegal call check
16494:
16495: 2002-12-16 paf
16496:
16497: * ltmain.sh: some automakes silly insist on having this handy
16498:
16499: * src/main/untaint.C: filespec russian small 'r' changed to latin
16500: 'p' bug fix
16501:
16502: 2002-12-15 paf
16503:
16504: * src/main/untaint.C: filespec russian small 'r' changed to latin
16505: 'p'
16506:
16507: * configure.in, src/include/pa_config_auto.h.in,
16508: src/main/compile.C, src/main/pa_common.C: merged small changes
16509: from branch 6 to HEAD
16510:
16511: * src/main/compile.C: removed warning
16512:
16513: * src/main/pa_common.C: ftruncate having checked
16514:
16515: * configure.in, src/include/pa_version.h: new version
16516:
16517: 2002-12-14 paf
16518:
16519: * src/classes/table.C: removed unnecessary code
16520:
16521: * src/sql/pa_sql_driver.h: exception type fixed
16522:
16523: 2002-12-09 paf
16524:
16525: * src/types/pa_vvoid.h: $void.store[now] error
16526:
16527: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16528:
16529: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16530: tries to write core dump
16531:
16532: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16533:
16534: * src/: classes/hash.C, classes/string.C, classes/table.C,
16535: classes/void.C, main/pa_sql_driver_manager.C,
16536: sql/pa_sql_driver.h: changed exception handling mech in sql
16537: handlers #2
16538:
16539: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16540: exception handling mech in sql handlers
16541:
16542: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16543: handlers
16544:
16545: * src/: classes/hash.C, classes/string.C, classes/table.C,
16546: classes/void.C, main/pa_sql_driver_manager.C,
16547: sql/pa_sql_driver.h: changed exception handling mech in sql
16548: handlers
16549:
1.116 moko 16550: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16551: to write makefile which used libtool to install things, which is
16552: not needed
1.95 moko 16553:
16554: 2002-12-06 paf
16555:
16556: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16557: $hash.fields -- pseudo field to make 'hash' more like 'table'
16558:
16559: 2002-12-05 paf
16560:
16561: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16562: cc/bcc OK now
16563:
16564: * src/main/untaint.C: mail header closed properly
16565:
16566: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16567: header ',' allowed. still bugs in smtp [only one receiptient
16568: works, cc, bcc ignored now, and MAILED ;)]
16569:
16570: [strncpy killed, memnchr used]
16571:
16572: * src/main/pa_table.C: table-copy now current=0
16573:
16574: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16575: lowlevel proc
16576:
16577: * src/targets/cgi/parser3.C: more checks on
16578: http://domain/parser.cgi start [maybe some getenv returns "",
16579: checked that now
16580:
16581: * src/targets/cgi/parser3.C: more checks on
16582: http://domain/parser.cgi start [maybe some getenv returns "",
16583: checked that now
16584:
16585: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16586: out-of-mem errors reached log]
16587:
16588: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16589: mail:send MIME-Version default
16590:
16591: * src/main/main.dsp: pa_version included into main.dsp
16592:
16593: 2002-12-04 paf
16594:
16595: * src/types/pa_vform.C: $form:field string value cut by premature 0
16596:
16597: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16598: lib/libltdl -> lib/ltdl Win32 changes. s
16599:
16600: * src/classes/classes.awk: more strict *.C$
16601:
16602: * gnu.dsp: restored
16603:
1.116 moko 16604: * configure.in, gnu.dsp, src/lib/Makefile.am,
16605: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16606: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16607: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16608: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16609: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16610: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16611: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16612: now created with /configure, not ltdl/configure, so it does have
16613: no problems with automake. ltdl/configure
16614: AC_OUTPUT(Makefile<<removed)
1.95 moko 16615:
16616: 2002-12-02 paf
16617:
16618: * operators.txt: removed outdated status:db
16619:
16620: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16621: src/main/pa_common.C, src/main/pa_request.C,
16622: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16623: tainted parts becomes http-header
16624:
16625: 2002-11-29 paf
16626:
16627: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16628: dates now objects of type date
16629:
16630: * src/classes/image.C: file.seek removed [it were used in image.C
16631: only, and for parser user this means that jpeg image has bad
16632: size in fragment's header] now used image.format
16633:
16634: * src/: include/pa_common.h, main/pa_common.C,
16635: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16636: now handled exactly like $response:header values. e.g. can be
16637: hash [can have subattributes] & contain date values.
16638:
16639: * src/main/pa_common.C: http:// param values lang forced URI
16640:
16641: * src/main/pa_common.C: http:// tainted partes now %xx
16642:
16643: 2002-11-28 paf
16644:
16645: * operators.txt: http.timeout
16646:
16647: * src/classes/image.C: ^image.length now counts interchar space.
16648: plus space after last char
16649:
16650: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16651:
16652: * src/classes/image.C: ^image.font width measurer now scans full
16653: height [were -1]
16654:
16655: * configure.in: stopped double libltdl/Makefile generation
16656:
16657: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16658: chars [one top horizontal line of 1pixel height were missing]
16659:
16660: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16661: 'false' to go into (Hash *) parameter
16662:
16663: 2002-11-27 paf
16664:
16665: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16666: types/pa_vmail.C: response:body[file] if file nows it's name now
16667: returns content-disposition: >>attachment<<
16668:
16669: * src/classes/image.C: ^image.font << bad font file-size now
16670: properly reported
16671:
16672: 2002-11-26 paf
16673:
16674: * src/main/pa_request.C: fixed lang in reponse header
16675:
16676: * src/main/pa_common.C: utf8 prefix ignored @read text
16677:
16678: * operators.txt, src/main/pa_common.C: http:// response status!=200
16679: made exception: http.status with source=bad status#
16680:
16681: 2002-11-25 paf
16682:
16683: * configure.in, src/classes/image.C,
16684: src/include/pa_config_auto.h.in,
16685: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16686: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16687: const void related probs fixed
1.95 moko 16688:
16689: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16690:
16691: $file[^file::load[http://there]] $file.SERVER
16692:
16693: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16694: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16695: http options [invalid onces now reported] made default
16696: user-agent: paf
16697:
16698: * operators.txt, src/classes/file.C, src/classes/table.C,
16699: src/classes/xdoc.C, src/include/pa_common.h,
16700: src/include/pa_globals.h, src/main/pa_common.C,
16701: src/main/pa_globals.C, src/main/pa_request.C,
16702: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16703: now understand http:// prefix and additional params, sample:
16704: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16705: $.USER-AGENT[parser3] ]]
16706:
16707: 2002-11-22 paf
16708:
16709: * src/classes/image.C, src/include/pa_globals.h,
16710: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16711: src/types/pa_vimage.h, operators.txt: $image.exif support
16712: $image.exif.DateTime & co
16713:
16714: 2002-11-21 paf
16715:
16716: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16717: _PASS_APPENDED)
16718:
16719: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16720: EXIF information [were big block and it's size were considered
16721: negative :(]
16722:
16723: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16724: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16725: internals rewritten. no there's reader.seek, and all's ready for
16726: EXIF extraction [now we fail to measure files with EXIF info]
16727:
16728: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16729: O_TRUNC truncates even exclusevely write-locked file [thanks to
16730: Igor Milyakov <virtan@rotabanner.com> for discovering]
16731:
16732: 2002-11-20 paf
16733:
16734: * src/targets/cgi/parser3.C: logging @signal += query_string
16735:
16736: * configure.in, src/include/pa_config_auto.h.in,
16737: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16738: comment
16739:
16740: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16741:
16742: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16743: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16744: currently processed document SIGPIPE >> interrupts request
16745: processing [exception = DB rollback]
16746:
16747: * src/main/pa_exec.C: comment
16748:
16749: * src/main/pa_exec.C: pa_exec: data written only if size>0
16750:
16751: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16752: << disable HTTP-POST repassing
16753:
16754: * src/: include/pa_config_fixed.h, main/pa_common.C,
16755: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16756: pipe read errors now checked
16757:
16758: 2002-11-19 paf
16759:
16760: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16761: CGI: Illegal call
16762:
16763: 2002-11-01 paf
16764:
16765: * src/main/execute.C: comment
16766:
16767: 2002-10-31 paf
16768:
16769: * src/main/execute.C: found out why, checked that for now. todo:
16770: find out a way for that user could do that
16771:
16772: * src/types/pa_vstateless_object.h: object put replaces static
16773: parent if any
16774:
16775: * src/types/pa_vobject.C: object put replaces static parent if any
16776:
16777: * src/: classes/form.C, classes/mail.C, classes/op.C,
16778: classes/xnode.h, main/compile.tab.C, main/execute.C,
16779: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16780: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16781: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16782: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16783: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16784: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16785: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16786: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16787: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16788: types/pa_vstateless_object.h, types/pa_vstatus.C,
16789: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16790: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16791: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16792: types/pa_wwrapper.h: static fix merged
16793:
16794: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16795: $virtual_fields in dynamic, but one can reach derived
16796: static[class] variable from base
16797:
16798: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16799: types/pa_vobject.C, types/pa_vobject.h,
16800: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16801: statics, left $virtual_fields in dynamic
16802:
16803: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16804: one can't remember derivates in base class: there's so many of
16805: them. also there can be no virtual method calls in static
16806: classes
16807:
16808: * src/: classes/form.C, classes/mail.C, classes/op.C,
16809: classes/xnode.h, main/execute.C, main/pa_request.C,
16810: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16811: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16812: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16813: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16814: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16815: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16816: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16817: types/pa_vresponse.C, types/pa_vresponse.h,
16818: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16819: types/pa_vstateless_object.h, types/pa_vstatus.C,
16820: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16821: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16822: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16823: types/pa_wwrapper.h: static call $self fixed
16824:
16825: * src/main/execute.C: comment
16826:
16827: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16828: ^process[$caller.self]{...} now compiles to last derived object
16829: part of that 'self'
16830:
16831: 2002-10-29 paf
16832:
16833: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16834: re-passing [iis to blame]
16835:
16836: * src/classes/string.C: changed string.save to pass current sql
16837: connection to cstr thus one can ^connect[some server]{
16838: $s[insert into table x (x) values (^taint[sql]{value})]
16839: ^s.save[some.sql] } and he'd get in some.sql file code with
16840: properly escaped. [tried in mssql->mysql export->import of
16841: binary data]
16842:
16843: 2002-10-25 paf
16844:
16845: * src/types/pa_vresponse.C: case insensitive response user fields
16846: get/put
16847:
16848: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16849: types/pa_vresponse.C: saving for maybe-future
16850:
16851: 2002-10-23 paf
16852:
16853: * operators.txt, src/classes/table.C: ^table.hash{code}...
16854: ^table.hash(expr)...
16855:
16856: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16857:
16858: 2002-10-22 paf
16859:
16860: * src/types/: pa_vform.C, pa_vform.h: removed needless
16861: VForm::Append...(...Value)
16862:
16863: * src/main/execute.C: $.name outside of $name[...] checked
16864:
16865: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16866: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16867:
16868: 2002-10-21 paf
16869:
16870: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16871: $form:qtail $form:imap.x/y
16872:
16873: * operators.txt, src/types/pa_vform.C: $form:nameless =
16874: "?value&...", "...&value&...", "...&value"
16875:
16876: * operators.txt, src/types/pa_vform.C: $form:image-map
16877:
16878: * operators.txt, src/classes/file.C: /some/page.html:
16879: ^file:fullpath[a.gif] => /some/a.gif
16880:
16881: 2002-10-17 paf
16882:
16883: * src/main/: compile.tab.C, compile.y: operators precedence changed
16884: a little: logical not and bitwise negation precedence made
16885: highest, << and >> bitshits precedence made equal [were << higher
16886: than >>]
16887:
16888: * src/classes/op.C: exception handling fixed [were bad with
16889: contexts]
16890:
16891: 2002-10-16 paf
16892:
16893: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16894: main/pa_request.C: Request::self considered equal to
16895: VMethodFrame::self, and removed, Request::get_self() mapped to
16896: VMethodFrame.self()
16897:
16898: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16899: $hash in open field now gives old good error meesage
16900:
16901: 2002-10-15 paf
16902:
16903: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16904: use ^if($junction is junction){was and now true}
16905:
16906: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16907: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16908: types/pa_vxnode.C: xml->parser strings now have origin, which
16909: points to place where value left xml library and came to parser:
16910: place of dom field extraction/call
16911:
16912: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16913: main/compile.tab.C, main/compile.y, main/execute.C,
16914: types/pa_vmethod_frame.h: removed last pieces of old code
16915: allowing $junction.xxx at compile time
16916:
16917: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16918: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16919: objects also considered [were only classes]
16920:
16921: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16922: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16923: with CLASS self. [ (request&method_frame).self temporarily
16924: changed ]
16925:
16926: * src/classes/: hash.C, op.C: method_frame now always changed, with
16927: no exception to native calls. for&foreach changed to use
16928: method_frame.caller for their var's name context
16929:
16930: * src/: main/execute.C, targets/cgi/parser3.C,
16931: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16932: compiling to system classes disabled
16933:
16934: * operators.txt, src/classes/op.C:
16935: ^process[$caller.CLASS]{code-string} added
16936:
16937: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16938: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16939: src/types/Makefile.am, src/types/pa_vjunction.C,
16940: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16941: src/types/types.dsp: removed $junction.get $junction.set[]
16942: introducing $caller
16943:
16944: * src/types/pa_value.h: removed outdated comments. doxygen would
16945: find them lower by inheritance tree
16946:
16947: * src/types/pa_vjunction.C: ident
16948:
16949: 2002-10-14 paf
16950:
16951: * src/classes/op.C: process compiles to code's class class
16952:
16953: * src/: classes/form.C, classes/mail.C, classes/op.C,
16954: include/pa_request.h, main/compile.C, main/compile.tab.C,
16955: main/compile.y, main/execute.C, main/pa_request.C,
16956: types/pa_vstateless_class.h: operators now main-class-methods
16957:
16958: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16959: better stack trace [has "call" & co there]
16960:
16961: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16962: operators @auto now executed in MAIN context
16963:
16964: * src/main/execute.C: operator execution context now = MAIN, not
16965: closest stack frame
16966:
16967: @touchit[] $i[after]
16968:
16969: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16970: were 'after'
16971:
16972: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16973: 'after'
16974:
16975: * src/main/execute.C: comment
16976:
16977: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16978: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16979: action]
16980:
16981: * src/types/pa_vxnode.C: misreplace fixed
16982:
16983: * configure, configure.in, src/include/pa_config_auto.h.in,
16984: src/types/pa_vstatus.C, operators.txt:
16985: $status:rusage.tv_secs/usecs introduced
16986:
16987: 2002-10-09 paf
16988:
16989: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16990: on empty string [or uses (default)]
16991:
16992: 2002-10-08 paf
16993:
16994: * src/main/untaint.C: mail header quoted printable changed after
16995: RFC reread
16996:
16997: * operators.txt: plan on ^if(method
16998:
16999: * src/types/pa_vxnode.C: misreplace
17000:
17001: 2002-09-24 paf
17002:
1.116 moko 17003: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17004:
17005: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17006: mailreceive would compile on freebsd now
17007:
17008: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17009: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17010: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17011: mailreceive would compile on freebsd now
1.95 moko 17012:
17013: * src/: classes/file.C, main/untaint.C: 1. file spec language
17014: changed: now there are only few chars are untainted: * ? ' " < >
17015: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17016: one should use ^untaint[uri]{...} now]
17017:
17018: 2. $list[^file:list[dir]] now returns simply tainted names in
17019: $list.name, not tainted as filespec
17020:
17021: @russianindex[] #dir with files with russian-lang names
17022: $where[dir]
17023:
17024: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17025: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17026:
17027: 2002-09-23 paf
17028:
17029: * src/types/pa_vdouble.h: double->int round added
17030:
17031: * src/classes/date.C: date bug fix, now
17032: round(floatDays*secondsPerDay)
17033:
17034: * src/classes/date.C: date bug fix, now
17035: round(floatDays*secondsPerDay)
17036:
17037: 2002-09-20 paf
17038:
17039: * src/main/execute.C: code junction calls disabled [before: code
17040: was compiled in such a way, that there were no code-junctions in
17041: OP_CALL]
17042:
17043: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
17044:
17045: @badjunctioncallinside[code] ^code[]
17046:
17047: * src/main/: compile.tab.C, compile.y: changed grammer on junction
17048: expanding to include ^junction.method
17049:
17050: * src/main/pa_common.C: -d "DIR/" now true
17051:
17052: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
17053: as internal xdoc encoding, and after decoding attributes set by
17054: dom functions now encoded OK, not as digital entities
17055:
17056: * src/classes/xdoc.C: empty transform result, being taken as file
17057: now returns empty file, not raises stupid error about "stat-ed
17058: file"
17059:
17060: * src/types/pa_vhash.h: hash.foreach modification of existing keys
17061: allowed
17062:
17063: * src/types/types.dsp: introducing $junction.get/put(1) one can
17064: write iterators now:
17065:
17066: ^user-foreach[key;value]{$key=$value<br>}
17067:
17068: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17069: $code.value($i*2) $code }
17070:
17071: * src/main/compile_tools.h: mistype
17072:
1.116 moko 17073: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
17074: thus taking linking options configure changes into account [were:
17075: ignoring]
1.95 moko 17076:
17077: * src/types/: pa_vjunction.C, Makefile.am: introducing
17078: $junction.get/put(1) one can write iterators now:
17079:
17080: ^user-foreach[key;value]{$key=$value<br>}
17081:
17082: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17083: $code.value($i*2) $code }
17084:
17085: * src/: include/pa_opcode.h, include/pa_request.h,
17086: main/compile.tab.C, main/compile.y, main/execute.C,
17087: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17088: introducing $junction.get/put(1) one can write iterators now:
17089:
17090: ^user-foreach[key;value]{$key=$value<br>}
17091:
17092: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17093: $code.value($i*2) $code }
17094:
17095: 2002-09-19 paf
17096:
1.116 moko 17097: * Makefile.am: new: make commit
1.95 moko 17098:
17099: * aclocal.m4: forced to be older
17100:
17101: 2002-09-18 paf
17102:
17103: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17104: src/main/compile.y, src/main/execute.C: << >> int shifts
17105:
17106: * src/: include/pa_common.h, include/pa_request.h,
17107: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17108: - now this - fatal error
17109:
17110: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17111: that one can pass binary data there
17112:
17113: * src/: classes/date.C, classes/double.C, classes/file.C,
17114: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17115: classes/op.C, classes/response.C, classes/string.C,
17116: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17117: include/pa_request.h: pa_request contexts made privated, plus
17118: get_{self/method_frame} to read. Request_context_saver used in
17119: ^try to save flang too. [were not saved]
17120:
17121: * src/types/pa_vresponse.C: header value chains joined before
17122: output, this should help $.subject[$var $var] from being
17123: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17124:
17125: 2002-09-17 paf
17126:
17127: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17128: removed changes, operators executed with calling self. lots of
17129: code with ^include code relies on defined/defining self variables
17130:
17131: $a[1] ^include[print_a.p] print_a.p: $a
17132:
17133: ^include[set_a.p] a=$a set_a.p: $a[1]
17134:
17135: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17136: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17137: types/pa_vstateless_class.h: operators now executed with MAIN
17138: self. it's for ^include sake, too strong a change
17139:
17140: * src/classes/op.C: made place for ^process to compile it's code to
17141: in case of no self
17142:
17143: * src/main/execute.C: found ancient param to Junction, removed.
17144: allowed passing self to native_code_operators [for ^process to
17145: work, she needs self]
17146:
17147: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17148: types/pa_vstateless_class.h: found ancient param to Junction,
17149: removed. allowed passing self to native_code_operators [for
17150: ^process to work, she needs self]
17151:
17152: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17153: types/pa_value.h, types/pa_vmethod_frame.h,
17154: types/pa_vstateless_class.h: allowed Request.self to be 0,
17155: checked that in VMethodFrame get/put and $self.
17156:
17157: * src/classes/: table.C, xdoc.C: table::sql options table::create
17158: copy options options checked, wrong option now fatal error
17159:
17160: * src/main/pa_string.C: string.replace fixed [were missing words on
17161: pieces boundaries]
17162:
1.150 moko 17163: * configure, configure.in: .so now detected [can be .sl on hpux,
17164: .dll on cygwin, .so in other cases)
1.95 moko 17165:
17166: * configure, configure.in: .so now detected [can be .sl on hpux,
17167: .dll on cygwin, .so in other cases)
17168:
17169: * operators.txt, src/classes/hash.C, src/classes/table.C,
17170: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17171: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17172: record taken [were last]
17173:
17174: * src/: classes/hash.C, classes/table.C,
17175: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17176: now errors
17177:
17178: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17179:
17180: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17181: ,2,3]
17182:
17183: 2002-09-16 paf
17184:
17185: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17186: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17187: stdout to be binary. now detected closest header break.
17188:
17189: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17190: closed right
17191:
17192: 2002-09-13 paf
17193:
17194: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17195: src/main/compile_tools.h: (expression #comment)
17196:
17197: (multiline expression #comment line2 #comment )
17198:
17199: (expression #comment with (brackets) comment) << OK
17200:
17201: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17202: bitwise !|| numerical xor now [preparing for expression
17203: #comments]
17204:
17205: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17206: error
17207:
17208: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17209: cheched in pa_socks.C
17210:
1.116 moko 17211: * configure, configure.in, src/include/pa_config_auto.h.in:
17212: HAVE_WINSOCK_H created in configure.in
1.95 moko 17213:
17214: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17215: cookie date now clean [were mistakenly tainted & that worked bad
17216: with opera -- 'happily' that worked OK with msie]
17217:
17218: 2002-09-12 paf
17219:
17220: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17221: VClass get_element now first looks to fields, next to methods &
17222: co todo: the rest reason: more speed
17223:
17224: * src/main/untaint.C: quoted printable encoding stops before
17225: \s*<...>$
17226:
17227: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17228: stops before <...>$
17229:
17230: 2002-09-11 paf
17231:
17232: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17233: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17234: forgot to check users of those funcs. not all were using that
17235: return value convention
17236:
17237: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17238: windows-1254 added
17239:
17240: 2002-09-10 paf
17241:
17242: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17243: VCodeFrame parent param were specified badly
17244:
17245: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17246: WWrapper which used in constructing objects(second param to sql
17247: method) ^...sql{}[$.default{code}] now has parent, wich helps
17248: code in hash to survivi
17249:
17250: * src/: include/pa_request.h, main/execute.C: removed redundant
17251: param to execute [stack said 'thanks']
17252:
17253: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17254: types/pa_value.h, types/pa_vcode_frame.h,
17255: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17256: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17257: responsibility to wcontext
17258:
17259: * src/classes/file.C: decided not to log exec's with stderr, that
17260: could be warnings, and it's up to scritper to log/show them
17261:
17262: * src/: classes/double.C, main/execute.C: double:sql badly called
17263: write_assign_lang, not write_no_lang, thus doing unnecessary
17264: double/string converstion, which were loosing time&precesion
17265:
17266: * src/: main/pa_charset.C, types/pa_vmail.C:
17267: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17268: case of unfinished in buffer processing, causing accidental
17269: transcode stop [in case that source enc != utf-8 & there is
17270: incomplete utf-8 sequence at the end of 16000block iside of
17271: libxml lib] tfm readed & code updated
17272:
17273: 2002-09-04 paf
17274:
17275: * configure: makes with sjlj
17276:
17277: * INSTALL, src/include/pa_config_fixed.h,
17278: src/include/pa_sql_connection.h,
17279: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17280: checked. on win32 it made default
17281:
17282: * src/include/pa_config_auto.h.in: sjlj define
17283:
17284: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17285: can not work with longjump/throw pair, and one must switch that
17286: on there. todo: detect that automatically]
17287:
17288: * src/types/pa_vxnode.C: removed too strong checks of
17289: xnode.elements. now, for instance, if element does not have any
17290: attributes, $xnode.attributes is void, not error
17291:
17292: 2002-09-02 paf
17293:
17294: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17295: removed double_result, didn't help
17296:
17297: * src/main/execute.C: double_result made to move that var away from
17298: hungry g++ optimizer (-O2), before: it were optimized and
17299: comparison operators worked badly
17300:
17301: * src/types/pa_vdate.h: removed debug
17302:
1.116 moko 17303: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17304:
17305: * src/main/execute.C: fixed numeric < & co so that thay now use
17306: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17307: unknown reason.
17308:
17309: 2002-08-29 paf
17310:
17311: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17312: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17313: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17314: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17315: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17316: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17317: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17318: [called less frequent, allowed to remove ugly
17319: Junction.change_context-s from many places, switch,
17320: mail:send..html{}, ..] request.root renamed to method_frame [more
17321: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17322: [speed up]
17323:
17324: 2002-08-28 paf
17325:
17326: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17327: tainted
17328:
17329: * src/types/pa_vcookie.C: fixed cookie delete when
17330: $cookie:name[$.value[]]
17331:
17332: * operators.txt, src/classes/string.C:
17333: ^string.split[delim[;options]]
17334:
17335: 2002-08-27 paf
17336:
1.116 moko 17337: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17338:
17339: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17340: delimiter
17341:
17342: * INSTALL: recommended latest gmime 1.0.5
17343:
17344: 2002-08-26 paf
17345:
17346: * configure, configure.in: apache13/hook added to make dist.
17347:
17348: 2002-08-23 paf
17349:
17350: * src/: include/pa_common.h, main/pa_common.C,
17351: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17352: beside binary [cgi, isapi] not accessible [due to bad rights or
17353: whatever] it's error now
17354:
17355: 2002-08-21 paf
17356:
1.116 moko 17357: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17358:
17359: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17360: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17361: class". compiled as if here they named base class
17362:
17363: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17364: cloning constructor]
17365:
17366: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17367:
1.150 moko 17368: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17369: $mail.received.file.value.content-type fixed
17370:
17371: 2002-08-20 paf
17372:
17373: * src/classes/file.C: fixed language of file:file result
17374:
17375: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17376: from 3.0.0005
17377:
17378: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17379:
17380: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17381: 3.0.0005
17382:
17383: * src/classes/void.C, operators.txt: ^void.length[] = 0
17384:
17385: 2002-08-19 paf
17386:
17387: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17388: work now
17389:
17390: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17391: error in xnode, which were not catched in xdoc]
17392:
17393: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17394: prepared: // validate each document after load/create (?)
17395: //xmlDoValidityCheckingDefaultValue = 1;
17396:
17397: 2002-08-15 paf
17398:
17399: * src/classes/classes.h: write to static var caused useless
17400: Exception, introduced Methoded::put_element wich consumes those
17401:
17402: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17403: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17404: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17405: $response:field[date] $response:field[$.xxx[date]]
17406:
17407: * src/: classes/hash.C, classes/string.C, classes/table.C,
17408: classes/void.C, include/pa_sql_connection.h: fixed source of
17409: ^hash::sql{bad}
17410:
17411: * operators.txt: $request:body unprecessed POST request body
17412:
17413: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17414:
17415: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17416: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17417:
17418: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17419: src/include/pa_request.h, src/main/pa_pool.C,
17420: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17421: $request:body r.post_data now const
17422:
17423: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17424: classes/xnode.C, main/execute.C, types/pa_value.h,
17425: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17426: types/pa_vtable.h: instead of type() checking everywhere used
17427: Value.as now user descendants can be used in params.
17428:
17429: VObject::as_*, is_defined now taken from bases. xtable(table)
17430: ^if($xtable) now OK
17431:
17432: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17433: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17434: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17435:
17436: 2002-08-14 paf
17437:
17438: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17439: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17440: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17441: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17442: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17443: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17444: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17445: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17446: types/pa_vresponse.C, types/pa_vresponse.h,
17447: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17448: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17449: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17450: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17451: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17452: & VClass
17453:
17454: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17455:
17456: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17457: removed fixopt stupidity. on stupid linux use cd /document/root
17458: ../cgi/parser3 script
17459:
17460: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17461: params, splitting them by space, excluding argv[0], argv[argc-1]
17462:
17463: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17464: fixopt.h: fixopt now preprocesses command line params, splitting
17465: them by space, excluding argv[0], argv[argc-1]
17466:
17467: * src/targets/cgi/parser3.C: -f config file
17468:
17469: * src/targets/cgi/parser3.C: fixed .log file dir
17470:
17471: 2002-08-13 paf
17472:
17473: * src/types/pa_vobject.C: allow override parent variables, useful
17474: for form descendants [in vobject too, were in vclass]
17475:
17476: * src/types/pa_vclass.C: allow override parent variables, useful
17477: for form descendants
17478:
17479: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17480: overwritten in derived(table)
17481:
17482: * src/: classes/form.C, classes/mail.C, classes/op.C,
17483: classes/xnode.h, include/pa_request.h, main/execute.C,
17484: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17485: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17486: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17487: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17488: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17489: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17490: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17491: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17492: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17493: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17494: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17495: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17496: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17497: Value::get_element(..., bool looking_down) [needed to exclude
17498: endless recoursion]
17499:
17500: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17501: fix bug with put endless recoursion todo: check 'as'
17502:
17503: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17504: reorganized modules todo: fix bug with put endless recoursion
17505: todo: check 'as'
17506:
17507: * src/types/pa_vobject.h: checked: table fields can be overwritten
17508: in derived(table)
17509:
17510: * src/types/pa_vobject.h: derived classes can have fields of their
17511: own now
17512:
17513: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17514: fixed error message on using non-created table
17515:
17516: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17517: classes/op.C, classes/xnode.h, include/pa_request.h,
17518: main/compile.C, main/compile.tab.C, main/execute.C,
17519: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17520: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17521: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17522: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17523: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17524: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17525: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17526: types/pa_vresponse.C, types/pa_vresponse.h,
17527: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17528: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17529: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17530: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17531: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17532: looking down/up tree todo: fix error message on non-constructed
17533: parents
17534:
17535: 2002-08-12 paf
17536:
17537: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17538: derived OK
17539:
17540: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17541: thorough testing
17542:
17543: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17544: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17545: types/pa_vobject.h, types/pa_vstateless_class.h,
17546: types/pa_vstateless_object.h, types/pa_wcontext.h,
17547: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17548: ^base:create[] dynamic call rewritten todo: thorough testing
17549:
17550: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17551: now instantates base class, remembers it and saves child in
17552: parent VObject.get_class now returns last child = downward
17553: virtual calls OK
17554:
17555: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17556: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17557: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17558: types/pa_vobject.h, types/pa_vresponse.h,
17559: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17560: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17561: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17562: VAliased [redundant], moved $CLASS to VObject only [parser class
17563: instance]
17564:
17565: * src/main/pa_request.C: $response:body[file] content-type check
17566: fixed [were bad when content-type is hash]
17567:
17568: 2002-08-09 paf
17569:
17570: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17571: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17572:
17573: 2002-08-08 paf
17574:
17575: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17576: src/main/pa_globals.C: year column in month calendar [week year]
17577:
17578: * src/main/execute.C: error reporting on object writes to MAIN
17579: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17580:
17581: * operators.txt, src/types/pa_vdate.h: $date.yearday
17582: $date.daylightsaving
17583:
17584: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17585: use tainted data now. only she must specify the language.
17586:
17587: ^mail:send[ $.from[paf@mail.design.ru]
17588: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17589: $.text[^taint[uri][ìîñêâà]=] ]
17590:
17591: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17592: now prints more precise origin
17593:
17594: * src/include/pa_string.h: String::first_char now not fails on
17595: empty strings ^if(-f '') now ok and in 3 other places.
17596:
17597: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17598: String::first_char now not fails on empty strings ^if(-f '') now
17599: ok and in 3 other places.
17600:
17601: 2002-08-07 paf
17602:
17603: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17604: fixed
17605:
17606: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17607:
17608: * src/: main/execute.C, types/pa_vcode_frame.h,
17609: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17610: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17611: mistakenly not completely transparent to object writes.
17612: $hash[^if(1){$hash}] now works
17613:
17614: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17615: now erasing cache file [there were bad check on that]
17616:
17617: * src/: classes/classes.dsp, classes/table.C,
17618: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17619: all Debug dirs in .dsp now named 'Debug'
17620:
1.116 moko 17621: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17622:
17623: * operators.txt, src/classes/mail.C: exception_type email.send
17624:
17625: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17626:
17627: * src/types/pa_vmail.C: mail:send empty email checked
17628:
17629: 2002-08-06 paf
17630:
17631: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17632: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17633: ^table::create[$source;$.options] ^table::join[$source;$.options]
17634:
17635: * operators.txt, src/classes/hash.C, src/classes/string.C,
17636: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17637: # $.default() }
17638:
17639: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17640:
17641: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17642: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17643: $file.content-type [instead of .mime-type] now works for
17644: file::stat also
17645:
17646: * src/main/pa_request.C: case insensitive mime_type_of
17647:
17648: 2002-08-05 paf
17649:
17650: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17651:
17652: * src/types/pa_vmail.C: file buffer relocated to parser heap
17653:
17654: * operators.txt: comment on date:calendar week column
17655:
17656: * src/main/pa_common.C: write checked
17657:
17658: * src/main/: pa_common.C: write checked
17659:
17660: * src/classes/date.C: +1 buf size for stupid snprintfs
17661:
17662: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17663: month calendar week column [ISO 8601 Week Numbers]
17664:
17665: 2002-08-02 paf
17666:
17667: * src/: include/pa_config_fixed.h, main/pa_string.C,
17668: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17669: DEBUG*
17670:
17671: * configure, configure.in, src/include/pa_version.h: release
17672: 3_0_0005
17673:
17674: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17675: multipart post fixed
17676:
17677: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17678: response transcoded source->client only when text/* or simple
17679: onoverridden $response:body
17680:
17681: 2002-08-01 paf
17682:
17683: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17684: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17685: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17686: classes/op.C, classes/response.C, classes/string.C,
17687: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17688: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17689: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17690: include/pa_config_fixed.h, include/pa_dictionary.h,
17691: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17692: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17693: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17694: include/pa_socks.h, include/pa_sql_connection.h,
17695: include/pa_sql_driver_manager.h, include/pa_stack.h,
17696: include/pa_string.h, include/pa_stylesheet_connection.h,
17697: include/pa_stylesheet_manager.h, include/pa_table.h,
17698: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17699: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17700: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17701: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17702: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17703: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17704: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17705: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17706: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17707: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17708: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17709: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17710: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17711: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17712: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17713: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17714: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17715: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17716: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17717: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17718: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17719: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17720: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17721: types/pa_vmethod_frame.h, types/pa_vobject.h,
17722: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17723: types/pa_vresponse.h, types/pa_vstateless_class.C,
17724: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17725: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17726: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17727: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17728: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17729: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17730:
17731: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17732: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17733: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17734: classes/math.C, classes/op.C, classes/response.C,
17735: classes/string.C, classes/table.C, classes/void.C,
17736: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17737: include/pa_array.h, include/pa_cache_managers.h,
17738: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17739: include/pa_config_fixed.h, include/pa_config_includes.h,
17740: include/pa_dictionary.h, include/pa_dir.h,
17741: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17742: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17743: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17744: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17745: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17746: include/pa_stack.h, include/pa_string.h,
17747: include/pa_stylesheet_connection.h,
17748: include/pa_stylesheet_manager.h, include/pa_table.h,
17749: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17750: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17751: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17752: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17753: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17754: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17755: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17756: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17757: main/pa_sql_driver_manager.C, main/pa_string.C,
17758: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17759: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17760: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17761: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17762: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17763: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17764: targets/isapi/pool_storage.h, types/pa_valiased.C,
17765: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17766: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17767: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17768: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17769: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17770: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17771: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17772: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17773: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17774: types/pa_vresponse.C, types/pa_vresponse.h,
17775: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17776: types/pa_vstateless_object.h, types/pa_vstatus.C,
17777: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17778: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17779: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17780: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17781: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17782: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17783: types/Makefile.am: ident.C* removed
17784:
17785: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17786: file:find[/can/do/this/now.txt]
17787:
17788: * src/targets/cgi/parser3.C: usage to stdout now
17789:
17790: 2002-07-31 paf
17791:
17792: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17793:
17794: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17795: default "postmaster"
17796:
17797: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17798: -f postmaster now default sendmail key word "postmaster"
17799: replaced to $.from
17800:
17801: 2002-07-30 paf
17802:
1.116 moko 17803: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17804: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17805:
17806: * src/main/pa_charset.C: comment
17807:
17808: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17809: table, &#decimal;
17810:
17811: * src/main/pa_request.C: comment
17812:
17813: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17814: paragraf]
17815:
17816: 2002-07-11 paf
17817:
17818: * src/main/pa_exec.C: build command line badly added params twice
17819: [and first time without ' ']. double wrong. fixed.
17820:
17821: * src/main/pa_exec.C: invalid .exe caused error message with params
17822: wich parser did not provide = reported badly. fixed that.
17823:
17824: * src/classes/mail.C: $MAIL[ # xxx ]
17825:
17826: now ok
17827:
17828: * operators.txt: plan: sql detailed exception
17829:
17830: 2002-07-01 paf
17831:
17832: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17833: [MForm.configure_admin were called when request.main_class ==0
17834:
17835: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17836:
17837: * src/classes/form.C: content_length type fix
17838:
17839: 2002-06-30 paf
17840:
17841: * src/classes/mail.C: merged from 4
17842:
17843: * src/classes/mail.C: restored $MAIL
17844:
17845: 2002-06-28 paf
17846:
17847: * configure, configure.in: removed paths.h
17848:
1.116 moko 17849: * configure, src/include/pa_version.h,
1.95 moko 17850: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17851: merged, makes updated
17852:
17853: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17854: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17855: src/include/pa_pool.h, src/include/pa_version.h,
17856: src/main/pa_charset.C, src/main/pa_pool.C,
17857: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17858: src/types/pa_vmail.C: merged latest updates to head
17859:
17860: 2002-06-27 paf
17861:
17862: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17863: not error now
17864:
17865: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17866: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17867: src/main/pa_charset.C, src/main/pa_pool.C:
17868: ^xdoc::create[[uri]]... base uri for document being created,
17869: imports and other relative file names would be relative to this
17870: uri default uri=path_translated
17871:
17872: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17873:
17874: 2002-06-26 paf
17875:
17876: * configure, configure.in, src/include/pa_version.h:
17877: release_3_0_0004
17878:
17879: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17880: 0 now
17881:
17882: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17883:
17884: 2002-06-25 paf
17885:
17886: * src/main/pa_string.C: emtpy string, or string of whitespaces
17887: considered bad number now
17888:
17889: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17890: now
17891:
17892: * operators.txt, src/classes/string.C: ^string.normalize [old
17893: name: optimize
17894:
17895: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17896: library configured
17897:
17898: * src/main/pa_request.C: configure_admin forced if no @conf
17899:
1.150 moko 17900: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17901: ^math:crypt updated to generate random salt when needed and to
17902: call system crypt() if not $apr1$ prefix
1.95 moko 17903:
17904: 2002-06-24 paf
17905:
17906: * INSTALL: --with-static/shared-mailreceive described
17907:
17908: * src/include/pa_config_fixed.h: ssize_t fixed
17909:
1.116 moko 17910: * configure, configure.in, src/include/pa_config_auto.h.in,
17911: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17912: src/types/pa_vmail.C: $mail:received makes update
17913:
17914: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17915: WITH_MAILRECEIVE
17916:
17917: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17918:
17919: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17920: option, for $mail:receive
17921:
17922: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17923: introducting $message:received ^mail:send rewritten with backward
17924: comp
17925:
17926: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17927: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17928: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17929: now
17930:
17931: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17932: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17933: src/include/pa_request.h, src/include/pa_string.h,
17934: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17935: src/main/pa_globals.C, src/main/pa_request.C,
17936: src/main/pa_string.C, src/main/pa_uue.C,
17937: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17938: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17939: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17940: uue to separate file introducting $message:received ^mail:send
17941: rewritten with backward comp
17942:
17943: 2002-06-21 paf
17944:
1.116 moko 17945: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17946: co changes
1.95 moko 17947:
1.116 moko 17948: * configure, configure.in, src/lib/md5/Makefile.am,
17949: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17950: restructure .in and .am files appropriate changes
1.95 moko 17951:
17952: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17953: pcre to libs/ added libs/md5 which is linked to non-apache
17954: targets ^math:crypt[password;$apr1$salt]
17955:
17956: * INSTALL, configure.in, operators.txt, parser3.dsw,
17957: src/Makefile.am, src/classes/Makefile.am,
17958: src/classes/classes.dsp, src/classes/math.C,
17959: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17960: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17961: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17962: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17963: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17964: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17965: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17966: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17967: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17968: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17969: src/lib/pcre/pcre_parser_ctype.dsp,
17970: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17971: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17972: src/main/compile.tab.C, src/main/main.dsp,
17973: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17974: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17975: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17976: to libs/ added libs/md5 which is linked to non-apache targets
17977: ^math:crypt[password;$apr1$salt]
17978:
17979: 2002-06-20 paf
17980:
1.150 moko 17981: * INSTALL, configure, configure.in, operators.txt,
17982: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17983: src/include/pa_globals.h, src/include/pa_request.h,
17984: src/main/execute.C, src/main/pa_request.C,
17985: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17986: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17987: file:justname&co & @auto/conf[filespec
1.95 moko 17988:
17989: * operators.txt, src/classes/file.C:
17990: !^file:dirname[/a/some.tar.gz]=/a
17991: !^file:dirname[/a/b/]=/a
17992: !^file:basename[/a/some.tar.gz]=some.tar.gz
17993: !^file:justname[/a/some.tar.gz]=some.tar
17994: !^file:justext[/a/some.tar.gz]=gz
17995:
17996: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17997: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17998: @conf/auto[filespec]
17999:
1.116 moko 18000: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18001:
1.150 moko 18002: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18003: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18004: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18005:
18006: 2002-06-18 paf
18007:
18008: * configure, configure.in, src/include/pa_version.h: version to
18009: configure.in
18010:
18011: * INSTALL: reflected .conf.dist dir change
18012:
1.150 moko 18013: * Makefile.am, configure, configure.in,
1.116 moko 18014: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18015: .in & *.am updated
18016:
18017: * src/classes/file.C: strncasecmp
18018:
18019: * src/classes/file.C: strcasecmp
18020:
1.150 moko 18021: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18022:
18023: * src/classes/file.C: ^file::exec[script;$.bad error case
18024: insensitive check now
18025:
18026: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18027:
18028: * configure, configure.in, src/include/pa_pool.h,
18029: src/include/pa_types.h: pack configure.in detection simplified.
18030: figured out that gcc on sparc not that stupid as thought
18031: previously: on sparc: when it sees packed class it modifies it's
18032: field-access-code to byte operations [stb, ldub] instead of 4byte
18033: operations [st, lduh] so packed must be all parts of packed
18034: class, i.e. it's parents&fields(classes). for now it's only
18035: String that packed and what was wrong is that it's parent -
18036: Pooled, were not packed. fixed that.
18037:
18038: 2002-06-14 paf
18039:
18040: * operators.txt: more precise xml-to-text options
18041:
18042: * operators.txt, src/types/pa_vxnode.C: xnode
18043: attribute_node.name/value xnode pi.node.data
18044:
18045: 2002-06-12 paf
18046:
1.116 moko 18047: * configure, configure.in, src/targets/cgi/Makefile.am,
18048: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 18049:
18050: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
18051: src/include/pa_globals.h, src/include/pa_request.h,
18052: src/main/compile.tab.C, src/main/pa_globals.C,
18053: src/main/pa_request.C, src/targets/cgi/parser3.C,
18054: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
18055:
18056: * src/classes/mail.C: sendmail -ti [default now]
18057:
18058: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
18059: to be strings. for convinient #ing
18060:
18061: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
18062: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
18063:
18064: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
18065: main/pa_globals.C, main/pa_request.C: @conf
18066:
18067: 2002-06-11 paf
18068:
18069: * src/classes/file.C: check simplified
18070:
18071: * src/: classes/file.C, targets/cgi/parser3.dsp,
18072: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
18073: valid prefix
18074:
18075: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
18076: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
18077: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
18078:
18079: 2002-06-10 paf
18080:
18081: * operators.txt, src/classes/op.C, src/include/pa_common.h,
18082: src/main/pa_common.C: lock failures reported now
18083:
18084: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
18085: string->double @ compile time were not-enough-checking...
18086:
18087: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18088: autoconvert now ignored
18089:
18090: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18091: check
18092:
18093: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18094: $response:body content-type:name
18095:
18096: * configure, configure.in: hpux check, nsl link, no socket
18097:
18098: * operators.txt: old merge conflict removed
18099:
18100: * configure, configure.in: pack even address access on sparc&co
18101: arch checked in configure
18102:
18103: * configure, src/include/pa_version.h: makes
18104:
18105: * configure, configure.in, src/include/pa_version.h: makes
18106:
18107: * src/main/untaint.C: (bug#2) mail subject got always prepended
18108: with charset even when all letters were 7bit one
18109:
18110: * src/main/pa_common.C: merged fixed -d (bug)
18111:
18112: * src/main/pa_common.C: fixed -d (bug)
18113:
18114: 2002-06-03 paf
18115:
18116: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18117: src/classes/classes.dsp, src/main/compile.tab.C,
18118: src/main/main.dsp, src/main/pa_globals.C,
18119: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18120: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18121: .dsp-s along with reorganized cvs modules dirs structure
18122:
18123: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18124: main/pa_globals.C, targets/cgi/parser3.dsp,
18125: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18126: modules
18127:
18128: 2002-05-28 paf
18129:
18130: * src/targets/cgi/parser3.C: info.uri now ""
18131:
18132: 2002-05-17 paf
18133:
18134: * src/classes/: table.C: ^table.save << checked empty
18135: pre/match/post columns
18136:
18137: 2002-05-16 paf
18138:
18139: * src/classes/image.C: image::measure can png now
18140:
18141: 2002-05-15 paf
18142:
18143: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18144: added
18145:
18146: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18147:
18148: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18149: %H[:%M[:%S]]]]]] [-%m now
18150:
18151: 2002-05-14 paf
18152:
18153: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18154:
18155: 2002-05-07 paf
18156:
18157: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18158: src/include/pa_globals.h, src/include/pa_request.h,
18159: src/include/pa_table.h, src/main/compile.tab.C,
18160: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18161: src/main/pa_request.C, src/main/pa_table.C,
18162: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18163: src/targets/isapi/parser3isapi.dsp,
18164: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18165: name2number field now &. main_method_name now on Request pool
18166: rather on global_pool [Junction+VJunction created on same pool as
18167: name = were created on global pool, causing mem leaks]
18168:
18169: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18170: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18171: main/compile.y, main/main.dsp, main/pa_globals.C,
18172: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18173: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18174: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18175: field now &. main_method_name now on Request pool rather on
18176: global_pool [Junction+VJunction created on same pool as name =
18177: were created on global pool, causing mem leaks]
18178:
18179: 2002-05-06 paf
18180:
18181: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18182: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18183: 100*40 bytes per request memory leak [nonpool malloc in globals]
18184:
18185: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18186: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18187: 100*40 bytes per request memory leak [nonpool malloc in globals]
18188:
18189: 2002-04-30 paf
18190:
18191: * configure, src/include/pa_version.h: version now not b
18192:
18193: * src/targets/cgi/parser3.C: request.uri now never 0
18194:
18195: 2002-04-29 paf
18196:
18197: * configure.in: removed b
18198:
18199: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18200: Exception::comment/type checked in (), no there's no empty
18201: type/comment by default
18202:
18203: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18204: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18205: src/doc/value.dox, src/include/pa_exception.h,
18206: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18207: 0001
18208:
18209: 2002-04-26 paf
18210:
18211: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18212: size reduced
18213:
18214: 2002-04-25 paf
18215:
18216: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18217: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18218: now that took into account
18219:
18220: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18221: 01:03:04]
18222:
18223: * ChangeLog, operators.txt, src/classes/date.C:
18224: ^date::create[2002-12-33 01:03:04]
18225:
18226: * ChangeLog: updated changelog
18227:
18228: * src/classes/table.C: removed restriction on column count to
18229: ^table.hash to work, now must be >0 [were >1]
18230:
18231: 2002-04-24 paf
18232:
18233: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18234: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18235: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18236: targets
18237:
18238: 2002-04-23 paf
18239:
18240: * operators.txt, src/classes/string.C:
18241: int/double/string:sql{}[$.default{code}] fixed [were barking:
18242: "junction used outside of context"]
18243:
18244: 2002-04-22 paf
18245:
18246: * types.txt, src/classes/string.C, src/include/pa_string.h,
18247: src/main/pa_string.C, src/types/pa_vstring.C,
18248: src/types/pa_vstring.h: ^string.optimize[]
18249:
18250: * src/: include/pa_globals.h, include/pa_table.h,
18251: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18252: table template
18253:
18254: * src/classes/: string.C: optimize removed from string
18255: .left/right/pos
18256:
18257: * src/main/execute.C: rolled back to
18258: before_killing_userjunction_contexts
18259:
18260: * src/main/execute.C: user junctions context killed
18261:
18262: * src/main/execute.C: junctions to local contexts got
18263: cleanized&checked later
18264:
18265: 2002-04-19 paf
18266:
18267: * src/: classes/string.C, include/pa_request.h,
18268: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18269: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18270: prior to .left .right .mid .pos .match when that is profitable,
18271: and always before .replace when $ORIGINS(1) optimization disabled
18272: economy from not wasting mem on lots of strings which occur by
18273: lots of String:mid calls to get parts of source string between
18274: found_occurances
18275:
18276: * src/classes/file.C: ovector now local economy: 16 bytes per
18277: ^file:list
18278:
18279: * src/: include/pa_globals.h, include/pa_table.h,
18280: main/pa_globals.C, main/pa_string.C: String::match table columns
18281: globalized, not created @ each ^match anymore economy:
18282: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18283:
18284: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18285: removed from each String::match replace iteration, and made
18286: stacked sizeof(VTable)=12bytes economy on each replace code
18287:
18288: * src/doc/footer.htm: 2001,
18289:
18290: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18291: string.match[]['] option enables generation of $match.prematch
18292: .match .postmatch columns
18293:
18294: * src/main/pa_string.C: String::match options analized without
18295: cstr-ing them now
18296:
18297: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18298: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18299: config updated to doxygen 1.2.15, created helper which fixes
18300: minor bugs in chm project files & htm tree. changed extension to
18301: .htm
18302:
18303: 2002-04-18 paf
18304:
18305: * src/doc/doxygen.cfg: .chi generation disabled
18306:
18307: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18308: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18309: fields&methods
18310:
18311: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18312: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18313: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18314: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18315: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18316: types/pa_vresponse.h, types/pa_vstateless_class.h,
18317: types/pa_vstateless_object.h, types/pa_vstatus.h,
18318: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18319: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18320: VStateless_class to VObject
18321:
18322: * src/: main/pa_request.C, types/pa_valiased.h,
18323: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18324: types/pa_vstring.h: VStateless_string_object speicalized light
18325: version of VStateless_object
18326:
18327: * src/classes/op.C: ^throw comment param made optional
18328:
18329: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18330: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18331: and implemented down in VClass, fclass_alias removed,
18332:
18333: * src/types/pa_value.C: forced to cut that from .h because of
18334: VStateless_class usage [undefined in .h]
18335:
18336: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18337: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18338: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18339: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18340: on each CALL]
18341:
18342: * src/: classes/classes.h, classes/date.C, classes/double.C,
18343: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18344: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18345: classes/response.C, classes/string.C, classes/table.C,
18346: classes/void.C, classes/xnode.C, include/pa_globals.h,
18347: include/pa_request.h, main/execute.C, main/pa_globals.C,
18348: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18349: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18350: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18351: types/pa_vstateless_class.h, types/pa_wcontext.C,
18352: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18353: removed Value::fname
18354:
18355: 2002-04-17 paf
18356:
18357: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18358: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18359: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18360: include/pa_pool.h, include/pa_types.h: dox updated to current
18361: state, PTHROW freshen to throw & co
18362:
18363: * src/types/pa_vhash.h: vstring wrong parent fixed
18364:
18365: * src/classes/op.C: taint local result var bug fixed
18366:
18367: 2002-04-16 paf
18368:
18369: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18370: Attic asm.txt as most interesting
18371:
18372: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18373: check, preventing content-length: 0 from appearing
18374:
18375: * src/main/execute.C: $result in @main now taken into account as in
18376: usual functions
18377:
18378: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18379: & @unhandled_exception now taken into account as in usual
18380: functions
18381:
18382: * src/doc/postbuild.txt: instructions on post .html build
18383:
18384: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18385:
18386: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18387: tainted
18388:
18389: * src/main/pa_request.C: uri in error log
18390:
18391: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18392: cheched date:create(days) param for validity [later were assumed
18393: valid and crashed on invalid onces]
18394:
18395: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18396: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18397: and used that for removing VString wrapper
18398:
18399: * src/classes/op.C: exception2vhash file now tainted
18400:
18401: * src/classes/op.C: _process pseudo origin copied from local var to
18402: heap
18403:
18404: * src/classes/op.C: extra check on empty file in origin in _execute
18405:
18406: 2002-04-15 paf
18407:
18408: * src/: main/execute.C, types/pa_value.h: fixed name update
18409:
18410: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18411: functions
18412:
18413: * src/: classes/file.C, classes/hash.C, classes/op.C,
18414: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18415: started dual write_xxx_lang functions, if checked & works
18416:
18417: * src/: classes/date.C, classes/file.C, classes/mail.C,
18418: classes/string.C, classes/xnode.C, include/pa_request.h,
18419: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18420: unnecessary VString shells
18421:
18422: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18423: prev changes]
18424:
18425: * src/: classes/image.C, classes/op.C, classes/string.C,
18426: classes/table.C, include/pa_request.h, main/execute.C,
18427: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18428: StringOrValue wcontext result, now ready for dual writes
18429:
18430: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18431: checked that
18432:
18433: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18434: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18435: changed to OP_WRITE_VALUE in var get cases
18436:
18437: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18438: include/pa_request.h, main/compile.tab.C, main/compile.y,
18439: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18440: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18441: switch in hash constructor fixed [were problems with using of
18442: stacked wwrapper after it's death]
18443:
18444: 2002-04-12 paf
18445:
18446: * operators.txt, src/classes/table.C: table.select(expression) 0
18447:
18448: 2002-04-11 paf
18449:
18450: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18451: Request::process_internal codeFrame & wwrapper stacked [not
18452: wasting heap anymore]
18453:
18454: 2002-04-10 paf
18455:
18456: * src/: classes/double.C, classes/file.C, classes/hash.C,
18457: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18458: classes/string.C, classes/table.C, classes/void.C,
18459: classes/xdoc.C, include/pa_request.h, main/execute.C,
18460: main/pa_string.C: killed Request::process() wrapping
18461: VString(String) in case we need only String
18462:
18463: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18464: killed 8 bytes from String.head
18465:
18466: 2002-04-09 paf
18467:
18468: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18469: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18470: local*/char b[...]; a=b; situations
18471:
18472: * operators.txt, src/classes/xdoc.C: xslt params made literal
18473:
18474: * src/classes/xdoc.C: xslt params fixed
18475:
18476: * src/: main/pa_common.C, targets/cgi/parser3.C,
18477: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18478: not pool.malloc(MAX_NUMBER) but really neaded
18479:
18480: * operators.txt, src/classes/double.C, src/classes/int.C:
18481: int/double.int/double(default)
18482:
18483: 2002-04-04 paf
18484:
18485: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18486: [when reconstructing pieces were split by
18487: max_integral(piece.size), thus some strings to replace happen to
18488: be split into two = not replaced)
18489:
18490: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18491: standalone version = current dir
18492:
18493: * src/targets/cgi/parser3.C: document root in standalone version =
18494: current dir
18495:
18496: 2002-04-03 paf
18497:
18498: * configure, configure.in: more checks on nonexistent charset
18499:
1.116 moko 18500: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18501:
18502: 2002-04-02 paf
18503:
18504: * src/main/compile.C: parser.compile [exception name more like in
18505: doc]
18506:
18507: 2002-04-01 paf
18508:
18509: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18510: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18511: .content-type.charset, not .charset
18512:
18513: 2002-03-29 paf
18514:
18515: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18516:
18517: * operators.txt, src/classes/date.C: ^date::create now may not
18518: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18519: days' year. | 31.05->31.04 roll
18520:
18521: 2002-03-28 paf
18522:
18523: * operators.txt, src/classes/date.C, src/classes/op.C,
18524: src/include/pa_globals.h, src/include/pa_hash.h,
18525: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18526: ^cache(seconds) ^cache[date] }
18527:
18528: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18529: param
18530:
18531: 2002-03-27 paf
18532:
18533: * operators.txt, src/classes/date.C, src/classes/double.C,
18534: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18535: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18536: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18537: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18538: src/classes/xnode.C, src/include/pa_exception.h,
18539: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18540: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18541: src/main/pa_array.C, src/main/pa_charset.C,
18542: src/main/pa_charsets.C, src/main/pa_common.C,
18543: src/main/pa_dictionary.C, src/main/pa_exception.C,
18544: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18545: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18546: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18547: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18548: src/types/pa_value.h, src/types/pa_vcookie.C,
18549: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18550: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18551: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18552: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18553: src/types/pa_wwrapper.h: assigned exception types
18554:
18555: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18556: src/include/pa_request.h, src/main/execute.C,
18557: src/main/pa_request.C: decided agains resetting exception_trace,
18558: just changed name
18559:
18560: 2002-03-26 paf
18561:
18562: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18563: fixed
18564:
18565: * src/classes/op.C: forced language of $source field of exception
18566: to 'tainted', so that sql-langed-frags could be outputed outside
18567: of connect
18568:
18569: * operators.txt: removed date.roll limit of +-1 offset
18570:
18571: * src/classes/date.C: removed date.roll limit of +-1 offset
18572:
18573: * operators.txt, src/classes/date.C: fixed date roll on
18574: daylightsaving days mktime took into account tm_isdst flag, which
18575: remained from BEFORE roll, but should have been reset
18576:
18577: 2002-03-25 paf
18578:
18579: * operators.txt, src/targets/cgi/parser3.C:
18580: http_site_config_filespec
18581:
18582: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18583: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18584: with any/both --disable-foreign-group-files --disable-execs
18585:
18586: * INSTALL: "--with=sendmail=COMMAND" comment
18587:
18588: * INSTALL, configure, configure.in, src/classes/mail.C,
18589: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18590: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18591: disables execs also. introducing --sendmail
1.95 moko 18592:
18593: * operators.txt: pgsql options comment
18594:
18595: * INSTALL: comment on --disable-link-stdcpp
18596:
1.116 moko 18597: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18598: libstdc++ link skipping configure option
1.95 moko 18599:
18600: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18601: with error were put to cache with 'marked_to_rollback' flag, all
18602: consequent even OK requests rolled back
18603:
18604: 2002-03-22 paf
18605:
18606: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18607: false return
18608:
18609: * operators.txt: few comments on sets
18610:
18611: 2002-03-18 paf
18612:
18613: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18614: src/include/pa_globals.h, src/include/pa_request.h,
18615: src/include/pa_stack.h, src/main/pa_globals.C,
18616: src/main/pa_request.C: introducing ^try
18617:
18618: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18619: types/pa_vdouble.h: removed some tested @tests
18620:
18621: 2002-03-15 paf
18622:
18623: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18624:
18625: 2002-03-13 paf
18626:
18627: * src/main/pa_exception.C: checked not-pooled malloc
18628:
18629: 2002-03-11 paf
18630:
18631: * INSTALL, configure, configure.in,
18632: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18633:
18634: * src/main/pa_common.C: --disable-foreign-group-files
18635:
18636: * INSTALL: --disable-execs
18637:
18638: * src/main/pa_exec.C: --disable-execs
18639:
18640: * configure, configure.in, src/include/pa_config_auto.h.in:
18641: --disable-execs
18642:
18643: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18644:
18645: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18646: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18647:
18648: 2002-03-05 paf
18649:
18650: * operators.txt, src/classes/date.C: date week calendar columns
18651: named
18652:
18653: * operators.txt, src/classes/date.C: date week calendar columns
18654: named
18655:
18656: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18657: requires headers to be terminated with \r\n manually [refuses to
18658: separate header/body itself]
18659:
18660: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18661: targets/isapi/parser3isapi.C: isapi site config beside .dll
18662:
18663: 2002-03-04 paf
18664:
18665: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18666: in PASS language
18667:
18668: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18669: deserialize checks on broken file
18670:
18671: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18672: parser3isapi.dsp: isapi updated
18673:
18674: 2002-03-01 paf
18675:
18676: * src/main/pa_exec.C: execle -> execve, now argc OK
18677:
18678: 2002-02-28 paf
18679:
18680: * src/main/untaint.C: removed some debug comments
18681:
18682: * src/main/pa_charsets.C: when placing charset to cache using
18683: global name now [were request]
18684:
18685: * configure, configure.in: apache module updated
18686:
18687: * src/main/pa_string.C: origin by first piece preferred before last
18688: piece
18689:
18690: 2002-02-27 paf
18691:
18692: * src/main/pa_charset.C: size_t
18693:
18694: * INSTALL: shared/static-xml with-pathlink
18695:
18696: * operators.txt: SMTP comment
18697:
18698: 2002-02-26 paf
18699:
18700: * src/main/pa_exec.C: more precise names for vars, cosmetic
18701:
18702: * src/classes/xnode.C: in some situation, xpath query returned
18703: result with type NODESET, but empty nodeset member field, checked
18704: that
18705:
18706: 2002-02-22 paf
18707:
18708: * INSTALL: without-zlib comment
18709:
18710: * etc/parser3.charsets/windows-1251.cfg: °
18711:
18712: * configure, configure.in: glib###.a detection fixed
18713:
18714: * INSTALL: hashfile removed from INSTALL
18715:
1.116 moko 18716: * Makefile.am: make update
1.95 moko 18717:
18718: * src/main/pa_string.C: string iterators fixed again, so were
18719: String::join_chain
18720:
18721: * src/main/pa_string.C: string iterators fixed again, so were
18722: String::join_chain
18723:
18724: * src/: include/pa_string.h, main/pa_string.C: string iterators
18725: fixed again, so were String::join_chain
18726:
18727: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18728:
18729: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18730: "session"
18731:
1.116 moko 18732: * configure, configure.in, src/include/pa_config_auto.h.in:
18733: --with-shared-xml --with-static-xml
1.95 moko 18734:
18735: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18736: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18737: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18738: xalan&xml
18739:
18740: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18741:
18742: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18743: src/types/types.dsp: removed hashfile support from sources for
18744: now
18745:
1.116 moko 18746: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18747: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18748: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18749: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18750: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18751: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18752: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18753: src/types/Makefile.am, src/types/pa_vhashfile.C,
18754: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18755:
18756: 2002-02-21 paf
18757:
18758: * src/main/untaint.C: removed debug code, activated commented-for
18759: debug parts
18760:
1.116 moko 18761: * Makefile.am: make cvsupdate
1.95 moko 18762:
18763: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18764: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18765: append_row, not at link zero now string to string appending works
18766:
18767: 2002-02-20 paf
18768:
18769: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18770: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18771: DEBUG_STRING_APPENDS_VS_EXPANDS
18772:
18773: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18774: economy: 22%
18775:
18776: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18777: space uptimized: string::link_row removed
18778:
18779: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18780: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18781: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18782: types/pa_vstring.h: speed uptimized: string::is_empty
18783:
18784: * operators.txt, src/include/pa_common.h,
18785: src/include/pa_config_fixed.h, src/include/pa_string.h,
18786: src/include/pa_types.h, src/main/compile.tab.C,
18787: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18788: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18789: string append optimiziation idea and estimates
18790:
18791: 2002-02-19 paf
18792:
18793: * src/classes/math.C: not used directly [but erroreously reported
18794: that 'is', thus registering twice&other probs]
18795:
18796: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18797: to node [element]
18798:
18799: * src/main/compile.C: without string_origins parse error
18800: file+line+col possible
18801:
18802: * src/main/: compile.C: without string_origins not worked
18803:
18804: 2002-02-18 paf
18805:
18806: * src/types/pa_vdouble.h: since we have in_expression removed that
18807: trick i've installed into double::as_string
18808:
18809: * src/main/pa_globals.C: extern "C" was removed too fast
18810:
18811: * src/: include/pa_opcode.h, include/pa_request.h,
18812: main/compile.tab.C, main/compile.y, main/execute.C,
18813: types/pa_wcontext.h: in_expression aimed to solve old problem
18814: with string/nonstring values, now in expressions double/int
18815: values are passed as-is, without stupid tostring/fromstring
18816: conversions
18817:
18818: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18819: __cplusplus } #endif
18820:
18821: * src/main/compile.tab.C: bison env set so one could compile
18822: without cygwin installed
18823:
18824: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18825: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18826: gnome xml libs parser .dsp-s changed accordingly
18827:
18828: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18829:
18830: * operators.txt, src/classes/date.C: date::create [were date::set,
18831: with backward comp
18832:
18833: * src/classes/math.C: math:random range check fixed
18834:
18835: * src/main/: compile.tab.C, compile.y: integer division stops name
18836:
18837: * INSTALL: local install comment
18838:
1.116 moko 18839: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18840:
1.116 moko 18841: * acinclude.m4, aclocal.m4, configure, configure.in,
18842: src/include/pa_config_auto.h.in,
18843: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18844: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18845:
18846: * operators.txt: \ comment
18847:
18848: 2002-02-13 paf
18849:
18850: * src/include/pa_config_includes.h: sys/time time both included
18851: now. vaguely remember confilicts on this on some system [not on
18852: six|ablv] so when would see them again would think up proper
18853: check
18854:
1.116 moko 18855: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18856: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18857:
18858: * src/main/pa_common.C: truncation never occured when writing files
18859: on unix [since i've changed cache mech] fix
18860:
18861: * src/main/pa_common.C: strnchr: sanity check added
18862:
18863: * etc/parser3.charsets/windows-1257.cfg: id added
18864:
18865: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18866: baltic charset file generated, in generation script ispunct check
18867: added
18868:
18869: 2002-02-08 paf
18870:
1.116 moko 18871: * src/: include/Makefile.am, sql/Makefile.am,
18872: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18873:
18874: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18875: forgotten
18876:
18877: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18878:
18879: * INSTALL, README: install&others updated
18880:
18881: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18882:
1.116 moko 18883: * Makefile.am, configure, configure.in,
18884: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18885: src/classes/Makefile.am, src/main/Makefile.am,
18886: src/main/pa_status_provider.C, src/targets/Makefile.am,
18887: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18888: works
1.95 moko 18889:
18890: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18891: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18892: classes/hashfile.C, classes/int.C, classes/mail.C,
18893: classes/math.C, classes/op.C, classes/response.C,
18894: classes/string.C, classes/table.C, classes/void.C,
18895: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18896: include/pa_array.h, include/pa_cache_managers.h,
18897: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18898: include/pa_config_fixed.h, include/pa_config_includes.h,
18899: include/pa_db_connection.h, include/pa_db_manager.h,
18900: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18901: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18902: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18903: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18904: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18905: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18906: include/pa_stack.h, include/pa_string.h,
18907: include/pa_stylesheet_connection.h,
18908: include/pa_stylesheet_manager.h, include/pa_table.h,
18909: include/pa_threads.h, include/pa_types.h, main/compile.C,
18910: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18911: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18912: main/pa_db_connection.C, main/pa_db_manager.C,
18913: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18914: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18915: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18916: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18917: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18918: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18919: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18920: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18921: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18922: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18923: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18924: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18925: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18926: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18927: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18928: types/pa_vmethod_frame.h, types/pa_vobject.h,
18929: types/pa_vrequest.h, types/pa_vresponse.h,
18930: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18931: types/pa_vstateless_object.h, types/pa_vstatus.C,
18932: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18933: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18934: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18935: classes/image.C, main/pa_common.C, main/pa_exec.C,
18936: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18937: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18938: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18939: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18940: types/pa_vxnode.C, main/pa_charset.C: name spelling
18941:
18942: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18943: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18944: classes/hashfile.C, classes/image.C, classes/int.C,
18945: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18946: classes/string.C, classes/table.C, classes/void.C,
18947: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18948: include/pa_array.h, include/pa_cache_managers.h,
18949: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18950: include/pa_config_fixed.h, include/pa_config_includes.h,
18951: include/pa_db_connection.h, include/pa_db_manager.h,
18952: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18953: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18954: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18955: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18956: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18957: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18958: include/pa_stack.h, include/pa_string.h,
18959: include/pa_stylesheet_connection.h,
18960: include/pa_stylesheet_manager.h, include/pa_table.h,
18961: include/pa_threads.h, include/pa_types.h, main/compile.C,
18962: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18963: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18964: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18965: main/pa_db_connection.C, main/pa_db_manager.C,
18966: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18967: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18968: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18969: main/pa_socks.C, main/pa_sql_driver_manager.C,
18970: main/pa_status_provider.C, main/pa_string.C,
18971: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18972: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18973: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18974: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18975: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18976: targets/isapi/pool_storage.h, types/pa_valiased.C,
18977: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18978: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18979: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18980: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18981: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18982: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18983: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18984: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18985: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18986: types/pa_vresponse.h, types/pa_vstateless_class.C,
18987: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18988: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18989: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18990: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18991: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18992: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18993:
18994: 2002-02-07 paf
18995:
18996: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18997:
1.116 moko 18998: * configure, configure.in, src/include/pa_config_auto.h.in,
18999: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19000: added yet another locking function: fcntl
1.95 moko 19001:
19002: * config.sub: on cygwin configure passes it with strange i1586
19003: const, hacked it to mean i586
19004:
19005: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19006: disabled $if reference due to conflicts with local variables
19007:
19008: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19009: xdoc::set obsolete now, now xdoc::create, with both sences
19010:
19011: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19012: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19013: table::create now // 'set' name obsolete now table clone.
19014:
19015: * operators.txt, src/classes/string.C,
19016: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19017: ^int/double/string.format now can be called with normal []
19018: brackets, not stupid {} as it were implemented for some strange
19019: reason. retaining backward compatibility due to some
19020: already-implemented servers
19021:
19022: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19023: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19024: operators now detected by check at name_without_curly_rdive_read
19025: rule whether diving code constists only of
19026: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19027: with OP_GET_ELEMENT_OR_OPERATOR to form
19028: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19029:
19030: 2002-02-06 paf
19031:
19032: * configure, configure.in: prefix expanded, grr
19033:
19034: * operators.txt, src/classes/mail.C: mail:send config changed
19035:
19036: 2002-02-05 paf
19037:
19038: * operators.txt: regex options commented
19039:
19040: * src/main/: pa_exec.C: argv0 now correct
19041:
19042: * src/types/pa_vstatus.C: status:rusage 3
19043:
19044: * src/types/pa_vstatus.C: status:rusage 2
19045:
19046: * operators.txt: status:rusage described int operators
19047:
19048: * src/types/pa_vstatus.C: status:rusage 1
19049:
19050: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
19051: src/types/types.dsp: status:rusage
19052:
19053: * configure.in, operators.txt, src/classes/file.C,
19054: src/classes/op.C, src/include/pa_common.h,
19055: src/include/pa_config_includes.h, src/main/compile.tab.C,
19056: src/main/pa_common.C: rewritten ^cache to use
19057: non-blocking-exclusive-caches
19058:
19059: * src/main/pa_common.C: text file read mode on win32 adjusted
19060: [speed impact. was off for debugging purpose, but forgotten
19061: afterwards]
19062:
19063: 2002-02-01 paf
19064:
19065: * src/classes/op.C: file_write does EX lock after create, while
19066: file_read does SH after open, so there's a moment after create
19067: but before EX lock when read can sneak into, and read
19068: just-created-for-writing-and-not-yet-locked file, added a check
19069: for that in ^cache...read
19070:
19071: 2002-01-31 paf
19072:
19073: * src/main/: compile.y, compile.tab.C: disabled operator call after
19074: ^xxx:
19075:
19076: * src/main/: compile.tab.C, execute.C: made operators lookup first
19077: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
19078:
19079: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
19080: main/compile.tab.C, main/compile.y, main/compile_tools.C,
19081: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
19082: operators check 6.1 rewritten. now check is done at compile time
19083:
19084: * src/main/execute.C: operators check 5 floated up old error of
19085: staying in 'entered class/object' state after $a($a..) it
19086: prevented operators from being called thereafter
19087:
19088: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19089: main/execute.C: operators check 4 floated up old error of staying
19090: in 'entered object' state after ^a.a(a) it prevented operators
19091: from being called thereafter
19092:
19093: * src/main/execute.C: operators check 3 floated up old error of
19094: staying in 'entered class' state after $a:a(a) it prevented
19095: operators from being called thereafter
19096:
19097: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19098: floated up old error of staying in 'entered class' state after
19099: $a:a[a] it prevented operators from being called thereafter
19100:
19101: * src/main/execute.C: operators check, thay mistakenly seen in
19102: $class:operator $object.operators contexts
19103:
19104: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19105: win32
19106:
1.116 moko 19107: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19108: src/classes/Makefile.am, src/main/Makefile.am,
19109: src/targets/cgi/Makefile.am,
1.95 moko 19110: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19111: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19112:
1.116 moko 19113: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19114: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19115: configure, configure.in, form.txt, ident.awk, install-sh,
19116: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19117: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19118: etc/parser3.charsets/Makefile.am,
19119: etc/parser3.charsets/koi8-r.cfg,
19120: etc/parser3.charsets/windows-1250.cfg,
19121: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19122: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19123: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19124: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19125: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19126: straightened installation scripts procedure made
19127: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19128: change
19129:
19130: 2002-01-30 paf
19131:
19132: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19133: removed] those comments were a mistake, and prevented libltdl
19134: from function properly
19135:
19136: 2002-01-29 paf
19137:
1.116 moko 19138: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19139: creation [modified acinclude.m4 which were creating int into just
19140: assignment LIBTOOL=../libtool] added default system
19141: config&charsetts prepared 'make install', now it installs
19142: targets/cgi/parser3 into bin directory etc/parser3.conf &
19143: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19144: $sysconfdir/parser3.charsets respectively
19145:
19146: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19147: main/pa_globals.C: few forgotten ifdef XML added
19148:
19149: 2002-01-28 paf
19150:
1.116 moko 19151: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19152: removed
19153:
19154: * src/main/pa_exception.C: dom|generic error output fix
19155:
19156: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19157:
19158: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19159:
19160: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19161: [fixed as_node helper func to accept docs]
19162:
19163: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19164: xdoc.importNode 0
19165:
19166: * src/classes/xdoc.C: xdoc::set now untaints OK
19167:
19168: 2002-01-25 paf
19169:
19170: * src/main/: compile.tab.C, compile.y: #comment before @ after
19171: @SPECIAL now works OK
19172:
19173: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19174:
19175: * src/main/pa_exec.C: max arg count now 10, and proper message on
19176: violation that added
19177:
19178: * src/classes/hash.C: unified hash::sql, now
19179: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19180:
19181: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19182: ^file:lock[filename]{code}
19183:
19184: * src/: classes/file.C, classes/op.C, classes/string.C,
19185: classes/table.C, classes/xdoc.C, include/pa_common.h,
19186: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19187: to some pa_common funcs
19188:
19189: * src/: include/pa_charset.h, main/pa_globals.C:
19190: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19191:
19192: * src/: include/pa_charset.h, main/pa_charset.C,
19193: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19194: not stupid illegal define
19195:
19196: 2002-01-24 paf
19197:
19198: * src/include/pa_version.h: changed version number
19199:
19200: * src/: classes/hashfile.C, include/pa_db_table.h,
19201: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19202: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19203: main/pa_db_connection.C, main/pa_db_table.C,
19204: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19205: hashfile without logfiles
19206:
19207: * src/: classes/hashfile.C, include/pa_db_table.h,
19208: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19209: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19210: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19211: DB_INIT_TXN init bits, thus got rid of huge log files, which
19212: cluttered disk without huge need]
19213:
19214: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19215: handy macro, which is strangly abscent in dome lib
19216:
19217: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19218:
19219: * src/classes/xdoc.C: checked empty response
19220:
19221: * src/classes/xnode.C: xdoc.select fixed context node [were always
19222: /, not self node]
19223:
19224: * src/classes/xnode.C: xnode.select returns array always now, in
19225: case 'nothing found' returns empty array
19226:
19227: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19228: be more tender with ctrl/c/v
19229:
19230: 2002-01-23 paf
19231:
19232: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19233: substituted. // 2. when dom tree with entites goes under
19234: transform text nodes // got [erroreosly] cut on first
19235: entity occurance
19236:
19237: * src/types/pa_vdouble.h: double prec. todo: get rid of
19238: twice-converting
19239:
19240: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19241: 'e' in output this is for regretful twice-converting here:
19242: $a(double value) when they write double falue they convert it to
19243: string first, thus %g were losing precesion.
19244:
19245: todo: think up some way to remove double->string string->double
19246: twice-converting
19247:
19248: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19249: %.20E now default float format this is for regretful
19250: twice-converting here: $a(double value) when they write double
19251: falue they convert it to string first, thus %g were losing
19252: precesion.
19253:
19254: todo: think up some way to remove double->string string->double
19255: twice-converting
19256:
19257: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19258: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19259: reasons in comment inside
19260:
19261: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19262: statically linked]
19263:
19264: * src/: include/pa_exception.h, main/compile.tab.C,
19265: main/pa_exception.C: removed exception va_list constructor. 1.
19266: not needed anymore 2. there were a conflict[causing errors]
19267: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19268: never detected an ambiguilty here, compiling ctor(, "hello") into
19269: ctor(, va_list) which, of course, caused gpf
19270:
19271: * src/main/pa_globals.C: removed debug xslt messages
19272:
19273: 2002-01-22 paf
19274:
19275: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19276: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19277: helps compiling stylesheet properly. example: this refused to
19278: work, <b>«<xsl:value-of select="@title"
19279: />»</b> stranly worked only this way:
19280: <b>«<xsl:value-of select="@title" />»</b>
19281:
19282: docs says "set it to 1", never going into details, so I decided
19283: to try NOT to do that
19284:
19285: * src/classes/table.C: join behaived badly in case named tables
19286: structure mismatched: 0 strings sneaked into dest failing
19287: afterwards. replaced them with empty strings
19288:
19289: 2002-01-21 paf
19290:
19291: * src/main/pa_charset.C: checked empty transcoders in
19292: transcode_cstr|buf
19293:
19294: * src/classes/xdoc.C: xdoc::load error source = filespec
19295:
19296: * src/classes/xdoc.C: transform error source now
19297: stylesheet_filespec
19298:
1.116 moko 19299: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19300: include/pa_stylesheet_connection.h, main/pa_charset.C,
19301: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19302: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19303: gnome
1.95 moko 19304:
19305: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19306: include/pa_globals.h, include/pa_stylesheet_connection.h,
19307: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19308: xslt generic error 1
19309:
19310: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19311: xml generic message 1
19312:
19313: * src/classes/table.C: ^table::load empty lines or #comments before
19314: headline
19315:
19316: * src/: include/pa_array.h, include/pa_globals.h,
19317: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19318: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19319: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19320: errors 0
19321:
19322: 2002-01-16 paf
19323:
19324: * src/: classes/hash.C, classes/op.C, classes/string.C,
19325: classes/table.C, classes/void.C, classes/xdoc.C,
19326: include/pa_db_connection.h, include/pa_request.h,
19327: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19328: include/pa_stylesheet_connection.h,
19329: include/pa_stylesheet_manager.h, main/pa_request.C,
19330: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19331: targets/cgi/pool_storage.h: auto closers to sql_connection,
19332: stylesheet_connection auto destroyers to remaining gnome objects
19333:
19334: * src/classes/xdoc.C: few comments
19335:
19336: 2002-01-15 paf
19337:
19338: * src/classes/xdoc.C: xdoc file save string
19339:
19340: ready. todo: error handling
19341:
19342: * src/classes/xdoc.C: xdoc save rewritten using
19343: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19344: result
19345:
19346: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19347: started output options parsing
19348:
19349: 2002-01-14 paf
19350:
19351: * src/classes/xdoc.C: method
19352:
19353: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19354: include/pa_pool.h, include/pa_stylesheet_connection.h,
19355: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19356: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19357: xslt transform0. TODO: use output options handle errors
19358:
19359: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19360:
19361: 2002-01-11 paf
19362:
19363: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19364: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19365: partial logical && || evaluation
19366:
19367: * src/classes/xnode.C: xpath selectNodes
19368:
19369: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19370: string/number/bool
19371:
19372: * src/classes/xnode.C: xpath selectNode 2
19373:
19374: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19375: xpath selectNode 1
19376:
19377: 2002-01-10 paf
19378:
19379: * src/classes/xnode.C: xpath selectNode -100 [just written]
19380:
19381: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19382: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19383: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19384: refcounter]
19385:
19386: 2001-12-29 paf
19387:
19388: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19389: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19390: glib works 0
19391:
19392: 2001-12-28 paf
19393:
19394: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19395: main/pa_exception.C: started glib transcoders
19396:
19397: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19398:
19399: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19400: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19401: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19402: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19403: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19404: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19405: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19406: libs just compiled in. no refcounting no xpath no xslt yet
19407:
19408: 2001-12-27 paf
19409:
19410: * src/: include/pa_charset.h, include/pa_common.h,
19411: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19412: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19413: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19414: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19415: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19416: from xalan&xerces, started the process. globals [initialization
19417: pool [charset update charset [transcodings vxnode vxdoc [DOM
19418: calls
19419:
19420: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19421: anymore
19422:
19423: 2001-12-26 paf
19424:
19425: * src/: include/pa_charset.h, include/pa_charsets.h,
19426: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19427: key globalized [bug]
19428:
19429: 2001-12-25 paf
19430:
19431: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19432: main/pa_string.C: table set & append changed splitting languages,
19433: separators now can be clean AND as-is same to mail command line
19434: $MAIN:MAIL.progX arguments
19435:
19436: 2001-12-24 paf
19437:
19438: * src/classes/mail.C: one parted text messages - no multipart
19439: mime-type anymore. for convinient if $.attach-ments
19440:
19441: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19442: main/pa_string.C: read from cache size check updated
19443:
19444: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19445:
19446: 2001-12-21 paf
19447:
19448: * src/classes/date.C: date:sql-string now returns localtime
19449:
19450: * src/main/pa_request.C: $result in @main actually not working, to
19451: hell with it for now
19452:
19453: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19454: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19455: @postprocess @exception
19456:
19457: * src/main/execute.C: junction evaluation canceled - endless
19458: recursion detected
19459:
19460: 2001-12-19 paf
19461:
19462: * src/main/pa_charset.C: charset->charset transcoding via unicode
19463: intermediate
19464:
19465: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19466:
19467: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19468:
19469: * src/classes/op.C: ^cache keypath now relative
19470:
19471: * src/classes/mail.C: changed weighting prior to sort
19472:
19473: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19474: were missing
19475:
19476: 2001-12-17 paf
19477:
19478: * src/main/pa_charset.C: ifndef XML were bad type
19479:
19480: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19481: outdated unset services_pool
19482:
19483: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19484: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19485: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19486:
19487: * src/main/untaint.C: allowed space in filespec
19488:
19489: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19490:
19491: * src/classes/image.C: no govno
19492:
19493: * src/classes/image.C: govno
19494:
19495: 2001-12-16 paf
19496:
19497: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19498:
19499: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19500: charset_connection&manager replaced by charset&charsets
19501:
19502: * src/main/pa_charset.C: name_cstr 0
19503:
19504: * src/main/untaint.C: uri lang now knows about client/source
19505: charsets
19506:
19507: * src/: classes/file.C, classes/math.C, classes/op.C,
19508: classes/string.C, classes/table.C, classes/xdoc.C,
19509: include/pa_array.h, include/pa_cache_managers.h,
19510: include/pa_charset_connection.h, include/pa_charset_manager.h,
19511: include/pa_common.h, include/pa_db_connection.h,
19512: include/pa_db_manager.h, include/pa_db_table.h,
19513: include/pa_dictionary.h, include/pa_exception.h,
19514: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19515: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19516: include/pa_sapi.h, include/pa_socks.h,
19517: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19518: include/pa_string.h, include/pa_stylesheet_connection.h,
19519: include/pa_stylesheet_manager.h, include/pa_table.h,
19520: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19521: main/pa_charset.C, main/pa_charset_connection.C,
19522: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19523: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19524: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19525: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19526: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19527: types/types.dsp: introducing Charset
19528:
19529: 2001-12-14 paf
19530:
19531: * src/: include/pa_request.h, include/pa_transcoder.h,
19532: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19533: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19534: uri lang
19535:
19536: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19537:
19538: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19539:
19540: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19541: defalts_name global
19542:
19543: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19544: include/pa_request.h, main/main.dsp,
19545: main/pa_charset_connection.C, main/pa_charset_manager.C,
19546: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19547: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19548: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19549: changed charset model. now important: $request:charset
19550: $response:charset while $response:content-type.charset become
19551: unimportant [informational]
19552:
19553: 2001-12-13 paf
19554:
19555: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19556:
19557: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19558: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19559: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19560: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19561: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19562: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19563:
19564: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19565: auto_ptr part other way, because of stupid gcc 2.96
19566: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19567: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19568: FormatterListener] /usr/include/g++-3/memory:48:
19569: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19570: _Tp1 = FormatterListener, _Tp = FormatterListener]
19571:
19572: * src/classes/xdoc.C: removed extra inc
19573:
19574: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19575:
19576: * src/include/pa_types.h: msvc head debugging flag
19577:
19578: * src/classes/xdoc.C: freed up listener
19579:
19580: * src/classes/string.C: change msg '... code is not code'
19581:
19582: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19583: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19584: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19585: [past/future prob]
19586:
19587: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19588: include/pa_config_fixed.h, include/pa_db_manager.h,
19589: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19590: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19591:
19592: * src/: include/pa_config_fixed.h, main/pa_common.C,
19593: main/pa_string.C: removed signed mismatch warnings
19594:
19595: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19596: 'expires' from header outputs
19597:
19598: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19599: row ptr
19600:
19601: * src/classes/file.C: file::cgi bug, request_method were passed to
19602: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19603:
19604: * src/classes/xdoc.C: lang list updated
19605:
19606: 2001-12-10 paf
19607:
19608: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19609:
19610: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19611: erase files like that, knowing their full name introducing //
19612: theoretical problem with, for instance, "_2B" and "." fragments,
19613: // they would yield the same // because
19614: need_file_encode('_')=false // but we need to delete such files
19615: somehow, getting names from ^index
19616:
19617: * src/main/pa_string.C: ^string.replace bug fixed [bad
19618: string::join_chank break]
19619:
19620: 2001-12-07 paf
19621:
19622: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19623: include/pa_common.h, include/pa_config_auto.h.in,
19624: include/pa_config_fixed.h, include/pa_config_includes.h,
19625: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19626: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19627: types/pa_vhashfile.C: merged from r14_simple_cache
19628:
19629: * src/main/pa_string.C: stupid sparc architecture failed to access
19630: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19631: lduh [ %i2 + 1 ], %l0
19632:
19633: bus error, fixed that
19634:
19635: * src/main/pa_string.C: strange string deserialize bug on
19636: client[pmts], a bit shortened,
19637:
19638: * src/include/pa_config_auto.h.in: makes
19639:
19640: * src/: include/pa_common.h, include/pa_config_fixed.h,
19641: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19642: file write shared lock file read
19643:
19644: * src/: classes/op.C, include/pa_common.h,
19645: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19646:
19647: 2001-12-06 paf
19648:
19649: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19650: main/pa_request.C: #ifdef RESOURCES_DEBUG
19651:
19652: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19653: info
19654:
19655: * src/classes/hashfile.C: removed transaction from ^cache
19656:
19657: 2001-12-05 paf
19658:
19659: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19660: IIS5 there were a prob with illegal call check
19661:
19662: 2001-12-04 paf
19663:
19664: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19665: main/pa_request.C: measures to log
19666:
19667: 2001-11-23 paf
19668:
19669: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19670: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19671: types/pa_vhashfile.C: merged from _0014, 1
19672:
19673: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19674: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19675: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19676: ^cache(33) would change
19677:
19678: 0660 bits in file_write & hashfile create
19679:
19680: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19681: after pa_string optimization]
19682:
19683: 2001-11-22 paf
19684:
19685: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19686: table.offset[whence]
19687:
19688: * src/classes/op.C: process cstr(,connection)
19689:
19690: * src/classes/op.C: process now gets its body on current language,
19691: not as-is
19692:
19693: * src/main/untaint.C: ORIGINS mode removed UHTML
19694:
19695: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19696: bit
19697:
1.116 moko 19698: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19699:
19700: 2001-11-21 paf
19701:
19702: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19703: <xsl:output output options made identical to xsl:output
19704: attributes exclusion: cdata-section-elements what xalan can do
19705: but that not used now: it can escape and remove CDATA sections
19706:
19707: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19708: produced by xslt
19709:
19710: * src/targets/cgi/parser3.C: removed debug cgi||1
19711:
19712: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19713:
19714: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19715: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19716: default language for {code}, it happen to change it's language
19717: from CLEAN, so later refused to split by CLEAN \t
19718:
19719: 2001-11-20 paf
19720:
1.116 moko 19721: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19722: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19723: bottom of dependeces, so that errors would popup quicklier, fixed
19724: line numbering in table::sql
19725:
19726: 2001-11-19 paf
19727:
19728: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19729: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19730: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19731: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19732: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19733: at wcontext.write
19734:
1.116 moko 19735: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19736: _set_new_handler
19737:
1.116 moko 19738: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19739: set_new_handler in apache&isapi
1.95 moko 19740:
19741: 2001-11-16 paf
19742:
19743: * src/targets/cgi/parser3.C: pool debug @ die
19744:
19745: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19746: removed 8 bytes from String, 2 bytes from
19747: string::chunk::row::item
19748:
19749: * src/main/pa_string.C: removed 1+4 bytes from String
19750:
19751: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19752: types/pa_vstring.C: removed 1+4 bytes from String
19753:
19754: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19755: 0
19756:
19757: * src/: include/pa_globals.h, include/pa_string.h,
19758: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19759: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19760: targets/cgi/parser3.C: introducing estimating
19761: String::cstr_bufsize, 0
19762:
19763: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19764:
19765: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19766:
19767: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19768: include/pa_pool.h: die in pool::fail
19769:
19770: 2001-11-15 paf
19771:
19772: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19773: main/pa_exception.C, targets/cgi/parser3.C: exception with
19774: dynamic buffer re-back now with counter
19775:
19776: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19777: static buffer back
19778:
19779: * src/targets/cgi/parser3.C: std::
19780:
19781: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19782: include/pa_config_includes.h: setnewhandler check
19783:
1.116 moko 19784: * src/include/pa_config_auto.h.in: makes
1.95 moko 19785:
19786: * src/targets/cgi/parser3.C: set_new_handler started
19787:
19788: 2001-11-14 paf
19789:
19790: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19791: was wrong
19792:
19793: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19794: was wrong
19795:
19796: * src/main/pa_request.C: z
19797:
19798: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19799: full returns win32 -1 solaris >buffer_size
19800:
19801: checked all that
19802:
19803: * src/classes/op.C: ^untaint{body} as-is default now
19804:
19805: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19806: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19807: with no_bad_constructors_try
19808:
19809: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19810: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19811: this: $bred[^string::length[]] $bred[^response::clear[]]
19812: $bred[^int::int[]]
19813:
19814: now VObject creation moved into overriden
19815: VClass::create_new_value, thus 0 from create_new_value means that
19816: class has no ctors
19817:
19818: 2001-11-13 paf
19819:
19820: * src/classes/classes.C: returned accedently removed if in foreach
19821: callbacks [when hash no-0-restructure]
19822:
19823: 2001-11-12 paf
19824:
19825: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19826: passed as-is to method, xalan makes & into & itself
19827:
19828: * src/classes/date.C: date.roll parser2 alg used
19829:
19830: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19831: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19832: main/pa_dictionary.C, main/pa_hash.C,
19833: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19834: now does not containt 0 values. put 0 actullay removes. no check
19835: on 0 value in foreach now required
19836:
19837: 2001-11-11 paf
19838:
19839: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19840:
19841: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19842:
19843: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19844: driver initialize not const
19845:
19846: 2001-11-10 paf
19847:
19848: * src/main/pa_exec.C: doc
19849:
19850: 2001-11-09 paf
19851:
19852: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19853: param properly
19854:
19855: * src/classes/string.C: string.save now does untainting before
19856: saving
19857:
19858: * src/main/pa_common.C: line endings fixing fixed last piece[was
19859: still cstr oriented]
19860:
19861: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19862: line endings fixing got rid of cstr, now must work ok with post
19863: multipart
19864:
19865: * src/types/pa_vform.C: line endings fixed at post / multipart /
19866: not file also now
19867:
19868: 2001-11-08 paf
19869:
19870: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19871: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19872: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19873: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19874: main/pa_stylesheet_manager.C: restructured Cache manager to be
19875: simple parent, not second parent [gcc 2.96 strangly refused to
19876: call virtual from second parent]
19877:
1.116 moko 19878: * src/: include/pa_common.h, main/Makefile.am,
19879: targets/cgi/pa_pool.C: makes
1.95 moko 19880:
19881: * src/: include/pa_request.h, main/pa_request.C,
19882: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19883: 'status' class enabler
19884:
19885: <Location /parser-status.html> ParserStatusAllowed </Location>
19886:
19887: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19888: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19889: include/pa_stylesheet_manager.h, main/main.dsp,
19890: main/pa_cache_managers.C, main/pa_charset_manager.C,
19891: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19892: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19893: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19894: todo: apache 'status' class enabler
19895:
19896: 2001-11-05 paf
19897:
19898: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19899: debug to normal
19900:
19901: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19902: hence i removed skipping 0 values in hash::for_each-es we need to
19903: check cleaned cache items manually. few more checks.
19904:
19905: expiring to 0 time was wrong, changed to 'now' time
19906:
19907: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19908: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19909: on apache already done :)
19910:
19911: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19912: skipping 0 values in hash::for_each-es we need to check cleaned
19913: cache items manually
19914:
19915: * src/main/: pa_db_connection.C, pa_db_table.C:
19916: parser_multithreaded check was wrong
19917:
19918: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19919: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19920: classes/hashfile.C, classes/image.C, classes/int.C,
19921: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19922: classes/string.C, classes/table.C, classes/void.C,
19923: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19924: include/pa_array.h, include/pa_charset_connection.h,
19925: include/pa_charset_manager.h, include/pa_common.h,
19926: include/pa_config_fixed.h, include/pa_config_includes.h,
19927: include/pa_db_connection.h, include/pa_db_manager.h,
19928: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19929: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19930: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19931: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19932: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19933: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19934: include/pa_stack.h, include/pa_string.h,
19935: include/pa_stylesheet_connection.h,
19936: include/pa_stylesheet_manager.h, include/pa_table.h,
19937: include/pa_threads.h, include/pa_types.h, main/compile.C,
19938: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19939: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19940: main/pa_charset_manager.C, main/pa_common.C,
19941: main/pa_db_connection.C, main/pa_db_manager.C,
19942: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19943: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19944: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19945: main/pa_socks.C, main/pa_sql_driver_manager.C,
19946: main/pa_status_provider.C, main/pa_string.C,
19947: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19948: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19949: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19950: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19951: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19952: targets/isapi/pool_storage.h, types/pa_valiased.C,
19953: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19954: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19955: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19956: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19957: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19958: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19959: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19960: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19961: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19962: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19963: types/pa_vstateless_object.h, types/pa_vstatus.h,
19964: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19965: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19966: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19967: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19968: $status:db fixed used not initialized in db_connection & db_table
19969:
19970: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19971: $status:charset
19972:
19973: * src/: classes/xdoc.C, include/pa_db_connection.h,
19974: include/pa_stylesheet_connection.h,
19975: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19976: types/pa_vstatus.h: $status:stylesheet
19977:
19978: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19979: include/pa_request.h, include/pa_sql_connection.h,
19980: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19981: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19982: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19983: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19984: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19985: types/pa_vxnode.C, types/types.dsp: started status parser class
19986:
19987: 2001-11-01 paf
19988:
19989: * src/include/pa_config_auto.h.in: makes
19990:
19991: * src/main/pa_hash.C: removed old extra include
19992:
19993: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19994: checks [for hp, there are such in math.h]
19995:
19996: * src/classes/op.C: ^for endless loop check strightened
19997:
19998: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19999: behavior in native calls. it left unchanged, so ^for ^foreach &
20000: co can use r.root to write their i & key,value there
20001:
20002: * src/classes/op.C: detected for var storage bug, fixed.
20003: todo:foreach
20004:
20005: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20006: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20007: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20008: changing of hash inside of foreach
20009:
20010: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20011: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20012: were hash.foreach
20013:
20014: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20015: types/pa_vstring.C, types/pa_vstring.h:
20016: ^foreach[key|value]{body}[[separator]|{separator}]
20017:
20018: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20019: types/pa_vcookie.C: ^hash.delete[key]
20020:
20021: 2001-10-31 paf
20022:
20023: * src/main/: compile.C, pa_common.C: completely empty file now
20024: considered "read", not ignored [not perfect trick used]
20025:
20026: * src/main/pa_common.C: simplier common ifdefs
20027:
20028: * src/main/pa_common.C: typing bug in common - bad ifdeff
20029:
20030: * src/main/pa_db_connection.C: z
20031:
20032: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20033: lockdetector flags
20034: dbenv.lk_detect=DB_LOCK_RANDOM;
20035:
20036: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20037: from accidental show [imagine user forgot @exception]
20038:
20039: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20040:
20041: * src/: classes/file.C, classes/image.C, classes/mail.C,
20042: classes/string.C, classes/xnode.C, include/pa_common.h,
20043: main/pa_common.C: ^string.save[[append;]path]
20044:
20045: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20046: main/execute.C: \ in expression: int divide 10/3=3
20047:
20048: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
20049: inside of ^cache
20050:
20051: * src/: include/pa_threads.h, main/pa_db_connection.C,
20052: main/pa_db_table.C, targets/cgi/pa_threads.C,
20053: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
20054: needed
20055:
20056: 2001-10-30 paf
20057:
20058: * src/: classes/classes.dsp, main/main.dsp,
20059: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20060: types/types.dsp: enabled debug incremental compile
20061:
20062: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20063: form post data line endings not reformatted now.
20064:
20065: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
20066: now required [had bug when file= has no value]
20067:
20068: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
20069: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
20070: cstr(asis) default param removed
20071:
20072: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
20073:
20074: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
20075:
20076: * src/include/pa_dir.h: LOAD_DIR fixed
20077:
20078: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
20079: was broken} fix_line_breaks
20080:
20081: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
20082: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
20083: packed with #pragma pack
20084:
1.116 moko 20085: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 20086:
20087: 2001-10-29 paf
20088:
20089: * src/types/pa_wcontext.h: bitfield syntax stricter
20090:
20091: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20092: string hash.puts
20093:
20094: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20095:
20096: * src/include/pa_sql_connection.h: there were one wrong
20097: SQL_CONNECTION_FUNC_GUARDED [failed]
20098:
20099: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20100: param.someday either ifdef or remove it
20101:
20102: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20103:
20104: * src/main/untaint.C: optimizing returned after debugging
20105:
20106: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20107: main/untaint.C: memory hunging #pragma pack(1)
20108:
20109: 16 419 844 13 169 394
20110:
20111: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20112: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20113: places [todo:Array]
20114:
20115: * src/: main/execute.C, targets/cgi/pa_pool.C,
20116: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20117: types/pa_wwrapper.h: debugging memory WContext flags to bits
20118:
20119: total 5 652 652/158731 total 5 469 332/158731
20120:
20121: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20122: Array:: without cache in get/put now
20123:
20124: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20125: 18:25:27 2001] total 5 652 652/158731
20126:
20127: * src/: include/pa_string.h, main/pa_string.C,
20128: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20129: now
20130:
20131: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20132: 18:11:53 2001] total 5796092/158731
20133:
20134: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20135: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20136: key ref now
20137:
20138: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20139: 17:11:17 2001] total 16867948/202658
20140:
20141: * src/: classes/file.C, classes/image.C, classes/string.C,
20142: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20143: main/execute.C, main/pa_array.C, main/pa_common.C,
20144: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20145: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20146: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20147: string::as_int/double now usually uses stack, not heap [200K out
20148: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20149:
20150: * src/main/pa_sql_driver_manager.C: ping to have services [old
20151: hiding bug]
20152:
20153: * src/Makefile.am: .am order
20154:
20155: * src/: include/pa_array.h, include/pa_charset_manager.h,
20156: include/pa_db_connection.h, include/pa_db_manager.h,
20157: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20158: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20159: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20160: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20161: required "friend class"
20162:
20163: ../include/pa_request.h:51: friend declaration requires
20164: class-key, i.e. `friend class Temp_lang'
20165:
20166: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20167: main/pa_exception.C, main/pa_sql_driver_manager.C,
20168: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20169:
20170: the idea is to #1 jump to C++ some function to main body, where
20171: every function stack frame has exception unwind information and
20172: from there... #2 propagate_exception()
20173:
20174: 2001-10-28 paf
20175:
20176: * src/main/pa_db_connection.C: removed old consts
20177:
20178: * src/main/pa_db_connection.C: expire table [was accidently pasted
20179: with wrong type/cast]
20180:
20181: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20182: translation
20183:
1.116 moko 20184: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20185: remember to build DB2 with -fexceptions!!!
20186:
20187: * src/main/pa_db_table.C: DB_RMW defed
20188:
20189: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20190: include/pa_db_connection.h, include/pa_db_manager.h,
20191: include/pa_db_table.h, main/pa_db_connection.C,
20192: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20193:
20194: 2001-10-27 paf
20195:
20196: * src/: classes/hashfile.C, include/pa_db_connection.h,
20197: include/pa_db_table.h, main/pa_db_connection.C,
20198: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20199: types/pa_vhashfile.C: DB2 ifdefs
20200:
1.116 moko 20201: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20202: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20203: makes with DB2
20204:
1.116 moko 20205: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20206: types/Makefile.am: makes db
1.95 moko 20207:
20208: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20209: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20210: globals.C
20211:
20212: * src/: classes/hashfile.C, include/pa_db_connection.h,
20213: include/pa_db_table.h, main/pa_db_connection.C,
20214: main/pa_db_table.C: ^hashfile.clear[]
20215:
20216: * src/classes/classes.awk: no $ in var names
20217:
20218: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20219: connection&table [forgotten calls]
20220:
20221: 2001-10-26 paf
20222:
20223: * src/main/pa_db_connection.C: db checkpoints
20224:
20225: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20226: checkpoints
20227:
20228: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20229: default. but entities still reparsed. todo: tothink
20230:
20231: * src/main/pa_db_connection.C: db recover mech 2
20232:
20233: * src/: classes/hashfile.C, include/pa_db_connection.h,
20234: include/pa_db_manager.h, include/pa_db_table.h,
20235: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20236: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20237: types/pa_vhashfile.h: db connections & tables now cached at
20238: create time & multithreaded
20239:
20240: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20241: parsed_source
20242:
20243: * src/main/pa_db_connection.C: about to remove connection from
20244: vhashfile
20245:
20246: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20247: transaction commit/rollback responsibility left to parent [as it
20248: sould - else there were a bug with double free]
20249:
20250: * src/include/pa_db_table.h: db: child transaction commit/rollback
20251: responsibility left to parent [as it sould - else there were a
20252: bug with double free]
20253:
20254: 2001-10-25 paf
20255:
20256: * src/: classes/hashfile.C, include/pa_common.h,
20257: include/pa_db_connection.h, include/pa_db_manager.h,
20258: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20259: types/pa_vhashfile.C, types/pa_vhashfile.h,
20260: include/pa_db_table.h, main/pa_db_table.C: started db_home
20261: [multiple, cached] todo: autorecover [tried, but not succeded,
20262: yet]
20263:
20264: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20265:
20266: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20267: transaction parent passed
20268:
20269: 2001-10-24 parser
20270:
1.116 moko 20271: * src/classes/Makefile.am: makes
1.95 moko 20272:
20273: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20274: isapi/pool_storage.h: pool_storage fixed
20275:
20276: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20277: types/pa_vform.h: form fix_line_breaks
20278:
1.116 moko 20279: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20280:
20281: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20282: targets/cgi/pool_storage.h: makes
20283:
20284: * src/sql/pa_sql_driver.h: version
20285:
20286: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20287: types/pa_vform.C, types/pa_vform.h: .am
20288:
20289: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20290: this: DB_RMW Acquire write locks instead of read locks when doing
20291: the retrieval. Setting this flag may decrease the likelihood of
20292: deadlock during a read-modify-write cycle by immediately
20293: acquiring the write lock during the read part of the cycle so
20294: that another thread of control acquiring a read lock for the same
20295: item, in its own read-modify-write cycle, will not result in
20296: deadlock
20297:
20298: * src/targets/isapi/parser3isapi.dsp: doc
20299:
20300: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20301:
20302: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20303:
20304: * src/: classes/hashfile.C, include/pa_db_connection.h,
20305: main/pa_db_connection.C: hashfile expired deleted from db when
20306: get & iterate
20307:
20308: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20309: expiring 1
20310:
20311: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20312:
20313: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20314: db_connection not bothers with key when not returning expired
20315: data
20316:
20317: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20318: types/pa_vhashfile.C: db_cursor constructor public now
20319:
20320: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20321: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20322: stamped, todo: put_element analize
20323:
20324: * src/: include/pa_db_connection.h, include/pa_string.h,
20325: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20326: serialize. todo stamp
20327:
20328: 2001-10-23 parser
20329:
20330: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20331: classes/image.C, classes/mail.C, classes/response.C,
20332: classes/string.C, classes/table.C, classes/xdoc.C,
20333: include/pa_config_fixed.h, include/pa_db_connection.h,
20334: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20335: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20336: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20337: types/pa_vtable.C: ^hashfile.hash[]
20338:
20339: * src/: classes/hashfile.C, classes/xdoc.C,
20340: include/pa_config_fixed.h, main/pa_db_manager.C,
20341: main/pa_globals.C: ifdefs so it compiled without db
20342:
20343: * src/: classes/hashfile.C, include/pa_db_connection.h,
20344: include/pa_db_manager.h, main/pa_db_connection.C,
20345: main/pa_db_manager.C, types/pa_vhashfile.h:
20346: ^hashfile.transaction{code} ^hashfile:clear[filename]
20347: ^hashfile.delete[key]
20348:
20349: 2001-10-22 parser
20350:
20351: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20352: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20353:
20354: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20355: classes/xnode.C, include/pa_charset_connection.h,
20356: include/pa_db_connection.h, include/pa_db_manager.h,
20357: include/pa_exception.h, include/pa_sapi.h,
20358: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20359: include/pa_stylesheet_connection.h,
20360: include/pa_stylesheet_manager.h,
20361: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20362: main/pa_db_connection.C, main/pa_db_manager.C,
20363: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20364: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20365: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20366: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20367: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20368: types/types.dsp: hashfile 0
20369:
20370: * src/types/pa_vhashfile.C: z
20371:
20372: * src/: classes/classes.dsp, classes/hashfile.C,
20373: include/pa_config_fixed.h, main/execute.C,
20374: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20375: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20376:
20377: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20378:
20379: * src/: include/pa_exception.h, include/pa_request.h,
20380: main/execute.C, main/pa_exception.C, main/pa_request.C,
20381: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20382: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20383:
20384: 2001-10-19 parser
20385:
20386: * src/include/pa_pool.h: header
20387:
20388: * src/main/pa_pool.C: auto compiled on gcc
20389:
20390: * src/classes/image.C: comment
20391:
1.116 moko 20392: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20393:
20394: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20395: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20396: types/pa_vxnode.h: xnode clone got freed
20397:
20398: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20399: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20400: can free up xalandomstring resulting from pool::transcode
20401:
20402: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20403: include/pa_config_fixed.h, include/pa_exception.h,
20404: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20405: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20406: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20407: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20408: from non-xml compile
20409:
20410: * src/main/pa_request.C: pool:: context - get_context
20411:
20412: * src/: classes/classes.h, classes/date.C, classes/double.C,
20413: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20414: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20415: classes/string.C, classes/table.C, classes/void.C,
20416: include/pa_config_fixed.h, include/pa_exception.h,
20417: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20418: main/compile.C, main/compile_tools.C, main/execute.C,
20419: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20420: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20421: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20422: main/pa_string.C, main/pa_table.C, main/untaint.C,
20423: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20424: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20425: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20426: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20427: types/pa_vstateless_class.h, types/pa_vtable.C,
20428: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20429: exceptions 0
20430:
20431: * src/classes/classes.awk: $ removed
20432:
20433: 2001-10-18 parser
20434:
20435: * src/types/pa_vcookie.C: cookie:CLASS
20436:
20437: * src/main/main.dsp: project
20438:
20439: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20440: set_document & ctor question "who owns document" solved
20441:
20442: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20443:
20444: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20445: main/pa_pool.C: encoding in dom creating funcs
20446:
20447: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20448: be transformed now
20449:
20450: * src/classes/xdoc.C: dom created by create can be transformed now
20451:
20452: * src/classes/xdoc.C: z
20453:
20454: * src/classes/xdoc.C: comment
20455:
20456: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20457: create now uses XercesDocumentBridge, appendChild&co now works
20458:
20459: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20460: @ recompile
20461:
20462: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20463: $origin @exception[
20464:
20465: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20466: tag names forced to XML lang
20467:
20468: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20469: leechy-found bugs in code&doc fixed
20470:
20471: 2001-10-17 parser
20472:
20473: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20474: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20475: n functionality preserved
20476:
20477: * src/types/pa_vimage.h: removed unused vimage::save
20478:
20479: 2001-10-16 parser
20480:
20481: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20482:
20483: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20484:
20485: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20486:
20487: * src/classes/image.C: image.copy tolerance
20488:
20489: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20490: ineffective, but works for small paleted image
20491:
20492: * src/types/pa_vimage.C: comment
20493:
20494: * src/classes/image.C: gd size/resize bugfix
20495:
20496: * src/: classes/classes.dsp, main/main.dsp,
20497: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20498: types/types.dsp: ident >nul 2>&1
20499:
20500: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20501: systems
20502:
20503: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20504: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20505:
20506: 2001-10-15 parser
20507:
20508: * src/main/execute.C: z
20509:
20510: * src/classes/: xdoc.C: !::create{qualifiedName}
20511:
20512: * src/types/pa_vxnode.C: document_type_node.
20513: !readonly attribute DOMString name
20514: !notation_node.
20515: !readonly attribute DOMString publicId
20516: !readonly attribute DOMString systemId
20517:
1.116 moko 20518: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20519: ::write badly passed string too transparently [failed to
20520: intercept it]
1.95 moko 20521:
20522: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20523: include/pa_request.h, main/pa_sql_driver_manager.C,
20524: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20525: types/pa_vxnode.h: DOM1 major addtion, only few
20526: attributes/methods left
20527:
20528: 2001-10-13 parser
20529:
20530: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20531: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20532: in main handler
20533:
20534: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20535: cleanups & frees order
20536:
20537: * src/types/pa_vcode_frame.h: couple comments
20538:
20539: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20540: transparent enough to handle hash if creation&passing
20541:
20542: * src/: include/pa_config_fixed.h, main/execute.C,
20543: main/pa_exception.C: noticed that vcodeframe not transparent
20544: enough, would change now
20545:
20546: 2001-10-12 parser
20547:
20548: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20549: fixed. initialization&free on each thread!
20550:
20551: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20552: handling changed: now type of default param analized always, not
20553: only at problem time, thus helping early problem spotting
20554:
20555: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20556: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20557: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20558: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20559: multithread bug fixed. initialization&free on each thread!
20560:
20561: 2001-10-11 parser
20562:
20563: * src/classes/xnode.C: xnode.selectSingle now
20564:
20565: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20566: include/pa_pool.h, include/pa_stylesheet_connection.h,
20567: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20568: convertors out of Pool into Exception
20569:
20570: * src/main/pa_string.C: const
20571:
20572: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20573: linked pieces of same language together prior to String::replace
20574:
20575: * src/classes/hash.C: !^hash.add[addme]
20576: !^hash.sub[subme]
20577: !^a.union[b] = new
20578: !^a.intersection[b] = new
20579: !^a.intersects[b] = bool
20580:
20581: * src/classes/hash.C: !^hash::append[append_from]
20582:
20583: * src/: classes/hash.C, types/pa_vhash.h:
20584: !^hash::create[[copy_from]]
20585:
20586: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20587: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20588: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20589: fixed. got rid of empty_string, which caused errors - it hasnt
20590: exception but somebody[value.bark] tried to throw it on it's pool
20591:
1.116 moko 20592: * src/include/pa_config_auto.h.in: makes
1.95 moko 20593:
20594: 2001-10-10 parser
20595:
20596: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20597:
20598: * src/main/: compile.tab.C, compile.y: ^a[
20599:
20600: @next_method << now unclosed ] would be reported here
20601:
20602: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20603: compile error
20604:
20605: 2001-10-09 parser
20606:
1.116 moko 20607: * src/: classes/Makefile.am, main/Makefile.am,
20608: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20609:
20610: * src/classes/Makefile.am: makes
20611:
20612: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20613: win32 errors intercepted [xalan transformer patched and
20614: incorporated]
20615:
20616: * src/: classes/classes.dsp, classes/xdoc.C,
20617: include/pa_stylesheet_connection.h, main/main.dsp,
20618: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20619: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20620: patches starting
20621:
20622: * src/classes/: string.C, table.C: ^string.save[file]
20623:
20624: * src/classes/: date.C, table.C: calendar moved to date
20625:
20626: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20627: string/table] now
20628:
20629: * src/classes/: op.C, table.C: z
20630:
20631: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20632: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20633: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20634: be code [be string..]
20635:
20636: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20637: table.C: lots of
20638: params->as_int/double/as_string/as_junction/as_no_junction
20639: messages added
20640:
20641: 2001-10-08 parser
20642:
20643: * src/: classes/date.C, classes/image.C, classes/string.C,
20644: classes/table.C, classes/void.C, include/pa_request.h:
20645: params->as_int/double message added
20646:
20647: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20648:
20649: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20650: image:sector removed image:html internal "line-*" attribs
20651:
20652: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20653: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20654:
20655: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20656: way
20657:
20658: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20659: main/untaint.C: header untainting to UL_HTTP_HEADER,
20660: UL_MAIL_HEADER made nonforced [only tainted pieces]
20661:
20662: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20663: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20664: @ SAPI::log
20665:
20666: * src/main/untaint.C: \r to ' ' in origins mode
20667:
20668: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20669: set]
20670:
20671: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20672: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20673: nonstandard liaison freed up
20674:
20675: 2001-10-07 parser
20676:
20677: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20678: project
20679:
20680: 2001-10-05 parser
20681:
20682: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20683: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20684: from outputing to cerr. lots of "todos"
20685:
20686: * src/main/untaint.C: http_header tainting more gentle with
20687: enquoting now
20688:
20689: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20690: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20691: xml errorhandler. fixed string.replace a little, read @test
20692:
20693: * src/main/pa_string.C: found replace bug - first_that_starts(char
20694: *) does not have limit, and looks further eos, fixing....
20695:
20696: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20697:
20698: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20699:
20700: * src/main/: pa_charset_connection.C: ctype another mem clear
20701: bugfix
20702:
1.116 moko 20703: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20704: $result[^[$p^]z] now works fine
1.95 moko 20705:
20706: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20707: wrong. fixed it
20708:
20709: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20710: of totable appered to be vital
20711:
20712: 2001-10-04 parser
20713:
20714: * src/classes/image.C: ^image.length[text]
20715:
20716: 2001-10-03 parser
20717:
20718: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20719:
20720: * src/main/pa_request.C: restored pcre defaulting in request
20721: [mindlessly "optimized" yesterday] comment left
20722:
20723: 2001-10-02 parser
20724:
20725: * src/: main/pa_charset_manager.C,
20726: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20727: needed
20728:
20729: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20730: forgot non-xml pool.*charset needed
20731:
20732: * src/classes/table.C: # config comments fixed
20733:
20734: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20735: charset_connection #comment now
20736:
20737: * src/: classes/classes.dsp, types/types.dsp: release projects
20738: options fixed to use release msvcrt lib
20739:
20740: * src/main/pa_charset_connection.C: pcre tables now const inside
20741: removed default - pcre handles that internally fixed bug on
20742: not-cleaning tables [previously was calloced, now member]
20743:
20744: * src/: include/pa_request.h, main/pa_charset_connection.C,
20745: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20746: inside removed default - pcre handles that internally fixed bug
20747: on not-cleaning tables [previously was calloced, now member]
20748:
20749: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20750: tested charset reload on file change @ apache version = OK tested
20751: freeing up prev encoding on adding new = OK
20752:
20753: 2001-10-01 parser
20754:
20755: * src/main/pa_charset_connection.C: removed entitify external hack
20756: [internal installed]
20757:
1.116 moko 20758: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20759:
20760: * src/: include/pa_charset_connection.h,
20761: include/pa_charset_manager.h,
20762: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20763: main/pa_charset_connection.C, main/pa_charset_manager.C,
20764: main/pa_request.C: charset loading & caching mech 0
20765:
20766: * src/: include/pa_stylesheet_connection.h,
20767: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20768: main/pa_globals.C, main/pa_request.C: would make charset loading
20769: & caching mech now
20770:
20771: 2001-09-30 parser
20772:
20773: * src/main/pa_request.C: forgot to fill toTable
20774:
20775: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20776: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20777: failed on win32 for now..
20778:
20779: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20780: now charsets table configuration variable is: CHARSETS
20781:
20782: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20783: ctype with unicode 1. todo: no П entities on output somehow
20784:
20785: * src/: classes/file.C, classes/op.C, classes/string.C,
20786: include/pa_request.h, main/pa_request.C: started ctype with
20787: unicode values
20788:
20789: 2001-09-28 parser
20790:
20791: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20792: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20793: string passed AS-IS now
20794:
20795: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20796: way of user-configuring... todo: implement
20797:
20798: 2001-09-27 parser
20799:
20800: * src/classes/table.C: table.sort changed to sort table itself
20801:
20802: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20803: X^.getElementsByTagName[tagname] = array of xnode
20804: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20805: nodes removed - regretfully not supported @ xalan. maybe someday
20806: would reimplement, if needed.
20807:
20808: win32build system: solved long waiting anti-non-started-apache
20809: problem
20810:
20811: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20812: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20813: types/types.dsp: win32 ident make system so not to rebuild
20814: library [ident.C.new]
20815:
20816: 2001-09-26 parser
20817:
20818: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20819: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20820: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20821: types/pa_vxnode.C, types/types.dsp: z
20822:
20823: * src/classes/classes.C: forgot one non-xml check
20824:
1.116 moko 20825: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20826: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20827:
20828: * src/targets/cgi/parser3.C: z
20829:
20830: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20831: targets/isapi/parser3isapi.C: #ifdef SMTP
20832:
20833: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20834: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20835: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20836: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20837: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20838: types/types.dsp: xdoc&xnode now
20839:
20840: * src/: classes/classes.C, classes/classes.awk,
20841: classes/classes.dsp, classes/classes.h, classes/date.C,
20842: classes/dnode.C, classes/dnode.h, classes/dom.C,
20843: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20844: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20845: classes/op.C, classes/response.C, classes/string.C,
20846: classes/table.C, classes/void.C, include/pa_array.h,
20847: include/pa_common.h, include/pa_config_fixed.h,
20848: include/pa_config_includes.h, include/pa_dictionary.h,
20849: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20850: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20851: include/pa_socks.h, include/pa_sql_connection.h,
20852: include/pa_sql_driver_manager.h, include/pa_stack.h,
20853: include/pa_string.h, include/pa_stylesheet_connection.h,
20854: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20855: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20856: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20857: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20858: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20859: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20860: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20861: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20862: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20863: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20864: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20865: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20866: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20867: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20868: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20869: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20870: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20871: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20872: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20873: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20874: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20875: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20876: types/pa_vmethod_frame.h, types/pa_vobject.h,
20877: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20878: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20879: types/pa_vstateless_object.h, types/pa_vstring.C,
20880: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20881: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20882: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20883: main.dsp splitted to main+classes+types along to .am
20884:
20885: * src/classes/Makefile.am: removed useless var
20886:
20887: * src/: classes/classes.cmd, main/main.dsp,
20888: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20889: main.dsp
20890:
20891: 2001-09-25 parser
20892:
20893: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20894: 1251 though, todo ICU
20895:
1.116 moko 20896: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20897: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20898: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20899: types/pa_vdom.h: xml configure makes
1.95 moko 20900:
20901: 2001-09-24 parser
20902:
1.116 moko 20903: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20904: types/Makefile.am: makes
1.95 moko 20905:
1.116 moko 20906: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20907:
20908: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20909: started unix makes update
20910:
20911: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20912: started unix makes update
20913:
20914: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20915:
20916: * src/types/pa_value.h: z
20917:
20918: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20919: bugs with usinge hash/table in expressions
20920:
20921: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20922: resolved conflicts fixed [const]
20923:
20924: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20925: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20926: main/compile.C, main/compile.tab.C, main/compile.y,
20927: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20928: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20929: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20930: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20931: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20932: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20933: with before_xml [merge2 actually didn't happen - i've created
20934: tags on wrong branch. so this merge is in fact re-merge]
20935:
20936: 2001-09-21 parser
20937:
20938: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20939: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20940: produced "" in make file and sadly wrong interpreted on load]
20941:
1.116 moko 20942: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20943: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20944: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20945: include/pa_sql_driver_manager.h, include/pa_string.h,
20946: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20947: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20948: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20949:
20950: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20951: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20952: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20953: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20954: main/pa_pool.C, main/pa_request.C,
20955: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20956: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20957: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20958: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20959: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20960: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20961: types/pa_vrequest.C, types/pa_vresponse.h,
20962: types/pa_vstateless_class.C, types/pa_vstring.C,
20963: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20964: created new projects for sql drivers [planning to remove sql
20965: drivers from main cvs project] first, will join latest changes
20966:
20967: * src/classes/: dom.C: defaulted dom writing methods encoding to
20968: pool.get_charset
20969:
20970: * src/classes/dom.C: defaulted dom writing methods encoding to
20971: pool.get_charset
20972:
20973: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20974: pool.get_charset
20975:
20976: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20977: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20978: methods encoding to pool.get_charset
20979:
20980: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20981: transcoder were created right "unsupported encoding" message.
20982: not @ set time, but @ use time, so until xml output functions
20983: .string, .file, .save used - no encoding name check occur
20984:
20985: reduced transcode buffer size to 60 fixed pool cleanup - no
20986: registration needed, pools are officially destructured
20987:
20988: 2001-09-20 parser
20989:
20990: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20991:
20992: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20993: $MAIN:DEFAULTS.content-type[$.charset[here]]
20994:
20995: * src/: classes/dnode.C, classes/dom.C,
20996: include/pa_config_includes.h, include/pa_globals.h,
20997: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20998: main/pa_pool.C, targets/cgi/parser3.dsp,
20999: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21000: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21001: Pool::transcode 0
21002:
21003: * src/classes/dom.C: dom. string save file moved output xml options
21004: to last param and made it optional
21005:
21006: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21007: dnodes
21008: !$attributenode.specified = boolean
21009: true if the attribute received its value explicitly
21010: in the XML document,
21011: or if a value was assigned programatically with the
21012: setValue function.
21013: false if the attribute value came from the default value
21014: declared in the document's DTD.
21015: !$pinode.target = target of this processing instruction
21016: XML defines this as being the first token following the
21017: markup
21018: that begins the processing instruction.
21019: XPath:
21020: !^node.select[xpath/query/expression] = hash of 0->node0
21021: 1->node1
21022: !^node.select-single[xpath/query/expression] = first node if
21023: any
21024:
21025: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21026: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21027: some 'const's added
21028:
21029: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21030: expression context now, there value = size and boolean value
21031: size!=0
21032:
21033: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21034: can be used in expression context now, there value = size and
21035: boolean value size!=0
21036:
21037: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21038: types/pa_vstring.h: dnode .file .string .save moved back to dom
21039: due to strange xalan bug
21040:
21041: 2001-09-18 parser
21042:
21043: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
21044: classes/image.C, classes/op.C, classes/table.C,
21045: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
21046: include/pa_sql_driver_manager.h, main/compile.C,
21047: main/compile.tab.C, main/compile.y, main/compile_tools.h,
21048: main/execute.C, main/pa_common.C, main/pa_request.C,
21049: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21050: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21051: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
21052: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
21053: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
21054: before_xml branch ^if(def $hash) now true only when
21055: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
21056:
21057: * src/: classes/op.C, main/execute.C: operators self changed to
21058: root ^for variable context changed to self
21059:
21060: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
21061: dnode 1
21062:
21063: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
21064: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
21065:
21066: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
21067: poly* fixed
21068:
21069: 2001-09-17 parser
21070:
21071: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
21072: types/pa_vdom.h: started dnode+dom
21073:
21074: dnode DOM methods: $node.name $node.value
21075: ...others...
21076:
21077: ^node.xpath[/rates/USD] = hash
21078: $hash[
21079: $.0[node0]
21080: $.1[node1]
21081: ]
21082:
21083: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
21084: applies to all linear primitives
21085:
21086: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
21087: include/pa_stylesheet_connection.h, main/main.dsp,
21088: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21089: types/pa_vimage.h: started dnode DOM: $node.name
21090: $node.value ...others... ^node.xpath[/rates/USD] = hash
21091: dom(dnode)
21092:
21093: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21094: main/compile.y, main/compile_tools.h, main/execute.C,
21095: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21096: in expression compound($aa.zz.xx) names now can have minus '-' in
21097: name after '.'
21098:
21099: 2001-09-15 parser
21100:
21101: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21102: image: $line-width ^line(...)[**** style]
21103:
21104: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21105: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21106: pool_storage - cleanups first, allocations second. apache wisely
21107: does just like that
21108:
21109: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21110: rewritten using template, no bugs now
21111:
21112: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21113: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21114: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21115: poorly started isapi pool_storage, would rewrite using template
21116: now
21117:
21118: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21119: include/pa_stylesheet_connection.h, main/main.dsp,
21120: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21121: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21122: xalan objects freed up [introducing Pool::register_cleanup]
21123:
21124: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21125: comments
21126:
21127: 2001-09-14 parser
21128:
21129: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21130: z
21131:
21132: * src/: classes/dom.C, classes/file.C, classes/image.C,
21133: classes/mail.C, include/pa_common.h,
21134: include/pa_sql_driver_manager.h, include/pa_string.h,
21135: include/pa_stylesheet_connection.h,
21136: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21137: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21138: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21139: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21140: compiled&cached
21141:
21142: 2001-09-13 parser
21143:
21144: * src/: classes/dom.C, classes/file.C, classes/image.C,
21145: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21146:
21147: * src/classes/dom.C: dom:file content-type(.method)
21148:
21149: * src/: include/pa_common.h, include/pa_globals.h,
21150: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21151: string now more informative error messages
21152:
21153: * src/: include/pa_globals.h, include/pa_request.h,
21154: main/pa_request.C, targets/cgi/parser3.C,
21155: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21156: ParserSiteConfig .../parser3.conf
21157:
21158: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21159:
21160: 2001-09-12 parser
21161:
21162: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21163: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21164: precise error reporting: "connection string must start with
21165: protocol://" now
21166:
21167: * src/main/compile.tab.C: fixed - subname code parts actually []
21168: braced
21169:
21170: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21171: lexer on LS_USER level did [] matching without setting nestage,
21172: introduced special LS_NAME_SQUARE_PART state
21173:
21174: 2001-09-11 parser
21175:
21176: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21177: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21178: languages+=xml
21179:
21180: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21181:
21182: * src/classes/dom.C: ^dom:save/string/file[output options] output
21183: options: $.method[xml|html|text] detection fixed
21184:
21185: * src/types/pa_vdom.h: messages
21186:
21187: * src/classes/dom.C: ^dom:save/string/file[output options] output
21188: options: $.method[xml|html|text] detection fixed
21189:
21190: 2001-09-10 parser
21191:
21192: * src/classes/dom.C: ^dom:save/string/file[output options] output
21193: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21194:
21195: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21196: added]
21197:
21198: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21199: ^dom.xslt[stylesheet filename] 0
21200:
21201: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21202: ^dom.xslt[stylesheet filename] -1 doc is lying
21203:
21204: * src/classes/dom.C: ^dom.file[encoding] = file
21205:
21206: * src/classes/: dom.C: ^dom.string[encoding] 1
21207: ^dom.save[encoding;filename]
21208:
21209: * src/classes/dom.C: ^dom.string[] 0
21210:
21211: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21212:
21213: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21214: types/pa_vform.h: ^dom.save[b.xml] 0
21215:
21216: 2001-09-08 parser
21217:
21218: * src/types/pa_vform.C: $form:tables.name.field
21219:
21220: 2001-09-07 parser
21221:
21222: * src/classes/table.C: table:empty removed, superceded by ^if(def
21223: $table)...
21224:
21225: * src/targets/cgi/parser3.C: z
21226:
21227: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21228: from '' to int/double is 0]
21229:
21230: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21231: $table) is false when table is empty
21232:
21233: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21234: !$form:tables $atable[$form:tables.a]
21235: ^atable.menu{a=$atable.element}[,]
21236:
21237: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21238: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21239:
1.116 moko 21240: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21241: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21242: of dom
21243:
21244: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21245: types/pa_vform.C, types/pa_vform.h: z
21246:
21247: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21248: element [not last]
21249:
1.116 moko 21250: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21251: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21252:
21253: 2001-09-06 parser
21254:
21255: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21256: table with one column 'element' and two rows: 1 and 2
21257:
21258: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21259: table with one column 'element' and two rows: 1 and 2
21260:
21261: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21262: bad int/double conversions, and now $form:nonexistent.int(88)
21263: would return 88
21264:
21265: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21266: types/pa_vhash.h: now there's special hash key '_default'
21267: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21268: $._default[xx] ] $hash.c
21269:
21270: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21271: fixed [thanks, fif], ^; were treated there non-literally
21272:
21273: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21274: doxygen
21275:
21276: * src/: classes/image.C, classes/op.C, classes/string.C,
21277: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21278: types/pa_vtable.C: few #ifndef DOXYGEN
21279:
21280: 2001-09-05 parser
21281:
21282: * src/classes/: string.C, table.C: sql options can be void [same as
21283: image:html the other day]
21284:
21285: * src/targets/cgi/Makefile.am: .am undo
21286:
21287: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21288: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21289: macro expantion on param, simply qoutes whatever passed, undone
21290:
21291: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21292: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21293: STRINGIZE(name) #name invented
21294:
21295: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21296: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21297: MAIN_SQL_DRIVERS_NAME "drivers"
21298:
21299: moved to be availible to all users
21300:
21301: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21302: SQL_DRIVER_CREATE_FUNC_NAME
21303:
21304: * src/classes/mail.C: MAIN:MAIL check fixed
21305:
21306: 2001-09-04 parser
21307:
21308: * src/classes/image.C: image.html now can accept void params
21309:
21310: * src/targets/isapi/parser3isapi.C: z
21311:
21312: * src/targets/cgi/parser3.C: full_file_spec bug
21313:
21314: * src/targets/cgi/parser3.C: getenvcheck
21315:
21316: * src/targets/cgi/parser3.C: zz
21317:
21318: * src/targets/cgi/parser3.C: zzz
21319:
21320: * src/classes/date.C: date
21321:
21322: * src/classes/date.C: date:sql-string is now without ''
21323:
1.116 moko 21324: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21325: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21326: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21327:
1.116 moko 21328: * src/include/pa_config_auto.h.in: makes
1.95 moko 21329:
21330: 2001-09-03 parser
21331:
21332: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21333:
21334: 2001-09-01 parser
21335:
21336: * src/classes/image.C: letter_spacing
21337:
21338: * src/classes/image.C: image: font params changed
21339:
21340: * src/classes/image.C: image: as_int as_string used
21341:
21342: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21343: analized
21344:
21345: 2001-08-31 parser
21346:
21347: * src/targets/cgi/parser3.C: z
21348:
1.116 moko 21349: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21350: cygwin
1.95 moko 21351:
21352: * src/classes/void.C: void:int/double += (default)
21353:
21354: * src/classes/image.C: image:font added space param image:font
21355: changed charwidth alg, added kerning const[for now]
21356:
21357: * src/classes/: string.C, table.C: string:int/double (defaults)
21358:
21359: 2001-08-29 parser
21360:
21361: * src/main/pa_exception.C: exception redundant debug info
21362:
21363: 2001-08-28 parser
21364:
21365: * src/classes/image.C: image error msgs
21366:
21367: * src/classes/image.C: image: gifsize little endian
21368:
21369: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21370: doxygeneration
21371:
21372: * src/: classes/Makefile.am, main/Makefile.am,
21373: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21374:
21375: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21376: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21377:
21378: * src/main/compile.C: NO_STRING_ORIGIN check2
21379:
21380: * src/classes/table.C: NO_STRING_ORIGIN check
21381:
21382: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21383: storage class specifiers invalid in friend function declarations
21384:
21385: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21386: main/untaint.C, targets/cgi/parser3.C,
21387: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21388: case of limit
21389:
21390: * src/: classes/file.C, main/pa_common.C: file:move
21391: autocreate/remove dest/src dir
21392:
21393: * src/: classes/string.C, include/pa_dictionary.h,
21394: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21395: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21396: to directory constructor. string:replace
21397:
21398: 2001-08-27 parser
21399:
21400: * src/classes/image.C: fixed jpgsize alg
21401:
21402: * src/classes/image.C: fixed jpgsize alg
21403:
21404: * src/main/pa_exception.C: z
21405:
21406: * src/main/pa_common.C: removed debug info from pa_common
21407:
21408: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21409: [auto.p from current dir loading]
21410:
1.116 moko 21411: * src/: main/pa_common.C, main/pa_exception.C,
21412: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21413: for solaris -lsocket
1.95 moko 21414:
21415: 2001-08-24 parser
21416:
21417: * src/targets/cgi/parser3.C: not cgi extra \n 3
21418:
21419: * src/targets/cgi/parser3.C: not cgi extra \n 2
21420:
21421: * src/targets/cgi/parser3.C: not cgi extra \n
21422:
21423: * src/main/pa_sql_driver_manager.C: z
21424:
21425: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21426: sql* removed services from disconnect - cross-request ideological
21427: probs.
21428:
21429: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21430: cross-request ideological probs. oracle - fixed bug: cs
21431: allocated on request.pool and got freed before disconnect
21432:
21433: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21434: mallocs fixed
21435:
21436: 2001-08-23 parser
21437:
21438: * src/classes/file.C: minor bug in file:save fixed
21439:
21440: * src/main/pa_sql_driver_manager.C: oracle: dlink
21441:
21442: 2001-08-22 parser
21443:
21444: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21445: types/pa_vfile.h: file:load|save[text|binary;
21446:
21447: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21448:
21449: 2001-08-21 parser
21450:
21451: * src/classes/: file.C, table.C: ^file:list
21452:
21453: 2001-08-20 parser
21454:
21455: * src/: main/compile.tab.C, main/compile.y,
21456: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21457: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21458: recousively caused problems: inc incremeted 123 literal!! fixed
21459:
21460: 2001-08-10 parser
21461:
21462: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21463:
21464: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21465: added
21466:
21467: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21468: added
21469:
21470: * src/classes/table.C: table:sort restored [it was bad test :(]
21471:
21472: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21473: ''
21474:
21475: * src/main/: pa_request.C: wanted to make const int
21476: MAX_EXECUTE_SECONDS=1;
21477:
21478: but couldnt, set_callback_and_alarm appeared to be not exported
21479: :(
21480:
21481: * src/main/pa_string.C: string.match hanged on. there were a hang
21482: check but it weren't wise enough
21483:
21484: @parse[dateString][tmp]
21485: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21486: #end
21487:
21488: @main[] ^parse[2001-02-03]
21489:
21490: * src/classes/: table.C: table:sort now default desc
21491:
21492: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21493: table.sort now creates new sorted table
21494:
21495: 2001-08-09 parser
21496:
21497: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21498:
21499: * src/classes/hash.C: hash:_default now [was hash:default]
21500:
21501: * src/classes/op.C: case without switch check added
21502:
21503: * src/types/pa_vcookie.C: cookie name&value origins added, more
21504: precise $ORIGINS(1)
21505:
21506: * src/main/Makefile.am: .am
21507:
21508: * src/classes/void.C: void: int double copy/paste from int: bug
21509: fixed
21510:
21511: * src/classes/void.C: void: int double copy/paste from int: bug
21512: fixed
21513:
21514: 2001-08-07 parser
21515:
21516: * src/: classes/double.C, classes/int.C, classes/string.C,
21517: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21518: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21519: string, table
21520:
21521: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21522: srand made working
21523:
21524: 2001-08-06 parser
21525:
21526: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21527: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21528: main/compile.tab.C, main/compile.y, main/pa_array.C,
21529: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21530: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21531:
21532: * src/main/pa_exec.C: exec win32 real filename
21533:
21534: * src/classes/file.C: exec stderr out
21535:
21536: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21537:
21538: 2001-08-03 parser
21539:
21540: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21541:
21542: 2001-08-02 parser
21543:
21544: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21545: main/execute.C, main/pa_exec.C: introducing Array_iter
21546:
21547: * src/main/execute.C: detected quick_get recursion bug. changed to
21548: get@execute, but needs array iterator, separate from array to
21549: avoid it & use caching
21550:
21551: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21552: bug fixed
21553:
21554: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21555: main/execute.C, main/pa_globals.C: found another multithread bug
21556: in op.C (last, last global var killed) :)
21557:
21558: 2001-08-01 parser
21559:
21560: * src/: include/pa_dictionary.h, include/pa_globals.h,
21561: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21562: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21563: main/untaint.C: speeded up typo-html replacements. introducing
21564: Dictionary with first-char caching
21565:
21566: 2001-07-31 parser
21567:
21568: * src/types/Makefile.am: pa_vtable.C added to .am
21569:
21570: * src/main/compile.tab.C: added, so that could be compiled even on
21571: non-bison-enabled platforms
21572:
21573: 2001-07-28 parser
21574:
21575: * src/classes/table.C: table:hash always produces hash, when can't
21576: - empty
21577:
21578: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21579: skipped \n
21580:
21581: 2001-07-27 parser
21582:
21583: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21584: on int/double/string :sql without result and default
21585:
21586: 2001-07-26 parser
21587:
21588: * src/classes/op.C: fixed bad multithread bug with strangly global
21589: OP
21590:
21591: * src/main/compile.y: $man[$.age[zzz]] 0
21592:
21593: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21594: creation syntax problem persists. restored $: for a while.
21595: thinking of $man[$.age[zzz]] syntax now
21596:
21597: * src/: classes/double.C, classes/int.C, classes/string.C,
21598: include/pa_opcode.h, main/compile.C, main/compile.y,
21599: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21600: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21601: types/pa_wwrapper.h: fixing :: realization #1
21602:
21603: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21604: main/compile_tools.h, main/execute.C, main/pa_request.C,
21605: types/pa_vmethod_frame.h: introducing :: this is constructor call
21606: prefix. ordinary : remains for static accesses
21607:
21608: 2001-07-25 parser
21609:
21610: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21611: fields 2. methods 3. columns
21612:
21613: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21614: quote. optimized double&int tostring-s
21615:
21616: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21617: whitespace before first method decl
21618:
21619: * src/classes/table.C: allowed nontable result in table:sql,
21620: results in empty table
21621:
21622: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21623: lines before first method decl
21624:
21625: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21626: types/pa_vtable.h: ^table.record[] now $table.fields
21627:
21628: * src/main/compile.y: $var[] is now empty string, not void
21629:
21630: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21631: void
21632:
21633: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21634: main/pa_globals.C: match replace code context moved to implicit
21635: $match context
21636:
21637: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21638: main/compile_tools.h, main/execute.C: with killed, code storage
21639: introduced with former 'with' syntax
21640:
21641: 2001-07-24 parser
21642:
21643: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21644: types/pa_value.h: first get_element, next get operator
21645:
21646: * src/main/compile.y: removed @end handling
21647:
21648: * src/main/: compile.C, compile.y: @end handling method2
21649:
21650: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21651: file:move
21652:
21653: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21654: fixed
21655:
21656: 2001-07-23 parser
21657:
21658: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21659: driver
21660:
21661: * src/classes/hash.C: changed sql driver query interface
21662:
21663: * src/: classes/hash.C, classes/string.C, classes/table.C,
21664: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21665: changed sql driver query interface
21666:
21667: 2001-07-20 parser
21668:
21669: * src/types/pa_vrequest.C: X!$browser:type
21670:
21671: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21672: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21673: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21674: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21675: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21676: types/pa_vobject.h, types/pa_vrequest.C,
21677: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21678: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21679: BASE element globally removed
21680:
21681: 2001-07-18 parser
21682:
21683: * src/classes/file.C: file:exec/cgi msg
21684:
21685: * src/classes/file.C: $file:exit-code renamed to 'status'
21686:
21687: * src/: classes/file.C, main/pa_exec.C: file:exec
21688:
1.116 moko 21689: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21690: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21691: removed $id from *.in *.am
1.95 moko 21692:
21693: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21694: abbrevations
21695:
21696: * src/: classes/date.C, classes/mail.C, classes/math.C,
21697: classes/string.C, classes/table.C, include/pa_globals.h,
21698: include/pa_string.h, main/execute.C, main/pa_globals.C,
21699: main/pa_request.C, main/pa_string.C, main/untaint.C,
21700: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21701: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21702: $ORIGINS(1) output tracing mode
21703:
21704: 2001-07-13 parser
21705:
21706: * src/: classes/double.C, classes/int.C, classes/string.C,
21707: include/pa_request.h, main/execute.C, main/pa_request.C:
21708: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21709: second would not call first @auto
21710:
21711: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21712: wrong, fixed
21713:
21714: 2001-07-12 parser
21715:
21716: * src/types/pa_value.h: pa_value.putelement modification of system
21717: classes prevented
21718:
21719: 2001-07-11 parser
21720:
21721: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21722: table $piece
21723:
21724: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21725: types/pa_vstateless_class.h: $file created by file:state +=
21726: .atime .mtime .ctime +found&fixed bug with exceptions on
21727: get_junction-created objects [they were on wrong pool]
21728:
21729: 2001-07-09 parser
21730:
21731: * src/main/untaint.C: qp wrong name
21732:
21733: * src/: classes/date.C, classes/string.C, classes/table.C,
21734: main/compile.y: date format 0
21735:
21736: 2001-07-07 parser
21737:
21738: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21739: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21740: roll table calendar
21741:
21742: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21743: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21744: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21745: include/pa_request.h, main/main.dsp, types/pa_value.h,
21746: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21747: string. todo: sql, calendar
21748:
21749: 2001-07-06 parser
21750:
21751: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21752: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21753:
21754: 2001-07-03 parser
21755:
21756: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21757: classes/random.C, main/main.dsp: class random renamed to math,
21758: operators became methods
21759:
21760: * src/classes/op.C: pow sqrt
21761:
21762: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21763:
21764: 2001-07-02 parser
21765:
21766: * src/classes/table.C: ^table.columns column renamed from 'name' to
21767: 'column'
21768:
21769: * src/classes/hash.C: ^hash.keys[]
21770:
21771: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21772:
21773: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21774: 'strings'
21775:
21776: 2001-06-29 parser
21777:
21778: * src/main/: execute.C: /0 %0 checkes ver 2
21779:
21780: * src/main/execute.C: /0 %0 checke
21781:
21782: * src/classes/Makefile.am: nothing - void
21783:
21784: * src/classes/table.C: empty strings @ sql
21785:
21786: 2001-06-28 parser
21787:
21788: * src/: classes/double.C, classes/file.C, classes/form.C,
21789: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21790: classes/op.C, classes/random.C, classes/response.C,
21791: classes/string.C, classes/table.C, classes/void.C,
21792: main/compile.C, main/compile_tools.C, main/execute.C,
21793: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21794: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21795: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21796: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21797: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21798: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21799: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21800: $";
21801:
21802: * src/: classes/double.C, classes/file.C, classes/form.C,
21803: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21804: classes/op.C, classes/random.C, classes/response.C,
21805: classes/string.C, classes/table.C, classes/void.C,
21806: main/compile.C, main/compile.y, main/compile_tools.C,
21807: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21808: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21809: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21810: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21811: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21812: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21813:
21814: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21815: $class:name: == ${class:name}:
21816:
21817: * src/classes/string.C: exactly one
21818:
21819: 2001-06-27 parser
21820:
21821: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21822: types/pa_vvoid.h: nothing renamed to void
21823:
21824: * src/classes/op.C: ^switch ^case
21825:
21826: * src/main/compile.y: nothing renamed to void
21827:
21828: * src/: classes/hash.C, classes/table.C, main/compile.y,
21829: main/execute.C, main/main.dsp, main/pa_request.C,
21830: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21831: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21832: void
21833:
21834: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21835:
21836: 2001-05-28 parser
21837:
21838: * src/doc/html2chm.cmd: removed >a
21839:
21840: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21841: project options [some bugs]
21842:
21843: * src/doc/sources2html.cmd: z
21844:
21845: * src/: classes/classes.C, main/compile.C, main/compile.y,
21846: main/execute.C: operators are not in root class again
21847:
21848: 2001-05-24 parser
21849:
21850: * src/targets/cgi/parser3.dsp: project file
21851:
21852: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21853: ^log ^exp
21854:
21855: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21856: conversions in @exception[params]
21857:
21858: * src/main/pa_request.C: // no _ conversions in @exception[params]
21859:
21860: 2001-05-23 parser
21861:
21862: * src/main/pa_string.C: string cmp bug
21863:
21864: * src/classes/: mail.C, op.C: rem max 1000
21865:
21866: * src/: classes/op.C, main/compile.y: allow one empty line before
21867: LS_DEF_NAME
21868:
21869: 2001-05-22 parser
21870:
21871: * src/classes/op.C: if params code-required
21872:
21873: 2001-05-21 parser
21874:
21875: * src/types/pa_vstring.C: eoleof
21876:
21877: * src/classes/Makefile.am: .AM
21878:
21879: * src/classes/nothing.C: resultless ^sql moved to nothing:
21880:
21881: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21882:
21883: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21884: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21885: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21886: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21887: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21888: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21889: 'nothing'
21890:
21891: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21892: vstring::set_string
21893:
21894: * src/classes/: double.C, int.C, string.C: int,double;sql
21895:
21896: * src/: classes/hash.C, classes/int.C, classes/string.C,
21897: classes/table.C, include/pa_string.h, main/pa_string.C,
21898: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21899:
21900: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21901: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21902: hash:sql moved to main trunc. operators.txt updated
21903:
21904: * src/classes/: hash.C, op.C, table.C: hash:sql
21905:
21906: * src/classes/op.C: z
21907:
21908: * src/: main/compile.C, classes/classes.C: 1
21909:
21910: * src/: classes/classes.C, main/compile.C, main/compile.y,
21911: main/execute.C: 0
21912:
21913: * src/main/execute.C: z
21914:
21915: * src/targets/cgi/parser3.C: z
21916:
21917: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21918: site_auto_path "." in that case
21919:
21920: * src/targets/cgi/: parser3.C: z
21921:
21922: * src/main/pa_request.C: .am
21923:
21924: * src/: main/pa_request.C, targets/cgi/parser3.C:
21925: pcre_tables=pcre_default_tables;
21926:
21927: 2001-05-19 parser
21928:
21929: * src/main/pa_string.C: z
21930:
21931: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21932: introducing String::cstr_bufsize, returns just size+1 for as_is
21933: target.
21934:
21935: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21936: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21937: used, 4* mem wasted
21938:
21939: * src/classes/string.C: root context in match replace body now
21940: unchanged
21941:
21942: * src/types/pa_value.h: parameter # 1 based
21943:
21944: * src/main/pa_common.C: common: actual filename '%s'
21945:
21946: * src/classes/string.C: z
21947:
21948: * src/classes/Makefile.am: classes/.am
21949:
21950: * src/classes/: Makefile.am: classes/.am
21951:
21952: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21953: targets/cgi/pa_pool.C: classes/.am
21954:
21955: 2001-05-18 parser
21956:
1.116 moko 21957: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21958: pa_threads.C ins
1.95 moko 21959:
21960: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21961:
21962: 2001-05-17 parser
21963:
21964: * src/: classes/string.C, include/pa_config_fixed.h,
21965: include/pa_config_includes.h, main/compile.y,
21966: main/compile_tools.h, main/execute.C, main/pa_array.C,
21967: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21968: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21969: types/pa_vform.C: #include "pa_config_includes.h" removed from
21970: most .C
21971:
21972: * src/doc/html2chm.cmd: z
21973:
21974: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21975: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21976:
21977: * src/main/pa_sql_driver_manager.C: moved expiration to
21978: get_connection_from_cache
21979:
21980: * src/main/pa_sql_driver_manager.C: cache expiration bf
21981:
21982: * src/: classes/classes.h, include/pa_sql_connection.h,
21983: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21984: cache expiration[use SQL_Driver::disconnect]
21985:
21986: * src/main/pa_table.C: table.locate current restored on "not found"
21987:
21988: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21989: line no
21990:
21991: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21992: ANTI_ENDLESS_EXECUTE_RECOURSION
21993:
21994: * src/: classes/op.C, include/pa_sql_connection.h,
21995: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21996: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21997: 1driver and set_services fight for driver::fservices. before fix
21998:
21999: * src/: classes/op.C, include/pa_config_fixed.h,
22000: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22001: main/pa_sql_driver_manager.C: found problem at last: 2connections
22002: own 1driver and set_services fight for driver::fservices. before
22003: fix
22004:
22005: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22006: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22007: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22008: pa_threads.C
22009:
22010: * src/include/pa_threads.h: removed targets/parser
22011:
22012: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22013: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22014: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22015: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22016: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22017: headers
22018:
22019: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22020: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22021: order prevented sqlmanager to see MULTYTHREAD define
22022:
22023: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22024: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22025: put/gets
22026:
22027: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22028: from hash.h
22029:
22030: * src/: classes/op.C, include/pa_sql_connection.h,
22031: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22032: from cache ->set_services(&services);
22033:
22034: 2001-05-16 parser
22035:
22036: * src/targets/cgi/parser3.C: z
22037:
22038: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22039: debug, #ifdefed some. would debug later, on more precise sample
22040: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22041: $name.$tail[$tail!] $name.$tail } ok3
22042:
22043: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
22044: removed array debug. before vstring rebasing
22045:
22046: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
22047: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
22048: array debugged; adjusted
22049:
22050: * src/main/: pa_sql_driver_manager.C, pa_string.C:
22051: SQL_Driver_manager line no for connect/charset errors
22052:
22053: 2001-05-15 parser
22054:
22055: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
22056: main/pa_string.C: string+array made linear grows
22057:
22058: * src/: include/pa_string.h, main/pa_string.C,
22059: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
22060: grow lineary, not exponentialy
22061:
22062: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
22063: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
22064: with fullchunk cmps
22065:
22066: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
22067: 70041= 81
22068:
22069: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
22070: targets/cgi/parser3.C: detected huge mem allocation: size/times
22071: malloc 27809390/368771, calloc 3232/83. would test now
22072:
22073: * src/: classes/random.C, main/compile.y, main/execute.C,
22074: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
22075: numbered params had wrong name - for instance: bad error message
22076: in ^for[] bad body type. fixed
22077:
22078: 2001-05-14 parser
22079:
22080: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
22081: main/untaint.C: ^string.upper|lower[]
22082:
22083: 2001-05-11 parser
22084:
22085: * src/: classes/double.C, classes/image.C, classes/op.C,
22086: classes/string.C, classes/table.C, classes/unknown.C,
22087: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22088: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22089: types/pa_vunknown.h: op: MAX_LOOPS as_int
22090:
22091: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22092: .dsp for win32tools
22093:
22094: 2001-05-11 paf
22095:
22096: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22097: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22098: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22099: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22100:
22101: 2001-05-10 paf
22102:
22103: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22104: for C++, that's all
22105:
1.116 moko 22106: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22107: pa_config_includes.h: inline wonders
1.95 moko 22108:
22109: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22110: doc/doxygen.cmd: hash.C added
22111:
22112: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22113:
22114: * src/main/compile.y: @end grammar: allowed zero strings in control
22115: menthod
22116:
22117: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22118: pa_vstateless_object.h: changed priority: field before method
22119: lookup in vclass & vobject
22120:
22121: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22122: grammar: priorities changes [lowerd && prior] vobject: now first
22123: fields, next methods
22124:
22125: 2001-05-08 paf
22126:
22127: * src/main/pa_table.C: table columnname2item on nameless ignored
22128: bark=false. fixed
22129:
22130: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22131: types/pa_vmethod_frame.h: hash:default works at last!
22132:
22133: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22134: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22135: hash:default
22136:
22137: * src/classes/table.C: z
22138:
22139: * src/classes/table.C: table:hash always hash of hash now
22140:
22141: * src/classes/table.C: table:empty return bool now
22142:
22143: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22144: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22145: types/pa_vtable.h: table:hash
22146:
22147: * src/classes/table.C: table:record have name
22148:
22149: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22150: returns vunknown
22151:
22152: * src/classes/: double.C, int.C, op.C, string.C:
22153: int,double,string:int[] double[] string:length[] results now have
22154: hames
22155:
22156: * src/: classes/op.C, classes/table.C, main/main.dsp,
22157: types/pa_vtable.h: removed table:find. table:locate and op:eval
22158: now return bool
22159:
22160: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22161: in method checkparams again. fixed
22162:
22163: 2001-05-07 paf
22164:
22165: * src/doc/chm.cmd: cmd
22166:
22167: * src/: classes/image.C, classes/mail.C, classes/string.C,
22168: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22169: types/pa_value.h: method reported errors on wrong pool
22170:
22171: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22172: now
22173:
22174: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22175: include/code.h, include/pa_opcode.h, main/compile.C,
22176: main/compile_tools.h, main/execute.C, types/pa_value.h,
22177: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22178: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22179: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22180: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22181: types/pa_vmethod_frame.h, types/pa_vobject.h,
22182: types/pa_vrequest.h, types/pa_vresponse.h,
22183: types/pa_vstateless_class.h, types/pa_vstring.h,
22184: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22185: types/pa_wwrapper.h: pa_code.h
22186:
22187: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22188:
22189: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22190: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22191: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22192: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22193: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22194: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22195: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22196: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22197: types/pa_vtable.h: dox, split by not clean parts also
22198:
22199: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22200: types/pa_vtable.h: table: fields, then methods. so to enable
22201: 'dir' fields & co. more
22202:
22203: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22204: so to enable 'dir' fields & co.
22205:
22206: * src/main/compile.y: grammar: @end
22207:
22208: 2001-05-04 paf
22209:
22210: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22211: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22212:
22213: * src/: classes/classes.h, classes/double.C, classes/file.C,
22214: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22215: classes/op.C, classes/random.C, classes/response.C,
22216: classes/string.C, classes/table.C, classes/unknown.C,
22217: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22218: method dox
22219:
22220: 2001-05-03 paf
22221:
22222: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22223: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22224: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22225: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22226: doc/string.dox, doc/targets.dox, doc/value.dox,
22227: main/pa_request.C: dox splitted .dox files and added some
22228:
22229: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22230:
22231: 2001-05-02 paf
22232:
22233: * src/classes/: image.C, table.C: table:dir result are not tainted
22234: by file_name language now
22235:
22236: 2001-04-28 paf
22237:
22238: * src/classes/classes.inc: removed classes.inc
22239:
22240: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22241: from .am
22242:
22243: * src/classes/classes.awk: skipped classes in .awk
22244:
22245: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22246: classes/classes.inc, classes/double.C, classes/file.C,
22247: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22248: classes/string.C, classes/table.C, classes/unknown.C,
22249: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22250: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22251: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22252: pa_methoded back to classes/classes.h
22253:
22254: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22255:
22256: * src/: classes/Makefile.am, classes/classes.awk,
22257: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22258: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22259:
22260: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22261: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22262: classes/response.C, classes/string.C, classes/table.C,
22263: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22264: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22265: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22266: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22267: include|main/pa_methoded
22268:
22269: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22270: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22271:
22272: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22273: moved some configured data to request::classes_conf moved some
22274: string crations from globals to M... [works]
22275:
22276: * src/: classes/form.C, classes/mail.C, classes/op.C,
22277: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22278: main/pa_request.C: moved some configured data to
22279: request::classes_conf moved some string crations from globals to
22280: M...
22281:
22282: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22283: about to move configured data to special request hash
22284:
22285: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22286: classes/form.C, classes/mail.C, include/pa_request.h,
22287: main/pa_request.C: configure started
22288:
22289: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22290: 2. todo: methoded-configure
22291:
22292: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22293: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22294: classes/_random.h, classes/_response.h, classes/_string.h,
22295: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22296: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22297: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22298: classes/random.C, classes/response.C, classes/string.C,
22299: classes/table.C, classes/unknown.C, include/pa_globals.h,
22300: include/pa_request.h, main/compile.y, main/execute.C,
22301: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22302: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22303: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22304: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22305: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22306: types/pa_vrequest.h, types/pa_vresponse.h,
22307: types/pa_vstateless_class.h, types/pa_vstring.h,
22308: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22309: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22310: methoded-configure
22311:
22312: * src/: classes/file.C, classes/table.C, main/compile.y,
22313: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22314: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22315: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22316:
22317: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22318: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22319: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22320: classes/random.C, classes/response.C, classes/string.C,
22321: classes/table.C, classes/unknown.C, include/pa_request.h,
22322: main/compile.y, main/execute.C, main/pa_globals.C,
22323: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22324: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22325: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22326: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22327: beautifying just compiled. todo: debug, configure
22328:
22329: 2001-04-27 paf
22330:
22331: * src/: classes/file.C, classes/image.C, classes/table.C,
22332: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22333: beautifying -99
22334:
22335: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22336: classes/_response.h, classes/_unknown.h, classes/classes.C,
22337: classes/classes.h, classes/double.C, classes/file.C,
22338: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22339: classes/op.C, classes/random.C, classes/response.C,
22340: classes/string.C, include/pa_globals.h, main/main.dsp,
22341: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22342: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22343: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22344: types/pa_vunknown.h: beautifying -100
22345:
22346: * src/main/compile.y: serge@ found @CLASS bug. fixed
22347:
22348: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22349: classes/_op.h, classes/_random.h, classes/_table.h,
22350: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22351: classes/op.C, classes/random.C, classes/response.C,
22352: classes/string.C, classes/table.C, classes/unknown.C,
22353: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22354: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22355: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22356: beautifying
22357:
22358: 2001-04-26 paf
22359:
22360: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22361:
22362: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22363: documentation ++
22364:
22365: * src/: classes/_exec.h, doc/doxygen.cfg,
22366: include/pa_config_fixed.h, include/pa_config_includes.h,
22367: targets/cgi/pa_pool.C: code documentation ++
22368:
22369: * src/: classes/_image.h, classes/op.C, classes/random.C,
22370: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22371: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22372: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22373: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22374: types/pa_vmethod_frame.h, types/pa_vobject.h,
22375: types/pa_vrequest.C, types/pa_vrequest.h,
22376: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22377: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22378: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22379: code documentation ++
22380:
22381: * src/: classes/image.C, classes/mail.C, classes/string.C,
22382: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22383: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22384: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22385: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22386: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22387: types/pa_vobject.h, types/pa_vstateless_class.h,
22388: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22389:
22390: * src/main/: pa_request.C, pa_string.C: z
22391:
22392: * src/: include/pa_common.h, include/pa_types.h,
22393: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22394: connection caching fixed. request-pooled-url were stored into
22395: global connectioncache
22396:
22397: 2001-04-25 paf
22398:
22399: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22400: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22401:
22402: * src/: include/code.h, include/pa_common.h, main/compile.y,
22403: main/execute.C, main/pa_common.C: -d
22404:
22405: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22406: illegal call check a bit improved, but still under iis no mapping
22407: of dir with parser allowed!
22408:
22409: 2001-04-24 paf
22410:
22411: * src/targets/Makefile.am: apache module lib .am
22412:
22413: * src/main/pa_exec.C: windows32 buildCommand
22414:
22415: 2001-04-23 paf
22416:
22417: * src/targets/cgi/Makefile.am: win32 conditional
22418:
22419: * src/targets/cgi/Makefile.am: win32 conditional
22420:
22421: * src/targets/cgi/Makefile.am: liblink
22422:
22423: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22424: vfile fields return type
22425:
22426: * src/types/pa_vfile.h: vfile fields return type
22427:
22428: * src/include/pa_config_auto.h.in: .h.in
22429:
22430: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22431: types/Makefile: makefiles removed
22432:
22433: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22434: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22435:
22436: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22437: [tested: i & g ]
22438:
22439: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22440: @test noticed series in isapi, check how initialize_random_class
22441: is called! [must be called only once]
22442:
22443: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22444: would not be 'unknown column'
22445:
22446: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22447: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22448:
22449: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22450: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22451: [now doesnt]
22452:
22453: * src/targets/cgi/parser3.C: cgi cmdline ver
22454:
22455: * src/targets/cgi/parser3.C: cgi /// @test disable
22456: /cgi-bin/parser3/auto.p
22457:
22458: * src/main/untaint.C: untaint without charset
22459:
22460: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22461: main/pa_common.C: common: file_write /// @test mkdirs
22462: file_delete rmdirs
22463:
22464: * src/main/untaint.C: mail header only once to =?
22465:
22466: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22467: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22468: main/untaint.C: untaint - @test optimize whitespaces for
22469: all but 'html'
22470:
22471: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22472: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22473: main/untaint.C: untaint - @test mail-header
22474:
22475: 2001-04-20 paf
22476:
22477: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22478: include/pa_request.h, include/pa_string.h, main/compile.y,
22479: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22480: targets/cgi/parser3.C: $MAIN:LOCALE
22481:
22482: * src/main/untaint.C: z
22483:
22484: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22485:
22486: 2001-04-19 paf
22487:
22488: * src/main/compile_tools.h: $a$b bugfix
22489:
22490: * src/targets/cgi/parser3.C: z
22491:
22492: * src/classes/file.C: z
22493:
22494: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22495: done: header to $fields. waits for header '\' tricks
22496:
22497: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22498: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22499: changed urlencode here and in untaint.C to HTTP standard's " and
22500: \" mech
22501:
22502: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22503: http://alx/~paf/ doesnt load /auto.p
22504:
22505: 2001-04-18 paf
22506:
22507: * src/main/pa_request.C: 1
22508:
22509: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22510: linux @alx
22511:
22512: 2001-04-17 paf
22513:
22514: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22515: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22516: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22517: enabled
22518:
22519: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22520: classes/_exec.h, classes/_file.h, classes/_form.h,
22521: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22522: classes/_random.h, classes/_response.h, classes/_string.h,
22523: classes/_table.h, classes/_unknown.h, classes/file.C,
22524: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22525: include/pa_config_fixed.h, include/pa_config_includes.h,
22526: include/pa_hash.h, include/pa_sql_driver_manager.h,
22527: include/pa_version.h, main/Makefile.am, main/compile.y,
22528: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22529: main/pa_sql_driver_manager.C, sql/Makefile.am,
22530: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22531: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22532: types/pa_vform.C, types/pa_vimage.h: exec @jav
22533:
22534: * src/: include/pa_sql_driver_manager.h,
22535: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22536: types/pa_vimage.h: sql driver interface now has initialize(client
22537: .so)
22538:
22539: 2001-04-16 paf
22540:
22541: * src/Makefile.am: compile2 cygwin
22542:
22543: * src/: include/pa_config_includes.h, main/pa_exec.C,
22544: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22545:
22546: * src/targets/cgi/Makefile.am: compile0 jav
22547:
22548: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22549: classes/_exec.h, classes/_file.h, classes/_form.h,
22550: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22551: classes/_random.h, classes/_response.h, classes/_string.h,
22552: classes/_table.h, classes/_unknown.h, classes/image.C,
22553: classes/mail.C, classes/op.C, classes/random.C,
22554: include/pa_config_fixed.h, include/pa_config_includes.h,
22555: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22556: main/compile.y, main/pa_common.C, main/pa_exec.C,
22557: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22558: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22559: compile-1
22560:
22561: 2001-04-15 paf
22562:
22563: * src/classes/op.C: z
22564:
22565: * src/classes/table.C: table:empty +=process
22566:
22567: * src/types/pa_value.h: MethodParams !junction
22568:
22569: * src/: classes/_string.h, classes/double.C, classes/file.C,
22570: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22571: classes/random.C, classes/response.C, classes/string.C,
22572: classes/table.C, classes/unknown.C, main/pa_request.C:
22573: MethodParams everywhere
22574:
22575: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22576: types/pa_vmethod_frame.h: MethodParams in op.C
22577:
22578: 2001-04-12 paf
22579:
22580: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22581:
22582: * src/: classes/_unknown.h, classes/unknown.C,
22583: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22584: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22585:
22586: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22587:
22588: * src/classes/image.C: image:gif now does not have params
22589:
22590: * src/classes/image.C:
22591: image:line/fill/rectangle/bar/replace/polygon/polybar
22592:
22593: * src/: classes/image.C, classes/op.C, main/execute.C,
22594: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22595: for var now written not to r.wcontext, but to r.root cleared
22596: "entered_object" state
22597:
22598: 2001-04-11 paf
22599:
22600: * src/classes/image.C: image:create image:load
22601:
22602: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22603: just compiled
22604:
22605: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22606: todo: gif without file
22607:
22608: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22609: started porting to Pooled descendant
22610:
22611: * src/: classes/image.C, main/execute.C, main/main.dsp,
22612: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22613: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22614: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22615:
22616: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22617: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22618: end. switching to python imaging lib
22619:
22620: * src/main/main.dsp: gd+smtp made separate libs
22621:
22622: * src/: include/pa_globals.h, include/pa_string.h,
22623: main/pa_common.C, main/pa_request.C, main/untaint.C,
22624: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22625: length
22626:
22627: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22628: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22629: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22630: UL_FILE_NAME of posted file name
22631:
22632: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22633: post [broke when moved post read to core]
22634:
22635: 2001-04-10 paf
22636:
22637: * src/classes/image.C: image:html done
22638:
22639: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22640:
22641: * src/classes/image.C: z
22642:
22643: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22644: forgotten!
22645:
22646: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22647: main/pa_request.C, main/pa_string.C, main/untaint.C,
22648: types/pa_vimage.h: image:measure -90
22649:
22650: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22651: classes/_int.h, classes/_mail.h, classes/_op.h,
22652: classes/_random.h, classes/_response.h, classes/_string.h,
22653: classes/_table.h, classes/file.C, classes/mail.C,
22654: include/pa_common.h, include/pa_globals.h, main/execute.C,
22655: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22656: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22657: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22658: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22659: compiled
22660:
22661: * src/classes/mail.C: minor bug with unclear from/to
22662:
22663: * src/classes/mail.C: sendmail unix skipping defaults
22664:
22665: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22666: sendmail unix added defaults
22667:
22668: * src/classes/mail.C: unix sendmail compiled. todo:testing
22669:
22670: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22671:
22672: 2001-04-09 paf
22673:
22674: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22675: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22676: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22677: targets/isapi/parser3isapi.dsp: all targets exec
22678:
22679: * src/: include/pa_sapi.h, include/pa_string.h,
22680: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22681: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22682: args in apache:util.script
22683:
22684: * src/include/pa_string.h: written but not tested exec with env for
22685: unix
22686:
22687: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22688: targets/cgi/parser3.C: exec win32 env
22689:
22690: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22691: 0
22692:
22693: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22694: main/execute.C, main/main.dsp, main/pa_globals.C,
22695: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22696: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22697:
22698: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22699: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22700:
22701: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22702: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22703:
22704: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22705: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22706: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22707: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22708: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22709: exec class just compiled. moved post read to request core
22710:
22711: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22712: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22713: main/pa_globals.C, targets/cgi/parser3.C,
22714: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22715: are already read by vform
22716:
22717: 2001-04-08 paf
22718:
22719: * src/: classes/file.C, classes/mail.C, classes/string.C,
22720: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22721: uuencode. string<<
22722:
22723: 2001-04-07 paf
22724:
22725: * src/classes/mail.C: z
22726:
22727: * src/classes/mail.C: z
22728:
22729: * src/classes/mail.C: ^mail[$attach
22730:
22731: * src/classes/mail.C: ^attach dead end
22732:
22733: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22734: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22735: targets/isapi/parser3isapi.C: mail:send 1
22736:
22737: * src/: classes/mail.C, main/pa_request.C: z
22738:
22739: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22740: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22741: compiled
22742:
22743: * src/classes/mail.C: +=
22744:
22745: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22746: prepared
22747:
22748: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22749: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22750: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22751: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22752:
22753: 2001-04-06 paf
22754:
22755: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22756: main/pa_string.C: table:dir 1
22757:
22758: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22759: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22760:
22761: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22762: classes/root.C, include/pa_globals.h, include/pa_request.h,
22763: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22764: main/pa_request.C: renamed 'root' to 'op'
22765:
22766: * src/classes/: _op.h, op.C: renamed from 'root'
22767:
22768: * src/types/pa_valiased.C: another root inherititance skipped
22769:
22770: * src/main/: compile.C, compile.y, execute.C: operators are now not
22771: root methods of parent class. just 'ROOT' class
22772:
22773: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22774: @office
22775:
22776: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22777:
22778: 2001-04-05 paf
22779:
22780: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22781: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22782: constructor flag dropped at get_method_frame and remembered into
22783: method_frame
22784:
22785: * src/: classes/file.C, classes/root.C, classes/string.C,
22786: classes/table.C, main/pa_request.C: junction to code&expression
22787: in errors
22788:
22789: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22790: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22791: $LOCALE:ctype[Russian_Russia.1251]
22792:
22793: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22794: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22795: main/pa_table.C: hash now not thread-safe.
22796:
22797: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22798: main/untaint.C: z
22799:
22800: * src/: classes/random.C, classes/root.C, classes/table.C,
22801: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22802: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22803: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22804: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22805:
22806: * src/: classes/table.C, include/pa_sql_connection.h,
22807: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22808:
22809: * src/classes/table.C: select * from hren error contains statement
22810:
22811: * src/: classes/table.C, include/pa_sql_connection.h,
22812: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22813: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22814:
22815: * src/: classes/root.C, include/pa_sql_connection.h,
22816: include/pa_sql_driver.h, main/main.dsp,
22817: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22818: services for conv memory & error reporting
22819:
22820: 2001-04-04 paf
22821:
22822: * src/doc/doxygen.cfg: z
22823:
22824: * src/include/pa_sql_driver.h: mysql connect
22825:
22826: * src/include/pa_sql_driver.h: mysql info
22827:
22828: * src/: classes/root.C, include/pa_sql_driver.h,
22829: include/pa_sql_driver_manager.h, main/main.dsp,
22830: main/pa_sql_driver_manager.C: more manager&connection&driver
22831:
22832: * src/sql/Makefile.am: forgot to add mysql client
22833:
22834: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22835: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22836: [forgot to add libltdl, added]
22837:
22838: * src/: Makefile.am, classes/root.C, classes/string.C,
22839: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22840: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22841: include/pa_string.h, include/pa_table.h, main/main.dsp,
22842: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22843: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22844: -1000 just compiled
22845:
22846: * src/: classes/random.C, classes/root.C, classes/table.C,
22847: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22848: main/pa_request.C, types/pa_vclass.h: sql frame -10
22849:
22850: 2001-04-03 paf
22851:
22852: * src/types/pa_vform.C: z
22853:
22854: * src/: classes/string.C, types/pa_vform.C: string:match replace
22855: assigned lang
22856:
22857: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22858: {}[]< empty []
22859:
22860: * src/: classes/file.C, classes/string.C, classes/table.C,
22861: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22862: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22863:
22864: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22865: string:match replace strange matches
22866:
22867: * src/classes/string.C: string:match replace 0
22868:
22869: * src/: classes/string.C, main/pa_string.C: string:match replace
22870: prepared 2
22871:
22872: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22873: string:match replace prepared
22874:
22875: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22876: string:match replace -11
22877:
22878: * src/: classes/string.C, include/pa_globals.h,
22879: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22880: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22881:
22882: * src/: classes/string.C, include/pa_globals.h,
22883: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22884: main/pa_string.C: string:match [search] -1 just compiled
22885:
22886: * src/types/pa_vstring.C: z
22887:
22888: * src/: classes/double.C, classes/file.C, classes/form.C,
22889: classes/int.C, classes/response.C, classes/root.C,
22890: classes/string.C, classes/table.C, include/pa_string.h,
22891: main/pa_string.C: string:match -10 [frame]
22892:
22893: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22894: main/pa_request.C: z
22895:
22896: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22897: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22898: todo/tests
22899:
22900: * src/include/pa_common.h: z
22901:
22902: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22903: main/pa_request.C, targets/cgi/parser3.C,
22904: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22905: content-disposition
22906:
22907: * src/: include/pa_common.h, include/pa_globals.h,
22908: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22909: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22910:
22911: * src/: include/pa_common.h, include/pa_request.h,
22912: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22913: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22914: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22915: response:body
22916:
22917: * src/classes/table.C: table:append now uses string::split
22918:
22919: * src/classes/table.C: z
22920:
22921: * src/: classes/file.C, classes/root.C, classes/string.C,
22922: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22923: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22924: include/pa_string.h, main/execute.C, main/pa_string.C,
22925: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22926: string::pos & cmp & piece bugs fixed. string::split new
22927: table:load separated from set table:set implemented with clean \n
22928: \t searches
22929:
22930: 2001-04-02 paf
22931:
22932: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22933: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22934: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22935: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22936: it in table:set/load
22937:
22938: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22939: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22940:
22941: * src/classes/random.C: random:generate 1
22942:
22943: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22944: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22945: types/pa_value.h: random:generate
22946:
22947: 2001-03-30 paf
22948:
22949: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22950: todo: table flip and append. string::pos
22951:
22952: * src/: classes/double.C, classes/file.C, classes/int.C,
22953: classes/response.C, classes/root.C, classes/string.C,
22954: classes/table.C, main/compile.y, main/execute.C,
22955: types/pa_value.h, types/pa_vstateless_class.C,
22956: types/pa_vstateless_class.h: static|dynamic|any method
22957: registration
22958:
22959: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22960: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22961: table:flip
22962:
22963: 2001-03-29 paf
22964:
22965: * src/classes/string.C: string:xsplit forgot that they must result
22966: in 1 row N column [not vice versa]
22967:
22968: * src/classes/string.C: z
22969:
22970: * src/classes/string.C: string: rsplit
22971:
22972: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22973: string: lsplit
22974:
22975: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22976: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22977: lsplit -1
22978:
22979: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22980: string: pos
22981:
22982: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22983: string: pos -1
22984:
22985: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22986: main/compile.y, main/pa_request.C, main/pa_string.C,
22987: main/untaint.C: string: left right mid
22988:
22989: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22990: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22991: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22992: and [;] are different now.
22993:
22994: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22995: main/untaint.C: pool.request undone
22996:
22997: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22998: main/untaint.C: pool.request
22999:
23000: 2001-03-28 paf
23001:
23002: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23003: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23004: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23005: $request:browser [.type .version]; unknown.get_double now = 0.
23006:
23007: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23008: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23009: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23010: types/pa_vform.C: file:load autodetection of mime-type by
23011: user-file-name
23012:
23013: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23014: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23015: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23016:
23017: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23018: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23019: write. must be self.set
23020:
23021: * src/: classes/file.C, classes/root.C, classes/table.C,
23022: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23023:
23024: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23025: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23026: types/pa_vtable.h: table:locate just compiled
23027:
23028: 2001-03-27 paf
23029:
23030: * src/main/: execute.C, pa_common.C: fixed r/w context of
23031: code-params2, fixed ntfs hardlink slow dir update
23032:
23033: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23034: types/pa_wcontext.h: fixed r/w context of code-params
23035:
23036: * src/: classes/table.C, main/execute.C: about to change junction
23037: rcontext!!
23038:
23039: * src/: classes/double.C, classes/int.C, classes/root.C,
23040: classes/string.C, classes/table.C, main/compile_tools.C,
23041: main/execute.C, main/pa_request.C, main/untaint.C,
23042: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
23043: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23044: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
23045: types/pa_vunknown.h: sort 0
23046:
23047: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
23048: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
23049: renamed to are_static_calls_disabled
23050:
23051: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
23052: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
23053: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
23054: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
23055:
23056: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
23057:
23058: * src/: classes/table.C, include/pa_common.h, main/compile.y:
23059: started table:sort fixed minor bug in #...^{
23060:
23061: * src/: classes/table.C, include/pa_common.h, main/compile.y,
23062: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
23063: decided to have as it were. stepped back. grammar: added 'in'
23064: 'is' 'lt'&co follow-space check
23065:
23066: 2001-03-26 paf
23067:
23068: * src/: classes/file.C, classes/root.C, classes/table.C,
23069: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
23070: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23071: main/pa_table.C: moved ::save to pa_table. disabled @auto
23072: invocation in ^process
23073:
23074: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
23075:
23076: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
23077: main/pa_array.C: table:record
23078:
23079: * src/: main/untaint.C, targets/cgi/parser3.C,
23080: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23081: targets/isapi/pool_storage.h, types/pa_valiased.h,
23082: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
23083: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
23084: types/pa_vtable.h: z
23085:
23086: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
23087: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23088: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23089: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23090: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23091: method realisations on 'self' validity - they now can simply
23092: assume that 'self' is V{Proper} .
23093:
23094: 2001-03-25 paf
23095:
23096: * src/main/untaint.C: z
23097:
23098: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23099: lowlevel - it initialization could be skipped if failed in @auto.
23100: so that exception report would use some table
23101:
23102: * src/main/pa_request.C: table empty lines ignored. system-default
23103: content type assigned in output:result [can fail in main:auto and
23104: skipped normal defaults extraction]
23105:
23106: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23107: bug
23108:
23109: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23110: processing to table [except preliminary \r\n \r \n replacements
23111: to "\n"]
23112:
23113: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23114: move all the processing to table
23115:
23116: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23117: main/pa_table.C, main/untaint.C: returned table originating.
23118: useful for reporting typo table problems origin. think would be
23119: useful somewhere else
23120:
23121: * src/main/untaint.C: typo \r \r\n \n properly handled
23122:
23123: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23124: include/pa_table.h, main/compile.y, main/compile_tools.C,
23125: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23126: main/pa_string.C, main/pa_table.C, main/untaint.C,
23127: types/pa_vcookie.h: typo & typo-default
23128:
23129: 2001-03-24 paf
23130:
23131: * src/main/pa_common.C: z
23132:
23133: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23134: targets/cgi/parser3.C: html-typo 2
23135:
23136: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23137: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23138: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23139: main/execute.C, main/pa_array.C, main/pa_globals.C,
23140: main/pa_request.C, main/pa_string.C, main/untaint.C,
23141: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23142: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23143: noticed double default content-type prob. run cgi.cmd tomorrow
23144: first html-typo sample. detected << problem: they become ltlt too
23145: fast
23146:
23147: * src/main/compile.y: z
23148:
23149: * src/main/: compile.y, compile_tools.h: #comment
23150:
23151: * src/: classes/file.C, classes/root.C, classes/table.C,
23152: include/pa_common.h, include/pa_request.h, main/compile.y,
23153: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23154: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23155: stringified
23156:
23157: * src/types/pa_valiased.C: decided to String-ify file_read
23158:
23159: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23160: isapi/parser3isapi.dsp: cgi: sapi::log
23161:
23162: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23163: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23164: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23165: error log experiments failed - cgi under iis got no access to
23166: log. registereventsource simply failed with 5(illegal call) code,
23167: while worked OK as standalone executable. isapi: used
23168: HSE_APPEND_LOG_PARAMETER feature
23169:
23170: * src/: include/pa_common.h, include/pa_globals.h,
23171: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23172: targets/isapi/parser3isapi.C: fixed default content-type
23173: allocation storage
23174:
23175: * src/: include/pa_globals.h, include/pa_request.h,
23176: main/pa_globals.C, main/pa_request.C: z
23177:
23178: * src/: include/pa_array.h, include/pa_hash.h,
23179: include/pa_request.h, main/compile.y, main/pa_array.C,
23180: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23181: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23182: content-type
23183:
23184: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23185: sanity
23186:
23187: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23188: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23189: away freeze mech. no danger now for you can't do
23190: ^request:process[@new-method[] body] trick anymore. still
23191: remains $some_instance.process[@new-method[] possibility] but
23192: would leave it as a feature. see index for sample
23193:
23194: * src/: include/pa_common.h, main/pa_common.C,
23195: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23196: monkey every target
23197:
23198: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23199: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23200: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23201:
23202: 2001-03-23 paf
23203:
23204: * src/: include/pa_pool.h, main/pa_request.C,
23205: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23206: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23207: targets/isapi/pool_storage.h: isapi: dumb pool storage
23208:
23209: * src/targets/isapi/pa_pool.C: decided to continue with extension
23210:
23211: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23212: it would be better to rewrite as filter then to deal with pool
23213:
23214: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23215: now like in cgi, not from APPL_PHYSICAL_PATH
23216:
23217: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23218: include/pa_config_fixed.h, include/pa_config_includes.h,
23219: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23220: include/pa_version.h, main/compile.y, main/execute.C,
23221: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23222: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23223: main/untaint.C, targets/cgi/parser3.C,
23224: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23225: cgi: reinvent document_root and request_uri under iis. autoconf
23226: updated. introducing ap_config_includes
23227:
23228: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23229:
23230: * src/targets/cgi/parser3.C: cgi: only one pool now
23231:
23232: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23233: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23234: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23235: types/pa_venv.h, types/pa_vform.C: sapi made object
23236:
23237: * src/: include/pa_globals.h, main/pa_request.C,
23238: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23239: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23240: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23241:
23242: * src/: main/pa_request.C, targets/cgi/parser3.C,
23243: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23244: isapi minor env beauty
23245:
23246: * src/: main/pa_request.C, targets/cgi/parser3.C,
23247: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23248: isapi document_root 0
23249:
23250: 2001-03-22 paf
23251:
23252: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23253:
23254: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23255: isapi/parser3isapi.C: z
23256:
23257: * src/: include/pa_pool.h, main/pa_request.C,
23258: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23259:
23260: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23261: kill.pl: isapi added utils
23262:
23263: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23264: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23265: types/pa_vform.C: isapi 0
23266:
23267: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23268: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23269: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23270: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23271: started isapi
23272:
23273: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23274: some comments
23275:
23276: * src/: include/pa_globals.h, include/pa_request.h,
23277: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23278: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23279: parser_root_auto_path parser_site_auto_path
23280:
23281: * src/types/pa_vcookie.C: cookie attr decoded
23282:
23283: 2001-03-21 paf
23284:
23285: * src/targets/cgi/parser3.C: z
23286:
23287: * src/include/pa_globals.h: post. todo: config of auto.p path
23288:
23289: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23290: types/pa_venv.h: in cookie & env. todo:post
23291:
23292: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23293: classes/root.C, classes/table.C, include/pa_array.h,
23294: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23295: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23296: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23297: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23298: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23299: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23300: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23301: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23302: shifted apache branch on main trunc
23303:
23304: * src/: include/pa_common.h, include/pa_globals.h,
23305: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23306: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23307: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23308: starting mod_parser3
23309:
23310: * src/targets/cgi/parser3.C: starting mod_parser3
23311:
23312: 2001-03-20 paf
23313:
23314: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23315: targets/cgi/parser3.C: automake compiled and works. todo:make
23316: win32 ifdefs work and add ifdef unistd
23317:
23318: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23319: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23320: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23321: z
23322:
23323: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23324: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23325: locking
23326:
23327: * src/: classes/Makefile.am, types/Makefile.am: z
23328:
23329: * src/: Makefile.am, classes/file.C, classes/root.C,
23330: classes/table.C, include/pa_array.h, include/pa_request.h,
23331: include/pa_string.h, main/Makefile.am, main/execute.C,
23332: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23333: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23334: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23335: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23336:
23337: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23338: main/pa_request.C, types/pa_vfile.h: ^table:save
23339:
23340: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23341: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23342: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23343: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23344: types/pa_vform.h: z
23345:
23346: * src/include/pa_string.h: z
23347:
23348: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23349: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23350: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23351: :Value
23352:
23353: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23354: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23355: :VStateless_object
23356:
23357: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23358: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23359: :VStateless_object
23360:
23361: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23362: types/pa_valiased.C, types/pa_vform.h: commented VForm
23363:
23364: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23365: types/pa_valiased.h, types/pa_value.h,
23366: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23367: types/pa_vstateless_object.h: moved common get_element part from
23368: stateless object&class into VAliased
23369:
23370: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23371: classes/table.C, main/execute.C, main/main.dsp,
23372: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23373: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23374: now :Value
23375:
23376: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23377: main/execute.C, main/main.dsp, main/pa_globals.C,
23378: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23379:
23380: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23381: doxx
23382:
23383: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23384: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23385: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23386: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23387: and ^file:save
23388:
23389: 2001-03-19 paf
23390:
23391: * src/types/pa_vfile.C: z
23392:
23393: * src/: classes/file.C, classes/request.C, classes/table.C,
23394: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23395: main/pa_request.C, main/untaint.C, types/pa_value.h,
23396: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23397:
23398: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23399: include/pa_string.h, include/pa_table.h, main/main.dsp,
23400: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23401: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23402: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23403: classes/_file.h, classes/file.C, types/pa_vfile.C,
23404: types/pa_vfile.h: file class just compiled
23405:
23406: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23407: include/pa_table.h, include/pa_types.h, main/execute.C,
23408: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23409: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23410: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23411:
23412: * src/include/pa_pool.h: z
23413:
23414: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23415: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23416: Hash::Value to Val so to doxygen would finlly stop confusing
23417: those Value-s
23418:
23419: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23420: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23421: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23422: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23423: include/pa_types.h, main/compile.C, main/compile.y,
23424: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23425: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23426: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23427: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23428: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23429:
23430: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23431: derivates somehow unlinked. don't know why yet
23432:
23433: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23434: include/pa_string.h, include/pa_threads.h, main/compile.C,
23435: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23436: main/execute.C, main/pa_array.C, main/pa_common.C,
23437: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23438: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23439: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23440:
23441: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23442: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23443: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23444: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23445: types/pa_vrequest.h: doc: detected Value derivates prob
23446:
23447: * src/include/pa_globals.h: z
23448:
23449: * src/: classes/_request.h, classes/request.C, include/code.h,
23450: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23451: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23452: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23453: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23454: main/execute.C, main/pa_pool.C, main/pa_request.C,
23455: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23456: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23457:
23458: 2001-03-18 paf
23459:
23460: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23461: cookie: allowed access to hash-assigned
23462:
23463: * src/targets/cgi/parser3.C: z
23464:
23465: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23466: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23467: include/pa_types.h, main/main.dsp, main/pa_common.C,
23468: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23469: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23470: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23471: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23472: types/pa_vunknown.h: cookie class
23473:
23474: * src/main/pa_request.C: zero length output allowed
23475:
23476: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23477: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23478:
23479: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23480: lang switch
23481:
23482: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23483: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23484: types/pa_value.h, types/pa_vhash.h:
23485: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23486:
23487: * src/main/execute.C: z
23488:
23489: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23490: targets/cgi/parser3.C: taint[uri
23491:
23492: * src/: classes/request.C, classes/response.C, classes/root.C,
23493: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23494: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23495: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23496:
23497: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23498: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23499: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23500: types/pa_vstateless_class.C: convinient string(pool, char *src,
23501: bool tainted) ctor
23502:
23503: * src/: include/pa_hash.h, include/pa_request.h,
23504: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23505: main/pa_request.C, main/pa_string.C, main/untaint.C,
23506: targets/cgi/parser3.C: proper @exceptions params tainting
23507:
23508: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23509: response fields to header
23510:
23511: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23512: z
23513:
23514: * src/: classes/_response.h, classes/response.C,
23515: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23516: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23517: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23518: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23519: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23520: $response: 0 request::core exception rethrow
23521:
23522: 2001-03-16 paf
23523:
23524: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23525: types/pa_vrequest.h: native method' class call with less params
23526: then needed error reporting
23527:
23528: * src/: classes/_request.h, classes/request.C,
23529: include/pa_globals.h, include/pa_request.h, main/execute.C,
23530: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23531: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23532: types/pa_vrequest.h: $request : query :uri
23533:
23534: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23535: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23536: types/pa_wcontext.h: $result
23537:
23538: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23539:
23540: * src/: classes/double.C, include/code.h, main/compile.y,
23541: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23542: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23543:
23544: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23545: main/compile.y, main/execute.C, types/pa_value.h,
23546: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23547: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23548: wcontext conflict
23549:
23550: * src/: main/execute.C, types/pa_value.h,
23551: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23552: $string.field
23553:
23554: 2001-03-15 paf
23555:
23556: * src/main/pa_request.C: news sample
23557:
23558: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23559: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23560:
23561: * src/main/: compile.y, execute.C: z
23562:
23563: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23564: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23565: pre pre works
23566:
23567: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23568: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23569: fillfields just compiled
23570:
23571: 2001-03-14 paf
23572:
23573: * src/: include/pa_request.h, main/pa_request.C,
23574: targets/cgi/parser3.C: z
23575:
23576: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23577: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23578: types/pa_vstring.h: limits -1
23579:
23580: * src/: include/pa_globals.h, include/pa_request.h,
23581: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23582: main/pa_request.C, targets/cgi/parser3.C,
23583: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23584: request_info -1
23585:
23586: * src/: include/pa_globals.h, main/pa_globals.C,
23587: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23588: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23589: vform_fields_fill
23590:
23591: * src/targets/cgi/parser3.C: # if MSVC
23592:
23593: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23594: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23595:
23596: * src/targets/cgi/parser3.C: z
23597:
23598: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23599: include/pa_string.h, include/pa_types.h, main/compile.y,
23600: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23601: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23602: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23603: types/pa_vunknown.h: global handler, exceptions in parser3
23604:
23605: 2001-03-13 paf
23606:
23607: * src/: classes/form.C, main/compile.y, main/core.C,
23608: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23609: types/pa_vform.h, types/pa_vstateless_class.C,
23610: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23611: instead
23612:
23613: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23614: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23615: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23616: started cgi target
23617:
23618: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23619: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23620: before error show with parser
23621:
23622: * src/: classes/_form.h, classes/form.C, include/core.h,
23623: include/pa_request.h, main/core.C, main/pa_request.C,
23624: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23625:
23626: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23627:
23628: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23629: parser3.C: renamed targets/ parser to cgi
23630:
23631: * src/: classes/double.C, classes/env.C, classes/int.C,
23632: classes/root.C, classes/string.C, classes/table.C,
23633: include/pa_request.h, types/pa_vhash.h: z
23634:
23635: * src/: classes/_env.h, classes/env.C, classes/root.C,
23636: include/core.h, include/pa_pool.h, include/pa_request.h,
23637: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23638: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23639: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23640: [historical moment :)]
23641:
23642: * src/: include/code.h, include/pa_string.h, main/compile.y,
23643: main/execute.C, main/pa_string.C: 'value is type' expr operator
23644:
23645: * src/types/pa_venv.h: $ENV 1
23646:
23647: * src/main/execute.C: z
23648:
23649: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23650: future methods of ENV constructor if
23651:
23652: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23653: class
23654:
23655: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23656: classes/_root.h, classes/_string.h, classes/_table.h,
23657: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23658: classes/string.C, classes/table.C, include/pa_request.h,
23659: main/compile.C, main/compile_tools.h, main/core.C,
23660: main/execute.C, main/main.dsp, main/pa_request.C,
23661: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23662: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23663: types/pa_vobject.h, types/pa_vstateless_class.C,
23664: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23665: types/pa_wcontext.h: $ENV: re 0, stateless classes
23666:
23667: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23668: classes/_root.h, classes/_string.h, classes/_table.h,
23669: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23670: classes/string.C, classes/table.C, include/pa_request.h,
23671: main/compile.C, main/compile_tools.h, main/core.C,
23672: main/execute.C, main/main.dsp, main/pa_request.C,
23673: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23674: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23675: types/pa_vobject.h, types/pa_vstateless_class.C,
23676: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23677: types/pa_wcontext.h: $ENV: re 0, stateless classes
23678:
23679: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23680: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23681: yesterdays bad decision on execute_static_method
23682:
23683: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23684:
23685: * src/: classes/double.C, classes/int.C, classes/root.C,
23686: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23687:
23688: * src/main/pa_request.C: z
23689:
23690: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23691: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23692:
23693: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23694: include/pa_pool.h, main/pa_request.C:
23695: restructure_exceptions_dead_end
23696:
23697: * src/: classes/root.C, main/compile.y: ^if required junctions.
23698: allowed ; inside {} to break params
23699:
23700: * src/classes/root.C: ^eval
23701:
23702: * src/: classes/_string.h, classes/double.C, classes/int.C,
23703: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23704: string ^format
23705:
23706: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23707: 'bad' but not 'enough'
23708:
23709: * src/: classes/double.C, classes/root.C, classes/table.C,
23710: include/pa_common.h, include/pa_types.h, main/compile.y,
23711: main/pa_common.C, main/pa_request.C, main/untaint.C,
23712: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23713: types/pa_wwrapper.h: think constructing flag as is is bad
23714:
23715: * src/: classes/double.C, classes/int.C, classes/root.C,
23716: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23717: types/pa_vint.h: ^for
23718:
23719: 2001-03-12 paf
23720:
23721: * src/classes/table.C: table ^empty
23722:
23723: * src/: classes/table.C, include/pa_table.h: table ^menu
23724:
23725: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23726: ^offset ^line ^count
23727:
23728: * src/classes/root.C: ^round() ^floor() ^ceiling()
23729: ^abs() ^sign()
23730:
23731: * src/classes/: root.C, table.C: ^use
23732:
23733: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23734: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23735: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23736: ^while. switched off wcontext.constructing after write(value) or
23737: auto-vhash-constructing
23738:
23739: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23740: main/pa_request.C: fail_if_junction_ helper func
23741:
23742: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23743: include/pa_request.h, main/execute.C, main/main.dsp,
23744: main/pa_common.C, main/pa_request.C: ^process error point by
23745: actual method_name, not source. ^load
23746:
23747: * src/types/pa_vtable.h: table: no, better with string in cells...
23748:
23749: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23750: classes/_table.h, classes/table.C, main/untaint.C: z
23751:
23752: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23753: include/pa_table.h, main/core.C, main/execute.C,
23754: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23755: types/pa_value.h: table:set 0
23756:
23757: * src/: classes/root.C, include/core.h, include/pa_array.h,
23758: include/pa_request.h, include/pa_table.h, main/core.C,
23759: main/main.dsp, main/pa_request.C, main/pa_table.C,
23760: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23761: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23762: types/pa_vstring.h: freeze, ^table:create[] -1
23763:
23764: * src/: classes/root.C, types/pa_value.h: z
23765:
23766: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23767: get_method in couple places optimizing them
23768:
23769: * src/classes/root.C: z
23770:
23771: * src/: classes/root.C, types/pa_vclass.h: process temp main
23772: zeroing
23773:
23774: * src/: classes/double.C, classes/int.C, classes/root.C,
23775: classes/string.C, include/pa_common.h, include/pa_request.h,
23776: include/pa_string.h, include/pa_types.h, main/compile.C,
23777: main/compile.y, main/compile_tools.h, main/execute.C,
23778: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23779: types/pa_vmframe.h: ^process. actual names to store param and
23780: check_actual_numbered_params for better place diagnostics
23781:
23782: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23783: method-junctions bug fixed
23784:
23785: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23786: pa_vstateless_object.h, pa_vstring.h: stateless_object
23787:
23788: 2001-03-11 paf
23789:
23790: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23791: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23792: VDouble VInt base now VObject_base - without fields
23793:
23794: * src/: classes/root.C, include/core.h, main/core.C: z
23795:
23796: * src/: classes/double.C, classes/int.C, classes/root.C,
23797: classes/string.C, include/core.h, include/pa_hash.h,
23798: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23799: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23800:
23801: * src/: classes/double.C, classes/int.C, classes/root.C,
23802: include/pa_request.h, main/execute.C: intercept_string
23803:
23804: * src/: classes/double.C, classes/int.C, classes/root.C,
23805: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23806:
23807: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23808: ^inc-s(expr)
23809:
23810: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23811: classes/_root.h, classes/_string.h, classes/double.C,
23812: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23813: include/code.h, include/core.h, include/pa_array.h,
23814: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23815: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23816: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23817: include/pa_types.h, main/compile.C, main/compile.y,
23818: main/compile_tools.C, main/compile_tools.h, main/core.C,
23819: main/execute.C, main/pa_array.C, main/pa_common.C,
23820: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23821: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23822: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23823: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23824: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23825: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23826: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23827: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23828:
23829: * src/: main/pa_request.C, types/pa_vhash.h: z
23830:
23831: * src/: include/core.h, include/pa_request.h, main/core.C,
23832: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23833:
23834: * src/: include/pa_valiased.h, include/pa_value.h,
23835: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23836: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23837: include/pa_vjunction.h, include/pa_vmframe.h,
23838: include/pa_vobject.h, include/pa_vstring.h,
23839: include/pa_vunknown.h, include/pa_wcontext.h,
23840: include/pa_wwrapper.h, main/compile.y, main/core.C,
23841: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23842: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23843: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23844: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23845: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23846: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23847: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23848: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23849: include/
23850:
23851: 2001-03-10 paf
23852:
23853: * src/: include/core.h, include/pa_request.h, main/core.C,
23854: main/pa_request.C: run+auto=run
23855:
23856: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23857:
23858: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23859: classes/_root.h, classes/_string.h, classes/double.C,
23860: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23861: include/code.h, include/core.h, include/pa_array.h,
23862: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23863: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23864: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23865: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23866: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23867: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23868: include/pa_vjunction.h, include/pa_vmframe.h,
23869: include/pa_vobject.h, include/pa_vstring.h,
23870: include/pa_vunknown.h, include/pa_wcontext.h,
23871: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23872: main/compile_tools.C, main/compile_tools.h, main/core.C,
23873: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23874: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23875: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23876: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23877: main/pa_wcontext.C: sources header
23878:
23879: * src/main/pa_request.C: auto..
23880:
23881: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23882: main/pa_request.C: auto tree0
23883:
23884: * src/: include/core.h, include/pa_request.h, main/compile.y,
23885: main/core.C, main/pa_request.C: names to core.C
23886:
23887: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23888: include/pa_request.h, main/core.C, main/execute.C,
23889: main/pa_common.C, main/pa_request.C: root auto.p loaded
23890:
23891: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23892: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23893: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23894: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23895:
23896: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23897: @auto[] realised. auto.p scan togo
23898:
23899: * src/: include/pa_request.h, main/execute.C: autocalc
23900: code-junctions result now have names
23901:
23902: * src/: classes/double.C, classes/int.C, classes/root.C,
23903: classes/string.C, include/pa_request.h, include/pa_string.h,
23904: include/pa_wcontext.h, main/compile.y, main/execute.C,
23905: main/pa_string.C, main/pa_wcontext.C: tainting 0
23906:
23907: * src/classes/env.C: env:file/line
23908:
23909: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23910: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23911: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23912: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23913: main/compile_tools.C, main/compile_tools.h, main/core.C,
23914: main/execute.C, main/main.dsp, main/pa_cframe.C,
23915: main/pa_request.C, main/pa_wcontext.C: const fight finished
23916:
23917: * src/include/pa_vclass.h: const fight to go
23918:
23919: * src/: classes/_env.h, classes/env.C, classes/root.C,
23920: include/pa_request.h, include/pa_vclass.h, main/core.C,
23921: main/main.dsp: env0
23922:
23923: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23924: classes/_string.h, classes/double.C, classes/int.C,
23925: classes/root.C, classes/string.C, include/pa_request.h,
23926: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23927: include/pa_wcontext.h, main/core.C, main/main.dsp,
23928: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23929: main/pa_wcontext.C: ^lang prepare0
23930:
23931: 2001-03-09 paf
23932:
23933: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23934: construct proper naming
23935:
23936: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23937: classes/double.C, classes/int.C, classes/root.C,
23938: classes/string.C, include/code.h, include/pa_value.h,
23939: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23940: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23941: main/compile.y, main/compile_tools.C, main/core.C,
23942: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23943: and ^double[]. fixed expr type
23944:
23945: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23946: ^string.length[]
23947:
23948: 2001-03-08 paf
23949:
23950: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23951:
23952: * src/: include/pa_vclass.h, include/pa_vstring.h,
23953: include/pa_wcontext.h, main/compile.y, main/core.C,
23954: main/execute.C, main/main.dsp: dead end: vstring can't be
23955: derivated from vobject
23956:
23957: * src/: include/pa_vclass.h, include/pa_vhash.h,
23958: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23959:
23960: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23961: remained clone conseqs
23962:
23963: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23964:
23965: * src/main/pa_vclass.C: wow! vclass were out of vcs
23966:
23967: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23968: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23969: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23970: include/pa_vobject.h, include/pa_vstring.h,
23971: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23972: main/execute.C: withoud cloning. didn't need it actually, params
23973: got passed from out unnamed ewpool
23974:
23975: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23976: include/pa_vjunction.h, include/pa_vobject.h,
23977: include/pa_vunknown.h, main/compile.y: cloning dead end
23978:
23979: * src/: include/pa_bool.h, include/pa_double.h,
23980: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23981: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23982: include/pa_vjunction.h, include/pa_vmframe.h,
23983: include/pa_vobject.h, include/pa_vstring.h,
23984: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23985: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23986: to give params proper names
23987:
23988: * src/main/pa_wcontext.C: z
23989:
23990: * src/: include/pa_vmframe.h, main/execute.C: added names to
23991: unknown values in get_element and unfilled params. removed wrong
23992: name change in get_element
23993:
23994: * src/main/execute.C: z
23995:
23996: * src/main/execute.C: fixed problems calling operators in
23997: constructors
23998:
23999: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24000: detected problems calling operators in constructors
24001:
24002: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24003: autocalc def to string
24004:
24005: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24006: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24007:
24008: * src/classes/root.C: added root.c
24009:
24010: * src/: include/pa_request.h, include/pa_value.h,
24011: include/pa_vcframe.h, include/pa_vmframe.h,
24012: include/pa_wcontext.h, main/compile.C, main/compile.y,
24013: main/core.C, main/execute.C, main/pa_cframe.C,
24014: main/pa_wcontext.C: 'if' just compiled
24015:
24016: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24017: include/pa_vjunction.h, include/pa_vmframe.h,
24018: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24019: main/pa_wcontext.C: z
24020:
24021: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24022: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24023: with parameter names in operator methods
24024:
24025: * src/main/compile.y: minor renamings in .y
24026:
24027: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24028: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24029: @BASE. changed 'RUN' assignment mech
24030:
24031: * src/main/execute.C: z
24032:
24033: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24034: main/compile_tools.h, main/execute.C: made class: dynamic, not
24035: static. so to enable runtime ^use
24036:
24037: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24038:
24039: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24040: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24041:
24042: * src/main/execute.C: root root in code-junction
24043:
24044: 2001-03-07 paf
24045:
24046: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
24047: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
24048:
24049: * src/: include/pa_stack.h, include/pa_value.h,
24050: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
24051: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
24052: fixed rwcontext of {} params up
24053:
24054: * src/main/: compile.y, compile_tools.h: ^func(params)
24055:
24056: * src/main/compile.y: .y priorities syntax shaped up a bit
24057:
24058: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
24059: include/pa_vunknown.h, main/compile.y, main/execute.C,
24060: main/pa_hash.C: expr def in -f
24061:
24062: * src/main/: compile.y, execute.C: expr calls
24063:
24064: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
24065: fixed
24066:
24067: * src/main/compile.y: expr quoted code
24068:
24069: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
24070: support0
24071:
24072: * src/main/compile.y: expr string comparisons 0
24073:
24074: * src/: include/pa_string.h, main/compile.y, main/execute.C,
24075: main/pa_string.C: just compiled lt&co
24076:
24077: * src/main/execute.C: ^var.menu{$field} problem detected. that
24078: $field not a $var.field
24079:
24080: 2001-03-06 paf
24081:
24082: * src/main/compile.y: .y expr visible-shorter
24083:
24084: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
24085: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
24086: logical
24087:
24088: * src/: include/pa_vstring.h, main/compile.y: problems with
24089: skipping whitespace in yylex
24090:
24091: * src/include/pa_vbool.h: forgot this
24092:
24093: * src/: include/code.h, main/compile.y, main/execute.C: without
24094: string ops in expressions 0
24095:
24096: * src/: include/pa_value.h, include/pa_vdouble.h,
24097: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24098: main/execute.C, main/main.dsp: !~
24099:
24100: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24101: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24102: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24103: include/pa_vunknown.h, include/pa_wcontext.h,
24104: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24105: main/compile_tools.h, main/execute.C: +-*/
24106:
24107: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24108: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24109:
24110: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24111: main/execute.C: expr grammar-1 2*2=4.000000 :)
24112:
24113: * src/main/compile.y: expr grammar-1
24114:
24115: * src/main/compile.y: expr lexx1
24116:
24117: * src/main/: compile.y, execute.C, main.dsp: z
24118:
24119: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24120: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24121: main/execute.C: expr lex0 exec-1
24122:
24123: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24124:
24125: 2001-02-26 paf
24126:
24127: * src/main/compile.y: max_string in yyerror bug fix
24128:
24129: 2001-02-25 paf
24130:
24131: * src/: include/pa_value.h, include/pa_vmframe.h,
24132: include/pa_wcontext.h, main/execute.C: VAliased3
24133:
24134: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24135:
24136: * src/main/execute.C: VAliased1
24137:
24138: * src/: include/pa_request.h, include/pa_value.h,
24139: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24140: VAliased0
24141:
24142: * src/: include/pa_pool.h, include/pa_request.h,
24143: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24144: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24145: VAliased just compiled
24146:
24147: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24148: include/pa_vobject.h, main/execute.C: alias dead end
24149:
24150: * src/: include/pa_value.h, include/pa_vclass.h,
24151: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24152: main/main.dsp: no not get fields into interm VFielded class.
24153: fields & staticfields 1
24154:
24155: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24156: include/pa_vobject.h, include/pa_wcontext.h,
24157: include/pa_wwrapper.h, main/core.C, main/execute.C,
24158: main/main.dsp: would now get fields into interm VFielded class
24159:
24160: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24161: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24162: include/pa_wcontext.h, main/compile.y, main/core.C,
24163: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24164: main/pa_wcontext.C: virtuals2
24165:
24166: * src/main/compile.y: : 1
24167:
24168: * src/main/compile.y: rethought to $class:static.field.subfield
24169:
24170: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24171: $class:element
24172:
24173: * src/: include/pa_value.h, include/pa_vmframe.h,
24174: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24175: main/pa_wcontext.C: before execute class calls rewrite
24176:
24177: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24178: name RUN, also alias
24179:
24180: * src/main/compile.y: escaping bug
24181:
24182: * src/: include/pa_request.h, include/pa_value.h,
24183: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24184: main/core.C, main/execute.C, main/pa_common.C: vobject1
24185:
24186: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24187: include/pa_vmframe.h, include/pa_vobject.h,
24188: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24189: main/compile_tools.h, main/execute.C: ^class:method() just
24190: compiled
24191:
24192: 2001-02-24 paf
24193:
24194: * src/main/main.dsp: no bison -d
24195:
24196: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24197: class' err msg wrong
24198:
24199: * src/main/compile.y: z
24200:
24201: * src/main/: compile.y, core.C: yylex need some @special lines adj
24202:
24203: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24204: main/compile.y, main/compile_tools.h, main/core.C: modules0
24205:
24206: * src/: include/pa_vclass.h, main/core.C: z
24207:
24208: * src/: include/pa_value.h, include/pa_vclass.h,
24209: include/pa_vobject.h, main/main.dsp: vobject00
24210:
24211: * src/main/pa_array.C: minor bug in expanding very small arrays.
24212: 60% from 1 were 0
24213:
24214: * src/: include/pa_value.h, include/pa_wcontext.h,
24215: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24216: as bad as you've named it: wcontext.value() was not a perfect
24217: idea
24218:
24219: * src/main/execute.C: codeframe1
24220:
24221: * src/: include/pa_value.h, include/pa_vcframe.h,
24222: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24223: include/pa_vjunction.h, include/pa_vmframe.h,
24224: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24225: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24226: just compiled
24227:
24228: * src/: include/pa_vframe.h, main/compile.y: found junction
24229: ideology @: ^x{$a()) must construct current wcontext element, so
24230: smart wcontext handling needed
24231:
24232: * src/main/compile.y: fixed grammar bugs in constructor/params
24233: klinch
24234:
24235: * src/main/: compile.y, execute.C: fixed empty constructor
24236: optimized empty case. failed on calls - produced empty string
24237: param
24238:
24239: * src/main/compile.y: fixed last \n macrotemplate strip bug
24240:
24241: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24242: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24243: main/compile_tools.C, main/compile_tools.h, main/core.C,
24244: main/execute.C: code junctions0. something wrong with last \n
24245: macrotemplate strip
24246:
24247: * src/: include/pa_value.h, main/compile.C, main/core.C,
24248: main/pa_value.C: minor error reporting format beautifyings
24249:
24250: * src/: include/pa_value.h, include/pa_vclass.h,
24251: include/pa_vframe.h, main/core.C, main/execute.C,
24252: main/pa_value.C: get_method RIP. junctions everywhere. call with
24253: junctions0
24254:
24255: 2001-02-23 paf
24256:
24257: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24258: pa_wwrapper.h: lara came, can't work, sorry :(
24259:
24260: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24261: junction
24262:
24263: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24264: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24265: main/execute.C, main/main.dsp, main/pa_value.C: call0
24266:
24267: * src/: include/pa_hash.h, include/pa_value.h,
24268: include/pa_wcontext.h, main/core.C, main/execute.C,
24269: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24270: done
24271:
24272: * src/include/pa_wcontext.h: z
24273:
24274: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24275: wrong grammar in complex constructor case
24276:
24277: * src/main/: compile.y, execute.C: empty constructor bug fixed
24278:
24279: * src/main/execute.C: with result rwpool
24280:
24281: * src/: include/pa_value.h, main/core.C, main/execute.C,
24282: main/main.dsp: value named
24283:
24284: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24285: strign 2 value in 2 places in execute
24286:
24287: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24288: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24289: wcontext.put_element when wcontext fvalue==0
24290:
24291: 2001-02-22 paf
24292:
24293: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24294: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24295: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24296:
24297: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24298: erroreos checkout
24299:
24300: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24301:
24302: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24303: main/compile_tools.h, main/pa_array.C: $self.get
24304:
24305: * src/main/: compile.C, compile.y, compile_tools.C: z
24306:
24307: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24308: bit. finished now.
24309:
24310: * src/main/compile.y: $: finished
24311:
24312: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24313:
24314: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24315: main/execute.C: OP_STRING better then some xxx _VALUE
24316:
24317: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24318: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24319: string to vstring it .y all
24320:
24321: * src/: include/pa_request.h, include/pa_stack.h,
24322: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24323: all
24324:
24325: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24326: precise parse error line:col
24327:
24328: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24329: main/pa_hash.C, main/pa_pool.C: TRY...
24330:
24331: * src/: include/pa_exception.h, include/pa_pool.h,
24332: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24333: main/compile.C, main/compile.y, main/compile_tools.C,
24334: main/core.C, main/pa_array.C, main/pa_exception.C,
24335: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24336: main/pa_table.C: removed exception from request
24337:
24338: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24339: some forgotten
24340:
24341: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24342: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24343: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24344: get/put simple vars to VClass works0
24345:
24346: * src/: include/pa_array.h, include/pa_wcontext.h,
24347: main/pa_string.C: in process, but found that exceptions are too
24348: global
24349:
24350: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24351: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24352: main/execute.C, main/pa_string.C: write_value write_string 0 it
24353: seems wcontext must write strings regardles of fvalue!=0
24354:
24355: 2001-02-21 paf
24356:
24357: * src/main/execute.C: tired :)
24358:
24359: * src/main/: compile.C, compile.y, execute.C: store0
24360:
24361: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24362: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24363: include/pa_wcontext.h, main/compile.C, main/compile.y,
24364: main/execute.C, main/main.dsp, main/pa_array.C,
24365: main/pa_request.C: get put -1 [just compiled]
24366:
24367: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24368: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24369: main/main.dsp, main/pa_request.C: request core methods0
24370:
24371: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24372: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24373: execute
24374:
24375: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24376: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24377: methods and one_big_piece. now compile returns array<method*>
24378:
24379: * src/main/compile.y: more straightforward yylex[end]
24380:
24381: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24382: string.operator==(char*)
24383:
24384: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24385: main/execute.C, main/pa_array.C: after array.const get wonders
24386:
24387: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24388: pa_string.h, pa_value.h: struck with const array.gets
24389:
24390: * src/main/: execute.C: z
24391:
24392: * src/main/: compile.y, execute.C: z
24393:
24394: * src/main/: compile.C, compile.y, compile_tools.h: error
24395: processing in eval & yyerror so it wouldn't cause memleaks.
24396:
24397: * src/main/: compile.C, compile.y: failed to add absolute precies
24398: parse error positions. leaving RIGHTMOST position as
24399: @file[line:col]
24400:
24401: * src/: include/compile.h, main/compile.C, main/compile.y,
24402: main/compile_tools.h: line numbers needed. would add them to .y
24403: now internally. externally it's not as precise as needed
24404:
24405: * src/: include/code.h, include/pa_types.h, main/compile.C,
24406: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24407: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24408: compiler works ok
24409:
24410: 2001-02-20 paf
24411:
24412: * src/main/: compile.C, compile.y, compile_tools.C,
24413: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24414: not perfect
24415:
24416: * src/: include/code.h, include/compile.h, include/execute.h,
24417: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24418: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24419: main/compile.C, main/compile.y, main/compile_tools.C,
24420: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24421: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24422: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24423: compiled. execute=dump for now
24424:
24425: * src/main/core.C: core rewrite using yacc investigations now will
24426: be compile[yacc]/execute[opcodes]
24427:
24428: 2001-02-15 paf
24429:
24430: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24431: rewrite as turing machine? for it seems it would be it's too many
24432: ifs with this syntax now
24433:
24434: 2001-02-14 paf
24435:
24436: * src/main/core.C: get_params 1
24437:
24438: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24439: :( ]
24440:
24441: * src/main/core.C: varios breaks
24442:
24443: * src/main/core.C: get names 3
24444:
24445: * src/main/core.C: get names 2
24446:
24447: * src/main/core.C: get names 1
24448:
24449: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24450: names 0
24451:
24452: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24453: text repassing2 operator static vars
24454:
24455: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24456: main/pa_string.C: process text repassing
24457:
24458: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24459: module:calls changes
24460:
24461: 2001-02-13 paf
24462:
24463: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24464: ^class:calls[] started
24465:
24466: * src/: include/pa_value.h, main/core.C: z
24467:
24468: * src/main/core.C: operators : and self. prefixes
24469:
24470: * src/main/core.C: z
24471:
24472: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24473: tested
24474:
24475: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24476: optimized
24477:
24478: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24479: would change privates to better support optimization
24480:
24481: * src/: include/pa_string.h, main/pa_string.C:
24482: String_iterator::skip_to todo:optimize
24483:
24484: 2001-02-12 paf
24485:
24486: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24487: String_iterator
24488:
24489: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24490: comments
24491:
24492: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24493: self/methodref joined
24494:
24495: 2001-02-11 paf
24496:
24497: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24498: main/main.dsp: core started. core.C, context&value .h
24499:
24500: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24501: include/pa_string.h, main/main.dsp, main/pa_array.C,
24502: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24503:
24504: 2001-01-30 paf
24505:
24506: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24507: comments
24508:
24509: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24510: main/pa_pool.C: moved pa_pool.C to be target specific
24511:
24512: * src/: include/pa_exception.h, include/pa_pool.h,
24513: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24514: to & changes
24515:
24516: * src/: include/pa_exception.h, include/pa_pool.h,
24517: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24518: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24519: re-associated. that's much better even removed 'die' necessety
24520:
24521: * src/: include/pa_error.h, include/pa_exception.h,
24522: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24523: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24524: targets/Makefile.am: lowered targets/parser into subdir, added
24525: parser_Pool(Pool) failed to add. would think..
24526:
24527: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24528: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24529: main/pa_string.C, main/pa_table.C: Table more like C++ style
24530: hence lots of 'const'
24531:
24532: * src/: include/pa_error.h, include/pa_request.h,
24533: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24534: main/pa_table.C: Error fixed
24535:
24536: 2001-01-29 paf
24537:
24538: * src/: include/pa_array.h, include/pa_common.h,
24539: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24540: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24541: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24542: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24543:
24544: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24545: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24546: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24547: main/pa_string.C, main/pa_table.C: Request Error Table
24548:
24549: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24550: templates"
24551:
24552: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24553: main/main.dsp, main/pa_array.C: templates failed no template
24554: specializations [VC6], no library auto instantation [VC6, GNU c++
24555: 2.95.2-6 from latest cygwin]
24556:
24557: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24558: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24559: main/main.dsp, main/pa_array.C, main/pa_string.C,
24560: main/pa_table.C: Table started would test template Array now
24561:
24562: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24563: String originating
24564:
24565: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24566: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24567: SYNCHRONIZED(thread_safe)
24568:
24569: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24570: parts to top
24571:
24572: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24573: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24574: see: needed only in global Hash now, made Hash:: put/get
24575: SYNCHRONIZED
24576:
24577: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24578: main/pa_threads.C: added pa_threads
24579:
24580: Mutex
24581:
24582: * src/include/pa_hash.h: some comments
24583:
24584: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24585: Array& operator += (Array& src)
24586:
24587: * src/main/pa_array.C: expand not convinient, would rewrite
24588:
24589: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24590: (Array& src)
24591:
24592: rethought, would change now
24593:
24594: 2001-01-27 paf
24595:
24596: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24597: caching
24598:
24599: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24600: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24601: cache rethought to chunk caching
24602:
24603: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24604: include/pa_string.h, main/main.dsp, main/pa_array.C,
24605: main/pa_hash.C, main/pa_string.C: Array 0
24606:
24607: * src/main/pa_string.C: String::operator ==
24608:
24609: * src/main/pa_hash.C: String(&String)
24610:
24611: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24612:
24613: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24614: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24615: pa_hash[forgotten]
24616:
24617: 2001-01-26 paf
24618:
24619: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24620: removed templates [vc++ suxx]
24621:
24622: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24623: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24624:
24625: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24626:
1.119 moko 24627: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24628:
1.119 moko 24629: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24630: check
24631:
24632: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24633: dynamic row_count
24634:
24635: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24636: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24637: targets/Makefile.am: Initial revision
24638:
24639: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24640: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24641: targets/Makefile.am: creating parser3 module
24642:
E-mail: