Annotation of parser3/ChangeLog, revision 1.155
1.155 ! moko 1: 2021-01-05 moko
! 2:
! 3: * tests/: 270.html, results/270.processed: test modified to work
! 4: under Windows
! 5:
! 6: * tests/: 390.html, 395.html, results/395.processed: tests updated
! 7: 4 windows
! 8:
! 9: * tests/: 410.html, results/410.processed: test for
! 10: $CLASS-GETTER-PROTECTED(false) added
! 11:
! 12: 2021-01-04 moko
! 13:
! 14: * tests/: 409.html, results/409.processed, results/auto.p: test for
! 15: $MAIN:LOCALS(true) added
! 16:
1.154 moko 17: 2021-01-03 moko
18:
19: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
20: types/pa_vclass.h, types/pa_vstateless_class.C,
21: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
22: +LOCALS. $main -> $MAIN in exception texts (implements feature
23: #1207)
24:
25: 2021-01-02 moko
26:
27: * etc/auto.p.in: minor
28:
29: * src/main/pa_request.C: sending headers only after opening file to
30: allow error reporting if file was not opened (foreign group,
31: etc).
32:
33: 2020-12-31 moko
34:
35: * src/: include/pa_request.h, main/pa_request.C,
36: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
37:
38: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
39: main/pa_request.C: get_class_ref added and used
40:
41: * etc/auto.p.in: @CLASS httpd added
42:
43: * etc/auto.p.in: @auto[] is now first
44:
45: 2020-12-30 moko
46:
47: * tests/: 408.html, results/408.processed: test for bug #1166
48: (windows only) added
49:
50: * src/main/pa_common.C: create_dir_for_file should not create dir
51: for trailing / (fixes bug #1166)
52:
53: * tests/: 341.html, results/341.processed: tests for
54: ^nameless_table.hash[] added (related to feature #1138)
55:
56: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
57: (implements feature #1138), extra fields in named tables no
58: longer ignored (implements feature #1138)
59:
60: * tests/results/390.processed: updated after exception text change
61:
62: 2020-12-29 moko
63:
64: * tests/: 407.html, results/407.processed: +$._default check
65:
66: * src/classes/hash.C: keep $_default in ^hash.reverse[]
67:
68: * tests/: 407.html, results/407.processed: test for ^hash.select[]
69: and ^hash.reverse[] added (releated to feature #1172)
70:
71: * src/classes/hash.C:
72: ^hash.select[key;value](bool-condition)[options hash] +
73: ^hash.reverse[] added (implements feature #1172)
74:
75: * src/types/pa_vtable.h: warning war
76:
77: * src/include/pa_config_fixed.h: win32 fix
78:
1.153 moko 79: 2020-12-27 moko
80:
81: * tests/: 406.html, results/406.processed: test results updated
82:
83: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
84: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
85: spelling
86:
87: 2020-12-26 moko
88:
89: * tests/: 406.html, results/406.processed: tests for
90: ^table.rename[] added (related to feature #1148)
91:
92: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
93: ^table.rename[column name from;column name to], ^table.rename[
94: $.[column name from][column name to] ... ] added (implements
95: feature #1148)
96:
97: 2020-12-25 moko
98:
99: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
100: request_info now on stack to avoid yet another THREAD_LOCAL
101: memory deallocation issue (now with cookies), explained in #1203
102:
103: * src/types/pa_vcookie.C: fields should be inited
104:
105: 2020-12-24 moko
106:
107: * src/include/pa_stylesheet_connection.h: looks like
108: xsltFreeStylesheet leads to memory double-free. If so, it's for
109: sure libxml bug, but we have GC anyway, so we just remove this
110: call and see...
111:
112: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
113: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
114: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
115: abort.c:65:8 frame #3: 0x00000000004da663
116: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
117: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
118: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
119: malloc.c:617:9 frame #5: 0x0000000000577f0c
120: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
121: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
122: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
123: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
124: frame #8: 0x000000000050d35c
125: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
126: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
127: frame #10: 0x00000000004436e5
128: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
129: [inlined]
130: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
131: pa_stylesheet_connection.h:62:3
132:
133: 2020-12-23 moko
134:
135: * src/classes/image.C: ^image::measure[; $.video() ] option added
136:
137: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
138: ^image::measure[; $.video(true) ] added
139:
140: * src/main/pa_exec.C: not cleared automatically in multithreaded
141: httpd mode for unknown reasons
142:
143: 2020-12-22 moko
144:
145: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
146: error_log uri of currently processed document", but never used
147: and conflicts with how libgc stops threads on FreeBSD (#define
148: SIG_SUSPEND SIGUSR1), thus removed.
149:
150: 2020-12-21 moko
151:
152: * src/main/pa_request.C: +comment
153:
1.151 moko 154: 2020-12-20 moko
155:
1.152 moko 156: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
157: it is more safe to have versions of pa_strdup with one and two
158: arguments, as helper_length=0 not always mean that strlen()
159: should be called, but means zero.
160:
161: * src/targets/isapi/parser3isapi.C: minor
162:
163: * src/main/pa_http.C: +valid_http_method
164:
1.151 moko 165: * src/: include/pa_http.h, main/pa_http.C,
166: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
167:
168: 2020-12-17 moko
169:
170: * tests/: 405.html, results/405.processed: test for split by regex
171: added (related to feature #1160)
172:
173: * src/classes/string.C: split by regex implemented (feature #1160)
174:
175: * src/classes/string.C: minor
176:
177: * tests/: 404.html, results/404.processed: test for whitespace
178: string is now OK for table argument (related to feature #1169)
179:
180: * src/: classes/image.C, classes/string.C, classes/table.C,
181: types/pa_vmethod_frame.C: whitespace string is now OK for table
182: argument (as with hash) (implements feature #1169)
183:
184: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
185: limit for comment (fixes bug #1102)
186:
187: * src/targets/cgi/parser3.C: +HAVE_TLS check
188:
189: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
190:
191: * src/include/pa_config_includes.h: HAVE_TLS used
192:
193: * configure.ac: +TLS check
194:
195: * src/main/pa_http.C: content logging added
196:
197: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
198: clear_response_headers added
199:
200: 2020-12-16 moko
201:
202: * buildall: as we now use threads, libatomic_ops still required for
203: some OS.
204:
205: * src/main/pa_request.C: whitespace
206:
207: * src/: include/pa_request.h, main/pa_request.C:
208: Request::Exception_trace::table extracted and used
209:
210: * src/main/pa_request.C: moving output_result call outside of try
211: as network exceptions should not be handled by parser code
212:
213: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
214: logging network exchange
215:
216: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
217: via network if it was network write error.
218:
219: * src/targets/cgi/parser3.C: log -> pa_log
220:
221: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
222:
223: * src/main/pa_threads.C: getpid() if no gettid() found
224:
225: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
226: we need to ignore "void" connections from browsers (browsers open
227: connections in advance and they will be empty if user does not
228: request more pages)
229:
230: 2020-12-15 moko
231:
232: * src/targets/cgi/parser3.C: avoid previous uri in logs
233:
234: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
235: RequestController not needed in httpd mode
236:
237: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
238: classes/classes.h, classes/curl.C, classes/date.C,
239: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
240: classes/hashfile.C, classes/image.C, classes/inet.C,
241: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
242: classes/memcached.C, classes/memory.C, classes/op.C,
243: classes/reflection.C, classes/regex.C, classes/response.C,
244: classes/string.C, classes/table.C, classes/void.C,
245: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
246: include/pa_array.h, include/pa_base64.h,
247: include/pa_cache_managers.h, include/pa_charset.h,
248: include/pa_charsets.h, include/pa_common.h,
249: include/pa_config_fixed.h, include/pa_config_includes.h,
250: include/pa_dictionary.h, include/pa_dir.h,
251: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
252: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
253: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
254: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
255: include/pa_request_charsets.h, include/pa_request_info.h,
256: include/pa_sapi.h, include/pa_socks.h,
257: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
258: include/pa_stack.h, include/pa_string.h,
259: include/pa_stylesheet_connection.h,
260: include/pa_stylesheet_manager.h, include/pa_symbols.h,
261: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
262: include/pa_uue.h, include/pa_xml_exception.h,
263: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
264: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
265: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
266: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
267: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
268: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
269: main/compile.tab.C, main/compile.y, main/compile_tools.C,
270: main/compile_tools.h, main/execute.C, main/pa_base64.C,
271: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
272: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
273: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
274: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
275: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
276: main/pa_sql_driver_manager.C, main/pa_string.C,
277: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
278: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
279: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
280: main/untaint.C, sql/pa_sql_driver.h,
281: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
282: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
283: targets/isapi/parser3isapi.C, types/pa_junction.h,
284: types/pa_method.h, types/pa_property.h, types/pa_value.C,
285: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
286: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
287: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
288: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
289: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
290: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
291: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
292: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
293: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
294: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
295: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
296: types/pa_vmemory.h, types/pa_vmethod_frame.C,
297: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
298: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
299: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
300: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
301: types/pa_vstateless_object.h, types/pa_vstatus.C,
302: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
303: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
304: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
305: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
306: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
307:
308: * src/main/pa_request.C: old compilers support
309:
310: * tests/: 362.html, results/362.processed: test updated after
311: changes after upgrade to libxml2-2.9.9 were made (related to bug
312: #1108)
313:
314: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
315: removed, as xsltFreeStylesheet has side effects on original doc.
316: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
317: not updated after xdoc modification (part 3 of test 362).
318: (related to bug #1108)
319:
320: * src/targets/isapi/parser3isapi.C: +pa_strcat
321:
322: * src/: classes/memory.C, include/pa_memory.h,
323: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
324: PA_GC_GCOLLECT used
325:
326: * src/include/pa_memory.h: +PA_GC_COLLECT
327:
328: * src/targets/cgi/parser3.C: msvs support fixes
329:
330: * src/lib/gc/include/gc.h: more cleanup
331:
332: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
333:
334: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
335: targets/cgi/parser3.C: $main:HTTPD.mode implemented
336:
337: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
338:
339: * configure.ac: pthread.h added to checked headers
340:
341: * src/classes/table.C: string stream is back :)
342:
343: * src/classes/memory.C: GC_generate_random_backtrace no longer
344: exists
345:
346: * src/main/pa_globals.C: GC_dont_gc replaced
347:
348: * src/lib/gc/include/gc.h: major cleanup, only used functions are
349: left to simplify adding new functions. depricated GC_dont_gc
350: replaced with GC_disable and GC_enable calls.
351:
352: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
353: CORD_from_file* not used and thus removed
354:
355: * src/lib/gc/include/gc_allocator.h: minor cleanup
356:
357: 2020-12-14 moko
358:
359: * src/classes/: curl.C, memory.C, table.C: every TLS should be
360: referenced elsewhere, or GC will collect it.
361:
362: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
363: main/pa_xml_io.C: bugfix: TLS variables should be referenced
364: elsewhere, or GC will collect them (and we'll get GPF in
365: multithreaded enviroment). May be it can be also fixed by some
366: GC call, not sure. But this fix costs nothing (but hours of
367: debugging to find the issue :).
368:
1.150 moko 369: 2020-12-11 moko
370:
371: * configure.ac: gettid() check added
372:
373: * src/main/pa_threads.C: HAVE_GETTID used
374:
375: * src/include/pa_config_auto.h.in: +HAVE_GETTID
376:
377: * src/: include/pa_threads.h, main/pa_threads.C: now unified
378: version for isapi/cgi/apache
379:
380: * buildall: threads are now required.
381:
382: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
383: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
384: main/main.vcproj: pa_threads.C moved to main
385:
386: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
387: isapi/pa_threads.C: pa_threads.C moved to main
388:
389: * src/: main/Makefile.am, targets/cgi/Makefile.am,
390: targets/apache/Makefile.am: pa_threads.C moved to main
391:
392: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
393:
394: * src/: include/pa_stylesheet_connection.h,
395: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
396: and weird GPF in multithreaded httpd is gone
397:
398: * src/include/: pa_stylesheet_connection.h,
399: pa_sql_driver_manager.h: whitespace
400:
401: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
402:
403: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
404: main/pa_stylesheet_manager.C: whitespace, warning war
405:
406: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
407: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
408: parser_multithreaded never used
409:
410: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
411:
412: 2020-12-10 moko
413:
414: * src/: include/pa_config_includes.h, include/pa_http.h,
415: main/pa_http.C, targets/cgi/parser3.C: initial support for
416: MULTITHREADED and PARALLEL httpd server modes
417:
418: * src/main/pa_globals.C: GC_java_finalization is depricated
419:
420: 2020-12-09 moko
421:
422: * etc/auto.p.in: + @httpd-main
423:
424: * src/: include/pa_common.h, main/pa_request.C,
425: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
426: work
427:
428: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
429: slow file_read_binary no longer used, send_range added
430:
431: 2020-12-08 moko
432:
433: * src/main/pa_request.C: >4Gb support
434:
435: * src/targets/cgi/parser3.C: msvc warning war
436:
437: * src/: include/pa_config_includes.h, main/pa_http.C,
438: main/pa_request.C: msvc warnings war
439:
440: * src/classes/image.C: warning war
441:
442: * src/classes/table.C: MSVC warning war
443:
444: * src/targets/cgi/parser3.C: msvc warnings war
445:
446: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
447: added
448:
1.149 moko 449: 2020-12-07 moko
450:
1.150 moko 451: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
452: avoid logging beside system-wide auto.p
453:
454: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
455:
456: * configure, configure.ac, src/include/pa_config_auto.h.in:
457: configure options added:
458:
459: --with-system-cfg=FILE to specify system-wide auto.p
460: --with-system-log=FILE to specify system-wide parser3.log
461:
462: * Makefile.am: bin no longer exists
463:
464: * configure, configure.ac: auto.p moved to etc to simplify debian
465: package
466:
467: * buildall: auto.p and parser3.charsets moved to their default
468: location after install
469:
470: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
471:
472: * aclocal.m4, configure: automake 1.15 -> 1.16.1
473:
1.149 moko 474: * src/targets/cgi/parser3.C: locate_config call returned to
475: original place as it requires pa_thread_request() under Windows
476:
477: * src/targets/cgi/parser3.C: renaming
478:
479: 2020-12-06 moko
480:
481: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
482: check added
483:
484: 2020-12-04 moko
485:
486: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
487: main/pa_request.C: unified uint64_t lseek implemented to support
488: >4Gb files under x86, including Windows
489:
490: 2020-12-02 moko
491:
492: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
493: with max_file_size
494:
495: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
496: support for processing files sized >4Gb on 32 bit planforms
497:
498: * tests/399.html: file moved
499:
500: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
501:
502: * src/targets/cgi/pa_sapi_info.h: warning war
503:
504: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
505: warning war
506:
507: 2020-12-01 moko
508:
509: * src/classes/image.C: mp4 extended size (>4Gb) support added
510:
511: * src/classes/image.C: for "size not found" exception to be shown
512: if size not found until eof
513:
514: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
515: bit linux)
516:
517: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
518: #1188)
519:
520: 2020-11-30 moko
521:
522: * src/classes/image.C: definitions moved closer to code
523:
524: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
525: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
526: 395_dir/3_VP8X.webp, results/395.processed,
527: results/396.processed: tests for ^image::measure[] .webp support
528: added, all image files moved into one directory (related to
529: feature #1188)
530:
531: * src/classes/image.C: ^image::measure[] now supports webp (feature
532: #1188)
533:
1.148 moko 534: 2020-11-29 moko
535:
536: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
537: processing, unnessesary defines removed
538:
539: 2020-11-24 moko
540:
541: * tests/results/: 099.processed, 100.processed, 205.processed,
542: 309.processed, 310.processed: Content-Disposition: inline
543: returned
544:
545: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
546: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
547: ] added (related to bug #1204)
548:
549: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
550: ] supported to avoid Content-Disposition: inline;
551: filename="<file>.ext" but still set Content-Type for ext (related
552: to bug #1204)
553:
1.147 moko 554: 2020-11-22 moko
555:
556: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
557: types/pa_vfile.C: pa_filename added to avoid useless rsplit
558:
559: * src/main/pa_request.C: content_disposition_inline returned.
560:
561: 2020-11-17 moko
562:
563: * src/main/pa_request.C: empty main method name support
564:
565: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
566: config_handler added, stdout flush added.
567:
568: 2020-11-16 moko
569:
570: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
571:
572: * tests/results/: 099.processed, 205.processed, 237.processed,
573: 309.processed, 310.processed: Content-Disposition: inline is not
574: required and should not contain filename="<name>"
575:
576: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
577: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
578: targets/isapi/parser3isapi.C: pa_strcat implemented and used
579:
1.146 moko 580: 2020-11-14 moko
581:
582: * src/targets/cgi/parser3.C: spelling
583:
584: * src/targets/cgi/parser3.C: renaming
585:
586: * src/targets/cgi/parser3.C: args_skip removed, locate_config
587: relocated
588:
589: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
590: before request processing, which is weired
591:
592: 2020-11-13 moko
593:
594: * src/main/pa_http.C: pa_recv added with timeout support, thus read
595: copied in httpd.
596:
597: 2020-11-12 moko
598:
599: * src/main/pa_http.C: ALARM code unified to be used in httpd
600:
601: * src/: include/pa_request.h, main/pa_request.C,
602: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
603:
604: * src/main/pa_http.C: URI validation added
605:
606: * src/targets/cgi/parser3.C: filespec_to_process now variable,
607: can't be empty but can be null. httpd-main is now main method
608: name for httpd mode
609:
610: 2020-11-11 moko
611:
612: * src/main/pa_request.C: path_translated can be null in httpd mode
613:
614: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
615: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
616: classes/xdoc.C, include/pa_request.h, main/execute.C,
617: main/pa_request.C: r.absolute -> r.full_disk_path
618:
619: * src/targets/cgi/parser3.C: if filename to process is not
620: specified, auto.p should be present.
621:
1.145 moko 622: 2020-11-03 moko
623:
624: * src/: classes/op.C, include/pa_request.h: unused argument removed
625:
626: * src/main/pa_request.C: content_disposition_inline is the default,
627: not required.
628:
1.144 moko 629: 2020-10-29 moko
630:
631: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
632: ^use[file; $.main(true) ] implemented for auto.p processing and
633: path_translated changing to correct relative files path
634: calculation in httpd mode
635:
636: * src/: include/pa_request.h, main/pa_request.C:
637: fail_on_read_problem removed, as it allways true, as if should
638: be.
639:
640: * src/: include/pa_request.h, main/pa_request.C,
641: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
642: targets/isapi/parser3isapi.C: clearing config_filespec when
643: config was not found, thus flag not required and removed.
644:
645: 2020-10-28 moko
646:
647: * tests/: 402.html, results/402.processed: error reporting test
648:
649: * src/main/execute.C: better error reporting when
650: $result[^hash::create[]] in @main.
651:
652: * src/main/: execute.C, pa_request.C: frame.result() should be used
653: + minor optimization
654:
655: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
656: main/pa_xml_io.C: execute_*_method simplified and unified
657:
658: 2020-10-27 moko
659:
660: * tests/: 306.html, results/306.processed: a bit more testing. :)
661:
662: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
663: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
664: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
665: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
666: types/pa_vmethod_frame.h, types/pa_vobject.C,
667: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
668: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
669: longer used in object-prototype mode
670:
671: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
672: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
673: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
674: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
675: $form:name[value] features
676:
1.143 moko 677: 2020-10-18 moko
678:
679: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
680:
681: 2020-10-15 moko
682:
683: * src/main/pa_http.C: url no longer needed as
684: ALTER_EXCEPTION_SOURCE is used
685:
686: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
687: main/pa_http.C: check_file_size filespec is now optional
688:
689: * src/: classes/curl.C, include/pa_exception.h,
690: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
691: ALTER_EXCEPTION_COMMENT added for better error reporting
692:
693: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
694: results/346-curl.processed, results/379-curl.processed,
695: results/379.processed: test results updated as load now provides
696: better error reporting + curl responses updated
697:
698: 2020-10-14 moko
699:
700: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
701: main/pa_string.C, targets/apache/mod_parser3_core.C,
702: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
703: checked. 10 is now default base, no hex autodetect by default
704:
705: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
706: connection socket closing in destructor + accept exception
707: handling
708:
709: * src/targets/cgi/parser3.C: warning war
710:
711: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
712: main/pa_request.C, targets/apache/mod_parser3_core.C,
713: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
714: exception handling unified
715:
716: 2020-10-13 moko
717:
718: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
719: autodetection
720:
721: * src/targets/apache/mod_parser3_core.C: reverted to atoi
722:
723: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
724:
725: * src/main/pa_http.C: warning war
726:
1.142 moko 727: 2020-10-12 moko
728:
1.143 moko 729: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
730: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
731: unhandled exception code optimization
732:
733: * src/targets/cgi/parser3.C: request_info now global variable
734:
735: * src/main/pa_http.C: http_read_response moved to HTTP_response
736: class
737:
738: * src/: include/pa_http.h, main/pa_http.C,
739: targets/cgi/pa_sapi_info.h: read_post implemented
740:
1.142 moko 741: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
742: [host:]port syntax support in httpd mode
743:
744: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
745: targets/cgi/parser3.C: populate_env added
746:
747: * src/include/pa_hash.h: to make get(char *) compiling in
748: HashStringString
749:
750: 2020-10-10 moko
751:
752: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
753: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
754:
755: * src/: include/pa_http.h, include/pa_request_info.h,
756: main/pa_http.C, main/pa_string.C,
757: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
758: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
759: types/pa_vrequest.C: initial httpd mode implementation
760:
1.141 moko 761: 2020-10-04 moko
762:
763: * src/targets/cgi/parser3.C: options together
764:
765: 2020-09-30 moko
766:
767: * src/main/pa_http.C: renamed
768:
1.140 moko 769: 2020-08-14 moko
770:
771: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
772: src/targets/cgi/Makefile.am: no httpd as separate library
773:
774: 2020-08-13 moko
775:
776: * src/targets/cgi/parser3.C: SAPI::die used in exception in
777: unhandled exception handler to report 500 instead of 200 it was
778: before.
779:
780: * src/targets/apache/mod_parser3_core.C: minor cleanup
781:
782: * src/: include/pa_sapi.h, main/untaint.C,
783: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
784: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
785: thus replaced with SAPI::die and removed
786:
787: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
788: cgi/parser3.C: whitespace
789:
790: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
791:
792: 2020-08-12 moko
793:
794: * src/targets/cgi/parser3.C: duplicate info in signal logging
795: removed, whitespace was: SIGPIPE received while executing code.
796: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
797: cl=0]
798:
799: * parser3.sln: + httpd.vcproj
800:
801: 2020-08-11 moko
802:
803: * src/targets/cgi/Makefile.am: +libhttpd
804:
805: * configure.ac, src/lib/Makefile.am: +libhttpd
806:
1.139 moko 807: 2020-07-13 moko
808:
809: * tests/: 401.html, results/401.processed: test for hash key does
810: not keep language, but tainted in foreach.
811:
1.138 moko 812: 2020-07-01 moko
813:
814: * tests/: 235.html, results/235.processed: test result updated as
815: messages before attachments implemented (feature #1176)
816:
1.137 moko 817: 2020-06-27 moko
818:
819: * tests/: 400.html, results/400.processed: test updated to check
820: ^return{code}
821:
822: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
823: fixed
824:
825: 2020-06-26 moko
826:
827: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
828: added (related to https://www.parser.ru/forum/?id=85319)
829:
830: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
831: when $result assignment was last statement in the method
832: (https://www.parser.ru/forum/?id=85319)
833:
1.136 moko 834: 2020-05-23 moko
835:
836: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
837: whitespace, unused level removed
838:
839: 2020-05-19 moko
840:
841: * src/types/pa_vmail.C: whitespace
842:
843: * src/types/pa_vmail.C: files should be processed last (related to
844: feature #1176)
845:
1.135 moko 846: 2020-05-12 moko
847:
848: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
849: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
850:
851: * configure.ac: FreeBSD1X.X check added to avoid
852: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
853:
1.134 moko 854: 2020-02-26 moko
855:
856: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
857: compilation issue (related to bug #1201)
858:
859: * src/main/pa_common.C: entry_readable -> entry_exists,
860: undocumented access(fname, R_OK) call removed (fixes bug #1201)
861: -f and -d now works under Windows in UTF-8 with Russian
862: filenames.
863:
864: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
865: advice (related to feature #1199)
866:
867: 2020-02-25 moko
868:
869: * buildall: --silent removed
870:
871: * configure.ac: gmime-3.0 support
872:
873: * buildall: --with-system-mailreceive option added to build with
874: system libgmime
875:
876: * src/types/pa_vmail.C: avoiding
877: https://github.com/jstedfast/gmime/issues/83 "feature" (related
878: to feature #1199)
879:
1.133 moko 880: 2020-02-18 moko
881:
882: * src/classes/op.C: windows x64 debug mode compile fix
883:
884: * src/main/pa_globals.C: no longer required due to -MD -> -MT
885: change (releated to feature #1200)
886:
887: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
888: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
889: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
890: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
891: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
892: targets/apache/ApacheModuleParser3.vcproj,
893: targets/apache/ApacheModuleParser3Core.vcproj,
894: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
895: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
896: dependency (related to feature #1200)
897:
1.132 moko 898: 2020-02-12 moko
899:
900: * src/types/pa_vmail.C: minimize diff
901:
902: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
903: #1199)
904:
1.131 moko 905: 2020-01-18 moko
906:
907: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
908:
1.130 moko 909: 2019-12-28 moko
910:
911: * src/targets/cgi/parser3.C: avoid empty ?
912:
913: 2019-12-27 moko
914:
915: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
916: DOCUMENT_ROOT (related to feature #1164)
917:
918: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
919: fcgiwrap setup (implements feature #1164)
920:
921: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
922: but no issues found (related to feature #1164)
923:
924: * src/targets/cgi/parser3.C: actualized
925:
926: 2019-12-26 moko
927:
928: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
929: removed
930:
931: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
932: removed
933:
934: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
935: allocation errors, we don't want default gc warnings (without
936: timestamp and URI).
937:
938: * src/: classes/memory.C, main/pa_globals.C,
939: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
940: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
941: pa_globals_init
942:
943: * src/main/pa_globals.C: setup_hex_value() removed, static array
944: initialization used (optimization)
945:
946: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
947: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
948: pa_socks_init/pa_socks_done moved inside pa_globals_init
949: (optimization)
950:
1.129 moko 951: 2019-12-09 moko
952:
953: * src/include/pa_config_fixed.h: warning war
954:
1.128 moko 955: 2019-12-08 moko
956:
957: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
958: process grammar under Unix.
959:
960: 2019-12-07 moko
961:
962: * tests/389.html: For Windows XP. :)
963:
964: * tests/388-sql.html: Windows compatibility added
965:
966: 2019-12-06 moko
967:
968: * src/targets/cgi/parser3.C: warning war
969:
970: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
971: == sizeof(CORD)) to avoid aligning bugs in future
972:
973: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
974: XML_STATIC
975:
976: * src/include/pa_request.h: StackItem() not required
977:
978: * src/include/pa_stack.h: warning war
979:
980: * src/include/pa_config_includes.h: GCC warning silenced
981:
982: * src/include/pa_memory.h: warning war: the program should also
983: define 'void operator delete [](void*, std::size_t)'
984: [-Wsized-deallocation]
985:
986: * src/types/: pa_vregex.h, pa_vtable.h: warning war
987:
988: * src/classes/string.C: not reqired cast removed
989:
990: * src/classes/string.C: not reqired cast removed
991:
992: 2019-12-05 moko
993:
994: * src/lib/sdbm/pa_file_io.C: warning war
995:
996: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
997: enum Language : size_t - required for VS2015+ to make
998: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
999: without it (related to feature #1198)
1000:
1001: 2019-12-04 moko
1002:
1003: * src/main/pa_base64.C: unsigned char -> uchar
1004:
1005: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
1006: as other libs
1007:
1008: * src/include/pa_version.h: +amd64
1009:
1010: 2019-12-03 moko
1011:
1012: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
1013: release
1014:
1015: * src/include/pa_config_includes.h: warning war
1016:
1017: * src/classes/image.C: warning war
1018:
1019: * src/main/pa_globals.C: x64 libs support
1020:
1021: * src/include/pa_config_includes.h: warning war
1022:
1023: * src/types/pa_method.h: warning war
1024:
1.127 moko 1025: 2019-11-28 moko
1026:
1027: * src/classes/math.C: vs2003 compatibility + warning war
1028:
1029: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
1030: libxml2-2.9.9 (related to feature #1136)
1031:
1032: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
1033: typecast for more compatibility (related to feature #1136)
1034:
1035: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
1036: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
1037: feature #1136)
1038:
1039: 2019-11-26 moko
1040:
1041: * src/main/: compile_tools.C, compile_tools.h: invalid assert
1042: removed (it was failing in $$var case), condition added
1043:
1.126 moko 1044: 2019-11-25 moko
1045:
1046: * tests/: 397.html, 399.html, results/141.processed,
1047: results/399.processed: base64 options tested
1048:
1049: * src/: classes/math.C, main/pa_http.C: base64 options used
1050:
1051: * src/main/pa_base64.C: base64 encode rewritten, base64 options
1052: implemented (feature #986)
1053:
1054: * src/main/pa_cache_managers.C: whitespace
1055:
1056: * tests/: 397.html, 399.html, results/399.processed: tests for
1057: ^base64 encode options added (related to feature #986)
1058:
1059: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
1060: pa_base64_encode(file) removed - more memory, but faster and less
1061: code (related fo feature #986)
1062:
1063: 2019-11-24 moko
1064:
1065: * tests/: 155.html, results/155.processed: limit and offset in
1066: ^table::load[] now supported, thus test added
1067:
1068: * src/: classes/file.C, classes/table.C, include/pa_common.h,
1069: main/pa_common.C: optimization: offset and limit options parsing
1070: moved inside file_load.
1071:
1072: 2019-11-23 moko
1073:
1074: * src/: classes/file.C, classes/op.C, include/pa_common.h,
1075: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
1076: optimization: file_read replaced with simplified file_read_binary
1077:
1078: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
1079: types/pa_vform.C: whitespace
1080:
1081: * src/: include/pa_common.h, main/pa_common.C: never used params
1082: removed
1083:
1084: 2019-11-21 moko
1085:
1086: * tests/: 193.html, results/193.processed, results/389.processed:
1087: test results updated as now base64 does not discard tail without
1088: padding (related to feature #986)
1089:
1090: 2019-11-20 moko
1091:
1092: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
1093: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
1094: pa_base64_decode (related to feature #986)
1095:
1096: * tests/398.html: tests for base64 decode added (related to feature
1097: #986)
1098:
1099: * src/main/pa_base64.C: base64_decode rewritten - padding option
1100: support, padding inside base 64 supported (related to feature
1101: #096)
1102:
1103: 2019-11-19 moko
1104:
1105: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
1106: FreeBSD 12
1107:
1.125 moko 1108: 2019-11-16 moko
1109:
1110: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
1111: support added, step support removed (related to #986)
1112:
1113: 2019-11-15 moko
1114:
1115: * src/classes/math.C: using log since log2 is not present on
1116: FreeBSD < 8.4 (related to feature #1177)
1117:
1118: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
1119: pa_base64_size extracted and used for files as well (related to
1120: feature 986)
1121:
1122: 2019-11-14 moko
1123:
1124: * tests/: 397.html, results/397.processed: + content check
1125:
1126: * tests/: 141.html, results/141.processed: make test resuls more
1127: readable
1128:
1129: * tests/: 397.html, results/193.processed, results/397.processed:
1130: test results updated after \x00 character was disabled in
1131: math:convert string mode (related to feature #1177)
1132:
1133: * src/classes/: math.C, string.C: \\x00 character disabled while
1134: converting to string (as in base64, related to feature #1177)
1135:
1136: * src/classes/file.C: more correct arguments separation
1137:
1138: * src/: classes/file.C, classes/math.C, classes/string.C,
1139: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1140: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
1141: options added, but not yet implemented (related to feature #986)
1142:
1143: * src/classes/math.C: whitespace
1144:
1145: 2019-11-13 moko
1146:
1147: * tests/: 397.html, results/397.processed: +tainting test (related
1148: to feature #1177)
1149:
1150: * src/classes/math.C: as we now produce not only digits, result
1151: should be tainted (related to feature #1177)
1152:
1153: * src/main/pa_base64.C: whitespace
1154:
1155: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1156: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1157: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1158: implementation moved from pa_common.h and pa_common.C
1159:
1160: 2019-11-12 moko
1161:
1162: * tests/: 275.html, results/275.processed: out of range test fixed,
1163: as ^math:convert now supports arbitrary precision
1164:
1165: 2019-11-11 moko
1166:
1167: * tests/results/389.processed: uctualized error message
1168:
1169: * tests/: 389.html, 397.html, results/397.processed: tests for
1170: ^math:convert added (related to feature #1177)
1171:
1172: * src/classes/math.C: ^math:convert now supports arbitrary
1173: precision, alphabet support added (implements feature #1177)
1174:
1.124 moko 1175: 2019-11-06 moko
1176:
1177: * tests/: 181.html, results/181.processed: entities usage added,
1178: more entites load tests (related to bug #842 discussion)
1179:
1180: 2019-11-05 moko
1181:
1182: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1183: call from xmlFileOpen if http://localhost/<file> was not found
1184: (related to bug #842)
1185:
1186: * src/main/pa_xml_io.C: rename
1187:
1188: * src/main/pa_xml_io.C: +MemoryStream constructor
1189:
1190: * src/main/pa_xml_io.C: whitespace
1191:
1.123 moko 1192: 2019-10-31 moko
1193:
1194: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1195: XML_PARSE_NOENT) added to fix entities load, (related to feature
1196: #1181)
1197:
1.122 moko 1198: 2019-10-25 moko
1199:
1200: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1201: queries tests
1202:
1203: 2019-10-24 moko
1204:
1205: * tests/: 388-sql.html, results/388-sql.processed: support for
1206: pgsql driver test
1207:
1208: * tests/: 388-sql.html, results/388-sql.processed:
1209: multi_statements=1 now tested, mysql test now supported
1210: (connection must be specified in [parser3] section in .my.cnf)
1211: related to issues #1195 and #1194
1212:
1.121 moko 1213: 2019-09-11 moko
1214:
1215: * src/classes/int.C: whitespace
1216:
1217: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1218: exception test
1219:
1220: * tests/results/388-sql.processed: sql queries now shown (related
1221: to feature #1196)
1222:
1223: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1224: with old parser versions.
1225:
1226: * src/: classes/file.C, classes/hash.C, classes/string.C,
1227: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1228: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1229: instead of connect string in query_event_handlers exceptions
1230: (implements feature #1196)
1231:
1.120 moko 1232: 2019-09-06 moko
1233:
1234: * tests/388-sql.html: mysql compat
1235:
1236: * src/: classes/hash.C, classes/string.C, classes/table.C,
1237: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1238: sql_ variables declaration moved to pa_common.h
1239:
1.116 moko 1240: 2019-01-15 moko
1241:
1242: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1243: logically sorted
1244:
1245: 2018-12-27 moko
1246:
1247: * src/include/pa_config_includes.h: warning war:
1248: -Wdeprecated-register added for C++ 17
1249:
1250: 2018-10-15 moko
1251:
1252: * configure.ac: FreeBSD 11.2 can be build with ./configure
1253: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1254: --with-xml=/usr/local/
1255:
1256: 2018-09-24 moko
1257:
1258: * tests/: 396.html, 396.tiff, results/396.processed: test for
1259: ^image::measure[] now supports tiff added (related to feature
1260: #1188)
1261:
1262: * src/classes/image.C: ^image::measure[] now supports tiff
1263: (implements feature #1188)
1264:
1265: 2018-09-20 moko
1266:
1267: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1268: files measure added (related to ticket #1188)
1269:
1270: * src/classes/image.C: measure of bmp files implemented (related to
1271: ticket #1188)
1272:
1273: 2018-09-18 moko
1274:
1275: * tests/: 394-curl.html, results/394-curl.processed,
1276: results/auto.p: test for bug #1187 (max_file_size check for head
1277: requests) added
1278:
1279: 2018-08-24 moko
1280:
1281: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1282: response content-length check is required (fixes bug #1187)
1283:
1284: 2018-05-11 moko
1285:
1286: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1287: $.append(bool) ] option added (related to feature #919)
1288:
1289: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1290: from misha@ patch (implements feature #919)
1291:
1292: 2018-03-22 moko
1293:
1294: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1295: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1296: with 128kb buffer. Now works at least 12 times faster. :) May be
1297: Windows-only problem.
1298:
1299: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1300: build fix)
1301:
1302: 2018-02-03 moko
1303:
1304: * src/main/execute.C: removes irrelevant lines from exception stack
1305: trace when exceptions occurs in assigment (fixes bug #1165)
1306:
1307: * tests/: 393.html, results/393.processed: test for behavour after
1308: "Property can not be created, already exists field with that
1309: name" exception removed (related to feature #1183)
1310:
1311: * src/types/pa_vclass.C: "Property can not be created, already
1312: exists field with that name" exception removed (implements
1313: feature #1183)
1314:
1315: 2018-01-19 moko
1316:
1317: * src/classes/string.C: whitespace
1318:
1319: * src/classes/string.C: whitespace
1320:
1321: * tests/: 392.html, results/392.processed: test for
1322: ^regex::create[$regex] added (related to feature #1135)
1323:
1324: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1325: ^regex::create[$regex] added (implements feature #1135)
1326:
1327: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1328: commented define added (related to feature #1157)
1329:
1330: 2018-01-17 moko
1331:
1332: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1333:
1334: 2018-01-15 moko
1335:
1336: * tests/: 390.html, results/390.processed: real path replaced by
1337: stub
1338:
1339: * tests/: 391.html, results/391.processed: test for feature #1181
1340: (XML_PARSE_HUGE exception) added
1341:
1342: 2018-01-11 moko
1343:
1344: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1345: XML_PARSE_HUGE option passed by default (implements feature
1346: #1181)
1347:
1348: * src/classes/string.C: whitespace
1349:
1350: 2017-12-10 moko
1351:
1352: * tests/: 389.html, 390.html, results/389.processed,
1353: results/390.processed: image code coverage tests added (related
1354: to feature #1125)
1355:
1356: 2017-12-08 moko
1357:
1358: * tests/: 346-curl.html, 388-sql.html, 389.html,
1359: results/346-curl.processed, results/388-sql.processed,
1360: results/389.processed: more code coverage tests
1361:
1362: * tests/: 264.html, results/264.processed: code coverage for
1363: ^file::exec[]
1364:
1365: 2017-12-07 moko
1366:
1367: * tests/: 174.html, 388-sql.html, 389.html,
1368: results/388-sql.processed, results/389.processed,
1369: results/174.processed: more coverage tests
1370:
1371: * src/classes/math.C: exception text actualized
1372:
1373: 2017-12-06 moko
1374:
1375: * tests/388-sql.html: $SQL can be here
1376:
1377: * tests/results/auto.p: $SQL not required here
1378:
1379: * tests/: 388-sql.html, 389.html, Makefile,
1380: results/388-sql.processed, results/389.processed, results/auto.p:
1381: code coverage tests for sql (using sqlite) and int/double/bool
1382: added (related to feature #1125)
1383:
1384: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1385: lib/json/json.vcproj, lib/md5/md5.vcproj,
1386: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1387: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1388: targets/apache/ApacheModuleParser3Core.vcproj,
1389: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1390: types/types.vcproj: gc\include no longer required
1391:
1392: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1393: required
1394:
1395: * src/: classes/Makefile.am, classes/table.C,
1396: include/pa_config_includes.h, include/pa_string.h,
1397: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1398: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1399: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1400: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1401: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1402: used, we now include it directly
1403:
1404: 2017-12-04 moko
1405:
1406: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1407: memcached/memcached.vcproj, punycode/punycode.vcproj,
1408: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1409: where required
1410:
1411: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1412: now can be used to trace memory allocations
1413:
1414: * src/: classes/table.C, include/pa_config_includes.h,
1415: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1416: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1417: method removes, libcord also can work without libgc
1418:
1419: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1420:
1421: 2017-11-29 moko
1422:
1423: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1424: are not present (related to feature #1173)
1425:
1426: * tests/346-curl.html: test updated to test curl content-length bug
1427: (related to feature #1173)
1428:
1429: * tests/results/346-curl.processed: more test for content-length
1430: curl bug (related to feature #1173)
1431:
1432: * tests/results/346-curl.processed: test results updated after
1433: #1173 implemented
1434:
1435: 2017-11-28 moko
1436:
1437: * src/classes/curl.C: another libcurl Content-length bug walkaround
1438: (related to feature #1173)
1439:
1440: 2017-11-27 moko
1441:
1442: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1443: $.http_version[version string] added (implements feature #1173),
1444: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1445: where $post(true) bug existed.
1446:
1447: 2017-11-18 moko
1448:
1449: * src/include/pa_memory.h: warning war (related to feature #1170)
1450:
1451: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1452: feature #1170)
1453:
1454: 2017-11-17 moko
1455:
1456: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1457: std::basic_stringstream used in ^table.csv-string[] is compatible
1458: with delete usage check only under Debian 9 (related to feature
1459: #1170)
1460:
1461: 2017-11-16 moko
1462:
1463: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1464: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1465: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1466: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1467: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1468: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1469: stubs defend from accidental use (implements feature #1170)
1470:
1471: 2017-06-24 moko
1472:
1473: * configure.ac: minor fix: thanks to alx@
1474:
1.115 moko 1475: 2017-05-29 moko
1476:
1477: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1478: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1479: added to avoid cutting of UTF-8 chars (fixed bug #123)
1480:
1481: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1482: ignored, =?UTF-8?Q?= should start in case of leading space
1483: (related to bug #123)
1484:
1485: * buildall: echo -n -> printf for OS X. :)
1486:
1487: 2017-05-25 moko
1488:
1489: * tests/: 288.html, results/288.processed: test updated afted
1490: setting $o.prop without setter exception removed (related to
1491: feature #1157)
1492:
1493: * src/types/pa_vclass.C: no more "this property has no setter
1494: method" when setting $o.prop without setter (implements feature
1495: #1157)
1496:
1497: * buildall: echo \c -> echo -n for FreeBSD
1498:
1499: * configure, configure.ac, src/include/pa_config_auto.h.in,
1500: src/types/pa_vdouble.h: isfinite now checked in configure
1501:
1502: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1503: upgraded to automake 1.15
1504:
1505: 2017-05-23 moko
1506:
1507: * src/types/pa_vdouble.h: finite returned where isfinite not
1508: defined
1509:
1510: 2017-05-22 moko
1511:
1512: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1513:
1514: * buildall: extern CFLAGS setting support
1515:
1516: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1517:
1518: * buildall: http -> https
1519:
1520: * buildall: gc-7.2f -> gc-7.6.0
1521:
1522: 2017-05-20 moko
1523:
1524: * buildall: https, pcre, xml, xslt updated to current versions
1525: (related to feature #1136)
1526:
1527: 2017-05-19 moko
1528:
1529: * tests/097.html: after parser.ru moved to https
1530:
1531: 2017-05-17 moko
1532:
1533: * tests/results/: 175.processed, 372.processed: tests resuls
1534: updated after lintian spelling typos fixed (related to bug #1156)
1535:
1536: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1537: classes/string.C, classes/table.C, main/pa_charset.C,
1538: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1539: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1540: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1541:
1542: * tests/results/096.processed: +XMP
1543:
1544: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1545: $.xmp(true) options tested (test for feature #1154)
1546:
1547: * src/classes/image.C: ^image:measure[] options $.exif(false)
1548: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1549: fetched by default! (implements feature #1154)
1550:
1551: 2017-05-16 moko
1552:
1553: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1554: allowed (related to feature #1154)
1555:
1556: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1557: initial XMP implementation - without options and transcode
1558: (related to feature #1154)
1559:
1560: 2017-05-12 moko
1561:
1562: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1563: image: exif moved to ffields, skipped in ^image.html[] where
1564: iterators now used (preparation for feature #1154)
1565:
1566: 2017-05-05 moko
1567:
1568: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1569: results/387.processed: test for circular class inheritance check
1570: added (related to bug #1150)
1571:
1572: * src/types/pa_vstateless_class.C: circular class inheritance check
1573: added (fixes endless add_derived bug #1150)
1574:
1575: 2017-05-04 moko
1576:
1577: * tests/: 386.html, results/386.processed: test for
1578: $table.value(number) added (related to feature #1152)
1579:
1580: * src/types/pa_vtable.C: table put_element: column value must be
1581: string - > column value must be string compatible to allow
1582: $t.value(1) (implements feature #1152)
1583:
1584: 2017-05-03 moko
1585:
1586: * src/main/pa_request.C: $use[$method] is not possible, reverting
1587: (related to feature #1151)
1588:
1589: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1590: not possible, removing test (related to feature #1151)
1591:
1592: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1593: get_element_method added and used to allow $use[$method] and
1594: $autouse[$method] (implements feature 1151)
1595:
1596: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1597: variable added (related to feature #1151)
1598:
1599: * tests/results/226.processed: actualized after ^try-catch used
1600:
1601: * tests/: 226.html, 385.html, results/385.processed: test for
1602: @autouse in variable added
1603:
1604: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1605:
1.114 moko 1606: 2017-02-27 moko
1607:
1608: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1609:
1.113 moko 1610: 2017-02-20 moko
1611:
1612: * operators.txt: actualization + beauty
1613:
1614: 2017-02-16 moko
1615:
1616: * tests/: 384.html, results/384.processed: test for
1617: ^reflection:mixin[; $.name[] ] option added (related to feature
1618: #1089)
1619:
1620: * tests/: 384.html, results/384.processed: test for
1621: ^reflection:mixin[] added (related to feature #1089)
1622:
1623: * src/types/pa_value.h: warning war: virtual ~Value() added
1624:
1.112 moko 1625: 2017-02-15 moko
1626:
1627: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1628: fixed
1629:
1630: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1631: test added (related to feature #1069)
1632:
1633: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1634: compilation without HASH_ORDER fixed
1635:
1636: * src/: classes/reflection.C, include/pa_hash.h:
1637: $.reverse(true/false) added to ^reflection:methods[] (related to
1638: feature #1069)
1639:
1640: 2017-02-14 moko
1641:
1642: * tests/: 152.html, results/152.processed: test for $._default hash
1643: added (related to bug #1131)
1644:
1645: * tests/: 277.html, results/277.processed: test for hash with only
1646: $._default is now defined (related to bug #1131)
1647:
1648: * src/types/pa_vhash.h: hash with only $._default is now defined
1649: (fixed bug #1131)
1650:
1651: 2017-02-13 moko
1652:
1653: * tests/cat-windows.sh: cat-windows added (cygwin required)
1654:
1655: * tests/: 171.html, 264.html, 286.html, 370.html,
1656: results/320.processed, results/375.processed, results/auto.p:
1657: cat-windows.sh support added
1658:
1659: * tests/375.html: Windows support
1660:
1661: * tests/270.html: documented
1662:
1663: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1664: (not backslashes) even under Windows (broke test 270)
1665:
1666: 2017-02-12 moko
1667:
1668: * tests/: descript.ion, todo.txt: cleanup
1669:
1670: 2017-02-09 moko
1671:
1672: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1673: run_tests.cmd: Windows compatibility
1674:
1675: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1676: incorrectly (GMT) if parser is called from cygwin
1677:
1.111 moko 1678: 2017-02-08 moko
1679:
1.112 moko 1680: * operators.txt: actualization 15% completed
1681:
1682: * operators.txt: cp1251 -> utf-8
1683:
1684: * NEWS, README: minor update
1685:
1686: * src/include/pa_config_includes.h: warning war continues
1687:
1688: * src/: include/pa_config_includes.h, include/pa_memory.h,
1689: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1690: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1691: gcc 6.x issues fixed
1692:
1.111 moko 1693: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1694: classes/classes.h, classes/curl.C, classes/date.C,
1695: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1696: classes/hashfile.C, classes/image.C, classes/inet.C,
1697: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1698: classes/memcached.C, classes/memory.C, classes/op.C,
1699: classes/reflection.C, classes/regex.C, classes/response.C,
1700: classes/string.C, classes/table.C, classes/void.C,
1701: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1702: include/pa_array.h, include/pa_cache_managers.h,
1703: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1704: include/pa_config_fixed.h, include/pa_config_includes.h,
1705: include/pa_dictionary.h, include/pa_dir.h,
1706: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1707: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1708: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1709: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1710: include/pa_request_charsets.h, include/pa_request_info.h,
1711: include/pa_sapi.h, include/pa_socks.h,
1712: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1713: include/pa_stack.h, include/pa_string.h,
1714: include/pa_stylesheet_connection.h,
1715: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1716: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1717: include/pa_uue.h, include/pa_xml_exception.h,
1718: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1719: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1720: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1721: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1722: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1723: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1724: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1725: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1726: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1727: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1728: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1729: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1730: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1731: main/pa_string.C, main/pa_stylesheet_connection.C,
1732: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1733: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1734: main/untaint.C, sql/pa_sql_driver.h,
1735: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1736: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1737: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1738: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1739: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1740: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1741: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1742: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1743: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1744: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1745: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1746: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1747: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1748: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1749: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1750: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1751: types/pa_vmemcached.h, types/pa_vmemory.h,
1752: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1753: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1754: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1755: types/pa_vresponse.C, types/pa_vresponse.h,
1756: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1757: types/pa_vstateless_object.h, types/pa_vstatus.C,
1758: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1759: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1760: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1761: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1762: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1763: 2015->2017
1764:
1.110 moko 1765: 2017-02-07 moko
1766:
1767: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1768:
1769: 2017-02-06 moko
1770:
1771: * src/main/pa_common.C: minor fixes, whitespace
1772:
1773: * src/: classes/curl.C, classes/file.C, classes/image.C,
1774: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1775: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1776: now used (implements feature #1081)
1777:
1778: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1779:
1780: 2017-02-01 moko
1781:
1782: * src/include/pa_request.h: cleanup
1783:
1784: 2017-01-30 moko
1785:
1786: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1787:
1788: 2017-01-29 moko
1789:
1790: * tests/: 383.html, results/383.processed: test for
1791: ^reflection:stack[] added (related to feature #1052)
1792:
1793: * src/classes/reflection.C: else added
1794:
1795: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1796: $.max_file_lock_wait added (implements feature #1128)
1797:
1798: 2017-01-28 moko
1799:
1800: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1801: body and other cases tests added (related to featue #1014)
1802:
1803: * src/classes/curl.C: bug if response is empty fixed (related to
1804: feature #1014)
1805:
1806: 2017-01-27 moko
1807:
1808: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1809: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1810: added (implements feature #1052)
1811:
1812: 2017-01-25 moko
1813:
1814: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1815: method test added
1816:
1817: 2017-01-23 moko
1818:
1819: * src/classes/reflection.C: optimization: options->get replaced by
1820: hash iterator
1821:
1822: * tests/: 381.html, results/381.processed: now -> fixed date
1823:
1824: * src/main/pa_request.C: warning war
1825:
1826: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1827: 5Mb (fixes bug #1058)
1828:
1829: * src/classes/curl.C: warning war
1830:
1831: * tests/: 381.html, results/381.processed: tests for ^json:string
1832: $.one-line(true) option added (related to feature #1124)
1833:
1834: * src/: classes/json.C, types/pa_value.h: $json-string
1835: $.one-line(true|false) options is now supported (implements
1836: feature #1124)
1837:
1838: * tests/: 380.html, results/380.processed: test for modified
1839: $.max_file_size added (related to bug #1014)
1840:
1841: * tests/: 379.html, results/auto.p: tests for rewritten http file
1842: load added (related to bug #1014)
1843:
1844: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1845: main/pa_common.C, main/pa_http.C: check_file_size added and used
1846: in curl / file load from disk and http, http file load rewritten
1847: (related to bug #1014)
1848:
1849: 2017-01-18 moko
1850:
1851: * tests/: 378.html, results/378.processed: tests for ^result[]
1852: added (related to feature #66)
1853:
1854: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1855: Method::CO_WITHOUT_FRAME as frame still added in expression
1856: (related to feature #66)
1857:
1858: 2017-01-17 moko
1859:
1860: * tests/: 377.html, results/377.processed: test for different
1861: combinations of breaks in body and delimiter (related to bug
1862: #1077)
1863:
1864: * tests/: 376.html, results/376.processed: many ^break[] tests
1865: added (related to bug #1077)
1866:
1867: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1868: passed to native method" exception added to avoid bugs due to
1869: WRITE_EXPR_RESULT skipped and native methods execution continues
1870: after ^break[] (related to bug #1077)
1871:
1872: 2017-01-14 moko
1873:
1874: * tests/: 330.html, results/330.processed: test results updated
1875: after ^break[] bugs where fixed (related to bug #1077)
1876:
1877: * tests/: 329.html, results/329.processed: test results updated
1878: after ^break[] bugs where fixed (related to bug #1077)
1879:
1880: * tests/results/320.processed: ^return[] added
1881:
1882: 2017-01-13 moko
1883:
1884: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1885: classes/table.C, include/pa_request.h, main/execute.C,
1886: main/pa_request.C, targets/cgi/parser3.C,
1887: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1888: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1889: checked after each possible process/execute call (fixes bug
1890: #1077)
1891:
1892: 2016-12-29 moko
1893:
1894: * src/main/pa_common.C: warning war
1895:
1896: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1897: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1898: pa_file_size_limit added, ^math:random fixed for upper limit and
1899: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1900: (related to feature #1014)
1901:
1902: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1903: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1904: (related to feature #1014)
1905:
1906: 2016-12-28 moko
1907:
1908: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1909: warning war
1910:
1911: 2016-12-26 moko
1912:
1913: * tests/: 341.html, results/341.processed: test for
1914: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1915:
1916: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1917: (related to feature #1057)
1918:
1919: * src/types/pa_vdate.C: warning war continues...
1920:
1921: * src/: classes/date.C, classes/image.C, classes/table.C,
1922: include/pa_config_includes.h, types/pa_vfile.C: warning war
1923:
1924: * src/lib/gd/gifio.C: warning war / cleanup
1925:
1926: * src/lib/json/pa_json.C: warning war
1927:
1928: * src/classes/hash.C: warning war
1929:
1930: * src/types/pa_vfile.C: warning war
1931:
1932: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1933: -Wall warning war continues
1934:
1935: * configure.ac: --with-build-warnings actualized
1936:
1937: 2016-12-25 moko
1938:
1939: * src/main/pa_exec.C: -wAll warning war
1940:
1941: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1942: -wAll warning war
1943:
1944: * src/: include/pa_common.h, include/pa_sapi.h,
1945: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1946: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1947: -wAll warning war
1948:
1949: 2016-12-23 moko
1950:
1951: * src/lib/ltdl/Makefile.am: extra dist added
1952:
1953: * tests/results/344.processed: test result updated after $file.text
1954: prefetched in ^hash::create[$file] (related to feature #1075)
1955:
1956: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1957: ^hash::create[$file] (related to feature #1075)
1958:
1959: 2016-12-22 moko
1960:
1961: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1962: main/pa_request.C, main/pa_stylesheet_connection.C,
1963: types/pa_vfile.C: file_stat now return 64-bit size (implements
1964: #1014 under 32-bit unix versions)
1965:
1966: 2016-12-21 moko
1967:
1968: * tests/: 375.html, results/375.processed: test for exec returning
1969: stated file added (related to feature #1119)
1970:
1971: * src/classes/file.C: load should not return file with null body
1972: (fixes bug #1119)
1973:
1974: 2016-12-14 moko
1975:
1976: * tests/: 374.html, results/374.processed: test for $method.name
1977: added (related to feature #1117) plus method returning junction
1978: test
1979:
1980: 2016-12-13 moko
1981:
1982: * src/: include/pa_symbols.h, main/pa_symbols.C,
1983: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1984: (implements feature #1117)
1985:
1986: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1987: HEAD and TRACE can't have body (implements feature #1116)
1988:
1989: 2016-12-09 moko
1990:
1991: * tests/: 373.html, results/373.processed: tests for
1992: ^reflection:tainting added (related to feature #1098)
1993:
1994: * src/classes/reflection.C: ^reflection:tainting arguments order
1995: change (related to feature #1098)
1996:
1997: 2016-12-06 moko
1998:
1999: * src/: classes/reflection.C, include/pa_string.h,
2000: main/pa_string.C: ^reflection:tainting[$string] added (implements
2001: feature #1098)
2002:
2003: 2016-12-05 moko
2004:
2005: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
2006: (fixes bug #1114)
2007:
2008: 2016-12-04 moko
2009:
2010: * tests/: 206.html, results/206.processed: negative zero (0/-1)
2011: check added
2012:
2013: 2016-12-03 moko
2014:
2015: * tests/: 346-curl.html, results/346-curl.processed: test modified
2016: to test value.as_hash() usage
2017:
2018: * src/classes/curl.C: value.as_hash() used for correct hash
2019: processing
2020:
2021: * src/classes/reflection.C: exceptions texts fixes
2022:
2023: 2016-12-02 moko
2024:
2025: * tests/: 372.html, results/372.processed: tests for
2026: ^reflection:create[ $.class[name] $.constructor[name]
2027: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
2028: feature #1094)
2029:
2030: * src/types/pa_vmethod_frame.h: comment added: params should be
2031: declared outside of *_FRAME_ACTION as MethodParams destructor
2032: will be called in ~VNativeMethodFrame
2033:
2034: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
2035: ] minor fix
2036:
2037: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
2038: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
2039: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
2040: now supported (implements feature #1094) value::as_hash added
2041: (and should be used everywhere)
2042:
2043: * src/classes/reflection.C: cleanup
2044:
2045: 2016-12-01 moko
2046:
2047: * tests/: 356.html, results/356.processed: test for method
2048: junctions class name added to the resulting hash added (related
2049: to feature #1068)
2050:
2051: * src/classes/reflection.C: for method junctions class name added
2052: to the resulting hash (related to feature #1068)
2053:
2054: 2016-11-30 moko
2055:
2056: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
2057: exception (related to bug #1113)
2058:
2059: * src/types/pa_vhashfile.C: whitespace
2060:
2061: * src/main/pa_os.C: errno now returned as it should (fixes bug
2062: #1113)
2063:
2064: * tests/results/: 175.processed, 192.processed, 224.processed,
2065: 229.processed, 239.processed, 244.processed, 246.processed,
2066: 314.processed, 352.processed: tests results updated after method
2067: call exceptions improved as method now keeps its name
2068:
2069: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
2070: types/pa_vmethod_frame.h: method call exceptions improved as
2071: method now keeps its name
2072:
2073: * tests/: 224.html, 239.html, results/224.processed,
2074: results/239.processed: tests and tests results updated after
2075: Request::construct exception changed
2076:
2077: * src/: classes/reflection.C, main/execute.C: Request::construct
2078: exception optimized
2079:
2080: * tests/: 371.html, results/371.processed: test for
2081: WWrapper.get_element call in $.name.key[value] code added
2082: (related to feature #1091)
2083:
2084: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
2085: in $.name.key[value] code (related to feature #1091)
2086:
2087: 2016-11-29 moko
2088:
2089: * src/classes/op.C: VS warning war
2090:
2091: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
2092: C4239: nonstandard extension used : 'return' : conversion from
2093: 'Value' to 'Value &' (related to feature #1020)
2094:
2095: * src/: main/execute.C, types/pa_vmethod_frame.h,
2096: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
2097: used : 'return' : conversion from 'Value' to 'Value &' (related
2098: to feature #1020)
2099:
2100: * src/main/execute.C: VS warning war
2101:
2102: * src/targets/cgi/parser3.C: VS compatibility fix
2103:
2104: * src/include/pa_request.h: VS warning war
2105:
2106: * tests/: 370.html, results/370.processed: test for ^file::exec[
2107: ... $.stdin[$binary_file] ] added (related to bug #1044)
2108:
2109: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
2110: include/pa_string.h, main/pa_exec.C: pa_exec now supports
2111: $.stdin[$binary_file] (fixes bug #1044)
2112:
2113: 2016-11-28 moko
2114:
2115: * src/main/pa_exec.C: whitespace
2116:
2117: * src/main/pa_request.C: whitespace
2118:
2119: * tests/: 369.html, results/369.processed: test for
2120: $response:status usage added (related to feature #1099)
2121:
2122: * src/targets/cgi/parser3.C: HTTP response code used as exit status
2123: if < 100 (implements feature #1099)
2124:
2125: * src/targets/cgi/parser3.C: whitespace
2126:
2127: * src/targets/cgi/parser3.C: whitespace
2128:
2129: * tests/: 368.html, results/368.processed: test updated after
2130: ^reflection:filename[$method] added (related to feature #1053)
2131:
2132: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
2133: main/compile.y, main/execute.C, main/pa_request.C,
2134: types/pa_vclass.h: filename -> filespec,
2135: ^reflection:filename[$method] added (related to feature #1053)
2136:
2137: 2016-11-27 moko
2138:
2139: * tests/: 368.html, results/368.processed: test for
2140: reflection:filename[$class or object] added (related to feature
2141: #1053)
2142:
2143: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
2144: types/pa_vstateless_class.h: ^reflection:filename[$class or
2145: object] added (implements feature #1053)
2146:
2147: 2016-11-26 moko
2148:
2149: * src/: include/pa_request_info.h,
2150: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2151: remove_absolute_uri -> strip_absolute_uri
2152:
2153: 2016-11-25 moko
2154:
2155: * src/: include/pa_request_info.h,
2156: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2157: request_info.remove_absolute_uri added to remove possible
2158: http://site.name/ from $request:uri (implements feature #1112)
2159:
2160: 2016-11-24 moko
2161:
2162: * tests/: 367-curl.html, results/367-curl.processed: test for
2163: previous request headers clearing after redirect added (related
2164: to bug #1109)
2165:
2166: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2167: response headers from previous requests are now cleared, only
2168: last request headers are collected (fixes bug #1109)
2169:
2170: * tests/results/: 266.processed, 321.processed, 356.processed:
2171: tests results updated as method name now added to the resulting
2172: hash for new syntax only (Imp1 compatimility fixed, related to
2173: feature #1068)
2174:
2175: * src/classes/reflection.C: method name now added to the resulting
2176: hash for new syntax only (Imp1 compatimility fixed, related to
2177: feature #1068)
2178:
2179: * tests/results/366.processed: test for native and parser
2180: implementation of ^use[] logic (related to feature #1074)
2181:
2182: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2183: for native and parser implementation of ^use[] logic (related to
2184: feature #1074)
2185:
2186: 2016-11-23 moko
2187:
2188: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2189: main/pa_request.C: @USE file now implemented as ^use[file;
2190: $.origin[origin_file] ] (implements feature #1074)
2191:
1.109 moko 2192: 2016-11-21 moko
2193:
1.110 moko 2194: * tests/: 365.html, results/365.processed: test for $caller bugs in
2195: 3.4.4 and $caller.method now tested (related to feature #1110)
2196:
2197: * tests/: 364.html, results/364.processed: $caller usage in
2198: different contexts now tested (related to feature #1110)
2199:
2200: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2201:
2202: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2203:
1.109 moko 2204: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2205: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2206: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2207: used (implements feature #1110)
2208:
2209: 2016-11-20 moko
2210:
2211: * src/types/pa_vdouble.h: whitespace
2212:
2213: 2016-11-11 moko
2214:
2215: * tests/: 363.html, results/363.processed: more tests for feature
2216: #1091 (how parser methods work in expression context)
2217:
2218: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2219: expressions strings are now written as strings, not values by
2220: write_as_string (related to feature #1091)
2221:
2222: * src/classes/op.C: to make more correct behavour in expression
2223: context
2224:
2225: 2016-11-07 moko
2226:
2227: * tests/: 362.html, results/362.processed: test for
2228: xsltParseStylesheetDoc caching as xsl modification after it added
2229: (related to bug #1108)
2230:
2231: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2232: result now cached as xdoc is modified after it (fixes bug #1108)
2233:
2234: 2016-11-06 moko
2235:
2236: * src/types/pa_vxdoc.h: whitespace
2237:
2238: 2016-11-05 moko
2239:
2240: * src/types/pa_vmethod_frame.h: cleanup
2241:
2242: 2016-11-03 moko
2243:
2244: * tests/results/244.processed: more correct exception after method
2245: frames separation
2246:
2247: * src/types/pa_vmethod_frame.h: minor optimizaion
2248:
2249: * src/types/pa_method.h: optimization: params_count added
2250:
2251: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2252: include/pa_request.h, main/execute.C, main/pa_request.C,
2253: types/pa_value.C, types/pa_vmethod_frame.C,
2254: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2255: VMethodFrame now divided into VNativeMethodFrame,
2256: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2257: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2258: and used (related to feature #1104)
2259:
2260: 2016-11-02 moko
2261:
2262: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2263: classes/double.C, classes/file.C, classes/hash.C,
2264: classes/hashfile.C, classes/image.C, classes/inet.C,
2265: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2266: classes/memcached.C, classes/op.C, classes/reflection.C,
2267: classes/regex.C, classes/string.C, classes/table.C,
2268: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2269: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2270: r.write (implements feature #1091)
2271:
2272: * src/main/execute.C: cleanup (related to feature #1104)
2273:
2274: * src/: include/pa_request.h, main/execute.C,
2275: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2276: added, in_expression removed (implements feature #1104)
2277:
2278: 2016-10-31 moko
2279:
2280: * src/types/pa_value.C: whitespace
2281:
2282: 2016-10-28 moko
2283:
2284: * tests/results/244.processed: updated after error reporting fixed
2285: in pa_wcontext.C
2286:
2287: * src/types/pa_wcontext.C: error reporting fixed
2288:
2289: * src/types/pa_wcontext.h: whitespace
2290:
2291: * src/classes/image.C: not fully readed entries are no longer
2292: processed (fixes bug #1106)
2293:
2294: 2016-10-26 moko
2295:
2296: * src/classes/image.C: whitespace
2297:
2298: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2299: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2300: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2301: longer required (related to feature #1091)
2302:
2303: * tests/results/: 264.processed, 350.processed: test results update
2304: reverted (whitespace optimization) after write_no_lang removed :)
2305: (related to feature #1091)
2306:
2307: * src/: classes/file.C, classes/hash.C, classes/op.C,
2308: classes/string.C, classes/table.C, classes/void.C,
2309: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2310: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2311: equal write_pass_lang (related to feature #1091)
2312:
2313: * tests/results/: 264.processed, 350.processed: test results
2314: updated (whitespace optimization) after write_assign_lang removed
2315: (related to feature #1091)
2316:
2317: * tests/: 361.html, results/361.processed: test for non-string
2318: ^untaint added (related to feature #1091)
2319:
2320: * src/: classes/curl.C, classes/date.C, classes/file.C,
2321: classes/hash.C, classes/op.C, classes/string.C,
2322: include/pa_request.h, main/execute.C: optimization:
2323: write_assign_lang removed as not required (first part of feature
2324: #1091 implementation)
2325:
1.108 moko 2326: 2016-10-12 moko
2327:
2328: * tests/: 360.html, results/360.processed: more test code (related
2329: to feature #1104)
2330:
2331: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2332: include/pa_request.h, main/compile.y, main/execute.C: opcode
2333: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2334: WContext is next task (implements feature #1104)
2335:
2336: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2337: / CO_WITHOUT_WCONTEXT
2338:
2339: * tests/: 360.html, results/360.processed: test for in expression
2340: state (related to feature #1104)
2341:
2342: 2016-10-11 moko
2343:
2344: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2345:
2346: * src/classes/op.C: default value removed from initializer
2347:
2348: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2349:
2350: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2351:
2352: 2016-10-10 moko
2353:
2354: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2355: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2356: to feature #42)
2357:
2358: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2359: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2360:
2361: 2016-10-08 moko
2362:
2363: * src/classes/double.C: whitespace
2364:
2365: 2016-10-07 moko
2366:
2367: * src/types/pa_vmethod_frame.h: reorder
2368:
2369: 2016-10-06 moko
2370:
2371: * src/classes/date.C: typo
2372:
2373: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2374:
2375: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2376: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2377: types/pa_vmethod_frame.h: params.get now returns Value&, not
2378: Value*
2379:
2380: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2381:
2382: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2383: removed; first as_* code rewrite
2384:
2385: 2016-10-05 moko
2386:
2387: * src/include/pa_request.h: whitespace
2388:
2389: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2390: intercept_string added (related to feature #1097)
2391:
2392: * src/: classes/image.C, classes/op.C, classes/table.C,
2393: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2394: optimization: intercept_string removed (implements feature #1097)
2395:
2396: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2397:
2398: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2399: from VCodeFrame and WWrapper as not required
2400:
2401: 2016-10-04 moko
2402:
2403: * src/: classes/curl.C, classes/date.C, classes/double.C,
2404: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2405: classes/int.C, classes/json.C, classes/op.C,
2406: classes/reflection.C, classes/string.C, classes/table.C,
2407: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2408: proces_to_value -> process after StringOrValue removed (related
2409: to feature #1020)
2410:
2411: * src/classes/form.C: whitespace
2412:
2413: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2414:
2415: * tests/: 357.html, 358.html, results/357.processed,
2416: results/358.processed, results/auto.p: test for @conf
2417: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2418:
2419: 2016-10-03 moko
2420:
2421: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2422: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2423: supported (implements feature #42)
2424:
2425: * src/types/pa_vregex.h: no reason for VRegex to be
2426: is_evaluated_expr
2427:
2428: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2429: (implements feature #1095)
2430:
2431: 2016-10-01 moko
2432:
2433: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2434: false by default (related to feature #1089)
2435:
2436: 2016-09-30 moko
2437:
2438: * src/types/pa_wcontext.h: cleanup
2439:
2440: 2016-09-29 moko
2441:
2442: * src/main/execute.C: whitespace
2443:
2444: * src/include/pa_request.h: whitespace
2445:
2446: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2447: classes/op.C, classes/table.C, include/pa_request.h,
2448: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2449: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2450: StringOrValue removed as it just slows down and adds complexity
2451: (implements feature #1020)
2452:
2453: 2016-09-28 moko
2454:
2455: * tests/: 356.html, results/266.processed, results/321.processed,
2456: results/356.processed: tests updated after name was added to
2457: method_info hash, test for ^reflection:method_info[junction]
2458: added (related to feature #1068)
2459:
2460: * src/classes/reflection.C: ^reflection:method_info[junction] now
2461: supported, method name added to the resulting hash (implements
2462: feature #1068)
2463:
2464: * tests/: 276.html, results/276.processed: more tests for
2465: ^reflection:delete[]
2466:
2467: * src/classes/reflection.C: fixed bug then ^reflection:delete
2468: didn't work on class and could damage native objects (like file)
2469:
2470: 2016-09-26 moko
2471:
2472: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2473: results/345.processed, results/346-curl.processed,
2474: results/347-curl.processed, results/348.processed: numbers added
2475: to simplify diff analysis
2476:
2477: * tests/: 352.html, results/352.processed: test result updated as
2478: method name used
2479:
2480: * src/classes/reflection.C: method name used
2481:
2482: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2483: its name
2484:
2485: * src/types/pa_method.h: whitespace
2486:
2487: * src/classes/reflection.C: both method and field with one name can
2488: exist.
2489:
2490: * src/classes/reflection.C: ^reflection:mixin added (implements
2491: feature #1089)
2492:
2493: * tests/: 355.html, results/355.processed: property appears in
2494: derived class if added in base test added
2495:
2496: * src/types/pa_vstateless_class.h: get_method declaration +
2497: whitespace
2498:
2499: * tests/: 354.html, results/354.processed: nice test from method
2500: and property with one name in class added
2501:
2502: 2016-09-23 moko
2503:
2504: * src/classes/reflection.C: ^reflection:method usage documented
2505:
2506: 2016-09-22 moko
2507:
2508: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2509: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2510: compile warning and GPF occures on VS2003 (related to feature
2511: #1087)
2512:
2513: * tests/: 350.html, results/350.processed: test added for
2514: $.encloser[] support in ^table::create (related to feature #11)
2515:
2516: * src/classes/table.C: another minor fix (related to feature #11)
2517:
1.107 moko 2518: 2016-09-21 moko
2519:
2520: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2521:
2522: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2523: classes/json.C, classes/string.C, classes/table.C,
2524: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2525: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2526: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2527: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2528: pa_charsets, vs2015 warning war
2529:
2530: * src/classes/table.C: vs2015 warning war
2531:
2532: * src/types/pa_vdate.C: vs2015 warning war
2533:
2534: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2535:
2536: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2537: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2538:
2539: * src/main/pa_common.C: vs2015 compilation fixes
2540:
2541: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2542: vs2015 compilation fixes
2543:
2544: * src/main/pa_charset.C: vs2015 warning war
2545:
2546: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2547:
2548: * src/main/pa_charset.C: vs2015 warning war
2549:
2550: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2551:
2552: * src/types/pa_vdate.C: vs2015 compilation fix
2553:
2554: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2555:
2556: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2557: VS2015 compilation fixes
2558:
2559: * src/classes/table.C: minor fix (related to feature #11)
2560:
2561: * tests/results/282.processed: no longer skipping extra enclosers
2562: (related to feature #11)
2563:
2564: * src/classes/table.C: minor fix + no longer skipping extra
2565: enclosers (related to feature #11)
2566:
2567: * src/classes/table.C: minor optimization (related to feature #11)
2568:
2569: * src/classes/table.C: minor fix and optimization (related to
2570: feature #11)
2571:
2572: 2016-09-20 moko
2573:
2574: * tests/: 353.html, results/353.processed: test for
2575: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2576: added (related to bug #1090)
2577:
2578: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2579: one_big_piece (fixes bug #1090)
2580:
2581: * tests/: 229.html, results/229.processed: code coverage tests
2582:
2583: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2584: body) was called
2585:
2586: * src/classes/op.C: whitespace
2587:
2588: * tests/: 323.html, results/323.processed: test for code junction
2589: should not be returned by ^reflection:class, ^reflection:base
2590:
2591: * src/classes/reflection.C: bugfix: code junction should not be
2592: returned by ^reflection:class, ^reflection:base
2593:
2594: * tests/: 323.html, 352.html, results/352.processed: no more
2595: exception for ^reflection:method[class;no-such-method] (related
2596: to feature #1087)
2597:
2598: * src/classes/reflection.C:
2599: ^reflection:method[class;no-such-method] : exception -> void
2600: (related to feature #1087)
2601:
2602: * src/include/pa_request.h: request::write_value added to allow
2603: write value without convertion (related to issue #1091)
2604:
2605: 2016-09-19 moko
2606:
2607: * src/main/pa_random.C: windows build fix
2608:
2609: * src/types/pa_vhash.h: warning war
2610:
2611: 2016-09-14 moko
2612:
2613: * tests/: 352.html, 552.html, results/352.processed,
2614: results/552.processed: test for ^reflection:method[] extension
2615: added (related to feature #1087)
2616:
2617: * tests/: 552.html, results/552.processed: test for
2618: ^reflection:method[] extension added (related to feature #1087)
2619:
2620: * src/classes/reflection.C: compatibility issue fixed, VClass
2621: dynamic_cast check added (related to feature #1087)
2622:
2623: * tests/: 351.html, results/351.processed: test for @auto[]
2624: inheritance bug diring ^process[] added (related to bug #1088)
2625:
2626: * src/: classes/op.C, main/pa_request.C,
2627: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2628: disable it inheritance during ^process (fixes bug #1088)
2629:
2630: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2631: added (implements feature #1087)
2632:
2633: 2016-09-13 moko
2634:
2635: * tests/: 349.html, results/auto.p: test for objects prototyping
2636: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2637: to feature #1086)
2638:
2639: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2640: types/pa_vobject.C: objects now are not class instances, but have
2641: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2642: in @conf (implements feature #1086)
2643:
2644: 2016-09-08 moko
2645:
2646: * src/: classes/file.C, classes/mail.C, classes/string.C,
2647: classes/table.C, main/pa_http.C, main/pa_string.C,
2648: include/pa_string.h: cleanup: string::split limit argument
2649: removed as no longer required, pos_after no longer reference
2650: (related to feature #11)
2651:
2652: * src/classes/table.C, tests/results/348.processed: now exception
2653: is rised when invalid option is passed to ^table::create[]
2654:
2655: * tests/: 282.cfg, 282.html, results/282.processed: more code
2656: coverage tests
2657:
2658: * tests/: 348.html, results/348.processed: code coverage tests
2659: added
2660:
2661: * tests/: 348.html, results/348.processed: generic ^table::create[]
2662: tests
2663:
2664: * tests/: 035.html, results/035.processed, results/272.processed:
2665: tests updated after $.encloser[] support for ^table::create
2666: implementation (related to feature #11)
2667:
2668: * src/classes/table.C: $.encloser[] support for ^table::create
2669: finally added (implements feature #11)
2670:
2671: 2016-09-07 moko
2672:
2673: * src/include/pa_string.h: added StringSplitHelper as friend
2674: (related to feature #11)
2675:
2676: * src/include/pa_string.h: body and langs now protected, not
2677: private to allow inheritance (related to feature #11)
2678:
2679: * src/classes/table.C: lsplit optimized before cloning for
2680: ^table::create with $.encloser[] (related to feature #11)
2681:
2682: * src/classes/table.C: optimizaion: TableControlChars.separators
2683: added and used (related to feature #11)
2684:
2685: * src/classes/table.C: spelling:
2686:
2687: TableSeparators -> TableControlChars column -> separator
2688: separators -> control_chars
2689:
2690: 2016-09-06 moko
2691:
2692: * src/main/pa_string.C: whitespace
2693:
2694: * src/main/pa_string.C: whitespace
2695:
2696: 2016-09-01 moko
2697:
2698: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2699: results OS-independent
2700:
2701: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2702: compiler (related to feature #1042)
2703:
2704: 2016-08-15 moko
2705:
2706: * src/include/pa_string.h: whitespace
2707:
2708: * src/classes/table.C: whitespace
2709:
1.106 moko 2710: 2016-08-05 moko
2711:
2712: * tests/: 344.html, results/344.processed: test for
2713: ^hash::create[$file] added (related to feature #1075)
2714:
2715: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2716: supported (implements feature #1075)
2717:
2718: 2016-08-04 moko
2719:
2720: * tests/: 341.html, results/341.processed: more code coverage tests
2721:
2722: * tests/: 346-curl.html, results/346-curl.processed: more code
2723: coverage tests for curl
2724:
2725: * tests/: 346-curl.html, results/346-curl.processed: more code
2726: coverage tests for curl
2727:
2728: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2729: results/223.processed: code coverage tests: $.form[ $.table[] ]
2730: test added
2731:
2732: * tests/: 223-curl.html, results/223-curl.processed: more code
2733: coverage tests for curl
2734:
2735: 2016-08-03 moko
2736:
2737: * src/classes/curl.C: dlink(curl_library) now called not once, but
2738: until it will be loaded, allowing to find existing library.
2739:
2740: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2741: results/347-curl.processed: more code coverage tests for curl
2742:
2743: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2744: results/339-curl.processed, results/346-curl.processed: curl
2745: functionality tests
2746:
2747: 2016-08-02 moko
2748:
2749: * tests/: 339.html, results/339.processed: test for tables in
2750: ^file:load[] and ^curl:load[] (commented) added (related to
2751: feature #1042)
2752:
2753: * tests/: 345.html, results/345.processed: code coverage tests for
2754: file class
2755:
2756: * tests/: 344.html, results/344.processed: code coverage tests
2757:
2758: * tests/: 344.html, results/344.processed: mdate removed from
2759: output
2760:
2761: * src/classes/file.C: minor bugfix: is_text should be taked from
2762: fcontent.is_text_mode() if not set (related to feature #1061)
2763:
2764: * tests/: 344.html, results/344.processed: more tests
2765:
2766: * tests/: 343.html, 344.html, results/343.processed,
2767: results/344.processed: tests for ^file::create[ $.from-charset
2768: and $.to-charset ] (related to feature #1061)
2769:
2770: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2771: aset_text_mode argument optimized
2772:
2773: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2774: checkBOM now used in detect_binary_content (related to feature
2775: #1061)
2776:
2777: * src/main/pa_request.C: load_charset no longer required to_upper
2778:
2779: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2780: preserves original file mode (if no $.mode specified)
2781:
2782: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2783: ^file::create now supports $.from-charset[] and $.to-charset
2784: options (implements feature #1061), automatic transcode is done
2785: if text file is created from binary file and charset is detected.
2786:
2787: 2016-07-30 moko
2788:
2789: * src/classes/table.C: ^t.hash[..;] now supported (related to
2790: feature #1057)
2791:
2792: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2793: added (related to feature #1057)
2794:
2795: * tests/: 286.html, results/286.processed: code tests coverage
2796:
2797: 2016-07-29 moko
2798:
2799: * src/classes/table.C: table size should be checked inside menu and
2800: foreach (related to feature #858)
2801:
2802: * src/: classes/curl.C, classes/file.C, classes/string.C,
2803: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2804: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2805: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2806: charsets.get now does str_upper inside (related to feature #1061)
2807:
2808: * tests/: 342.html, results/342.processed: more code coverage tests
2809:
2810: * tests/: 342.html, outputs/342.processed: table menu code coverage
2811: + foreach test added (related to feature #858)
2812:
2813: * tests/: 341.html, results/341.processed: tests for
2814: ^table.hash[]{code} added + code coverage tests (related to
2815: feature #1057)
2816:
2817: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2818: value} support (implements feature #1057)
2819:
2820: * src/classes/table.C: whitespace
2821:
2822: 2016-07-28 moko
2823:
2824: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2825: from URL, if not specified query string removed from url-based
2826: filenames in ^curl:load[] and ^file::load[] (related to feature
2827: #1042)
2828:
2829: 2016-07-27 moko
2830:
2831: * tests/: 340.html, results/340.processed: test for
2832: transcode_text_result=false added (related to issue #1042)
2833:
2834: 2016-07-26 moko
2835:
2836: * src/types/pa_vfile.C: file name should not be empty (if file path
2837: is folder and ends with /) (related to feature #1042)
2838:
2839: * src/main/pa_http.C: whitespace optimizaion
2840:
2841: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2842: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2843: multiple headers, ^file::load supports headers transcoding
2844: (implements feature #1042)
2845:
2846: 2016-07-25 moko
2847:
2848: * src/include/pa_common.h: PA_DEFAULT added
2849:
2850: 2016-07-22 moko
2851:
2852: * tests/: 338.html, results/338.processed: test for
2853: $date.field(value) added (related to feature #1066)
2854:
2855: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2856: $date.field(value) now supported for y/m/d/h/m/s (implements
2857: feature #1066)
2858:
1.105 moko 2859: 2016-07-21 moko
2860:
2861: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2862: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2863: arguments removed; image.C - absolute path shown in exception
2864: (implements feature #1071)
2865:
2866: * tests/: 235.html, results/235.processed: test and test result
2867: updated after static boundary in mail and Errors-To: mail header
2868: removed (related to feature #1047)
2869:
2870: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2871: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2872: used, static boundary in mail removed, Errors-To: mail header
2873: removed (implements feature #1047)
2874:
2875: 2016-07-20 moko
2876:
2877: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2878: equest.classes(): Value -> VStateless_class, part 3 (related to
2879: issue #1051)
2880:
2881: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2882: request.classes(): Value -> VStateless_class, part 2 (related to
2883: issue #1051)
2884:
2885: * tests/results/: 224.processed, 323.processed: classes without
2886: methods should not be methoded (related to issue #1051)
2887:
2888: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2889: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2890: -> VStateless_class, part 1 (related to issue #1051)
2891:
2892: * tests/: 337.html, results/337.processed: test for
2893: ^reflection:fields_reference[] and VHashReference class added
2894: (related to feature #1072)
2895:
2896: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2897: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2898: and VHashReference added, allowing ^reflection:fields_reference[]
2899: implementation (closes feature #1072)
2900:
2901: 2016-07-19 moko
2902:
2903: * tests/: 323.html, results/323.processed: we want to see
2904: "methoded"
2905:
2906: * tests/: 336.html, results/336.processed: test for $BASE:property
2907: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2908: #1059)
2909:
2910: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2911: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2912: somebody_entered_some_class, $BASE:property works again,
2913: ^BASE:method[] bugs fixed (fixes bug #1059)
2914:
2915: 2016-07-14 moko
2916:
2917: * tests/: 335.html, results/335.processed: test for feature #1055
2918: added
2919:
2920: * src/classes/hash.C: bugfix: $._default was not copied if empty
2921: feature: ^hash.contains[_default] added (implements feature
2922: #1055)
2923:
2924: 2016-07-13 moko
2925:
2926: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2927: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2928:
2929: 2016-07-05 moko
2930:
2931: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2932: in ^hash.foreach (related to feature #1073)
2933:
2934: 2016-07-04 moko
2935:
2936: * tests/: 134.html, 281.html, results/134.processed,
2937: results/281.processed: tests updated after hash blocking removed
2938: (related to feature #1073)
2939:
2940: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2941: no longer blocks on change during foreach (implements feature
2942: #1073)
2943:
2944: 2016-06-17 moko
2945:
2946: * tests/: 330.html, results/330.processed: try exception source
2947: test added (related to bug in #1062)
2948:
2949: * tests/: 334.html, results/334.processed: Exception stack trace
2950: test added (related to bug in $1062)
2951:
2952: * src/classes/op.C: Exception trace now correctly restored and
2953: errors reported (related to bug #1062)
2954:
1.104 moko 2955: 2016-05-25 moko
2956:
2957: * src/main/compile.y: minor cleanup + beauty
2958:
2959: 2016-05-24 moko
2960:
2961: * tests/: 333.html, results/333.processed: more exceptions testing
2962:
2963: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2964: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2965: features #1056, #1026)
2966:
2967: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2968: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2969: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2970: (implements feature #1056)
2971:
2972: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2973: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2974: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2975: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2976: feature #1026)
2977:
2978: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2979: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2980: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2981: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2982: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2983: feature #1026)
2984:
2985: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2986: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2987: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2988: SYMBOLS_CACHING define implemented (related to feature #1026)
2989:
2990: * src/main/main.vcproj: + ps_symbols
2991:
2992: * src/: include/Makefile.am, include/pa_string.h,
2993: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2994: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2995: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2996: types/pa_vstateless_class.C: initial implementation for symbols
2997: cache (related to feature #1026)
2998:
2999: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
3000:
3001: * src/main/pa_globals.C: minor cleanup
3002:
3003: 2016-05-19 moko
3004:
3005: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
3006: (related to feature #1046)
3007:
3008: * tests/: 331.html, results/331.processed: test for
3009: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
3010: (related to feature #1051)
3011:
3012: * src/main/compile.y:
3013: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
3014: (implements feature #1054)
3015:
3016: 2016-05-18 moko
3017:
3018: * src/types/pa_vtable.C, tests/results/324.processed: no more
3019: "column not found" exception for ^table.no-such-method[] (related
3020: to feature #1046)
3021:
3022: * tests/: 261.html, results/261.processed: test added and updated
3023: after feature #1046 implementation
3024:
3025: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
3026: types/pa_vvoid.h: $string.anything works for whitespace strings,
3027: ^string.contains added for hash compatibility, $string.method no
3028: longer returns stting method (implements feature #1046)
3029:
3030: 2016-05-12 moko
3031:
3032: * src/classes/curl.C: content-type response header no longer
3033: ignored (fixes issue #1045)
3034:
3035: * tests/: 330.html, results/330.processed: test for incomplete
3036: finally execution when break occures added (related to issue
3037: #1077)
3038:
3039: * src/classes/op.C: bugfix: Request::skip reset is called before
3040: executing catch and finally code (fixes issue #1062)
3041:
3042: 2016-05-11 moko
3043:
3044: * tests/: 329.html, results/329.processed: test for invalid
3045: ^break[] behavour added (bug #1077)
3046:
3047: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
3048:
3049: 2016-04-24 moko
3050:
3051: * src/types/pa_vstateless_class.h: warning war
3052:
3053: 2016-04-17 moko
3054:
3055: * tests/: 328.html, results/328.processed: test for
3056: ^break(condition) and ^continue(condition) (related to feature
3057: #1063)
3058:
3059: * src/classes/op.C: ^break(condition) and ^continue(condition)
3060: implemented (feature #1063)
3061:
3062: 2016-04-12 moko
3063:
3064: * tests/results/280.processed: ordered hash now used for class
3065: methods and properties (test results updated for feature #1069)
3066:
3067: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
3068: to xdoc.C as under FreeBSD it was inited after and inheritance
3069: failed (related to issue #1051)
3070:
3071: * tests/: 320.html, results/320.processed: xdoc and xnode methods
3072: are printed to check inheritance (related to feature #1051)
3073:
1.103 moko 3074: 2016-04-09 moko
3075:
3076: * tests/results/320.processed: ordered hash now used for class
3077: methods and properties (test results updated for feature #1069)
3078:
3079: * src/types/pa_vstateless_class.h: ordered hash now used for class
3080: methods and properties (implements feature #1069)
3081:
3082: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
3083: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
3084: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
3085: feature #1051)
3086:
3087: 2016-04-07 moko
3088:
3089: * src/main/execute.C: returned Value in .CLASS case for VJunction
3090: (related to feature #1051)
3091:
3092: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
3093: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
3094: string constants deduplication (related to feature #1051)
3095:
3096: * tests/results/224.processed: test result updated (related to
3097: feature #1051)
3098:
3099: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
3100: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
3101: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
3102: types/pa_vstatus.h: classes hash now contains only
3103: VStateless_class derived objects, .CLASS is also allways
3104: VStateless_class derived object (related to feature #1051).
3105:
3106: 2016-04-06 moko
3107:
3108: * tests/results/323.processed: test result updated after feature
3109: #1051 implementation
3110:
3111: * src/: classes/classes.h, classes/op.C, classes/response.C,
3112: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
3113: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
3114: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
3115: types/pa_vresponse.C, types/pa_vresponse.h,
3116: types/pa_vstateless_class.h: base -> methoded_donor for static
3117: classes, type() moved from VStateless_class to VClass and
3118: Methoded (implements feature #1051)
3119:
3120: 2016-04-04 moko
3121:
3122: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
3123: beauty: put_class added (related to feature #1051)
3124:
3125: 2016-04-01 moko
3126:
3127: * tests/results/: 175.processed, 192.processed, 224.processed,
3128: 229.processed, 244.processed, 246.processed, 316.processed: test
3129: results updated as class.type() removed from error messages, only
3130: type() left (related to feature #1051)
3131:
3132: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
3133: classes/op.C, classes/reflection.C, main/compile.y,
3134: main/compile_tools.h, main/execute.C, main/pa_request.C,
3135: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
3136: types/pa_vmethod_frame.h, types/pa_vobject.h,
3137: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
3138: from VStateless_class, type() is used instead (related to feature
3139: #1051)
3140:
3141: * src/classes/mail.C: old logic restored.
3142:
3143: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
3144: classes/classes.h, classes/curl.C, classes/date.C,
3145: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
3146: classes/hashfile.C, classes/image.C, classes/inet.C,
3147: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3148: classes/memcached.C, classes/memory.C, classes/reflection.C,
3149: classes/regex.C, classes/response.C, classes/string.C,
3150: classes/table.C, classes/xdoc.C, classes/xnode.C,
3151: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
3152: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3153: feature #1051)
3154:
3155: 2016-03-30 moko
3156:
3157: * tests/: 327.html, results/224.processed, results/327.processed:
3158: test for TZ specification in ^date::create[], TZ is kept during
3159: ^date::create[$dt] (related to feature #1048)
3160:
3161: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3162: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3163: feature #1048)
3164:
3165: 2016-03-29 moko
3166:
3167: * tests/: 315.html, results/315.processed: test for timezone format
3168: +HHmm added (related to feature #1065)
3169:
3170: * src/classes/date.C: timezone format +HHmm now supported
3171: (implements feature #1065)
3172:
3173: 2016-03-28 moko
3174:
3175: * tests/: 202.html, results/131.processed, results/202.processed,
3176: results/224.processed, results/256.processed,
3177: results/315.processed: test results updated after %.2d now
3178: default for hours offset in iso-string (was %2d), test for
3179: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3180: added (related to feature #1065)
3181:
3182: 2016-03-27 moko
3183:
3184: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3185: feature #1065)
3186:
3187: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3188: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3189: added (implements feature #1065)
3190:
3191: 2016-03-24 moko
3192:
3193: * tests/: 202.html, results/202.processed: test $date.week added
3194: (related to bug #1067)
3195:
3196: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3197: date (fix for bug #1067)
3198:
3199: 2016-03-10 moko
3200:
3201: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3202:
1.102 moko 3203: 2015-12-07 moko
3204:
3205: * tests/: 326.html, results/326.processed: test for .CLASS &
3206: .CLASS_NAME optimization added (related to feature #844)
3207:
3208: 2015-11-17 moko
3209:
3210: * tests/: 323.html, results/323.processed: order added
3211:
3212: * tests/: 325.html, results/325.processed: double range test added
3213: (related to bug #1049)
3214:
3215: 2015-11-16 moko
3216:
3217: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3218: added to disallow NaN and Infinity (fixes bug #1049)
3219:
3220: 2015-11-11 moko
3221:
3222: * tests/324.html: parser 3.4.3 execution support added (related to
3223: feature #1017)
3224:
3225: * tests/: 324.html, results/324.processed: test for
3226: GET_ELEMENT4CALL feature added (feature #1017)
3227:
1.101 moko 3228: 2015-10-29 moko
3229:
3230: * operators.txt: updated for 3.4.4
3231:
3232: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3233:
3234: * src/main/pa_exec.C: get_exit_status implemented for Windows
3235: (related to bug #1043)
3236:
3237: 2015-10-28 moko
3238:
3239: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3240: hangup during ^file::exec (fixes bug #1043)
3241:
1.100 moko 3242: 2015-10-27 moko
3243:
3244: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3245:
1.99 moko 3246: 2015-10-26 moko
3247:
1.100 moko 3248: * tests/322.html, src/classes/reflection.C: arguments reorder
3249: (related to issue #1041)
3250:
3251: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3252: Copyright year updated
3253:
1.99 moko 3254: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3255: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3256: classes/form.C, classes/hash.C, classes/hashfile.C,
3257: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3258: classes/mail.C, classes/math.C, classes/memcached.C,
3259: classes/memory.C, classes/op.C, classes/reflection.C,
3260: classes/regex.C, classes/response.C, classes/string.C,
3261: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3262: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3263: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3264: include/pa_config_fixed.h, include/pa_config_includes.h,
3265: include/pa_dictionary.h, include/pa_dir.h,
3266: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3267: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3268: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3269: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3270: include/pa_request_charsets.h, include/pa_request_info.h,
3271: include/pa_sapi.h, include/pa_socks.h,
3272: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3273: include/pa_stack.h, include/pa_string.h,
3274: include/pa_stylesheet_connection.h,
3275: include/pa_stylesheet_manager.h, include/pa_table.h,
3276: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3277: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3278: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3279: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3280: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3281: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3282: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3283: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3284: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3285: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3286: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3287: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3288: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3289: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3290: main/pa_string.C, main/pa_stylesheet_connection.C,
3291: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3292: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3293: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3294: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3295: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3296: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3297: targets/isapi/parser3isapi.C, types/pa_junction.h,
3298: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3299: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3300: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3301: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3302: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3303: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3304: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3305: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3306: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3307: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3308: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3309: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3310: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3311: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3312: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3313: types/pa_vresponse.C, types/pa_vresponse.h,
3314: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3315: types/pa_vstateless_object.h, types/pa_vstatus.C,
3316: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3317: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3318: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3319: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3320: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3321:
3322: * src/targets/cgi/parser3.C: year updated
3323:
3324: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3325: issue #1041)
3326:
3327: * tests/: 323.html, results/323.processed: test for base classes
3328: added
3329:
3330: * tests/: 261.html, results/261.processed: updated after better
3331: error reporting done for $string.key exception
3332:
3333: * src/types/pa_vstring.h: better error report for $string.key
3334: exception
3335:
3336: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3337: copied as VObject::get_element4call to remove extra virtual call
3338:
3339: * tests/: 322.html, results/322.processed: test for
3340: ^reflection:is[] added (related to feature #1041)
3341:
3342: * src/classes/reflection.C: ^reflection:is empty value is void
3343: (related to feature #1041)
3344:
3345: * src/classes/reflection.C:
3346: ^reflection:is[class_name|code|method;[context;]element_name]
3347: added (implements feature #1041)
3348:
3349: 2015-10-24 moko
3350:
3351: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3352:
1.98 moko 3353: 2015-10-22 moko
3354:
3355: * tests/: 321.html, results/321.processed: test for
3356: ^reflection:method_info[] file detection added
3357:
3358: * tests/: 320.html, results/320.processed: test for
3359: ^reflection:class_by_name[class_name] added (related to feature
3360: #993)
3361:
3362: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3363: added (implements feature #993)
3364:
3365: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3366: (related to feature #1017)
3367:
3368: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3369: added (related to issue #1039)
3370:
3371: * src/main/pa_request.C: ^throw origin fixed (related to feature
3372: #1039)
3373:
3374: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3375: for VDate
3376:
3377: * tests/results/182.processed: updated after feature #1038
3378: implemented
3379:
3380: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3381: compile-time exception origin added (test for feature #1039)
3382:
3383: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3384: main/pa_request.C: exception unification: compile-time exceptions
3385: now have origin, @USE origins also tracked (implements feature
3386: #1039)
3387:
3388: 2015-10-20 moko
3389:
3390: * src/main/pa_request.C: cleanup
3391:
3392: 2015-10-15 moko
3393:
3394: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3395:
3396: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3397: types/pa_vtable.C: new feature: no more $table.method and
3398: $hash.method, aliases for _at, _count, _key (related to feature
3399: #1017)
3400:
1.97 moko 3401: 2015-10-14 moko
3402:
1.98 moko 3403: * tests/: 317.html, results/317.processed: test for
3404: ^string.unescape[] added (related to feature #120)
3405:
1.97 moko 3406: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3407: defined" bug (described in issue #1036)
3408:
3409: * tests/: 247.html, results/247.processed: test for checkBOM added
3410: (test for bug #1037)
3411:
3412: * src/: include/pa_charsets.h, main/pa_charsets.C,
3413: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3414: it's not enforced, skips BOM signature if it complies charset
3415: (fixes bug #1037)
3416:
3417: 2015-10-13 moko
3418:
3419: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3420: linking
3421:
3422: * src/classes/inet.C: vs2003 compilation fix
3423:
3424: * src/classes/math.C: warning war
3425:
3426: * src/lib/punycode/pa_punycode.c: warning war
3427:
3428: 2015-10-12 moko
3429:
3430: * src/lib/punycode/pa_punycode.c: warning war
3431:
3432: * parser3.sln: moved parser3 first, to make it default startup
3433: project
3434:
3435: * buildall: parser "mirror" now used for external libs sources
3436: (implements feature #1036)
3437:
3438: * buildall: most external libs are updated to their current
3439: versions (related to feature #1036)
3440:
3441: * src/classes/image.C: more tags added
3442:
3443: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3444:
3445: 2015-10-11 moko
3446:
3447: * src/classes/curl.C: minor optimization (related to feature #1035)
3448:
3449: 2015-10-09 moko
3450:
3451: * src/classes/curl.C: pa_strdup added for strings from curl
3452: (related to feature #1035)
3453:
3454: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3455: ULLONG_MAX definition
3456:
3457: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3458: (implements feature #1035)
3459:
3460: * src/main/pa_charset.C: String::Body(String::C) used
3461:
3462: * src/main/pa_charset.C: exceptions unified
3463:
3464: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3465: unified
3466:
3467: * src/: classes/file.C, classes/image.C, classes/mail.C,
3468: classes/op.C, classes/xdoc.C, classes/xnode.C,
3469: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3470: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3471: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3472: String::Body(String::C) constructor added (related to bug #957)
3473:
3474: * src/classes/file.C: minor optimization
3475:
3476: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3477: Cord(char*) autocreation (related to bug #957)
3478:
3479: * src/: classes/string.C, main/untaint.C: minor optimizations
3480:
3481: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3482: String(char*, Lang, length) removed, String(C(), Lang) used
3483: instead (related to bug #957)
3484:
3485: 2015-10-08 moko
3486:
3487: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3488: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3489: main/untaint.C: Now char * is converted to CORD only using
3490: AS_CORD() to check for empty cord bug (fixes bug #957)
3491:
3492: * src/include/pa_hash.h: fixed compilation without
3493: HASH_CODE_CACHING
3494:
3495: * src/classes/string.C:
3496: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3497: feature #120)
3498:
3499: * src/main/pa_common.C: reduce js flags checks count (related to
3500: feature #120)
3501:
1.96 moko 3502: 2015-10-07 moko
3503:
3504: * tests/: 275.html, results/275.processed: test modified after
3505: unsigned long long int support implemented (feature #1034)
3506:
3507: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3508: pa_atoul added for unsigned long long int support
3509:
3510: 2015-10-06 moko
3511:
3512: * src/types/pa_vdate.C: INT_MAX used
3513:
3514: 2015-10-03 moko
3515:
3516: * tests/: 302.html, results/302.processed: test for bug #1023
3517: (\u2028, \u2029 escaping) added
3518:
3519: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3520: json:string[] (fixes bug #1023)
3521:
3522: 2015-09-29 moko
3523:
3524: * tests/305.html: try-catch added for OS without ipv6 support
3525:
3526: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3527: compilation
3528:
3529: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3530: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3531: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3532: implemented to distinguish ^hash.method from $hash.field
3533: (implements feature #1017)
3534:
3535: * src/lib/punycode/pa_punycode.c: warning war
3536:
3537: * src/include/pa_config_includes.h: warning war
3538:
3539: * src/include/pa_config_includes.h: pragma warning actualized a bit
3540:
3541: * src/include/pa_config_includes.h: warning war
3542:
3543: * src/include/pa_hash.h: clang compilation fix
3544:
3545: 2015-09-27 moko
3546:
3547: * src/main/compile.tab.C: Bison 3 is now default
3548:
3549: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3550:
3551: 2015-09-25 moko
3552:
3553: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3554: works with undefined HASH_ORDER (related to feature #196)
3555:
3556: 2015-09-24 moko
3557:
3558: * tests/: 027.html, results/027.processed: test modified to test
3559: ^hash.sort (feature #196)
3560:
3561: * src/: classes/hash.C, include/pa_hash.h:
3562: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3563: added (implements feature #196)
3564:
3565: * tests/: 316.html, results/316.processed: Added test for bug #1025
3566: (exception handling in non-cached ^cache), plus for "it does not
3567: have logical value" and "$exception.handled value must be either
3568: boolean or string 'cache'" exceptions.
3569:
3570: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3571: code (fixes bug #1025)
3572:
1.95 moko 3573: 2015-09-23 moko
3574:
3575: * src/classes/table.C: warning war
3576:
3577: * src/: classes/math.C, types/pa_vcookie.C: warning war
3578:
3579: * src/classes/file.C: warning war
3580:
3581: * src/: include/pa_table.h, main/pa_table.C: warning war
3582:
3583: * src/: main/pa_request.C, classes/date.C: warning war
3584:
3585: * src/: types/pa_vdate.C, classes/op.C: warning war
3586:
3587: * tests/: 122.html, results/122.processed: win sync: to remove
3588: differences with OS that doesn't keep timezone change history
3589:
3590: * src/types/pa_vdate.C: tzset() should be called in Windows after
3591: TZ change (related to feature #36)
3592:
3593: * tests/: 075.html, results/075.processed: win sync: to remove
3594: differences with OS that doesn't keep timezone change history
3595:
3596: * tests/: 315.html, results/315.processed: win sync: to remove
3597: differences with OS that doesn't keep timezone change history
3598:
3599: * tests/: 256.html, results/256.processed: win sync: to remove
3600: differences with OS that doesn't keep timezone change history
3601:
3602: * tests/: 124.html, results/124.processed: win results sync: to
3603: avoid hitting time change hole.
3604:
3605: * src/types/pa_vdate.C: static returned. :)
3606:
3607: 2015-09-22 moko
3608:
3609: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3610:
3611: * tests/results/131.processed: more tests for feature #1032
3612:
3613: * src/classes/date.C: minor fix related to feature #1032
3614:
3615: * operators.txt: ISO date creation documented (related to feature
3616: #1032)
3617:
3618: * operators.txt: iso-string documented (related to feature #1032)
3619:
3620: * tests/: 315.html, results/315.processed: more tests added
3621: (related to feature #1032)
3622:
3623: * tests/: 131.html, results/131.processed: date range checks
3624: updated (related to feature #36)
3625:
3626: * tests/: 315.html, results/057.processed, results/315.processed:
3627: test added for ISO date support (related to issue #315)
3628:
3629: * src/classes/date.C: more readable exceptions in date creation
3630: (related to ticket #1032)
3631:
3632: 2015-09-18 moko
3633:
3634: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3635: added (related to issue #1032)
3636:
3637: * tests/results/256.processed, src/classes/json.C: iso-string
3638: documented (related to issue #1032)
3639:
3640: * tests/: 256.html, results/256.processed: ISO date check added
3641: (related to issue #1032)
3642:
3643: * tests/: 057.html, results/057.processed, results/224.processed:
3644: tests results updated after ISO date support implemented (related
3645: to feature #1032)
3646:
3647: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3648: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3649: ^date::create[string] constructor formalized, ^date.iso-string[]
3650: added (implements feature #1032)
3651:
3652: 2015-09-05 moko
3653:
3654: * operators.txt: actualized
3655:
3656: * operators.txt: date changes documented (related to ticket #36)
3657:
3658: 2015-09-04 moko
3659:
3660: * src/types/pa_vdate.C: warning war
3661:
3662: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3663:
3664: 2015-09-03 moko
3665:
3666: * tests/results/096.processed: test result updated for 0..9999 year
3667: date range support (related to feature #36)
3668:
3669: * tests/: 314.html, results/314.processed: test for
3670: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3671: bug #1031)
3672:
3673: * src/classes/string.C: Static calls fixed for ^string:base64[],
3674: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3675:
1.116 moko 3676: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3677: configure.in -> configure.ac
1.95 moko 3678:
1.116 moko 3679: * configure, configure.in, src/include/pa_config_auto.h.in: more
3680: correct timezone check for FreeBSD Warning war: configure.in ->
3681: configure.ac
1.95 moko 3682:
3683: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3684: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3685: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3686: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3687: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3688: src/main/Makefile.am, src/targets/apache/Makefile.am,
3689: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3690: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3691: check added
3692:
3693: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3694:
3695: * tests/results/: 124.processed, 224.processed: test resuls updated
3696: for new date implementation (related to feature #36)
3697:
3698: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3699: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3700: types/pa_vdate.h: new double date implementation with internal
3701: support for extended 0..9999 year range, default timezone support
3702: (related to feature #36)
3703:
3704: 2015-08-28 moko
3705:
3706: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3707: (fixes bug #1030)
3708:
3709: 2015-08-21 moko
3710:
3711: * src/classes/inet.C: snprintf size "bug" commented
3712:
3713: * src/main/pa_common.C: snprintf comments updated
3714:
3715: 2015-08-16 moko
3716:
3717: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3718:
3719: 2015-08-11 moko
3720:
3721: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3722: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3723: can be null (fixes bug #1029)
3724:
3725: 2015-08-06 moko
3726:
1.116 moko 3727: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3728: pa_vdate.C added
1.95 moko 3729:
3730: 2015-08-05 moko
3731:
3732: * tests/: 313.html, results/313.processed: test for
3733: ^table.count[columns] and ^table.flip[] with nameless tables
3734: (feature #1003)
3735:
3736: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3737: max_cell added, now ^table.count[columns] and ^table.flip[] works
3738: correctly for nameless tables (implements feature #1003)
3739:
3740: 2015-08-03 moko
3741:
3742: * tests/312.html: test for ^table.append[$hash] and
3743: ^table.insert[$hash] added (related to feature #1028)
3744:
3745: * src/classes/table.C: ^table.append[$hash] and
3746: ^table.insert[$hash] now supported (implements feature #1028)
3747:
3748: * tests/: 312.html, results/312.processed: test row copy in
3749: ^table.hash[; $.type[table] ] added (related to feature #1016)
3750:
3751: * src/classes/table.C: row copy now created in ^table.hash[;
3752: $.type[table] ] (related to feature #1016)
3753:
3754: 2015-07-29 moko
3755:
3756: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3757: added (related to feature #1016)
3758:
3759: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3760: ^table.delete[] added to delete current row (related to feature
3761: 1016)
3762:
3763: 2015-07-28 moko
3764:
3765: * tests/: 312.html, results/312.processed: test for
3766: $table.column[value] and ^table.insert{row} (related to feature
3767: #1016)
3768:
3769: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3770: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3771: ^table.insert{row} are now implemented (feature #1016)
3772:
3773: * src/include/pa_array.h: Optimization: bool reverse removed from
3774: append(), insert() added, memmove arguments order in remove()
3775: fixed (related to feature #1016)
3776:
3777: 2015-07-23 moko
3778:
3779: * src/classes/json.C: tainted json and empty json exception added
3780: (implements feature #1015)
3781:
3782: * tests/: 311.html, results/311.processed: empty json and tainted
3783: json exception test added (related to issue #1015)
3784:
3785: 2015-07-22 moko
3786:
3787: * tests/: 311.html, results/311.processed: test for UTF-8
3788: processing added
3789:
3790: * tests/: 311.html, results/311.processed: test for
3791: json_exception_with_source added (related to issue #394)
3792:
3793: * src/classes/json.C: json_exception_with_source added (implements
3794: feature #394)
3795:
3796: 2015-06-29 moko
3797:
3798: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3799: directories are now correctly determined if _d_type == DT_UNKNOWN
3800: (closes bug #1027)
3801:
3802: 2015-06-10 moko
3803:
3804: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3805: error if libxml has LIBXML_ICU_ENABLED.
3806:
3807: 2015-06-04 moko
3808:
3809: * tests/099.html: ups, reverting
3810:
3811: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3812: results/310.processed: tests for $response:body[ $.file[] ] and
3813: $response:last-modified added
3814:
3815: * src/main/pa_request.C: last-modified check fixed
3816:
3817: 2015-06-03 moko
3818:
3819: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3820: results/205.processed, results/293.processed: $response:headers
3821: logging added (tests for feature #1007)
3822:
3823: * src/: include/pa_common.h, include/pa_request.h,
3824: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3825: $response:headers are now in uppercase (closes feature #1007)
3826:
3827: 2015-06-02 moko
3828:
3829: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3830: build errors reverted for clang compatibility
3831:
3832: 2015-06-01 moko
3833:
3834: * src/include/pa_memory.h: -pedantic build errors fixed
3835:
3836: * src/classes/math.C: -pedantic build error fixed
3837:
3838: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3839:
3840: 2015-05-31 moko
3841:
3842: * src/classes/table.C: USE_STRINGSTREAM optimized
3843:
3844: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3845: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3846: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3847: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3848: types/pa_vxnode.h: warning war (-pedantic flag)
3849:
3850: 2015-05-28 moko
3851:
3852: * tests/: 308.html, results/308.processed: test for
3853: ^table::create[$t;], etc work added (related to bug #975)
3854:
3855: * src/classes/table.C: check_option_param removed,
3856: ^table::create[$t;], etc now works (fixes bug #975)
3857:
3858: 2015-05-27 moko
3859:
3860: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3861: (Debian jessie) fixed (closes issue #1024)
3862:
3863: * tests/Makefile: sort added as in Debian jessie list become
3864: unsorted
3865:
3866: 2015-05-18 moko
3867:
3868: * tests/: 201.html, results/201.processed: test for
3869: ^string.trim[what] feature #1022
3870:
3871: * src/classes/string.C: ^string.trim[what] now supported,
3872: implements feature #1022
3873:
3874: 2015-05-17 moko
3875:
3876: * tests/results/185.processed: test result updated as feature #1021
3877: implemented (left/right accept negative parameter)
3878:
3879: * src/classes/string.C: left/right now accept negative parameter
3880: (implements feature #1021)
3881:
3882: 2015-05-08 moko
3883:
3884: * src/classes/math.C: isalnum -> pa_isalnum
3885:
3886: * src/main/execute.C: optimization in getter-junction processing
3887: (related to issue #997)
3888:
3889: 2015-05-07 moko
3890:
3891: * tests/: 307.html, results/307.processed: test for issue #997
3892: added
3893:
3894: * src/main/execute.C: process_getter result now checked if junction
3895: returned (closes issue #997)
3896:
3897: * tests/: 305.html, results/305.processed: sort added to ignore
3898: different order
3899:
3900: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3901: assignment (closes issue #994)
3902:
3903: * tests/: 306.html, results/306.processed: test for issue #994
3904: added
3905:
3906: * tests/: 303.html, results/303.processed: two more errors tested
3907:
3908: 2015-05-06 moko
3909:
3910: * tests/: 305.html, results/305.processed: test for name2ip &
3911: ip2name added (related to feature #992)
3912:
3913: * tests/: 303.html, 304.html, results/303.processed,
3914: results/304.processed: tests for idna conversion added (related
3915: to issue #849)
3916:
3917: 2015-05-02 moko
3918:
3919: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3920: implemented
3921:
3922: 2015-04-30 moko
3923:
3924: * src/main/pa_http.C: idna_host added, related to issue #849
3925:
3926: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3927: (related to issue #849)
3928:
3929: 2015-04-24 moko
3930:
3931: * src/types/pa_vjunction.C: warning war
3932:
3933: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3934: unification
3935:
3936: * src/lib/punycode/pa_idna.c: warning war
3937:
3938: 2015-04-22 moko
3939:
3940: * src/main/main.vcproj: punycode include path added
3941:
3942: * src/lib/punycode/pa_idna.c: windows compile error fixed
3943:
3944: * src/lib/punycode/pa_idna.c: warning war
3945:
3946: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3947: project file added
3948:
3949: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3950:
3951: * src/include/pa_memory.h: warning war
3952:
3953: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3954: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3955: implemented (related to feature #849)
3956:
3957: * configure.in, src/main/Makefile.am,
3958: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3959: libpunycode added in Unix
3960:
3961: 2015-04-21 moko
3962:
3963: * configure.in: large files support
3964:
3965: 2015-04-15 moko
3966:
3967: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3968: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3969: pa_punycode.h: initial version for punycode/idna support library
3970: (ticket #849)
3971:
3972: 2015-04-08 moko
3973:
3974: * src/: classes/curl.C, classes/date.C, classes/file.C,
3975: classes/image.C, classes/mail.C, classes/reflection.C,
3976: classes/string.C, classes/xnode.C, include/pa_request.h,
3977: include/pa_string.h, include/pa_stylesheet_connection.h,
3978: main/compile.y, main/compile_tools.h, main/execute.C,
3979: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3980: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3981: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3982: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3983: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3984: clang compiler warnings (closes issue #1018)
3985:
3986: * src/include/pa_string.h: String::Body comparation operators with
3987: char * added (related to issue #958)
3988:
3989: 2015-04-07 moko
3990:
3991: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3992: pa_malloc/pa_free to remove system malloc/free usage (related to
3993: issue #1018)
3994:
3995: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3996: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3997: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3998: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3999: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
4000: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
4001: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
4002: malloc/strdup/free replaced with pa_ version and checks for
4003: accidental use of non-pa_ version added (related to issue #1018)
4004:
4005: 2015-04-03 moko
4006:
4007: * buildall: pcre-8.33 -> pcre-8.36
4008:
4009: * src/: main/compile.y, classes/form.C, classes/mail.C,
4010: classes/op.C, classes/string.C, main/compile.tab.C,
4011: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
4012: main/pa_sql_driver_manager.C, types/pa_vfile.C,
4013: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
4014: ticket #958)
4015:
4016: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
4017: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4018: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4019: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
4020: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
4021: $request:headers, $request:method added (implements feature
4022: #1007)
4023:
4024: 2015-03-17 misha
4025:
4026: * tests/302.html: - test for
4027: ^json:string[...;$._default[method-name]]
4028:
4029: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4030: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
4031: option $._default[method-name] is specified in ^json:string[], a
4032: method with specified name will be called for classes/objects
4033: serialization ( new feature: #982 )
4034:
4035: 2015-03-16 misha
4036:
4037: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4038: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
4039: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
4040: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
4041: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
4042: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
4043: types/pa_vmemory.h, types/pa_vmethod_frame.C,
4044: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
4045: types/pa_vrequest.h, types/pa_vstateless_class.C,
4046: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4047: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
4048: $var.CLASS_NAME now have special opcodes. This can be switched
4049: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
4050: on pa_opcode.h ( new feature: #844 )
4051:
4052: 2015-03-15 misha
4053:
4054: * tests/075.html: - test for $response:header[]
4055:
4056: * src/types/pa_vresponse.C: - $response:header[] deletes header
4057: that was set earlie ( new feature: #1001 )
4058:
4059: 2015-03-12 misha
4060:
4061: * tests/246.html: - more tests for ^hash._at[]
4062:
4063: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
4064: accepts second param [key|value|hash] ( new feature: #1012 )
4065:
4066: 2015-03-09 moko
4067:
4068: * src/types/pa_vmail.C: exception for everything but
4069: $mail:received, closes issue #1011
4070:
4071: 2015-02-20 moko
4072:
4073: * tests/: 275.html, results/275.processed: hex detection in
4074: pa_atoui fix test (closes issue #1010)
4075:
4076: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
4077: issue #1010)
4078:
4079: 2015-02-17 moko
4080:
4081: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
4082: tainted.
4083:
4084: 2015-02-03 misha
4085:
4086: * tests/301.html: - test for ^json:string($double) causes
4087: exception. bugfix: #1008
4088:
4089: * src/classes/json.C: - ^json:string($double) causes exception.
4090: bugfix: #1008
4091:
4092: * tests/014.html: - updated for work with ^hash.delete[]
4093:
4094: 2015-01-12 misha
4095:
4096: * src/: classes/form.C, include/pa_common.h,
4097: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
4098: types/pa_vform.h: - supports body with PUT method as well ( new
4099: feature: #1006 )
4100:
4101: * src/classes/file.C: - warnings war
4102:
4103: 2015-01-11 misha
4104:
4105: * tests/300.html: - test for ^hash.delete[] is added
4106:
4107: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
4108: feature: #989 ) - tiny optimization in intersects
4109:
4110: 2015-01-06 moko
4111:
4112: * src/types/pa_vmail.C: file names transcode added, to and cc added
4113: with transcode, attachments detection fixed
4114:
4115: * src/main/pa_request.C: filling mail received after cgi/auto.p
4116: load to allow charset switch (related to issue #996)
4117:
4118: 2014-12-31 moko
4119:
4120: * src/types/pa_vmail.C: from and subject now transcoded if not
4121: UTF-8 source charset (fixes issue 996)
4122:
4123: * src/main/pa_exception.C: fixed string from stack bug (closes
4124: issue #1000)
4125:
4126: 2014-12-11 misha
4127:
4128: * src/types/pa_vhashfile.C: - check if key is not empty before
4129: access ( bug fix: #1005 )
4130:
4131: 2014-11-13 misha
4132:
4133: * src/main/compile.y: - PC.append does not reset to false while
4134: creating a new class. bugfix: #990
4135:
4136: * tests/299.html: - test for creation class after working with
4137: partial class (create+append)
4138:
4139: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
4140: #995
4141:
4142: * tests/232.html: - test for @get[def] added
4143:
4144: 2014-10-12 moko
4145:
4146: * src/lib/pcre/pcre_internal.vcproj: correct path
4147:
4148: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
4149: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
4150: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
4151: targets/apache/ApacheModuleParser3.vcproj,
4152: targets/apache/ApacheModuleParser3Core.vcproj,
4153: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4154: types/types.vcproj: project GUID inserted in *.vcproj for correct
4155: conversion in newer VS versions
4156:
4157: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4158: pcre_internal.vcproj added
4159:
4160: 2014-08-28 moko
4161:
4162: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4163: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4164: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4165:
4166: 2014-06-30 misha
4167:
4168: * tests/298.html: - tests for ^reflection:def[class;className]
4169: added
4170:
4171: * src/classes/reflection.C: - ^reflection:def[class;className]
4172: added ( new feature: #918 )
4173:
4174: 2014-06-29 misha
4175:
4176: * src/classes/table.C: - ^table::create[unsupported data] -
4177: exception comment changed to "body must be table or code" ( bug
4178: fix: #951 )
4179:
4180: * tests/: 261.html, results/261.processed: - tests for
4181: ^json:string[...;$.void[null|string]] added
4182:
4183: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4184: option $.void[string|null] added to ^json:string[...] ( new
4185: feature: #952 )
4186:
4187: 2014-06-28 moko
4188:
4189: * src/classes/curl.C: $.charset now processed before other curl
4190: options (closes issue #980)
4191:
4192: 2014-05-23 misha
4193:
4194: * src/classes/json.C: - bug fix: #987
4195:
4196: 2014-05-04 misha
4197:
4198: * tests/: 253.html, 253_json.txt: - test for
4199: ^json:parse[$.int(false)] is added
4200:
4201: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4202: default true). The option is similar to $.double(bool) but for
4203: integers.
4204:
4205: 2014-05-01 moko
4206:
4207: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4208: #12 )
4209:
4210: 2014-04-16 moko
4211:
4212: * src/main/pa_http.C: response-charset option should finally work
4213: now (fix for issue #867)
4214:
4215: * src/main/pa_http.C: response-charset option should work now (fix
4216: for issue #867)
4217:
4218: 2014-03-07 moko
4219:
4220: * buildall: libgc moved
4221:
4222: * buildall: libgc moved
4223:
4224: 2013-12-29 moko
4225:
4226: * src/classes/string.C: ^string:js-unescape result now tainted,
4227: closes issue #966
4228:
4229: * tests/: 186.html, results/186.processed: ^string:js-unescape
4230: result now tainted, issue #966
4231:
4232: 2013-12-03 moko
4233:
4234: * src/: classes/memcached.C, types/pa_vmemcached.C,
4235: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4236: option was added for http://www.parser.ru/forum/?id=79343
4237:
4238: * src/classes/file.C: bugfix for
4239: http://www.parser.ru/forum/?id=79337
4240:
4241: 2013-11-05 moko
4242:
4243: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4244:
4245: * src/main/pa_globals.C: spelling fixed
4246:
4247: 2013-10-29 moko
4248:
4249: * src/lib/json/json.vcproj: json.c -> pa_json.C
4250:
4251: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4252: #892
4253:
4254: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4255: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4256: exceptions to be thrown thougth json library), related to issue
4257: #892
4258:
4259: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4260: related to issue #896
4261:
4262: 2013-10-24 moko
4263:
4264: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4265:
4266: 2013-10-23 moko
4267:
4268: * README: actualization
4269:
4270: 2013-10-22 moko
4271:
4272: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4273: compatibility patch from Sergey Kirpichev
4274:
4275: * tests/: 297.html, results/297.processed: non-working getter fix
4276: test for issue #948
4277:
4278: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4279: called when saving value of $match variable in ^string.match[] to
4280: increase compatibility (related to issue #948).
4281:
4282: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4283: usage optimization
4284:
4285: 2013-10-21 moko
4286:
4287: * tests/: 182.html, results/182.processed: local path removed for
4288: compatibility
4289:
4290: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4291: results/244.processed, results/253.processed,
4292: results/254.processed, results/275.processed,
4293: results/281.processed: try_catch -> try-catch
4294:
4295: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4296: results/294.processed, results/296.processed: try_catch ->
4297: try-catch
4298:
4299: 2013-10-20 moko
4300:
4301: * tests/: 296.html, results/296.processed: test for xsl exception
4302: for issue #938 added.
4303:
4304: * src/: include/pa_xml_exception.h,
4305: main/pa_stylesheet_connection.C: forgotten to be replaced
4306: XmlException is now replaced (once again closes issue #938)
4307:
4308: 2013-10-18 moko
4309:
4310: * buildall: disable clock_gettime detection to avoid librt linking
4311: (which in turn depends on libpthread), related to issue #943
4312:
4313: 2013-10-18 misha
4314:
4315: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4316: lib/smtp/smtp.vcproj, main/main.vcproj,
4317: targets/apache/ApacheModuleParser3Core.vcproj,
4318: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4319: types/types.vcproj: - new locations for libxml2 includes where
4320: added to vcproj files
4321:
4322: 2013-10-18 moko
4323:
4324: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4325: fix
4326:
4327: * tests/: 295.html, results/295.processed: test for issue #948
4328: updated
4329:
4330: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4331: :)
4332:
4333: * tests/: 295.html, results/295.processed: test for issue #948
4334: added
4335:
4336: * src/: classes/hash.C, classes/string.C, classes/table.C,
4337: include/pa_request.h, types/pa_method.h: for getters and setters
4338: to be executed request.put_element should be called, not
4339: context.put_element (fixes issue #948)
4340:
4341: 2013-10-17 moko
4342:
4343: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4344: LIBXML2_NEW_BUFFER check (closes issue #943)
4345:
4346: * buildall: libxml 2.9.1 build is broken --without-reader.
4347:
4348: 2013-10-16 moko
4349:
4350: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4351:
4352: * tests/: 294.html, results/294.processed: test for issue #938
4353:
4354: * src/: classes/xdoc.C, classes/xnode.C,
4355: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4356: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4357:
4358: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4359: libxslt-1.1.26 -> libxslt-1.1.28
4360:
4361: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4362: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4363: to '?', related to issue #938
4364:
4365: 2013-10-15 moko
4366:
4367: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4368: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4369: minor optimizations (closes issue #896)
4370:
4371: * tests/results/: 292.processed, 293.processed: results updated to
4372: comply with issue #896
4373:
4374: * tests/: 292.html, 293.html, results/292.processed,
4375: results/293.processed: tests for json escaping
4376:
4377: 2013-10-14 moko
4378:
4379: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4380: and cleanup, code moved from .h to .C, no changes in code
4381:
4382: 2013-10-12 moko
4383:
4384: * tests/results/119.processed: updated test result commited
4385:
4386: * tests/: 291.html, results/291.processed: test for issue #894
4387: added
4388:
4389: * src/types/pa_wcontext.h: base methods call support function
4390: get_somebody_entered_some_class should not be true forever, as
4391: wcontext can have many get_elements calls (fixes issue #894)
4392:
4393: 2013-10-11 moko
4394:
4395: * tests/: 290.html, results/290.processed: test for junction GPF
4396: issue #942 added
4397:
4398: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4399: to native method fixed (closes issue #942)
4400:
4401: * tests/: 158.html, results/158.processed: test for csv-string[]
4402: added
4403:
4404: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4405: feature #907)
4406:
4407: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4408: feature #907)
4409:
4410: 2013-10-09 moko
4411:
4412: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4413: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4414: types/pa_vstateless_class.C: GET_default, SET_default now works
4415: properly not only in objects, but in classes as well (closes
4416: issue #903)
4417:
4418: * tests/: 289.html, results/289.processed: GET/SET_default now
4419: works in classes, not only objects, test case added, related to
4420: issue #903
4421:
4422: * tests/: 288.html, results/288.processed: test for endless
4423: recursion bug added (related to issue #903)
4424:
4425: 2013-10-05 moko
4426:
4427: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4428: classes/table.C, main/execute.C, types/pa_method.h,
4429: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4430: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4431: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4432: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4433: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4434: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4435: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4436: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4437: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4438: optimization: put_element no longer has "bool areplace" argument,
4439: related to issue #903
4440:
4441: 2013-10-03 moko
4442:
4443: * tests/results/182.processed: result for $.replace(false) test
4444: commited
4445:
4446: * src/classes/date.C: ^date::create(number) processed correctly
4447: (fixes issue #901)
4448:
4449: * src/classes/image.C: as_no_junction removed, as param can be
4450: expression (closes issue #931)
4451:
4452: * tests/233.html: test for issue #931 added
4453:
4454: 2013-10-02 moko
4455:
4456: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4457: modified, test for $.replace(false) added
4458:
4459: * src/main/compile_tools.h: forgotten class replace returned. :)
4460:
4461: 2013-09-30 moko
4462:
4463: * tests/: 141.html, results/141.processed: md5 tainting test added
4464:
4465: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4466: main/compile_tools.h, main/pa_request.C: allow_class_replace
4467: implemented; $.replace option added to ^process and ^use
4468:
4469: 2013-08-27 moko
4470:
4471: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4472: cstr_to_string_body_untaint should be called with charsets for
4473: possible uri language and connection for possible sql language.
4474: related to issue #857
4475:
4476: * buildall: and -> or fixed
4477:
4478: 2013-08-26 moko
4479:
4480: * buildall: prepare_ functions logic changed to support
4481: gc-7.2d.tar.gz extracting to gc-7.2 directory
4482:
4483: 2013-08-23 moko
4484:
4485: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4486: statically
4487:
4488: 2013-08-22 moko
4489:
4490: * src/classes/string.C: String::Empty used (related to issue #912)
4491: append_know_length removed (related to old GPF bug)
4492:
4493: 2013-08-21 moko
4494:
4495: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4496:
4497: * src/classes/math.C: ^math:digest[...;$file] support added
4498: (related to ticket #857
4499:
4500: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4501: implemented
4502:
4503: * src/types/pa_vhashfile.h: warning war
4504:
4505: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4506: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4507: anti_endless_json_string_recoursion removed from request;
4508: json_string_recoursion added to json_options; $.indent[indent
4509: value] now supported and passed within recoursion closes feature
4510: #937
4511:
4512: * tests/: 287.html, results/287.processed: test for feature #937
4513:
4514: 2013-07-31 moko
4515:
4516: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4517: compilation having #define _S
4518:
4519: * src/main/pa_globals.C: cleanup
4520:
4521: 2013-07-30 moko
4522:
4523: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4524: main/pa_common.C: vs2003 warning war
4525:
4526: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4527:
4528: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4529:
4530: * src/lib/md5/pa_sha2.c: warning war
4531:
4532: 2013-07-29 moko
4533:
4534: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4535: patches from github
4536:
4537: * src/: classes/bool.C, classes/double.C, classes/int.C,
4538: classes/memcached.C, include/pa_config_includes.h,
4539: types/pa_vfile.C, types/pa_vfile.h: warning war
4540:
4541: * src/lib/json/json.vcproj: C++ -> C
4542:
4543: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4544:
4545: * src/lib/json/: json.c, pa_json.C: windows compatibility
4546:
4547: * src/lib/json/: json.c, pa_json.C: windows compatibility
4548:
4549: * src/lib/json/: json.c, pa_json.C: warning war
4550:
4551: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4552:
4553: * src/include/pa_config_fixed.h: uint16_t added
4554:
4555: * configure.in: uint16_t check added
4556:
4557: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4558: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4559: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4560: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4561: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4562:
4563: 2013-07-25 moko
4564:
4565: * parser3.sln: dependencies added
4566:
4567: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4568: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4569: module support
4570:
4571: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4572:
4573: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4574:
4575: 2013-07-23 moko
4576:
4577: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4578: PA_DEBUG_GC_MEMORY removed
4579:
4580: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4581: PA_DEBUG_DISABLE_GC compilation fix
4582:
4583: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4584: main/pa_request.C: outdated RESOURCES_DEBUG removed
4585:
4586: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4587: garbage cleanup
4588:
4589: * src/main/pa_common.C: warning war
4590:
4591: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4592:
4593: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4594: minor cleanup
4595:
4596: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4597: uses cygwin, not WIN32 implementation
4598:
4599: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4600: able to exec shell scripts
4601:
4602: * src/classes/math.C: ifdef WIN32 cleanup
4603:
4604: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4605:
4606: * src/classes/curl.C: LT_MODULE_EXT used
4607:
4608: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4609:
4610: 2013-07-22 moko
4611:
4612: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4613: includes fix
4614:
4615: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4616:
4617: * configure.in, src/include/pa_config_includes.h,
4618: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4619: src/main/pa_exec.C: includes cleanup
4620:
4621: * src/targets/cgi/parser3.C: 2012->2013
4622:
4623: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4624:
4625: * configure.in, src/include/pa_config_includes.h,
4626: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4627: src/main/pa_random.C, src/main/pa_socks.C,
4628: src/types/pa_vstatus.C: cygwin support cleanup
4629:
4630: * configure.in: dirent.h check added
4631:
4632: * src/: include/pa_config_includes.h, include/pa_dir.h,
4633: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4634: not copied
4635:
4636: 2013-07-21 moko
4637:
4638: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4639:
4640: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4641: parser3.vcproj: unused getopt.h / getopt.c removed
4642:
4643: * operators.txt, src/classes/file.C, tests/022.html,
4644: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4645: $.stat(true)] usage commented
4646:
4647: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4648: src/main/pa_dir.C: ^file:list[] now has dir column and when
4649: $.stat(true) it has size/*date columns modified patch from misha@
4650: that closes issue #914.
4651:
4652: * src/: include/pa_config_includes.h, main/pa_globals.C:
4653: PA_RELEASE_ASSERTS removed
4654:
4655: * src/lib/md5/pa_md5c.c: minor cleanup
4656:
4657: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4658: localeconv()->decimal_point usage remoed (related to issue #934)
4659:
4660: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4661: cordprnt.c removed
4662:
4663: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4664: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4665: pa-include/pa_strings.h: includes cleanup
4666:
4667: * src/lib/md5/pa_md5c.c: headers cleanup
4668:
4669: 2013-07-20 moko
4670:
4671: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4672: cleanup
4673:
4674: 2013-07-19 moko
4675:
4676: * src/classes/math.C: extern "C" added for crypt
4677:
4678: 2013-07-18 moko
4679:
4680: * src/classes/math.C: fix redhat7.2 build
4681:
4682: 2013-07-17 moko
4683:
4684: * configure.in, src/include/pa_config_includes.h,
4685: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4686: added for uint8/32/64_t)
4687:
4688: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4689: pa_config_includes.h used for uint32/64_t
4690:
4691: 2013-07-16 moko
4692:
4693: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4694: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4695: war
4696:
4697: * src/main/compile.tab.C: compile.y was updated
4698:
4699: * src/main/compile.y: warning war
4700:
4701: * src/: include/pa_exception.h, main/pa_exception.C,
4702: main/pa_xml_exception.C: warning war
4703:
4704: * src/: include/pa_common.h, main/pa_common.C: warning war
4705:
4706: * configure.in: beauty :)
4707:
4708: * tests/: 141.html, results/141.processed: sha256/512 added
4709:
4710: 2013-07-13 moko
4711:
4712: * src/lib/md5/md5.vcproj: sha2 added
4713:
4714: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4715: classes/math.C: sha2 support (sha256/sha512 digest)
4716:
4717: 2013-07-08 moko
4718:
4719: * src/classes/image.C: directory read or other read problem message
4720: fixed (related to issue #933)
4721:
4722: 2013-07-07 moko
4723:
4724: * AUTHORS: + misha + moko. :)
4725:
4726: 2013-07-06 moko
4727:
4728: * src/: classes/curl.C, include/pa_globals.h,
4729: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4730: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4731: for lt_dlinit to be called once and lt_dlexit called at right
4732: place (related to issue #925)
4733:
4734: 2013-07-04 moko
4735:
4736: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4737: VString::as_vfile now uses vfile.set_binary_string to avoid
4738: content-type to be set, as it brokes badly designed logic in
4739: response output. This hopefully finishes issue #928.
4740:
4741: * tests/results/: 256.processed, 286.processed: file now displayed
4742: as name, size, mode, content-type
4743:
4744: * src/main/pa_common.C: read error now reported cottectly (fixes
4745: issue #933
4746:
4747: 2013-06-28 moko
4748:
4749: * tests/: 286.html, results/286.processed: test extended
4750:
4751: * tests/: 286.html, results/286.processed: Test for issue #928
4752: added. it tests default content-type change.
4753:
4754: * src/types/pa_vfile.C: closes issue #928 - default content-type
4755: now updated
4756:
4757: 2013-06-25 moko
4758:
4759: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4760: content-type for text/binary files without name added;
4761: ^file::create[$f;...] options now works properly and $f
4762: properties are default (fixes issue #928)
4763:
4764: 2013-05-16 misha
4765:
4766: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4767: added
4768:
4769: * src/main/pa_table.C: - a tiny memory optimisation while creating
4770: table if specified limit is bigger than source rows count
4771:
4772: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4773: added ( new feature: #858 )
4774:
4775: 2013-04-29 moko
4776:
4777: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4778: $.ipresolve(0|1|2) added (closes issue #891)
4779:
4780: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4781:
4782: 2013-04-24 moko
4783:
4784: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4785: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4786: types/pa_vmemcached.h: ^memcache.release[] added, calls
4787: memcached_quit (refs #893)
4788:
4789: 2013-04-22 moko
4790:
4791: * src/: include/pa_string.h, main/pa_common.C: no more double
4792: slashes in file path (fixes bug #872)
4793:
4794: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4795: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4796: #739)
4797:
4798: * tests/results/266.processed: $.max_params added (feature #915)
4799:
4800: * src/: include/pa_common.h, main/pa_http.C: response-charset
4801: option added to file::load (closes issue #867)
4802:
4803: 2013-04-20 misha
4804:
4805: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4806: commited
4807:
4808: 2013-03-15 misha
4809:
4810: * src/classes/: hash.C, table.C: - Optimisation: do not create
4811: multiple empty strings while ::sql. uae String::Empty instead
4812:
4813: 2013-03-14 misha
4814:
4815: * src/classes/reflection.C: - for user classes
4816: ^reflection:method_info[] returns $.max_params and $.extra_param
4817: with $.call_type if they available ( new feature: #915 )
4818:
4819: * src/classes/file.C: - ^file:delete[] now supports an option
4820: $.exception(false) that suppress any exception while deleting
4821: file ( new feature: #916 )
4822:
4823: * src/classes/curl.C: - parsing cookies after curl:load now should
4824: work :)
4825:
4826: 2013-03-12 misha
4827:
4828: * src/types/pa_vfile.C: - if specified file_name is empty string
4829: set default name for the file
4830:
4831: 2013-03-11 misha
4832:
4833: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4834: also available in $f.cookies
4835:
4836: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4837: moved to a separate method
4838:
4839: 2013-03-10 moko
4840:
4841: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4842: added
4843:
4844: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4845: removed (declared by autoconf)
4846:
4847: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4848: uint32_t define
4849:
4850: 2013-03-10 misha
4851:
4852: * src/classes/file.C: ^file:delete and ^file:move now support
4853: option $.keep-empty-dirs(true) ( new feature: #884 )
4854:
4855: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4856: empty dirs is added
4857:
4858: 2013-03-10 moko
4859:
4860: * src/classes/: bool.C, double.C, int.C: default can be present,
4861: but default check removed from ^int/double/bool.int/double/bool
4862: for string.int/double/bool compatibility (related to issue #913)
4863:
4864: * src/classes/string.C: ^string.int/dobule/bool no longer
4865: internally throws exception if default is present (closes issue
4866: #913)
4867:
4868: 2013-03-09 misha
4869:
4870: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4871: optimisations ( #845 )
4872:
4873: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4874:
4875: 2013-03-08 moko
4876:
4877: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4878: creates correct table (fixes issue #910)
4879:
4880: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4881: use outside of 'connect' operator (fixes issue #911)
4882:
4883: * tests/results/: 096.processed, 122.processed: test results
4884: updated as doubles now printed with 15 significant digits, not 5
4885: (fixes issue #882)
4886:
4887: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4888: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4889:
4890: 2013-02-21 moko
4891:
4892: * src/classes/table.C: _locate_name_value does not check arguments
4893: count, so we check it in advance (fixes issue #905)
4894:
4895: 2012-10-23 moko
4896:
4897: * buildall: old shell for and echo compatibility (for six)
4898:
4899: 2012-10-19 moko
4900:
4901: * buildall: --strip added --disable-safe-mode listed in usage
4902:
4903: 2012-10-17 misha
4904:
4905: * src/classes/op.C: - apply-taint should not throw "outside
4906: connect" exception with sql lang now
4907:
4908: 2012-10-17 moko
4909:
4910: * src/main/pa_request.C: bugfix: safe mode should be inited for
4911: each request (for apache module)
4912:
4913: 2012-09-26 moko
4914:
4915: * src/doc/doxygen.cfg: png -> svg
4916:
4917: 2012-09-25 moko
4918:
4919: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4920: test added
4921:
4922: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4923: double use when key is long
4924:
4925: 2012-09-16 moko
4926:
4927: * src/classes/math.C: Format -> Method Encode -> Format
4928:
4929: * tests/: 141.html, results/141.processed: math:digest hmac test
4930: added
4931:
4932: 2012-09-14 moko
4933:
4934: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4935: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4936: implementation added
4937:
4938: 2012-09-12 moko
4939:
4940: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4941: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4942: targets.dox and string.dox slightly actualized
4943:
4944: 2012-08-31 moko
4945:
4946: * ChangeLog: now generated with patched cvs2cl.pl
4947:
4948: 2012-07-29 moko
4949:
4950: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4951: result should be pushed after VMethodFrame destructor is called,
4952: as it deletes junctions from stack params (fixes issue #868)
4953:
4954: 2012-07-23 moko
4955:
4956: * INSTALL, README: buildall script usage documented, other outdated
4957: info updated.
4958:
4959: * buildall-with-xml, buildall-without-xml: replaced by buildall
4960:
4961: 2012-07-21 moko
4962:
4963: * buildall: glib does not compile when threads are disabled...
4964:
4965: * src/types/pa_vmail.C: g_assertion fixes for empty input
4966:
4967: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4968: unref, can't unref nested objects)
4969:
4970: * src/types/pa_vmail.C: another check added
4971:
4972: 2012-07-19 moko
4973:
4974: * buildall: usage added
4975:
4976: * buildall: new buildall script that unites buildall-with-xml,
4977: buildall-without-xml, --with-apache and --with-mailreceive
4978:
4979: * configure.in: support for static gmime and dynamic glib linking.
4980: fixes for FreeBSD
4981:
4982: 2012-07-17 moko
4983:
4984: * configure.in: --with-mailreceive replaced
4985: --with-static-mailreceive and --with-shared-mailreceive pathlink
4986: removed
4987:
4988: 2012-07-16 moko
4989:
4990: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4991: capitalized, content now decoded and text content converted to
4992: $request:charset. all properties are accessed by functions, this
4993: ready for dynamic load.
4994:
4995: 2012-06-28 moko
4996:
1.116 moko 4997: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4998: 32 bit
1.95 moko 4999:
5000: 2012-06-27 moko
5001:
5002: * buildall-with-xml, buildall-without-xml: fetch requires -p for
5003: passive ftp
5004:
5005: * src/lib/ltdl/ltdl.vcproj: release build fixed
5006:
5007: * configure.in: 3.4.2 RC -> 3.4.2
5008:
5009: 2012-06-22 moko
5010:
5011: * src/types/pa_vfile.C: returned empty mode to stated files (issue
5012: #815)
5013:
5014: * tests/: 284.html, results/284.processed: output options test
5015: (feature #265)
5016:
5017: 2012-06-22 misha
5018:
5019: * tests/215.html: - little changes
5020:
5021: 2012-06-21 moko
5022:
5023: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
5024: types/pa_vxdoc.h: output_options returned and used (bugfix for
5025: feature #265)
5026:
5027: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
5028: breaks long .*, default 10M restored. (issue #216)
5029:
5030: * tests/: 283.html, results/283.processed: test for issue #815
5031: added
5032:
5033: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
5034: again, cstrm not required.
5035:
5036: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
5037: Win32 and broken FreeBSD (issue #45)
5038:
5039: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
5040:
5041: * src/main/pa_string.C: warnings war
5042:
5043: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
5044: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
5045: main/pa_socks.C, targets/apache/pa_threads.C,
5046: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5047: types/pa_vstatus.C: compilation under cygwin fixed
5048:
5049: 2012-06-19 moko
5050:
5051: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
5052: Windows fixed
5053:
5054: * parser3.sln: removed antique pcre_ctype
5055:
5056: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
5057:
5058: * src/include/pa_config_fixed.h: undefined reference to
5059: __imp__pcre_* fix for Windows
5060:
5061: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 5062: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
5063: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
5064: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
5065: define fixed
1.95 moko 5066:
5067: 2012-06-18 moko
5068:
5069: * src/classes/memcached.C: flush -> clear
5070:
5071: * src/classes/memcached.C: memcached does not support quotes even
5072: in server name
5073:
5074: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5075: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
5076: called on open to check servers existance. $.key(true) syntax
5077: now supported
5078:
5079: 2012-06-17 moko
5080:
5081: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
5082: cleanup
5083:
5084: * src/classes/table.C, tests/282.cfg, tests/282.html,
5085: tests/results/282.processed: encloser at the EOF bug fixed,
5086: incorrectly enclosed data now processed more logicaly (fixes
5087: #339)
5088:
5089: 2012-06-15 moko
5090:
5091: * buildall-without-xml: sync with buildall-with-xml
5092:
5093: * buildall-with-xml: download auto-detected between fetch and curl
5094:
5095: * configure.in: --with-gc and --with-pcre now also processed
5096: correctly
5097:
1.116 moko 5098: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
5099: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
5100: should be run on rol1 using automake / aclocal (GNU automake)
5101: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 5102:
5103: * configure.in: new PARSER_VERSION logic
5104:
5105: * src/include/pa_version.h: new pa_version.h logic
5106:
5107: * src/: classes/curl.C, classes/file.C, classes/image.C,
5108: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5109: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
5110: feols_normalized -> fis_text_content set_binary added
5111:
5112: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
5113:
5114: 2012-06-15 misha
5115:
5116: * src/: classes/curl.C, classes/file.C, classes/image.C,
5117: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
5118: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
5119: ^file::create[text;content] EOLs in content now is normalized. (
5120: new feature: #815 )
5121:
5122: 2012-06-15 moko
5123:
5124: * configure.in: --disable-version-update added to disable version
5125: update with host information (for debian package) whitespace
5126: optimized
5127:
5128: * configure.in: version changed to 3.4.2 RC no-pic added for
5129: libtool
5130:
5131: * src/include/pa_version.h: Nice pa_version.h default. Please keep
5132: it.
5133:
5134: 2012-06-14 moko
5135:
5136: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
5137: tests/results/281.processed: "hash flocked" error removed for
5138: safe operations like ^h._count[] ( new feature: #335 )
5139:
1.116 moko 5140: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 5141:
5142: * buildall-with-xml, buildall-without-xml: --with-static -> --with
5143:
5144: * configure.in: --with-static/shared xml replaced with --with-xml,
5145: xml compilation check added
5146:
5147: * configure.in: --with-static/shared-gc, --with-static-pcre are
5148: replaced with --with-gc and --with-pcre test for pcre linking
5149: added
5150:
5151: 2012-06-13 moko
5152:
5153: * configure.in: apxs2 check optimized
5154:
5155: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5156: .la, includes optimized
5157:
5158: * buildall-with-xml: --with-pic looks better for -fPIC
5159:
5160: * configure.in: switched to convenience library in static linking
5161:
5162: * src/targets/apache/Makefile.am: switched to convenience library
5163: usage to avoid libtool warnings
5164:
5165: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5166: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5167: smtp/Makefile.am: switched to convenience library usage
5168:
5169: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5170:
5171: * src/targets/apache/Makefile.am: updated for libtool usage
5172:
5173: * buildall-without-xml: --with-included-ltdl added
5174:
5175: * buildall-without-xml: sync with buildall-with-xml
5176:
5177: * buildall-with-xml: --with-included-ltdl added $cflags added for
5178: -fPIC for x64 $download added for wget success check added
5179:
5180: * buildall-without-xml: --with-dynamic-stdcpp removed
5181:
5182: * configure.in: disable-static returned
5183:
5184: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5185: LIBTOOLFLAGS
5186:
5187: 2012-06-12 moko
5188:
5189: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5190: compatible with LIBTOOLFLAGS for unknown reasons
5191:
5192: * buildall-with-xml: --with-dynamic-stdcpp removed
5193:
5194: * configure.in: static/dynamic -lstdc++ linking option removed
5195: apxs2 check added
5196:
5197: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5198: option removed
5199:
5200: 2012-06-10 moko
5201:
5202: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5203: added
5204:
5205: * src/targets/cgi/pp3.cmd: old PAF stuff
5206:
1.116 moko 5207: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5208: beauty
1.95 moko 5209:
5210: * depcomp: from libtool 2.4.2
5211:
5212: * configure.in: ltdl directory removed, it has correct Makefile.in
5213:
5214: 2012-06-09 moko
5215:
1.116 moko 5216: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5217: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5218: autogenerated files updated after libtool update
5219:
1.116 moko 5220: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5221: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5222: config_auto.h.in, config_fixed.h, configure, configure.ac,
5223: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5224: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5225: config/compile, config/config.guess, config/config.sub,
5226: config/depcomp, config/install-sh, config/ltmain.sh,
5227: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5228: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5229: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5230: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5231: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5232: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5233: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5234: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5235:
5236: * configure.in: preparation for new libtool
5237:
5238: * configure.in: Some beauty added :)
5239:
5240: * src/targets/apache/Makefile.am: := -> =
5241:
5242: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5243: again. :)
5244:
5245: * src/include/pa_config_includes.h, configure.in: limits.h added,
5246: previously was taken from pcre_internal.h. :)
5247:
5248: * src/lib/pcre/Makefile.am: config.h returned
5249:
5250: * src/lib/pcre/config.h: still need this. :)
5251:
5252: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5253:
5254: * configure.in: --with-charsets removed; --with-mysql-client & co
5255: removed
5256:
5257: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5258: now in parser tree, no need to copy
5259:
5260: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5261: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5262: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5263: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5264: extracts now used old trash removed
5265:
5266: * etc/parser3.charsets/Makefile.am: charsets now in share
5267: (debian/patches/104_automake.patch) + all charsets are copied
5268:
5269: * buildall-with-xml, buildall-without-xml: curl option removed +
5270: extra arguments now supported
5271:
5272: 2012-06-08 misha
5273:
5274: * src/classes/table.C: - one params.as_hash usage was rolled back:
5275: the 2nd option in ^table.hash[] could be hash or table so
5276: .as_hash will throw an exception when table option is specified
5277:
5278: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5279: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5280: classes/table.C, classes/void.C, classes/xdoc.C,
5281: include/pa_exception.h, types/pa_vmethod_frame.C,
5282: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5283: and improved (whitespaces are allowed as empty options) -
5284: MethodParams::as_table is added - above methods are used for
5285: parsing methods' options ( new feature: #9 )
5286:
5287: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5288: to vclass. now class fields can be accessible as a hash:
5289: $h[^hash::create[$asd:CLASS]]
5290:
5291: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5292: have get_fields method so their fields can be accessed with
5293: ^reflection:fields[...] & ^reflection:field[...]
5294:
5295: 2012-06-06 misha
5296:
5297: * tests/280.html: - tests for
5298: ^reflection:method[obj-or-class;method],
5299: ^reflection:field[obj-or-class;field] and
5300: ^reflection:fields[obj-or-class] are added
5301:
5302: 2012-06-05 misha
5303:
5304: * src/classes/reflection.C: - ^reflection:method[class or
5305: object;method name] and ^reflection:field[class or object;field
5306: name] are added
5307:
5308: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5309: is used
5310:
5311: * src/types/pa_method.h: - Method::as_vjunction method is added
5312:
5313: 2012-06-05 moko
5314:
1.116 moko 5315: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5316:
5317: * src/classes/memcached.C: flish ttl fixed
5318:
5319: 2012-06-04 moko
5320:
5321: * src/classes/json.C, src/classes/op.C, tests/279.html,
5322: tests/results/279.processed: ^json:parse[] now supports $.taint
5323: option (new feature #833)
5324:
5325: 2012-06-04 misha
5326:
5327: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5328: - search_stop method was moved from pa_vcookie.C to pa_common.C
5329:
5330: 2012-06-03 misha
5331:
5332: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5333: cookies are parced and stored into $.cookies ( new feature: #31 )
5334:
5335: 2012-05-30 misha
5336:
5337: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5338: incomplete class into a scope while @USE is found
5339:
5340: * src/main/compile.y: - add incomplete class into a scope while
5341: @USE and @CLASS instructions are found ( bugfix: #838 )
5342:
5343: 2012-05-30 moko
5344:
5345: * src/types/pa_vclass.C, tests/278.html,
5346: tests/results/278.processed: removed "property has no getter
5347: method" exception when GET_DEFAULT present (fixes #269)
5348:
5349: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5350: $._default
5351:
5352: 2012-05-29 moko
5353:
5354: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5355: uninitialized values usage (new feature: #154)
5356:
5357: 2012-05-28 moko
5358:
5359: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5360: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5361: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5362: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5363: src/types/pa_vobject.C, src/types/pa_vobject.h,
5364: src/types/pa_vstring.h, src/types/pa_vtable.C,
5365: tests/results/277.processed, src/types/pa_vtable.h,
5366: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5367: ^json:string[$o; $.default[$method]] implemented for VObject (new
5368: feature #803)
5369:
5370: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5371: tests/results/277.processed: json numbers are now treated as
5372: double ( new feature: #834 )
5373:
5374: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5375: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5376: added for out of range checks, zero division in vint/vdouble
5377: check added ( fixes #832 )
5378:
5379: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5380: ( fixes #832 )
5381:
5382: 2012-05-28 misha
5383:
5384: * buildall-with-xml: - --without-lzma option is added to libxml2
5385: configure
5386:
5387: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5388: added - tests for unsupported values for options $.file, $.table
5389: and $.date are added
5390:
5391: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5392: accepts "stat" $.file[] option's value in addition to existed
5393: "text" and "base64" ( new feature: #835 )
5394:
5395: * tests/276.html: - test for
5396: ^reflection:delete[$object-or-class;field-name]
5397:
5398: * src/classes/reflection.C: -
5399: ^reflection:delete[$object-or-class;field-name] is added ( new
5400: feature: #268 )
5401:
5402: 2012-05-27 misha
5403:
5404: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5405:
5406: 2012-05-24 misha
5407:
5408: * src/include/pa_common.h: - method lastposafter was removed
5409:
5410: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5411: lastposafter - ^file:dirname[] & Co proper handle windows file
5412: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5413: work as *nix commands
5414:
5415: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5416:
5417: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5418: rskipchars were added
5419:
5420: * tests/270.html: - more tests for ^file:find[]
5421:
5422: * tests/065.html: - more tests for ^file:dirname[] & Co
5423:
5424: * src/include/pa_version.h: - must be "win32" here. it is
5425: auto-generated on *nix
5426:
5427: 2012-05-24 moko
5428:
5429: * src/classes/math.C: ^math:convert[] now supports uint32 and
5430: throws overflow exception ( new feature: #830 )
5431:
5432: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5433: uint32 support and overflow added ( new feature: #830 )
5434:
5435: 2012-05-23 moko
5436:
5437: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5438: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5439: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5440: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5441: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5442: types/pa_vregex.h, types/pa_vstateless_class.C,
5443: types/pa_vstateless_class.h, types/pa_vstring.h,
5444: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5445: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5446: "return string as-is" removed from as_expr_result. ( new feature:
5447: #831 )
5448:
5449: * tests/results/244.processed: test changed after bug #782 fix
5450: commited
5451:
5452: * tests/results/229.processed: test results for bug #782 commited
5453:
5454: * tests/: 254.html, results/254.processed: uid now just compared,
5455: not printed. :)
5456:
5457: 2012-05-20 moko
5458:
5459: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5460: feature: #341 )
5461:
5462: * tests/: 254.html, results/254.processed: test for
5463: ^reflection:uid[] added
5464:
5465: * tests/: 254.html, results/254.processed: test for
5466: ^reflection:uid[$obj] added
5467:
5468: 2012-05-17 misha
5469:
5470: * src/main/untaint.C: - do not replace ' char by _26 while
5471: exploding filespec-tainting ( new feature: #829 )
5472:
5473: 2012-05-12 moko
5474:
5475: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5476: not.
5477:
5478: 2012-05-08 moko
5479:
5480: * src/types/pa_vmethod_frame.h: bug #782 fixed
5481:
5482: * tests/229.html: test for bug #782
5483:
5484: * tests/results/259.processed, src/main/pa_request.C,
5485: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5486: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5487: src/types/pa_vvoid.h: feature #154 - first empty param now
5488: string; defined locals are empty strings; $STRICT-VARS(true)
5489: added
5490:
5491: 2012-04-27 moko
5492:
1.116 moko 5493: * src/targets/apache/Makefile.am:
1.95 moko 5494: ../../lib/memcached/libmemcached.a added
5495:
5496: 2012-04-27 misha
5497:
5498: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5499: ( #827 )
5500:
5501: 2012-04-25 moko
5502:
5503: * src/: classes/json.C, classes/memcached.C,
5504: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5505: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5506: implemented.
5507:
5508: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5509:
5510: 2012-04-23 moko
5511:
5512: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5513: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5514: types/pa_vmemcached.h: open allows options hash for new
5515: memcached(options) function
5516:
5517: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5518: not appended
5519:
5520: 2012-04-21 moko
5521:
5522: * src/classes/curl.C: '' added. :)
5523:
5524: * src/classes/classes.vcproj: new curl.h location
5525:
5526: * src/classes/curl.C: verbose output redirection from stderr to
5527: file curl option added
5528:
5529: 2012-04-20 moko
5530:
5531: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5532: contains what we need from curl, #ifdef HAVE_CURL removed
5533:
1.116 moko 5534: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5535: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5536: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5537: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5538: configure option
5539:
5540: 2012-04-19 moko
5541:
5542: * src/: classes/double.C, classes/inet.C, classes/int.C,
5543: classes/string.C, lib/gc/include/gc_allocator.h,
5544: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5545: options from sql_result_string removed. (closes issue #468)
5546:
5547: * src/types/pa_vmemcached.C: empty string fix
5548:
5549: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5550: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5551: pa_vmemcached.C
5552:
5553: 2012-04-18 moko
5554:
5555: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5556: apache2-mpm-prefork" error displayed in threaded mpm.
5557:
5558: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5559: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5560: installed (issue #354)
5561:
5562: 2012-04-16 moko
5563:
5564: * src/types/pa_vmemcached.C: call to memcached_result_create and
5565: memcached_result_free removed
5566:
5567: 2012-04-14 moko
5568:
5569: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5570:
5571: * src/types/pa_vmemcached.C: check_key added and used
5572:
5573: 2012-04-13 moko
5574:
5575: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5576: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5577: Serialization_data now added and used, VString now serialized
5578: with languages into memcached.
5579:
5580: 2012-03-28 moko
5581:
5582: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5583: lib/memcached/pa_memcached.h: result lengths added
5584:
5585: 2012-03-27 moko
5586:
5587: * src/types/pa_vmemcached.C: strdup added
5588:
5589: 2012-03-24 moko
5590:
5591: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5592: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5593: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5594:
5595: 2012-03-20 moko
5596:
1.116 moko 5597: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5598:
5599: * src/targets/cgi/Makefile.am: cleanup
5600:
5601: * src/: types/Makefile.am, types/pa_vmemcached.C,
5602: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5603:
5604: * src/: classes/Makefile.am, classes/memcached.C,
5605: lib/memcached/Makefile.am, lib/memcached/constants.h,
5606: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5607: lib/memcached/types.h, lib/Makefile.am: memcached initial
5608:
5609: 2012-03-16 moko
5610:
5611: * src/main/execute.C: ident now works under Linux + ident displays
5612: filenames (closes issue #818)
5613:
1.116 moko 5614: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5615: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5616: pa_vmethod_frame_local.h removed
5617:
5618: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5619: classes/classes.h, classes/curl.C, classes/date.C,
5620: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5621: classes/hashfile.C, classes/image.C, classes/inet.C,
5622: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5623: classes/memory.C, classes/op.C, classes/reflection.C,
5624: classes/regex.C, classes/response.C, classes/string.C,
5625: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5626: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5627: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5628: include/pa_config_fixed.h, include/pa_config_includes.h,
5629: include/pa_dictionary.h, include/pa_dir.h,
5630: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5631: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5632: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5633: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5634: include/pa_request_charsets.h, include/pa_request_info.h,
5635: include/pa_sapi.h, include/pa_socks.h,
5636: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5637: include/pa_stack.h, include/pa_string.h,
5638: include/pa_stylesheet_connection.h,
5639: include/pa_stylesheet_manager.h, include/pa_table.h,
5640: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5641: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5642: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5643: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5644: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5645: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5646: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5647: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5648: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5649: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5650: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5651: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5652: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5653: main/pa_string.C, main/pa_stylesheet_connection.C,
5654: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5655: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5656: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5657: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5658: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5659: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5660: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5661: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5662: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5663: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5664: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5665: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5666: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5667: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5668: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5669: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5670: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5671: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5672: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5673: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5674: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5675: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5676: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5677: types/pa_vresponse.h, types/pa_vstateless_class.C,
5678: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5679: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5680: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5681: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5682: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5683: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5684: ident now works under Linux + ident displays filenames (closes
5685: issue #818) Copyright updated
5686:
5687: 2012-03-13 moko
5688:
5689: * src/main/pa_string.C: compilation fix for feature #741
5690:
5691: 2012-03-09 misha
5692:
5693: * tests/193.html: - tests for ^string:base64[encoded] are updated
5694:
5695: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5696: now detects invalid base64 chars in the middle of encoded stricg
5697: ( new feature: #55 )
5698:
5699: * src/include/pa_exception.h: - new exception type for base64
5700: decoding is added
5701:
5702: 2012-03-06 misha
5703:
5704: * tests/274.html: - tests for ^date::today[] and
5705: ^date.sql-string[datetime|date|time] are added
5706:
5707: * src/classes/date.C: - constructor ^date::today[] is added ( new
5708: feature: #811 ) - ^date.sql-string[] now can accept one param --
5709: strings "datetime", "date" or "time" - comments tidying up
5710:
5711: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5712: date and time
5713:
5714: 2012-03-03 misha
5715:
5716: * tests/193.html: - tests for
5717: ^string:base64[encoded;$.strict(true)] are added
5718:
5719: * tests/results/auto.p: - try-catch operator is added
5720:
5721: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5722: main/pa_common.C: - $.strict(true|false) option is added to
5723: base64 decode methods ( new feature: #55 )
5724:
5725: * src/main/pa_common.C: - base64 decode memory usage was decreased
5726: ( new feature: #819 )
5727:
5728: 2012-02-28 moko
5729:
5730: * src/classes/hash.C: ident test
5731:
5732: 2012-02-27 misha
5733:
5734: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5735:
5736: 2012-01-08 misha
5737:
5738: * tests/273.html: - tests for ^string.replace[from;to] are added
5739:
5740: * src/: classes/string.C, include/pa_dictionary.h,
5741: main/pa_dictionary.C, main/pa_string.C: -
5742: ^string.replace[from;to] is added ( new feature: #741 ) -
5743: ^string.replace[one subst here] is slightly optimized
5744:
5745: 2011-12-07 misha
5746:
5747: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5748: named table with one empty column ( bugfix: #63 )
5749:
5750: 2011-11-30 misha
5751:
5752: * src/classes/json.C: - it's possible to set user's method for
5753: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5754: #763 )
5755:
5756: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5757:
5758: 2011-11-23 misha
5759:
5760: * src/: classes/curl.C, classes/file.C, classes/image.C,
5761: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5762: types/pa_vfile.h, types/pa_vform.C: - constructor
5763: ^file::create[mode;filename;content[;options]] now accepts binary
5764: mode and file-content - new constructor's format:
5765: ^file::create[string-or-file-content[;$.name[filename]
5766: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5767: feature: #65 )
5768:
5769: * src/: include/pa_request.h, main/pa_request.C: - new method
5770: mime_type_of(const String*) is added
5771:
5772: * src/include/pa_exception.h: - new exception constant
5773: FILE_NAME_MUST_BE_SPECIFIED is added
5774:
5775: * src/classes/table.C: - bug with negative offset transformed into
5776: a feature. it means pointing to a row from the end of the table (
5777: new feature: #810 )
5778:
5779: 2011-11-19 misha
5780:
5781: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5782: â ìåòîäå _select ( new feature: #810 )
5783:
5784: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5785: options were specified together is simplified
5786:
5787: 2011-11-12 misha
5788:
5789: * src/main/pa_request.C: - forgotten fix for escaping filename in
5790: HTTP content-disposition header (a part of bug #361 )
5791:
5792: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5793: checks for ancestors' classes as well ( new feature: #456 )
5794:
5795: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5796: "without cycle" now have types "parser.break" and
5797: "parser.continue" instead of "parser.runtime" ( new feature: #799
5798: )
5799:
5800: 2011-11-11 misha
5801:
5802: * tests/results/: 099.processed, 100.processed, 205.processed,
5803: 237.processed: - since bug #361 was fixed the content of filename
5804: in HTTP headers is quoted
5805:
5806: * tests/results/270.processed: - result for test 270
5807:
5808: * tests/: 065.html, results/065.processed: - more tests for
5809: ^file:basename[] & Co were added
5810:
5811: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5812:
5813: * tests/270.html: - tests for ^file:find[] are added
5814:
5815: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5816: using option $.charset. option $.engoding is still supported but
5817: these options can not be specified together
5818:
5819: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5820: comparation charset name with string "UTF-8" ( bugfix: #759 )
5821:
5822: 2011-10-11 misha
5823:
5824: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5825: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5826: #622)
5827:
5828: 2011-09-30 misha
5829:
5830: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5831: exception "saving stat-ed file" ( bugfix: #395 )
5832:
5833: 2011-05-30 misha
5834:
5835: * src/classes/string.C: - fixed bug which was added with
5836: params.as_hash into string:sql
5837:
5838: 2011-05-29 misha
5839:
5840: * src/types/pa_value.C: - filename in content-disposition header
5841: must be quoted ( bugfix: #361 )
5842:
5843: 2011-05-27 misha
5844:
5845: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5846: created file
5847:
5848: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5849: usage
5850:
5851: * src/include/pa_exception.h: - one more string for exception was
5852: added
5853:
5854: 2011-05-25 misha
5855:
5856: * tests/269.html: - tests for checking input params in some dom
5857: methods
5858:
5859: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5860: was added. it isn't possible not wo create xdoc with invalid
5861: tagName. ( bugfix: #160 )
5862:
5863: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5864: string "data must be string" was mover from pa_exception.h to
5865: pa_xml_exception.h
5866:
5867: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5868: as_xmlncname, as_xmlname and as_xmlnsuri were added
5869:
5870: * src/main/pa_xml_exception.C: - XmlException accepts more options
5871:
5872: * src/include/pa_xml_exception.h: - XmlException accepts more
5873: options - XML-related exception's strings were added
5874:
5875: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5876: output_options were removed)
5877:
5878: 2011-05-19 misha
5879:
5880: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5881: params.as_hash is used more while parsing methods hash-options
5882:
5883: 2011-05-18 misha
5884:
5885: * operators.txt: - info about json-serialization of xdoc was added
5886:
5887: * tests/256.html: - tests for json-serialization xdoc were added
5888:
5889: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5890:
5891: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5892: classes/json.C, classes/xdoc.C: - now json:string can serialize
5893: xdoc-objects. options (the same as ^xdoc.string[]) could be
5894: specified in $.xdoc[] ( new feature: #265 )
5895:
5896: 2011-05-15 misha
5897:
5898: * tests/268.html: - tests for ^table.count[with options] were added
5899:
5900: * src/classes/table.C: - method ^table.count[] now can accept
5901: options ( new feature: #93 ): ^table.count[column] returns number
5902: of columns for named table; ^table.count[cells] returns number of
5903: cells in the current row; ^table.count[] & ^table.count[rows]
5904: return number of rows in a table.
5905:
5906: * tests/267.html: - test for checking switch/case in boolean mode
5907: was added
5908:
5909: * src/classes/op.C: - if switch's or case's value is bool, they are
5910: compared as bool values, not as double values: new feature: #351
5911:
5912: 2011-05-06 misha
5913:
5914: * tests/242.html: - EOL before EOF was added
5915:
5916: * tests/169.html: - tests for splitting empty string and void were
5917: added
5918:
5919: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5920: returned table with one empty cell)
5921:
5922: 2011-04-03 misha
5923:
5924: * src/include/pa_version.h, configure.in: - version in head was
5925: changed to 3.4.2b
5926:
5927: 2011-03-30 misha
5928:
5929: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5930: as well ( new feature #294 )
5931:
5932: 2011-03-29 misha
5933:
5934: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5935: limited to approx. 6 MB. previous limits were too big for real
5936: life. bugfix: #216
5937:
5938: 2011-03-04 moko
5939:
5940: * etc/parser3.charsets/cp866.cfg: Conforms to
5941: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5942:
5943: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5944: vlalek@
5945:
5946: 2011-02-22 misha
5947:
5948: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5949: be under #ifdef XML or parser can't be compiled without xml
5950: support
5951:
5952: 2011-02-21 misha
5953:
1.116 moko 5954: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5955: ApacheModuleParser3.vcproj was removed
5956:
5957: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5958: removed)
5959:
5960: 2011-02-20 misha
5961:
5962: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5963: $.overridden in ^reflection:method_info[...] were added
5964:
5965: * src/classes/reflection.C: - beautifying result of
5966: ^reflection:method_info[] ($.overridden/inherited)
5967:
5968: 2011-02-18 misha
5969:
5970: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5971: and pa_isalnum instead of isalpha and isalnum - bug with
5972: redundand quoting lowercased latin chars while building email
5973: body was fixed
5974:
5975: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5976: added (they check for latin chars only)
5977:
5978: 2011-02-16 misha
5979:
5980: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5981: string size for transcoding gave too small value (should ever
5982: look for availability char in dest charset inspite of the char
5983: size)
5984:
5985: 2011-02-04 moko
5986:
5987: * tests/223.html: header values now not url-encoded (issue #195)
5988:
5989: 2011-02-01 misha
5990:
5991: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5992:
5993: 2011-01-31 misha
5994:
5995: * src/main/pa_request.C: - throw exception if param file_name in
5996: use_file is empty
5997:
5998: 2011-01-08 moko
5999:
6000: * src/classes/curl.C: compilations errors fixed
6001:
6002: 2010-12-29 moko
6003:
6004: * tests/: 265.html, results/265.processed: test for issue #200
6005: added
6006:
6007: * src/main/pa_string.C: empty regex result check added (fixes issue
6008: #200)
6009:
6010: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
6011:
6012: * tests/results/223.processed: header values now not url-encoded
6013: (issue #195)
6014:
6015: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
6016: main/untaint.C: L_HTTP_HEADER now used in http headers values,
6017: pa_http_safe_header_name added for headers names (fixes bug #195)
6018:
6019: 2010-12-18 misha
6020:
6021: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
6022: => pa-include
6023:
6024: 2010-11-28 moko
6025:
6026: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
6027:
6028: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
6029: -> pa
6030:
6031: * configure.in: apr -> pa
6032:
6033: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
6034:
6035: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
6036: classes/Makefile.am, types/Makefile.am: apr -> pa
6037:
6038: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
6039: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
6040: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
6041: pa-include/pa_apr.h, pa-include/pa_errno.h,
6042: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
6043: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
6044: module apr name conflict resolved)
6045:
6046: 2010-11-27 misha
6047:
6048: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
6049: libbz2
6050:
6051: 2010-11-26 misha
6052:
6053: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
6054: warnings removed
6055:
6056: 2010-11-25 moko
6057:
6058: * operators.txt: $.indent(true)
6059:
6060: * operators.txt: another bugfix. :)
6061:
6062: * operators.txt: bugfix. :)
6063:
6064: * buildall-with-xml: libxml2-2.7.8 + with-apache
6065:
6066: 2010-11-24 moko
6067:
1.116 moko 6068: * configure: apxs support
1.95 moko 6069:
6070: * configure.in: apxs support -Bstatic gc removed for OS X
6071:
6072: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
6073:
6074: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
6075: THREAD_LOCAL usage
6076:
6077: * src/: classes/curl.C, include/pa_config_includes.h,
6078: main/pa_globals.C: THREAD_LOCAL defined and used
6079:
6080: 2010-11-23 moko
6081:
6082: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
6083: should be passed to pa_sleep, and only fractional part (bugfix:
6084: #188)
6085:
6086: * src/targets/apache/mod_parser3.c: 1.3 compatibility
6087:
6088: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6089: GC_dont_gc=1, as in cgi version
6090:
6091: * src/targets/apache/mod_parser3.c: warning war
6092:
6093: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6094: pa_httpd.h: version removed, some trash removed
6095:
6096: * src/targets/apache/mod_parser3.c: version removed (we don't want
6097: to show it), warning war
6098:
6099: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6100: pa_httpd.h: parser_status_allowed removed + merge config
6101: functions removed (override is the default) + beauty
6102:
6103: * src/: include/pa_request.h, main/pa_request.C,
6104: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
6105: hide $status used in apache module removed
6106:
6107: 2010-11-18 moko
6108:
6109: * operators.txt: $.table[compact] added for ^json:string[]
6110:
6111: 2010-11-16 moko
6112:
6113: * src/targets/apache/mod_parser3.c: some cleanup done
6114:
6115: * src/main/untaint.C: bugfix: first, second String::Body argument
6116: is hashcode; second, info.fragment_begin is original, not
6117: resulting length
6118:
6119: * src/classes/file.C: new feature: $.stdin now untainted
6120:
6121: * tests/results/264.processed: new feature: $.stdin[] now untainted
6122:
6123: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
6124:
6125: * src/classes/op.C: ^apply-taint[] method added
6126:
6127: * tests/: 264.html, results/264.processed: ^apply-taint[] test
6128: added; $.stdin untaint test added
6129:
6130: 2010-11-15 moko
6131:
6132: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
6133: removed
6134:
6135: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
6136: pa_httpd.h: 2x2 calculated under apache2. :)
6137:
6138: 2010-11-13 moko
6139:
6140: * src/targets/apache/mod_parser3.c: initial changes to build module
6141: with apache 2.x includes
6142:
6143: * src/targets/apache/: Makefile.am, mod_parser3.c,
6144: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
6145: united apache 1.3 / apache 2.x DSO module
6146:
6147: 2010-11-09 moko
6148:
6149: * src/types/pa_method.h: check added to dissallow @method[name;*]
6150: syntax
6151:
6152: * tests/: 263.html, results/263.processed: test from method[*args]
6153: added
6154:
6155: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6156: number of params can now be passed to a method declared with *arg
6157:
6158: 2010-11-06 moko
6159:
6160: * src/classes/table.C: formating fixed. :)
6161:
6162: * src/classes/table.C: closes #4: ^table.select now supports
6163: $.limit(), $.offset, $.reverse() options
6164:
6165: * tests/: 262.html, results/262.processed: test for ^table:select
6166: with options added (feature #4)
6167:
6168: * src/include/pa_array.h: remove function added
6169:
6170: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6171: object in get_element/put_element, using static one.
6172:
6173: 2010-11-04 moko
6174:
6175: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6176: options is passed
6177:
6178: * tests/: 256.html, results/256.processed: $.table[compact] feature
6179: now tested; k and p in handler now tested.
6180:
6181: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6182: $.table[compact] feature added
6183:
6184: * src/classes/json.C: key is now passed to handler in
6185: value_json_string; ^json:string result now process tainting
6186: inside and returns clean string, related to issue #153
6187:
6188: * src/main/untaint.C: bugfix: charset can be null (in
6189: ^string:save[] as example), thus check is added
6190:
6191: 2010-10-31 moko
6192:
6193: * src/classes/string.C: error message changed (fixes issue #149)
6194:
6195: 2010-10-29 moko
6196:
6197: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6198: port is not default (fixes issue #155); exception on invalid port
6199: added.
6200:
6201: * src/main/untaint.C: '*' is now not urlencoded to allow header
6202: "Accept: */*" to be passed
6203:
6204: 2010-10-28 moko
6205:
6206: * src/classes/curl.C: bugfix: detect_charset() was throwing
6207: exception on unknown charset even if response_charset was
6208: specified
6209:
6210: 2010-10-27 moko
6211:
6212: * src/classes/string.C: ^string.append removed for void
6213: compatibility
6214:
6215: 2010-10-26 moko
6216:
6217: * src/classes/json.C: libjson supports array at top level, we too
6218: (GPF fixed)
6219:
6220: 2010-10-25 moko
6221:
6222: * tests/: 253.html, results/253.processed: libjson supports array
6223: at top level, parser now supports it as well.
6224:
6225: * tests/261.html, tests/results/261.processed,
6226: src/types/pa_vstring.h: empty string is now void compatible
6227: (allows $empty.key)
6228:
6229: 2010-10-22 misha
6230:
6231: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6232: while adding additional expires checkout)
6233:
6234: * tests/030.html: - test for session cookie was added
6235:
6236: 2010-10-21 moko
6237:
6238: * src/: classes/string.C, classes/void.C, main/execute.C,
6239: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6240: string (feature #111)
6241:
6242: * tests/: 261.html, results/261.processed: checks void from string
6243: inheritance (feature #111)
6244:
6245: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6246: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6247: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6248: now true by default
6249:
6250: 2010-10-17 moko
6251:
6252: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6253: upload now uses binary blocks instead of L_FILE_POST tainting.
6254: (bugfix: #128)
6255:
6256: * tests/: 223.html, results/223.processed: binary file upload test
6257: added, GPF (issue #128) also checked in this test
6258:
6259: 2010-10-13 misha
6260:
6261: * tests/260.html: - test for math:convert
6262:
6263: * src/classes/math.C: - error in math:convert was fixed
6264:
6265: * operators.txt: - info about
6266: ^math:convert[number](from-base;to-base) was added
6267:
6268: * src/classes/math.C: - method
6269: ^math:convert[number](from-base;to-base) for converting number
6270: represention from one base to another was added ( new feature:
6271: #23 )
6272:
6273: 2010-10-13 moko
6274:
6275: * src/main/compile.tab.C: [] now is empty string, not void
6276:
6277: * src/main/compile.y: [] now is empty string, not void
6278:
6279: * src/types/pa_vvoid.h: void now passed as parameter
6280:
6281: * tests/: 259.html, results/259.processed: to test difference
6282: between void and empty string (see ticket #111)
6283:
6284: * tests/results/152.processed: $sEmpty[] is now empty string, not
6285: void
6286:
6287: * tests/256.html: $s[$void] is no longer empty string
6288:
6289: * tests/254.html: empty string is no longer void
6290:
6291: 2010-10-12 misha
6292:
6293: * src/types/pa_vcookie.C: - check if $.expires value can be
6294: converted to date during cookies set up ( bugfix: #104 )
6295:
6296: * tests/041.html: - more tests for ^table.locate were added
6297:
6298: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6299: work ( bugfix: #129 ) - exception comment for incorrect options
6300: ^table.locate[field;value;options] was fixed
6301:
6302: 2010-10-10 moko
6303:
6304: * src/: classes/reflection.C, main/execute.C: constructor returning
6305: another object feature returned
6306:
6307: * tests/results/258.processed: test result updated as constructor
6308: returning another object feature returned
6309:
6310: * tests/: 258.html, results/258.processed: test for constructor
6311: returning another object
6312:
6313: 2010-10-08 misha
6314:
6315: * tests/257.html: - whitespaces after @METACOMMANDS and their
6316: options shouldn't cause exceptions any longer
6317:
6318: 2010-10-06 moko
6319:
6320: * src/classes/: hash.C, table.C: length from sql server is now
6321: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6322:
6323: 2010-10-02 misha
6324:
6325: * operators.txt: - the X mark was removed from ^cache[file]. it is
6326: usable to delete cache file.
6327:
6328: 2010-10-02 moko
6329:
6330: * tests/: 253.html, results/253.processed: hook_key added for key
6331: checking
6332:
6333: * src/classes/json.C: null key bug fixed
6334:
6335: 2010-09-29 misha
6336:
6337: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6338:
6339: 2010-09-25 moko
6340:
6341: * src/classes/json.C: small fixed
6342:
6343: * tests/results/: 253.processed, 255.processed: just updated
6344:
6345: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6346: results/255.processed: charset transcode test added for
6347: json:parse
6348:
6349: 2010-09-24 moko
6350:
6351: * src/types/pa_value.h: warning war :)
6352:
6353: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6354: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6355: ^json:string
6356:
6357: 2010-09-22 moko
6358:
6359: * src/main/pa_charset.C: parser charset tables declare only
6360: white-space before 0x20, thus adding the missing chars
6361:
6362: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6363: to http://unicode.org/Public/MAPPINGS/VENDORS/
6364:
6365: 2010-09-21 misha
6366:
6367: * src/main/compile.y: - some semicolons were added (VS2010 don't
6368: want to compile grammar if they are absent)
6369:
6370: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6371:
6372: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6373:
6374: * src/main/main.vcproj: - path to bison is changed
6375:
6376: 2010-09-21 moko
6377:
1.116 moko 6378: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6379: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6380: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6381:
6382: 2010-09-20 misha
6383:
6384: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6385:
6386: * src/classes/json.C: - add EOL while json-serializing hash
6387:
6388: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6389: compilers don't like 'ES'.
6390:
6391: 2010-09-17 misha
6392:
6393: * operators.txt: - info about json class was added
6394:
6395: * src/classes/json.C: - ^json:string[object]
6396:
6397: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6398: preventing infinite recursion while executing json:string was
6399: added
6400:
6401: * src/include/pa_string.h: - method append_quoted was added
6402:
6403: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6404: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6405: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6406: was added to Value & Co
6407:
6408: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6409: were used
6410:
6411: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6412: were added
6413:
6414: 2010-09-10 moko
6415:
6416: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6417: die_or_abort (backport from 3.4.1)
6418:
6419: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6420: die_or_abort (bugfix: #106)
6421:
6422: 2010-09-09 moko
6423:
6424: * src/classes/json.C: warning war. :)
6425:
6426: 2010-09-08 misha
6427:
6428: * src/lib/json/Makefile.am: - additional include directories were
6429: added (for pa_memory.h and gc.h)
6430:
6431: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6432: compile as C++ instead default - additional include directory was
6433: added (for gc.h)
6434:
6435: * src/types/pa_vform.C: - little code reformating
6436:
6437: * src/classes/file.C: - $.content-type option now can be specified
6438: in ^file::create ( new feature: #102 )
6439:
6440: 2010-09-08 moko
6441:
6442: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6443: pa_malloc/pa_free
6444:
6445: 2010-09-07 moko
6446:
6447: * tests/results/254.processed: VStateless_class:put_element
6448: exception was fixed
6449:
6450: * src/types/: pa_value.h, pa_vstateless_class.h: now
6451: VStateless_class:put_element barks self.type, not this.type
6452: (bugfix: #105)
6453:
6454: 2010-09-06 moko
6455:
6456: * src/classes/reflection.C: bugfix: new String() is required for
6457: exception handling
6458:
6459: * tests/: 254.html, results/254.processed: test modified
6460:
6461: 2010-09-05 moko
6462:
6463: * tests/: 254.html, results/254.processed: ^reflection:copy test
6464: added
6465:
6466: * src/: classes/reflection.C, include/pa_request.h:
6467: ^reflection:copy implemented (new feature: #100)
6468:
6469: 2010-09-03 moko
6470:
6471: * src/lib/json/JSON_parser.C: c++ compatiblity
6472:
6473: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6474: option testing added
6475:
6476: 2010-09-02 moko
6477:
6478: * src/classes/json.C: $.distinct[first|last|all] added
6479:
6480: 2010-09-01 moko
6481:
6482: * tests/results/253.processed: json test result
6483:
6484: * tests/: 253.html, 253_json.txt: json test added
6485:
6486: * src/classes/json.C: json.C update to actual version + hash key
6487: creation bugfix
6488:
6489: 2010-08-31 misha
6490:
6491: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6492: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6493: src/lib/Makefile.am, src/classes/Makefile.am,
6494: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6495: json library was added
6496:
6497: 2010-08-30 moko
6498:
6499: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6500: types/pa_vobject.C: cosmetic optimization in
6501: request:execute_method usage
6502:
6503: * src/: include/pa_charset.h, main/pa_charset.C: small
6504: optimization, just to decrease number of lines. :)
6505:
6506: 2010-08-27 misha
6507:
6508: * src/classes/op.C: - taint[json] was added
6509:
6510: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6511: were added
6512:
6513: * src/main/pa_exec.C: - warning fix was rolled back.
6514:
6515: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6516: include/pa_string.h: - taint[json] was added - escaping was
6517: slightly modified
6518:
6519: 2010-08-25 misha
6520:
6521: * src/classes/file.C: - typo in file:sql exception was fixed
6522:
6523: * src/main/pa_exec.C: - warning about declared and not used
6524: variable forced_allow was removed
6525:
6526: 2010-08-14 misha
6527:
6528: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6529: were removed
6530:
6531: 2010-08-11 moko
6532:
6533: * tests/: 249.html, results/249.processed: default setter and
6534: anti-recursive default getter test added
6535:
6536: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6537: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6538: types/pa_vobject.h, types/pa_vstateless_class.C,
6539: types/pa_vstateless_class.h: default setter support +
6540: anti-recursive default getter support ( new feature: #13 )
6541:
6542: * src/include/pa_hash.h: optimization: threshold member removed
6543: from hash, reducing sizeof(hash)
6544:
6545: 2010-08-10 misha
6546:
6547: * tests/196.html: - junction-method was added to the test
6548:
6549: * tests/248.html: - ups. typo :)
6550:
6551: * tests/248.html: - test for checking .match with 4 params
6552:
6553: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6554: 247_windows1251.txt: - test for "transcode file from utf-8 to
6555: $request:charset during loading if the BOM code is detected"
6556:
6557: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6558: $request:charset during loading if the BOM code is detected ( new
6559: feature: #98 )
6560:
6561: 2010-08-05 misha
6562:
6563: * src/classes/image.C: - ^image.replace now can accept only 2
6564: params. in this case the whole image is affected ( new feature:
6565: #95 )
6566:
6567: 2010-08-04 misha
6568:
6569: * tests/246.html: - test tor ^hash._at[] was added
6570:
6571: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6572: #53 )
6573:
6574: * src/include/pa_hash.h: - methods for accessing the first and the
6575: last values of ordered hash were added (first_value and
6576: last_value)
6577:
6578: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6579: (similar to others file's methods):
6580: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6581: #68 )
6582:
6583: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6584:
6585: 2010-08-01 moko
6586:
6587: * src/classes/op.C: to correctly process $result[] in code, called
6588: from ^process
6589:
6590: * tests/245.html: $result in ^process[] test added
6591:
6592: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6593: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6594: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6595: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6596: caller, self) op_call(VMethodFrame &frame, bool constructing)
6597: removed, construct(class,method) added
6598:
6599: * tests/results/: 192.processed, 244.processed: request::construct
6600: added
6601:
6602: * tests/: 244.html, 245.html, results/244.processed,
6603: results/245.processed: object creation exceptions and ^process
6604: tests added
6605:
6606: 2010-07-28 misha
6607:
6608: * tests/make_tests.cmd: - win32 EOLs
6609:
6610: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6611: tests on Win32 were added (The system timezone should be GMT+3)
6612:
6613: 2010-07-26 misha
6614:
6615: * tests/: 212.html, results/212.processed: - sizes were removed
6616: mecause they could be different on different OSs
6617:
6618: * tests/065.html: - make it "win32 friendly"
6619:
6620: 2010-07-25 misha
6621:
6622: * src/main/compile.y: - all EOLs between methods are removed during
6623: compilation ( new feature: #47 )
6624:
6625: * tests/results/149.processed: - prepare tests to trim trailing
6626: methods' EOLs
6627:
6628: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6629:
6630: * tests/: results/006.processed, results/014.processed, 006.html,
6631: 014.html, 022.html: - prepare tests to trim trailing methods'
6632: EOLs
6633:
6634: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6635: results/071.processed, results/022.processed: - prepare tests to
6636: trim trailing methods' EOLs
6637:
6638: * tests/: results/073.processed, results/109.processed,
6639: results/142.processed, results/144.processed,
6640: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6641: 144.html: - prepare tests to trim trailing methods' EOLs
6642:
6643: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6644: 149.html, 152.html, results/096.processed, results/107.processed,
6645: results/109.processed, results/142.processed,
6646: results/144.processed: - prepare tests to trim trailing methods'
6647: EOLs
6648:
6649: 2010-07-24 moko
6650:
6651: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6652: the hash order in this test
6653:
6654: * tests/014.html: to check hash order, hash no is longer sorted
6655: before print
6656:
6657: * src/include/pa_hash.h: hash copy constructor now keeps order
6658: (bugfix: #54)
6659:
6660: 2010-07-23 moko
6661:
6662: * tests/results/224.processed: @auto[] is no longer inherited
6663:
6664: * src/types/pa_vstateless_class.C, tests/227.html,
6665: tests/results/227.processed: @auto[] is no longer inherited
6666: (bugfix: #57)
6667:
6668: 2010-07-22 misha
6669:
6670: * src/classes/table.C: - don't skip comment lines during
6671: table::load if encloser or separator is set as '#' ( new feature:
6672: #30 )
6673:
6674: * src/targets/cgi/parser3.C: - don't run as cgi if
6675: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6676: #12 )
6677:
6678: * src/classes/file.C: - set PARSER_VARSION env before external
6679: script executing
6680:
6681: 2010-07-13 misha
6682:
6683: * tests/058.html: - test for suppressing @border was added - test
6684: for user attribute was added
6685:
6686: * tests/results/186.processed: unescaping from \uXXXX
6687:
6688: * tests/186.html: unescaping from \uXXXX
6689:
6690: * tests/: 239.html, results/239.processed: method call type
6691:
6692: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6693: $junction_method.CLASS_NAME (+CLASS)
6694:
6695: 2010-07-07 misha
6696:
6697: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6698: *nix
6699:
6700: 2010-07-05 misha
6701:
6702: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6703: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6704: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6705: comment strings "options must be hash", "options must be hash,
6706: not code" and "called with invalid option" were replaced by
6707: constatns - exception comment string "invalid option passed" was
6708: replaced by "called with invalid option" (now in different
6709: methods are the same exception comment string)
6710:
6711: * src/include/pa_exception.h: - more exception strings were defined
6712:
6713: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6714: types/pa_vstateless_class.h: - now we can define possible
6715: method's call type ( new feature: #5 ) 1.
6716: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6717: methods 2. @static:method[params] (only static keyword could be
6718: used here) -- for specified methods
6719:
6720: * src/main/pa_common.C: - junction points should not be deleted on
6721: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6722: cleanup
6723:
6724: 2010-07-03 misha
6725:
6726: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6727: results/158.processed, results/160.processed,
6728: results/161.processed, results/162.processed,
6729: results/163.processed: - prepare tests to trim trailing methods'
6730: EOLs
6731:
6732: * tests/results/169.processed: - prepare tests to trim trailing
6733: methods' EOLs
6734:
6735: * tests/results/: 168.processed, 169.processed: - prepare tests to
6736: trim trailing methods' EOLs
6737:
6738: * tests/: results/170.processed, results/167.processed,
6739: results/168.processed, results/169.processed, 167.html, 168.html,
6740: 169.html: - prepare tests to trim trailing methods' EOLs
6741:
6742: * tests/: results/170.processed, results/171.processed,
6743: results/172.processed, results/173.processed,
6744: results/174.processed, results/175.processed, 170.html, 171.html,
6745: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6746: trailing methods' EOLs
6747:
6748: * tests/: results/176.processed, results/180.processed,
6749: results/184.processed, results/185.processed,
6750: results/191.processed, results/192.processed,
6751: results/196.processed, results/197.processed,
6752: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6753: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6754: to trim trailing methods' EOLs
6755:
6756: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6757: results/199.processed, results/208.processed,
6758: results/209.processed, results/213.processed,
6759: results/214.processed: - prepare tests to trim trailing methods'
6760: EOLs
6761:
6762: 2010-06-29 misha
6763:
6764: * tests/: 220.html, 218.html, results/218.processed,
6765: results/215.processed, results/217.processed, 215.html, 217.html:
6766: - prepare tests to trim trailing methods' EOLs
6767:
6768: * tests/: results/224.processed, 224.html, 223.html,
6769: results/223.processed, results/220.processed: - prepare tests to
6770: trim trailing methods' EOLs
6771:
6772: * tests/results/: 226.processed, 230.processed: - prepare tests to
6773: trim trailing methods' EOLs
6774:
6775: * tests/: 229.html, results/229.processed: - prepare tests to trim
6776: trailing methods' EOLs
6777:
6778: * tests/: 232.html, 235.html, results/232.processed,
6779: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6780: results/226.processed, results/227.processed,
6781: results/228.processed, results/230.processed: - prepare tests to
6782: trim trailing methods' EOLs
6783:
6784: 2010-06-16 moko
6785:
6786: * tests/: 229.html, results/229.processed: elseif now supported in
6787: ^if
6788:
6789: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6790:
6791: 2010-06-03 misha
6792:
6793: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6794: instead of memcopy for overlaped regions
6795:
6796: 2010-05-25 misha
6797:
6798: * src/main/pa_common.C: - wanring about unused vars was removed
6799:
6800: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6801: get_method_filename was moved to execute.C
6802:
6803: 2010-05-23 misha
6804:
6805: * src/main/pa_request.C: - more accurate detection of method's file
6806:
6807: 2010-05-22 misha
6808:
6809: * src/classes/reflection.C: - bugfix: core during detection of
6810: .file if filespec isn't detected successfully
6811:
6812: 2010-05-20 misha
6813:
6814: * src/main/pa_request.C: - fix in get_method_filename
6815:
6816: * src/include/pa_request.h: - new feature: #24 -- searching
6817: included file in @USE/^use is changed. if its filespec doesn't
6818: start from '/' it will be searched in caller file directory
6819:
6820: * src/classes/reflection.C: - ^reflection:method_info returns file
6821: where the method is defined
6822:
6823: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6824: classes/op.C: - new feature: #24 -- searching included file in
6825: @USE/^use is changed. if its filespec doesn't start from '/' it
6826: will be searched in caller file directory
6827:
6828: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6829: is moved to pa_common.h
6830:
6831: 2010-05-18 misha
6832:
6833: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6834: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6835: cookie parser decode \uXXXX as well as %uXXXX
6836:
6837: 2010-05-17 misha
6838:
6839: * src/classes/curl.C: beauty: - unused param is removed in method
6840: _curl_version_action - some spaces were removed or replaced by
6841: tabs
6842:
6843: * src/classes/table.C: - bugfix: #72 core with empty value during
6844: ^table.hash[...;name_of_the_last_column][$.type[string]]
6845:
6846: 2010-05-16 misha
6847:
6848: * src/classes/curl.C: new: #61 more curl options were added
6849: (contributed by Sumo)
6850:
6851: 2010-04-29 pretender
6852:
6853: * src/main/pa_string.C: fixes #63 Split result from empty string
6854: now empty string.
6855:
6856: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6857: string type.
6858:
6859: 2010-04-28 pretender
6860:
6861: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6862: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6863: macrodefinition removed
6864:
6865: 2010-04-19 pretender
6866:
6867: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6868: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6869:
6870: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6871: fixes #64 Now file.missing exception generates in unsafe mode to.
6872:
6873: * src/classes/file.C: fixes #48 Now not throw "not save environment
6874: variable" exception in grpunlim version.
6875:
6876: 2010-04-05 misha
6877:
6878: * src/classes/string.C: - new feature: 4th param was added to
6879: match. if specified its value is returned in case of nothing was
6880: found
6881:
6882: 2010-04-01 misha
6883:
6884: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6885: multiple execution of /a/b/auto.p
6886:
6887: 2010-03-19 misha
6888:
6889: * src/main/execute.C: - core in $table1.$table2 was fixed
6890:
6891: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6892:
6893: 2010-01-27 misha
6894:
6895: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6896: trying to open file by path /existing-file/non-exixting-file
6897:
6898: 2010-01-26 misha
6899:
6900: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6901: was added (returns file)
6902:
6903: 2009-12-22 misha
6904:
6905: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6906: now parser doesn't have class curl if it was built without it
6907:
6908: 2009-12-15 misha
6909:
6910: * configure.in: - little cheat with curl include dir was added
6911:
6912: 2009-12-05 misha
6913:
6914: * src/classes/curl.C: - some fixes
6915:
6916: 2009-12-04 misha
6917:
6918: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6919: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6920: buildall-with-xml, buildall-without-xml, configure.in: - curl
6921: class was added
6922:
6923: * src/include/pa_hash.h: - hash-iterator was added
6924:
6925: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6926: was added to pcre
6927:
6928: 2009-11-27 misha
6929:
6930: * src/classes/image.C: - don't add @border attribute to output of
6931: ^image.html[] if it was specified by user with empty value
6932:
6933: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6934: root element and we are trying to access .documentElement
6935:
6936: 2009-11-11 misha
6937:
6938: * src/classes/table.C: - in ^table.flip[] look at number of columns
6939: instead of number of items in first row for named tables
6940:
6941: 2009-11-10 misha
6942:
6943: * operators.txt: - info about hash-options in ^file::create was
6944: added
6945:
6946: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6947: added
6948:
6949: 2009-11-09 misha
6950:
6951: * buildall-with-xml: - moving to libxml 2.7.6
6952:
6953: * tests/236.html: - tests for comparations cords with functions
6954: were added
6955:
6956: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6957: added
6958:
6959: * src/main/pa_http.C: - little optimisation
6960:
6961: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6962: GPF mallocs + stringstream (table.save)
6963:
6964: * src/classes/file.C: - file::create now accepts 4th param: options
6965: with $.charset
6966:
6967: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6968: bug in cord (comparation cords with functions was buggy)
6969:
6970: 2009-11-06 misha
6971:
6972: * src/main/pa_string.C: - bugfix: calculation string.length
6973: sometimes was buggy
6974:
6975: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6976: destroyed if exception occured during match/replace
6977:
6978: * src/: main/pa_charset.C, include/pa_charset.h: - method
6979: lengthUTF8Char was added
6980:
6981: * src/classes/op.C: - clean tainting lang was added for user's
6982: usage
6983:
6984: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6985: fixed: checkouts are required after GC_MALLOC
6986:
6987: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6988:
6989: * operators.txt: - actually, there is no ^untaint[xml] in
6990: file::create
6991:
6992: 2009-10-15 misha
6993:
6994: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6995: were added
6996:
6997: * tests/234.html: - more tests for checking ^taint[uri] escaping
6998: were added
6999:
7000: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
7001: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
7002: hacking: for dealing with transcoding+^taint[uri]
7003: transcode_and_untaint was replaced by untaint_and_transcode
7004:
7005: 2009-10-13 misha
7006:
7007: * tests/: 121.html, results/121.processed: - test transcoding +
7008: url-escaping now
7009:
7010: * tests/results/auto.p: - more helpers' methods were added
7011:
7012: * src/main/pa_globals.C: - die instead of abort
7013:
7014: 2009-10-06 misha
7015:
7016: * src/main/pa_common.C: - don't allocate memory during
7017: capitalization if input string is already capitalized
7018:
7019: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
7020:
7021: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
7022: use format function because it calls malloc
7023:
7024: * src/include/pa_common.h: - more capitalized headers were added
7025:
7026: * src/main/pa_common.C: - in safe mode clear executable bits during
7027: file writing
7028:
7029: 2009-10-05 misha
7030:
7031: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
7032:
7033: 2009-10-03 misha
7034:
7035: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
7036: ^img.text[] & ^img.length[] can work in utf-8 now
7037:
7038: * src/: include/pa_charset.h, main/pa_charset.C: - class
7039: UTF8_string_iterator was added
7040:
7041: * src/classes/image.C: - respect utf-8 when calculate alphabet
7042: length
7043:
7044: * src/classes/mail.C: - check from before get message.cstr
7045:
7046: 2009-10-02 misha
7047:
7048: * tests/233.html: - test for image.font, image.length, image.text
7049: with text in utf-8 were added
7050:
7051: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
7052:
7053: * buildall-with-xml, buildall-without-xml: - comment about gc
7054: version for freebsd 4 was added
7055:
7056: 2009-10-01 misha
7057:
7058: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
7059: terminator) - read_pipe were slightly optimized
7060:
7061: 2009-09-28 misha
7062:
7063: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
7064: removed
7065:
7066: * src/types/pa_vmail.C: - forgot about space after ':'
7067:
7068: * src/types/pa_vmail.C: - escape filenames while preparing mail
7069: body - small simplifications
7070:
7071: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
7072: inout params like pa_base64
7073:
7074: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
7075: option $.debug-print(1) was added to mail:send - changes for
7076: using uue_encode which uses less memory
7077:
7078: * src/main/pa_common.C: - pa_base64_encode uses less memory now
7079:
7080: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
7081: memory now
7082:
7083: 2009-09-26 misha
7084:
7085: * src/types/pa_vmail.C: - default encoding now is base64
7086:
7087: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
7088:
7089: 2009-09-25 misha
7090:
7091: * src/types/pa_vmail.C: - capitalization of headers was added to
7092: sending mail as well
7093:
7094: * buildall-with-xml: - catalog package was removed from libxml
7095:
7096: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
7097: win32 absolute path
7098:
7099: * src/include/pa_common.h: - one more capitalized header was added
7100:
7101: 2009-09-22 misha
7102:
7103: * INSTALL: - comment about building just httpd binary while
7104: building apache module was added
7105:
7106: 2009-09-21 misha
7107:
7108: * buildall-with-xml: - moving to the latest versions of xml libs:
7109: libxml 2.7.4 and libxslt 1.1.25
7110:
7111: 2009-09-19 misha
7112:
7113: * tests/231.html: - test for encoding cookie in win-1251
7114:
7115: 2009-09-18 misha
7116:
7117: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
7118: object] were added
7119:
7120: * operators.txt: - info about method ^reflection:fields[class or
7121: object] was added
7122:
7123: * src/classes/reflection.C: - method ^reflection:fields[class or
7124: object] was added
7125:
7126: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
7127: methods get_fields were added
7128:
7129: * tests/232.html: - tests for @GET[name]
7130:
7131: * src/classes/table.C: - some changes in handling hash-options for
7132: creare, join and locate
7133:
7134: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
7135: defined with option: the type of requested value
7136:
7137: 2009-09-17 misha
7138:
7139: * tests/212.html: - tests for .pattern and .options were added
7140:
7141: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
7142: $regex.options were added
7143:
7144: 2009-09-11 misha
7145:
7146: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
7147: rewrited. it checks not just one case of sending cookies during
7148: file::load[http], but also sending headers and fields (including
7149: files)
7150:
7151: 2009-09-10 misha
7152:
7153: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7154: was removed => now parser can open files with Russian 'r' in
7155: filename
7156:
7157: * src/main/untaint.C: - bugfix: client charset whould be analized
7158: while escaping cookies but now source charset
7159:
7160: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7161: ^tainted[uri] so it was possible to make request with incorrect
7162: http header
7163:
7164: * src/main/pa_http.C: - capitalization of http headers during
7165: file::load[http was slightly changes - bugfix: all headers which
7166: parser sends during file::load[http should be transcoded and only
7167: then escaped
7168:
7169: * src/main/untaint.C: - a bit more comments were added
7170:
7171: * src/classes/: file.C, string.C: - types where changes (minus 2
7172: warnings)
7173:
7174: * src/include/pa_common.h: - 2 capitalized strings for making http
7175: headers during file::load[http were added
7176:
7177: 2009-09-08 misha
7178:
7179: * operators.txt: - changes in file.save and string.save were added
7180:
7181: * tests/: 230.html, 230.txt: - tests for checking options in
7182: file.save and string.save were added
7183:
7184: * src/main/pa_request.C: - http headers names, which are passed to
7185: SAPI::add_header_attribute are lowercased now (it'll be
7186: capitalized in that method)
7187:
7188: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7189: classes/string.C: - file_write accepts Request_charsets and asked
7190: charset and cound transcode content before writing - string.save
7191: and file.save have option $.charset now
7192:
7193: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7194: classes/xdoc.C: - file_write accepts Request_charsets and asked
7195: charset and cound transcode content before writing
7196:
7197: * src/include/pa_exception.h: - new exception comment string was
7198: defined
7199:
7200: 2009-09-07 misha
7201:
7202: * src/main/compile.y: - grammar $name\ name stops now for regex
7203: sub-pattern\s
7204:
7205: 2009-09-04 misha
7206:
7207: * src/main/pa_http.C: - capitalization of http headers during
7208: file::load[http was implemented
7209:
7210: 2009-09-03 misha
7211:
7212: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7213: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7214: types/pa_vmail.C, targets/cgi/parser3.C,
7215: targets/isapi/parser3isapi.C: - back to storing response http
7216: headers in lowercase - capitalize them during output
7217:
7218: 2009-08-31 misha
7219:
7220: * src/classes/table.C: - allow call with any brackets (it could be
7221: useful in methods with explict result declaration)
7222:
7223: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7224: correctly if $request:charset==koi8-r
7225:
7226: 2009-08-30 misha
7227:
7228: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7229: changed: content-type => Content-type and so on
7230:
7231: * src/classes/file.C, src/include/pa_common.h,
7232: src/include/pa_request.h, src/main/pa_http.C,
7233: src/main/pa_request.C, src/types/pa_vcookie.C,
7234: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7235: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7236: tests/results/002.processed, tests/results/003.processed,
7237: tests/results/004.processed, tests/results/005.processed,
7238: tests/results/006.processed, tests/results/007.processed,
7239: tests/results/008.processed, tests/results/009.processed,
7240: tests/results/010.processed, tests/results/011.processed,
7241: tests/results/012.processed, tests/results/013.processed,
7242: tests/results/014.processed, tests/results/015.processed,
7243: tests/results/016.processed, tests/results/017.processed,
7244: tests/results/018.processed, tests/results/019.processed,
7245: tests/results/020.processed, tests/results/021.processed,
7246: tests/results/022.processed, tests/results/023.processed,
7247: tests/results/024.processed, tests/results/025.processed,
7248: tests/results/026.processed, tests/results/027.processed,
7249: tests/results/028.processed, tests/results/029.processed,
7250: tests/results/030.processed, tests/results/031.processed,
7251: tests/results/032.processed, tests/results/033.processed,
7252: tests/results/034.processed, tests/results/035.processed,
7253: tests/results/036.processed, tests/results/037.processed,
7254: tests/results/038.processed, tests/results/039.processed,
7255: tests/results/040.processed, tests/results/041.processed,
7256: tests/results/042.processed, tests/results/043.processed,
7257: tests/results/044.processed, tests/results/045.processed,
7258: tests/results/046.processed, tests/results/047.processed,
7259: tests/results/048.processed, tests/results/049.processed,
7260: tests/results/050.processed, tests/results/051.processed,
7261: tests/results/052.processed, tests/results/053.processed,
7262: tests/results/054.processed, tests/results/055.processed,
7263: tests/results/056.processed, tests/results/057.processed,
7264: tests/results/058.processed, tests/results/059.processed,
7265: tests/results/060.processed, tests/results/061.processed,
7266: tests/results/062.processed, tests/results/063.processed,
7267: tests/results/064.processed, tests/results/065.processed,
7268: tests/results/066.processed, tests/results/067.processed,
7269: tests/results/068.processed, tests/results/069.processed,
7270: tests/results/070.processed, tests/results/071.processed,
7271: tests/results/072.processed, tests/results/073.processed,
7272: tests/results/074.processed, tests/results/075.processed,
7273: tests/results/076.processed, tests/results/077.processed,
7274: tests/results/078.processed, tests/results/079.processed,
7275: tests/results/080.processed, tests/results/081.processed,
7276: tests/results/082.processed, tests/results/083.processed,
7277: tests/results/084.processed, tests/results/085.processed,
7278: tests/results/086.processed, tests/results/087.processed,
7279: tests/results/088.processed, tests/results/089.processed,
7280: tests/results/090.processed, tests/results/091.processed,
7281: tests/results/092.processed, tests/results/093.processed,
7282: tests/results/094.processed, tests/results/095.processed,
7283: tests/results/096.processed, tests/results/097.processed,
7284: tests/results/098.processed, tests/results/099.processed,
7285: tests/results/100.processed, tests/results/101.processed,
7286: tests/results/102.processed, tests/results/103.processed,
7287: tests/results/104.processed, tests/results/105.processed,
7288: tests/results/106.processed, tests/results/107.processed,
7289: tests/results/108.processed, tests/results/109.processed,
7290: tests/results/110.processed, tests/results/111.processed,
7291: tests/results/112.processed, tests/results/113.processed,
7292: tests/results/114.processed, tests/results/115.processed,
7293: tests/results/116.processed, tests/results/117.processed,
7294: tests/results/118.processed, tests/results/119.processed,
7295: tests/results/120.processed, tests/results/121.processed,
7296: tests/results/122.processed, tests/results/123.processed,
7297: tests/results/124.processed, tests/results/125.processed,
7298: tests/results/126.processed, tests/results/127.processed,
7299: tests/results/128.processed, tests/results/129.processed,
7300: tests/results/130.processed, tests/results/131.processed,
7301: tests/results/132.processed, tests/results/133.processed,
7302: tests/results/134.processed, tests/results/135.processed,
7303: tests/results/136.processed, tests/results/138.processed,
7304: tests/results/139.processed, tests/results/140.processed,
7305: tests/results/141.processed, tests/results/142.processed,
7306: tests/results/143.processed, tests/results/144.processed,
7307: tests/results/145.processed, tests/results/146.processed,
7308: tests/results/147.processed, tests/results/148.processed,
7309: tests/results/149.processed, tests/results/150.processed,
7310: tests/results/151.processed, tests/results/152.processed,
7311: tests/results/153.processed, tests/results/154.processed,
7312: tests/results/155.processed, tests/results/156.processed,
7313: tests/results/157.processed, tests/results/158.processed,
7314: tests/results/159.processed, tests/results/160.processed,
7315: tests/results/161.processed, tests/results/162.processed,
7316: tests/results/163.processed, tests/results/164.processed,
7317: tests/results/165.processed, tests/results/166.processed,
7318: tests/results/167.processed, tests/results/168.processed,
7319: tests/results/169.processed, tests/results/170.processed,
7320: tests/results/171.processed, tests/results/172.processed,
7321: tests/results/173.processed, tests/results/174.processed,
7322: tests/results/175.processed, tests/results/176.processed,
7323: tests/results/177.processed, tests/results/178.processed,
7324: tests/results/179.processed, tests/results/180.processed,
7325: tests/results/181.processed, tests/results/182.processed,
7326: tests/results/183.processed, tests/results/184.processed,
7327: tests/results/185.processed, tests/results/186.processed,
7328: tests/results/187.processed, tests/results/188.processed,
7329: tests/results/189.processed, tests/results/190.processed,
7330: tests/results/191.processed, tests/results/192.processed,
7331: tests/results/193.processed, tests/results/194.processed,
7332: tests/results/195.processed, tests/results/196.processed,
7333: tests/results/197.processed, tests/results/198.processed,
7334: tests/results/199.processed, tests/results/200.processed,
7335: tests/results/201.processed, tests/results/202.processed,
7336: tests/results/203.processed, tests/results/204.processed,
7337: tests/results/205.processed, tests/results/206.processed,
7338: tests/results/207.processed, tests/results/208.processed,
7339: tests/results/209.processed, tests/results/210.processed,
7340: tests/results/211.processed, tests/results/212.processed,
7341: tests/results/213.processed, tests/results/214.processed,
7342: tests/results/215.processed, tests/results/216.processed,
7343: tests/results/217.processed, tests/results/218.processed,
7344: tests/results/219.processed, tests/results/220.processed,
7345: tests/results/221.processed, tests/results/222.processed,
7346: tests/results/223.processed, tests/results/224.processed,
7347: tests/results/225.processed, tests/results/226.processed,
7348: tests/results/227.processed, tests/results/228.processed,
7349: tests/results/229.processed: - http headers were changed:
7350: content-type => Content-type and so on
7351:
7352: 2009-08-27 misha
7353:
7354: * src/: main/pa_random.C, include/pa_random.h,
7355: targets/cgi/parser3.C: - year was updated :)
7356:
7357: 2009-08-26 misha
7358:
7359: * tests/: 224.html, 224.p: - test for creating of parser object
7360: using constructor without params - little bugfix in test
7361:
7362: * src/main/compile_tools.h: - bugfix: should't call autouse while
7363: checking existed class while processing partial option
7364:
7365: * src/classes/reflection.C: - bugfix: core when creating object
7366: with reflection and constructor doesn't have params
7367:
7368: 2009-08-24 misha
7369:
7370: * tests/229.html: - tests for checking the number of parameters
7371: were added
7372:
7373: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7374: number of method's parameters wasn't checked correctly (the bug
7375: was introduced in 3.4.0)
7376:
7377: 2009-08-22 misha
7378:
7379: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7380: transcoded, but tainted pieces are escaped only when
7381: content-type==url-encoding
7382:
7383: * tests/228.html: - test for checking
7384: ^file::load[http://...;$.body[]]
7385:
7386: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7387: post charset was too early (charsets is empty at this moment)
7388:
7389: 2009-08-21 misha
7390:
7391: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7392: main/untaint.C: - some fixes with transcode+untaint
7393:
7394: 2009-08-15 misha
7395:
7396: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7397: was increaced to 100 (was 50)
7398:
7399: * tests/227.html: - test for checking overriding properties in
7400: static classes was added
7401:
7402: * tests/: 226.html, 226.p: - test for @autoload[] was added
7403:
7404: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7405: main/execute.C, main/pa_request.C, classes/reflection.C: -
7406: autouse was implemented
7407:
7408: 2009-08-14 misha
7409:
7410: * src/classes/reflection.C: - outdated checkout was removed
7411:
7412: * src/classes/reflection.C: - optimization - method ^dynamical was
7413: added.
7414:
7415: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7416: types/pa_vstateless_class.h, main/execute.C: - optimization
7417:
7418: * src/types/pa_vclass.C: - exception if base on sytem class
7419:
7420: 2009-08-12 misha
7421:
7422: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7423: pa_vstateless_class.h: - little optimisation
7424:
7425: 2009-08-11 misha
7426:
7427: * tests/224.html: - method_params => method_info - checking for
7428: $.inherited
7429:
7430: * src/classes/reflection.C, operators.txt: - method method_params
7431: was renamed to method_info and now it returns class name, if
7432: method was defined in ancestor
7433:
7434: * tests/225.html: - tests for cheching properties in hierarhical
7435: classes were added
7436:
7437: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7438: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7439: main/compile.y, main/execute.C, classes/classes.C: - problems
7440: with properties in new classes implementation were fixed
7441:
7442: 2009-08-10 misha
7443:
7444: * src/main/execute.C: - now constructor shouldn't be defined in
7445: class. it could be defined in parent.
7446:
7447: 2009-08-09 misha
7448:
7449: * src/classes/reflection.C: - ^reflection:methods doesn't return
7450: base's methods
7451:
7452: 2009-08-08 misha
7453:
7454: * src/: classes/classes.h, classes/date.C, classes/file.C,
7455: classes/form.C, classes/hash.C, classes/hashfile.C,
7456: classes/image.C, classes/mail.C, classes/op.C,
7457: classes/reflection.C, classes/regex.C, classes/string.C,
7458: classes/table.C, classes/xdoc.C, classes/xnode.C,
7459: classes/xnode.h, include/pa_hash.h, main/execute.C,
7460: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7461: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7462: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7463: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7464: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7465: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7466: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7467: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7468: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7469: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7470: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7471: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7472: types/pa_vresponse.C, types/pa_vresponse.h,
7473: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7474: types/pa_vstateless_object.h, types/pa_vstatus.C,
7475: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7476: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7477: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7478: types/pa_wwrapper.h, types/types.vcproj: - new classes
7479: implementation
7480:
7481: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7482: USE_MUNMAP is used. so it is disabled as a workaround.
7483:
7484: 2009-08-05 misha
7485:
7486: * src/: main/pa_common.C, include/pa_common.h: - not needed
7487: parameter was removed
7488:
7489: * src/main/pa_http.C: - bugfix: error was during detecting
7490: content-type of file which was loaded by http
7491:
7492: 2009-08-01 misha
7493:
7494: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7495: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7496: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7497: can't be disabled with defines any longer
7498:
7499: 2009-07-29 misha
7500:
7501: * src/classes/reflection.C, tests/results/224.processed: - for
7502: native methods with any call type now returned empty call_type
7503: value
7504:
7505: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7506: classes/table.C, include/pa_hash.h, include/pa_request.h,
7507: main/pa_request.C: - break in cycles was optimized
7508:
7509: * INSTALL: - more defines were described
7510:
7511: 2009-07-28 misha
7512:
7513: * operators.txt: - some changes in information about reflection
7514: class
7515:
7516: * tests/: 224.html, 224.p: - tests for reflection class
7517:
7518: * src/classes/reflection.C: - some bugs were fixed, method classes
7519: was added, refactoring
7520:
7521: 2009-07-26 misha
7522:
7523: * src/classes/classes.vcproj: - reflection class wass added to
7524: project
7525:
7526: * operators.txt: - information about reflection class was added
7527:
7528: * src/classes/reflection.C: - class was redesigned
7529:
7530: 2009-07-24 misha
7531:
7532: * src/classes/: Makefile.am, reflection.C: - class reflection was
7533: added
7534:
7535: * src/types/pa_vstateless_class.h: - method for reflection method's
7536: in classes was added
7537:
7538: 2009-07-22 misha
7539:
7540: * src/main/compile_tools.h: - bugfix: $object.$var was
7541: over-optimized. it failed if $object1.$object2.field
7542:
7543: 2009-07-16 misha
7544:
7545: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7546: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7547: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7548: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7549: one more arg: length of cord
7550:
7551: 2009-07-15 misha
7552:
7553: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7554: tainted in ^file::load[http://...;$.cookies[]]
7555:
7556: * src/classes/: op.C, regex.C, string.C: - new string with
7557: exception was used
7558:
7559: * src/include/pa_exception.h: - new string with exception was added
7560:
7561: * tests/223.html: - test for checking cookie-encoding during
7562: ^file::load[http was added
7563:
7564: * tests/: 221.html, 222.html: - tests for checking type of
7565: $table.fields.field were added
7566:
7567: * src/types/pa_vtable.C: - not used var decl was removed
7568:
7569: * src/include/pa_string.h: - use cached string length in Body::mid.
7570: it improves speed of match with brackets in pattern
7571:
7572: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7573: outside
7574:
7575: 2009-07-14 misha
7576:
7577: * src/types/pa_vtable.C: - $table.fields.a return string even if
7578: column is empty (sometime returned void) - $table.fields was
7579: added for nameless tables
7580:
7581: * src/targets/cgi/getopt.c: - one warning resolved
7582:
7583: * src/main/pa_string.C: - potentian bug fixed
7584:
7585: * src/classes/op.C: - small optimization in taint/untaint
7586:
7587: 2009-07-13 misha
7588:
7589: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7590: added
7591:
7592: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7593: souldn't add the attribut to output
7594:
7595: 2009-07-11 misha
7596:
7597: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7598: stack size was increaced to 2MB (default=1MB)
7599:
7600: 2009-07-08 misha
7601:
7602: * src/main/pa_string.C: - link to UTF-8 description was added
7603:
7604: * src/include/pa_hash.h: - hash keeps element's order in more
7605: places (ex: ._keys[])
7606:
7607: * tests/220.html: - test for checking order of elements in hash in
7608: foreach was added
7609:
7610: * tests/172.html: - small changes in printing hash
7611:
7612: * tests/129.html: - small changes in printing hash
7613:
7614: * src/: include/pa_common.h, include/pa_hash.h,
7615: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7616: types/pa_vmethod_frame.h: - hash now keeps order of elements
7617:
7618: * tests/014.html: - small changes in printing hash
7619:
7620: 2009-07-07 misha
7621:
7622: * src/classes/op.C: - new taint language "parser-code" was added
7623:
7624: * tests/219.html: - test for auto untaint parser code in process
7625: was added
7626:
7627: * src/classes/op.C: - tainted pieces in body of process are
7628: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7629:
7630: * src/: include/pa_string.h, main/untaint.C: - new language
7631: L_PARSER_CODE for auto-untaint in process was added
7632:
7633: * src/: classes/file.C, classes/hash.C, classes/image.C,
7634: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7635: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7636: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7637: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7638: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7639: code cleanup
7640:
7641: 2009-07-06 misha
7642:
7643: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7644: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7645: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7646:
7647: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7648: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7649: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7650: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7651: should be used
7652:
7653: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7654: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7655: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7656: untaint_cstr[m] should be used
7657:
7658: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7659: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7660:
7661: * tests/218.html: - test for checking automatic file-spec-taint was
7662: added
7663:
7664: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7665: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7666: classes/file.C, classes/hash.C, classes/image.C,
7667: classes/string.C, classes/table.C, classes/void.C,
7668: classes/xdoc.C: - optimizations and simplification of
7669: string.cstr(...)
7670:
7671: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7672: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7673: - optimizations and simplification of string.cstr(...)
7674:
7675: 2009-07-04 misha
7676:
7677: * tests/217.html: - test for recursion detection was added
7678:
7679: * src/: types/types.vcproj, main/main.vcproj,
7680: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7681: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7682: from .vcproj
7683:
7684: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7685:
7686: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7687: uploading files and case-insensitive http-method were added
7688:
7689: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7690: tainted pattern in ^file:list[] was added
7691:
7692: 2009-07-03 misha
7693:
7694: * src/: classes/classes.vcproj, main/main.vcproj,
7695: types/types.vcproj, targets/cgi/parser3.vcproj,
7696: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7697: for dynamic_cast) - little options changes
7698:
7699: * src/main/pa_http.C: - file::load[http works now with uploading
7700: files _and_ changing $.charset
7701:
7702: 2009-06-29 misha
7703:
7704: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7705: while creating pattern
7706:
7707: 2009-06-25 misha
7708:
7709: * src/classes/image.C, operators.txt: - options' names for
7710: ^image.font were changed to $.space, $.width and $spacing -
7711: default space width now == gif's width
7712:
7713: 2009-06-24 misha
7714:
7715: * tests/215.html: - tests for $file.mode were added
7716:
7717: * operators.txt: - added info about $file.mode and changes in
7718: ^image.font[
7719:
7720: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7721: param now could be omited - third param now could be hash (with
7722: all widths options: $.space-width, $.letter-width) - it's
7723: possible to specify tracking ($.letter-space)
7724:
7725: * src/classes/file.C: - file objects now could have mode field
7726: (text|binary)
7727:
7728: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7729:
7730: 2009-06-23 misha
7731:
7732: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7733: trim can work with utf-8 chars now
7734:
7735: 2009-06-20 misha
7736:
7737: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7738: was implemented
7739:
7740: * src/classes/table.C: - string length cacheing was implemented
7741:
7742: * src/include/pa_string.h: - string length cacheing was implemented
7743:
7744: 2009-06-17 misha
7745:
7746: * src/main/execute.C: - value param was removed from
7747: WContext::WContext
7748:
7749: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7750: pa_wwrapper.h: - value param was removed from WContext::WContext
7751: - field wcontext was removed from VCodeFrame (using fparent
7752: instead)
7753:
7754: * tests/214.html: - test with hash copying
7755:
7756: 2009-06-16 misha
7757:
7758: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7759: strings doesn't work in expression anymore
7760:
7761: * src/main/execute.C: - less calls for get_constructing() - little
7762: refactoring
7763:
7764: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7765: include/pa_request.h: - less calls for get_constructing()
7766:
7767: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7768: introduced with OPTIMIZE_SINGLE_STRING optimization
7769:
7770: 2009-06-14 misha
7771:
7772: * src/: classes/date.C, classes/file.C, classes/hash.C,
7773: classes/hashfile.C, classes/image.C, classes/regex.C,
7774: classes/table.C, classes/xdoc.C, classes/xnode.h,
7775: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7776: types/pa_vstateless_class.h, main/execute.C: - create object for
7777: storing object's fields only for parser objects
7778:
7779: 2009-06-13 misha
7780:
7781: * buildall-with-xml, buildall-without-xml: - new option was added
7782: for building GC (it slightly reduces memory usage)
7783:
7784: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7785: single string write
7786:
7787: * src/main/execute.C: - bytecode optimization of ^class:constructor
7788: - optimization of single string write
7789:
7790: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7791: - bytecode optimization of ^class:constructor
7792:
7793: 2009-06-09 misha
7794:
7795: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7796: main (better compatibility)
7797:
7798: 2009-06-08 misha
7799:
7800: * src/main/compile.y: - I've forgot to commit it :(
7801:
7802: 2009-06-07 misha
7803:
7804: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7805: WITH_READ and WITH_ROOT
7806:
7807: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7808: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7809: WITH_ROOT - little refactoring
7810:
7811: 2009-06-06 misha
7812:
7813: * tests/213.html: - tests for 3rd match string-param were added
7814:
7815: * src/classes/string.C: - 3rd match param could be string now
7816:
7817: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7818: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7819: GET_OBJECT_ELEMENT
7820:
7821: 2009-06-05 misha
7822:
7823: * src/main/pa_http.C: - bugfix: content-length was not calculated
7824: if $.body was specified
7825:
7826: 2009-06-04 misha
7827:
7828: * src/classes/op.C: - optimizing write_assign_lang in connect
7829:
7830: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7831:
7832: * src/main/execute.C: - little refactoring - optimizing
7833: write_assign_lang in taint/untaint
7834:
7835: * src/include/pa_opcode.h: - little refactoring
7836:
7837: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7838: main/compile_tools.h, main/execute.C: - optimizations for
7839: $self.field, ^self.method, $self.field[...] and $self.field(...)
7840: were added
7841:
7842: 2009-06-03 misha
7843:
7844: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7845:
7846: 2009-06-02 misha
7847:
7848: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7849: include/pa_opcode.h: - refactoring in last optimizations
7850: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7851: now but code is much easy and it is ready for further
7852: improvements.
7853:
7854: 2009-05-27 misha
7855:
7856: * src/: types/pa_junction.h, types/pa_vjunction.C,
7857: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7858: changed in destructing junctions
7859:
7860: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7861: String:Body
7862:
7863: 2009-05-26 misha
7864:
7865: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7866: one method detect_charset was deleted - bug was fixed in this
7867: method (error while detecting charset in content_type withot last
7868: ';')
7869:
7870: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7871: once
7872:
7873: 2009-05-25 misha
7874:
7875: * src/classes/file.C: - bugfix: file::exec didn't work after
7876: optimizing of helper_length
7877:
7878: 2009-05-24 misha
7879:
7880: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7881: were added - little refactoring
7882:
7883: * src/main/execute.C: - core while printing in debug log
7884: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7885: optimisations were added
7886:
7887: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7888: were added
7889:
7890: 2009-05-23 misha
7891:
7892: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7893: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7894: CORD_cat optimization
7895:
7896: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7897: - call constr optimisation under separate define now
7898:
7899: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7900: in $b should be string, not void
7901:
7902: * src/main/compile.y: - little fix for rem-cut optimisation
7903:
7904: * src/: include/pa_opcode.h, main/compile_tools.C,
7905: main/compile_tools.h, main/execute.C: - optimisations for
7906: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7907:
7908: * INSTALL: - description of some #defined were added
7909:
7910: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7911: before 1st access (memory usage is reduced if don't access to
7912: .text field)
7913:
7914: * src/include/pa_array.h: - array grows step now not static (it
7915: reduces numbers of reallocs)
7916:
7917: 2009-05-20 misha
7918:
7919: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7920: $.b(2), $c[d] and $.e[f] was added
7921:
7922: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7923: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7924: $.e[f] was added
7925:
7926: * src/main/execute.C: - debug printing moved in defines
7927:
7928: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7929: and little refactoring for OP_GET_OBJECT_ELEMENT +
7930: OP_GET_OBJECT_VAR_ELEMENT optimisation
7931:
7932: 2009-05-19 misha
7933:
7934: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7935: execute.C: - $a.$b & ^a.$b bytecode optimisation
7936:
7937: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7938: ^a.$b optimisation)
7939:
7940: * src/main/compile.y: - compiler now generate new opcodes:
7941: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7942: ^a.b - compiler now cut off ^rem{ with all content ; any number
7943: of params }
7944:
7945: * src/main/execute.C: - code for handle new opcodes
7946: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7947:
7948: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7949: added for LA2V and LA2S
7950:
7951: * src/include/pa_opcode.h: - new defines which can be used for
7952: disable some bytecode optimisation and new opcodes were added
7953:
7954: 2009-05-17 misha
7955:
7956: * src/lib/cord/cordxtra.c: - bugfix.
7957:
7958: * tests/212.html: - .size[] and .study_size[] were added to tests
7959:
7960: * operators.txt: - info about regex class was added
7961:
7962: * tests/212.html: - tests for regex class were added
7963:
7964: 2009-05-16 misha
7965:
7966: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7967: gc7.1
7968:
7969: * tests/022.html: - test for ^file:list[path;] (empty second param)
7970: was added
7971:
7972: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7973: param) should work
7974:
7975: 2009-05-15 misha
7976:
7977: * src/classes/table.C: - automatically disable stringstream usage
7978: on freebsd4
7979:
7980: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7981: scope
7982:
7983: * tests/211.html: - test with different types of access to hash was
7984: added
7985:
7986: * tests/210.html: - test which checks for loosing tainting in
7987: hash's keys was added
7988:
7989: * tests/208.html: - some parser work added. or stime == 0 %-)
7990:
7991: * src/lib/cord/cordbscs.c: - little hack was added to cord
7992:
7993: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7994:
7995: * src/include/pa_version.h, configure.in: - moko have made a lot of
7996: optimisations for increacing version number more dramatically :)
7997:
7998: * src/classes/date.C: - little refactoring: use constructor which
7999: accepts formated string
8000:
8001: * src/: include/pa_string.h, main/pa_string.C: - String constructor
8002: which can print formatted string was added
8003:
8004: 2009-05-14 misha
8005:
8006: * src/include/pa_string.h: - type was fixed
8007:
8008: * src/: classes/hashfile.C, classes/op.C,
8009: include/pa_cache_managers.h, include/pa_charset.h,
8010: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
8011: include/pa_request.h, include/pa_sql_driver_manager.h,
8012: include/pa_string.h, include/pa_stylesheet_manager.h,
8013: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
8014: main/pa_charsets.C, main/pa_string.C,
8015: main/pa_stylesheet_connection.C, types/pa_value.h,
8016: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8017: types/pa_vobject.C, types/pa_vstateless_class.C,
8018: types/pa_vstateless_class.h: - hash_code caching was implemented
8019: (seaches should be faster now)
8020:
8021: * src/: classes/file.C, classes/hash.C, classes/image.C,
8022: classes/string.C, classes/table.C, include/pa_string.h,
8023: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
8024: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
8025: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
8026: types/pa_vrequest.C: - String constructors don't have that stupid
8027: true/false param which means 'tainted'. they accept lang instead.
8028:
8029: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
8030: with OPTIMIZE_RESULT
8031:
8032: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
8033: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
8034:
8035: 2009-05-13 misha
8036:
8037: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
8038: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
8039: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8040: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
8041: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
8042: main/pa_common.C, main/pa_request.C, main/pa_string.C,
8043: include/pa_string.h, classes/date.C, classes/file.C,
8044: classes/hash.C, classes/image.C, classes/string.C,
8045: classes/table.C, classes/xdoc.C: - result optimisation -
8046: helper_length parameter removed from string constructors
8047:
8048: 2009-05-11 misha
8049:
8050: * tests/209.html: - tests for ^hash::create[hash] were added
8051:
8052: * tests/208.html: - tests for $status:rusage, $status:memory,
8053: ^memory:compact[] were added
8054:
8055: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
8056: log10 were added
8057:
8058: * tests/206.html: - test for try with finally was added
8059:
8060: 2009-05-10 misha
8061:
8062: * tests/205.html: - test for ^file::create[...] was added
8063:
8064: * tests/204.html: - test for ^response:clear[] was added
8065:
8066: * tests/038.html: - tests for trigonometric functions were added
8067:
8068: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
8069: added - more tests for .add, .sub, .union, .intersects and
8070: .intersections
8071:
8072: * tests/065.html: - test for ^file:dirname was added
8073:
8074: * tests/030.html: - test for $cookie:fields was added
8075:
8076: * tests/203.html: - test for ^h._keys[column name] was added
8077:
8078: * tests/201.html: - tests for .trim were added
8079:
8080: * tests/202.html: - tests for last-day,
8081: date:calendar[type](YYYY;MM;DD) were added
8082:
8083: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
8084: .offset[type](N) were added
8085:
8086: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
8087: and .pos[c](N) were added
8088:
8089: * tests/141.html: - test for math:sha1 was added
8090:
8091: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
8092:
8093: 2009-05-09 misha
8094:
8095: * src/main/compile.y: - rollback
8096:
8097: 2009-05-05 misha
8098:
8099: * src/main/pa_exec.C: - little optimisation: somewhere length() was
8100: replaced by is_empty()
8101:
8102: * src/: include/pa_string.h, main/pa_charset.C: - little
8103: optimisation: somewhere length() was replaced by is_empty()
8104:
8105: * src/classes/table.C: - little optimisation: somewhere length()
8106: was replaced by is_empty()
8107:
8108: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
8109: classes/op.C, classes/table.C, main/pa_exception.C: - little
8110: optimisation: somewhere length() was replaced by is_empty()
8111:
8112: 2009-05-04 misha
8113:
8114: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8115: types/pa_vstateless_class.h, main/execute.C,
8116: include/pa_request.h, classes/hash.C, classes/op.C,
8117: classes/table.C: - more optimisations were added: some operators
8118: don't switch write context anylonger
8119:
8120: 2009-05-01 misha
8121:
8122: * src/main/compile.y: - slightly more opcode optimisations for
8123: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
8124:
8125: * src/main/execute.C: - simplifying process for getters
8126:
8127: 2009-04-30 misha
8128:
8129: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
8130:
8131: * tests/results/199.processed: - test for checking $result into
8132: ^rem was added
8133:
8134: * tests/199.html: - test for checking $result into ^rem was added
8135:
8136: * tests/: 022.html, 096.html: - þsort after :list was asses (on
8137: some OS it returns list in different order)
8138:
8139: * src/: include/pa_array.h, include/pa_request.h,
8140: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
8141: changes in stack impl - get_element() optimisation: 3rd param
8142: removed - bugfix: problems with reading empty input param -
8143: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
8144:
8145: * tests/results/198.processed: - test for reading empty local var
8146: was added
8147:
8148: * tests/198.html: - test for reading empty local var was added
8149:
8150: 2009-04-29 misha
8151:
8152: * src/main/compile.y: - bugfix: couldn't compile because
8153: OP_VALUE__GET_ELEMENT should be unde #ifdef
8154:
8155: * src/: include/pa_array.h, include/pa_opcode.h,
8156: include/pa_request.h, main/compile.y, main/execute.C,
8157: main/pa_request.C, types/pa_vmethod_frame.C,
8158: types/pa_vmethod_frame.h: - we can work without opcode
8159: OP_STORE_PARAM, so it was removed
8160:
8161: 2009-04-28 misha
8162:
8163: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8164: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8165: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8166: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8167: 4.
8168: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8169:
8170: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8171:
8172: * src/: main/pa_string.C, classes/string.C: - !length() =>
8173: is_empty()
8174:
8175: 2009-04-27 misha
8176:
8177: * src/types/pa_vregex.h: - back explicit vars initialisation
8178:
8179: 2009-04-24 misha
8180:
8181: * src/classes/string.C: - ups. typo fixed
8182:
8183: * src/main/execute.C: - more replacements '*new VBool' to
8184: 'VBool::get' - checks for ^break[], ^continue[] and
8185: parser.interrupted were optimised
8186:
8187: * src/classes/string.C: - number of params.count() calls was
8188: slightly reduced
8189:
8190: 2009-04-23 misha
8191:
8192: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8193: make it x64 friendly
8194:
8195: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8196: parser is x64 friendly now
8197:
8198: 2009-04-22 misha
8199:
8200: * src/types/pa_vhashfile.C: - coder friendly exception about
8201: exceeding record size was added
8202:
8203: * src/classes/file.C: - use vregex object instead of direct calls
8204: methods from pcre lib
8205:
8206: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8207: classes/string.C: - use vregex object instead of direct calls
8208: methods from pcre lib
8209:
8210: * src/: include/pa_common.h, main/pa_common.C: - method
8211: print_pcre_exec_error_text was moved to class vregex
8212:
8213: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8214: was added
8215:
8216: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8217: - class vregex was added
8218:
8219: 2009-04-21 misha
8220:
8221: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8222:
8223: * src/: types/pa_junction.h, types/pa_value.C,
8224: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8225: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8226: junction-optimisation (destructors)
8227:
8228: * src/include/pa_array.h: - free under if now
8229:
8230: 2009-04-19 misha
8231:
8232: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8233:
8234: 2009-04-18 misha
8235:
8236: * src/include/pa_version.h:
8237: :q :
8238:
8239: CV:
8240: ----------------------------------------------------------------------
8241:
8242: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8243: refactoring
8244:
8245: * src/: include/pa_array.h, include/pa_hash.h,
8246: types/pa_vmethod_frame.h: - destructors under #ifdef now
8247:
8248: * src/include/pa_memory.h: - define for using destructors was added
8249:
8250: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8251: main/execute.C: - some junctions will be cached now
8252:
8253: * src/include/pa_hash.h: - hash destructor frees pairs now
8254:
8255: * src/include/pa_array.h: - inline was added to destructor
8256:
8257: * src/types/pa_method.h: - comment was changed
8258:
8259: 2009-04-17 misha
8260:
8261: * src/: include/pa_array.h, include/pa_hash.h,
8262: types/pa_vmethod_frame.h: - destructors were added
8263:
8264: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8265: renamed to always_use_result
8266:
8267: * src/main/: compile.y, compile_tools.h: - rollback changes in
8268: compiler: full backward compatibility is better
8269:
8270: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8271: result in var's hash
8272:
8273: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8274: optimisation in method_frame
8275:
8276: * src/include/pa_array.h: - optimisation in array (allocate
8277: elements only when needed)
8278:
8279: * src/types/pa_vresponse.C: - check for $response:headers field
8280: before looking at custom fields
8281:
8282: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8283: not needed to check existance var with name 'result' in var's
8284: hash
8285:
8286: * src/main/compile.y: - compiler was changed: now it detects
8287: writings to $result and set flag writo_to_result in method
8288:
8289: * src/classes/string.C: - little optimisation: no needed to write
8290: number with lang
8291:
8292: * src/main/pa_charset.C: - methods readChar and skipChar which is
8293: used for read utf8-strings were renamed - is_escaped was renamed
8294: to isEscaped (to the same name convention)
8295:
8296: * src/: types/pa_method.h, main/compile_tools.h: - flag
8297: write_to_result added. compiler get this info from code.
8298:
8299: 2009-04-16 misha
8300:
8301: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8302: String only before 1st write
8303:
8304: * src/include/pa_string.h: - not needed template removed
8305:
8306: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8307: types/pa_vjunction.C, types/pa_vproperty.C,
8308: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8309: main/pa_request.C, classes/bool.C, classes/double.C,
8310: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8311: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8312: bool objects)
8313:
8314: 2009-04-15 misha
8315:
8316: * src/lib/cord/cordxtra.c: - more optimisation
8317:
8318: * src/: include/pa_string.h, main/untaint.C: - String::append
8319: optimisation
8320:
8321: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8322: then get and can sometime be used)
8323:
8324: * src/main/pa_string.C: - String::length optimisation
8325:
8326: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8327: these methods read different strings
8328:
8329: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8330: fresult_initial_void removed + some optimisation - if $result
8331: defined we don't write to context anymore
8332:
8333: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8334: need just skip char)
8335:
8336: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8337: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8338: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8339:
8340: * src/types/pa_vvoid.h: - added get() method for retreave one
8341: instance
8342:
8343: 2009-04-11 misha
8344:
8345: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8346:
8347: * tests/197.html: - test for parser://test in xml was added
8348:
8349: * src/classes/string.C: - small optimisation
8350:
8351: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8352: optimisation
8353:
8354: 2009-04-10 misha
8355:
8356: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8357: to pcre-7.8
8358:
8359: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8360:
8361: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8362: added
8363:
8364: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8365: $request:CLASS_NAME were added
8366:
8367: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8368: were added
8369:
8370: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8371: $env:CLASS_NAME were added
8372:
8373: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8374: '@todo' now
8375:
8376: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8377: compirer
8378:
8379: * src/main/pa_string.C: - little code cleanup
8380:
8381: * src/main/pa_common.C: - describe one more UTF-8 related error
8382: during PCRE compile/execute
8383:
8384: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8385: normalizing todo-comments: '@todo' now
8386:
8387: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8388:
8389: * src/main/pa_charset.C: - type changed for making compiler happy
8390:
8391: 2009-03-10 misha
8392:
8393: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8394: in main()
8395:
8396: 2009-02-01 misha
8397:
8398: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8399: boundary
8400:
8401: 2009-01-25 misha
8402:
8403: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8404:
8405: * src/classes/file.C: - more changes for parsing different number
8406: of params for file::load
8407:
8408: * tests/193.html: - tests for exception while base64-decode binary
8409: to string was added
8410:
8411: * tests/192.html: - tests for file::load with different number of
8412: options
8413:
8414: * src/classes/math.C: - ups. forgot '+1'
8415:
8416: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8417: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8418: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8419: (new option $.encode[multipart-form/data] should be specified) -
8420: $.method[] option for file::load now is not case-sensitive
8421:
8422: * src/: include/pa_string.h, main/untaint.C: - for file post the
8423: new taint language L_FILE_POST was added
8424:
8425: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8426: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8427: stuff was moved to separate files
8428:
8429: 2009-01-23 misha
8430:
8431: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8432: spaces to tabs were converted
8433:
8434: 2009-01-12 misha
8435:
8436: * src/main/pa_http.C: - value of $.method[] option force uppercased
8437: now
8438:
8439: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8440: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8441: their names
8442:
8443: * src/main/pa_common.C: - changes in formating
8444:
8445: * src/: classes/file.C, main/pa_http.C: - some constants changed
8446: their names
8447:
8448: * src/include/pa_http.h: - some spaces were converted to tabs
8449:
8450: * src/include/pa_common.h: - some constants changed their names
8451:
8452: * src/classes/file.C: - fixed 4-th paramether for file::load -
8453: little code rewriting
8454:
8455: * src/types/pa_vfile.C: - little code rewriting
8456:
8457: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8458: types/pa_value.h: - some formating changes
8459:
8460: * src/include/pa_common.h: - some formating spaces transformed to
8461: tabs
8462:
8463: * src/classes/string.C: - exception while base64-decode binary to a
8464: string
8465:
8466: 2009-01-11 misha
8467:
8468: * configure.in: - version changed to 3.3.1b
8469:
8470: 2008-09-05 misha
8471:
8472: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8473: release_3_3_0 on 2008-09-05 10:59:35 +0000
8474:
8475: 2008-09-04 misha
8476:
8477: * tests/: 130.html, 131.html: - these exceptions not typeless
8478: anymore
8479:
8480: * src/classes/op.C: - exception with 'invalid taint language' not
8481: typeless anylonger
8482:
8483: * src/classes/image.C: - some exceptions while operations with
8484: image not typeless anymore
8485:
8486: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8487: main/pa_exec.C, main/pa_http.C: - some exceptions while
8488: operations with files not typeless anymore
8489:
8490: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8491: types/pa_vdate.h: - exceptions while checking date range not
8492: typeless anymore
8493:
8494: * src/include/pa_exception.h: - exception type string for invalid
8495: date range was added
8496:
8497: 2008-09-03 misha
8498:
8499: * src/: classes/file.C, main/pa_string.C: - exception while pce
8500: operations not typeless anymore
8501:
8502: * src/include/pa_exception.h: - exception type for pce operations
8503: was added
8504:
8505: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8506: and .CLASS_NAME insite classes
8507:
8508: * src/classes/table.C: - don't save table header whiile
8509: ^table.save[append;filename] if file exists
8510:
8511: 2008-09-02 misha
8512:
8513: * src/main/compile.y, src/main/compile_tools.h,
8514: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8515: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8516: renamed to partial and it login changed: we must mark class as
8517: partial for allow their modifications in future.
8518:
8519: 2008-08-29 misha
8520:
8521: * tests/results/022.processed: - testing taint[regex] in mask for
8522: file:list
8523:
8524: * tests/022.html: - testing taint[regex] in mask for file:list
8525:
8526: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8527: for file:list was added
8528:
8529: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8530: file:list
8531:
8532: 2008-08-26 misha
8533:
8534: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8535: last derived object
8536:
8537: * src/classes/image.C: - many strings "image.format" replaced by
8538: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8539: understand some more exif tags
8540:
8541: * src/include/pa_exception.h: - string "image.format" was added
8542:
8543: 2008-08-21 misha
8544:
8545: * src/: main/pa_string.C, classes/file.C: - use method for print
8546: pcre_exec text error
8547:
8548: * src/main/pa_common.C: - method for print pcre_exec text error was
8549: added
8550:
8551: * src/include/pa_common.h: - method declaration for print pcre_exec
8552: text error was added
8553:
8554: 2008-08-19 misha
8555:
8556: * src/main/execute.C: - bugfix: opcodes must be in separate
8557: namespace while debug execution as well
8558:
8559: * tests/: 015.html, results/015.processed: - test for escaping some
8560: parser chars was added
8561:
8562: 2008-08-18 misha
8563:
8564: * tests/: 190.html, 190.p, results/190.processed: - test for
8565: $caller.self.field + default getter in one class was added
8566:
8567: * tests/: 189.html, results/189.processed: - test for
8568: ^date::create[date object]
8569:
8570: * tests/: 188.html, results/188.processed: - tests for match with
8571: UTF-8 strings
8572:
8573: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8574: ^string.match[]
8575:
8576: * ChangeLog: - parser 3.3.0 beta13
8577:
8578: 2008-08-15 misha
8579:
1.116 moko 8580: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8581: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8582: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8583: dftables.c: - old PCRE files removed
1.95 moko 8584:
8585: * src/lib/pcre/config.h: - configuration for PCRE library
8586:
8587: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8588: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8589:
8590: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8591: library and set flag UTF8 if $request:charset is UTF-8
8592:
8593: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8594: include/pa_config_fixed.h: - moved to new PCRE library
8595:
8596: * src/: main/main.vcproj, types/types.vcproj,
8597: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8598: win32\pcre instead of parser3\src\lib\pcre
8599:
8600: * src/: include/pa_opcode.h, include/pa_operation.h,
8601: main/compile.C, main/compile.y, main/compile_tools.C,
8602: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8603: opcodes were moved to separate namespace
8604:
8605: 2008-08-14 misha
8606:
8607: * src/types/pa_vstateless_class.C: - newline at the end missed
8608:
8609: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8610: tainting
8611:
8612: 2008-08-11 misha
8613:
8614: * tests/: 187.html, 187.p, results/187.processed: - tests for
8615: $caller.self, $caller.self.field and $caller.self.field[value]
8616: were added
8617:
8618: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8619: runtime as well (for $caller.self)
8620:
8621: 2008-07-25 misha
8622:
8623: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8624: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8625: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8626: tests with international characters
8627:
8628: 2008-07-23 misha
8629:
8630: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8631: file::load[...;http://
8632:
8633: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8634: now everywhere in separate namespace
8635:
8636: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8637: for vars
8638:
8639: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8640: can be escaped by '^'
8641:
8642: 2008-07-22 misha
8643:
8644: * src/classes/string.C, tests/186.html: - names changes:
8645: escape=>js-escape, unescape=>js-unescape
8646:
8647: 2008-07-21 misha
8648:
8649: * tests/results/186.processed: - test for string escape/unescape
8650:
8651: * tests/186.html: - test for string escape/unescape
8652:
8653: * src/classes/string.C: - string has escape and unescape methods
8654: now
8655:
8656: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8657: added
8658:
8659: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8660: method-layers added (with different params)
8661:
8662: 2008-07-18 misha
8663:
8664: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8665: was added
8666:
8667: * tests/185.html: - test for ^str.pos[sub](offset) added
8668:
8669: * src/classes/string.C, src/classes/void.C, operators.txt: -
8670: ^string.pos[substr](offset) -- 2nd param accepted now
8671:
8672: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8673: strings
8674:
8675: 2008-07-17 misha
8676:
8677: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8678: helper length added for mid for small optimisation
8679:
8680: 2008-07-16 misha
8681:
8682: * tests/: 185.html, results/185.processed: - tests for
8683: length/left/right/mid/pos with utf-8 strings
8684:
8685: * src/classes/string.C: - left/right/mid/length/pos works fine for
8686: utf-8 strings
8687:
8688: * src/main/untaint.C: - comments removed
8689:
8690: * src/: include/pa_string.h, main/pa_string.C,
8691: include/pa_charset.h, main/pa_charset.C: - methods for working
8692: with pos/mid for strings in utf-8 were added
8693:
8694: 2008-07-15 misha
8695:
8696: * tests/: 184.html, results/184.processed: - test for case body as
8697: expression: $var(^switch(1){^case(1)(true)..})
8698:
8699: * src/classes/op.C: - case body can be expression now:
8700: $var(^switch(1){^case(1)(true)..})
8701:
8702: * tests/: results/183.processed, 183.html: - added test for testing
8703: new cookie encoding (%uXXXX)
8704:
8705: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8706: decoding for backward compatibility they decoded from %XX in
8707: request:charset too
8708:
8709: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8710: - cookie class now decode cookies before first access after last
8711: request:charset changing (as form class).
8712:
8713: * src/main/pa_charset.C: - added method escape for escaping cookies
8714: as %uXXXX - before transcode calculate required space for dest
8715: string. it reduce mem usage for transcode
8716:
8717: * src/include/pa_charset.h: - added method escape for escaping
8718: cookies as %uXXXX
8719:
8720: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8721: was added. will used for escaping cookies as %uXXXX
8722:
8723: * src/include/pa_common.h: - escape method has new option for skip
8724: converting '+' to a space char
8725:
8726: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8727: transcode - escape method has new option for skip converting '+'
8728: to a space char
8729:
8730: 2008-07-08 misha
8731:
8732: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8733: (no UE if more then 1 case matches anylonger) - optimization:
8734: doing searching.as_string() || searching.as_double() only once
8735:
8736: 2008-07-04 misha
8737:
8738: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8739: now ^date::create[date object] works
8740:
8741: * src/classes/string.C: - left and right added as aliases for start
8742: and end in ^string.trim[]
8743:
8744: 2008-07-03 misha
8745:
8746: * src/classes/file.C: - allow $.limit for file::sql as well
8747:
8748: * src/classes/file.C: - allow $.offset option for file::sql - force
8749: send limit=1 to query for use sql specifics authomatically
8750:
8751: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8752: if $.limit value if empty. autoconvert it as everywere
8753:
8754: 2008-07-02 misha
8755:
8756: * configure.in: - time to change version number to 3.3.0 %-)
8757:
8758: * src/include/pa_version.h: - time to change version number to
8759: 3.3.0 %-)
8760:
8761: 2008-06-26 misha
8762:
8763: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8764: $.limit(0) fixes
8765:
8766: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8767: - $.limit(0) fixes
8768:
8769: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8770: new API)
8771:
8772: * src/: include/pa_sql_driver_manager.h,
8773: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8774: classes/op.C: - document_root added
8775:
8776: * src/main/compile.tab.C: - error message was changed
8777:
8778: 2008-06-25 misha
8779:
8780: * src/main/compile.y: - error message was changed
8781:
8782: 2008-06-24 misha
8783:
8784: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8785:
8786: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8787: tests for @OPTIONS\nappend
8788:
8789: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8790:
8791: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8792:
8793: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8794:
8795: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8796: compile.y
8797:
8798: 2008-06-17 misha
8799:
8800: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8801: compilation: ^if(default){true. it's incorrect. must be
8802: exception}
8803:
8804: 2008-06-16 misha
8805:
8806: * tests/: 181.ent, 181.html, results/181.processed: - test for
8807: checking external reference loading with 'http://localhost'
8808: prefix while creating xdoc
8809:
8810: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8811: ^math:long2ip[] and ^math:ip2long[]
8812:
8813: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8814: added which use scalar stateless class method when user object
8815: used in scalar context - use get_scalar_value when user object
8816: requested in scalar context
8817:
8818: * src/main/pa_common.C: - size must be int but not size_t or we
8819: can't compare with 0 sprintf result
8820:
8821: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8822: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8823: with internal switch between local/global vars
8824:
8825: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8826: specified
8827:
8828: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8829: pa_vstateless_object.h: - stateless class and object now has
8830: private scalar field and getter/setter for working with it
8831:
8832: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8833: moved to inet static class
8834:
8835: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8836: class added (^inet:aton[IP], ^inet:ntoa(number))
8837:
8838: * tests/: 180.html, results/180.processed: - tests for
8839: ^math:long2ip(long) and ^math:ip2long[IP]
8840:
8841: * src/classes/math.C: - ^math:ip2long[IP] added
8842:
8843: 2008-06-11 misha
8844:
8845: * src/main/pa_xml_io.C: - use file_read_text again because of we
8846: need cut BOM code and remove DOS newline chars. but don't
8847: transcode it anyway.
8848:
8849: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8850: main/pa_http.C: - option for disable transcoding while file_read
8851: and file_read_text added
8852:
8853: 2008-06-10 misha
8854:
8855: * tests/: 179.html, 179.p, results/179.processed: - test for many
8856: classes in 1 file
8857:
8858: * src/main/: compile.C, compile_tools.h: - compile return list of
8859: classes now.
8860:
8861: * src/main/: compile.y, compile.tab.C: - compile return list of
8862: classes now. internals.
8863:
8864: * src/main/pa_request.C: - compile return list of classes now. try
8865: call @conf and @auto for each returned class
8866:
8867: * src/include/pa_request.h: - compile return list of classes now
8868:
8869: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8870: return list of classes when compile buf)
8871:
8872: 2008-06-07 misha
8873:
8874: * src/main/pa_request.C: - constructing VRequest object with 3rd
8875: param -- form
8876:
8877: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8878: 3rd param: form. needed for get post_charset
8879:
8880: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8881: added
8882:
8883: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8884: types/pa_vform.C, types/pa_vform.h: - some polish
8885:
8886: 2008-06-06 misha
8887:
8888: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8889: charset and decode chars from it but not from response:charset
8890:
8891: * src/main/pa_http.C: - detect_charset moved out of here
8892:
8893: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8894: methods moved here - unescape_chars accepn one charset now
8895:
8896: * src/main/pa_http.C: - new constants used - don't allow
8897: $.content-type in ^file::load[;http://;$.method[POST]] - add
8898: charset info while ^file::load[;http://;$.method[POST]] - option
8899: $.omit-post-charset(true) added to ^file::load[;http://] for
8900: disabling charset during post
8901:
8902: * src/types/pa_vform.C: - new constants used
8903:
8904: * src/include/pa_common.h: - some constants were added
8905:
8906: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8907: instead of StrEqNc
8908:
8909: * src/main/pa_common.C: - new method for caseless search
8910: c-substring in c-string - use isxdigit instead of is_hex_digit
8911:
8912: * src/include/pa_common.h: - new method for caseless search
8913: c-substring in c-string
8914:
8915: 2008-06-05 misha
8916:
8917: * tests/results/178.processed: - test for testing default getter
8918:
8919: * tests/178.html: - test for testing default getter
8920:
8921: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8922: for test for testing default getter
8923:
8924: * src/main/execute.C: - default getter soul
8925:
8926: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8927: requested objects' field not found
8928:
8929: * src/types/pa_vclass.C: - register default getter if defined - get
8930: default getter if requested field not found
8931:
8932: * src/types/pa_vstateless_object.h: - method get_default_getter was
8933: added
8934:
8935: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8936: pointer to default getter and methods for get/set it were added
8937:
8938: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8939: auto_name field (for default getter)
8940:
8941: 2008-06-04 misha
8942:
8943: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8944: transcoding, no cutting BOM code, no fixing line breaks) and get
8945: it to libxml "as is"
8946:
8947: 2008-06-03 misha
8948:
8949: * src/main/pa_common.C: - use store_Char instead of
8950: transcodeCharFromUTF8
8951:
8952: * src/: include/pa_charset.h, main/pa_charset.C: - method
8953: store_Char added, transcodeCharFromUTF8 -- removed
8954:
8955: 2008-06-02 misha
8956:
8957: * tests/: results/177.processed, 177.html: - test for checking
8958: .[acm]date after local ^file::load[] was added
8959:
8960: * tests/: results/176.processed, 176.html: - test for checking
8961: @OPTION\locals + @method[vars][locals] added
8962:
8963: * tests/results/auto.p: - CLASS_PATH specified for checking use
8964:
8965: 2008-05-30 misha
8966:
8967: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8968: @OPTION\nlocals + @method[vars][;locals;] were added
8969:
8970: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8971: moved to separate method op_code - switch from VMethodFrame to
8972: VMethodFrameGlobal + VMethodFrameLocal
8973:
8974: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8975: was moved to separate method op_code
8976:
8977: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8978: VMethodFrame now
8979:
8980: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8981: all_vars_local as well
8982:
8983: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8984: pa_vmethod_frame_local.h, Makefile.am: - who children for
8985: VMethodFrame were added: one (global) works as VMethodFrame
8986: before and second (local) write all vars in self vars scope
8987:
8988: * src/types/pa_method.h: - method has bool flag all_vars_local now
8989:
8990: 2008-05-29 misha
8991:
8992: * tests/: 129.html, results/129.processed: - more tests for
8993: ^table.hash[]
8994:
8995: * src/classes/hash.C: - ^hash::sql has a new option:
8996: $.type[hash|string|table] as ^table.hash[] one.
8997:
8998: * src/classes/op.C: - ^try has 3rd param now: finally code which
8999: executed anyway after try or catch section
9000:
9001: 2008-05-27 misha
9002:
9003: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
9004: must not fail if $.distinct(1) wasn't specified
9005:
9006: 2008-05-26 misha
9007:
9008: * src/classes/op.C: - allow ^throw[my type]
9009:
9010: 2008-05-22 misha
9011:
9012: * configure.in, configure: - version number updated to 3.2.4b
9013:
9014: * src/classes/: op.C, string.C: - trim format string before
9015: eval/format
9016:
9017: * tests/: results/175.processed, 175.html: - more tests for
9018: different format strings in .format[]
9019:
9020: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
9021: as well (not only %XX)
9022:
9023: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
9024: charset specified - checks for format before print number
9025: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
9026: (instead of tabs) removed
9027:
9028: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
9029: charset specified
9030:
9031: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
9032: char in requested charset from utf code was added
9033:
9034: 2008-05-19 misha
9035:
9036: * tests/: 174.html, results/174.processed: - test for
9037: ^hashfile.cleanup[] added
9038:
9039: * src/classes/hashfile.C: - optimization: don't create any key or
9040: value variable if it's name weren't specified
9041: (^hf.foreach[;v]{...})
9042:
9043: 2008-05-16 misha
9044:
9045: * src/classes/hash.C: - optimization: don't create any key variable
9046: if variable name wasn't specified (^h.foreach[;v]{...})
9047:
9048: 2008-05-15 misha
9049:
9050: * src/classes/op.C: - small changes
9051:
9052: * src/classes/hashfile.C: - code reformating (as hash.foreach)
9053:
9054: * src/classes/hash.C: - calculate var_context once before foreach
9055:
9056: 2008-05-14 misha
9057:
9058: * src/classes/hashfile.C: - incorrect vars context calculation for
9059: ^hashfile.foreach[;]{} fixed
9060:
9061: * src/classes/: hash.C, table.C: - little optimisation
9062:
9063: * src/classes/file.C: - bugfix: double absolute path while loading
9064: file
9065:
9066: * tests/: 174.html, results/174.processed: - tests for hashfile
9067: were added
9068:
9069: * buildall-with-xml: - moving to libxslt 1.1.24
9070:
9071: 2008-04-30 misha
9072:
9073: * src/classes/file.C: - stat file while loading (local only) so
9074: .adate, .mdate and .cdate available without additional ::stat
9075:
9076: 2008-04-28 misha
9077:
9078: * src/classes/file.C: - $.name and $.content-type available for
9079: stated file
9080:
9081: 2008-04-14 misha
9082:
9083: * src/targets/cgi/parser3.C: - new year in copyright %-)
9084:
9085: * src/include/pa_version.h: - new version number in head
9086:
9087: 2008-04-10 misha
9088:
9089: * tests/: 080.html, results/080.processed: - cut '0' from
9090: exponential part because of on diff OS it differ (20 or 020 for
9091: ex)
9092:
9093: * tests/: 119.html, results/119.processed: - check for encoding
9094: while creating xdoc
9095:
9096: 2008-04-09 misha
9097:
9098: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
9099:
9100: * src/main/pa_common.C: - comment added
9101:
9102: * src/classes/date.C: - little refactoring
9103:
9104: 2008-04-07 misha
9105:
9106: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
9107: style of ^table.save[]: prepare one big string and sabe it at
9108: once. it's safe on freebsd 4.x but use much more memory.
9109:
9110: * buildall-with-xml, buildall-without-xml: - option
9111: --disable-stringstream added (under comment. use it on freebsd
9112: 4.x)
9113:
9114: 2008-02-22 misha
9115:
9116: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
9117: specified together in file::load[;http] - get back transcoding
9118: $.body[] in file::load[;http]
9119:
9120: 2008-02-21 misha
9121:
9122: * src/classes/date.C: - ^date.gmt-string[] was added
9123:
9124: * src/types/pa_value.C: - method for output date in RFC 822 format
9125: moved to pa_common.h
9126:
9127: * src/include/pa_common.h: - method for output date in RFC 822
9128: format moved here from pa_value.C
9129:
9130: * src/types/pa_vmail.C: - fixed core in sending mail with
9131: attachment in simple mode ($.file[file here]) introduced in 3.2.2
9132:
9133: 2008-02-20 misha
9134:
9135: * src/main/pa_http.C: - transcode $.headers before escaping into
9136: specified charset while ^file::load[...;http://...] (L_URI
9137: instead of L_HTTP_HEADER) - $.cookies param available in
9138: ^file::load[;http://...] now (but we don't parse set-cookies from
9139: response yet) (cookies not transcoded as common $cookies)
9140:
9141: 2008-02-19 misha
9142:
9143: * src/main/pa_request.C: - rollback: we mustn't force taint
9144: $response:field values because in this case
9145: $response:locateion[http://...] don't works.
9146:
9147: 2008-02-15 misha
9148:
9149: * src/classes/op.C: - little refactoring
9150:
9151: * src/main/pa_http.C: - taint names of $.headers for load[;http
9152:
9153: * src/main/pa_request.C: - force taint values of $response:field
9154:
9155: 2008-02-14 misha
9156:
9157: * src/main/pa_request.C: - $response:field transcoded to
9158: $response:charset before escaping now
9159:
9160: * src/main/pa_http.C: - some outdated comments removed
9161:
9162: * src/classes/date.C: - lastdat -> last-day
9163:
9164: * src/classes/date.C: - ^date:lastday(year;month) and
9165: ^date.lastday[] were added - little code refactoring - comments
9166: changes
9167:
9168: * tests/: 159.html, results/159.processed: - test for number of
9169: days in February
9170:
9171: * src/types/pa_value.C: - fixes in code formatting
9172:
9173: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9174: and comments
9175:
9176: 2008-02-13 misha
9177:
9178: * src/main/pa_common.C: - bugfix for february at leap year
9179:
9180: 2008-01-28 misha
9181:
9182: * tests/: 160.html, results/160.processed: - more test for cache
9183: added
9184:
9185: * src/classes/op.C: - bugfix: cache body executed twice if contains
9186: unhandled exception
9187:
9188: 2008-01-25 misha
9189:
9190: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9191: bug when hashfile became inavailable after memory:compact)
9192:
9193: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9194:
9195: 2008-01-22 misha
9196:
9197: * src/classes/table.C: - little refactiring and exception texts
9198: changes in method ^table.hash[]
9199:
9200: * src/types/pa_vcookie.C: - link to cookie specification changed
9201:
9202: 2008-01-21 misha
9203:
9204: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9205: file::exec/cgi
9206:
9207: * src/classes/file.C: - bugfix: core while processing headers if
9208: executed cgi script don't return content
9209:
9210: 2008-01-18 misha
9211:
9212: * buildall-with-xml: - move to libxml2 version 2.6.31
9213:
9214: * src/include/pa_version.h, configure.in: - version number updated
9215: to '3.2.3b'
9216:
9217: 2007-12-28 misha
9218:
9219: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9220: hash.contains
9221:
9222: 2007-12-27 misha
9223:
9224: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9225: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9226: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9227: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9228: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9229: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9230: src/targets/cgi/parser3.vcproj,
9231: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9232: back to VS2003 because of Apache 1.3 module can't work if it was
9233: built in VS 2005. with cgi all file so VS2003 project files can
9234: be easy converted to the new format.
9235:
9236: 2007-12-04 misha
9237:
9238: * src/types/pa_vcode_frame.h: - changes in comment
9239:
9240: 2007-11-29 misha
9241:
9242: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9243: intercept strings any longer
9244:
9245: * tests/: 173.html, results/173.processed: - tests for
9246: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9247: but not in main code frame
9248:
9249: * tests/: 172.html, results/172.processed: - more tests for pass
9250: objects from code frames
9251:
9252: 2007-11-27 misha
9253:
9254: * tests/: 152.html, results/152.processed: - tests for converting
9255: strings 'true'/'false' to bool were added
9256:
9257: * tests/152.html: - added checks for converting strings
9258: 'true'/'false' to bool
9259:
9260: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9261: not only strings with numbers but with values 'true'/'false' as
9262: well
9263:
9264: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9265: for parser3.log increased
9266:
9267: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9268:
9269: * src/include/pa_common.h: - remove_crlf return cstring size now
9270:
9271: * src/include/pa_types.h: - constant with buffer size for
9272: parser3.log added
9273:
9274: 2007-11-16 misha
9275:
9276: * tests/cat.sh: - script for tests for file::exec/cgi
9277:
9278: * tests/171.html: - tests for file::exec/cgi
9279:
9280: * tests/results/171.processed: - tests results for file::exec/cgi
9281:
9282: 2007-11-15 misha
9283:
9284: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9285:
9286: * src/classes/file.C: - .body must be set before analyzing cgi
9287: headers
9288:
9289: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9290: only if exec/cgi return anything.
9291:
9292: 2007-11-14 misha
9293:
9294: * operators.txt: - info about new text|binary option for
9295: file::exec/cgi was added
9296:
9297: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9298: ^file:exec[[text|binary];script;...]
9299:
9300: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9301: classes/string.C, classes/table.C: - more text strings moved to
9302: the one place
9303:
9304: 2007-11-09 misha
9305:
9306: * src/types/pa_vrequest.C: - $request:argv must be taint
9307:
9308: * ChangeLog: - $request:argv [patch from Sumo]
9309:
9310: * operators.txt: - $request:argv
9311:
9312: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9313: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9314:
9315: 2007-10-25 misha
9316:
9317: * buildall-with-xml, buildall-without-xml: - options preparations
9318: for ./configure rewrited
9319:
9320: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9321: error occure in unhandled_exception finally fixed
9322:
9323: 2007-10-23 misha
9324:
9325: * tests/: 170.html, results/170.processed: - test for
9326: @method[][result]
9327:
9328: * operators.txt: - added info about node.prefix and
9329: node.namespaceURI
9330:
9331: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9332:
9333: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9334: added for node and attribute
9335:
9336: 2007-10-22 misha
9337:
9338: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9339:
9340: * src/main/pa_request.C: - added const content-transfer-encoding
9341:
9342: * src/include/pa_request.h: - added const content-transfer-encoding
9343: - ups. constants must be in lowercase (for search)
9344:
9345: * src/types/pa_vmail.C: - more constants used -
9346: content-transfer-encoding: 8bit added
9347:
9348: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9349:
9350: * src/include/pa_request.h: - more constants
9351:
9352: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9353: ommit anymore if $.content-disposition was specified - little
9354: refactoring
9355:
9356: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9357:
9358: 2007-10-17 misha
9359:
9360: * operators.txt: - info about
9361: table::create[nameless]{data}[>options<] was added
9362:
9363: * src/main/: compile.tab.C, compile.y: - if error occure while
9364: compile method don't put this method in methods table anymore.
9365: in other case the parser coredumped if @unhandled_exception
9366: method can't be compiled because of parser.compile error.
9367:
9368: * src/main/execute.C: - little code reformating
9369:
9370: * src/main/pa_request.C: - little code reformating - comment
9371: changed
9372:
9373: 2007-10-16 misha
9374:
9375: * tests/: 035.html, results/035.processed: - tests
9376: table::create[]{}[options] added
9377:
9378: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9379: options (only $.seperator[] yet)
9380:
9381: 2007-10-10 misha
9382:
9383: * src/classes/table.C: - some contstants moved to pa_common.h -
9384: some code changes
9385:
9386: 2007-10-02 misha
9387:
9388: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9389: then three time as much. but base64 encoding method still use
9390: less memory anyway.
9391:
9392: 2007-09-17 misha
9393:
9394: * operators.txt: - added info about $cookie:fields
9395:
9396: * src/types/pa_vcookie.C: - $cookie:fields available now
9397:
9398: * src/classes/hash.C: - some stuff for use with .for_each moved to
9399: common
9400:
9401: * src/include/pa_common.h: - some stuff for use with .for_each
9402: moved here
9403:
9404: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9405:
9406: 2007-09-14 misha
9407:
9408: * buildall-with-xml: - new xml libs again =)
9409:
9410: 2007-08-28 misha
9411:
9412: * operators.txt: - texts about ^table.columns[[column name]] and
9413: ^string.split[...][v][column name] were added
9414:
9415: * tests/: 168.html, 169.html, results/168.processed,
9416: results/169.processed: - tests for ^table.columns[[column name]]
9417: and ^string.split[...][v][column name] were added
9418:
9419: * src/classes/table.C: - new option ^table.columns[[column name]]
9420: was added
9421:
9422: * src/classes/string.C: - new option ^string.split[...;v;[column
9423: name]]
9424:
9425: * src/include/pa_exception.h: - error text message for
9426: ^hash._keys[], ^table.columns[] and ^string.split[]
9427:
9428: 2007-08-27 misha
9429:
9430: * src/main/untaint.C: - try to fix coredump on unix if print to
9431: body ^taint[sql][something] outside of connect
9432:
9433: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9434: outside of connect
9435:
9436: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9437: added (commented by default)
9438:
9439: 2007-08-20 misha
9440:
9441: * operators.txt: - comment about new method ^node.hasAttributes[]
9442: was added
9443:
9444: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9445: duplicated exception text strings were removed
9446:
9447: * src/include/pa_exception.h: - more exception text strings moved
9448: here
9449:
9450: * src/classes/table.C: - some duplicate exceptions' text strings
9451: removed
9452:
9453: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9454: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9455: removed
9456:
9457: * src/include/pa_exception.h: - some exception text strings movet
9458: to pa_exception
9459:
9460: * tests/: 149.html, results/149.processed: - test for
9461: ^xnode.hasAttributes[] was added - some code changes
9462:
9463: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9464: added
9465:
9466: 2007-08-17 misha
9467:
9468: * tests/: results/006.processed, results/059.processed, 006.html,
9469: 059.html: - more tests for match
9470:
9471: * tests/: 129.html, results/129.processed: - tests for
9472: ^table.hash[...][$.type[string|hash|table]] added
9473:
9474: * src/targets/cgi/parser3.C: - little syntax changes
9475:
9476: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9477: syntax changes
9478:
9479: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9480: messages in parser3.log switched off by default. If someone
9481: really still need it: use $SIGPIPE(1)
9482:
9483: 2007-08-08 misha
9484:
9485: * buildall-with-xml, buildall-without-xml: - remove libs source
9486: files by default since now
9487:
9488: 2007-08-07 misha
9489:
9490: * buildall-without-xml: - some option syntax changes
9491:
9492: * buildall-with-xml: - compile libxml2 without http support - some
9493: option syntax changes
9494:
9495: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9496:
9497: 2007-08-06 misha
9498:
9499: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9500:
9501: * tests/: 160.html, results/160.processed: - cache test was
9502: rewrited
9503:
9504: 2007-07-06 misha
9505:
9506: * tests/: 153.html, results/153.processed: - added test for
9507: ^math:sha1[string]
9508:
9509: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9510: transcoded
9511:
9512: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9513: were added
9514:
9515: 2007-06-28 misha
9516:
9517: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9518: some incorrect chars
9519:
9520: 2007-06-19 misha
9521:
9522: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9523: were moved on top because of gcc 4 had a problems during
9524: building.
9525:
9526: 2007-06-18 misha
9527:
9528: * tests/results/019.processed: - new image commited
9529:
9530: 2007-06-09 misha
9531:
9532: * src/classes/: op.C, table.C: - in while and table.select method
9533: as_expression used now
9534:
9535: * src/types/pa_vmethod_frame.h: - method as_expression was added
9536:
9537: 2007-06-08 misha
9538:
9539: * tests/: 166.html, results/166.processed: - test for
9540: ^match[...][n]
9541:
9542: * tests/: 165.html, results/165.processed: - tests for loops
9543:
9544: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9545: because of no speed/memory optimisation but some proglems with
9546: long cycles occure
9547:
9548: 2007-06-06 misha
9549:
9550: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9551: ^table.select(true) and ^table.select(1) didn't works because of
9552: awaiting junction-param only. fixed.
9553:
9554: 2007-05-24 misha
9555:
9556: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9557: with 0.5 secs interval
9558:
9559: * src/classes/op.C: - cache was rewrited. I hope it works with
9560: locking system now on unix
9561:
9562: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9563: system locks which wait till other threads release it but try get
9564: lock, if fail wait 1 sec and make 10 attempts.
9565:
9566: * src/include/pa_os.h: - consts for blocking locks + some comments
9567: were added
9568:
9569: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9570: opening files
9571:
9572: * src/classes/table.C: - changes in includes. if unclude <sstream>
9573: after our classes on unix it can't be build
9574:
9575: * src/types/pa_vhashfile.C: - not needed code removed
9576:
9577: 2007-05-23 misha
9578:
9579: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9580: include/pa_common.h: - cosmetic changes
9581:
9582: 2007-05-18 misha
9583:
9584: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9585: often. it's give some speed increasing
9586:
9587: * tests/results/160.processed: - returned time corrected
9588:
9589: * tests/160.html: - time increased because on unix 1 mean nothing
9590: :(
9591:
9592: * operators.txt: - added info about ^hash.contain[key]
9593:
9594: * src/classes/hash.C: - added ^hash.contain[key]
9595:
9596: * src/include/pa_hash.h: - added method for checking key exists in
9597: hash
9598:
9599: 2007-05-07 misha
9600:
9601: * src/include/pa_string.h: - was compilation error during build on
9602: freebsd4
9603:
9604: 2007-05-03 misha
9605:
9606: * src/classes/table.C: - option $.type[hash|string|table] was added
9607: for ^table.hash[]
9608:
9609: * src/classes/file.C: - comment removed
9610:
9611: 2007-04-26 misha
9612:
9613: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9614: real files doesn't opened in place anymore
9615:
9616: 2007-04-24 misha
9617:
9618: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9619:
9620: * src/include/pa_exception.h: "static" removed
9621:
9622: 2007-04-23 misha
9623:
9624: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9625:
9626: * src/classes/math.C: added: - ^math:ln(N) (the same as
9627: ^math:log(N)) - ^math:lg(N)
9628:
9629: * tests/: 097.html, results/097.processed: - charsets converstion
9630: during ^file::load[text;http://...] added
9631:
9632: * tests/: 164.html, results/164.processed: - check for set expires
9633: as a date
9634:
9635: * tests/: 164.html, results/164.processed: - test for hashfile
9636:
9637: * src/classes/hashfile.C: - little comment changes
9638:
9639: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9640: access
9641:
9642: * src/: classes/date.C, classes/double.C, classes/file.C,
9643: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9644: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9645: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9646: classes/xnode.h, include/pa_request.h, main/execute.C,
9647: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9648: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9649: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9650: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9651: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9652: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9653: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9654: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9655: "parser.runtime" strings were removed
9656:
9657: * src/classes/hashfile.C: - with .clear[] called files_delete()
9658: now.
9659:
9660: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9661:
9662: * src/include/pa_exception.h: - string constant with
9663: "parser.runtime" text was added
9664:
9665: 2007-04-20 misha
9666:
9667: * operators.txt: - some comments changing
9668:
9669: * operators.txt: - added info about .^hashfile.release[],
9670: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9671:
9672: * configure: =cheching for unsetenv
9673:
9674: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9675: ^hashfile.release[] were added
9676:
9677: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9678: ^string.match[][] understand new option now: return number of
9679: matches but not table wit results
9680:
9681: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9682: reopen now
9683:
9684: * src/classes/op.C: - bug. must be false
9685:
9686: * configure.in: - checking for unsetenv was added
9687:
9688: * src/types/pa_vform.C: - some comments
9689:
9690: 2007-04-18 misha
9691:
9692: * buildall-with-xml: moving to libxml2-2.6.28
9693:
9694: * buildall-with-xml, buildall-without-xml: added commented lines
9695: with --disable-safe-mode option
9696:
9697: * operators.txt: - info about $form:files
9698:
9699: 2007-04-17 misha
9700:
9701: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9702: $form:files was added
9703:
9704: * tests/: 163.html, results/163.processed: removing auto format
9705:
9706: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9707:
9708: 2007-04-16 misha
9709:
9710: * tests/: 163.html, results/163.processed: - test for .int[],
9711: floor, round, ceiling and .format[]
9712:
9713: * src/classes/file.C: - little optimization for getting args in
9714: exec/cgi
9715:
9716: 2007-04-13 misha
9717:
9718: * src/classes/file.C: - arguments for file::exec/cgi can be
9719: specified now as s table with one column
9720:
9721: 2007-03-27 misha
9722:
9723: * tests/: 162.html, results/162.processed: - test for
9724: ^table.select(^condition[$t])
9725:
9726: * tests/results/auto.p: - load windows-1251 charset for some tests
9727:
9728: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9729:
9730: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9731: 161_windows1251.txt: - added test for
9732: ^file::load[text;/local/file.txt;$.charset[...]]
9733:
9734: * tests/: results/013.processed, 013.html: - added test for
9735: checking $._default value while hash modifications
9736:
9737: * tests/: 160.html, results/160.processed: - add test for
9738: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9739:
9740: 2007-03-22 misha
9741:
9742: * src/include/pa_common.h: - "charset" string defined for
9743: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9744:
9745: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9746: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9747: added - not needed transcodes were removed from
9748: ^file::load[...;http://...]
9749:
9750: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9751: added
9752:
9753: * src/classes/date.C: - date.week was fixed
9754:
9755: * operators.txt: - added info about date.weekyear
9756:
9757: * tests/: 159.html, results/159.processed: - tests for date.week
9758: and date.weekyear added
9759:
9760: 2007-03-15 misha
9761:
9762: * src/classes/table.C: - enclose column numbers for nameless tables
9763: as well
9764:
9765: 2007-03-14 misha
9766:
9767: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9768:
9769: * src/classes/table.C: - table.save optimization: now required much
9770: less memory
9771:
9772: 2007-03-13 misha
9773:
9774: * tests/results/: 158.processed, 158.processes: - tests for
9775: table.save/table.load
9776:
9777: * tests/: 158.html, results/158.processes: - tests for
9778: table.save/table.load
9779:
9780: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9781:
9782: * buildall-with-xml: - pattern needed now for building
9783:
9784: * tests/results/097.processed: - added test results for xdoc::load
9785: & xdoc::load[http://...]
9786:
9787: * tests/097.html: - added test for xdoc::load
9788:
9789: 2007-03-12 misha
9790:
9791: * tests/: 107.html, results/107.processed: - added test for xpath
9792: '//man'
9793:
9794: 2007-03-01 misha
9795:
9796: * tests/: 097.html, results/097.processed: - added test for
9797: creating xdoc from file
9798:
9799: * tests/: results/157.processed, 157.html: - added test for
9800: file:move
9801:
9802: 2007-02-28 misha
9803:
9804: * src/classes/xdoc.C: - another attempt
9805:
9806: * src/classes/xdoc.C: - roll back last changes for a while
9807:
9808: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9809:
9810: * src/classes/file.C: - under lock we create non-exist dir anyway
9811:
9812: * tests/results/099.processed: - ever send content-disposition to
9813: client with file
9814:
9815: * tests/157.html: + test for file:copy
9816:
9817: 2007-02-26 misha
9818:
9819: * src/classes/file.C: - some similar strings moved to #define
9820: instead of to be copy/pasted many times
9821:
9822: * src/types/pa_vfile.h: - class name string ("file") moved to
9823: #define
9824:
9825: 2007-02-20 misha
9826:
9827: * configure.in: - added some strings for sqlite detection
9828:
9829: 2007-02-19 misha
9830:
9831: * operators.txt: - some comments changes
9832:
9833: * buildall-with-xml, buildall-without-xml: - some modifications
9834:
9835: 2007-02-17 misha
9836:
9837: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9838:
9839: * src/main/pa_request.C: - damn, i forgot to commit it while I
9840: change console behaviour
9841:
9842: 2007-02-12 misha
9843:
9844: * src/targets/cgi/parser3.C: - don't print headers if
9845: $console:line[data] was used during cgi execution.
9846:
9847: * src/types/pa_vconsole.h: - console class have bool flag now which
9848: marked as 'true' if class was used.
9849:
9850: * tests/: 152.html, results/152.processed: - more types was added
9851: to test 152
9852:
9853: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9854: adding 'bool' (^if($image){} caused exception)
9855:
9856: 2007-02-09 misha
9857:
9858: * tests/: 152.html, results/152.processed: - test alightly updated
9859:
9860: * tests/: 152.html, results/152.processed: - test rewrited
9861:
9862: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9863: bugfix. I broke xdoc & xnode in expression
9864:
9865: 2007-02-08 misha
9866:
9867: * tests/: 152.html, results/152.processed: - add test for checking
9868: 'def' for void, string, bool, int & double
9869:
9870: 2007-02-07 misha
9871:
9872: * operators.txt: - ^file:base64[filespec] was added
9873:
9874: * tests/results/153.processed: - result test for
9875: ^file:base64[filespec] was updated
9876:
9877: * tests/153.html: - test for ^file:base64[filespec] was added
9878:
9879: * src/types/pa_vconsole.h: - little optimization
9880:
9881: * src/classes/file.C: - ^file:base64[filespec]
9882:
9883: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9884:
9885: * src/include/pa_common.h: - declarations for
9886: ^file:base64[filespec]
9887:
9888: * src/types/pa_vcookie.C: - little optimization
9889:
9890: 2007-02-06 misha
9891:
9892: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9893: were temporary commented
9894:
9895: * src/types/pa_vbool.h: - bugfix
9896:
9897: * tests/156.html: - added test for bool cookie
9898:
9899: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9900:
9901: * tests/: 155.html, results/155.processed: - added test for check
9902: $.encloser[] option for table save/load
9903:
9904: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9905:
9906: 2007-02-05 misha
9907:
9908: * tests/results/152.processed: - newline at the end was missed
9909:
9910: * tests/results/141.processed: - math:md5 must be lowercased
9911:
9912: * src/targets/cgi/parser3.C: - 2007 in help ;)
9913:
9914: 2007-02-03 misha
9915:
9916: * tests/results/: 150.processed, 151.processed, 152.processed: -
9917: test for bool added and some content length fixes
9918:
9919: * tests/152.html: - test for bool added
9920:
9921: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9922:
9923: * operators.txt: - info bool class was added
9924:
1.116 moko 9925: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9926: classes/classes.vcproj, classes/double.C, classes/int.C,
9927: classes/string.C, classes/void.C, classes/xnode.C,
9928: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9929: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9930: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9931: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9932: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9933: types/types.vcproj: - bool class was added
9934:
9935: * src/main/pa_request.C: - fix
9936:
9937: 2007-01-18 misha
9938:
9939: * src/: main/pa_string.C, classes/string.C: - return table during
9940: ^string.match[][] even if no matched found.
9941:
9942: 2006-12-20 misha
9943:
9944: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9945: http://www.parser.ru/forum/?id=55598 ]
9946:
9947: 2006-12-19 misha
9948:
9949: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9950: details: http://www.parser.ru/forum/?id=52359
9951:
9952: * src/main/pa_request.C: - always set content-disposition for
9953: $response:body[hash here]. more details:
9954: http://www.parser.ru/forum/?id=52130
9955:
9956: 2006-12-07 misha
9957:
9958: * operators.txt: - added info about bool params in cookie set
9959:
9960: * src/types/pa_vcookie.C: - bool param in cookies available now
9961: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9962: ]
9963:
9964: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9965: was added
9966:
9967: 2006-12-02 misha
9968:
9969: * src/classes/file.C: - file_block_read used instead of native read
9970:
9971: * src/main/pa_common.C: - added file_block_read with read error
9972: detection - file_block_read used instead of native read
9973:
9974: * src/include/pa_common.h: - added file_block_read declaration
9975:
9976: 2006-12-01 misha
9977:
9978: * operators.txt: - info about $var.CLASS_NAME was added
9979:
9980: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9981: $var.CLASS_NAME added
9982:
9983: * operators.txt: - added info about ^file:copy[]
9984:
9985: * src/classes/file.C: - ^file:copy[from;fo] was added
9986:
9987: 2006-11-20 misha
9988:
9989: * src/classes/date.C: - bug fix :)
9990:
9991: 2006-11-17 misha
9992:
9993: * src/include/pa_common.h: - array in crc32 calculation was changed
9994: to static
9995:
9996: * src/main/pa_common.C: - little optimization in getMonthDays -
9997: small changes in crc32 calculation
9998:
9999: * src/classes/date.C: - not needed code was removed
10000:
10001: 2006-11-16 misha
10002:
10003: * src/types/pa_vmail.C: - fix missed brakes
10004:
10005: * src/types/pa_vmail.C: - mail:send now set content-type:
10006: multipart/related instead of multipart/mixed if file have
10007: $.content-id[]
10008:
10009: 2006-11-15 misha
10010:
10011: * src/types/pa_vdouble.h: abs -> fabs
10012:
10013: 2006-11-14 misha
10014:
10015: * operators.txt: - added info about ^file.md5[] and
10016: ^file:md5[file-name]
10017:
10018: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
10019: added
10020:
10021: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
10022: FILE_BUFFER_SIZE
10023:
10024: * src/classes/math.C: - hex_string was moved to pa_common.h
10025:
10026: * src/include/pa_common.h: - hex_string was moved from math.C -
10027: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
10028:
10029: * src/types/pa_vdouble.h: - incorrect frac detection with negative
10030: values was fixed
10031:
10032: 2006-11-13 misha
10033:
10034: * operators.txt: - added info about ^math:crc32[string],
10035: ^file:crc32[file-name] & ^file.crc32[]
10036:
10037: * src/classes/math.C: - added ^math:crc32[string]
10038:
10039: * src/classes/file.C: - some comments were changed - added
10040: ^file:crc32[file-name] and ^file.crc32[]
10041:
10042: * src/: include/pa_common.h, main/pa_common.C: - some functions for
10043: crc32 calculation added
10044:
10045: 2006-11-03 misha
10046:
10047: * src/include/pa_array.h: - not needed variable removed
10048:
10049: * tests/: 150.html, 151.html, results/150.processed,
10050: results/151.processed: - 2 tests were added
10051:
10052: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
10053: with $.reverse(1) were fixed
10054:
10055: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
10056: query converted to $.charset during ^file::load[http://...]
10057:
10058: 2006-11-02 misha
10059:
10060: * src/include/pa_table.h: ups. forget '=' char
10061:
10062: * src/include/pa_table.h: - one more fix in
10063: .locate[...][$.reverse(1)]
10064:
10065: 2006-11-01 misha
10066:
10067: * src/classes/math.C: - bug fix, details:
10068: http://www.parser.ru/forum/?id=53360
10069:
10070: * src/include/pa_table.h: - bug fix during ^table.locate( condition
10071: false for all records )[$.reverse(1)]
10072:
10073: * src/main/pa_http.C: - second param for this mid method is length
10074: but not end_index so this method has error and can't detect
10075: charsets in next content-types: Content-type: text/html;
10076: charset="windows-1251" Content-type: text/html;
10077: charset="windows-1251"; Content-type: text/html;
10078: charset=windows-1251;
10079:
10080: only Content-type: text/html; charset=windows-1251 was fine
10081:
10082: 2006-10-31 misha
10083:
10084: * src/classes/file.C: - empty args in file::exec removed now
10085:
10086: 2006-09-03 paf
10087:
10088: * src/classes/file.C: proper tainting of
10089: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
10090:
10091: 2006-06-09 paf
10092:
10093: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
10094:
10095: * src/classes/table.C: formatting
10096:
10097: * src/classes/table.C: incorporated patch from misha: Sent:
10098: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
10099: ignoring string options for ^table.save[]
10100:
10101: * src/classes/hash.C: incorporated patch from misha Sent:
10102: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
10103: $hash._default disappear while
10104:
10105: * operators.txt: ^mail:send[ $.file1[ $.value[file]
10106: $.format[!uue|!base64] << new base64 option. default uue ] ]
10107:
10108: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
10109: PM Subject: patch for base64 in ^mail:send[] %-)
10110:
10111: 2006-04-09 paf
10112:
10113: * src/main/compile.tab.C: ` change compiled
10114:
10115: * gnu.vcproj, operators.txt, parser3.sln,
10116: src/classes/classes.vcproj, src/classes/file.C,
10117: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
10118: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10119: src/classes/xnode.C, src/include/pa_array.h,
10120: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10121: src/include/pa_memory.h, src/include/pa_request.h,
10122: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10123: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10124: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10125: src/lib/pcre/pcre_dftables.vcproj,
10126: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10127: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10128: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10129: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10130: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10131: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10132: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10133: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10134: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10135: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10136: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10137: src/types/pa_value.h, src/types/pa_vcookie.C,
10138: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
10139: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10140: src/types/pa_vstatus.C, src/types/types.vcproj,
10141: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
10142: ^menu, ^hash/hashfile.foreach
10143:
10144: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10145: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10146: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
10147: src/classes/xnode.C, src/include/pa_array.h,
10148: src/include/pa_config_fixed.h, src/include/pa_dir.h,
10149: src/include/pa_memory.h, src/include/pa_request.h,
10150: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
10151: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
10152: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10153: src/lib/pcre/pcre_dftables.vcproj,
10154: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10155: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10156: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10157: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10158: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10159: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10160: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10161: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10162: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10163: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10164: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10165: src/types/pa_value.h, src/types/pa_vcookie.C,
10166: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10167: src/types/pa_vstatus.C, src/types/types.vcproj,
10168: tests/descript.ion: ! switched to VS2005 (projects and
10169: object<info explicitly typed>.for_each(, info)) +
10170: $response:field[] setting void means removing + grammar $name`
10171: name stops now, for mysql `$field` + started ^break[]
10172: ^continue[], in ^for. TODO: to other iterators (while, menu,
10173: foreach) + all log messages += [uri=, method=, cl=]
10174:
10175: * buildall-with-xml: merged . ftp paths update
10176:
10177: * buildall-with-xml: . ftp paths update
10178:
10179: 2006-03-04 paf
10180:
10181: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10182: checks++ [thanks to Igor Zinkovsky for detailed report]
10183:
10184: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10185: Igor Zinkovsky for detailed report]
10186:
10187: 2006-03-01 paf
10188:
10189: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10190: \n to ' ' in
10191:
10192: 2006-02-18 paf
10193:
10194: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10195: \n to ' ' in
10196:
10197: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10198:
10199: 2006-02-03 paf
10200:
10201: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10202: base64
10203:
10204: * src/main/pa_common.C: ! bugfix: decoding from base64
10205:
10206: 2006-01-20 paf
10207:
10208: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10209: economy fix
10210:
10211: * src/classes/: table.C: merged from HEAD ! bugfix
10212: ^table.save[$.encloser-s now handled properly
10213:
10214: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10215: handled properly
10216:
10217: 2006-01-19 paf
10218:
10219: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10220: libgc:USE_MUNMAP activates merging of free memory blocks which
10221: helps a lot in our case: after transform we want
10222: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10223:
10224: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10225: economy fix
10226:
10227: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10228: activates merging of free memory blocks which helps a lot in our
10229: case: after transform we want CORD(main.result)->cstr[big
10230: malloc]->transcode[big malloc]
10231:
10232: 2006-01-17 paf
10233:
10234: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10235: before reading them. got rid of reallocs = became quicker and
10236: less fragmentated
10237:
10238: 2005-12-29 paf
10239:
1.116 moko 10240: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10241: configure, configure.in, src/include/pa_version.h,
10242: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10243: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10244: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10245: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10246: src/lib/ltdl/missing: . merged from 3.2.1
10247:
1.116 moko 10248: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10249: packaged when 'make dist', so do configure companion files in
10250: src/lib/ltdl
10251:
10252: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10253: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10254: missing: . now config_auto.h is created with configure [were
10255: constant]
1.95 moko 10256:
10257: * INSTALL: . references to documentation and some clarification
10258:
10259: * buildall-with-xml, buildall-without-xml: . farawell doc
10260: indication
10261:
1.116 moko 10262: * Makefile.am: . dist+=buildall*
1.95 moko 10263:
10264: 2005-12-28 paf
10265:
10266: * configure: . 3.2.1
10267:
10268: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10269: simplify build process, see INSTALL
10270:
10271: 2005-12-26 paf
10272:
10273: * configure: ver
10274:
10275: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10276: version
10277:
10278: 2005-12-21 paf
10279:
10280: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10281: compiled with bison 1.875b, it reports unexpected token names
10282:
10283: 2005-12-19 paf
10284:
10285: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10286: holds a link to xmlNode to prevent premature gc(xmlNode)
10287:
10288: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10289: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10290: src/main/main.vcproj, src/main/pa_globals.C,
10291: src/targets/cgi/parser3.vcproj,
10292: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10293: configure, configure.in, src/include/pa_version.h: . killing
10294: gdome [what a relief]
10295:
10296: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10297: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10298: run_parser.sh, results/001.processed, results/002.processed,
10299: results/003.processed, results/004.processed,
10300: results/005.processed, results/006.processed,
10301: results/008.processed, results/009.processed,
10302: results/010.processed, results/011.processed,
10303: results/012.processed, results/013.processed,
10304: results/014.processed, results/015.processed,
10305: results/016.processed, results/017.processed,
10306: results/018.processed, results/020.processed,
10307: results/021.processed, results/022.processed,
10308: results/023.processed, results/024.processed,
10309: results/025.processed, results/026.processed,
10310: results/027.processed, results/028.processed,
10311: results/029.processed, results/030.processed,
10312: results/031.processed, results/032.processed,
10313: results/033.processed, results/034.processed,
10314: results/035.processed, results/036.processed,
10315: results/037.processed, results/038.processed,
10316: results/039.processed, results/040.processed,
10317: results/041.processed, results/042.processed,
10318: results/043.processed, results/044.processed,
10319: results/045.processed, results/046.processed,
10320: results/047.processed, results/048.processed,
10321: results/049.processed, results/050.processed,
10322: results/051.processed, results/052.processed,
10323: results/053.processed, results/054.processed,
10324: results/055.processed, results/056.processed,
10325: results/057.processed, results/058.processed,
10326: results/059.processed, results/060.processed,
10327: results/061.processed, results/062.processed,
10328: results/063.processed, results/064.processed,
10329: results/065.processed, results/066.processed,
10330: results/067.processed, results/068.processed,
10331: results/069.processed, results/070.processed,
10332: results/071.processed, results/072.processed,
10333: results/073.processed, results/074.processed,
10334: results/075.processed, results/076.processed,
10335: results/077.processed, results/078.processed,
10336: results/079.processed, results/080.processed,
10337: results/081.processed, results/082.processed,
10338: results/083.processed, results/084.processed,
10339: results/085.processed, results/086.processed,
10340: results/087.processed, results/088.processed,
10341: results/089.processed, results/090.processed,
10342: results/091.processed, results/092.processed,
10343: results/093.processed, results/094.processed,
10344: results/095.processed, results/096.processed,
10345: results/097.processed, results/099.processed,
10346: results/100.processed, results/101.processed,
10347: results/102.processed, results/104.processed,
10348: results/105.processed, results/106.processed,
10349: results/107.processed, results/108.processed,
10350: results/109.processed, results/110.processed,
10351: results/111.processed, results/112.processed,
10352: results/113.processed, results/114.processed,
10353: results/115.processed, results/117.processed,
10354: results/119.processed, results/120.processed,
10355: results/121.processed, results/122.processed,
10356: results/123.processed, results/124.processed,
10357: results/125.processed, results/126.processed,
10358: results/127.processed, results/128.processed,
10359: results/129.processed, results/130.processed,
10360: results/131.processed, results/132.processed,
10361: results/133.processed, results/134.processed,
10362: results/135.processed, results/136.processed,
10363: results/138.processed, results/139.processed,
10364: results/140.processed, results/141.processed,
10365: results/142.processed, results/143.processed,
10366: results/144.processed, results/145.processed,
10367: results/146.processed, results/147.processed,
10368: results/148.processed, results/149.processed, results/auto.p: .
10369: now works if we turn off default auto.p
10370:
1.116 moko 10371: * configure: . makes
1.95 moko 10372:
10373: * src/types/pa_vxnode.C: . less warnings
10374:
10375: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10376: tests/145.html, tests/149.html, tests/descript.ion,
10377: tests/outputs/d.cmd, tests/results/142.processed,
10378: tests/results/143.processed, tests/results/144.processed,
10379: tests/results/145.processed, tests/results/146.processed,
10380: tests/results/147.processed, tests/results/148.processed,
10381: tests/results/149.processed: . removed .nodeValue from all node
10382: types other than 5 (grabbed piece from gdome)
10383:
10384: * tests/: 137.html, results/137.processed: . not handled this case
10385: yet. code does not hang from inserting parent into child,
10386: considering thing minor issue -- nodes are removed from source
10387: anyway, don't know why shold that be an error after all
10388:
10389: * src/targets/cgi/parser3.C: . style
10390:
10391: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10392: xdoc too [were barking "not element"]
10393:
10394: 2005-12-16 paf
10395:
10396: * tests/: 146.html, 147.html, 148.html: . more tests
10397:
10398: * src/classes/xnode.C: . also bark on possible errors
10399:
10400: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10401: props
10402:
10403: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10404: main/compile.y: merged from HEAD ! fixed overoptimized
10405: ^call(false) case. (confused it with ^call[] case)
10406:
10407: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10408: ^call(false) case. (confused it with ^call[] case)
10409:
10410: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10411:
10412: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10413: results/001.processed, results/002.processed,
10414: results/003.processed, results/004.processed,
10415: results/005.processed, results/006.processed,
10416: results/008.processed, results/009.processed,
10417: results/010.processed, results/011.processed,
10418: results/012.processed, results/013.processed,
10419: results/014.processed, results/015.processed,
10420: results/016.processed, results/017.processed,
10421: results/018.processed, results/019.processed,
10422: results/020.processed, results/021.processed,
10423: results/022.processed, results/023.processed,
10424: results/024.processed, results/025.processed,
10425: results/026.processed, results/027.processed,
10426: results/028.processed, results/029.processed,
10427: results/030.processed, results/031.processed,
10428: results/032.processed, results/033.processed,
10429: results/034.processed, results/035.processed,
10430: results/036.processed, results/037.processed,
10431: results/038.processed, results/039.processed,
10432: results/040.processed, results/041.processed,
10433: results/042.processed, results/043.processed,
10434: results/044.processed, results/045.processed,
10435: results/046.processed, results/047.processed,
10436: results/048.processed, results/049.processed,
10437: results/050.processed, results/051.processed,
10438: results/052.processed, results/053.processed,
10439: results/054.processed, results/055.processed,
10440: results/056.processed, results/057.processed,
10441: results/058.processed, results/059.processed,
10442: results/060.processed, results/061.processed,
10443: results/062.processed, results/063.processed,
10444: results/064.processed, results/065.processed,
10445: results/066.processed, results/067.processed,
10446: results/068.processed, results/069.processed,
10447: results/070.processed, results/071.processed,
10448: results/072.processed, results/073.processed,
10449: results/074.processed, results/075.processed,
10450: results/076.processed, results/077.processed,
10451: results/078.processed, results/079.processed,
10452: results/080.processed, results/081.processed,
10453: results/082.processed, results/083.processed,
10454: results/084.processed, results/085.processed,
10455: results/086.processed, results/087.processed,
10456: results/088.processed, results/089.processed,
10457: results/090.processed, results/091.processed,
10458: results/092.processed, results/093.processed,
10459: results/094.processed, results/095.processed,
10460: results/096.processed, results/097.processed,
10461: results/099.processed, results/101.processed,
10462: results/102.processed, results/104.processed,
10463: results/105.processed, results/106.processed,
10464: results/107.processed, results/108.processed,
10465: results/109.processed, results/110.processed,
10466: results/111.processed, results/112.processed,
10467: results/113.processed, results/114.processed,
10468: results/115.processed, results/116.processed,
10469: results/117.processed, results/118.processed,
10470: results/119.processed, results/120.processed,
10471: results/121.processed, results/122.processed,
10472: results/123.processed, results/124.processed,
10473: results/125.processed, results/126.processed,
10474: results/127.processed, results/128.processed,
10475: results/129.processed, results/130.processed,
10476: results/131.processed, results/132.processed,
10477: results/133.processed, results/134.processed,
10478: results/135.processed, results/136.processed,
10479: results/137.processed, results/138.processed,
10480: results/139.processed, results/140.processed,
10481: results/141.processed: . refreshed old tests, made them work
10482: without auto.p (in utf8) . things noted: . gif got encoded
10483: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10484: some strange year)
10485:
10486: * INSTALL: . revived linux libgc fix
10487:
10488: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10489: glib/gdome in INSTALL and patches]
10490:
10491: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10492: include/pa_charset.h, include/pa_config_includes.h,
10493: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10494: include/pa_xml_exception.h, lib/cord/Makefile.am,
10495: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10496: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10497: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10498: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10499: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10500: types/pa_vxnode.h: . started killing gdome
10501:
10502: 2005-12-13 paf
10503:
10504: * src/main/: pa_request.C: merged from HEAD ! when code in
10505: @unhandled_exception thrown another exception, print correct
10506: origin (earlier code in catch of exception inside of
10507: @unhandled_exception grabbed parent_frame(original_exception)
10508: origin and printed it, instead of true origin)
10509:
10510: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10511: another exception, print correct origin (earlier code in catch of
10512: exception inside of @unhandled_exception grabbed
10513: parent_frame(original_exception) origin and printed it, instead
10514: of true origin)
10515:
10516: 2005-12-09 paf
10517:
10518: * INSTALL: . updated INSTALL doc to work around linux stack base
10519: detection problem, due to change in gc6.4 code
10520:
10521: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10522: ignored in ^string.matched :(
10523:
10524: * src/main/pa_string.C: ! regex tainting were ignored in
10525: ^string.matched :(
10526:
10527: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10528: src/include/pa_config_fixed.h, src/include/pa_version.h,
10529: src/main/compile.y, src/main/compile_tools.h,
10530: src/main/pa_charset.C, src/main/pa_common.C,
10531: src/main/pa_globals.C, src/main/pa_string.C,
10532: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10533: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10534:
10535: 2005-12-08 paf
10536:
10537: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10538: 500 chars now handled OK [were wrapped on 500th char according to
10539: rfc, but sendmail failed to unwrap it properly]
10540:
10541: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10542: handled OK [were wrapped on 500th char according to rfc, but
10543: sendmail failed to unwrap it properly]
10544:
10545: * src/targets/isapi/parser3isapi.C: . less warnings
10546:
10547: * src/targets/isapi/parser3isapi.C: . undone some strange change
10548: since 3.1.5
10549:
10550: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10551: link fixes
10552:
10553: * src/: classes/date.C, include/pa_config_fixed.h,
10554: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10555: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10556: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10557:
10558: * src/include/pa_config_fixed.h: . removed outdated string origins
10559: [in current storage scheme there's no place for them. someday we
10560: can add third CORD to store origins and special version of parser
10561: which stores origins there [separate binary]]
10562:
10563: 2005-12-07 paf
10564:
10565: * src/targets/isapi/parser3isapi.C: . now links in release mode
10566:
10567: * src/include/pa_version.h: makefiles
10568:
10569: * src/include/pa_version.h: . not beta
10570:
10571: * configure, configure.in, src/include/pa_version.h: not beta
10572:
10573: 2005-12-06 paf
10574:
10575: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10576: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10577: decided to undo the change ^call[$void] passes void. now it will
10578: pass empty string again.
10579:
10580: * src/main/: compile.tab.C, compile.y: . version readded
10581:
10582: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10583: = ^switch[void] problem
10584:
10585: 2005-12-01 paf
10586:
10587: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10588: caused ^case[string] to be coerced to double since searching
10589: value were not string (it was vvoid)
10590:
10591: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10592: ^case[string] to be coerced to double since searching value were
10593: not string (it was vvoid)
10594:
10595: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10596: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10597:
10598: 2005-11-30 paf
10599:
10600: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10601: win32 must putenv("TZ="), on unix works only putenv("TZ")
10602:
10603: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10604: putenv("TZ="), on unix works only putenv("TZ")
10605:
10606: * INSTALL: . xml libs versions updated
10607:
10608: * src/main/pa_globals.C: //20051130 trying to remove this, author
10609: claims that fixed a lot there // 20040920 for now both
10610: workarounds needed. wait for new libxml/xsl versions
10611:
10612: 2005-11-28 paf
10613:
10614: * src/classes/table.C: merged from HEAD: ! nameless table has
10615: columns==0
10616:
10617: * src/classes/table.C: ! nameless table has columns==0
10618:
10619: * src/main/pa_http.C: merged from HEAD: ! status line check made
10620: earlier [was totally wrong]
10621:
10622: * src/main/pa_http.C: ! status line check made earlier [was totally
10623: wrong]
10624:
10625: 2005-11-25 paf
10626:
10627: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10628: undoing for now...
10629:
10630: * src/include/pa_version.h: -this reduces speed(table::load),
10631: strange. undoing
10632:
10633: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10634:
10635: * src/classes/op.C: + ^while(){}[SEPARATOR]
10636:
10637: * src/include/pa_array.h: + optimistics added: all arrays (table
10638: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10639: this speeds things up and saves memory a LOT! (not noticed
10640: negative effect on syntetic tests, future will tell...)
10641:
10642: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10643: changed gc_malloc implementation, which obscured profiling
10644:
10645: * src/classes/table.C: merged from HEAD: + optimized
10646: table::load/sql, now row ArrayString-s allocated with
10647: columns.count() elements and don't always grow from
10648: count=3[realloc,realloc]
10649:
10650: * src/classes/table.C: + optimized table::load/sql, now row
10651: ArrayString-s allocated with columns.count() elements and don't
10652: always grow from count=3[realloc,realloc]
10653:
10654: * src/classes/table.C: merged from HEAD: . ^table.save unused
10655: buffer after save
10656:
10657: * src/classes/table.C: . ^table.save unused buffer after save
10658:
10659: 2005-11-24 paf
10660:
10661: * configure.in: . merged glib2-config patch
10662:
10663: * configure.in: + trying to find glib2-config
10664:
10665: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10666: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10667: file/dir_readable to simple file/dir_exist, this would help in
10668: situations "class not found because .p file has bad rights" << in
10669: that case error would be explicit "access denied to 'this' file"
10670:
1.116 moko 10671: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10672:
10673: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10674: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10675: to simple file/dir_exist, this would help in situations "class
10676: not found because .p file has bad rights" << in that case error
10677: would be explicit "access denied to 'this' file"
10678:
10679: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10680: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10681: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10682: ^file::exec/cgi[script;$.charset[changed]
10683: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10684: encoded in $.charset charset
10685:
10686: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10687: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10688: encoded in $.charset charset
10689:
10690: * src/: include/Makefile.am, include/pa_common.h,
10691: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10692: main/pa_common.C, main/pa_http.C: . extracted http:// into
10693: separate file [preparation for
10694: ^file::cgi[script;$.form[$.field1[]
10695:
10696: 2005-11-22 paf
10697:
10698: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10699:
10700: * acinclude.m4, configure.in: . merged underquting fixes
10701:
1.116 moko 10702: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10703:
10704: * src/classes/op.C: . overmerged a little
10705:
10706: * src/main/compile.tab.C: Makefile
10707:
10708: * src/main/: pa_common.C: . less gcc warnings
10709:
10710: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10711: now reports original exception if we have no old cache
10712:
10713: * src/classes/op.C: + $exception.handled[cache] now reports
10714: original exception if we have no old cache
10715:
10716: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10717: from HEAD: + ^taint/untaint[regex] << escapes these:
10718: \^$.[]|()?*+{}
10719:
10720: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10721: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10722:
10723: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10724: getenv-ed variable, which does not work both on win32&unix.
10725: copied old TZ value now
10726:
10727: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10728: stored pointer to getenv-ed variable, which does not work both on
10729: win32&unix. copied old TZ value now
10730:
10731: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10732: getenv-ed variable, which does not work both on win32&unix.
10733: copied old TZ value now
10734:
10735: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10736: access to internal hash
10737:
10738: * src/types/pa_vresponse.C: + $response:headers access to internal
10739: hash
10740:
10741: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10742: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10743: isapi] this reduces number of "GC Warning: Repeated allocation of
10744: very large block" messages to only important onces
10745:
10746: * src/targets/isapi/parser3isapi.C: +
10747: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10748: isapi] this reduces number of "GC Warning: Repeated allocation of
10749: very large block" messages to only important onces
10750:
10751: * src/classes/string.C: merged from HEAD: + removed limitation on
10752: ^string/int/double:sql{}[$.default[({param style})] ]
10753:
10754: * src/classes/string.C: + removed limitation on
10755: ^string/int/double:sql{}[$.default[({param style})] ]
10756:
10757: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10758: with ?params or $.form option" limitation
10759:
10760: * src/main/pa_common.C: + removed "use either uri with ?params or
10761: $.form option" limitation
10762:
10763: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10764: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10765: ^file::base64[encoded] decode
10766:
10767: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10768: main/pa_common.C: + ^file.base64[] encode +
10769: ^file::base64[encoded] decode
10770:
10771: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10772: ^string:base64[encoded] decode
10773:
10774: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10775: ^string:base64[in] encode + ^string.base64[] decode
10776:
10777: 2005-11-21 paf
10778:
10779: * src/classes/file.C: + merged from HEAD:
10780: ^file::create[text;file.xml;^untaint[xml]{data}]
10781:
10782: * src/classes/file.C: +
10783: ^file::create[text;file.xml;^untaint[xml]{data}]
10784:
10785: * src/main/pa_request.C: ! merged: $response:body[file] now
10786: differes from :download, it does not return content-disposition
10787: at all now [previusely it returned valueless content-disposition]
10788:
10789: * src/main/pa_request.C: ! $response:body[file] now differes from
10790: :download, it does not return content-disposition at all now
10791: [previusely it returned valueless content-disposition]
10792:
10793: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10794: literals, reverted to just vvod, recreating empty array with each
10795: void_value token. that's absolutely needed, since that array
10796: grows
10797:
10798: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10799: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10800: types/pa_vmethod_frame.h: + merged: expression literals:
10801: true/false. ^format[$.indent(true)]
10802:
10803: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10804: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10805: types/pa_vmethod_frame.h: + expression literals: true/false.
10806: ^format[$.indent(true)]
10807:
10808: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10809: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10810: i386-pc-win32)"
10811:
10812: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10813: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10814: i386-pc-win32)"
10815:
10816: 2005-11-18 paf
10817:
10818: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10819: null}[$.default(123)] will now return default value
10820:
10821: * src/classes/op.C: + merged ^cache[] << returns current cache
10822: expiration time
10823:
10824: * src/classes/op.C: + ^cache[] << returns current cache expiration
10825: time
10826:
10827: * src/classes/table.C: ! merged ^table::create[not'nameless';
10828: failed << Exception.problem_source pointed to local var!
10829:
10830: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10831: Exception.problem_source pointed to local var!
10832:
10833: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10834: now loads VFile.ptr!=0, so such files can be saved now
10835:
10836: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10837: loads VFile.ptr!=0, so such files can be saved now
10838:
10839: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10840: only . and .. now removed from list [were removed all .*]
10841:
10842: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10843: .. now removed from list [were removed all .*]
10844:
10845: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10846: open error now checked, were not :( [stole that piece from apache
10847: 1.3 sources]
10848:
10849: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10850: checked, were not :( [stole that piece from apache 1.3 sources]
10851:
10852: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10853: untainting of @main result if returned by $result or
10854: $response:body
10855:
10856: * src/main/pa_request.C: ! ensured proper untainting of @main
10857: result if returned by $result or $response:body
10858:
10859: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10860: issue: now tries to guess content-length and allocates one big
10861: piece if possible [regretfully gc_realloc works as malloc+free,
10862: leaving lots of holes behind]
10863:
10864: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10865: fixed file load memory issue: now tries to guess content-length
10866: and allocates one big piece if possible [regretfully gc_realloc
10867: works as malloc+free, leaving lots of holes behind]
10868:
10869: 2005-11-16 paf
10870:
10871: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10872: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10873: table::save with enclosers now doubles them: "->"" !
10874: table::save/load do not remove elements from options hash
10875:
10876: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10877: [were overoptimized ^if(double_literal), compiler confused
10878: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10879:
10880: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10881: [were overoptimized ^if(double_literal), compiler confused
10882: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10883:
10884: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10885: main/pa_common.C: ! table::save with enclosers now doubles them:
10886: "->"" ! table::save/load do not remove elements from options hash
10887:
10888: 2005-11-03 paf
10889:
1.116 moko 10890: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10891: compilation, not all makefiles liked that
1.95 moko 10892:
10893: 2005-08-30 paf
10894:
10895: * src/classes/op.C: merge . speedup check of [DEFAULT]
10896:
10897: * src/classes/op.C: . speedup check of [DEFAULT]
10898:
10899: 2005-08-26 paf
10900:
10901: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10902:
10903: * src/: classes/date.C, types/pa_vdate.h: + date.week
10904:
10905: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10906: complains about bad!=nameless
10907:
10908: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10909: about bad!=nameless
10910:
10911: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10912: optional options were allowed to be empty. were checked
10913: if(is_string), changed to !defined||is_string to allow void
10914:
10915: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10916: classes/string.C, classes/table.C, classes/void.C: ! optional
10917: options were allowed to be empty. were checked if(is_string),
10918: changed to !defined||is_string to allow void
10919:
10920: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10921: as_junction where they needed as_int/double, so failed with
10922: recent "(const) now no junction" optimization
10923:
10924: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10925: merged ! many classes/* used as_junction where they needed
10926: as_int/double, so failed with recent "(const) now no junction"
10927: optimization
10928:
10929: * src/: classes/double.C, classes/int.C, classes/math.C,
10930: classes/op.C, classes/string.C, classes/table.C,
10931: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10932: used as_junction where they needed as_int/double, so failed with
10933: recent "(const) now no junction" optimization
10934:
10935: 2005-08-24 paf
10936:
10937: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10938: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10939: stripped it
10940:
10941: 2005-08-09 paf
10942:
10943: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10944: not cleared
10945:
10946: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10947: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10948: classes/hashfile.C, classes/image.C, classes/int.C,
10949: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10950: classes/response.C, classes/string.C, classes/table.C,
10951: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10952: include/pa_array.h, include/pa_cache_managers.h,
10953: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10954: include/pa_config_fixed.h, include/pa_config_includes.h,
10955: include/pa_dictionary.h, include/pa_dir.h,
10956: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10957: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10958: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10959: include/pa_request_charsets.h, include/pa_request_info.h,
10960: include/pa_sapi.h, include/pa_socks.h,
10961: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10962: include/pa_stack.h, include/pa_string.h,
10963: include/pa_stylesheet_connection.h,
10964: include/pa_stylesheet_manager.h, include/pa_table.h,
10965: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10966: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10967: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10968: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10969: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10970: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10971: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10972: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10973: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10974: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10975: main/pa_sql_driver_manager.C, main/pa_string.C,
10976: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10977: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10978: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10979: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10980: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10981: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10982: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10983: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10984: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10985: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10986: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10987: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10988: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10989: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10990: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10991: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10992: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10993: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10994: types/pa_vresponse.C, types/pa_vresponse.h,
10995: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10996: types/pa_vstateless_object.h, types/pa_vstatus.C,
10997: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10998: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10999: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11000: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11001: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
11002:
11003: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11004: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
11005: speedup consequent checks in vmethod_frame
11006:
11007: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11008: not cleared
11009:
11010: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
11011: params: 50 max (were 10)
11012:
11013: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
11014: params: 50 max (were 10)
11015:
11016: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
11017: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
11018: pa_wcontext.h: + ^call[$void] param inside now is void (were:
11019: empty string) ! simplified (double) speedup consequent checks in
11020: vmethod_frame
11021:
11022: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
11023: optimized constants in expressions vstring->vdouble + optimized
11024: ^call(vdouble), no junction creation, no calls later
11025:
11026: 2005-08-08 paf
11027:
11028: * src/main/: compile.tab.C, compile.y, compile_tools.C,
11029: compile_tools.h: merged + optimized constants in expressions
11030: vstring->vdouble + optimized ^call(vdouble), no junction
11031: creation, no calls later
11032:
11033: * src/types/pa_vdouble.h: merged . double values without fractional
11034: part now default printed as %.0f instead of %g
11035:
11036: * src/types/pa_vdouble.h: . double values without fractional part
11037: now default printed as %.0f instead of %g
11038:
11039: * src/classes/hashfile.C: . merged ! second hashfile::open would
11040: cause an exception
11041:
11042: * src/classes/hashfile.C: ! second hashfile::open would cause an
11043: exception
11044:
11045: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
11046: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11047: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11048: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11049: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
11050: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11051: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11052: types/pa_vresponse.h, types/pa_vstateless_class.C,
11053: types/pa_vstateless_object.h, types/pa_vvoid.h,
11054: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11055: merged VJunction(new Junction) optimization from 3.1.4
11056:
11057: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
11058: types/pa_vstateless_class.C: + optimized new VJunction(new
11059: Junction(params)) to new VJunction(params), thousands of mallocs
11060: removed
11061:
11062: 2005-08-05 paf
11063:
11064: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
11065: types/pa_vdouble.h, types/pa_vmethod_frame.C,
11066: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
11067: creation, no calls later
11068:
11069: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11070: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11071: classes/hashfile.C, classes/image.C, classes/int.C,
11072: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11073: classes/response.C, classes/string.C, classes/table.C,
11074: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11075: include/pa_array.h, include/pa_cache_managers.h,
11076: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11077: include/pa_config_fixed.h, include/pa_config_includes.h,
11078: include/pa_dictionary.h, include/pa_dir.h,
11079: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11080: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11081: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11082: include/pa_request_charsets.h, include/pa_request_info.h,
11083: include/pa_sapi.h, include/pa_socks.h,
11084: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11085: include/pa_stack.h, include/pa_string.h,
11086: include/pa_stylesheet_connection.h,
11087: include/pa_stylesheet_manager.h, include/pa_table.h,
11088: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11089: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11090: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11091: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11092: lib/smtp/smtp.h, main/compile.C, main/compile.y,
11093: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11094: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
11095: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
11096: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
11097: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
11098: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
11099: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
11100: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
11101: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
11102: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
11103: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11104: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11105: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11106: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11107: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11108: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11109: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11110: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
11111: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11112: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11113: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
11114: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11115: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11116: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11117: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11118: types/pa_vstateless_object.h, types/pa_vstatus.C,
11119: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
11120: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
11121: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11122: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11123: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
11124:
11125: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
11126: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
11127: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
11128: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
11129: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11130: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
11131: optimized constants in expressions vstring->vdouble
11132:
11133: 2005-07-29 paf
11134:
11135: * src/types/pa_vclass.C: . shaped up error messages a bit
11136:
11137: * src/types/pa_vclass.C: + property getter can now be overridden
11138:
11139: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
11140: bug fix: static parent fields were not replaced in case
11141: $derived:field[put] + property setter can now be overridden
11142:
11143: 2005-07-28 paf
11144:
11145: * configure, configure.in, src/classes/classes.h,
11146: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
11147: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
11148: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
11149: src/classes/xnode.h, src/include/pa_hash.h,
11150: src/include/pa_version.h, src/main/execute.C,
1.116 moko 11151: src/types/Makefile.am, src/types/pa_method.h,
11152: src/types/pa_value.h, src/types/pa_vclass.C,
11153: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11154: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11155: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11156: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11157: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11158: src/types/pa_vobject.C, src/types/pa_vobject.h,
11159: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11160: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11161: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11162: src/types/pa_vstateless_class.h,
1.95 moko 11163: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11164: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11165: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11166: dynamic_fields_join
11167:
11168: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11169: classes/xnode.C, include/pa_hash.h, main/execute.C,
11170: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11171: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11172: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11173: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11174: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11175: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11176: types/pa_vresponse.h, types/pa_vstateless_object.h,
11177: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11178: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11179: restored its checks in vobject.put_element->static fields |
11180: dynamic properties
11181:
11182: 2005-07-27 paf
11183:
11184: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11185: is some old code containing @set_name $name
11186:
11187: * src/types/pa_vobject.h: . fixed warning
11188:
11189: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11190: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11191:
11192: * src/: classes/xnode.C, include/pa_hash.h,
11193: types/pa_vstateless_class.C: ! new asserts were all false.
11194: regretfully reverted them all to checks
11195:
11196: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11197: classes/op.C, main/execute.C, types/pa_method.h,
11198: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11199: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11200: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11201: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11202: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11203: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11204: types/pa_vstateless_object.h, types/pa_vvoid.h,
11205: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11206: joined_dynamic_fields: removed unused param from put_method
11207: (returned to 3 params)
11208:
11209: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11210: joined_dynamic_fields: dynamic get/set works with overriding
11211: props [alpha2]
11212:
11213: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11214: works [alfa]
11215:
11216: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11217: classes/op.C, include/pa_hash.h, main/execute.C,
11218: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11219: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11220: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11221: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11222: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11223: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11224: types/pa_vresponse.h, types/pa_vstateless_class.C,
11225: types/pa_vstateless_object.h, types/pa_vvoid.h,
11226: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11227: joined_dynamic_fields: just compiled
11228:
11229: * src/: classes/date.C, classes/file.C, classes/hash.C,
11230: classes/hashfile.C, classes/image.C, classes/table.C,
11231: classes/xdoc.C, classes/xnode.h, main/execute.C,
11232: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11233: types/pa_vstateless_class.h: joined_dynamic_fields: started
11234:
11235: * src/types/pa_vobject.C: . object setters [only started, does not
11236: work yet]
11237:
11238: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11239: object setters [only started, does not work yet]
11240:
11241: 2005-07-26 paf
11242:
11243: * src/: include/pa_request.h, main/execute.C: . properties: set
11244: works [alpha2]. for classes. todo: for objects
11245:
11246: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11247: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11248: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11249: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11250: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11251: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11252: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11253: types/pa_vstateless_object.h, types/pa_vvoid.h,
11254: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11255: properties: set works [alpha1]
11256:
11257: 2005-07-25 paf
11258:
11259: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11260: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11261: properties: started, get works [alpha1, other approach]
11262:
11263: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11264: properties: started, get works [alpha2]
11265:
11266: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11267: pa_vstateless_class.h: . properties: started, get works [alpha]
11268:
11269: 2005-07-15 paf
11270:
11271: * src/: classes/classes.h, classes/op.C, main/execute.C,
11272: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11273: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11274: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11275: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11276: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11277: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11278: types/pa_vresponse.C, types/pa_vresponse.h,
11279: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11280: types/pa_vstateless_object.h, types/pa_vvoid.h,
11281: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11282: types/pa_wwrapper.h, types/types.vcproj: + started property
11283: [getters work but think of changing them too to precaching]
11284:
11285: 2005-07-08 paf
11286:
11287: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11288: gpf
11289:
11290: 2005-06-28 paf
11291:
11292: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11293: in passing empty strings to file::exec/cgi environment
11294:
11295: 2005-06-06 paf
11296:
11297: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11298: ^table:sql ^hash:sql now DO process $.bind option
11299:
11300: 2005-05-24 paf
11301:
11302: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11303: $.limit] now work again [support was broken in 3.1.4]
11304:
11305: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11306: ALL_INTERIOR_POINTERS
11307:
11308: 2005-05-12 paf
11309:
11310: * configure: 3.1.5beta
11311:
11312: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11313:
11314: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11315: $.limit] now work again [support was broken in 3.1.4]
11316:
11317: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11318: line-width [was refusing to fill if line-width >1, thanks to
11319: Seras <seras@pinxit.lt> for repro case
11320:
11321: 2005-04-25 paf
11322:
11323: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11324: correctly
11325:
11326: 2005-04-19 paf
11327:
11328: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11329: in VString violating invariant!!
11330:
11331: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11332: getenv("TZ")==null
11333:
11334: 2005-04-08 paf
11335:
11336: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11337: bugfix: when there is no char in charset one byte produces 6
11338: (ÿ <<max). increased buffer size!
11339:
11340: 2005-03-23 paf
11341:
11342: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11343: ^date.sql-string now takes TZ into account
11344:
11345: 2005-03-16 paf
11346:
11347: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11348: gcc 3.4
11349:
11350: * src/types/pa_vhash.C: . warning about eof eol
11351:
11352: 2005-02-17 paf
11353:
11354: * operators.txt, src/classes/op.C: + operator ^sleep(double
11355: seconds)
11356:
11357: 2005-02-02 paf
11358:
11359: * src/classes/xnode.C: beauty: removed needless includes
11360:
11361: 2005-01-31 paf
11362:
11363: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11364: $.partNoNumber now alias to $.part1
11365:
11366: * src/types/pa_vmail.C: change: incoming letter part contains
11367: "content-disposition" header with any value? now considering that
11368: part to be "file#" [for text/plain text/html were $.text#
11369: $.html#]
11370:
11371: * INSTALL: updatet to latest working versions available
11372:
11373: 2005-01-20 paf
11374:
11375: * configure.in, src/include/pa_version.h: version
11376:
11377: 2005-01-19 paf
11378:
1.116 moko 11379: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11380: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11381: couple warnings in parser3.C
1.95 moko 11382:
11383: 2004-12-23 paf
11384:
11385: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11386:
11387: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11388: dir to directory of script (when shbang used), not to directory
11389: of its interpreter
11390:
11391: * src/include/pa_version.h: compiled on win32...
11392:
11393: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11394: we need more hspace
11395:
11396: * configure, configure.in, src/include/pa_version.h: configured
11397: host to pa_version. will be displayed everywhere
11398:
11399: * src/main/pa_request.C: new: @unhandled_exception can prevent
11400: exception from being logged by setting $exception.handled(1)
11401:
11402: * operators.txt, src/classes/file.C: change:
11403: ^file::sql{query}[[options]] options: $.name[file name]
11404: $.content-type[application/what]
11405:
11406: * src/: include/pa_common.h, main/pa_common.C,
11407: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11408: new file
11409:
11410: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11411: bugfix: table->hash now regards _default
11412:
11413: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11414: created by accessing $name_of_method it acquired bad self=closest
11415: methodframe; instead of proper self (current class)
11416:
11417: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11418: hashfile produced bad cord
11419:
11420: 2004-12-10 paf
11421:
11422: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11423: subsequent failures though defined in .h
11424:
11425: * src/main/pa_common.C: comment on volatile
11426:
11427: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11428: alarm function were not used since the beginning due to stupid
11429: error [setsigjmp were not checked in configure.in]
11430:
11431: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11432: unix too
11433:
11434: * src/main/pa_common.C: http: exception status of send/recv errors
11435: change to most probable http.timeout
11436:
11437: * src/main/pa_common.C: win32: http connection $.timeout option now
11438: works [setsockopt on send/receive]
11439:
11440: 2004-12-08 paf
11441:
11442: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11443: cstr-ed knowing mail charset, and untainting uri lang now knows
11444: proper charset
11445:
11446: 2004-11-24 paf
11447:
11448: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11449:
11450: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11451: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11452:
11453: 2004-11-12 paf
11454:
11455: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11456: [since 3.0.4]
11457:
11458: 2004-11-09 paf
11459:
11460: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11461: writes basics to c:\parser3.log
11462:
11463: 2004-10-21 paf
11464:
11465: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11466: tainted strings [were returning clean onces]
11467:
11468: 2004-10-15 paf
11469:
11470: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11471: cycles(i=1; i=2), which was wrong, now does ONE
11472:
11473: 2004-10-12 paf
11474:
11475: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11476:
11477: 2004-10-07 paf
11478:
11479: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11480: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11481: release asserts
11482:
11483: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11484: String.dump() to stdout in detailed form [were String.v() in
11485: short form]
11486:
11487: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11488: \t\r\n as @#| and truncates long char sequences less
11489:
11490: 2004-10-06 paf
11491:
11492: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11493: win32 beauty: socket errors properly decoded
11494:
11495: 2004-10-05 paf
11496:
11497: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11498: request::configure_user/admin done always, even if no
11499: file-to-process useful in @unhandled_exception [say, if they
11500: would want to mail by SMTP something]
11501:
11502: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11503: now performed prior to file loading [and @auto executing] thus
11504: making $cookie:value available in @auto and in
11505: @unhandled_exception when IIS is configured to run interpreter
11506: even if no file exist
11507:
11508: 2004-09-20 paf
11509:
11510: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11511: somewhere where it should have called xmlMalloc and it calls
11512: xmlFree when it should have not called it. inserted two
11513: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11514: xmlFree just ignored. put away a testcase, maybe someday libxml
11515: author would fix all that. until that day: we have SLOW garbage
11516: collecting when many xml objects are alive hint: do
11517: ^memory:compact[] before xdoc::create
11518:
11519: 2004-09-17 paf
11520:
11521: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11522: error from 3.0.8 version]
11523:
11524: 2004-09-14 paf
11525:
11526: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11527: part bugfix: hashfile.foreach iterated only part if hashfile were
11528: modified inside
11529:
11530: 2004-09-13 paf
11531:
11532: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11533: [were as octal]
11534:
11535: * src/types/pa_vhashfile.C: beauty: not reproduced
11536: $hashfile.key[$novalue] bug [reported by motorin], inserted
11537: safety-check
11538:
11539: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11540: [not something obscure from sdbm lib]
11541:
11542: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11543: = strerror now returnes something and we can properly report that
11544: to client
11545:
11546: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11547: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11548:
11549: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11550: [tainted as-is] this helps //[space][newline] to remain as-is and
11551: not be unnecessary optimized away [ruining javascript]
11552:
11553: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11554: [tainted as-is]
11555:
11556: * src/classes/mail.C: bugfix: typo error
11557:
11558: 2004-09-09 paf
11559:
11560: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11561: separators bugfix: loads header with endings \r\n\r\n and \n\n
11562: (bloody yandex.server)
11563:
11564: 2004-09-06 paf
11565:
11566: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11567: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11568: encoded
11569:
11570: 2004-09-01 paf
11571:
11572: * src/types/pa_vmail.C: change: multipart/mixed changed to
11573: multipart/related outlook express have no problems showing
11574: unrelated attachments. todo: someday figure out a way of
11575: multipart/mixed multipart/related text/html
11576: image/xxx application/octet-stream << true attachments
11577:
11578: * src/types/pa_vmail.C: new:
11579: ^mail:send[$.file[$.content-disposition can be overriden new:
11580: empty mail header fields removed from letter
11581:
11582: * src/: classes/mail.C, include/pa_config_fixed.h,
11583: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11584: ^mail:send[ $.file[ $.any[header]
11585:
11586: 2004-08-30 paf
11587:
11588: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11589: warnings
11590:
11591: * src/main/pa_common.C: beauty: do not bother with charset
11592: detection when ^file::load[binary
11593:
11594: 2004-08-27 paf
11595:
11596: * src/main/pa_common.C: hack: for yandex.server http server
11597:
11598: 2004-08-18 paf
11599:
11600: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11601: possibly-chunked response
11602:
11603: 2004-08-17 paf
11604:
11605: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11606: $f.content-type now = that of http response
11607:
11608: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11609: $f.content-type now = that of http response
11610:
11611: 2004-07-30 paf
11612:
11613: * src/: include/pa_request.h, main/pa_request.C,
11614: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11615: win32: system&parser exceptions in release mode reported properly
11616: parser exception in exception handler WERE mistakenly reported as
11617: system exception, without details [in apache & isapi] +some
11618: beauty in exception text
11619:
11620: * src/: include/pa_exception.h, main/pa_request.C,
11621: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11622: release mode reported properly parser exception in exception
11623: handler WERE mistakenly reported as system exception, without
11624: details
11625:
11626: * src/main/execute.C: beauty: simplified system exception handling
11627:
11628: 2004-07-29 paf
11629:
11630: * src/classes/table.C: bugfix:
11631: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11632: were ignored, and \t used unconditionally]
11633:
11634: * src/types/Makefile.am: added vhash.c
11635:
11636: 2004-07-28 paf
11637:
11638: * src/: classes/date.C, classes/image.C, classes/math.C,
11639: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11640: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11641: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11642: failed on russian letters
11643:
11644: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11645: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11646: letters
11647:
11648: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11649: as 'currentDirectory' parameter to CreateProcess
11650:
11651: 2004-07-27 paf
11652:
11653: * src/targets/cgi/parser3.vcproj: beauty: win32:
11654: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11655: from release somewhere [to help searching for unhandled system
11656: exceptions]
11657:
11658: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11659: TZ shift
11660:
11661: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11662: but also in ctor
11663:
11664: 2004-07-26 paf
11665:
11666: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11667: src/main/pa_request.C, src/types/pa_vfile.h,
11668: src/types/pa_vhash.C, src/types/pa_vhash.h,
11669: src/types/types.vcproj: new: $response:body/download[
11670: $.file[name on disk] $.name[of file for user]
11671: $.mdate[date of last-modified. default from directory] ]
11672:
11673: * src/classes/file.C: moving file:send somewhere else..
11674:
11675: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11676: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11677: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11678: $response:download[ $.filename[filename] $.option[] ,, ]
11679:
11680: * src/classes/file.C: beauty: invalid mode thoroughly reported
11681:
11682: 2004-07-21 paf
11683:
11684: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11685: to several lines
11686:
11687: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11688:
11689: note: ms outlook[!express] shows only first 255 characters of
11690: subject
11691:
11692: 2004-07-15 paf
11693:
11694: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11695: off]
11696:
11697: 2004-07-14 paf
11698:
11699: * src/classes/table.C: bugfix: $.bind values now got untainted
11700: according to lang [were: as-is]
11701:
11702: 2004-07-07 paf
11703:
11704: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11705: checked that
11706:
11707: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11708: now untainted according to their languages. were: as-is.
11709: EVERYWHERE
11710:
11711: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11712: environment string now untainted according to their languages.
11713: were: as-is. EVERYWHERE
11714:
11715: * src/main/pa_exec.C: bufix: on unix environment string now
11716: untainted according to their languages. were: as-is. on win32:
11717: ok
11718:
11719: * parser3.vssscc: ...would not go unnoticed
11720:
11721: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11722: fails. in case on input appears nonutf, those bytes will be
11723: printed in %HH form. that can be easily decoded/recovered.
11724:
11725: this form is quite noticable, and hopefully would not go noticed
11726:
11727: 2004-07-06 paf
11728:
11729: * src/main/pa_exec.C: bufix: on unix environment string now
11730: untainted according to their languages. were: as-is. on win32:
11731: ok
11732:
11733: 2004-07-01 paf
11734:
11735: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11736: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11737: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11738: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11739: main/main.vcproj, targets/cgi/parser3.vcproj,
11740: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11741: option: global optimization ON
11742:
11743: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11744: to do xdoc::create{invalid chars} standard disables chars less
11745: then \x20, except tab, cr, lf.
11746:
11747: changed tainting so that those become '!'
11748:
11749: 2004-06-25 paf
11750:
11751: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11752: int on odd address [prev bugfix failed due to superwize
11753: optimizer, which turned memcpy into same 'ld' asm command]
11754:
11755: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11756: int on odd address
11757:
11758: 2004-06-22 paf
11759:
11760: * src/sql/pa_sql_driver.h: note: about possible optimization
11761:
11762: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11763: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11764: src/include/pa_config_includes.h: new: ^void:sql{call
11765: paf(:a)}[ $.bind[ $.a[2]
11766: ] ] output variables work. todo: check in out
11767: variables
11768:
11769: 2004-06-18 paf
11770:
11771: * src/: classes/file.C, classes/hash.C, classes/string.C,
11772: classes/table.C, classes/void.C, include/pa_globals.h,
11773: include/pa_sql_connection.h, main/compile.tab.C,
11774: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11775: $.bind[ $.a[2] ]
11776: ] input variables work. todo:output
11777:
11778: * src/targets/cgi/parser3.C: bugfix: iis specific
11779: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11780: /_bug.html?404;http://hpsv/test/
11781: --------------------------------------------------------------------------------
11782: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11783: --------------------------------------------------------------------------------
11784: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11785:
11786: 2004-06-16 paf
11787:
11788: * src/targets/cgi/parser3.C: new: iis specific
11789: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11790: $request:query
11791: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11792: $form:fields IIS-STATUS="404"
11793: IIS-DOCUMENT="http://server/_bug.html" f="v"
11794:
11795: todo: isapi too
11796:
11797: 2004-05-26 paf
11798:
11799: * src/include/pa_version.h: 3.1.3
11800:
11801: * operators.txt: beauty: removed outdated level 'table'
11802:
11803: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11804:
11805: * src/main/pa_string.C: beauty: removed 3 warnings
11806:
11807: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11808: classes/op.C: beauty: removed outdated level 'table'
11809:
11810: 2004-05-25 paf
11811:
11812: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11813: implementation. mistery: how anything worked
11814:
11815: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11816: changed, it is now safe to use url if pointers to it are stored
11817: to gc mem
11818:
11819: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11820: unknown errors reported and not cause SIGSEGV now
11821:
11822: 2004-05-24 paf
11823:
11824: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11825: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11826: less memory: CORD_chars_block originally intended to ... it was
11827: good that CORD_chars_block were not used: it consumes more memory
11828: [and, might be slow too] undoing that. [and removed that func so
11829: that it would not confuse parser developer in future]
11830:
11831: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11832: less memory: CORD_chars_block originally intended to
11833: speedup/reduce mem usage were forgotten, and were used stupid
11834: CORD_chars
11835:
11836: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11837:
11838: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11839: BIGENDIAN processors space-conserving mech failed, causing
11840: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11841: (1|2|3));
11842:
11843: 2004-05-14 paf
11844:
11845: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11846: bugfix: void now has vfile value, and $response:body[] works OK
11847:
11848: 2004-05-12 paf
11849:
11850: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11851: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11852: sources to use is_defined() {return as_bool();} along VBool
11853:
11854: 2004-05-11 paf
11855:
11856: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11857: referencing to local objects
11858:
11859: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11860: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11861: left intact
11862:
11863: 2004-04-15 paf
11864:
11865: * src/classes/date.C: merged: beauty: unused var removed
11866:
11867: * src/classes/date.C: beauty: unused var removed
11868:
11869: * src/include/: pa_exec.h: bugfix: interface without pointer
11870: provoked bug
11871:
11872: 2004-04-09 paf
11873:
11874: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11875:
11876: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11877:
11878: 2004-04-08 paf
11879:
11880: * src/classes/date.C: new: ^date::create[y-m-d
11881: h-M-s>>.milliseconds<<] now allowed, ignored so far
11882:
11883: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11884:
11885: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11886: to consult default catalog [usually, that file belongs to other
11887: user/group]
11888:
11889: 2004-04-06 paf
11890:
11891: * src/main/pa_common.C: beauty: gcc warning removed
11892:
11893: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11894: accept that trick, trying other
11895:
11896: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11897: explicit result problem
11898:
11899: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11900: explicit result problem
11901:
11902: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11903: explicit result problem
11904:
11905: * operators.txt, src/classes/string.C: new: ^string.append[string]
11906:
11907: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11908: main/execute.C: attempt_check_call_in_explicit_result_mode:
11909: failed
11910:
11911: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11912: http://i.p.a.ddress gethostbyaddr added [on some platforms
11913: gethostbyname failed with such 'domains'] now checked properly,
11914: were: needless reverse/forward dns lookup
11915:
11916: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11917: http://i.p.a.ddress gethostbyaddr added [on some platforms
11918: gethostbyname failed with such 'domains'] now checked properly,
11919: were: needless reverse/forward dns lookup
11920:
11921: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11922: @method[][result] means "no string output here" moved to lexical
11923: level [on grammar level it were too difficult]
11924:
11925: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11926: src/main/compile.y, src/main/compile_tools.h,
11927: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11928: @method[][result] means "no string output here", implemented part
11929: of that idea: compiler throws away string literal generation
11930: code. and barks nonwhitespace chars
11931:
11932: * operators.txt: truth: removed comment about $ORIGIN
11933:
11934: 2004-04-05 paf
11935:
11936: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11937: src/include/pa_version.h, src/main/pa_common.C,
11938: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11939:
11940: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11941: Konstantin Tomashevitch [mailto:konst@design.ru]
11942:
11943: * src/doc/html2chm.cmd: beauty: no need in bg here
11944:
11945: * src/doc/sources2html.cmd: beauty: same window, in bg it
11946: interfered with FAR console
11947:
11948: * configure, configure.in: 3.1.3
11949:
11950: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11951:
11952: * src/main/pa_common.C: removed warning
11953:
11954: * src/include/pa_version.h: 3.1.3
11955:
11956: 2004-04-02 paf
11957:
11958: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11959:
11960: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11961: allows to specify where to put parser log file
11962:
11963: 2004-04-01 paf
11964:
11965: * src/classes/table.C: bugfix: bugfix: table::load last line
11966: without tab and enter were ignored
11967:
11968: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11969: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11970: main/pa_socks.C, targets/cgi/parser3.C,
11971: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11972: bugfix: sql connections now are disconnected
11973:
11974: 2004-03-30 paf
11975:
11976: * src/classes/table.C: bugfix: table::load last line without tab
11977: and enter were ignored
11978:
11979: * src/classes/table.C: bufix: if last table lines were commented,
11980: gpfed
11981:
11982: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11983: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11984: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11985: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11986: doc/methoded.dox, doc/object.dox, doc/string.dox,
11987: doc/targets.dox, doc/value.dox, include/pa_version.h,
11988: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11989: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11990: bugfixes from 3.1.2, changed version to 3.1.3beta
11991:
11992: 2004-03-29 paf
11993:
11994: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11995: causes gpf
11996:
11997: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11998: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11999: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
12000: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
12001: value.dox: translated to english
12002:
12003: 2004-03-25 paf
12004:
12005: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
12006: parser3project dependency removed
12007:
12008: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
12009: bugfix: refused to compile without xml
12010:
12011: * src/types/pa_vform.C: beauty: removed warning
12012:
12013: * src/classes/classes.vcproj: merged bugfix: now all compiles in
12014: any folder [removed last ;) folder dependency]
12015:
12016: * src/classes/classes.vcproj: bugfix: now all compiles in any
12017: folder [removed last ;) folder dependency]
12018:
12019: * src/include/pa_version.h: release
12020:
12021: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
12022:
12023: * src/classes/table.C: beauty: comment& more meaningful error
12024: message
12025:
12026: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
12027: $.hash[$.column_value1(true) ... ] [were producing some strang
12028: thing]
12029:
12030: 2004-03-23 paf
12031:
12032: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
12033: and http status line parsing checked number of columns in table
12034: [user reported an assert]
12035:
12036: * operators.txt: example: on hashfile
12037:
12038: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
12039: bugfix: junction reattach now actually reattaches a junction to
12040: new wcontext [were only assigning it to junction, which caused
12041: junction tracking to loose junction, and it's context were not
12042: killed, and it tried to process in invalid context, gpf]
12043:
12044: * src/targets/cgi/parser3.C: debug helper added
12045:
12046: 2004-03-19 paf
12047:
12048: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
12049: "type(type)" in braces
12050:
12051: 2004-03-10 paf
12052:
12053: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
12054: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12055: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
12056: solution to search-in-namespaces problem:
12057: $xdoc.search-namespaces.x[http://pif.design.ru/]
12058: $nodes[^xdoc.select[//x:second]]
12059:
12060: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
12061: expression][[NAMESPACES HASH]] allows to search for info in
12062: namespaces
12063:
12064: $nodes[^xdoc.select[//x:second][
12065: $.x[http://pif.design.ru/] ]]
12066:
12067: 2004-03-09 paf
12068:
12069: * operators.txt, src/main/pa_common.C: new:
12070: ^file::load[...][options] $.form[
12071: !$.field1[string]
12072: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
12073: ] !$.body[string]
12074:
12075: GET ?here notGET(POST, HEAD, others) in content-type:
12076: application/x-www-form-urlencoded
12077:
12078: todo: upload files ability
12079:
12080: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
12081: properly, done
12082:
12083: 2004-03-05 paf
12084:
12085: * operators.txt, src/main/pa_common.C: new: file::load[;http://
12086: GET/POST $.form[$.fields started, not tested yet
12087: todo:$.field[table] for multiple values
12088:
12089: * operators.txt: new: http:// options $.user $.password basic
12090: authorization
12091:
12092: * src/main/pa_common.C: beauty: link to rtf added
12093:
12094: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
12095: new: http:// options $.user $.password basic authorization
12096:
12097: * src/main/pa_common.C: beauty: removed needless vars
12098:
12099: * operators.txt: new: pgsql option [like that recently added to
12100: oracle driver] ClientCharset=parser-charset <<
12101: charset in which parser thinks client works
12102:
12103: * operators.txt: new: odbc option [like that recently added to
12104: oracle driver] ClientCharset=parser-charset <<
12105: charset in which parser thinks client works
12106:
12107: * src/sql/pa_sql_driver.h: beauty: important warning added
12108:
12109: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
12110: char!
12111:
12112: * etc/parser3.charsets/windows-1251.cfg: typo
12113:
12114: 2004-03-04 paf
12115:
12116: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
12117: cached, sql transcoding now goes faster
12118:
12119: * operators.txt: new: mysql option [like that recently added to
12120: oracle driver] ClientCharset=parser-charset <<
12121: charset in which parser thinks client works
12122:
12123: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
12124: typo error
12125:
12126: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
12127: chars commented
12128:
12129: 2004-03-03 paf
12130:
12131: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
12132: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
12133:
12134: 2004-03-02 paf
12135:
12136: * operators.txt: new[update typo]: !^void.left(n)
12137: nothing !^void.right(n) nothing !^void.mid(p[;n])
12138: nothing
12139:
12140: * operators.txt, src/classes/void.C: new: !^void.left(n)
12141: nothing !^void.right(n) nothing !^void.pos(p[;n])
12142: nothing
12143:
12144: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
12145: ^file::sql[[name_to_become_$.name]]{} query result must be one
12146: row with columns: first: data second: file name third:
12147: content-type
12148:
12149: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
12150: ^connect gets properly escaped string, which can be passed to
12151: request now this for mysql only. it's up to parser sql driver to
12152: fix zeros properly
12153:
12154: * INSTALL: note: added on building apache with this option:
12155: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12156:
12157: 2004-03-01 paf
12158:
12159: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12160: extension memory:compact befor processingrequest
12161:
12162: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12163: call sole column of result
12164:
12165: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12166: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12167: pixel color
12168:
12169: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12170: beauty: image -- less checks [were ugly impl]
12171:
12172: * src/classes/string.C: bugfix: ^string.left/right/mid with
12173: negative values now considered bad
12174:
12175: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12176:
12177: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12178: options now have unified defaults [after transform
12179: indent/omit-xml-declaration/standalone 'default' erroreously
12180: meant 'true']
12181:
12182: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12183: added [on some platforms gethostbyname failed with such
12184: 'domains']
12185:
12186: * src/include/pa_config_auto.h.in: no select check, no define
12187:
12188: * src/classes/string.C: feature: ^string.trim both parameters may
12189: be empty-strings, meaning kind=both chars=whitespaces
12190:
12191: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12192: exist
12193:
12194: * src/classes/string.C: check: trim 'chars' must not be empty,
12195: exception if it is
12196:
12197: * src/classes/string.C: changed: ^string.trim [] << both,
12198: whitespaces [start|both|end] << kind, whitespaces
12199: [start|both|end;chars] full
12200:
12201: 2004-02-27 paf
12202:
12203: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12204: method: ^string.trim[start|both|end[;chars]] default
12205: 'chars' -- whitespace chars finished
12206:
12207: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12208: src/main/pa_string.C: new method:
12209: ^string.trim[start|both|end[;chars]] default 'chars' --
12210: whitespace chars started, only start works
12211:
12212: * src/main/compile.C: bugfix: line numbers after
12213: ^process{}[$.line(-10]] can be negative, allowed to print they as
12214: signed
12215:
12216: * src/main/untaint.C: speed: there's no \n chars in output
12217: [normally], so no need to optimize them they could be retrived
12218: from databases, though. but 1. should be replaced 2. if not
12219: optimized, no harm done
12220:
12221: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12222: ^file::exec/cgi could return invalid status & zombie child can
12223: remain for short period until process exists [very bad in
12224: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12225:
12226: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12227: malicious SMTP server to attack as by returning too long status
12228: responses http://i2/tasks/edit/?id=4629448401140924947
12229:
12230: 2004-02-26 paf
12231:
12232: * operators.txt: feature: ^process...{CODE}[now has options] which
12233: are $.main[to what to rename @main] $.file[file,
12234: from which (user says) goes that CODE] $.lineno(line
12235: number in that file, where CODE starts. may be negative)
12236:
12237: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12238: src/main/compile.C, src/main/compile_tools.h,
12239: src/main/pa_request.C: feature: ^process...{CODE}[now has
12240: options] which are $.main[to what to rename @main]
12241: $.file[file, from which (user says) goes that CODE]
12242: $.lineno(line number in that file, where CODE starts. may be
12243: negative)
12244:
12245: 2004-02-25 paf
12246:
1.116 moko 12247: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12248: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12249:
12250: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12251: produces hash of column=>1
12252:
12253: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12254: with incomplete errno constants set
12255:
12256: 2004-02-24 paf
12257:
12258: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12259: "man select"
12260:
12261: * src/main/pa_os.C: beauty: <0 better then ==-1
12262:
12263: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12264:
12265: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12266:
1.116 moko 12267: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12268:
12269: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12270: unix: steps to work on unix [extracted 'to']
12271:
12272: * src/classes/mail.C: smtp on unix: steps to work on unix
12273:
12274: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12275:
1.116 moko 12276: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12277: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12278: unix [testing on solaris]
1.95 moko 12279:
12280: 2004-02-20 paf
12281:
12282: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12283: pointing that out
12284:
12285: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12286: fixed again [same solution, mistanenly removed one line]
12287:
12288: 2004-02-19 paf
12289:
12290: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12291: date::create from bad datetime in spring daylightsaving hole now
12292: OK for all platforms [on some platforms it failed]
12293:
12294: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12295: in daylightsaving hole] now throws error
12296:
12297: * src/classes/date.C: comment: mistake fixed
12298:
12299: 2004-02-18 paf
12300:
12301: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12302: now renderes in $request:charset, but in header puts
12303: $response:charset todo: make that default only so that coder
12304: could override that
12305:
12306: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12307: turns off omit-xml-declaration
12308:
12309: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12310: /.xsl for sample
12311:
12312: 2004-02-17 paf
12313:
12314: * src/classes/xdoc.C: beauty: needless helper class removed
12315:
12316: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12317: copied extra time
12318:
12319: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12320: part of libxml
12321:
12322: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12323: libxml to do the work] <xsl:output method="html"
12324: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12325: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12326: />
12327:
12328: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12329:
12330: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12331: caused assertion
12332:
12333: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12334: could hang. now such add does nothing, sub clears $hash
12335:
12336: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12337: not made quoted-printable
12338:
12339: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12340: string invariant
12341:
12342: 2004-02-16 paf
12343:
12344: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12345: cleared [were not cleared properly]
12346:
12347: 2004-02-13 paf
12348:
1.116 moko 12349: * src/include/pa_version.h: prerelease
1.95 moko 12350:
12351: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12352: used, introducing dependencies timestamp check
12353:
12354: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12355: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12356: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12357: .xsl.stamp now not used, introducing dependencies timestamp check
12358:
1.150 moko 12359: * configure.in: auto.p: @conf made relative
1.95 moko 12360:
12361: 2004-02-12 paf
12362:
12363: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12364: ruined empty <input type=file> submits. parser thought there were
12365: nameless empty file and $form:field got value of type 'file'
12366:
12367: * INSTALL: --without-threads
12368:
12369: * src/include/pa_sapi.h: 2004
12370:
12371: 2004-02-11 paf
12372:
12373: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12374: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12375: classes/hashfile.C, classes/image.C, classes/int.C,
12376: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12377: classes/response.C, classes/string.C, classes/table.C,
12378: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12379: include/pa_array.h, include/pa_cache_managers.h,
12380: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12381: include/pa_config_fixed.h, include/pa_config_includes.h,
12382: include/pa_dictionary.h, include/pa_dir.h,
12383: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12384: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12385: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12386: include/pa_request_charsets.h, include/pa_request_info.h,
12387: include/pa_socks.h, include/pa_sql_connection.h,
12388: include/pa_sql_driver_manager.h, include/pa_stack.h,
12389: include/pa_string.h, include/pa_stylesheet_connection.h,
12390: include/pa_stylesheet_manager.h, include/pa_table.h,
12391: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12392: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12393: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12394: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12395: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12396: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12397: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12398: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12399: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12400: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12401: main/pa_sql_driver_manager.C, main/pa_string.C,
12402: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12403: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12404: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12405: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12406: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12407: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12408: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12409: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12410: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12411: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12412: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12413: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12414: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12415: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12416: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12417: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12418: types/pa_vresponse.h, types/pa_vstateless_class.C,
12419: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12420: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12421: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12422: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12423: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12424: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12425:
12426: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12427: debug version of gc.dll
12428:
12429: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12430: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12431: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12432: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12433: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12434: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12435: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12436: processes
12437:
12438: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12439: main/pa_globals.C, targets/cgi/parser3.vcproj,
12440: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12441: changes to reflect libxml xsl new folders
12442:
12443: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12444: lib/smtp/smtp.vcproj, main/main.vcproj,
12445: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12446: to reflect libxml xsl new folders
12447:
12448: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12449: lib/smtp/smtp.vcproj, main/main.vcproj,
12450: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12451: types/types.vcproj: started changes to reflect libxml xsl new
12452: folders
12453:
12454: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12455: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12456: src/main/compile.tab.C, src/main/main.vcproj,
12457: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12458: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12459: started changes to reflect libxml xsl new folders
12460:
12461: 2004-02-10 paf
12462:
12463: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12464: compile. recommened latest libxml up to date
12465:
12466: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12467: pattern compilation errors", on which spent 4 hours worktime. use
12468: versions higher than that. recommended now latest up to date
12469:
12470: 2004-02-06 paf
12471:
12472: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12473: beauty: unified destructing style
12474:
12475: * src/main/untaint.C: beauty: removed old def/ifdef
12476:
12477: * src/main/untaint.C: beauty: coredump @unknown untaint language
12478: now
12479:
12480: 2004-02-03 paf
12481:
12482: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12483: targets/isapi/parser3isapi.C, types/pa_value.C,
12484: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12485: then %ld/%lu
12486:
12487: * src/main/pa_common.C: typo: %l -> %u
12488:
12489: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12490: in attributes or documents-results of transform now not xx;
12491:
12492: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12493:
12494: * src/main/pa_charset.C: bugfix: forgot to undo some
12495:
12496: * src/main/pa_charset.C: beauty: uncomment
12497: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12498: libraries
12499:
12500: 2004-02-02 paf
12501:
12502: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12503: $cookie:example[ $.value[value] $.path[/there/] ]
12504:
12505: $cookie:example[ $.value[] $.expires[session]
12506: $.path[/there/] $.domain[test.com] ]
12507:
12508: * src/types/pa_vform.C: bugfix: empty values with
12509: enctype=multipart/form-data now produce entries in $form:tables
12510: <form method=post enctype=multipart/form-data> <input type=hidden
12511: name=a> <input type=hidden name=b>
12512:
12513: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12514: <hr> <pre>$request:body
12515:
12516: 2004-01-30 paf
12517:
12518: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12519: or documents-results of transform now not xx;
12520:
12521: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12522: produce exception.
12523:
12524: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12525: bugfix: ^date::create[invalid fields now produce exception.
12526:
12527: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12528: year] now produces exception. todo: check other fields
12529:
12530: 2004-01-29 paf
12531:
12532: * src/include/pa_memory.h: typo error
12533:
12534: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12535: more byte then specified, then zeroed it << useless and
12536: potentially harmful(could gpf)
12537:
12538: 2004-01-22 paf
12539:
12540: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12541:
12542: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12543: optimization
12544:
12545: * src/main/untaint.C: bugfix: whitespace now optimized properly
12546: [were bug: ^taint[1 & 2]="1 &2"
12547:
12548: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12549: errors
12550:
12551: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12552: overflow
12553:
12554: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12555: error-reporting code * in parser-error reporting code [when no
12556: @unhandled_exception defined]
12557:
12558: fixed in one place: my *snprintf override
12559:
12560: 2004-01-13 paf
12561:
12562: * operators.txt: typo erro
12563:
12564: 2003-12-25 paf
12565:
12566: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12567: garbled [pieces after zero bytes were removed]
12568:
12569: 2003-12-22 paf
12570:
1.116 moko 12571: * src/include/Makefile.am: bugfix: removed from dist:
12572: src/include/pa_config_auto.h which were configured for
1.95 moko 12573: make-dist-platform and badly updated proper config file in target
12574: [when .tar used for updating existing source tree]
12575:
12576: * ChangeLog, operators.txt, src/classes/op.C,
12577: src/include/pa_sql_connection.h,
12578: src/include/pa_sql_driver_manager.h,
12579: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12580: feature: sql introducing ability to transcode charsets
12581:
12582: 2003-12-19 paf
12583:
12584: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12585: error message
12586:
12587: * src/main/pa_charset.C: bugfix: memory for charsethandler
12588: structure for libxml now allocated properly
12589:
12590: 2003-12-17 paf
12591:
12592: * src/types/pa_vfile.C: beauty: removed outdated cast
12593:
12594: * src/main/pa_common.C: bugfix: empty http response caused gpf
12595:
12596: * src/include/pa_string.h: bugfix: removed too strong a assert
12597:
12598: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12599: unreported xmlGenericErrors]
12600:
12601: 2003-12-15 paf
12602:
12603: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12604: works}
12605:
12606: 2003-12-11 paf
12607:
12608: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12609: id
12610: !$status:tid thread id
12611:
12612: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12613: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12614: bugfix(solaris): removed dependency on object initialization
12615: order [one more place]
12616:
12617: * src/: classes/file.C, classes/mail.C, classes/op.C,
12618: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12619: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12620: understand that
12621:
12622: * src/: classes/file.C, classes/mail.C, classes/op.C,
12623: classes/xdoc.C, include/pa_cache_managers.h,
12624: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12625: include/pa_stylesheet_manager.h, main/pa_request.C,
12626: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12627: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12628: ctor call [relying on implicit String::Body(cstr) call]
12629:
12630: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12631: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12632: object initialization order [two places]
12633:
12634: 2003-12-10 paf
12635:
12636: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12637: << time now ok
12638:
12639: * operators.txt, src/main/pa_sql_driver_manager.C,
12640: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12641: operational
12642:
12643: * ChangeLog, operators.txt, src/classes/xdoc.C,
12644: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12645: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12646: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12647: back operational
12648:
12649: 2003-12-02 paf
12650:
12651: * src/types/pa_vmail.C: bugfix:
12652: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12653: as-is forced]
12654:
12655: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12656: exceptions out of libxml callbacks: reimplemented error handling
12657: of http://localhost, parser://method and safemode check callbacks
12658:
12659: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12660: [merged from HEAD]
12661:
12662: * src/classes/image.C: nothing: comment removed
12663:
12664: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12665: addresses to int
12666:
12667: 2003-12-01 paf
12668:
12669: * src/main/pa_xml_io.C: bugfix: typo
12670:
12671: * src/main/pa_globals.C: bugfix: win32: compile prob
12672:
12673: * src/classes/xdoc.C: bugfix: typo
12674:
12675: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12676: exception
12677:
12678: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12679:
12680: 2003-11-28 paf
12681:
12682: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12683: all xml documents read
12684:
12685: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12686:
12687: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12688: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12689: replaced original open mech of xdoc::create & co to use libxml
12690: open, so that this would work for root document todo: safe mode
12691: checks to libxml: ideally to some 1 point
12692:
12693: * src/main/pa_xml_io.C: comment
12694:
12695: * operators.txt, src/main/pa_xml_io.C: leading / in
12696: http://parser[abscent params]
12697:
12698: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12699: works. todo: maybe replace original open mech of xdoc::create &
12700: co to use libxml open, so that this would work for root document
12701:
12702: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12703: "parser://method/params/here"> <test> &test^; </test> }]
12704:
12705: ^taint[^xdoc.string[]]
12706:
12707: @method[param] <!ENTITY test
12708: "test-entity-value+$form:user+$param!">
12709:
12710: 2003-11-27 paf
12711:
12712: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12713:
12714: * src/classes/date.C: bugfix: typo error
12715:
12716: 2003-11-26 paf
12717:
12718: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12719: src/main/Makefile.am, src/main/main.vcproj,
12720: src/main/pa_globals.C, src/main/pa_request.C,
12721: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12722: xml errors to hash<thread_id,error> reorganization: xml io moved
12723: to pa_xml_io.C/h
12724:
12725: * src/types/pa_value.h: warnings: --
12726:
12727: 2003-11-25 paf
12728:
12729: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12730: whatever)
12731:
12732: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12733: a, (c?x:y, z)
12734:
12735: * src/main/untaint.C: bugfix: consequences of not reading this
12736: comment: CORD_pos_chars_left /* Number of characters in cache.
12737: <= 0 ==> none */
12738:
12739: * src/include/pa_array.h: removed needless checks
12740:
12741: 2003-11-24 paf
12742:
12743: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12744: removed limit: now $form:xxx can be accessed anytime, even in
12745: @auto/conf [and request/response:charset still can be changed
12746: anytime]
12747:
12748: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12749: now not transcodes response body
12750:
12751: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12752: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12753: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12754: $xdoc.firstChild.firstChild.nodeValue[different]
12755: ^taint[^xdoc.string[]]
12756:
12757: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12758: workaround: static Hash::allocates -> static Hash_allocates
12759:
12760: 2003-11-21 paf
12761:
1.116 moko 12762: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12763: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12764: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12765:
12766: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12767:
12768: * src/classes/mail.C: bugfix: typo
12769:
12770: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12771: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12772: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12773: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12774: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12775: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12776:
12777: * src/main/pa_exec.C: bug in safe mode
12778:
12779: * src/include/Makefile.am: pa_xml_exception.h
12780:
12781: * src/targets/isapi/parser3isapi.C: more warnings --
12782:
12783: 2003-11-20 paf
12784:
12785: * src/: classes/math.C, classes/op.C, classes/string.C,
12786: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12787: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12788: --
12789:
12790: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12791: more warnings --
12792:
12793: * src/classes/xdoc.C: more warnings --
12794:
12795: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12796:
12797: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12798: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12799:
12800: * src/: classes/date.C, classes/file.C, classes/hash.C,
12801: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12802: classes/table.C, include/pa_cache_managers.h,
12803: include/pa_stylesheet_connection.h, main/pa_request.C,
12804: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12805: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12806: --
12807:
12808: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12809: can't report problem (undefined @unhandled_exception) problem
12810: source string were not reported
12811:
12812: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12813: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12814: classes/hashfile.C, classes/image.C, classes/int.C,
12815: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12816: classes/response.C, classes/string.C, classes/table.C,
12817: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12818: include/pa_array.h, include/pa_cache_managers.h,
12819: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12820: include/pa_config_fixed.h, include/pa_dictionary.h,
12821: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12822: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12823: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12824: include/pa_request.h, include/pa_request_charsets.h,
12825: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12826: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12827: include/pa_stack.h, include/pa_string.h,
12828: include/pa_stylesheet_connection.h,
12829: include/pa_stylesheet_manager.h, include/pa_table.h,
12830: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12831: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12832: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12833: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12834: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12835: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12836: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12837: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12838: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12839: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12840: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12841: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12842: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12843: targets/isapi/parser3isapi.C, types/pa_junction.h,
12844: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12845: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12846: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12847: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12848: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12849: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12850: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12851: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12852: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12853: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12854: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12855: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12856: types/pa_vresponse.h, types/pa_vstateless_class.C,
12857: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12858: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12859: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12860: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12861: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12862: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12863: const IDENT
12864:
12865: * src/: include/pa_array.h, include/pa_pool.h,
12866: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12867: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12868: types/pa_wcontext.h: more warnings --
12869:
12870: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12871: classes/file.C, classes/hash.C, classes/hashfile.C,
12872: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12873: classes/memory.C, classes/op.C, classes/string.C,
12874: classes/table.C, classes/xdoc.C, classes/xnode.C,
12875: include/pa_config_includes.h, include/pa_operation.h,
12876: include/pa_sql_connection.h, include/pa_table.h,
12877: include/pa_types.h, lib/ltdl/config_fixed.h,
12878: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12879: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12880: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12881: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12882: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12883: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12884: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12885: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12886: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12887: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12888: types/pa_vmail.C, types/pa_vobject.C,
12889: types/pa_vstateless_class.h, types/pa_vtable.C,
12890: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12891: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12892: on all projects (except libltdl=off & libsdbm=level3) found
12893: several unitialized vars
12894:
12895: 2003-11-19 paf
12896:
12897: * src/classes/op.C: more ansi C++ comp
12898:
12899: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12900: src/main/pa_request.C: ^cache[...]{body}{catch block with
12901: $exception.handled[cache] meaning "get expired cache, if any.
12902: else error"}
12903:
12904: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12905: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12906: ^cache[...]{body}{catch code with $exception.cache field}
12907:
12908: 2003-11-12 paf
12909:
12910: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12911: [copy/paste bug]
12912:
12913: 2003-11-11 paf
12914:
12915: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12916: failed]
12917:
12918: 2003-11-10 paf
12919:
12920: * src/types/pa_vconsole.h: flush
12921:
12922: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12923: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12924: read/write [for nntp]
12925:
12926: * operators.txt: mysql: transaction support: ?autocommit=0
12927:
12928: * operators.txt: comment: updated
12929:
12930: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12931: serialize version and exipire now removes entries
12932:
12933: * operators.txt: ^hashfile.delete[] removes files altogether [and
12934: dir, if could]
12935:
12936: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12937: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12938: removes files altogether [and dir, if could]
12939:
12940: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12941: nonexistent pair. .c coded that that was error. fixed
12942:
12943: * src/types/pa_vhashfile.C: sdbm: exception type change to
12944: file.access [regretfull can't split it to different exceptions
12945: without modifying sdbm source wich would prefer not to]
12946:
12947: 2003-11-07 paf
12948:
12949: * src/: classes/date.C, classes/file.C, classes/hash.C,
12950: classes/hashfile.C, classes/image.C, classes/table.C,
12951: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12952: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12953: main/execute.C, main/main.vcproj, main/pa_pool.C,
12954: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12955: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12956: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12957: destructing objects at request processing end
12958:
12959: 2003-11-06 paf
12960:
12961: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12962: updates
12963:
12964: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12965: to include sdbm
12966:
1.116 moko 12967: * src/include/: pa_config_includes.h, pa_version.h: our
12968: replacements of max& co only for cpp
1.95 moko 12969:
12970: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12971: upper dir, .am updated
12972:
12973: * tests/todo.txt: hashfile: done
12974:
12975: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12976: expiration [time in value. todo: move time to key]
12977:
12978: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12979:
12980: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12981: to do that in foreach, no errors, but surely wrong]
12982:
12983: * operators.txt, src/types/pa_vhashfile.C,
12984: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12985:
12986: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12987: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12988: foreach
12989:
12990: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12991: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12992:
12993: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12994: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12995:
12996: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12997: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12998: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12999: get/put [raw]
13000:
13001: * src/: classes/op.C, main/pa_os.C: just linked
13002:
13003: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
13004: XmlException changes
13005:
13006: * src/: include/pa_charset.h, include/pa_globals.h,
13007: include/pa_stylesheet_connection.h, main/pa_exception.C:
13008: XmlException changes
13009:
13010: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
13011:
13012: * src/: include/pa_common.h, include/pa_exception.h,
13013: main/main.vcproj, main/pa_common.C, include/pa_os.h,
13014: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
13015: main/pa_xml_exception.C: locking move to pa_os [along with
13016: pa_sleep] apr-impl locking done
13017:
13018: * configure, configure.in, operators.txt, parser3.sln,
13019: src/classes/classes.vcproj, src/classes/hashfile.C,
13020: src/classes/xdoc.C, src/include/pa_config_fixed.h,
13021: src/include/pa_exception.h, src/include/pa_globals.h,
13022: src/include/pa_memory.h, src/include/pa_version.h,
13023: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
13024: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
13025: src/main/compile.tab.C, src/main/main.vcproj,
13026: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
13027: src/types/Makefile.am, src/types/pa_vhash.C,
13028: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
13029: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
13030: again with sdbm from apache
13031:
13032: 2003-11-05 paf
13033:
13034: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13035: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
13036: \parser3project dir anymore
13037:
13038: * src/main/pa_charset.C: bugfix: had broken binary search [copied
13039: thoughtlessly from xalan]
13040:
13041: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
13042: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
13043: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
13044:
13045: * src/main/helpers/CaseFolding.txt:
13046: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
13047:
13048: 2003-11-04 paf
13049:
13050: * operators.txt: comment: ^mail:send[$.options[
13051:
13052: * src/classes/table.C: compiled on unix
13053:
1.116 moko 13054: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 13055:
13056: * src/classes/mail.C: compiled on unix
13057:
13058: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
13059: src/types/pa_vmail.h: !^mail:send[
13060: $.options[unix: string to append to sendmail command
13061: line]
13062:
13063: * operators.txt, src/classes/table.C, src/main/pa_string.C,
13064: tests/todo.txt: ^table.save[... $.separator[^#09]
13065: $.encloser["] <nothing> by default
13066:
13067: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
13068: !$.separator[^#09] !$.encloser["] <nothing> by
13069: default
13070:
13071: 2003-11-03 paf
13072:
13073: * operators.txt, src/classes/table.C, src/main/pa_common.C:
13074: ^table::load[; options: !$.column-separator[^#09]
13075: !$.column-encloser["]
13076:
13077: * operators.txt, src/include/pa_config_fixed.h,
13078: src/types/pa_vrequest.C: $request:document-root
13079:
13080: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
13081: [already included into uri=xxx]
13082:
13083: * operators.txt, src/classes/image.C, tests/todo.txt:
13084: ^image.gif[filename] for $response:download
13085:
13086: * src/classes/date.C: minor precaution
13087:
13088: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
13089: !^date.unix-timestamp[]
13090:
13091: 2003-10-30 paf
13092:
13093: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
13094: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
13095:
13096: * src/classes/: date.C, image.C: improvement diagnostics:
13097: $now[^date::create[$undefined]] now is error
13098:
13099: * src/main/pa_common.C: read errors would now be reported 'actually
13100: read -1 bytes'
13101:
13102: 2003-10-24 paf
13103:
13104: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
13105: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
13106: src/main/Makefile.am, src/targets/cgi/Makefile.am,
13107: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
13108:
13109: 2003-10-22 paf
13110:
13111: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
13112:
13113: 2003-10-21 paf
13114:
13115: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
13116: fixed: string.match[g] without <'> option produced columns with
13117: NULL's, which gpf'ed at table.save time
13118:
13119: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
13120: recoursion' message with intensive throw-catches fixed: incorrect
13121: name and line (one name upper then needed) in error message about
13122: problems inside try block
13123:
13124: 2003-10-10 paf
13125:
13126: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
13127: check offset argument for validity did that in String::Body::pos
13128: myself http://i2/tasks/edit/?id=4577425257580789777
13129:
13130: 2003-10-07 paf
13131:
13132: * src/main/: compile.tab.C, compile.y: ^if ( better error:
13133: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
13134:
13135: 2003-10-03 paf
13136:
13137: * parser3.sln, src/include/pa_dictionary.h,
13138: src/main/pa_dictionary.C, src/main/pa_string.C,
13139: src/targets/cgi/parser3.vcproj: dictionary optimized by
13140: precalculating cstr&length
13141:
13142: 2003-10-02 paf
13143:
13144: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13145: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
13146: main/pa_stylesheet_manager.C: bugfix: ^throw context were
13147: saved/restored incompletely http://www.parser.ru/forum/?id=21484
13148:
13149: 2003-09-30 paf
13150:
13151: * src/main/pa_string.C: string::replace bug fix [were ignoring
13152: occurrances after lang-mismatched
13153:
13154: 2003-09-29 paf
13155:
13156: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13157: helper
13158:
13159: * src/main/pa_string.C: string::serialize bug fix with
13160: zero-terminator
13161:
13162: * src/classes/table.C: ^nameless_table.save column row now has no
13163: \t at the end
13164:
13165: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13166: @postprocess now takes $response:body/download
13167:
13168: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13169: error message
13170:
13171: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13172:
13173: * src/classes/table.C: bugfix: flip: must produce nameless
13174: http://i2/tasks/edit/?id=4573405524674081244
13175:
13176: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13177: main/helpers/simple_folding.pl: utf-8 upper/lower
13178:
13179: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13180: to typo error http://i2/tasks/edit/?id=4573354650786434584
13181:
13182: 2003-09-26 paf
13183:
13184: * src/main/untaint.C: removed needless field
13185:
13186: * src/main/untaint.C: removed needless const
13187:
13188: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13189: String.for_each bug fixed [omited one-char cases]
13190:
13191: * src/include/pa_stack.h: bugfix: before collecting garbage,
13192: runtime-executor stack were cleared... BADLY
13193:
13194: * src/main/pa_string.C: ^stirng.replace code used old
13195: param-convention on langs.append, fixed that search fo the like,
13196: found none
13197:
13198: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13199: string::serialize/deserialize implemented Language enum assigned
13200: meaningful letters [more convinient for debugging. read warning
13201: before adding/changing anything]
13202:
13203: 2003-09-25 paf
13204:
13205: * src/: include/pa_string.h, include/pa_version.h,
13206: main/pa_string.C, main/untaint.C: templates and anonymous unions
13207: differences on unix
13208:
13209: * parser3.sln, src/classes/file.C, src/classes/image.C,
13210: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13211: src/classes/xdoc.C, src/classes/xnode.C,
13212: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13213: src/include/pa_charsets.h, src/include/pa_common.h,
13214: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13215: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13216: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13217: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13218: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13219: src/main/compile_tools.h, src/main/pa_charset.C,
13220: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13221: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13222: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13223: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13224: src/types/pa_vmail.C, src/types/pa_vmath.C,
13225: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13226: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13227:
13228: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13229: functions aligned to that of eeparser3 look
13230:
13231: * src/lib/cord/cordprnt.c: removed warnings
13232:
13233: 2003-09-24 paf
13234:
13235: * src/: classes/file.C, classes/image.C, classes/mail.C,
13236: classes/op.C, classes/xdoc.C, classes/xnode.C,
13237: include/pa_cache_managers.h, include/pa_charset.h,
13238: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13239: include/pa_sql_driver_manager.h, include/pa_string.h,
13240: include/pa_stylesheet_manager.h, include/pa_table.h,
13241: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13242: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13243: main/pa_sql_driver_manager.C, main/pa_string.C,
13244: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13245: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13246: types/pa_vstateless_class.h, types/pa_vstatus.C,
13247: types/pa_vxnode.C: v() functions of String::Body,
13248: String::Languages and String itself StringBody->String::Body
13249:
13250: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13251: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13252: never optimized anything. todo: somehow speed up harder cases:
13253: concatenationA+concatenationB when last block of A and first of B
13254: contain same letters
13255:
13256: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13257: lib/cord/include/cord.h: langs: speed up by joining adjucent
13258: blocks of same char [CORD_append_block]
13259:
13260: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13261: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13262: save space by extending blocks when appending block with c ==
13263: lastblock.c
13264:
13265: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13266: working yet :( but more working &understood :)
13267:
13268: * src/: classes/table.C, include/pa_string.h,
13269: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13270:
13271: 2003-09-23 paf
13272:
13273: * src/main/untaint.C: $a[ok!] $a works!
13274:
13275: * src/main/untaint.C: something even more works :)
13276:
13277: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13278: something more works :)
13279:
13280: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13281: lib/cord/cordxtra.c: something already works :)
13282:
13283: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13284: serialize&deserialize
13285:
13286: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13287: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13288: main/untaint.C: main idea implemented, details left
13289:
13290: 2003-09-22 paf
13291:
13292: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13293:
13294: * src/classes/xnode.C: copy/paste comment bugfix
13295:
13296: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13297: allocator returns 0, just die.
13298: http://i2/tasks/edit/?id=4570798492410259445
13299:
13300: * src/classes/xdoc.C: copy/paste comment bugfix
13301:
13302: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13303: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13304: xnode: getAttributeNS setAttributeNS removeAttributeNS
13305: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13306:
13307: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13308: chars due to bitwise operation signed-char error]
13309:
13310: 2003-09-19 paf
13311:
13312: * src/types/pa_wcontext.C: output message: more practical
13313: suggestion
13314:
13315: * src/main/pa_common.C, operators.txt: merged
13316: $f[^file::load[binary;http://...]] $f.tables
13317:
13318: 2003-09-02 paf
13319:
13320: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13321: flush stdout without referencing 'stdout' symbol. to hell with
13322: non-ansi libraries without 'stdout' symbol
13323:
13324: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13325: unix (users reported problems with some old libc)
13326:
13327: * src/types/pa_vdate.h: forgot initializer
13328:
13329: 2003-09-01 paf
13330:
13331: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13332: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13333: zone]
13334:
13335: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13336:
13337: 2003-08-19 paf
13338:
13339: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13340: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13341: simplified a little
13342:
13343: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13344: [lost fix from 3.0.8]
13345:
13346: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13347: visible here }
13348:
13349: bug fix
13350:
13351: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13352:
13353: * src/main/compile.tab.C: initialized couple of variables about
13354: which user reported runtime problems when parser were compiled
13355: with VC7, warning level4. study shows that later in bison
13356: they've fixed that. would migrate to latest bison someday
13357:
13358: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13359: recoding headers)
13360:
13361: * src/types/pa_vmail.C: works as before, same charset problems:
13362: gmime recodes to UTF-8 only headers, not body. so not recoding
13363: anything for now
13364:
13365: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13366: problems with body
13367:
13368: * src/types/pa_vmail.C: mail_receive just compiled
13369:
13370: 2003-08-18 paf
13371:
13372: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13373: main/main.vcproj, types/types.vcproj: win32: continued process
13374: detaching from \parser3project directory
13375:
13376: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13377: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13378: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13379: src/lib/pcre/pcre_dftables.dsp,
13380: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13381: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13382: src/types/types.dsp: moved to MSVC 7
13383:
13384: * gnu.vcproj.vspscc, parser3.vssscc,
13385: src/classes/classes.vcproj.vspscc,
13386: src/lib/cord/cord.vcproj.vspscc,
13387: src/lib/ltdl/libltdl.vcproj.vspscc,
13388: src/lib/md5/md5.vcproj.vspscc,
13389: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13390: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13391: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13392: src/targets/isapi/parser3isapi.vcproj.vspscc,
13393: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13394: moved to MSVC 7
13395:
13396: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13397: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13398: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13399: src/lib/pcre/pcre_dftables.vcproj,
13400: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13401: src/targets/cgi/parser3.vcproj,
13402: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13403: new VS project files
13404:
13405: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13406: .NET to detect Jalindi Igloo capabilities.
13407:
13408: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13409: src/classes/classes.awk, src/doc/footer.htm,
13410: src/include/pa_config_fixed.h, src/include/pa_version.h,
13411: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13412: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13413: src/types/pa_vmail.C: merged 3.1.0 latest changes
13414:
13415: 2003-08-15 paf
13416:
13417: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13418: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13419:
13420: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13421: non-ascii <yyy> now encoded correctly
13422:
13423: 2003-07-29 paf
13424:
1.116 moko 13425: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13426: dist
1.95 moko 13427:
13428: * src/types/pa_vmail.C: just started --with-mail-receive
13429:
13430: 2003-07-28 paf
13431:
1.116 moko 13432: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13433: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13434:
13435: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13436:
13437: 2003-07-25 paf
13438:
13439: * src/doc/footer.htm: year
13440:
13441: 2003-07-24 paf
13442:
13443: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13444: fix
13445:
13446: * src/include/pa_version.h: release
13447:
1.116 moko 13448: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13449:
13450: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13451: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13452: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13453: getting rid of win32xml pseudo project
13454:
13455: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13456:
1.116 moko 13457: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13458: configure.in, operators.txt, parser3.dsw,
1.95 moko 13459: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13460: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13461: src/classes/classes.C, src/classes/classes.awk,
13462: src/classes/classes.dsp, src/classes/classes.h,
13463: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13464: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13465: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13466: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13467: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13468: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13469: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13470: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13471: src/include/pa_array.h, src/include/pa_cache_managers.h,
13472: src/include/pa_charset.h, src/include/pa_charsets.h,
13473: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13474: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13475: src/include/pa_dictionary.h, src/include/pa_dir.h,
13476: src/include/pa_exception.h, src/include/pa_exec.h,
13477: src/include/pa_globals.h, src/include/pa_hash.h,
13478: src/include/pa_memory.h, src/include/pa_opcode.h,
13479: src/include/pa_operation.h, src/include/pa_pool.h,
13480: src/include/pa_pragma_pack_begin.h,
1.95 moko 13481: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13482: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13483: src/include/pa_sapi.h, src/include/pa_socks.h,
13484: src/include/pa_sql_connection.h,
13485: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13486: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13487: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13488: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13489: src/include/pa_uue.h, src/lib/Makefile.am,
13490: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13491: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13492: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13493: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13494: src/lib/cord/include/ec.h,
13495: src/lib/cord/include/private/Makefile.am,
13496: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13497: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13498: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13499: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13500: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13501: src/main/compile_tools.C, src/main/compile_tools.h,
13502: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13503: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13504: src/main/pa_charsets.C, src/main/pa_common.C,
13505: src/main/pa_dictionary.C, src/main/pa_dir.C,
13506: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13507: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13508: src/main/pa_request.C, src/main/pa_socks.C,
13509: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13510: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13511: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13512: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13513: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13514: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13515: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13516: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13517: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13518: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13519: src/targets/isapi/parser3isapi.dsp,
13520: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13521: src/types/pa_junction.h, src/types/pa_method.h,
13522: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13523: src/types/pa_vclass.C, src/types/pa_vclass.h,
13524: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13525: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13526: src/types/pa_vdouble.h, src/types/pa_venv.h,
13527: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13528: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13529: src/types/pa_vimage.C, src/types/pa_vimage.h,
13530: src/types/pa_vint.h, src/types/pa_vjunction.h,
13531: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13532: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13533: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13534: src/types/pa_vobject.C, src/types/pa_vobject.h,
13535: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13536: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13537: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13538: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13539: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13540: src/types/pa_vstring.h, src/types/pa_vtable.C,
13541: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13542: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13543: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13544: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13545: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13546: HEAD
13547:
13548: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13549: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13550: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13551: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13552: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13553: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13554: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13555: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13556: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13557: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13558: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13559: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13560: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13561: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13562: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13563: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13564: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13565: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13566: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13567: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13568: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13569: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13570: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13571: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13572: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13573: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13574: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13575: outputs/create-dir, results/001.processed, results/002.processed,
13576: results/003.processed, results/004.processed,
13577: results/005.processed, results/006.processed,
13578: results/007.processed, results/008.processed,
13579: results/009.processed, results/010.processed,
13580: results/011.processed, results/012.processed,
13581: results/013.processed, results/014.processed,
13582: results/015.processed, results/016.processed,
13583: results/017.processed, results/018.processed,
13584: results/019.processed, results/020.processed,
13585: results/021.processed, results/022.processed,
13586: results/023.processed, results/024.processed,
13587: results/025.processed, results/026.processed,
13588: results/027.processed, results/028.processed,
13589: results/029.processed, results/030.processed,
13590: results/031.processed, results/032.processed,
13591: results/033.processed, results/034.processed,
13592: results/035.processed, results/036.processed,
13593: results/037.processed, results/038.processed,
13594: results/039.processed, results/040.processed,
13595: results/041.processed, results/042.processed,
13596: results/043.processed, results/044.processed,
13597: results/045.processed, results/046.processed,
13598: results/047.processed, results/048.processed,
13599: results/049.processed, results/050.processed,
13600: results/051.processed, results/052.processed,
13601: results/053.processed, results/054.processed,
13602: results/055.processed, results/056.processed,
13603: results/057.processed, results/058.processed,
13604: results/059.processed, results/060.processed,
13605: results/061.processed, results/062.processed,
13606: results/063.processed, results/064.processed,
13607: results/065.processed, results/066.processed,
13608: results/067.processed, results/068.processed,
13609: results/069.processed, results/070.processed,
13610: results/071.processed, results/072.processed,
13611: results/073.processed, results/074.processed,
13612: results/075.processed, results/076.processed,
13613: results/077.processed, results/078.processed,
13614: results/079.processed, results/080.processed,
13615: results/081.processed, results/082.processed,
13616: results/083.processed, results/084.processed,
13617: results/085.processed, results/086.processed,
13618: results/087.processed, results/088.processed,
13619: results/089.processed, results/090.processed,
13620: results/091.processed, results/092.processed,
13621: results/093.processed, results/094.processed,
13622: results/095.processed, results/096.processed,
13623: results/097.processed, results/098.processed,
13624: results/099.processed, results/100.processed,
13625: results/101.processed, results/102.processed,
13626: results/103.processed, results/104.processed,
13627: results/105.processed, results/106.processed,
13628: results/107.processed, results/108.processed,
13629: results/109.processed, results/110.processed,
13630: results/111.processed, results/112.processed,
13631: results/113.processed, results/114.processed,
13632: results/115.processed, results/116.processed,
13633: results/117.processed, results/118.processed,
13634: results/119.processed, results/120.processed,
13635: results/121.processed, results/122.processed,
13636: results/123.processed, results/124.processed,
13637: results/125.processed, results/126.processed,
13638: results/127.processed, results/128.processed,
13639: results/129.processed, results/130.processed,
13640: results/131.processed, results/132.processed,
13641: results/133.processed, results/134.processed,
13642: results/135.processed, results/136.processed,
13643: results/137.processed, results/138.processed,
13644: results/139.processed, results/140.processed,
13645: results/141.processed: merged(copied) to HEAD from template_gc
13646:
13647: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13648: towards \parser3project not having to be in root
13649:
13650: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13651: module compiled [were minor unnecessary changes in lib/md5
13652: interface]
13653:
13654: * src/include/pa_version.h: release
13655:
13656: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13657:
13658: * src/classes/math.C: merged uuid bugfix
13659:
13660: * tests/: 141.html, results/141.processed: fixed bug with
13661: too-small-a-buffer
13662:
13663: * src/classes/math.C: uuid bugfix
13664:
13665: * tests/: 141.html, Makefile, results/005.processed,
13666: results/030.processed, results/075.processed,
13667: results/078.processed: to reflect date format change (were -
13668: become ' ')
13669:
13670: * src/classes/math.C: uuid bugfix
13671:
13672: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13673: debug/release changes
13674:
13675: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13676:
13677: 2003-07-23 paf
13678:
13679: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13680: renamed a little [to move to comman naming conv]
13681:
1.116 moko 13682: * src/targets/Makefile.am: apache13 splitted to simplify apache
13683: build
1.95 moko 13684:
13685: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13686: main/pa_request.C, main/pa_sql_driver_manager.C,
13687: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13688: stack top_index() fixed
13689:
13690: * src/main/pa_globals.C: minor style changes
13691:
13692: * src/: classes/op.C, include/pa_sql_connection.h: connection
13693: closing/caching fixed [connections were not closed/put to cache]
13694:
13695: 2003-07-22 paf
13696:
13697: * INSTALL: gc part updated stightly
13698:
13699: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13700: new sapi interface
13701:
13702: * src/classes/file.C: comment on OS
13703:
13704: * src/main/pa_string.C: removed reduntant invariant check [there is
13705: one deeper in cord lib]
13706:
13707: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13708:
13709: * src/main/pa_memory.C: out of memory is no longer coredump
13710:
13711: * INSTALL: disable-threads adviced
13712:
13713: 2003-07-21 paf
13714:
1.116 moko 13715: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13716:
13717: * src/classes/file.C: file::exec/cgi environment variables now must
13718: be UPPERCASE and A-Z 0-9 _-
13719:
13720: * src/classes/file.C: env passing fixed
13721:
13722: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13723:
13724: * src/main/pa_common.C: http:// CRLF now
13725:
13726: 2003-07-02 paf
13727:
13728: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13729: fields to reflect their real meaning
13730:
13731: 2003-06-27 paf
13732:
13733: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13734: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13735: file::exec/cgi .charset
13736:
13737: 2003-06-26 paf
13738:
13739: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13740: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13741: src/classes/table.C: fixed several uninitialized local
13742: structures. notably ^hash.foreach now inserts delimiters
13743: properly [were inserting it before first body]
13744:
13745: 2003-06-24 paf
13746:
13747: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13748:
13749: 2003-06-20 paf
13750:
13751: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13752: src/main/pa_globals.C: introducing
13753: $f[^file::load[binary;http://...]] $f.tables
13754:
13755: 2003-06-06 paf
13756:
13757: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13758: table. [were method lookup: inconsistent]
13759:
13760: 2003-06-02 paf
13761:
13762: * src/include/pa_memory.h: empty string clone fixed to return
13763: writable memory
13764:
13765: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13766: were not appended] which violated string invariant
13767:
13768: 2003-05-30 paf
13769:
13770: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13771: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13772:
13773: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13774: GMT ; RFC 822, updated by RFC 1123
13775:
13776: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13777: targets/isapi/parser3isapi.C: initialized request_info properly
13778:
13779: * src/classes/xnode.C: found minor bug, commended for future
13780:
13781: 2003-05-28 paf
13782:
13783: * src/classes/form.C: request_info.content_length can't be <0,
13784: size_t for some time
13785:
13786: 2003-05-26 paf
13787:
13788: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13789: forgotten <0 changed to !=STRING_NOT_FOUND
13790:
13791: * src/classes/math.C: merged ffffu from HEAD
13792:
13793: 2003-05-11 paf
13794:
13795: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13796:
13797: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13798: premature doc free. transformed document had xmlDoc reference
13799: stored to non-gc-memory (libgdome) added holding-reference
13800:
13801: 2003-04-29 paf
13802:
13803: * src/main/pa_globals.C: started digging on double free. on win32
13804: found that that's perfectly normal.
13805:
13806: 2003-04-25 paf
13807:
13808: * src/classes/table.C: table.join bug fix [bad limit check]
13809:
13810: * src/classes/math.C: merged from HEAD: simpiler hash_string
13811:
13812: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13813: print anything. changed to quicker and simplier code
13814:
13815: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13816: strict a check]
13817:
13818: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13819:
13820: 2003-04-24 paf
13821:
13822: * src/include/pa_table.h: too strict assert loosened
13823:
13824: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13825: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13826: report
13827:
13828: 2003-04-21 paf
13829:
1.116 moko 13830: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13831:
13832: * src/main/pa_globals.C: pcre memory management changed to use GC
13833: memory
13834:
13835: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13836: xmlMallocAtomic [author agreed to my suggestion], used that
13837:
13838: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13839:
13840: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13841: types/pa_vmail.C: attributed_meaning_to_string added
13842: L_UNSPECIFIED piece which was sortof OK, but violated string
13843: invariant [assertion barked on that] changed to L_PASS_APPEND,
13844: made that param obligatory
13845:
13846: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13847: fixed [assert helped]
13848:
13849: * src/include/pa_string.h: assert added [looking for bug]
13850:
13851: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13852: names on Win32 considered disk-global
13853:
13854: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13855: considered disk-global
13856:
13857: 2003-04-18 paf
13858:
13859: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13860: filenames
13861:
13862: * src/main/untaint.C: enabled '~' letter in filenames
13863:
13864: 2003-04-16 paf
13865:
13866: * src/classes/file.C: small bug introduced in autoptr times fixed
13867:
13868: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13869: HEAD
13870:
1.116 moko 13871: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13872:
13873: 2003-04-15 paf
13874:
13875: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13876: src/lib/md5/pa_md5c.c, tests/141.html,
13877: tests/results/141.processed: merged from head ^math:uuid[]
13878: ^math:uid64[] ^math:md5[string]
13879:
13880: test added: 141.html
13881:
13882: * operators.txt, src/classes/math.C: ^math:uid64[]
13883:
13884: * src/classes/math.C: ^math:uuid[]
13885:
13886: * operators.txt, src/classes/math.C: ^math:uuid[]
13887:
13888: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13889: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13890:
13891: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13892: src/include/pa_config_fixed.h, src/main/pa_common.C:
13893: ^file::load[mode;name; $.offset $.limit
13894:
13895: 2003-04-14 paf
13896:
13897: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13898: started ^math:md5
13899:
13900: * src/classes/table.C, src/include/pa_array.h,
13901: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13902: tests/results/140.processed: table $.reverse option works in
13903: create&co table $.distinct[tables] bug fix merged
13904:
13905: * src/: classes/table.C, include/pa_table.h: table
13906: $.distinct[tables] bug fixed
13907:
13908: * src/classes/table.C: more warnings
13909:
13910: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13911: removed checks in table::set_current, moved them back to
13912: table::locate implemented table::create/join ñ $.reverse
13913:
13914: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13915: removed checks in table::set_current, moved them back to
13916: table::locate
13917:
13918: 2003-04-11 paf
13919:
13920: * operators.txt, src/classes/date.C, src/classes/table.C,
13921: src/include/pa_array.h, src/include/pa_common.h,
13922: src/include/pa_config_includes.h, src/include/pa_string.h,
13923: src/include/pa_table.h, src/main/pa_request.C,
13924: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13925: src/main/pa_table.C: merged from HEAD from
13926: before_append_array_limit_sense_change to
13927: after_append_array_limit_sense_change
13928:
13929: * src/classes/table.C: typo
13930:
13931: * operators.txt, src/classes/date.C, src/classes/table.C,
13932: src/include/pa_array.h, src/include/pa_common.h,
13933: src/include/pa_config_includes.h, src/include/pa_globals.h,
13934: src/include/pa_table.h, src/main/pa_array.C,
13935: src/main/pa_globals.C, src/main/pa_request.C,
13936: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13937: src/main/pa_table.C: append_array_limit_sense_change locate
13938: accepts options same as create new option: $.reverse(1) [do not
13939: work in table::create]
13940:
13941: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13942: (stat xxx,
13943:
13944: * src/classes/: table.C: typo
13945:
13946: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13947: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13948: results/130.processed, results/131.processed,
13949: results/132.processed, results/133.processed,
13950: results/134.processed, results/135.processed,
13951: results/136.processed, results/137.processed,
13952: results/138.processed, results/139.processed: added few mustfail
13953: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13954: date/time 132.html mustfail: access to junction outside of
13955: context 133.html mustfail: access to junction outside of context,
13956: case version 134.html mustfail: hash: adding a key inside of
13957: foreach 135.html mustfail: modifying system class 136.html
13958: mustfail: $.name outside of $hash[here] 137.html mustfail:
13959: appendChild without import 138.html mustfail: invalid encoding
13960: inside of xml 139.html mustfail: bad XPath
13961:
13962: * operators.txt, src/classes/table.C, tests/084.html,
13963: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13964: tests/129.html, tests/results/125.processed,
13965: tests/results/126.processed, tests/results/127.processed,
13966: tests/results/128.processed, tests/results/129.processed: merged
13967: from HEAD ^table.hash[key][$.distinct[tables]]
13968:
13969: maked appropriate tests [changed one old nonconforming]
13970:
13971: * operators.txt, src/classes/table.C:
13972: ^table.hash[key][$.distinct[tables]]
13973:
13974: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13975: merged fix for found very old xml (dom) bug: were passing
13976: domString objects and later ERROREOUSLY freed them
13977:
13978: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13979: src/main/pa_charset.C: re-added libgdome patch. regretfully
13980: libgdome bug can not be worked around
13981:
13982: 2003-04-10 paf
13983:
13984: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13985: found very old xml (dom) bug: were passing domString objects and
13986: later ERROREOUSLY freed them
13987:
13988: * src/doc/string.dox, src/include/pa_memory.h,
13989: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13990: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13991: tests/123.html, tests/124.html, tests/results/001.processed,
13992: tests/results/002.processed, tests/results/003.processed,
13993: tests/results/004.processed, tests/results/005.processed,
13994: tests/results/006.processed, tests/results/008.processed,
13995: tests/results/009.processed, tests/results/010.processed,
13996: tests/results/011.processed, tests/results/012.processed,
13997: tests/results/013.processed, tests/results/014.processed,
13998: tests/results/015.processed, tests/results/016.processed,
13999: tests/results/017.processed, tests/results/018.processed,
14000: tests/results/020.processed, tests/results/021.processed,
14001: tests/results/022.processed, tests/results/023.processed,
14002: tests/results/024.processed, tests/results/025.processed,
14003: tests/results/026.processed, tests/results/027.processed,
14004: tests/results/028.processed, tests/results/029.processed,
14005: tests/results/030.processed, tests/results/031.processed,
14006: tests/results/032.processed, tests/results/033.processed,
14007: tests/results/034.processed, tests/results/035.processed,
14008: tests/results/036.processed, tests/results/037.processed,
14009: tests/results/038.processed, tests/results/039.processed,
14010: tests/results/040.processed, tests/results/041.processed,
14011: tests/results/042.processed, tests/results/043.processed,
14012: tests/results/044.processed, tests/results/045.processed,
14013: tests/results/046.processed, tests/results/047.processed,
14014: tests/results/048.processed, tests/results/049.processed,
14015: tests/results/050.processed, tests/results/051.processed,
14016: tests/results/052.processed, tests/results/053.processed,
14017: tests/results/054.processed, tests/results/055.processed,
14018: tests/results/056.processed, tests/results/057.processed,
14019: tests/results/058.processed, tests/results/059.processed,
14020: tests/results/060.processed, tests/results/061.processed,
14021: tests/results/062.processed, tests/results/063.processed,
14022: tests/results/064.processed, tests/results/065.processed,
14023: tests/results/066.processed, tests/results/067.processed,
14024: tests/results/068.processed, tests/results/069.processed,
14025: tests/results/070.processed, tests/results/071.processed,
14026: tests/results/072.processed, tests/results/073.processed,
14027: tests/results/074.processed, tests/results/075.processed,
14028: tests/results/076.processed, tests/results/077.processed,
14029: tests/results/078.processed, tests/results/079.processed,
14030: tests/results/080.processed, tests/results/081.processed,
14031: tests/results/082.processed, tests/results/083.processed,
14032: tests/results/084.processed, tests/results/085.processed,
14033: tests/results/086.processed, tests/results/087.processed,
14034: tests/results/088.processed, tests/results/089.processed,
14035: tests/results/090.processed, tests/results/091.processed,
14036: tests/results/092.processed, tests/results/093.processed,
14037: tests/results/094.processed, tests/results/095.processed,
14038: tests/results/096.processed, tests/results/097.processed,
14039: tests/results/101.processed, tests/results/102.processed,
14040: tests/results/104.processed, tests/results/105.processed,
14041: tests/results/106.processed, tests/results/107.processed,
14042: tests/results/108.processed, tests/results/109.processed,
14043: tests/results/110.processed, tests/results/111.processed,
14044: tests/results/112.processed, tests/results/113.processed,
14045: tests/results/114.processed, tests/results/115.processed,
14046: tests/results/116.processed, tests/results/117.processed,
14047: tests/results/118.processed, tests/results/119.processed,
14048: tests/results/120.processed, tests/results/121.processed,
14049: tests/results/122.processed, tests/results/123.processed,
14050: tests/results/124.processed: new convention: char* never 0.
14051: assert in cord on that
14052:
14053: * src/main/pa_charset.C: couple more asserts
14054:
14055: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
14056: speedup
14057:
14058: * src/main/pa_charset.C: couple assertions on fantastic situations
14059: added [may be those is the case now?]
14060:
14061: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14062: that's memory from gc_malloc, not from g_malloc :(, but would
14063: hope]
14064:
14065: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
14066: that's memory from gc_malloc, not from g_malloc :(, but would
14067: hope]
14068:
14069: * src/main/pa_charset.C: checked custom malloc for returning 0
14070:
14071: 2003-04-09 paf
14072:
14073: * src/classes/date.C: merged ^date.roll changes
14074:
14075: * src/classes/date.C: ^date.roll bug fix
14076:
14077: * src/classes/date.C: ^date.roll now throws less errors: month
14078: shifts handles end of month situation by reducing day number
14079: hour-hole shift reduces hour to recover
14080:
14081: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
14082: Sort by function time
14083:
14084: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
14085: http:// $.charset[] param done
14086:
14087: * tests/: 122.html, results/122.processed: 122 date test <= and ==
14088: added [after volatile fix. passes on win&intel-solaris]
14089:
14090: 2003-04-08 paf
14091:
14092: * src/: classes/file.C, classes/op.C, classes/table.C,
14093: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
14094: include/pa_common.h, include/pa_request_charsets.h,
14095: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14096: main/pa_exec.C, main/pa_request.C, main/untaint.C,
14097: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
14098: types/pa_vresponse.C: started http:// $.charset[] param and
14099: http response charset detection just compiled. todo:test
14100:
14101: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
14102:
14103: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
14104: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
14105: types/pa_vmail.C: changed transcode param converntion along with
14106: string creating convention -- all strings are zero-terminated,
14107: this allowed to fix one remaining String("123", 2) case
14108:
14109: * src/: classes/date.C, classes/file.C, classes/hash.C,
14110: classes/op.C, classes/string.C, classes/table.C,
14111: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
14112: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
14113: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14114: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
14115: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
14116: violated String::invariant. started fixing [not compiled now]
14117:
14118: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
14119: main/compile.tab.C, main/compile.y, main/pa_string.C,
14120: main/untaint.C, targets/cgi/parser3.C: number of string style
14121: improvements & optimizations
14122:
14123: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
14124: :(]
14125:
14126: * src/main/untaint.C: removed redundant & in CORD_pos param passing
14127: [for it's a pointer really]
14128:
14129: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
14130: 'n' param. worked that around
14131:
14132: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
14133: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
14134: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
14135: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
14136: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
14137:
14138: Thanks for the bug report and patch.
14139:
14140: I hadn't looked at this code in a while. Reading it now, it
14141: seems to me that the tests should also be ">= MAX_DEPTH" to
14142: comply with the invariant, though that may not matter a lot. I
14143: changed that, too.
14144:
14145: Hans
14146:
14147: 2003-04-07 paf
14148:
14149: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
14150: merged from head:safe mode error message now includes numbers
14151:
14152: * src/main/execute.C: n-th attempt to make a=a work with double.
14153: problem: as_double returns it's result in fp-register compiler
14154: optimizes access to that register after b->as_double, and just
14155: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14156: from memory. _SAME_ double values do not match here. when
14157: forced to REload fp-register, values do match.
14158:
14159: tried to make them volatile.
14160:
14161: * src/main/execute.C: n-th attempt to make a=a work with double.
14162: problem: as_double returns it's result in fp-register compiler
14163: optimizes access to that register after b->as_double, and just
14164: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14165: from memory. _SAME_ double values do not match here. when
14166: forced to REload fp-register, values do match.
14167:
14168: tried to make them volatile.
14169:
14170: * src/types/pa_vobject.h: small style change
14171:
14172: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14173:
14174: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14175: mode error message now includes numbers
14176:
14177: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14178: now causes death
14179:
14180: 2003-04-04 paf
14181:
14182: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14183: incorportated pa_exec patch by From: "Victor Fedoseev"
14184: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14185: Sent: Thursday, January 23, 2003 9:14 AM
14186:
14187: huge speedup on ^file::cgi with big result
14188:
14189: * src/classes/table.C: sort table with 0 rows bug fixed
14190:
14191: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14192: fix http://i2/tasks/edit/?id=4493701604654042676
14193:
14194: @main[] $with_default[ $.a[1] $._default[default from
14195: with_default] ] ^show[$with_default]
14196:
14197: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14198: =$to_add_to.xxx=<br>
14199:
14200: ^show[$to_add_to]
14201:
14202: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14203: ^show[$cloned]
14204:
14205: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14206:
14207: } <hr>
14208:
14209: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14210: http://i2/tasks/edit/?id=4493701604654042676
14211:
14212: @main[] $with_default[ $.a[1] $._default[default from
14213: with_default] ] ^show[$with_default]
14214:
14215: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14216: =$to_add_to.xxx=<br>
14217:
14218: ^show[$to_add_to]
14219:
14220: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14221: ^show[$cloned]
14222:
14223: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14224:
14225: } <hr>
14226:
14227: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14228: http://i2/tasks/edit/?id=4507350336410850921
14229:
14230: * src/classes/xdoc.C: memory allocation func bugfix
14231: http://i2/tasks/edit/?id=4499303470368629745
14232:
14233: * src/classes/math.C: allowed random 1...
14234:
14235: * src/classes/math.C: allowed random 0..
14236:
14237: * src/main/pa_globals.C: exif mem leak
14238: http://i2/tasks/edit/?id=4480590323629807263
14239:
14240: * src/: classes/classes.dsp, main/main.dsp,
14241: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14242: fix http://i2/tasks/edit/?id=4493946731322521294
14243: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14244:
14245: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14246: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14247: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14248: links to xml libs made relative, no need to unpack parser3project
14249: to /parser3project.
14250:
14251: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14252: column more precise - tab handling bug fixed
14253:
14254: * src/main/: compile.tab.C, compile.y: more understandable error
14255: message in case @CLASS with more then one line inside
14256:
14257: * src/targets/cgi/parser3.C: more understandable error message in
14258: case of errors in @unhandled_exception
14259:
14260: 2003-04-03 paf
14261:
14262: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14263: src/main/compile.tab.C, src/main/compile.y,
14264: src/main/compile_tools.C, src/main/compile_tools.h,
14265: src/main/execute.C, src/main/pa_request.C: debug info format
14266: simplified, now it's: OP_VALUE Operation::Origin << here value*
14267:
14268: higher limits: file number (max: 255) line number (max:
14269: 64535) column number (max: 255)
14270:
14271: * src/classes/math.C: top limit
14272:
14273: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14274: precise parse error position in case of
14275:
14276: ^bug ]
14277:
14278: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14279: changed to realities, and passed [bug fixed]
14280:
14281: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14282: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14283: main/compile_tools.h, main/pa_request.C: introducing
14284: ^process...[main-method-alias]
14285:
14286: * src/: classes/date.C, classes/image.C, classes/op.C,
14287: classes/string.C, classes/table.C, classes/xdoc.C,
14288: types/pa_vmethod_frame.h: MethodParams& now [methods without
14289: params receive zero reference, but they are expected not to look
14290: there]
14291:
14292: * operators.txt, src/classes/date.C, src/classes/double.C,
14293: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14294: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14295: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14296: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14297: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14298: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14299: [methods without params receive zero reference, but they are
14300: expected not to look there]
14301:
14302: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14303: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14304: ^process...[filename] useful for better error reporting
14305: [file/line/col]
14306:
14307: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14308: types/pa_vstring.h: slightly improved error messages text: 1. is
14309: '%s', it 2. method undefined in case of ^void[]
14310:
14311: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14312: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14313: handling done. now we have error columns todo: test it
14314:
14315: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14316: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14317:
14318: this makes life easier: were: bad stack order -- were in
14319: exception catch unwind order, which didn't match execution order
14320:
14321: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14322:
14323: @first[] ^throw[a;1]
14324:
14325: showed throw a first throw b try
14326:
14327: which is no good
14328:
14329: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14330: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14331: trace reset after handled exception [old bug fixed]
14332:
14333: * src/main/: compile.tab.C, compile.y: parse position old bug
14334: fixed. position reporting made precise [both, in parse erros and
14335: runtime errors]
14336:
14337: 2003-04-02 paf
14338:
14339: * src/: include/pa_operation.h, include/pa_request.h,
14340: main/compile.C, main/compile.tab.C, main/compile.y,
14341: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14342: main/pa_exception.C, main/pa_request.C: debug info: started
14343: using. todo:complete
14344:
14345: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14346: main/compile.C, main/compile.tab.C, main/compile.y,
14347: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14348: main/pa_request.C: prepared debug info todo:use it
14349:
14350: * src/include/pa_operation.h: strange mistake fixed: forgot to
14351: return Operation class->union after switching from autoptrs.
14352:
14353: * tests/: Makefile, results/108.processed, results/117.processed:
14354: meta considered OK [it's up to coder now to remove it not needed]
14355:
14356: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14357: Dictionary constructor when moved to gc]
14358:
14359: * src/main/pa_common.C: uncommented http:// file loading
14360:
14361: * src/include/pa_array.h, src/main/execute.C,
14362: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14363: fix [gdGrowingBuf]
14364:
14365: * configure.in, src/lib/Makefile.am: removed patches
14366:
14367: * configure, src/include/pa_config_auto.h.in,
14368: src/main/pa_charset.C: --enable-assertions autoconf-ed
14369:
14370: * src/main/pa_common.C: uncommented http:// file loading
14371:
14372: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14373: xdoc::create/load
14374:
14375: * src/: classes/form.C, classes/hash.C, classes/image.C,
14376: classes/string.C, classes/table.C, classes/void.C,
14377: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14378: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14379: String::String(str,helper_length) are checked. found/fixed one
14380: place: $request:body now zero-terminated,
14381:
14382: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14383: main/compile_tools.C, main/execute.C, types/pa_value.h,
14384: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14385: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14386: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14387: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14388: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14389: types/pa_vxnode.h: more locally scoped vars in execute (more
14390: easily optimizable)
14391:
14392: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14393: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14394:
14395: * src/: include/pa_array.h, include/pa_stack.h,
14396: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14397: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14398: become assertion iterator in methodframe filler
14399:
14400: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14401: targets/cgi/parser3.C: array::get/put inlined
14402:
14403: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14404: gc_substitute_memory_management_functions +installed CORD_oom
14405: function
14406:
14407: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14408: src/include/pa_config_includes.h, src/include/pa_string.h,
14409: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14410: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14411: assertions started configure.in --enable-assertions
14412:
14413: 2003-04-01 paf
14414:
14415: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14416: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14417: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14418: gdome uses glib memory, and stores last pointer to xmlDoc there,
14419: gc misses that and collects valid memory fixed by remembering
14420: xmlDoc from dom object in xdoc. todo: do something with
14421: premature free of xdoc with xnodes/node values referring into it
14422:
14423: * src/classes/: mail.C: typo fix
14424:
14425: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14426: changes
14427:
14428: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14429: main/pa_memory.C: moved memory debugging to global level: to
14430: pa_gc_malloc
14431:
14432: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14433: debugging showed no errors. todo: debug parser memory
14434:
14435: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14436: configurations
14437:
14438: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14439: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14440: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14441: types/types.dsp: prepared xml-static configuration
14442:
14443: 2003-03-31 paf
14444:
14445: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14446: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14447: xml lib memory debugging, simple checks failed: it seems that
14448: library does realloc(bad ptr), and recording those ptrs in heap
14449: [for debugging] was bad: heap situation changes = everything
14450: works fine
14451:
14452: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14453: xmlRegisterCharEncodingHandler limitation [currently imposed
14454: limit of 10 user-defined charsets]
14455:
14456: 2003-03-28 paf
14457:
14458: * src/main/execute.C: execution stack copied to local register
14459: variable, removed lots [~2e7) of memory accesses
14460:
14461: 2003-03-27 paf
14462:
14463: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14464: works in debug, but fails in release todo: fix that
14465:
14466: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14467: targets/cgi/parser3.C: forgot to merge XML memory funcs
14468: replacement from gc branch
14469:
14470: * src/main/pa_exec.C: introducing append_help_length [radical
14471: improvement here]
14472:
14473: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14474: 'not recommened' in gc.h, on win32 noticed no difference]
14475:
14476: * src/include/pa_array.h: returned checked array get [were disabled
14477: for debugging] result:not slower [don't understand that, it were
14478: INLINED] todo: find out a way of inlining it!
14479:
14480: * src/: include/pa_string.h, lib/gc/include/gc.h,
14481: lib/gc/include/gc_fake.h, main/compile.tab.C,
14482: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14483: convention changed: all resulting strings are zero-terminated
14484:
14485: * src/: classes/date.C, classes/file.C, classes/hash.C,
14486: classes/string.C, classes/table.C, classes/void.C,
14487: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14488: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14489: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14490: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14491: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14492: types/pa_vfile.C, types/pa_vmail.C: introducing
14493: append_help_length [radical improvement here]
14494:
14495: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14496: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14497: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14498: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14499: even slower
14500:
14501: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14502: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14503: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14504: clients of &get(): most to use non-ref version, some[in tight
14505: places] to get_unchecked_ref
14506:
14507: * src/doc/memory.dox: forgot to add
14508:
14509: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14510: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14511: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14512: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14513: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14514: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14515: targets/cgi/parser3.dsp, types/pa_vmail.C,
14516: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14517: T>>&<< removed after Stack::pop wiping removed [moved to separate
14518: func] other Array & removed
14519:
14520: 2003-03-26 paf
14521:
14522: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14523: classes/table.C, include/pa_array.h, include/pa_charset.h,
14524: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14525: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14526: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14527: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14528: main/pa_exec.C, main/pa_sql_driver_manager.C,
14529: main/pa_stylesheet_manager.C, main/pa_table.C,
14530: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14531: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14532: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14533: pre-evaluated .count() in some places
14534:
14535: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14536: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14537: types/types.dsp: .dsp profiling updated
14538:
14539: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14540: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14541: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14542:
14543: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14544: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14545: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14546: use lib/gc,lib/cord
14547:
1.116 moko 14548: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14549: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14550: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14551: src/include/pa_config_includes.h, src/include/pa_request.h,
14552: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14553: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14554: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14555: src/lib/cord/include/Makefile.am,
1.116 moko 14556: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14557: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14558: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14559: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14560: src/types/pa_vform.h, src/types/pa_vhash.h,
14561: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14562: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14563: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14564: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14565: funcs ported pa_exec
1.95 moko 14566:
14567: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14568:
14569: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14570: bundled gc includes
14571:
14572: * src/: classes/op.C, include/pa_array.h,
14573: include/pa_sql_connection.h, include/pa_string.h,
14574: include/pa_version.h, main/compile.tab.C, main/compile.y,
14575: main/execute.C, main/pa_common.C, main/pa_exception.C,
14576: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14577: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14578: first real site (aval)]
14579:
14580: 2003-03-25 paf
14581:
14582: * operators.txt, src/main/pa_sql_driver_manager.C,
14583: src/types/pa_vstatus.C: $status.memory used free since_compact
14584: process
14585:
14586: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14587: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14588:
14589: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14590:
14591: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14592: src/types/pa_value.h, src/types/pa_vfile.h,
14593: src/types/pa_vobject.C, src/types/pa_vobject.h,
14594: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14595: tests/results/121.processed: untaint.C L_URI
14596:
14597: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14598: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14599: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14600: src/types/pa_vmemory.h: ^memory:compact[]
14601:
14602: * tests/results/109.processed: it was a bug in parser. updated 109
14603: test result
14604:
14605: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14606:
14607: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14608: tests/results/107.processed: fixed dom language [values are now
14609: considered tainted. it was a bug in parser. updated 107 test
14610: result
14611:
14612: * src/classes/xdoc.C: fixed transform params
14613:
14614: * src/: include/pa_stylesheet_manager.h,
14615: main/pa_stylesheet_manager.C: fixed stylesheet caching
14616:
14617: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14618: overloads for structure handling
14619:
14620: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14621: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14622: StringBody(0) ambiguilty, introducting static
14623: StringBody::Format(int)
14624:
14625: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14626: linked
14627:
14628: * src/types/pa_vxdoc.C: vxdoc compiled
14629:
14630: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14631: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14632: finalizers isntalled
14633:
14634: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14635: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14636: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14637: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14638: compiled todo: xnode.C / finalizers
14639:
14640: * src/doc/string.dox: updated: new string internals
14641:
14642: 2003-03-24 paf
14643:
14644: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14645: include/pa_charset.h, include/pa_config_fixed.h,
14646: include/pa_request.h, include/pa_stylesheet_connection.h,
14647: include/pa_stylesheet_manager.h, main/pa_charset.C,
14648: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14649: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14650: types/pa_vxnode.h: started XML
14651:
14652: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14653:
14654: * src/: classes/file.C, classes/image.C, classes/mail.C,
14655: include/pa_string.h, main/pa_common.C,
14656: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14657:
14658: * src/: classes/file.C, classes/image.C, classes/mail.C,
14659: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14660: main/pa_request.C, main/pa_sql_driver_manager.C,
14661: types/pa_vimage.h: size_t pos everywhere checks changed to check
14662: for eq STRING_NOT_FOUND
14663:
14664: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14665: optimize bit implemented
14666:
14667: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14668: String::ArrayFragment::append_positions fixed
14669:
14670: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14671: String::this_starts fixed
14672:
14673: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14674:
14675: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14676: hashcode implemented fully, including per-char callback [it can
14677: be - substr CORD node]
14678:
14679: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14680: rewritten to rewalloc with 100byte buf ahead
14681:
14682: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14683: src/include/pa_string.h, src/main/compile.tab.C,
14684: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14685: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14686: CORD_ec [bad] would rewrite as realloc now
14687:
14688: * src/: classes/date.C, classes/file.C, classes/form.C,
14689: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14690: include/pa_cache_managers.h, include/pa_charsets.h,
14691: include/pa_common.h, include/pa_request.h,
14692: include/pa_sql_driver_manager.h, include/pa_table.h,
14693: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14694: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14695: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14696: types/pa_vmail.C, types/pa_vmethod_frame.C,
14697: types/pa_vstateless_class.h: 2*2 worked :)
14698:
14699: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14700: src/include/pa_exec.h, src/include/pa_string.h,
14701: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14702: passed OK
14703:
14704: * src/: classes/hash.C, classes/string.C, classes/table.C,
14705: types/pa_value.C: all linked todo: debug
14706:
14707: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14708: types/pa_vstateless_class.C: all compiled. todo:link
14709:
14710: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14711:
14712: * src/types/pa_vtable.C: pa_vtable.C compiled
14713:
14714: * src/types/pa_vstring.C: pa_vstring.C compiled
14715:
14716: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14717:
14718: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14719: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14720: pa_vstateless_class.C, pa_vstateless_class.h:
14721: pa_vstateless_class.C compiled
14722:
14723: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14724: types/pa_vmath.C: pa_vmail.C compiled
14725:
14726: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14727:
14728: * src/types/pa_vform.C: pa_vform.C compiled
14729:
14730: * src/types/pa_vfile.C: pa_vfile.C compiled
14731:
14732: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14733: pa_vstateless_class.C: pa_vcookie.C compiled
14734:
14735: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14736: types/pa_vhash.h: pa_value.C compiled
14737:
14738: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14739: classes.lib main.lib compiled
14740:
14741: * src/classes/void.C: void.C compiled
14742:
14743: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14744: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14745: compiled
14746:
14747: * src/: classes/string.C, include/pa_request.h,
14748: include/pa_string.h, main/pa_string.C: string.C compiled
14749:
14750: * src/: classes/op.C, classes/string.C, classes/table.C,
14751: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14752: main/pa_request.C, main/pa_string.C: op.C compiled
14753:
14754: * src/classes/: math.C, op.C: math.C compiled
14755:
14756: * src/: classes/mail.C, classes/string.C, classes/table.C,
14757: types/pa_vmail.h: mail.C compiled
14758:
14759: * src/classes/: int.C, table.C: int.C compiled
14760:
14761: * src/: classes/hash.C, classes/image.C, classes/string.C,
14762: classes/table.C, include/pa_memory.h, include/pa_string.h,
14763: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14764: compiled
14765:
14766: * src/: classes/hash.C, classes/string.C, classes/table.C,
14767: classes/void.C, classes/xdoc.C, include/pa_request.h,
14768: include/pa_sql_connection.h: hash.C compiled
14769:
14770: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14771: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14772: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14773: classes/math.C, classes/op.C, classes/response.C,
14774: classes/string.C, classes/table.C, classes/void.C,
14775: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14776: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14777: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14778: file.C table.C compiled
14779:
14780: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14781: main/untaint.C: main.lib compiled
14782:
14783: 2003-03-21 paf
14784:
14785: * src/: classes/op.C, include/pa_cache_managers.h,
14786: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14787: include/pa_stylesheet_manager.h, main/pa_exception.C,
14788: main/pa_globals.C, main/pa_sql_driver_manager.C,
14789: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14790: compiled
14791:
14792: * src/: classes/hash.C, classes/image.C, classes/op.C,
14793: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14794: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14795: main/compile.C, main/pa_common.C, main/pa_request.C,
14796: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14797: pa_request.C compiled
14798:
14799: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14800: include/pa_request.h, main/execute.C, main/pa_request.C,
14801: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14802: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14803: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14804: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14805: compiled
14806:
14807: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14808: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14809: on unix
14810:
14811: * src/: include/pa_charset.h, include/pa_charsets.h,
14812: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14813: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14814: pa_charsets.C compiled
14815:
14816: * src/: classes/image.C, classes/mail.C, classes/op.C,
14817: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14818: main/compile.y, main/execute.C, main/pa_common.C,
14819: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14820: types/pa_vcode_frame.h, types/pa_vimage.h,
14821: types/pa_vmethod_frame.h: execute.C compiled
14822:
14823: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14824: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14825: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14826: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14827: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14828: include/pa_cache_managers.h, include/pa_charsets.h,
14829: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14830: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14831: include/pa_sql_driver_manager.h, include/pa_string.h,
14832: include/pa_stylesheet_connection.h,
14833: include/pa_stylesheet_manager.h, include/pa_table.h,
14834: main/compile.C, main/compile.tab.C, main/compile.y,
14835: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14836: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14837: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14838: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14839: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14840: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14841: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14842: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14843: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14844: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14845: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14846: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14847: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14848: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14849: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14850: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14851: types/pa_vresponse.h, types/pa_vstateless_class.C,
14852: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14853: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14854: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14855: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14856: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14857: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14858: [C++ CORD wrapper]
14859:
14860: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14861:
14862: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14863: $file::exec/cgi[script; $.charset[this is script's charset]
14864:
14865: command line, env values, input got transcoded before call
14866: stdout, stderr got transcoded after call
14867:
14868: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14869: by default. use: ^file::exec[...;$.stdin[$request.body]
14870:
14871: * src/main/pa_common.C: } typo bug fix
14872:
14873: * src/main/pa_common.C: } typo bug fix
14874:
14875: 2003-03-20 paf
14876:
14877: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14878: main/untaint.C: cord bug fix, but still errors todo: clear out
14879:
14880: * src/include/pa_string.h: more tests
14881:
14882: * src/main/pa_string.C: string.pos fixed
14883:
1.116 moko 14884: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14885: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14886: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14887: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14888: replaces
1.95 moko 14889:
14890: * src/: classes/image.C, include/pa_dictionary.h,
14891: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14892: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14893: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14894: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14895:
14896: * src/include/pa_string.h: warning
14897:
14898: * src/include/pa_string.h: this_starts fixed
14899:
14900: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14901: new String ctor & append params convention
14902:
14903: * src/: classes/file.C, classes/hash.C, classes/image.C,
14904: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14905: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14906: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14907: main/pa_exception.C, main/pa_exec.C,
14908: main/pa_sql_driver_manager.C, main/pa_string.C,
14909: main/pa_stylesheet_manager.C, main/untaint.C,
14910: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14911: types/pa_vmail.C: more tests OK
14912:
14913: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14914: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14915: gc/exit runned OK
14916:
14917: * src/types/pa_vmail.C: another naming problem: should not name
14918: vars like that: unpredictable close caused problems with later
14919: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14920: descriptors missing on startup: stdin; Bad file number
14921:
14922: todo: find out why so many filters(stream) here. probably wrong?
14923:
14924: * src/: include/pa_dictionary.h, include/pa_string.h,
14925: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14926: main/untaint.C: test compiled
14927:
14928: * src/: classes/image.C, classes/mail.C, classes/math.C,
14929: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14930: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14931: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14932: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14933: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14934: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14935: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14936: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14937: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14938:
14939: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14940: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14941: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14942: src/include/pa_memory.h, src/include/pa_request.h,
14943: src/include/pa_request_charsets.h,
14944: src/include/pa_sql_connection.h, src/include/pa_string.h,
14945: src/main/compile.tab.C, src/main/execute.C,
14946: src/main/pa_charset.C, src/main/pa_common.C,
14947: src/main/pa_exception.C, src/main/pa_exec.C,
14948: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14949: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14950: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14951: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14952: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14953: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14954: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14955: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14956: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14957: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14958: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14959: pa_common.C [done, without http for now]
14960:
14961: 2003-03-19 paf
14962:
14963: * src/: classes/date.C, classes/form.C, classes/hash.C,
14964: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14965: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14966: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14967: include/pa_string.h, include/pa_table.h, main/compile.C,
14968: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14969: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14970: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14971: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14972: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14973: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14974: types/pa_vstateless_class.h, types/pa_vtable.C,
14975: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14976: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14977: types/pa_wwrapper.h: started test
14978:
1.116 moko 14979: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14980: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14981:
14982: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14983: include/pa_string.h, main/pa_string.C: string compiled todo: test
14984: it
14985:
14986: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14987: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14988: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14989: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14990: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14991: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14992: types/pa_vmethod_frame.h, types/types.dsp: string
14993: reimplementation with cord+array<fragment>: 70%
14994:
14995: 2003-03-18 paf
14996:
14997: * src/: classes/date.C, classes/file.C, classes/form.C,
14998: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14999: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
15000: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
15001: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
15002: can ignore lang in cmp and pos really, but would
15003: split properly!
15004:
15005: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
15006: cord part made parser/src/lib: it's not compiled into libgc by
15007: default
15008:
15009: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
15010: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15011: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15012: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15013: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15014: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15015: src/classes/xnode.C, src/classes/xnode.h,
15016: src/include/Makefile.am, src/include/pa_cache_managers.h,
15017: src/include/pa_charset.h, src/include/pa_charsets.h,
15018: src/include/pa_common.h, src/include/pa_dictionary.h,
15019: src/include/pa_exception.h, src/include/pa_exec.h,
15020: src/include/pa_globals.h, src/include/pa_hash.h,
15021: src/include/pa_memory.h, src/include/pa_pool.h,
15022: src/include/pa_request.h, src/include/pa_request_charsets.h,
15023: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
15024: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15025: src/include/pa_stylesheet_connection.h,
15026: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15027: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
15028: src/main/compile.C, src/main/compile.tab.C,
15029: src/main/compile_tools.C, src/main/compile_tools.h,
15030: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
15031: src/main/pa_charsets.C, src/main/pa_common.C,
15032: src/main/pa_dictionary.C, src/main/pa_exception.C,
15033: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
15034: src/main/pa_pool.C, src/main/pa_request.C,
15035: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15036: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
15037: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
15038: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
15039: src/types/pa_junction.h, src/types/pa_method.h,
15040: src/types/pa_value.C, src/types/pa_value.h,
15041: src/types/pa_vclass.C, src/types/pa_vclass.h,
15042: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15043: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15044: src/types/pa_vdouble.h, src/types/pa_venv.h,
15045: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15046: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15047: src/types/pa_vimage.C, src/types/pa_vimage.h,
15048: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
15049: src/types/pa_vmath.C, src/types/pa_vmath.h,
15050: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15051: src/types/pa_vobject.C, src/types/pa_vobject.h,
15052: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15053: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15054: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15055: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15056: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15057: src/types/pa_vstring.h, src/types/pa_vtable.C,
15058: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15059: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15060: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15061: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15062: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
15063: gc: PA_Object done lots of replacements also
15064:
15065: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
15066: gc logging
15067:
15068: 2003-03-17 paf
15069:
15070: * src/: classes/date.C, classes/file.C, classes/form.C,
15071: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
15072: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
15073: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15074: include/pa_string.h, include/pa_types.h, main/compile.C,
15075: main/compile.tab.C, main/execute.C, main/pa_charset.C,
15076: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
15077: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15078: main/pa_sql_driver_manager.C, main/pa_string.C,
15079: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
15080: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
15081: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
15082: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
15083: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
15084: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15085: types/pa_vxnode.h: libgc attempt
15086:
15087: 2003-03-13 paf
15088:
15089: * src/: include/pa_sql_driver_manager.h,
15090: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
15091: called
15092:
15093: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
15094: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
15095: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
15096: types/pa_value.h, types/pa_vobject.h,
15097: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
15098: set_base, set_derived simplified [counter leaks fixed]
15099:
15100: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
15101: src/types/types.dsp: incorporated status class patch From:
15102: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
15103: 2003 8:14 AM
15104:
15105: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
15106: Win32 specific: QuotaPeakNonPagedPoolUsage
15107: QuotaPeakPagedPoolUsage PeakPagefileUsage]
15108:
15109: 2003-03-12 paf
15110:
1.116 moko 15111: * configure, configure.in, src/lib/ltdl/configure,
15112: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 15113: lib/ltdl/Makefile now created by /configure.in only [were by
15114: lib/ltdl/configure.in OVERWRITE]
15115:
1.116 moko 15116: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
15117: linkage fixed for g++ 3.2.2
1.95 moko 15118:
15119: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
15120: on using privately declared class [fixed]
15121:
15122: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
15123: 3.2 rightliy complained on using privately declared class [fixed]
15124:
15125: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
15126: sigpipe before request constructor now causes death
15127:
15128: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
15129: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
15130: not cause exception in exception handler
15131:
1.116 moko 15132: * configure, configure.in, src/targets/cgi/Makefile.am: configure
15133: now default links libstdc++ statically. that can be overriden by
15134: --with-dynamic-stdcpp
1.95 moko 15135:
15136: 2003-03-11 paf
15137:
15138: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
15139: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
15140: necessity of libstdc++
15141:
15142: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15143:
15144: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
15145:
15146: 2003-03-08 paf
15147:
15148: * tests/Makefile: make install & co
15149:
15150: * src/: include/pa_request.h, classes/op.C: removing
15151: vclass,object.h -> pa_request.h dependency
15152:
15153: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15154: main/pa_request.C: removing vform,response,cookie.h ->
15155: pa_request.h dependency
15156:
15157: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15158: dependency [testing...]
15159:
15160: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15161: return 0; fixed
15162:
15163: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15164: types/pa_vmail.h: vmail.C received just compiled [not tested]
15165:
15166: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15167:
15168: * src/main/pa_request.C: forgotten: ifdef XML
15169:
15170: * src/main/pa_request.C: forgotten: ifdef XML
15171:
15172: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15173: win32 and run memleak tests again
15174:
15175: * src/targets/cgi/parser3.C: charsets: see some strange things with
15176: old xml lib-- it's internal memory handling has faults
15177:
15178: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15179: problems when transcode from charset A to A.
15180:
15181: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15182: todo: still problems when transcode from charset A to A.
15183:
15184: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15185: classes/table.C, include/pa_array.h,
15186: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15187: started full-scale-site-test [~ http://parser.ru sources]
15188:
15189: some fixes
15190:
15191: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15192: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15193: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15194: results/110.processed, results/111.processed,
15195: results/112.processed, results/113.processed,
15196: results/114.processed, results/115.processed,
15197: results/116.processed, results/117.processed,
15198: results/118.processed, results/119.processed,
15199: results/120.processed: xml: tests 109 dom create/show 110 xpath
15200: selectSingle 111 xdoc.create from tainted & 112
15201: xdoc.create/output with russian attr value 113 xpath
15202: selectString/Number 114 dom attributes.count 115 xpath selectBool
15203: 116 output media-type change 117 transform by dom stylesheet 118
15204: empty transform result 119 dom setAttribute 120 nbsp letter
15205: output
15206:
15207: =END OF PREPARED XML TESTS=
15208:
15209: 2003-03-07 paf
15210:
15211: * src/classes/xdoc.C, src/include/pa_charset.h,
15212: src/include/pa_stylesheet_connection.h, tests/108.html,
15213: tests/108.xsl, tests/results/108.processed: xml: test 108
15214: transform with params [bugs fixed]
15215:
15216: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15217: from copy/paste bug
15218:
15219: * src/classes/xdoc.C, src/include/pa_charset.h,
15220: src/include/pa_request.h, src/main/execute.C,
15221: src/main/pa_charset.C, src/main/pa_exception.C,
15222: src/main/pa_globals.C, src/main/pa_request.C,
15223: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15224: src/types/pa_vxnode.C, tests/107.html,
15225: tests/results/107.processed: xml: test: 107 bug fixes
15226:
15227: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15228: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15229: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15230:
15231: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15232: string
15233:
15234: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15235: mem alloc functions used for different cases [libxml, libxsl]
15236:
15237: * src/classes/classes.C: fixed: prevent system classes from
15238: modification to lock ALL the classes, not only directly used
15239:
15240: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15241: linked
15242:
15243: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15244:
15245: 2003-03-06 paf
15246:
15247: * src/classes/xdoc.C: xdoc.C 50%
15248:
15249: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15250: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15251: main/pa_globals.C, main/pa_request.C,
15252: main/pa_stylesheet_manager.C: xnode.C compiled
15253:
15254: * src/: include/pa_stylesheet_connection.h,
15255: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15256: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15257:
15258: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15259: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15260: xml: stylesheet&manager STARTED
15261:
15262: * src/: include/pa_globals.h, main/pa_charset.C,
15263: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15264:
15265: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15266: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15267: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15268: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15269: charsets
15270:
15271: * tests/023.html: in some cases it rounded up badly. postponing
15272: solution of that problem, making more simple test
15273:
15274: * tests/: 058_paf2000.png, results/058.processed: .png added with
15275: -kb now
15276:
15277: * src/: include/pa_charset.h, include/pa_charsets.h,
15278: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15279: moved to charsets.C
15280:
15281: 2003-03-05 paf
15282:
15283: * src/classes/string.C, src/include/pa_string.h,
15284: src/main/pa_string.C, tests/105.html,
15285: tests/results/105.processed: String::match bug fixed
15286:
15287: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15288: tests/results/104.processed: ^bpt operator added [does int3 in
15289: debug build on win32]
15290:
15291: * tests/: 057.html, results/057.processed: test bug fixed
15292:
1.116 moko 15293: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15294:
15295: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15296: missing
15297:
1.116 moko 15298: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15299: forgotten files added to Makes
1.95 moko 15300:
15301: * ltmain.sh: ltmain.sh added
15302:
15303: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15304: change undone ;(
15305:
15306: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15307: made static
15308:
15309: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15310: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15311: todo:make linker happy
1.95 moko 15312:
15313: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15314: env param made optional
15315:
15316: 2003-03-04 paf
15317:
15318: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15319: types/pa_vimage.h: number of gcc compiler bugs fixed
15320:
15321: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15322: results/103.processed: tests: 103 image.copy transparence test
15323:
15324: * src/main/execute.C, tests/101.html, tests/102.html,
15325: tests/results/101.processed, tests/results/102.processed: tests:
15326: 101 method/variable name conflict test 102 form fields change
15327: should not not change anything [bug fix]
15328:
15329: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15330: results/099.processed, results/100.processed: tests: 57 date
15331: create 2002: added 99,100 response:body/download
15332:
15333: * src/classes/image.C, tests/098.html, tests/098font.gif,
15334: tests/results/098.processed: test: 98 image font text [bug fixed]
15335:
15336: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15337: tests/results/097.processed: test: 97 file::load http:// [bugs
15338: fixed]
15339:
15340: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15341: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15342: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15343: image EXIF [bug fixed]
15344:
15345: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15346: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15347: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15348: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15349: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15350: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15351: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15352: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15353: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15354: tests/094.html, tests/095.html, tests/results/061.processed,
15355: tests/results/062.processed, tests/results/063.processed,
15356: tests/results/064.processed, tests/results/065.processed,
15357: tests/results/066.processed, tests/results/067.processed,
15358: tests/results/068.processed, tests/results/069.processed,
15359: tests/results/070.processed, tests/results/071.processed,
15360: tests/results/072.processed, tests/results/073.processed,
15361: tests/results/074.processed, tests/results/075.processed,
15362: tests/results/076.processed, tests/results/077.processed,
15363: tests/results/078.processed, tests/results/080.processed,
15364: tests/results/081.processed, tests/results/082.processed,
15365: tests/results/083.processed, tests/results/084.processed,
15366: tests/results/085.processed, tests/results/086.processed,
15367: tests/results/087.processed, tests/results/088.processed,
15368: tests/results/089.processed, tests/results/090.processed,
15369: tests/results/091.processed, tests/results/092.processed,
15370: tests/results/093.processed, tests/results/094.processed,
15371: tests/results/095.processed, tests/079.html,
15372: tests/results/079.processed: tests: 61 file::stat size 62
15373: string->int autoconvert 63 double .int,dec,div,mul 64 date
15374: compare 65 file: basename,justname,justext 66 math:crypt 67
15375: string.match simple on long 68 string.match normalized simple on
15376: long 69 string.int 70 file::stat content-type 71 table.join 72
15377: hash parameter conditional pass 73 date daylightsaving,yearday 74
15378: date arithmetics 75 response date values/attributes 76 string.pos
15379: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15380: with local 80 scientific numeric literal in string autoconvert 81
15381: xor: logical and numerical 82 for delims 83 menu delims 84
15382: table.hash distinct 85 long string replace 86 throw+catch
15383: current language preserve 87 bit shifts 88 junction tests +
15384: $caller test 89 hash.foreach selfmodification 90 int/void to int
15385: 91 $caller test 92 junction is + def junction tests 93 $caller
15386: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15387:
15388: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15389: fixed] 60 string eq string [bug fixed]
15390:
15391: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15392: 058.html, 058_paf2000.png, 059.html, 060.html,
15393: results/053.processed, results/054.processed,
15394: results/055.processed, results/056.processed,
15395: results/057.processed, results/058.processed,
15396: results/059.processed, results/060.processed: test: 53
15397: string.replace 54 junctions 55 table.hash 56 call indirect 57
15398: date.create[string] 58 image.measure[png]
15399:
15400: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15401: outputs/051.processed, results/052.processed: test: 52
15402: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15403: task: fix that
15404:
15405: 2003-03-03 paf
15406:
15407: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15408: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15409: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15410: outputs/049.processed, outputs/050.processed,
15411: outputs/051.processed, results/001.processed,
15412: results/002.processed, results/003.processed,
15413: results/005.processed, results/006.processed,
15414: results/008.processed, results/009.processed,
15415: results/011.processed, results/012.processed,
15416: results/013.processed, results/014.processed,
15417: results/015.processed, results/016.processed,
15418: results/017.processed, results/020.processed,
15419: results/021.processed, results/022.processed,
15420: results/024.processed, results/025.processed,
15421: results/026.processed, results/027.processed,
15422: results/028.processed, results/029.processed,
15423: results/030.processed, results/031.processed,
15424: results/049.processed, results/050.processed,
15425: results/051.processed, results/043.processed,
15426: results/044.processed, results/045.processed,
15427: results/046.processed, results/047.processed,
15428: results/048.processed: tests: 43,44,45 date rolls 46
15429: autoevaluating junction 47 table.select 48 name with subvar 49
15430: hash-creating switch 50 process 51 started parent/child, works as
15431: it were but it were NOT GOOD, created separate task to fix that
15432:
15433: * tests/: 042.html, results/042.processed: test: 42
15434: exception.handled
15435:
15436: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15437: expression
15438:
15439: * tests/: 040.html, results/040.processed: test: 39 method result
15440: of type table 40 method param junction auto evaluate
15441:
15442: * tests/: 039.html, results/039.processed: test: 37 method result
15443: of type table
15444:
15445: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15446: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15447: tests/038.html, tests/results/033.processed,
15448: tests/results/034.processed, tests/results/035.processed,
15449: tests/results/036.processed, tests/results/037.processed,
15450: tests/results/038.processed: tests: 33 string.replace 34
15451: string.upper 35 table created 36 local/global vars with juntions
15452: 37 table clone 38 math PI & number formatting
15453:
15454: math class registring typo fixed
15455:
15456: * src/classes/op.C, src/include/pa_request.h,
15457: src/include/pa_string.h, src/main/execute.C,
15458: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15459: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15460: tests/032.html, tests/results/032.processed: uchar changed to
15461: String_UL in all places [was not everywhere] untaint test: 032
15462:
15463: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15464: tests/results/004.processed, tests/parser-cygwin.sh,
15465: tests/parser-unix.sh: removed -H command line key, now testing
15466: using .sh file with SERVER_SOFTWARE=xxx
15467:
15468: 2003-02-26 paf
15469:
15470: * src/main/execute.C, src/types/pa_vstateless_class.h,
15471: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15472: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15473: tests/results/024.processed, tests/results/025.processed,
15474: tests/results/026.processed, tests/results/027.processed,
15475: tests/results/028.processed, tests/results/029.processed,
15476: tests/results/030.processed, tests/results/031.processed: fixed
15477: bug with name_cstr mutable CharPtr more tests
15478:
15479: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15480: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15481: << abort. die now just exits
15482:
15483: * src/classes/classes.awk, src/classes/classes.h,
15484: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15485: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15486: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15487: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15488: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15489: src/classes/xnode.C, src/include/pa_memory.h,
15490: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15491: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15492: src/types/pa_vform.C, tests/015.html, tests/016.html,
15493: tests/017.html, tests/018.html, tests/019.html,
15494: tests/019paf2001.gif, tests/020.html, tests/021.html,
15495: tests/022.html, tests/023.html, tests/022_dir/a.html,
15496: tests/022_dir/b.txt, tests/022_dir/c.htm,
15497: tests/results/015.processed, tests/results/016.processed,
15498: tests/results/017.processed, tests/results/018.processed,
15499: tests/results/019.processed, tests/results/020.processed,
15500: tests/results/021.processed, tests/results/022.processed,
15501: tests/results/023.processed: methoded_array now contains all Mxxx
15502: classes SAPI::get_env now returns info on pool more tests
15503:
15504: * src/include/pa_array.h, src/include/pa_hash.h,
15505: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15506: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15507: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15508: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15509: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15510: tests/results/001.processed, tests/results/002.processed,
15511: tests/results/003.processed, tests/results/004.processed,
15512: tests/results/005.processed, tests/results/006.processed,
15513: tests/results/007.processed, tests/results/008.processed,
15514: tests/results/009.processed, tests/results/010.processed,
15515: tests/results/011.processed, tests/results/012.processed,
15516: tests/results/013.processed, tests/results/014.processed: hash
15517: cloning fixed
15518:
15519: 2003-02-25 paf
15520:
15521: * src/main/pa_common.C: typo fixed
15522:
15523: 2003-02-24 paf
15524:
15525: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15526: [one remained]
15527:
15528: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15529: [should have been get_string(&pool)] todo: check other such calls
15530:
15531: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15532: test10, bad lookups
15533:
15534: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15535: object got destructed, and xxx points to sky
15536:
15537: * ChangeLog, src/classes/string.C: match bug fixed
15538:
15539: * src/types/pa_vmail.C: body [text/html] transcoded to
15540: $.charset[specified] now
15541:
15542: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15543: which failed to handle sigsetjmp+throw: crashed inside of
15544: pre-throw code. rewritten simplier [though duplicating
15545: closesocket code]
15546:
15547: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15548: which failed to handle sigsetjmp+throw: crashed inside of
15549: pre-throw code. rewritten simplier [though duplicating
15550: closesocket code]
15551:
15552: 2003-02-21 paf
15553:
15554: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15555: $cookie:name[$.expires[date << can be now]]
15556:
15557: written makefile with regression tests [raw]
15558:
15559: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15560: tests' only [it's not forcing CGI mode now] now use -H to output
15561: CGI header when parser used in command line [useful for tests
15562: also]
15563:
15564: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15565: switches on CGI mode, and is used in regression tests
15566:
15567: * src/: include/pa_request.h, main/pa_request.C,
15568: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15569: fixed
15570:
15571: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15572: handling pa_*
15573:
15574: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15575: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15576: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15577: memory handling files
15578:
15579: * src/main/pa_array.C: pool::format_integer terminator fixed
15580:
15581: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15582: compiles OK test to show benefits of free
15583:
15584: * src/: classes/file.C, classes/image.C, classes/mail.C,
15585: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15586: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15587: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15588: use pool [as the one in ^process]
15589:
15590: * src/classes/op.C: fixed process. sould now check for all cstr's
15591: -- some must use pool [as the one in ^process]
15592:
15593: 2003-02-20 paf
15594:
15595: * src/: classes/date.C, classes/double.C, classes/file.C,
15596: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15597: classes/math.C, classes/op.C, classes/response.C,
15598: classes/string.C, classes/table.C, classes/void.C,
15599: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15600: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15601: string cmp fixed
15602:
15603: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15604: values passed OK now
15605:
15606: 2003-02-19 paf
15607:
15608: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15609: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15610: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15611: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15612: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15613: all remaning leaks resulted from pooled::malloc calls [excluding
15614: in gd -- planning complete rewrite extremely ugly code]
15615:
15616: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15617: files
15618:
15619: 2003-02-17 paf
15620:
15621: * src/: classes/date.C, classes/double.C, classes/file.C,
15622: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15623: classes/response.C, classes/string.C, classes/table.C,
15624: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15625: include/pa_stylesheet_connection.h,
15626: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15627: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15628: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15629: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15630: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15631: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15632: of unitialized simple-typed field
15633:
15634: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15635: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15636: simple-typed field fixed. todo: find&kill all like that one
15637:
15638: * src/: main/execute.C, targets/cgi/pa_pool.C,
15639: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15640: debug output fixed
15641:
15642: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15643: main/pa_request.C: stack-stored items need extra .ref to prevent
15644: object_ptr from delete[them]
15645:
15646: * src/: classes/date.C, classes/op.C, classes/table.C,
15647: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15648: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15649: main/pa_charset.C, main/pa_common.C,
15650: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15651: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15652: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15653: calls
15654:
15655: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15656: couple mem leaks rusulted from old pooled::malloc usage.
15657: todo:find more like those
15658:
15659: * src/main/: compile.C, compile_tools.C: 2*2!
15660:
15661: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15662: stackItem fixed [there were no string on stack before]
15663:
15664: * src/: main/execute.C, main/pa_request.C,
15665: types/pa_vmethod_frame.C: first letters out OK
15666:
15667: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15668: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15669: main/pa_string.C, main/untaint.C, types/pa_value.h,
15670: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15671: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15672: type not initialized with zeros :( while class fields of class
15673: types initialized with default constructors. learn C++
15674:
15675: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15676: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15677: classes/math.C, classes/xdoc.C, classes/xnode.C,
15678: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15679: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15680:
15681: 2003-02-14 paf
15682:
15683: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15684: 13 link errors
15685:
15686: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15687: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15688: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15689: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15690: errors :)
15691:
15692: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15693: classes/hash.C, classes/mail.C, classes/op.C,
15694: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15695: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15696: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15697: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15698:
15699: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15700: classes/table.C, include/pa_common.h, include/pa_globals.h,
15701: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15702: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15703: types/pa_vint.h, types/types.dsp: op compiled
15704:
15705: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15706: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15707: main/untaint.C, types/pa_vtable.h: string, response compiled
15708:
15709: 2003-02-07 paf
15710:
15711: * src/: classes/table.C, types/pa_vtable.h: table compiled
15712:
15713: 2003-02-06 paf
15714:
15715: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15716: mail compiled
15717:
15718: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15719: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15720: types/pa_vfile.h, types/pa_vimage.h: image compiled
15721:
15722: * src/classes/: file.C, form.C: form compiled
15723:
15724: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15725: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15726: types/pa_vfile.C, types/pa_vfile.h: file compiled
15727:
15728: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15729: types/pa_vmath.h: math compiled [win32]
15730:
15731: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15732: types/pa_vstring.h: hash compiled
15733:
15734: 2003-02-04 paf
15735:
15736: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15737: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15738: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15739: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15740: types/pa_vhash.h: hash 50% compiled
15741:
15742: * src/: classes/date.C, classes/file.C, classes/hash.C,
15743: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15744: classes/string.C, classes/table.C, classes/xdoc.C,
15745: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15746: main/pa_string.C: date compiled
15747:
15748: * src/classes/: classes.dsp, double.C: double compiled
15749:
15750: * src/: classes/date.C, classes/double.C, classes/file.C,
15751: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15752: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15753: classes/string.C, classes/table.C, classes/void.C,
15754: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15755: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15756: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15757: compiled
15758:
15759: * src/: classes/date.C, classes/double.C, classes/file.C,
15760: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15761: classes/math.C, classes/op.C, classes/response.C,
15762: classes/string.C, classes/table.C, classes/void.C,
15763: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15764: types/pa_vvoid.h: void compiled :)
15765:
15766: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15767: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15768: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15769: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15770: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15771: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15772: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15773: types/pa_vresponse.C, types/pa_vstateless_class.C,
15774: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15775: types/pa_wcontext.C, types/types.dsp: removed stupid
15776: value_includes.h
15777:
15778: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15779: trying to remove stupid value_includes.h
15780:
15781: * src/main/pa_exec.C: pa_exec compiled on win32
15782:
15783: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15784:
15785: * src/: include/pa_globals.h, include/pa_request.h,
15786: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15787: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15788: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15789: types/pa_vrequest.C, types/pa_vstateless_class.C,
15790: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15791:
15792: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15793: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15794: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15795:
15796: * src/: include/pa_array.h, include/pa_config_includes.h,
15797: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15798: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15799: compiled
15800:
15801: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15802: name conflicts)
15803:
15804: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15805: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15806: yelds "virtual memory exhausted" while trying to compile
15807: execute.C [eating up to 127MB]
15808:
15809: 2003-02-03 paf
15810:
15811: * src/: include/pa_config_includes.h, include/pa_hash.h,
15812: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15813: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15814: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15815: types/pa_vint.h, types/pa_vjunction.h,
15816: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15817: started gcc compiling pa_common compiled
15818:
15819: * src/: include/pa_exception.h, include/pa_pool.h,
15820: main/pa_exception.C: exception gcc change #1
15821:
1.116 moko 15822: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15823: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15824:
15825: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15826:
15827: * src/types/pa_vtable.C: vtable compiled
15828:
15829: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15830:
15831: * src/: include/pa_cache_managers.h, main/pa_request.C,
15832: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15833:
15834: * src/types/pa_vstateless_class.C: vstateless_class compiled
15835:
15836: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15837:
15838: * src/types/pa_vrequest.C: vrequest compiled
15839:
15840: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15841: pa_vobject.C, pa_vobject.h: vobject compiled
15842:
15843: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15844: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15845: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15846: compiled
15847:
15848: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15849:
15850: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15851: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15852: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15853: compiled
15854:
15855: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15856: main.lib - 0 error(s), 0 warning(s)
15857:
15858: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15859: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15860:
15861: 2003-01-31 paf
15862:
15863: * src/: include/pa_array.h, include/pa_operation.h,
15864: include/pa_request.h, main/execute.C, main/main.dsp,
15865: types/pa_vjunction.h: started last file from main library:
15866: execute
15867:
15868: * src/: include/pa_request.h, include/pa_sapi.h,
15869: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15870: main/pa_request.C, targets/cgi/parser3.C,
15871: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15872: types/pa_vhash.h: pa_request compiled
15873:
15874: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15875: include/pa_globals.h, include/pa_request.h,
15876: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15877: main/execute.C, main/main.dsp, main/pa_common.C,
15878: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15879: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15880: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15881: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15882: types/types.dsp: most pa_request compiled
15883:
15884: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15885: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15886: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15887: classes/op.C, classes/response.C, classes/string.C,
15888: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15889: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15890: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15891: include/pa_config_fixed.h, include/pa_config_includes.h,
15892: include/pa_dictionary.h, include/pa_dir.h,
15893: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15894: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15895: include/pa_pool.h, include/pa_request.h,
15896: include/pa_request_charsets.h, include/pa_request_info.h,
15897: include/pa_sapi.h, include/pa_socks.h,
15898: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15899: include/pa_stack.h, include/pa_string.h,
15900: include/pa_stylesheet_connection.h,
15901: include/pa_stylesheet_manager.h, include/pa_table.h,
15902: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15903: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15904: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15905: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15906: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15907: main/compile.C, main/compile.tab.C, main/compile.y,
15908: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15909: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15910: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15911: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15912: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15913: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15914: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15915: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15916: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15917: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15918: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15919: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15920: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15921: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15922: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15923: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15924: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15925: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15926: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15927: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15928: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15929: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15930: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15931: types/pa_vresponse.h, types/pa_vstateless_class.C,
15932: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15933: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15934: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15935: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15936: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15937: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15938:
15939: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15940: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15941: src/include/pa_charsets.h, src/include/pa_common.h,
15942: src/include/pa_dictionary.h, src/include/pa_exception.h,
15943: src/include/pa_exec.h, src/include/pa_pool.h,
15944: src/include/pa_request.h, src/include/pa_sapi.h,
15945: src/include/pa_sql_connection.h,
15946: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15947: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15948: src/main/compile.tab.C, src/main/compile_tools.C,
15949: src/main/compile_tools.h, src/main/main.dsp,
15950: src/main/pa_charset.C, src/main/pa_charsets.C,
15951: src/main/pa_common.C, src/main/pa_dictionary.C,
15952: src/main/pa_exception.C, src/main/pa_exec.C,
15953: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15954: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15955: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15956: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15957: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15958: src/types/pa_vdouble.h, src/types/pa_venv.h,
15959: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15960: src/types/pa_vhash.h, src/types/pa_vimage.C,
15961: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15962: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15963: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15964: src/types/pa_vobject.C, src/types/pa_vobject.h,
15965: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15966: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15967: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15968: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15969: src/types/pa_vstring.h, src/types/pa_vtable.h,
15970: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15971: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15972: died, long live StringPtr
15973:
15974: 2003-01-30 paf
15975:
15976: * src/: include/pa_charset.h, include/pa_request.h,
15977: include/pa_sql_driver_manager.h, main/compile.tab.C,
15978: main/compile.y, main/compile_tools.h, main/pa_request.C,
15979: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15980:
15981: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15982: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15983: types/pa_vhash.h, types/pa_vmethod_frame.h,
15984: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15985: types/types.dsp: vstateless_class compiled
15986:
15987: * src/main/compile.C: compile compiled
15988:
15989: * src/: include/pa_array.h, include/pa_operation.h,
15990: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15991: main/pa_table.C: compile_tools compiled
15992:
15993: * src/: include/pa_operation.h, main/compile.y,
15994: main/compile_tools.C, main/compile_tools.h: started
15995: compile_tools. vagues ideas of how to free compiled code
15996:
15997: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15998: main/main.dsp, types/pa_value.C, types/pa_value.h,
15999: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
16000: compiled
16001:
16002: 2003-01-29 paf
16003:
16004: * src/: include/pa_globals.h, include/pa_request.h,
16005: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16006: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
16007: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
16008: compiled
16009:
16010: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
16011: now
16012:
16013: * src/: include/pa_array.h, include/pa_exception.h,
16014: include/pa_pool.h, main/pa_exception.C: gd compiled
16015:
16016: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
16017: compiled
16018:
16019: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
16020: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
16021: types/pa_vfile.h: vfile compiled
16022:
16023: * src/: include/pa_common.h, include/pa_globals.h,
16024: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
16025: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
16026: types/pa_vform.C, types/pa_vform.h: vcookie compiled
16027:
16028: * src/: include/pa_exception.h, main/pa_cache_managers.C,
16029: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
16030: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16031: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16032: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
16033:
16034: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
16035: main/main.dsp, main/untaint.C: more compiled
16036:
16037: * src/: include/pa_charsets.h, include/pa_request.h,
16038: include/pa_request_info.h, include/pa_string.h,
16039: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
16040: types/pa_vresponse.h: vrequest compiled
16041:
16042: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
16043: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
16044: pa_vresponse.h, pa_wcontext.h: vrequest compiled
16045:
16046: * src/: classes/classes.h, include/pa_charset.h,
16047: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
16048: include/pa_request.h, include/pa_string.h, main/main.dsp,
16049: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
16050: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
16051: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
16052: types/pa_vrequest.C, types/pa_vrequest.h,
16053: types/pa_vstateless_class.h, types/pa_vstring.h,
16054: types/pa_vvoid.h: vrequest,vdouble,vint compiled
16055:
16056: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
16057: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
16058: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
16059: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
16060: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16061: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
16062: types/pa_vobject.h, types/pa_vstateless_class.h,
16063: types/pa_vstateless_object.h, types/pa_vstatus.h,
16064: types/pa_vstring.h, types/types.dsp: vmath compiled
16065:
16066: 2003-01-28 paf
16067:
16068: * src/: classes/classes.h, classes/date.C, classes/file.C,
16069: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
16070: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
16071: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
16072: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
16073: compile_tools
16074:
16075: * src/: include/pa_charset.h, include/pa_exception.h,
16076: include/pa_request.h, include/pa_string.h, main/untaint.C:
16077: untaint compiled
16078:
16079: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
16080: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
16081: more compiled. struck with string::store_to needing to know
16082: source/client charsets
16083:
16084: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
16085: types/pa_vfile.h: uue compiled
16086:
16087: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
16088: table compiled
16089:
16090: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
16091: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
16092:
16093: * src/: include/pa_charset.h, main/pa_charset.C,
16094: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
16095: introduced]
16096:
16097: * src/: classes/date.C, include/pa_charset.h,
16098: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
16099: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
16100: pa_charsets compiled
16101:
16102: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
16103: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
16104:
16105: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
16106: common compiled
16107:
16108: * src/: include/pa_charsets.h, main/pa_charsets.C,
16109: main/pa_sql_driver_manager.C: pa_charsets compiled
16110:
16111: * src/: include/pa_array.h, include/pa_charset.h,
16112: include/pa_charsets.h, include/pa_pool.h,
16113: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16114: include/pa_stack.h, include/pa_string.h,
16115: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
16116: sql_driver_manager compiled
16117:
16118: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
16119: letter i with two dots added to koi, all ukranian letters added
16120: to win1251.
16121:
16122: typographic simbol 0xb9 deleted from win1251 [strange one & were
16123: abscent from koi]
16124:
16125: 2003-01-27 paf
16126:
16127: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16128: include/pa_sql_driver_manager.h, include/pa_string.h,
16129: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
16130: sql/pa_sql_driver.h: paused on sql_manager
16131:
16132: * src/: include/pa_cache_managers.h, include/pa_pool.h,
16133: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16134: include/pa_stack.h, main/pa_sql_driver_manager.C,
16135: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
16136:
16137: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
16138: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16139: include/pa_table.h, main/pa_sql_driver_manager.C,
16140: main/pa_table.C: table compiled
16141:
16142: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
16143: cache_managers compiled
16144:
16145: * src/: include/pa_array.h, include/pa_charset.h,
16146: include/pa_pool.h, main/pa_charset.C: charset compiled
16147:
16148: * src/: include/pa_pool.h, main/pa_common.C: common compiled
16149:
16150: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
16151: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16152: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16153: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16154: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16155:
16156: 2003-01-24 paf
16157:
16158: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16159: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16160: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16161: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16162: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16163: types/pa_vint.h, types/pa_vjunction.h,
16164: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16165: types/pa_vstatus.h, types/pa_vstring.h: more patched
16166:
16167: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16168: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16169: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16170: main/pa_string.C, main/pa_table.C: string compiled
16171:
16172: * src/: include/pa_array.h, include/pa_common.h,
16173: include/pa_dictionary.h, include/pa_exception.h,
16174: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16175: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16176: main/pa_string.C: dictionary compiled
16177:
16178: 2003-01-23 paf
16179:
16180: * src/: include/pa_array.h, include/pa_common.h,
16181: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16182: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16183: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16184: types/pa_value.h: resurrected pool in new sense: now it's
16185: factory, producing&accounting memory chunks for read[autofree]
16186: buffers
16187:
16188: * src/: include/pa_array.h, include/pa_exception.h,
16189: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16190: main/pa_exception.C, main/pa_table.C: table compiled
16191:
16192: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16193: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16194: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16195: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16196: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16197: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16198: main/pa_table.C: aint that easy
16199:
16200: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16201: main/main.dsp: continued with Hash
16202:
16203: * src/main/pa_common.C: connect_string allocated on heap[wes on
16204: stack] now. and exception can be reported OK now [can be reported
16205: outside of pro c with that stack]
16206:
16207: 2003-01-22 paf
16208:
16209: * src/: include/pa_array.h, include/pa_charset.h,
16210: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16211: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16212: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16213: base: contains references_count. auto_ptr template calls
16214: add_ref/release
16215:
16216: 2003-01-21 paf
16217:
16218: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16219: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16220: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16221: classes/op.C, classes/response.C, classes/string.C,
16222: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16223: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16224: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16225: include/pa_config_fixed.h, include/pa_config_includes.h,
16226: include/pa_dictionary.h, include/pa_dir.h,
16227: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16228: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16229: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16230: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16231: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16232: include/pa_stack.h, include/pa_string.h,
16233: include/pa_stylesheet_connection.h,
16234: include/pa_stylesheet_manager.h, include/pa_table.h,
16235: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16236: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16237: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16238: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16239: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16240: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16241: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16242: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16243: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16244: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16245: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16246: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16247: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16248: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16249: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16250: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16251: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16252: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16253: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16254: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16255: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16256: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16257: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16258: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16259: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16260: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16261: types/pa_vstateless_object.h, types/pa_vstatus.C,
16262: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16263: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16264: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16265: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16266: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16267: 2002->2003
16268:
16269: 2003-01-16 paf
16270:
16271: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16272: src/main/pa_globals.C: http:// introducing $.any-status(1)
16273:
16274: * operators.txt, src/include/pa_config_fixed.h,
16275: src/main/pa_common.C: http request now return status. and not
16276: fail on status!=200
16277:
16278: 2003-01-15 paf
16279:
16280: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16281:
16282: 2003-01-14 paf
16283:
16284: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16285: mkinstalldirs: removed some ancient files [they in / really]
16286:
16287: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16288: regretfully needed patch in two places. in config_fixed.h made
16289: stubs for lib to compile in MSVC
16290:
16291: 2003-01-13 paf
16292:
16293: * config.guess, config.sub, ltmain.sh: removed last piece of
16294: configure.in(libtool) hacks
16295:
1.116 moko 16296: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16297: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16298: ltdl.h: moved to latest libtool (1.4.3)
16299:
16300: 2003-01-10 paf
16301:
16302: * src/lib/ltdl/: configure, configure.in: PROG_NM
16303:
16304: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16305: patches. libxml2 >= 2.5.1
16306: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16307: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16308: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16309:
16310: * INSTALL: moved to latest versions of xml libs libxml2 >=
16311: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16312: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16313: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16314:
16315: 2003-01-09 paf
16316:
16317: * INSTALL: xml,xslt,gdome lib urls updated
16318:
16319: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16320: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16321: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16322: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16323: 1.7.2
1.95 moko 16324:
16325: * depcomp: moving to automake 1.7.2
16326:
16327: 2002-12-27 paf
16328:
16329: * src/include/pa_version.h: 0007
16330:
16331: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16332: outdated parts, made links to language docs
16333:
16334: * src/include/pa_config_auto.h.in: comment
16335:
16336: 2002-12-26 paf
16337:
16338: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16339: not contain trailing / fixed.
16340:
16341: * INSTALL: changing SAFE_MODE politics
16342:
16343: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16344:
16345: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16346:
16347: 2002-12-25 paf
16348:
16349: * src/main/pa_globals.C: optimized-xml
16350:
16351: * src/main/pa_globals.C: optimized-as-is
16352:
16353: 2002-12-24 paf
16354:
16355: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16356: fixed [were really called with zero size when .html?a=&b=]
16357:
16358: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16359: with --with-sendmail
16360:
16361: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16362: fixed]
16363:
16364: 2002-12-23 paf
16365:
16366: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16367: ignoring parameters & were storing only string with default
16368: expires
16369:
16370: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16371: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16372: December 23, 2002 4:22 AM Subject: bug â
16373: Charset::transcode_buf2xchar
16374:
16375: 2002-12-20 paf
16376:
16377: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16378: non-cgi [script] runs
16379:
16380: 2002-12-19 paf
16381:
16382: * INSTALL: --without-iconv recommended [it crashes on some systems
16383: [tested on elik]] moreover, it's not needed there [parser
16384: registers charsets itself]
16385:
16386: * INSTALL: --without-iconv recommended [it crashes on some systems
16387: [tested on elik]]
16388:
16389: * operators.txt, src/include/pa_globals.h,
16390: src/include/pa_request.h, src/main/pa_globals.C,
16391: src/main/pa_request.C: $response:download
16392:
16393: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16394: compiler [win32]].
16395:
16396: 2002-12-18 paf
16397:
16398: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16399:
16400: 2002-12-17 paf
16401:
16402: * src/targets/cgi/parser3.C: merged die&iis changes
16403:
16404: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16405: to exit(1) 2. more flexible iilegal call check
16406:
16407: 2002-12-16 paf
16408:
16409: * ltmain.sh: some automakes silly insist on having this handy
16410:
16411: * src/main/untaint.C: filespec russian small 'r' changed to latin
16412: 'p' bug fix
16413:
16414: 2002-12-15 paf
16415:
16416: * src/main/untaint.C: filespec russian small 'r' changed to latin
16417: 'p'
16418:
16419: * configure.in, src/include/pa_config_auto.h.in,
16420: src/main/compile.C, src/main/pa_common.C: merged small changes
16421: from branch 6 to HEAD
16422:
16423: * src/main/compile.C: removed warning
16424:
16425: * src/main/pa_common.C: ftruncate having checked
16426:
16427: * configure.in, src/include/pa_version.h: new version
16428:
16429: 2002-12-14 paf
16430:
16431: * src/classes/table.C: removed unnecessary code
16432:
16433: * src/sql/pa_sql_driver.h: exception type fixed
16434:
16435: 2002-12-09 paf
16436:
16437: * src/types/pa_vvoid.h: $void.store[now] error
16438:
16439: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16440:
16441: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16442: tries to write core dump
16443:
16444: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16445:
16446: * src/: classes/hash.C, classes/string.C, classes/table.C,
16447: classes/void.C, main/pa_sql_driver_manager.C,
16448: sql/pa_sql_driver.h: changed exception handling mech in sql
16449: handlers #2
16450:
16451: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16452: exception handling mech in sql handlers
16453:
16454: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16455: handlers
16456:
16457: * src/: classes/hash.C, classes/string.C, classes/table.C,
16458: classes/void.C, main/pa_sql_driver_manager.C,
16459: sql/pa_sql_driver.h: changed exception handling mech in sql
16460: handlers
16461:
1.116 moko 16462: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16463: to write makefile which used libtool to install things, which is
16464: not needed
1.95 moko 16465:
16466: 2002-12-06 paf
16467:
16468: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16469: $hash.fields -- pseudo field to make 'hash' more like 'table'
16470:
16471: 2002-12-05 paf
16472:
16473: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16474: cc/bcc OK now
16475:
16476: * src/main/untaint.C: mail header closed properly
16477:
16478: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16479: header ',' allowed. still bugs in smtp [only one receiptient
16480: works, cc, bcc ignored now, and MAILED ;)]
16481:
16482: [strncpy killed, memnchr used]
16483:
16484: * src/main/pa_table.C: table-copy now current=0
16485:
16486: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16487: lowlevel proc
16488:
16489: * src/targets/cgi/parser3.C: more checks on
16490: http://domain/parser.cgi start [maybe some getenv returns "",
16491: checked that now
16492:
16493: * src/targets/cgi/parser3.C: more checks on
16494: http://domain/parser.cgi start [maybe some getenv returns "",
16495: checked that now
16496:
16497: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16498: out-of-mem errors reached log]
16499:
16500: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16501: mail:send MIME-Version default
16502:
16503: * src/main/main.dsp: pa_version included into main.dsp
16504:
16505: 2002-12-04 paf
16506:
16507: * src/types/pa_vform.C: $form:field string value cut by premature 0
16508:
16509: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16510: lib/libltdl -> lib/ltdl Win32 changes. s
16511:
16512: * src/classes/classes.awk: more strict *.C$
16513:
16514: * gnu.dsp: restored
16515:
1.116 moko 16516: * configure.in, gnu.dsp, src/lib/Makefile.am,
16517: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16518: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16519: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16520: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16521: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16522: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16523: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16524: now created with /configure, not ltdl/configure, so it does have
16525: no problems with automake. ltdl/configure
16526: AC_OUTPUT(Makefile<<removed)
1.95 moko 16527:
16528: 2002-12-02 paf
16529:
16530: * operators.txt: removed outdated status:db
16531:
16532: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16533: src/main/pa_common.C, src/main/pa_request.C,
16534: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16535: tainted parts becomes http-header
16536:
16537: 2002-11-29 paf
16538:
16539: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16540: dates now objects of type date
16541:
16542: * src/classes/image.C: file.seek removed [it were used in image.C
16543: only, and for parser user this means that jpeg image has bad
16544: size in fragment's header] now used image.format
16545:
16546: * src/: include/pa_common.h, main/pa_common.C,
16547: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16548: now handled exactly like $response:header values. e.g. can be
16549: hash [can have subattributes] & contain date values.
16550:
16551: * src/main/pa_common.C: http:// param values lang forced URI
16552:
16553: * src/main/pa_common.C: http:// tainted partes now %xx
16554:
16555: 2002-11-28 paf
16556:
16557: * operators.txt: http.timeout
16558:
16559: * src/classes/image.C: ^image.length now counts interchar space.
16560: plus space after last char
16561:
16562: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16563:
16564: * src/classes/image.C: ^image.font width measurer now scans full
16565: height [were -1]
16566:
16567: * configure.in: stopped double libltdl/Makefile generation
16568:
16569: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16570: chars [one top horizontal line of 1pixel height were missing]
16571:
16572: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16573: 'false' to go into (Hash *) parameter
16574:
16575: 2002-11-27 paf
16576:
16577: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16578: types/pa_vmail.C: response:body[file] if file nows it's name now
16579: returns content-disposition: >>attachment<<
16580:
16581: * src/classes/image.C: ^image.font << bad font file-size now
16582: properly reported
16583:
16584: 2002-11-26 paf
16585:
16586: * src/main/pa_request.C: fixed lang in reponse header
16587:
16588: * src/main/pa_common.C: utf8 prefix ignored @read text
16589:
16590: * operators.txt, src/main/pa_common.C: http:// response status!=200
16591: made exception: http.status with source=bad status#
16592:
16593: 2002-11-25 paf
16594:
16595: * configure.in, src/classes/image.C,
16596: src/include/pa_config_auto.h.in,
16597: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16598: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16599: const void related probs fixed
1.95 moko 16600:
16601: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16602:
16603: $file[^file::load[http://there]] $file.SERVER
16604:
16605: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16606: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16607: http options [invalid onces now reported] made default
16608: user-agent: paf
16609:
16610: * operators.txt, src/classes/file.C, src/classes/table.C,
16611: src/classes/xdoc.C, src/include/pa_common.h,
16612: src/include/pa_globals.h, src/main/pa_common.C,
16613: src/main/pa_globals.C, src/main/pa_request.C,
16614: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16615: now understand http:// prefix and additional params, sample:
16616: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16617: $.USER-AGENT[parser3] ]]
16618:
16619: 2002-11-22 paf
16620:
16621: * src/classes/image.C, src/include/pa_globals.h,
16622: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16623: src/types/pa_vimage.h, operators.txt: $image.exif support
16624: $image.exif.DateTime & co
16625:
16626: 2002-11-21 paf
16627:
16628: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16629: _PASS_APPENDED)
16630:
16631: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16632: EXIF information [were big block and it's size were considered
16633: negative :(]
16634:
16635: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16636: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16637: internals rewritten. no there's reader.seek, and all's ready for
16638: EXIF extraction [now we fail to measure files with EXIF info]
16639:
16640: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16641: O_TRUNC truncates even exclusevely write-locked file [thanks to
16642: Igor Milyakov <virtan@rotabanner.com> for discovering]
16643:
16644: 2002-11-20 paf
16645:
16646: * src/targets/cgi/parser3.C: logging @signal += query_string
16647:
16648: * configure.in, src/include/pa_config_auto.h.in,
16649: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16650: comment
16651:
16652: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16653:
16654: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16655: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16656: currently processed document SIGPIPE >> interrupts request
16657: processing [exception = DB rollback]
16658:
16659: * src/main/pa_exec.C: comment
16660:
16661: * src/main/pa_exec.C: pa_exec: data written only if size>0
16662:
16663: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16664: << disable HTTP-POST repassing
16665:
16666: * src/: include/pa_config_fixed.h, main/pa_common.C,
16667: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16668: pipe read errors now checked
16669:
16670: 2002-11-19 paf
16671:
16672: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16673: CGI: Illegal call
16674:
16675: 2002-11-01 paf
16676:
16677: * src/main/execute.C: comment
16678:
16679: 2002-10-31 paf
16680:
16681: * src/main/execute.C: found out why, checked that for now. todo:
16682: find out a way for that user could do that
16683:
16684: * src/types/pa_vstateless_object.h: object put replaces static
16685: parent if any
16686:
16687: * src/types/pa_vobject.C: object put replaces static parent if any
16688:
16689: * src/: classes/form.C, classes/mail.C, classes/op.C,
16690: classes/xnode.h, main/compile.tab.C, main/execute.C,
16691: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16692: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16693: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16694: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16695: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16696: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16697: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16698: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16699: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16700: types/pa_vstateless_object.h, types/pa_vstatus.C,
16701: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16702: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16703: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16704: types/pa_wwrapper.h: static fix merged
16705:
16706: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16707: $virtual_fields in dynamic, but one can reach derived
16708: static[class] variable from base
16709:
16710: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16711: types/pa_vobject.C, types/pa_vobject.h,
16712: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16713: statics, left $virtual_fields in dynamic
16714:
16715: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16716: one can't remember derivates in base class: there's so many of
16717: them. also there can be no virtual method calls in static
16718: classes
16719:
16720: * src/: classes/form.C, classes/mail.C, classes/op.C,
16721: classes/xnode.h, main/execute.C, main/pa_request.C,
16722: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16723: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16724: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16725: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16726: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16727: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16728: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16729: types/pa_vresponse.C, types/pa_vresponse.h,
16730: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16731: types/pa_vstateless_object.h, types/pa_vstatus.C,
16732: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16733: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16734: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16735: types/pa_wwrapper.h: static call $self fixed
16736:
16737: * src/main/execute.C: comment
16738:
16739: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16740: ^process[$caller.self]{...} now compiles to last derived object
16741: part of that 'self'
16742:
16743: 2002-10-29 paf
16744:
16745: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16746: re-passing [iis to blame]
16747:
16748: * src/classes/string.C: changed string.save to pass current sql
16749: connection to cstr thus one can ^connect[some server]{
16750: $s[insert into table x (x) values (^taint[sql]{value})]
16751: ^s.save[some.sql] } and he'd get in some.sql file code with
16752: properly escaped. [tried in mssql->mysql export->import of
16753: binary data]
16754:
16755: 2002-10-25 paf
16756:
16757: * src/types/pa_vresponse.C: case insensitive response user fields
16758: get/put
16759:
16760: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16761: types/pa_vresponse.C: saving for maybe-future
16762:
16763: 2002-10-23 paf
16764:
16765: * operators.txt, src/classes/table.C: ^table.hash{code}...
16766: ^table.hash(expr)...
16767:
16768: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16769:
16770: 2002-10-22 paf
16771:
16772: * src/types/: pa_vform.C, pa_vform.h: removed needless
16773: VForm::Append...(...Value)
16774:
16775: * src/main/execute.C: $.name outside of $name[...] checked
16776:
16777: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16778: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16779:
16780: 2002-10-21 paf
16781:
16782: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16783: $form:qtail $form:imap.x/y
16784:
16785: * operators.txt, src/types/pa_vform.C: $form:nameless =
16786: "?value&...", "...&value&...", "...&value"
16787:
16788: * operators.txt, src/types/pa_vform.C: $form:image-map
16789:
16790: * operators.txt, src/classes/file.C: /some/page.html:
16791: ^file:fullpath[a.gif] => /some/a.gif
16792:
16793: 2002-10-17 paf
16794:
16795: * src/main/: compile.tab.C, compile.y: operators precedence changed
16796: a little: logical not and bitwise negation precedence made
16797: highest, << and >> bitshits precedence made equal [were << higher
16798: than >>]
16799:
16800: * src/classes/op.C: exception handling fixed [were bad with
16801: contexts]
16802:
16803: 2002-10-16 paf
16804:
16805: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16806: main/pa_request.C: Request::self considered equal to
16807: VMethodFrame::self, and removed, Request::get_self() mapped to
16808: VMethodFrame.self()
16809:
16810: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16811: $hash in open field now gives old good error meesage
16812:
16813: 2002-10-15 paf
16814:
16815: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16816: use ^if($junction is junction){was and now true}
16817:
16818: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16819: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16820: types/pa_vxnode.C: xml->parser strings now have origin, which
16821: points to place where value left xml library and came to parser:
16822: place of dom field extraction/call
16823:
16824: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16825: main/compile.tab.C, main/compile.y, main/execute.C,
16826: types/pa_vmethod_frame.h: removed last pieces of old code
16827: allowing $junction.xxx at compile time
16828:
16829: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16830: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16831: objects also considered [were only classes]
16832:
16833: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16834: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16835: with CLASS self. [ (request&method_frame).self temporarily
16836: changed ]
16837:
16838: * src/classes/: hash.C, op.C: method_frame now always changed, with
16839: no exception to native calls. for&foreach changed to use
16840: method_frame.caller for their var's name context
16841:
16842: * src/: main/execute.C, targets/cgi/parser3.C,
16843: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16844: compiling to system classes disabled
16845:
16846: * operators.txt, src/classes/op.C:
16847: ^process[$caller.CLASS]{code-string} added
16848:
16849: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16850: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16851: src/types/Makefile.am, src/types/pa_vjunction.C,
16852: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16853: src/types/types.dsp: removed $junction.get $junction.set[]
16854: introducing $caller
16855:
16856: * src/types/pa_value.h: removed outdated comments. doxygen would
16857: find them lower by inheritance tree
16858:
16859: * src/types/pa_vjunction.C: ident
16860:
16861: 2002-10-14 paf
16862:
16863: * src/classes/op.C: process compiles to code's class class
16864:
16865: * src/: classes/form.C, classes/mail.C, classes/op.C,
16866: include/pa_request.h, main/compile.C, main/compile.tab.C,
16867: main/compile.y, main/execute.C, main/pa_request.C,
16868: types/pa_vstateless_class.h: operators now main-class-methods
16869:
16870: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16871: better stack trace [has "call" & co there]
16872:
16873: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16874: operators @auto now executed in MAIN context
16875:
16876: * src/main/execute.C: operator execution context now = MAIN, not
16877: closest stack frame
16878:
16879: @touchit[] $i[after]
16880:
16881: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16882: were 'after'
16883:
16884: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16885: 'after'
16886:
16887: * src/main/execute.C: comment
16888:
16889: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16890: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16891: action]
16892:
16893: * src/types/pa_vxnode.C: misreplace fixed
16894:
16895: * configure, configure.in, src/include/pa_config_auto.h.in,
16896: src/types/pa_vstatus.C, operators.txt:
16897: $status:rusage.tv_secs/usecs introduced
16898:
16899: 2002-10-09 paf
16900:
16901: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16902: on empty string [or uses (default)]
16903:
16904: 2002-10-08 paf
16905:
16906: * src/main/untaint.C: mail header quoted printable changed after
16907: RFC reread
16908:
16909: * operators.txt: plan on ^if(method
16910:
16911: * src/types/pa_vxnode.C: misreplace
16912:
16913: 2002-09-24 paf
16914:
1.116 moko 16915: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16916:
16917: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16918: mailreceive would compile on freebsd now
16919:
16920: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16921: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16922: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16923: mailreceive would compile on freebsd now
1.95 moko 16924:
16925: * src/: classes/file.C, main/untaint.C: 1. file spec language
16926: changed: now there are only few chars are untainted: * ? ' " < >
16927: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16928: one should use ^untaint[uri]{...} now]
16929:
16930: 2. $list[^file:list[dir]] now returns simply tainted names in
16931: $list.name, not tainted as filespec
16932:
16933: @russianindex[] #dir with files with russian-lang names
16934: $where[dir]
16935:
16936: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16937: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16938:
16939: 2002-09-23 paf
16940:
16941: * src/types/pa_vdouble.h: double->int round added
16942:
16943: * src/classes/date.C: date bug fix, now
16944: round(floatDays*secondsPerDay)
16945:
16946: * src/classes/date.C: date bug fix, now
16947: round(floatDays*secondsPerDay)
16948:
16949: 2002-09-20 paf
16950:
16951: * src/main/execute.C: code junction calls disabled [before: code
16952: was compiled in such a way, that there were no code-junctions in
16953: OP_CALL]
16954:
16955: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16956:
16957: @badjunctioncallinside[code] ^code[]
16958:
16959: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16960: expanding to include ^junction.method
16961:
16962: * src/main/pa_common.C: -d "DIR/" now true
16963:
16964: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16965: as internal xdoc encoding, and after decoding attributes set by
16966: dom functions now encoded OK, not as digital entities
16967:
16968: * src/classes/xdoc.C: empty transform result, being taken as file
16969: now returns empty file, not raises stupid error about "stat-ed
16970: file"
16971:
16972: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16973: allowed
16974:
16975: * src/types/types.dsp: introducing $junction.get/put(1) one can
16976: write iterators now:
16977:
16978: ^user-foreach[key;value]{$key=$value<br>}
16979:
16980: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16981: $code.value($i*2) $code }
16982:
16983: * src/main/compile_tools.h: mistype
16984:
1.116 moko 16985: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16986: thus taking linking options configure changes into account [were:
16987: ignoring]
1.95 moko 16988:
16989: * src/types/: pa_vjunction.C, Makefile.am: introducing
16990: $junction.get/put(1) one can write iterators now:
16991:
16992: ^user-foreach[key;value]{$key=$value<br>}
16993:
16994: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16995: $code.value($i*2) $code }
16996:
16997: * src/: include/pa_opcode.h, include/pa_request.h,
16998: main/compile.tab.C, main/compile.y, main/execute.C,
16999: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
17000: introducing $junction.get/put(1) one can write iterators now:
17001:
17002: ^user-foreach[key;value]{$key=$value<br>}
17003:
17004: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
17005: $code.value($i*2) $code }
17006:
17007: 2002-09-19 paf
17008:
1.116 moko 17009: * Makefile.am: new: make commit
1.95 moko 17010:
17011: * aclocal.m4: forced to be older
17012:
17013: 2002-09-18 paf
17014:
17015: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
17016: src/main/compile.y, src/main/execute.C: << >> int shifts
17017:
17018: * src/: include/pa_common.h, include/pa_request.h,
17019: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
17020: - now this - fatal error
17021:
17022: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
17023: that one can pass binary data there
17024:
17025: * src/: classes/date.C, classes/double.C, classes/file.C,
17026: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17027: classes/op.C, classes/response.C, classes/string.C,
17028: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17029: include/pa_request.h: pa_request contexts made privated, plus
17030: get_{self/method_frame} to read. Request_context_saver used in
17031: ^try to save flang too. [were not saved]
17032:
17033: * src/types/pa_vresponse.C: header value chains joined before
17034: output, this should help $.subject[$var $var] from being
17035: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
17036:
17037: 2002-09-17 paf
17038:
17039: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
17040: removed changes, operators executed with calling self. lots of
17041: code with ^include code relies on defined/defining self variables
17042:
17043: $a[1] ^include[print_a.p] print_a.p: $a
17044:
17045: ^include[set_a.p] a=$a set_a.p: $a[1]
17046:
17047: * src/: classes/op.C, main/execute.C, main/pa_request.C,
17048: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
17049: types/pa_vstateless_class.h: operators now executed with MAIN
17050: self. it's for ^include sake, too strong a change
17051:
17052: * src/classes/op.C: made place for ^process to compile it's code to
17053: in case of no self
17054:
17055: * src/main/execute.C: found ancient param to Junction, removed.
17056: allowed passing self to native_code_operators [for ^process to
17057: work, she needs self]
17058:
17059: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
17060: types/pa_vstateless_class.h: found ancient param to Junction,
17061: removed. allowed passing self to native_code_operators [for
17062: ^process to work, she needs self]
17063:
17064: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
17065: types/pa_value.h, types/pa_vmethod_frame.h,
17066: types/pa_vstateless_class.h: allowed Request.self to be 0,
17067: checked that in VMethodFrame get/put and $self.
17068:
17069: * src/classes/: table.C, xdoc.C: table::sql options table::create
17070: copy options options checked, wrong option now fatal error
17071:
17072: * src/main/pa_string.C: string.replace fixed [were missing words on
17073: pieces boundaries]
17074:
1.150 moko 17075: * configure, configure.in: .so now detected [can be .sl on hpux,
17076: .dll on cygwin, .so in other cases)
1.95 moko 17077:
17078: * configure, configure.in: .so now detected [can be .sl on hpux,
17079: .dll on cygwin, .so in other cases)
17080:
17081: * operators.txt, src/classes/hash.C, src/classes/table.C,
17082: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
17083: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
17084: record taken [were last]
17085:
17086: * src/: classes/hash.C, classes/table.C,
17087: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
17088: now errors
17089:
17090: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
17091:
17092: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
17093: ,2,3]
17094:
17095: 2002-09-16 paf
17096:
17097: * src/classes/file.C: file::cgi line ends can be both unix & dos.
17098: and they can be unix [\n\n] on win when 'use CGI' used, it causes
17099: stdout to be binary. now detected closest header break.
17100:
17101: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
17102: closed right
17103:
17104: 2002-09-13 paf
17105:
17106: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
17107: src/main/compile_tools.h: (expression #comment)
17108:
17109: (multiline expression #comment line2 #comment )
17110:
17111: (expression #comment with (brackets) comment) << OK
17112:
17113: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
17114: bitwise !|| numerical xor now [preparing for expression
17115: #comments]
17116:
17117: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
17118: error
17119:
17120: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
17121: cheched in pa_socks.C
17122:
1.116 moko 17123: * configure, configure.in, src/include/pa_config_auto.h.in:
17124: HAVE_WINSOCK_H created in configure.in
1.95 moko 17125:
17126: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
17127: cookie date now clean [were mistakenly tainted & that worked bad
17128: with opera -- 'happily' that worked OK with msie]
17129:
17130: 2002-09-12 paf
17131:
17132: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
17133: VClass get_element now first looks to fields, next to methods &
17134: co todo: the rest reason: more speed
17135:
17136: * src/main/untaint.C: quoted printable encoding stops before
17137: \s*<...>$
17138:
17139: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
17140: stops before <...>$
17141:
17142: 2002-09-11 paf
17143:
17144: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
17145: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
17146: forgot to check users of those funcs. not all were using that
17147: return value convention
17148:
17149: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
17150: windows-1254 added
17151:
17152: 2002-09-10 paf
17153:
17154: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17155: VCodeFrame parent param were specified badly
17156:
17157: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17158: WWrapper which used in constructing objects(second param to sql
17159: method) ^...sql{}[$.default{code}] now has parent, wich helps
17160: code in hash to survivi
17161:
17162: * src/: include/pa_request.h, main/execute.C: removed redundant
17163: param to execute [stack said 'thanks']
17164:
17165: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17166: types/pa_value.h, types/pa_vcode_frame.h,
17167: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17168: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17169: responsibility to wcontext
17170:
17171: * src/classes/file.C: decided not to log exec's with stderr, that
17172: could be warnings, and it's up to scritper to log/show them
17173:
17174: * src/: classes/double.C, main/execute.C: double:sql badly called
17175: write_assign_lang, not write_no_lang, thus doing unnecessary
17176: double/string converstion, which were loosing time&precesion
17177:
17178: * src/: main/pa_charset.C, types/pa_vmail.C:
17179: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17180: case of unfinished in buffer processing, causing accidental
17181: transcode stop [in case that source enc != utf-8 & there is
17182: incomplete utf-8 sequence at the end of 16000block iside of
17183: libxml lib] tfm readed & code updated
17184:
17185: 2002-09-04 paf
17186:
17187: * configure: makes with sjlj
17188:
17189: * INSTALL, src/include/pa_config_fixed.h,
17190: src/include/pa_sql_connection.h,
17191: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17192: checked. on win32 it made default
17193:
17194: * src/include/pa_config_auto.h.in: sjlj define
17195:
17196: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17197: can not work with longjump/throw pair, and one must switch that
17198: on there. todo: detect that automatically]
17199:
17200: * src/types/pa_vxnode.C: removed too strong checks of
17201: xnode.elements. now, for instance, if element does not have any
17202: attributes, $xnode.attributes is void, not error
17203:
17204: 2002-09-02 paf
17205:
17206: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17207: removed double_result, didn't help
17208:
17209: * src/main/execute.C: double_result made to move that var away from
17210: hungry g++ optimizer (-O2), before: it were optimized and
17211: comparison operators worked badly
17212:
17213: * src/types/pa_vdate.h: removed debug
17214:
1.116 moko 17215: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17216:
17217: * src/main/execute.C: fixed numeric < & co so that thay now use
17218: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17219: unknown reason.
17220:
17221: 2002-08-29 paf
17222:
17223: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17224: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17225: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17226: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17227: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17228: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17229: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17230: [called less frequent, allowed to remove ugly
17231: Junction.change_context-s from many places, switch,
17232: mail:send..html{}, ..] request.root renamed to method_frame [more
17233: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17234: [speed up]
17235:
17236: 2002-08-28 paf
17237:
17238: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17239: tainted
17240:
17241: * src/types/pa_vcookie.C: fixed cookie delete when
17242: $cookie:name[$.value[]]
17243:
17244: * operators.txt, src/classes/string.C:
17245: ^string.split[delim[;options]]
17246:
17247: 2002-08-27 paf
17248:
1.116 moko 17249: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17250:
17251: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17252: delimiter
17253:
17254: * INSTALL: recommended latest gmime 1.0.5
17255:
17256: 2002-08-26 paf
17257:
17258: * configure, configure.in: apache13/hook added to make dist.
17259:
17260: 2002-08-23 paf
17261:
17262: * src/: include/pa_common.h, main/pa_common.C,
17263: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17264: beside binary [cgi, isapi] not accessible [due to bad rights or
17265: whatever] it's error now
17266:
17267: 2002-08-21 paf
17268:
1.116 moko 17269: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17270:
17271: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17272: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17273: class". compiled as if here they named base class
17274:
17275: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17276: cloning constructor]
17277:
17278: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17279:
1.150 moko 17280: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17281: $mail.received.file.value.content-type fixed
17282:
17283: 2002-08-20 paf
17284:
17285: * src/classes/file.C: fixed language of file:file result
17286:
17287: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17288: from 3.0.0005
17289:
17290: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17291:
17292: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17293: 3.0.0005
17294:
17295: * src/classes/void.C, operators.txt: ^void.length[] = 0
17296:
17297: 2002-08-19 paf
17298:
17299: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17300: work now
17301:
17302: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17303: error in xnode, which were not catched in xdoc]
17304:
17305: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17306: prepared: // validate each document after load/create (?)
17307: //xmlDoValidityCheckingDefaultValue = 1;
17308:
17309: 2002-08-15 paf
17310:
17311: * src/classes/classes.h: write to static var caused useless
17312: Exception, introduced Methoded::put_element wich consumes those
17313:
17314: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17315: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17316: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17317: $response:field[date] $response:field[$.xxx[date]]
17318:
17319: * src/: classes/hash.C, classes/string.C, classes/table.C,
17320: classes/void.C, include/pa_sql_connection.h: fixed source of
17321: ^hash::sql{bad}
17322:
17323: * operators.txt: $request:body unprecessed POST request body
17324:
17325: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17326:
17327: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17328: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17329:
17330: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17331: src/include/pa_request.h, src/main/pa_pool.C,
17332: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17333: $request:body r.post_data now const
17334:
17335: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17336: classes/xnode.C, main/execute.C, types/pa_value.h,
17337: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17338: types/pa_vtable.h: instead of type() checking everywhere used
17339: Value.as now user descendants can be used in params.
17340:
17341: VObject::as_*, is_defined now taken from bases. xtable(table)
17342: ^if($xtable) now OK
17343:
17344: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17345: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17346: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17347:
17348: 2002-08-14 paf
17349:
17350: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17351: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17352: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17353: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17354: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17355: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17356: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17357: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17358: types/pa_vresponse.C, types/pa_vresponse.h,
17359: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17360: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17361: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17362: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17363: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17364: & VClass
17365:
17366: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17367:
17368: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17369: removed fixopt stupidity. on stupid linux use cd /document/root
17370: ../cgi/parser3 script
17371:
17372: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17373: params, splitting them by space, excluding argv[0], argv[argc-1]
17374:
17375: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17376: fixopt.h: fixopt now preprocesses command line params, splitting
17377: them by space, excluding argv[0], argv[argc-1]
17378:
17379: * src/targets/cgi/parser3.C: -f config file
17380:
17381: * src/targets/cgi/parser3.C: fixed .log file dir
17382:
17383: 2002-08-13 paf
17384:
17385: * src/types/pa_vobject.C: allow override parent variables, useful
17386: for form descendants [in vobject too, were in vclass]
17387:
17388: * src/types/pa_vclass.C: allow override parent variables, useful
17389: for form descendants
17390:
17391: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17392: overwritten in derived(table)
17393:
17394: * src/: classes/form.C, classes/mail.C, classes/op.C,
17395: classes/xnode.h, include/pa_request.h, main/execute.C,
17396: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17397: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17398: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17399: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17400: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17401: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17402: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17403: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17404: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17405: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17406: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17407: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17408: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17409: Value::get_element(..., bool looking_down) [needed to exclude
17410: endless recoursion]
17411:
17412: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17413: fix bug with put endless recoursion todo: check 'as'
17414:
17415: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17416: reorganized modules todo: fix bug with put endless recoursion
17417: todo: check 'as'
17418:
17419: * src/types/pa_vobject.h: checked: table fields can be overwritten
17420: in derived(table)
17421:
17422: * src/types/pa_vobject.h: derived classes can have fields of their
17423: own now
17424:
17425: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17426: fixed error message on using non-created table
17427:
17428: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17429: classes/op.C, classes/xnode.h, include/pa_request.h,
17430: main/compile.C, main/compile.tab.C, main/execute.C,
17431: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17432: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17433: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17434: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17435: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17436: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17437: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17438: types/pa_vresponse.C, types/pa_vresponse.h,
17439: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17440: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17441: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17442: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17443: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17444: looking down/up tree todo: fix error message on non-constructed
17445: parents
17446:
17447: 2002-08-12 paf
17448:
17449: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17450: derived OK
17451:
17452: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17453: thorough testing
17454:
17455: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17456: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17457: types/pa_vobject.h, types/pa_vstateless_class.h,
17458: types/pa_vstateless_object.h, types/pa_wcontext.h,
17459: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17460: ^base:create[] dynamic call rewritten todo: thorough testing
17461:
17462: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17463: now instantates base class, remembers it and saves child in
17464: parent VObject.get_class now returns last child = downward
17465: virtual calls OK
17466:
17467: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17468: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17469: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17470: types/pa_vobject.h, types/pa_vresponse.h,
17471: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17472: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17473: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17474: VAliased [redundant], moved $CLASS to VObject only [parser class
17475: instance]
17476:
17477: * src/main/pa_request.C: $response:body[file] content-type check
17478: fixed [were bad when content-type is hash]
17479:
17480: 2002-08-09 paf
17481:
17482: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17483: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17484:
17485: 2002-08-08 paf
17486:
17487: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17488: src/main/pa_globals.C: year column in month calendar [week year]
17489:
17490: * src/main/execute.C: error reporting on object writes to MAIN
17491: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17492:
17493: * operators.txt, src/types/pa_vdate.h: $date.yearday
17494: $date.daylightsaving
17495:
17496: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17497: use tainted data now. only she must specify the language.
17498:
17499: ^mail:send[ $.from[paf@mail.design.ru]
17500: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17501: $.text[^taint[uri][ìîñêâà]=] ]
17502:
17503: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17504: now prints more precise origin
17505:
17506: * src/include/pa_string.h: String::first_char now not fails on
17507: empty strings ^if(-f '') now ok and in 3 other places.
17508:
17509: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17510: String::first_char now not fails on empty strings ^if(-f '') now
17511: ok and in 3 other places.
17512:
17513: 2002-08-07 paf
17514:
17515: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17516: fixed
17517:
17518: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17519:
17520: * src/: main/execute.C, types/pa_vcode_frame.h,
17521: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17522: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17523: mistakenly not completely transparent to object writes.
17524: $hash[^if(1){$hash}] now works
17525:
17526: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17527: now erasing cache file [there were bad check on that]
17528:
17529: * src/: classes/classes.dsp, classes/table.C,
17530: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17531: all Debug dirs in .dsp now named 'Debug'
17532:
1.116 moko 17533: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17534:
17535: * operators.txt, src/classes/mail.C: exception_type email.send
17536:
17537: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17538:
17539: * src/types/pa_vmail.C: mail:send empty email checked
17540:
17541: 2002-08-06 paf
17542:
17543: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17544: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17545: ^table::create[$source;$.options] ^table::join[$source;$.options]
17546:
17547: * operators.txt, src/classes/hash.C, src/classes/string.C,
17548: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17549: # $.default() }
17550:
17551: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17552:
17553: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17554: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17555: $file.content-type [instead of .mime-type] now works for
17556: file::stat also
17557:
17558: * src/main/pa_request.C: case insensitive mime_type_of
17559:
17560: 2002-08-05 paf
17561:
17562: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17563:
17564: * src/types/pa_vmail.C: file buffer relocated to parser heap
17565:
17566: * operators.txt: comment on date:calendar week column
17567:
17568: * src/main/pa_common.C: write checked
17569:
17570: * src/main/: pa_common.C: write checked
17571:
17572: * src/classes/date.C: +1 buf size for stupid snprintfs
17573:
17574: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17575: month calendar week column [ISO 8601 Week Numbers]
17576:
17577: 2002-08-02 paf
17578:
17579: * src/: include/pa_config_fixed.h, main/pa_string.C,
17580: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17581: DEBUG*
17582:
17583: * configure, configure.in, src/include/pa_version.h: release
17584: 3_0_0005
17585:
17586: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17587: multipart post fixed
17588:
17589: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17590: response transcoded source->client only when text/* or simple
17591: onoverridden $response:body
17592:
17593: 2002-08-01 paf
17594:
17595: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17596: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17597: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17598: classes/op.C, classes/response.C, classes/string.C,
17599: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17600: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17601: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17602: include/pa_config_fixed.h, include/pa_dictionary.h,
17603: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17604: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17605: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17606: include/pa_socks.h, include/pa_sql_connection.h,
17607: include/pa_sql_driver_manager.h, include/pa_stack.h,
17608: include/pa_string.h, include/pa_stylesheet_connection.h,
17609: include/pa_stylesheet_manager.h, include/pa_table.h,
17610: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17611: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17612: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17613: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17614: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17615: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17616: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17617: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17618: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17619: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17620: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17621: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17622: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17623: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17624: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17625: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17626: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17627: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17628: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17629: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17630: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17631: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17632: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17633: types/pa_vmethod_frame.h, types/pa_vobject.h,
17634: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17635: types/pa_vresponse.h, types/pa_vstateless_class.C,
17636: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17637: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17638: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17639: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17640: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17641: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17642:
17643: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17644: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17645: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17646: classes/math.C, classes/op.C, classes/response.C,
17647: classes/string.C, classes/table.C, classes/void.C,
17648: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17649: include/pa_array.h, include/pa_cache_managers.h,
17650: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17651: include/pa_config_fixed.h, include/pa_config_includes.h,
17652: include/pa_dictionary.h, include/pa_dir.h,
17653: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17654: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17655: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17656: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17657: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17658: include/pa_stack.h, include/pa_string.h,
17659: include/pa_stylesheet_connection.h,
17660: include/pa_stylesheet_manager.h, include/pa_table.h,
17661: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17662: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17663: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17664: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17665: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17666: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17667: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17668: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17669: main/pa_sql_driver_manager.C, main/pa_string.C,
17670: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17671: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17672: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17673: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17674: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17675: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17676: targets/isapi/pool_storage.h, types/pa_valiased.C,
17677: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17678: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17679: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17680: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17681: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17682: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17683: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17684: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17685: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17686: types/pa_vresponse.C, types/pa_vresponse.h,
17687: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17688: types/pa_vstateless_object.h, types/pa_vstatus.C,
17689: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17690: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17691: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17692: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17693: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17694: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17695: types/Makefile.am: ident.C* removed
17696:
17697: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17698: file:find[/can/do/this/now.txt]
17699:
17700: * src/targets/cgi/parser3.C: usage to stdout now
17701:
17702: 2002-07-31 paf
17703:
17704: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17705:
17706: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17707: default "postmaster"
17708:
17709: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17710: -f postmaster now default sendmail key word "postmaster"
17711: replaced to $.from
17712:
17713: 2002-07-30 paf
17714:
1.116 moko 17715: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17716: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17717:
17718: * src/main/pa_charset.C: comment
17719:
17720: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17721: table, &#decimal;
17722:
17723: * src/main/pa_request.C: comment
17724:
17725: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17726: paragraf]
17727:
17728: 2002-07-11 paf
17729:
17730: * src/main/pa_exec.C: build command line badly added params twice
17731: [and first time without ' ']. double wrong. fixed.
17732:
17733: * src/main/pa_exec.C: invalid .exe caused error message with params
17734: wich parser did not provide = reported badly. fixed that.
17735:
17736: * src/classes/mail.C: $MAIL[ # xxx ]
17737:
17738: now ok
17739:
17740: * operators.txt: plan: sql detailed exception
17741:
17742: 2002-07-01 paf
17743:
17744: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17745: [MForm.configure_admin were called when request.main_class ==0
17746:
17747: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17748:
17749: * src/classes/form.C: content_length type fix
17750:
17751: 2002-06-30 paf
17752:
17753: * src/classes/mail.C: merged from 4
17754:
17755: * src/classes/mail.C: restored $MAIL
17756:
17757: 2002-06-28 paf
17758:
17759: * configure, configure.in: removed paths.h
17760:
1.116 moko 17761: * configure, src/include/pa_version.h,
1.95 moko 17762: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17763: merged, makes updated
17764:
17765: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17766: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17767: src/include/pa_pool.h, src/include/pa_version.h,
17768: src/main/pa_charset.C, src/main/pa_pool.C,
17769: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17770: src/types/pa_vmail.C: merged latest updates to head
17771:
17772: 2002-06-27 paf
17773:
17774: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17775: not error now
17776:
17777: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17778: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17779: src/main/pa_charset.C, src/main/pa_pool.C:
17780: ^xdoc::create[[uri]]... base uri for document being created,
17781: imports and other relative file names would be relative to this
17782: uri default uri=path_translated
17783:
17784: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17785:
17786: 2002-06-26 paf
17787:
17788: * configure, configure.in, src/include/pa_version.h:
17789: release_3_0_0004
17790:
17791: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17792: 0 now
17793:
17794: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17795:
17796: 2002-06-25 paf
17797:
17798: * src/main/pa_string.C: emtpy string, or string of whitespaces
17799: considered bad number now
17800:
17801: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17802: now
17803:
17804: * operators.txt, src/classes/string.C: ^string.normalize [old
17805: name: optimize
17806:
17807: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17808: library configured
17809:
17810: * src/main/pa_request.C: configure_admin forced if no @conf
17811:
1.150 moko 17812: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17813: ^math:crypt updated to generate random salt when needed and to
17814: call system crypt() if not $apr1$ prefix
1.95 moko 17815:
17816: 2002-06-24 paf
17817:
17818: * INSTALL: --with-static/shared-mailreceive described
17819:
17820: * src/include/pa_config_fixed.h: ssize_t fixed
17821:
1.116 moko 17822: * configure, configure.in, src/include/pa_config_auto.h.in,
17823: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17824: src/types/pa_vmail.C: $mail:received makes update
17825:
17826: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17827: WITH_MAILRECEIVE
17828:
17829: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17830:
17831: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17832: option, for $mail:receive
17833:
17834: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17835: introducting $message:received ^mail:send rewritten with backward
17836: comp
17837:
17838: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17839: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17840: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17841: now
17842:
17843: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17844: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17845: src/include/pa_request.h, src/include/pa_string.h,
17846: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17847: src/main/pa_globals.C, src/main/pa_request.C,
17848: src/main/pa_string.C, src/main/pa_uue.C,
17849: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17850: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17851: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17852: uue to separate file introducting $message:received ^mail:send
17853: rewritten with backward comp
17854:
17855: 2002-06-21 paf
17856:
1.116 moko 17857: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17858: co changes
1.95 moko 17859:
1.116 moko 17860: * configure, configure.in, src/lib/md5/Makefile.am,
17861: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17862: restructure .in and .am files appropriate changes
1.95 moko 17863:
17864: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17865: pcre to libs/ added libs/md5 which is linked to non-apache
17866: targets ^math:crypt[password;$apr1$salt]
17867:
17868: * INSTALL, configure.in, operators.txt, parser3.dsw,
17869: src/Makefile.am, src/classes/Makefile.am,
17870: src/classes/classes.dsp, src/classes/math.C,
17871: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17872: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17873: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17874: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17875: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17876: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17877: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17878: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17879: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17880: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17881: src/lib/pcre/pcre_parser_ctype.dsp,
17882: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17883: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17884: src/main/compile.tab.C, src/main/main.dsp,
17885: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17886: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17887: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17888: to libs/ added libs/md5 which is linked to non-apache targets
17889: ^math:crypt[password;$apr1$salt]
17890:
17891: 2002-06-20 paf
17892:
1.150 moko 17893: * INSTALL, configure, configure.in, operators.txt,
17894: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17895: src/include/pa_globals.h, src/include/pa_request.h,
17896: src/main/execute.C, src/main/pa_request.C,
17897: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17898: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17899: file:justname&co & @auto/conf[filespec
1.95 moko 17900:
17901: * operators.txt, src/classes/file.C:
17902: !^file:dirname[/a/some.tar.gz]=/a
17903: !^file:dirname[/a/b/]=/a
17904: !^file:basename[/a/some.tar.gz]=some.tar.gz
17905: !^file:justname[/a/some.tar.gz]=some.tar
17906: !^file:justext[/a/some.tar.gz]=gz
17907:
17908: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17909: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17910: @conf/auto[filespec]
17911:
1.116 moko 17912: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17913:
1.150 moko 17914: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17915: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17916: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17917:
17918: 2002-06-18 paf
17919:
17920: * configure, configure.in, src/include/pa_version.h: version to
17921: configure.in
17922:
17923: * INSTALL: reflected .conf.dist dir change
17924:
1.150 moko 17925: * Makefile.am, configure, configure.in,
1.116 moko 17926: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17927: .in & *.am updated
17928:
17929: * src/classes/file.C: strncasecmp
17930:
17931: * src/classes/file.C: strcasecmp
17932:
1.150 moko 17933: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17934:
17935: * src/classes/file.C: ^file::exec[script;$.bad error case
17936: insensitive check now
17937:
17938: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17939:
17940: * configure, configure.in, src/include/pa_pool.h,
17941: src/include/pa_types.h: pack configure.in detection simplified.
17942: figured out that gcc on sparc not that stupid as thought
17943: previously: on sparc: when it sees packed class it modifies it's
17944: field-access-code to byte operations [stb, ldub] instead of 4byte
17945: operations [st, lduh] so packed must be all parts of packed
17946: class, i.e. it's parents&fields(classes). for now it's only
17947: String that packed and what was wrong is that it's parent -
17948: Pooled, were not packed. fixed that.
17949:
17950: 2002-06-14 paf
17951:
17952: * operators.txt: more precise xml-to-text options
17953:
17954: * operators.txt, src/types/pa_vxnode.C: xnode
17955: attribute_node.name/value xnode pi.node.data
17956:
17957: 2002-06-12 paf
17958:
1.116 moko 17959: * configure, configure.in, src/targets/cgi/Makefile.am,
17960: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17961:
17962: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17963: src/include/pa_globals.h, src/include/pa_request.h,
17964: src/main/compile.tab.C, src/main/pa_globals.C,
17965: src/main/pa_request.C, src/targets/cgi/parser3.C,
17966: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17967:
17968: * src/classes/mail.C: sendmail -ti [default now]
17969:
17970: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17971: to be strings. for convinient #ing
17972:
17973: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17974: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17975:
17976: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17977: main/pa_globals.C, main/pa_request.C: @conf
17978:
17979: 2002-06-11 paf
17980:
17981: * src/classes/file.C: check simplified
17982:
17983: * src/: classes/file.C, targets/cgi/parser3.dsp,
17984: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17985: valid prefix
17986:
17987: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17988: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17989: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17990:
17991: 2002-06-10 paf
17992:
17993: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17994: src/main/pa_common.C: lock failures reported now
17995:
17996: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17997: string->double @ compile time were not-enough-checking...
17998:
17999: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
18000: autoconvert now ignored
18001:
18002: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
18003: check
18004:
18005: * src/classes/mail.C: mail netscape attachment name fixed. todo:
18006: $response:body content-type:name
18007:
18008: * configure, configure.in: hpux check, nsl link, no socket
18009:
18010: * operators.txt: old merge conflict removed
18011:
18012: * configure, configure.in: pack even address access on sparc&co
18013: arch checked in configure
18014:
18015: * configure, src/include/pa_version.h: makes
18016:
18017: * configure, configure.in, src/include/pa_version.h: makes
18018:
18019: * src/main/untaint.C: (bug#2) mail subject got always prepended
18020: with charset even when all letters were 7bit one
18021:
18022: * src/main/pa_common.C: merged fixed -d (bug)
18023:
18024: * src/main/pa_common.C: fixed -d (bug)
18025:
18026: 2002-06-03 paf
18027:
18028: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
18029: src/classes/classes.dsp, src/main/compile.tab.C,
18030: src/main/main.dsp, src/main/pa_globals.C,
18031: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
18032: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
18033: .dsp-s along with reorganized cvs modules dirs structure
18034:
18035: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18036: main/pa_globals.C, targets/cgi/parser3.dsp,
18037: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
18038: modules
18039:
18040: 2002-05-28 paf
18041:
18042: * src/targets/cgi/parser3.C: info.uri now ""
18043:
18044: 2002-05-17 paf
18045:
18046: * src/classes/: table.C: ^table.save << checked empty
18047: pre/match/post columns
18048:
18049: 2002-05-16 paf
18050:
18051: * src/classes/image.C: image::measure can png now
18052:
18053: 2002-05-15 paf
18054:
18055: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
18056: added
18057:
18058: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
18059:
18060: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
18061: %H[:%M[:%S]]]]]] [-%m now
18062:
18063: 2002-05-14 paf
18064:
18065: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
18066:
18067: 2002-05-07 paf
18068:
18069: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
18070: src/include/pa_globals.h, src/include/pa_request.h,
18071: src/include/pa_table.h, src/main/compile.tab.C,
18072: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
18073: src/main/pa_request.C, src/main/pa_table.C,
18074: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
18075: src/targets/isapi/parser3isapi.dsp,
18076: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
18077: name2number field now &. main_method_name now on Request pool
18078: rather on global_pool [Junction+VJunction created on same pool as
18079: name = were created on global pool, causing mem leaks]
18080:
18081: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
18082: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
18083: main/compile.y, main/main.dsp, main/pa_globals.C,
18084: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
18085: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18086: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
18087: field now &. main_method_name now on Request pool rather on
18088: global_pool [Junction+VJunction created on same pool as name =
18089: were created on global pool, causing mem leaks]
18090:
18091: 2002-05-06 paf
18092:
18093: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18094: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18095: 100*40 bytes per request memory leak [nonpool malloc in globals]
18096:
18097: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18098: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
18099: 100*40 bytes per request memory leak [nonpool malloc in globals]
18100:
18101: 2002-04-30 paf
18102:
18103: * configure, src/include/pa_version.h: version now not b
18104:
18105: * src/targets/cgi/parser3.C: request.uri now never 0
18106:
18107: 2002-04-29 paf
18108:
18109: * configure.in: removed b
18110:
18111: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
18112: Exception::comment/type checked in (), no there's no empty
18113: type/comment by default
18114:
18115: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
18116: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
18117: src/doc/value.dox, src/include/pa_exception.h,
18118: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
18119: 0001
18120:
18121: 2002-04-26 paf
18122:
18123: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
18124: size reduced
18125:
18126: 2002-04-25 paf
18127:
18128: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
18129: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
18130: now that took into account
18131:
18132: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
18133: 01:03:04]
18134:
18135: * ChangeLog, operators.txt, src/classes/date.C:
18136: ^date::create[2002-12-33 01:03:04]
18137:
18138: * ChangeLog: updated changelog
18139:
18140: * src/classes/table.C: removed restriction on column count to
18141: ^table.hash to work, now must be >0 [were >1]
18142:
18143: 2002-04-24 paf
18144:
18145: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18146: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18147: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
18148: targets
18149:
18150: 2002-04-23 paf
18151:
18152: * operators.txt, src/classes/string.C:
18153: int/double/string:sql{}[$.default{code}] fixed [were barking:
18154: "junction used outside of context"]
18155:
18156: 2002-04-22 paf
18157:
18158: * types.txt, src/classes/string.C, src/include/pa_string.h,
18159: src/main/pa_string.C, src/types/pa_vstring.C,
18160: src/types/pa_vstring.h: ^string.optimize[]
18161:
18162: * src/: include/pa_globals.h, include/pa_table.h,
18163: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18164: table template
18165:
18166: * src/classes/: string.C: optimize removed from string
18167: .left/right/pos
18168:
18169: * src/main/execute.C: rolled back to
18170: before_killing_userjunction_contexts
18171:
18172: * src/main/execute.C: user junctions context killed
18173:
18174: * src/main/execute.C: junctions to local contexts got
18175: cleanized&checked later
18176:
18177: 2002-04-19 paf
18178:
18179: * src/: classes/string.C, include/pa_request.h,
18180: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18181: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18182: prior to .left .right .mid .pos .match when that is profitable,
18183: and always before .replace when $ORIGINS(1) optimization disabled
18184: economy from not wasting mem on lots of strings which occur by
18185: lots of String:mid calls to get parts of source string between
18186: found_occurances
18187:
18188: * src/classes/file.C: ovector now local economy: 16 bytes per
18189: ^file:list
18190:
18191: * src/: include/pa_globals.h, include/pa_table.h,
18192: main/pa_globals.C, main/pa_string.C: String::match table columns
18193: globalized, not created @ each ^match anymore economy:
18194: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18195:
18196: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18197: removed from each String::match replace iteration, and made
18198: stacked sizeof(VTable)=12bytes economy on each replace code
18199:
18200: * src/doc/footer.htm: 2001,
18201:
18202: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18203: string.match[]['] option enables generation of $match.prematch
18204: .match .postmatch columns
18205:
18206: * src/main/pa_string.C: String::match options analized without
18207: cstr-ing them now
18208:
18209: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18210: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18211: config updated to doxygen 1.2.15, created helper which fixes
18212: minor bugs in chm project files & htm tree. changed extension to
18213: .htm
18214:
18215: 2002-04-18 paf
18216:
18217: * src/doc/doxygen.cfg: .chi generation disabled
18218:
18219: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18220: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18221: fields&methods
18222:
18223: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18224: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18225: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18226: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18227: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18228: types/pa_vresponse.h, types/pa_vstateless_class.h,
18229: types/pa_vstateless_object.h, types/pa_vstatus.h,
18230: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18231: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18232: VStateless_class to VObject
18233:
18234: * src/: main/pa_request.C, types/pa_valiased.h,
18235: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18236: types/pa_vstring.h: VStateless_string_object speicalized light
18237: version of VStateless_object
18238:
18239: * src/classes/op.C: ^throw comment param made optional
18240:
18241: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18242: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18243: and implemented down in VClass, fclass_alias removed,
18244:
18245: * src/types/pa_value.C: forced to cut that from .h because of
18246: VStateless_class usage [undefined in .h]
18247:
18248: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18249: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18250: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18251: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18252: on each CALL]
18253:
18254: * src/: classes/classes.h, classes/date.C, classes/double.C,
18255: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18256: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18257: classes/response.C, classes/string.C, classes/table.C,
18258: classes/void.C, classes/xnode.C, include/pa_globals.h,
18259: include/pa_request.h, main/execute.C, main/pa_globals.C,
18260: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18261: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18262: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18263: types/pa_vstateless_class.h, types/pa_wcontext.C,
18264: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18265: removed Value::fname
18266:
18267: 2002-04-17 paf
18268:
18269: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18270: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18271: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18272: include/pa_pool.h, include/pa_types.h: dox updated to current
18273: state, PTHROW freshen to throw & co
18274:
18275: * src/types/pa_vhash.h: vstring wrong parent fixed
18276:
18277: * src/classes/op.C: taint local result var bug fixed
18278:
18279: 2002-04-16 paf
18280:
18281: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18282: Attic asm.txt as most interesting
18283:
18284: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18285: check, preventing content-length: 0 from appearing
18286:
18287: * src/main/execute.C: $result in @main now taken into account as in
18288: usual functions
18289:
18290: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18291: & @unhandled_exception now taken into account as in usual
18292: functions
18293:
18294: * src/doc/postbuild.txt: instructions on post .html build
18295:
18296: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18297:
18298: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18299: tainted
18300:
18301: * src/main/pa_request.C: uri in error log
18302:
18303: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18304: cheched date:create(days) param for validity [later were assumed
18305: valid and crashed on invalid onces]
18306:
18307: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18308: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18309: and used that for removing VString wrapper
18310:
18311: * src/classes/op.C: exception2vhash file now tainted
18312:
18313: * src/classes/op.C: _process pseudo origin copied from local var to
18314: heap
18315:
18316: * src/classes/op.C: extra check on empty file in origin in _execute
18317:
18318: 2002-04-15 paf
18319:
18320: * src/: main/execute.C, types/pa_value.h: fixed name update
18321:
18322: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18323: functions
18324:
18325: * src/: classes/file.C, classes/hash.C, classes/op.C,
18326: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18327: started dual write_xxx_lang functions, if checked & works
18328:
18329: * src/: classes/date.C, classes/file.C, classes/mail.C,
18330: classes/string.C, classes/xnode.C, include/pa_request.h,
18331: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18332: unnecessary VString shells
18333:
18334: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18335: prev changes]
18336:
18337: * src/: classes/image.C, classes/op.C, classes/string.C,
18338: classes/table.C, include/pa_request.h, main/execute.C,
18339: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18340: StringOrValue wcontext result, now ready for dual writes
18341:
18342: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18343: checked that
18344:
18345: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18346: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18347: changed to OP_WRITE_VALUE in var get cases
18348:
18349: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18350: include/pa_request.h, main/compile.tab.C, main/compile.y,
18351: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18352: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18353: switch in hash constructor fixed [were problems with using of
18354: stacked wwrapper after it's death]
18355:
18356: 2002-04-12 paf
18357:
18358: * operators.txt, src/classes/table.C: table.select(expression) 0
18359:
18360: 2002-04-11 paf
18361:
18362: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18363: Request::process_internal codeFrame & wwrapper stacked [not
18364: wasting heap anymore]
18365:
18366: 2002-04-10 paf
18367:
18368: * src/: classes/double.C, classes/file.C, classes/hash.C,
18369: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18370: classes/string.C, classes/table.C, classes/void.C,
18371: classes/xdoc.C, include/pa_request.h, main/execute.C,
18372: main/pa_string.C: killed Request::process() wrapping
18373: VString(String) in case we need only String
18374:
18375: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18376: killed 8 bytes from String.head
18377:
18378: 2002-04-09 paf
18379:
18380: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18381: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18382: local*/char b[...]; a=b; situations
18383:
18384: * operators.txt, src/classes/xdoc.C: xslt params made literal
18385:
18386: * src/classes/xdoc.C: xslt params fixed
18387:
18388: * src/: main/pa_common.C, targets/cgi/parser3.C,
18389: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18390: not pool.malloc(MAX_NUMBER) but really neaded
18391:
18392: * operators.txt, src/classes/double.C, src/classes/int.C:
18393: int/double.int/double(default)
18394:
18395: 2002-04-04 paf
18396:
18397: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18398: [when reconstructing pieces were split by
18399: max_integral(piece.size), thus some strings to replace happen to
18400: be split into two = not replaced)
18401:
18402: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18403: standalone version = current dir
18404:
18405: * src/targets/cgi/parser3.C: document root in standalone version =
18406: current dir
18407:
18408: 2002-04-03 paf
18409:
18410: * configure, configure.in: more checks on nonexistent charset
18411:
1.116 moko 18412: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18413:
18414: 2002-04-02 paf
18415:
18416: * src/main/compile.C: parser.compile [exception name more like in
18417: doc]
18418:
18419: 2002-04-01 paf
18420:
18421: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18422: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18423: .content-type.charset, not .charset
18424:
18425: 2002-03-29 paf
18426:
18427: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18428:
18429: * operators.txt, src/classes/date.C: ^date::create now may not
18430: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18431: days' year. | 31.05->31.04 roll
18432:
18433: 2002-03-28 paf
18434:
18435: * operators.txt, src/classes/date.C, src/classes/op.C,
18436: src/include/pa_globals.h, src/include/pa_hash.h,
18437: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18438: ^cache(seconds) ^cache[date] }
18439:
18440: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18441: param
18442:
18443: 2002-03-27 paf
18444:
18445: * operators.txt, src/classes/date.C, src/classes/double.C,
18446: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18447: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18448: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18449: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18450: src/classes/xnode.C, src/include/pa_exception.h,
18451: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18452: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18453: src/main/pa_array.C, src/main/pa_charset.C,
18454: src/main/pa_charsets.C, src/main/pa_common.C,
18455: src/main/pa_dictionary.C, src/main/pa_exception.C,
18456: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18457: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18458: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18459: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18460: src/types/pa_value.h, src/types/pa_vcookie.C,
18461: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18462: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18463: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18464: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18465: src/types/pa_wwrapper.h: assigned exception types
18466:
18467: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18468: src/include/pa_request.h, src/main/execute.C,
18469: src/main/pa_request.C: decided agains resetting exception_trace,
18470: just changed name
18471:
18472: 2002-03-26 paf
18473:
18474: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18475: fixed
18476:
18477: * src/classes/op.C: forced language of $source field of exception
18478: to 'tainted', so that sql-langed-frags could be outputed outside
18479: of connect
18480:
18481: * operators.txt: removed date.roll limit of +-1 offset
18482:
18483: * src/classes/date.C: removed date.roll limit of +-1 offset
18484:
18485: * operators.txt, src/classes/date.C: fixed date roll on
18486: daylightsaving days mktime took into account tm_isdst flag, which
18487: remained from BEFORE roll, but should have been reset
18488:
18489: 2002-03-25 paf
18490:
18491: * operators.txt, src/targets/cgi/parser3.C:
18492: http_site_config_filespec
18493:
18494: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18495: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18496: with any/both --disable-foreign-group-files --disable-execs
18497:
18498: * INSTALL: "--with=sendmail=COMMAND" comment
18499:
18500: * INSTALL, configure, configure.in, src/classes/mail.C,
18501: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18502: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18503: disables execs also. introducing --sendmail
1.95 moko 18504:
18505: * operators.txt: pgsql options comment
18506:
18507: * INSTALL: comment on --disable-link-stdcpp
18508:
1.116 moko 18509: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18510: libstdc++ link skipping configure option
1.95 moko 18511:
18512: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18513: with error were put to cache with 'marked_to_rollback' flag, all
18514: consequent even OK requests rolled back
18515:
18516: 2002-03-22 paf
18517:
18518: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18519: false return
18520:
18521: * operators.txt: few comments on sets
18522:
18523: 2002-03-18 paf
18524:
18525: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18526: src/include/pa_globals.h, src/include/pa_request.h,
18527: src/include/pa_stack.h, src/main/pa_globals.C,
18528: src/main/pa_request.C: introducing ^try
18529:
18530: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18531: types/pa_vdouble.h: removed some tested @tests
18532:
18533: 2002-03-15 paf
18534:
18535: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18536:
18537: 2002-03-13 paf
18538:
18539: * src/main/pa_exception.C: checked not-pooled malloc
18540:
18541: 2002-03-11 paf
18542:
18543: * INSTALL, configure, configure.in,
18544: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18545:
18546: * src/main/pa_common.C: --disable-foreign-group-files
18547:
18548: * INSTALL: --disable-execs
18549:
18550: * src/main/pa_exec.C: --disable-execs
18551:
18552: * configure, configure.in, src/include/pa_config_auto.h.in:
18553: --disable-execs
18554:
18555: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18556:
18557: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18558: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18559:
18560: 2002-03-05 paf
18561:
18562: * operators.txt, src/classes/date.C: date week calendar columns
18563: named
18564:
18565: * operators.txt, src/classes/date.C: date week calendar columns
18566: named
18567:
18568: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18569: requires headers to be terminated with \r\n manually [refuses to
18570: separate header/body itself]
18571:
18572: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18573: targets/isapi/parser3isapi.C: isapi site config beside .dll
18574:
18575: 2002-03-04 paf
18576:
18577: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18578: in PASS language
18579:
18580: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18581: deserialize checks on broken file
18582:
18583: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18584: parser3isapi.dsp: isapi updated
18585:
18586: 2002-03-01 paf
18587:
18588: * src/main/pa_exec.C: execle -> execve, now argc OK
18589:
18590: 2002-02-28 paf
18591:
18592: * src/main/untaint.C: removed some debug comments
18593:
18594: * src/main/pa_charsets.C: when placing charset to cache using
18595: global name now [were request]
18596:
18597: * configure, configure.in: apache module updated
18598:
18599: * src/main/pa_string.C: origin by first piece preferred before last
18600: piece
18601:
18602: 2002-02-27 paf
18603:
18604: * src/main/pa_charset.C: size_t
18605:
18606: * INSTALL: shared/static-xml with-pathlink
18607:
18608: * operators.txt: SMTP comment
18609:
18610: 2002-02-26 paf
18611:
18612: * src/main/pa_exec.C: more precise names for vars, cosmetic
18613:
18614: * src/classes/xnode.C: in some situation, xpath query returned
18615: result with type NODESET, but empty nodeset member field, checked
18616: that
18617:
18618: 2002-02-22 paf
18619:
18620: * INSTALL: without-zlib comment
18621:
18622: * etc/parser3.charsets/windows-1251.cfg: °
18623:
18624: * configure, configure.in: glib###.a detection fixed
18625:
18626: * INSTALL: hashfile removed from INSTALL
18627:
1.116 moko 18628: * Makefile.am: make update
1.95 moko 18629:
18630: * src/main/pa_string.C: string iterators fixed again, so were
18631: String::join_chain
18632:
18633: * src/main/pa_string.C: string iterators fixed again, so were
18634: String::join_chain
18635:
18636: * src/: include/pa_string.h, main/pa_string.C: string iterators
18637: fixed again, so were String::join_chain
18638:
18639: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18640:
18641: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18642: "session"
18643:
1.116 moko 18644: * configure, configure.in, src/include/pa_config_auto.h.in:
18645: --with-shared-xml --with-static-xml
1.95 moko 18646:
18647: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18648: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18649: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18650: xalan&xml
18651:
18652: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18653:
18654: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18655: src/types/types.dsp: removed hashfile support from sources for
18656: now
18657:
1.116 moko 18658: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18659: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18660: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18661: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18662: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18663: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18664: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18665: src/types/Makefile.am, src/types/pa_vhashfile.C,
18666: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18667:
18668: 2002-02-21 paf
18669:
18670: * src/main/untaint.C: removed debug code, activated commented-for
18671: debug parts
18672:
1.116 moko 18673: * Makefile.am: make cvsupdate
1.95 moko 18674:
18675: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18676: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18677: append_row, not at link zero now string to string appending works
18678:
18679: 2002-02-20 paf
18680:
18681: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18682: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18683: DEBUG_STRING_APPENDS_VS_EXPANDS
18684:
18685: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18686: economy: 22%
18687:
18688: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18689: space uptimized: string::link_row removed
18690:
18691: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18692: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18693: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18694: types/pa_vstring.h: speed uptimized: string::is_empty
18695:
18696: * operators.txt, src/include/pa_common.h,
18697: src/include/pa_config_fixed.h, src/include/pa_string.h,
18698: src/include/pa_types.h, src/main/compile.tab.C,
18699: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18700: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18701: string append optimiziation idea and estimates
18702:
18703: 2002-02-19 paf
18704:
18705: * src/classes/math.C: not used directly [but erroreously reported
18706: that 'is', thus registering twice&other probs]
18707:
18708: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18709: to node [element]
18710:
18711: * src/main/compile.C: without string_origins parse error
18712: file+line+col possible
18713:
18714: * src/main/: compile.C: without string_origins not worked
18715:
18716: 2002-02-18 paf
18717:
18718: * src/types/pa_vdouble.h: since we have in_expression removed that
18719: trick i've installed into double::as_string
18720:
18721: * src/main/pa_globals.C: extern "C" was removed too fast
18722:
18723: * src/: include/pa_opcode.h, include/pa_request.h,
18724: main/compile.tab.C, main/compile.y, main/execute.C,
18725: types/pa_wcontext.h: in_expression aimed to solve old problem
18726: with string/nonstring values, now in expressions double/int
18727: values are passed as-is, without stupid tostring/fromstring
18728: conversions
18729:
18730: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18731: __cplusplus } #endif
18732:
18733: * src/main/compile.tab.C: bison env set so one could compile
18734: without cygwin installed
18735:
18736: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18737: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18738: gnome xml libs parser .dsp-s changed accordingly
18739:
18740: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18741:
18742: * operators.txt, src/classes/date.C: date::create [were date::set,
18743: with backward comp
18744:
18745: * src/classes/math.C: math:random range check fixed
18746:
18747: * src/main/: compile.tab.C, compile.y: integer division stops name
18748:
18749: * INSTALL: local install comment
18750:
1.116 moko 18751: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18752:
1.116 moko 18753: * acinclude.m4, aclocal.m4, configure, configure.in,
18754: src/include/pa_config_auto.h.in,
18755: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18756: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18757:
18758: * operators.txt: \ comment
18759:
18760: 2002-02-13 paf
18761:
18762: * src/include/pa_config_includes.h: sys/time time both included
18763: now. vaguely remember confilicts on this on some system [not on
18764: six|ablv] so when would see them again would think up proper
18765: check
18766:
1.116 moko 18767: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18768: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18769:
18770: * src/main/pa_common.C: truncation never occured when writing files
18771: on unix [since i've changed cache mech] fix
18772:
18773: * src/main/pa_common.C: strnchr: sanity check added
18774:
18775: * etc/parser3.charsets/windows-1257.cfg: id added
18776:
18777: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18778: baltic charset file generated, in generation script ispunct check
18779: added
18780:
18781: 2002-02-08 paf
18782:
1.116 moko 18783: * src/: include/Makefile.am, sql/Makefile.am,
18784: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18785:
18786: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18787: forgotten
18788:
18789: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18790:
18791: * INSTALL, README: install&others updated
18792:
18793: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18794:
1.116 moko 18795: * Makefile.am, configure, configure.in,
18796: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18797: src/classes/Makefile.am, src/main/Makefile.am,
18798: src/main/pa_status_provider.C, src/targets/Makefile.am,
18799: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18800: works
1.95 moko 18801:
18802: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18803: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18804: classes/hashfile.C, classes/int.C, classes/mail.C,
18805: classes/math.C, classes/op.C, classes/response.C,
18806: classes/string.C, classes/table.C, classes/void.C,
18807: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18808: include/pa_array.h, include/pa_cache_managers.h,
18809: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18810: include/pa_config_fixed.h, include/pa_config_includes.h,
18811: include/pa_db_connection.h, include/pa_db_manager.h,
18812: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18813: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18814: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18815: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18816: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18817: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18818: include/pa_stack.h, include/pa_string.h,
18819: include/pa_stylesheet_connection.h,
18820: include/pa_stylesheet_manager.h, include/pa_table.h,
18821: include/pa_threads.h, include/pa_types.h, main/compile.C,
18822: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18823: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18824: main/pa_db_connection.C, main/pa_db_manager.C,
18825: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18826: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18827: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18828: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18829: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18830: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18831: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18832: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18833: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18834: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18835: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18836: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18837: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18838: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18839: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18840: types/pa_vmethod_frame.h, types/pa_vobject.h,
18841: types/pa_vrequest.h, types/pa_vresponse.h,
18842: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18843: types/pa_vstateless_object.h, types/pa_vstatus.C,
18844: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18845: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18846: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18847: classes/image.C, main/pa_common.C, main/pa_exec.C,
18848: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18849: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18850: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18851: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18852: types/pa_vxnode.C, main/pa_charset.C: name spelling
18853:
18854: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18855: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18856: classes/hashfile.C, classes/image.C, classes/int.C,
18857: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18858: classes/string.C, classes/table.C, classes/void.C,
18859: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18860: include/pa_array.h, include/pa_cache_managers.h,
18861: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18862: include/pa_config_fixed.h, include/pa_config_includes.h,
18863: include/pa_db_connection.h, include/pa_db_manager.h,
18864: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18865: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18866: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18867: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18868: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18869: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18870: include/pa_stack.h, include/pa_string.h,
18871: include/pa_stylesheet_connection.h,
18872: include/pa_stylesheet_manager.h, include/pa_table.h,
18873: include/pa_threads.h, include/pa_types.h, main/compile.C,
18874: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18875: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18876: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18877: main/pa_db_connection.C, main/pa_db_manager.C,
18878: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18879: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18880: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18881: main/pa_socks.C, main/pa_sql_driver_manager.C,
18882: main/pa_status_provider.C, main/pa_string.C,
18883: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18884: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18885: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18886: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18887: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18888: targets/isapi/pool_storage.h, types/pa_valiased.C,
18889: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18890: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18891: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18892: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18893: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18894: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18895: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18896: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18897: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18898: types/pa_vresponse.h, types/pa_vstateless_class.C,
18899: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18900: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18901: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18902: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18903: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18904: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18905:
18906: 2002-02-07 paf
18907:
18908: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18909:
1.116 moko 18910: * configure, configure.in, src/include/pa_config_auto.h.in,
18911: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18912: added yet another locking function: fcntl
1.95 moko 18913:
18914: * config.sub: on cygwin configure passes it with strange i1586
18915: const, hacked it to mean i586
18916:
18917: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18918: disabled $if reference due to conflicts with local variables
18919:
18920: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18921: xdoc::set obsolete now, now xdoc::create, with both sences
18922:
18923: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18924: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18925: table::create now // 'set' name obsolete now table clone.
18926:
18927: * operators.txt, src/classes/string.C,
18928: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18929: ^int/double/string.format now can be called with normal []
18930: brackets, not stupid {} as it were implemented for some strange
18931: reason. retaining backward compatibility due to some
18932: already-implemented servers
18933:
18934: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18935: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18936: operators now detected by check at name_without_curly_rdive_read
18937: rule whether diving code constists only of
18938: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18939: with OP_GET_ELEMENT_OR_OPERATOR to form
18940: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18941:
18942: 2002-02-06 paf
18943:
18944: * configure, configure.in: prefix expanded, grr
18945:
18946: * operators.txt, src/classes/mail.C: mail:send config changed
18947:
18948: 2002-02-05 paf
18949:
18950: * operators.txt: regex options commented
18951:
18952: * src/main/: pa_exec.C: argv0 now correct
18953:
18954: * src/types/pa_vstatus.C: status:rusage 3
18955:
18956: * src/types/pa_vstatus.C: status:rusage 2
18957:
18958: * operators.txt: status:rusage described int operators
18959:
18960: * src/types/pa_vstatus.C: status:rusage 1
18961:
18962: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18963: src/types/types.dsp: status:rusage
18964:
18965: * configure.in, operators.txt, src/classes/file.C,
18966: src/classes/op.C, src/include/pa_common.h,
18967: src/include/pa_config_includes.h, src/main/compile.tab.C,
18968: src/main/pa_common.C: rewritten ^cache to use
18969: non-blocking-exclusive-caches
18970:
18971: * src/main/pa_common.C: text file read mode on win32 adjusted
18972: [speed impact. was off for debugging purpose, but forgotten
18973: afterwards]
18974:
18975: 2002-02-01 paf
18976:
18977: * src/classes/op.C: file_write does EX lock after create, while
18978: file_read does SH after open, so there's a moment after create
18979: but before EX lock when read can sneak into, and read
18980: just-created-for-writing-and-not-yet-locked file, added a check
18981: for that in ^cache...read
18982:
18983: 2002-01-31 paf
18984:
18985: * src/main/: compile.y, compile.tab.C: disabled operator call after
18986: ^xxx:
18987:
18988: * src/main/: compile.tab.C, execute.C: made operators lookup first
18989: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18990:
18991: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18992: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18993: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18994: operators check 6.1 rewritten. now check is done at compile time
18995:
18996: * src/main/execute.C: operators check 5 floated up old error of
18997: staying in 'entered class/object' state after $a($a..) it
18998: prevented operators from being called thereafter
18999:
19000: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19001: main/execute.C: operators check 4 floated up old error of staying
19002: in 'entered object' state after ^a.a(a) it prevented operators
19003: from being called thereafter
19004:
19005: * src/main/execute.C: operators check 3 floated up old error of
19006: staying in 'entered class' state after $a:a(a) it prevented
19007: operators from being called thereafter
19008:
19009: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
19010: floated up old error of staying in 'entered class' state after
19011: $a:a[a] it prevented operators from being called thereafter
19012:
19013: * src/main/execute.C: operators check, thay mistakenly seen in
19014: $class:operator $object.operators contexts
19015:
19016: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
19017: win32
19018:
1.116 moko 19019: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
19020: src/classes/Makefile.am, src/main/Makefile.am,
19021: src/targets/cgi/Makefile.am,
1.95 moko 19022: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 19023: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 19024:
1.116 moko 19025: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
19026: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
19027: configure, configure.in, form.txt, ident.awk, install-sh,
19028: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
19029: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 19030: etc/parser3.charsets/Makefile.am,
19031: etc/parser3.charsets/koi8-r.cfg,
19032: etc/parser3.charsets/windows-1250.cfg,
19033: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 19034: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
19035: src/main/Makefile.am, src/targets/cgi/Makefile.am,
19036: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
19037: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 19038: straightened installation scripts procedure made
19039: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
19040: change
19041:
19042: 2002-01-30 paf
19043:
19044: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
19045: removed] those comments were a mistake, and prevented libltdl
19046: from function properly
19047:
19048: 2002-01-29 paf
19049:
1.116 moko 19050: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
19051: creation [modified acinclude.m4 which were creating int into just
19052: assignment LIBTOOL=../libtool] added default system
19053: config&charsetts prepared 'make install', now it installs
19054: targets/cgi/parser3 into bin directory etc/parser3.conf &
19055: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 19056: $sysconfdir/parser3.charsets respectively
19057:
19058: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
19059: main/pa_globals.C: few forgotten ifdef XML added
19060:
19061: 2002-01-28 paf
19062:
1.116 moko 19063: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 19064: removed
19065:
19066: * src/main/pa_exception.C: dom|generic error output fix
19067:
19068: * src/classes/xnode.C: xdoc.importNode 3 [check err]
19069:
19070: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
19071:
19072: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
19073: [fixed as_node helper func to accept docs]
19074:
19075: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
19076: xdoc.importNode 0
19077:
19078: * src/classes/xdoc.C: xdoc::set now untaints OK
19079:
19080: 2002-01-25 paf
19081:
19082: * src/main/: compile.tab.C, compile.y: #comment before @ after
19083: @SPECIAL now works OK
19084:
19085: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
19086:
19087: * src/main/pa_exec.C: max arg count now 10, and proper message on
19088: violation that added
19089:
19090: * src/classes/hash.C: unified hash::sql, now
19091: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
19092:
19093: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
19094: ^file:lock[filename]{code}
19095:
19096: * src/: classes/file.C, classes/op.C, classes/string.C,
19097: classes/table.C, classes/xdoc.C, include/pa_common.h,
19098: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
19099: to some pa_common funcs
19100:
19101: * src/: include/pa_charset.h, main/pa_globals.C:
19102: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
19103:
19104: * src/: include/pa_charset.h, main/pa_charset.C,
19105: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
19106: not stupid illegal define
19107:
19108: 2002-01-24 paf
19109:
19110: * src/include/pa_version.h: changed version number
19111:
19112: * src/: classes/hashfile.C, include/pa_db_table.h,
19113: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19114: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19115: main/pa_db_connection.C, main/pa_db_table.C,
19116: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
19117: hashfile without logfiles
19118:
19119: * src/: classes/hashfile.C, include/pa_db_table.h,
19120: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
19121: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
19122: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
19123: DB_INIT_TXN init bits, thus got rid of huge log files, which
19124: cluttered disk without huge need]
19125:
19126: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
19127: handy macro, which is strangly abscent in dome lib
19128:
19129: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
19130:
19131: * src/classes/xdoc.C: checked empty response
19132:
19133: * src/classes/xnode.C: xdoc.select fixed context node [were always
19134: /, not self node]
19135:
19136: * src/classes/xnode.C: xnode.select returns array always now, in
19137: case 'nothing found' returns empty array
19138:
19139: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
19140: be more tender with ctrl/c/v
19141:
19142: 2002-01-23 paf
19143:
19144: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
19145: substituted. // 2. when dom tree with entites goes under
19146: transform text nodes // got [erroreosly] cut on first
19147: entity occurance
19148:
19149: * src/types/pa_vdouble.h: double prec. todo: get rid of
19150: twice-converting
19151:
19152: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19153: 'e' in output this is for regretful twice-converting here:
19154: $a(double value) when they write double falue they convert it to
19155: string first, thus %g were losing precesion.
19156:
19157: todo: think up some way to remove double->string string->double
19158: twice-converting
19159:
19160: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19161: %.20E now default float format this is for regretful
19162: twice-converting here: $a(double value) when they write double
19163: falue they convert it to string first, thus %g were losing
19164: precesion.
19165:
19166: todo: think up some way to remove double->string string->double
19167: twice-converting
19168:
19169: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19170: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19171: reasons in comment inside
19172:
19173: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19174: statically linked]
19175:
19176: * src/: include/pa_exception.h, main/compile.tab.C,
19177: main/pa_exception.C: removed exception va_list constructor. 1.
19178: not needed anymore 2. there were a conflict[causing errors]
19179: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19180: never detected an ambiguilty here, compiling ctor(, "hello") into
19181: ctor(, va_list) which, of course, caused gpf
19182:
19183: * src/main/pa_globals.C: removed debug xslt messages
19184:
19185: 2002-01-22 paf
19186:
19187: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19188: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19189: helps compiling stylesheet properly. example: this refused to
19190: work, <b>«<xsl:value-of select="@title"
19191: />»</b> stranly worked only this way:
19192: <b>«<xsl:value-of select="@title" />»</b>
19193:
19194: docs says "set it to 1", never going into details, so I decided
19195: to try NOT to do that
19196:
19197: * src/classes/table.C: join behaived badly in case named tables
19198: structure mismatched: 0 strings sneaked into dest failing
19199: afterwards. replaced them with empty strings
19200:
19201: 2002-01-21 paf
19202:
19203: * src/main/pa_charset.C: checked empty transcoders in
19204: transcode_cstr|buf
19205:
19206: * src/classes/xdoc.C: xdoc::load error source = filespec
19207:
19208: * src/classes/xdoc.C: transform error source now
19209: stylesheet_filespec
19210:
1.116 moko 19211: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19212: include/pa_stylesheet_connection.h, main/pa_charset.C,
19213: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19214: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19215: gnome
1.95 moko 19216:
19217: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19218: include/pa_globals.h, include/pa_stylesheet_connection.h,
19219: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19220: xslt generic error 1
19221:
19222: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19223: xml generic message 1
19224:
19225: * src/classes/table.C: ^table::load empty lines or #comments before
19226: headline
19227:
19228: * src/: include/pa_array.h, include/pa_globals.h,
19229: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19230: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19231: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19232: errors 0
19233:
19234: 2002-01-16 paf
19235:
19236: * src/: classes/hash.C, classes/op.C, classes/string.C,
19237: classes/table.C, classes/void.C, classes/xdoc.C,
19238: include/pa_db_connection.h, include/pa_request.h,
19239: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19240: include/pa_stylesheet_connection.h,
19241: include/pa_stylesheet_manager.h, main/pa_request.C,
19242: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19243: targets/cgi/pool_storage.h: auto closers to sql_connection,
19244: stylesheet_connection auto destroyers to remaining gnome objects
19245:
19246: * src/classes/xdoc.C: few comments
19247:
19248: 2002-01-15 paf
19249:
19250: * src/classes/xdoc.C: xdoc file save string
19251:
19252: ready. todo: error handling
19253:
19254: * src/classes/xdoc.C: xdoc save rewritten using
19255: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19256: result
19257:
19258: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19259: started output options parsing
19260:
19261: 2002-01-14 paf
19262:
19263: * src/classes/xdoc.C: method
19264:
19265: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19266: include/pa_pool.h, include/pa_stylesheet_connection.h,
19267: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19268: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19269: xslt transform0. TODO: use output options handle errors
19270:
19271: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19272:
19273: 2002-01-11 paf
19274:
19275: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19276: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19277: partial logical && || evaluation
19278:
19279: * src/classes/xnode.C: xpath selectNodes
19280:
19281: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19282: string/number/bool
19283:
19284: * src/classes/xnode.C: xpath selectNode 2
19285:
19286: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19287: xpath selectNode 1
19288:
19289: 2002-01-10 paf
19290:
19291: * src/classes/xnode.C: xpath selectNode -100 [just written]
19292:
19293: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19294: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19295: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19296: refcounter]
19297:
19298: 2001-12-29 paf
19299:
19300: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19301: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19302: glib works 0
19303:
19304: 2001-12-28 paf
19305:
19306: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19307: main/pa_exception.C: started glib transcoders
19308:
19309: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19310:
19311: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19312: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19313: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19314: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19315: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19316: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19317: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19318: libs just compiled in. no refcounting no xpath no xslt yet
19319:
19320: 2001-12-27 paf
19321:
19322: * src/: include/pa_charset.h, include/pa_common.h,
19323: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19324: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19325: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19326: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19327: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19328: from xalan&xerces, started the process. globals [initialization
19329: pool [charset update charset [transcodings vxnode vxdoc [DOM
19330: calls
19331:
19332: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19333: anymore
19334:
19335: 2001-12-26 paf
19336:
19337: * src/: include/pa_charset.h, include/pa_charsets.h,
19338: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19339: key globalized [bug]
19340:
19341: 2001-12-25 paf
19342:
19343: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19344: main/pa_string.C: table set & append changed splitting languages,
19345: separators now can be clean AND as-is same to mail command line
19346: $MAIN:MAIL.progX arguments
19347:
19348: 2001-12-24 paf
19349:
19350: * src/classes/mail.C: one parted text messages - no multipart
19351: mime-type anymore. for convinient if $.attach-ments
19352:
19353: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19354: main/pa_string.C: read from cache size check updated
19355:
19356: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19357:
19358: 2001-12-21 paf
19359:
19360: * src/classes/date.C: date:sql-string now returns localtime
19361:
19362: * src/main/pa_request.C: $result in @main actually not working, to
19363: hell with it for now
19364:
19365: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19366: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19367: @postprocess @exception
19368:
19369: * src/main/execute.C: junction evaluation canceled - endless
19370: recursion detected
19371:
19372: 2001-12-19 paf
19373:
19374: * src/main/pa_charset.C: charset->charset transcoding via unicode
19375: intermediate
19376:
19377: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19378:
19379: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19380:
19381: * src/classes/op.C: ^cache keypath now relative
19382:
19383: * src/classes/mail.C: changed weighting prior to sort
19384:
19385: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19386: were missing
19387:
19388: 2001-12-17 paf
19389:
19390: * src/main/pa_charset.C: ifndef XML were bad type
19391:
19392: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19393: outdated unset services_pool
19394:
19395: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19396: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19397: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19398:
19399: * src/main/untaint.C: allowed space in filespec
19400:
19401: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19402:
19403: * src/classes/image.C: no govno
19404:
19405: * src/classes/image.C: govno
19406:
19407: 2001-12-16 paf
19408:
19409: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19410:
19411: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19412: charset_connection&manager replaced by charset&charsets
19413:
19414: * src/main/pa_charset.C: name_cstr 0
19415:
19416: * src/main/untaint.C: uri lang now knows about client/source
19417: charsets
19418:
19419: * src/: classes/file.C, classes/math.C, classes/op.C,
19420: classes/string.C, classes/table.C, classes/xdoc.C,
19421: include/pa_array.h, include/pa_cache_managers.h,
19422: include/pa_charset_connection.h, include/pa_charset_manager.h,
19423: include/pa_common.h, include/pa_db_connection.h,
19424: include/pa_db_manager.h, include/pa_db_table.h,
19425: include/pa_dictionary.h, include/pa_exception.h,
19426: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19427: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19428: include/pa_sapi.h, include/pa_socks.h,
19429: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19430: include/pa_string.h, include/pa_stylesheet_connection.h,
19431: include/pa_stylesheet_manager.h, include/pa_table.h,
19432: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19433: main/pa_charset.C, main/pa_charset_connection.C,
19434: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19435: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19436: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19437: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19438: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19439: types/types.dsp: introducing Charset
19440:
19441: 2001-12-14 paf
19442:
19443: * src/: include/pa_request.h, include/pa_transcoder.h,
19444: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19445: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19446: uri lang
19447:
19448: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19449:
19450: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19451:
19452: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19453: defalts_name global
19454:
19455: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19456: include/pa_request.h, main/main.dsp,
19457: main/pa_charset_connection.C, main/pa_charset_manager.C,
19458: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19459: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19460: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19461: changed charset model. now important: $request:charset
19462: $response:charset while $response:content-type.charset become
19463: unimportant [informational]
19464:
19465: 2001-12-13 paf
19466:
19467: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19468:
19469: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19470: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19471: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19472: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19473: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19474: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19475:
19476: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19477: auto_ptr part other way, because of stupid gcc 2.96
19478: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19479: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19480: FormatterListener] /usr/include/g++-3/memory:48:
19481: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19482: _Tp1 = FormatterListener, _Tp = FormatterListener]
19483:
19484: * src/classes/xdoc.C: removed extra inc
19485:
19486: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19487:
19488: * src/include/pa_types.h: msvc head debugging flag
19489:
19490: * src/classes/xdoc.C: freed up listener
19491:
19492: * src/classes/string.C: change msg '... code is not code'
19493:
19494: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19495: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19496: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19497: [past/future prob]
19498:
19499: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19500: include/pa_config_fixed.h, include/pa_db_manager.h,
19501: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19502: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19503:
19504: * src/: include/pa_config_fixed.h, main/pa_common.C,
19505: main/pa_string.C: removed signed mismatch warnings
19506:
19507: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19508: 'expires' from header outputs
19509:
19510: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19511: row ptr
19512:
19513: * src/classes/file.C: file::cgi bug, request_method were passed to
19514: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19515:
19516: * src/classes/xdoc.C: lang list updated
19517:
19518: 2001-12-10 paf
19519:
19520: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19521:
19522: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19523: erase files like that, knowing their full name introducing //
19524: theoretical problem with, for instance, "_2B" and "." fragments,
19525: // they would yield the same // because
19526: need_file_encode('_')=false // but we need to delete such files
19527: somehow, getting names from ^index
19528:
19529: * src/main/pa_string.C: ^string.replace bug fixed [bad
19530: string::join_chank break]
19531:
19532: 2001-12-07 paf
19533:
19534: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19535: include/pa_common.h, include/pa_config_auto.h.in,
19536: include/pa_config_fixed.h, include/pa_config_includes.h,
19537: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19538: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19539: types/pa_vhashfile.C: merged from r14_simple_cache
19540:
19541: * src/main/pa_string.C: stupid sparc architecture failed to access
19542: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19543: lduh [ %i2 + 1 ], %l0
19544:
19545: bus error, fixed that
19546:
19547: * src/main/pa_string.C: strange string deserialize bug on
19548: client[pmts], a bit shortened,
19549:
19550: * src/include/pa_config_auto.h.in: makes
19551:
19552: * src/: include/pa_common.h, include/pa_config_fixed.h,
19553: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19554: file write shared lock file read
19555:
19556: * src/: classes/op.C, include/pa_common.h,
19557: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19558:
19559: 2001-12-06 paf
19560:
19561: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19562: main/pa_request.C: #ifdef RESOURCES_DEBUG
19563:
19564: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19565: info
19566:
19567: * src/classes/hashfile.C: removed transaction from ^cache
19568:
19569: 2001-12-05 paf
19570:
19571: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19572: IIS5 there were a prob with illegal call check
19573:
19574: 2001-12-04 paf
19575:
19576: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19577: main/pa_request.C: measures to log
19578:
19579: 2001-11-23 paf
19580:
19581: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19582: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19583: types/pa_vhashfile.C: merged from _0014, 1
19584:
19585: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19586: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19587: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19588: ^cache(33) would change
19589:
19590: 0660 bits in file_write & hashfile create
19591:
19592: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19593: after pa_string optimization]
19594:
19595: 2001-11-22 paf
19596:
19597: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19598: table.offset[whence]
19599:
19600: * src/classes/op.C: process cstr(,connection)
19601:
19602: * src/classes/op.C: process now gets its body on current language,
19603: not as-is
19604:
19605: * src/main/untaint.C: ORIGINS mode removed UHTML
19606:
19607: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19608: bit
19609:
1.116 moko 19610: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19611:
19612: 2001-11-21 paf
19613:
19614: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19615: <xsl:output output options made identical to xsl:output
19616: attributes exclusion: cdata-section-elements what xalan can do
19617: but that not used now: it can escape and remove CDATA sections
19618:
19619: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19620: produced by xslt
19621:
19622: * src/targets/cgi/parser3.C: removed debug cgi||1
19623:
19624: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19625:
19626: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19627: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19628: default language for {code}, it happen to change it's language
19629: from CLEAN, so later refused to split by CLEAN \t
19630:
19631: 2001-11-20 paf
19632:
1.116 moko 19633: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19634: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19635: bottom of dependeces, so that errors would popup quicklier, fixed
19636: line numbering in table::sql
19637:
19638: 2001-11-19 paf
19639:
19640: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19641: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19642: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19643: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19644: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19645: at wcontext.write
19646:
1.116 moko 19647: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19648: _set_new_handler
19649:
1.116 moko 19650: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19651: set_new_handler in apache&isapi
1.95 moko 19652:
19653: 2001-11-16 paf
19654:
19655: * src/targets/cgi/parser3.C: pool debug @ die
19656:
19657: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19658: removed 8 bytes from String, 2 bytes from
19659: string::chunk::row::item
19660:
19661: * src/main/pa_string.C: removed 1+4 bytes from String
19662:
19663: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19664: types/pa_vstring.C: removed 1+4 bytes from String
19665:
19666: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19667: 0
19668:
19669: * src/: include/pa_globals.h, include/pa_string.h,
19670: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19671: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19672: targets/cgi/parser3.C: introducing estimating
19673: String::cstr_bufsize, 0
19674:
19675: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19676:
19677: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19678:
19679: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19680: include/pa_pool.h: die in pool::fail
19681:
19682: 2001-11-15 paf
19683:
19684: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19685: main/pa_exception.C, targets/cgi/parser3.C: exception with
19686: dynamic buffer re-back now with counter
19687:
19688: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19689: static buffer back
19690:
19691: * src/targets/cgi/parser3.C: std::
19692:
19693: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19694: include/pa_config_includes.h: setnewhandler check
19695:
1.116 moko 19696: * src/include/pa_config_auto.h.in: makes
1.95 moko 19697:
19698: * src/targets/cgi/parser3.C: set_new_handler started
19699:
19700: 2001-11-14 paf
19701:
19702: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19703: was wrong
19704:
19705: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19706: was wrong
19707:
19708: * src/main/pa_request.C: z
19709:
19710: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19711: full returns win32 -1 solaris >buffer_size
19712:
19713: checked all that
19714:
19715: * src/classes/op.C: ^untaint{body} as-is default now
19716:
19717: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19718: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19719: with no_bad_constructors_try
19720:
19721: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19722: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19723: this: $bred[^string::length[]] $bred[^response::clear[]]
19724: $bred[^int::int[]]
19725:
19726: now VObject creation moved into overriden
19727: VClass::create_new_value, thus 0 from create_new_value means that
19728: class has no ctors
19729:
19730: 2001-11-13 paf
19731:
19732: * src/classes/classes.C: returned accedently removed if in foreach
19733: callbacks [when hash no-0-restructure]
19734:
19735: 2001-11-12 paf
19736:
19737: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19738: passed as-is to method, xalan makes & into & itself
19739:
19740: * src/classes/date.C: date.roll parser2 alg used
19741:
19742: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19743: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19744: main/pa_dictionary.C, main/pa_hash.C,
19745: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19746: now does not containt 0 values. put 0 actullay removes. no check
19747: on 0 value in foreach now required
19748:
19749: 2001-11-11 paf
19750:
19751: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19752:
19753: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19754:
19755: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19756: driver initialize not const
19757:
19758: 2001-11-10 paf
19759:
19760: * src/main/pa_exec.C: doc
19761:
19762: 2001-11-09 paf
19763:
19764: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19765: param properly
19766:
19767: * src/classes/string.C: string.save now does untainting before
19768: saving
19769:
19770: * src/main/pa_common.C: line endings fixing fixed last piece[was
19771: still cstr oriented]
19772:
19773: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19774: line endings fixing got rid of cstr, now must work ok with post
19775: multipart
19776:
19777: * src/types/pa_vform.C: line endings fixed at post / multipart /
19778: not file also now
19779:
19780: 2001-11-08 paf
19781:
19782: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19783: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19784: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19785: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19786: main/pa_stylesheet_manager.C: restructured Cache manager to be
19787: simple parent, not second parent [gcc 2.96 strangly refused to
19788: call virtual from second parent]
19789:
1.116 moko 19790: * src/: include/pa_common.h, main/Makefile.am,
19791: targets/cgi/pa_pool.C: makes
1.95 moko 19792:
19793: * src/: include/pa_request.h, main/pa_request.C,
19794: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19795: 'status' class enabler
19796:
19797: <Location /parser-status.html> ParserStatusAllowed </Location>
19798:
19799: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19800: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19801: include/pa_stylesheet_manager.h, main/main.dsp,
19802: main/pa_cache_managers.C, main/pa_charset_manager.C,
19803: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19804: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19805: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19806: todo: apache 'status' class enabler
19807:
19808: 2001-11-05 paf
19809:
19810: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19811: debug to normal
19812:
19813: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19814: hence i removed skipping 0 values in hash::for_each-es we need to
19815: check cleaned cache items manually. few more checks.
19816:
19817: expiring to 0 time was wrong, changed to 'now' time
19818:
19819: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19820: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19821: on apache already done :)
19822:
19823: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19824: skipping 0 values in hash::for_each-es we need to check cleaned
19825: cache items manually
19826:
19827: * src/main/: pa_db_connection.C, pa_db_table.C:
19828: parser_multithreaded check was wrong
19829:
19830: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19831: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19832: classes/hashfile.C, classes/image.C, classes/int.C,
19833: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19834: classes/string.C, classes/table.C, classes/void.C,
19835: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19836: include/pa_array.h, include/pa_charset_connection.h,
19837: include/pa_charset_manager.h, include/pa_common.h,
19838: include/pa_config_fixed.h, include/pa_config_includes.h,
19839: include/pa_db_connection.h, include/pa_db_manager.h,
19840: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19841: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19842: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19843: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19844: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19845: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19846: include/pa_stack.h, include/pa_string.h,
19847: include/pa_stylesheet_connection.h,
19848: include/pa_stylesheet_manager.h, include/pa_table.h,
19849: include/pa_threads.h, include/pa_types.h, main/compile.C,
19850: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19851: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19852: main/pa_charset_manager.C, main/pa_common.C,
19853: main/pa_db_connection.C, main/pa_db_manager.C,
19854: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19855: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19856: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19857: main/pa_socks.C, main/pa_sql_driver_manager.C,
19858: main/pa_status_provider.C, main/pa_string.C,
19859: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19860: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19861: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19862: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19863: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19864: targets/isapi/pool_storage.h, types/pa_valiased.C,
19865: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19866: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19867: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19868: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19869: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19870: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19871: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19872: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19873: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19874: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19875: types/pa_vstateless_object.h, types/pa_vstatus.h,
19876: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19877: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19878: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19879: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19880: $status:db fixed used not initialized in db_connection & db_table
19881:
19882: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19883: $status:charset
19884:
19885: * src/: classes/xdoc.C, include/pa_db_connection.h,
19886: include/pa_stylesheet_connection.h,
19887: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19888: types/pa_vstatus.h: $status:stylesheet
19889:
19890: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19891: include/pa_request.h, include/pa_sql_connection.h,
19892: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19893: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19894: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19895: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19896: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19897: types/pa_vxnode.C, types/types.dsp: started status parser class
19898:
19899: 2001-11-01 paf
19900:
19901: * src/include/pa_config_auto.h.in: makes
19902:
19903: * src/main/pa_hash.C: removed old extra include
19904:
19905: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19906: checks [for hp, there are such in math.h]
19907:
19908: * src/classes/op.C: ^for endless loop check strightened
19909:
19910: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19911: behavior in native calls. it left unchanged, so ^for ^foreach &
19912: co can use r.root to write their i & key,value there
19913:
19914: * src/classes/op.C: detected for var storage bug, fixed.
19915: todo:foreach
19916:
19917: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19918: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19919: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19920: changing of hash inside of foreach
19921:
19922: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19923: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19924: were hash.foreach
19925:
19926: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19927: types/pa_vstring.C, types/pa_vstring.h:
19928: ^foreach[key|value]{body}[[separator]|{separator}]
19929:
19930: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19931: types/pa_vcookie.C: ^hash.delete[key]
19932:
19933: 2001-10-31 paf
19934:
19935: * src/main/: compile.C, pa_common.C: completely empty file now
19936: considered "read", not ignored [not perfect trick used]
19937:
19938: * src/main/pa_common.C: simplier common ifdefs
19939:
19940: * src/main/pa_common.C: typing bug in common - bad ifdeff
19941:
19942: * src/main/pa_db_connection.C: z
19943:
19944: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19945: lockdetector flags
19946: dbenv.lk_detect=DB_LOCK_RANDOM;
19947:
19948: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19949: from accidental show [imagine user forgot @exception]
19950:
19951: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19952:
19953: * src/: classes/file.C, classes/image.C, classes/mail.C,
19954: classes/string.C, classes/xnode.C, include/pa_common.h,
19955: main/pa_common.C: ^string.save[[append;]path]
19956:
19957: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19958: main/execute.C: \ in expression: int divide 10/3=3
19959:
19960: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19961: inside of ^cache
19962:
19963: * src/: include/pa_threads.h, main/pa_db_connection.C,
19964: main/pa_db_table.C, targets/cgi/pa_threads.C,
19965: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19966: needed
19967:
19968: 2001-10-30 paf
19969:
19970: * src/: classes/classes.dsp, main/main.dsp,
19971: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19972: types/types.dsp: enabled debug incremental compile
19973:
19974: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19975: form post data line endings not reformatted now.
19976:
19977: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19978: now required [had bug when file= has no value]
19979:
19980: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19981: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19982: cstr(asis) default param removed
19983:
19984: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19985:
19986: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19987:
19988: * src/include/pa_dir.h: LOAD_DIR fixed
19989:
19990: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19991: was broken} fix_line_breaks
19992:
19993: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19994: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19995: packed with #pragma pack
19996:
1.116 moko 19997: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19998:
19999: 2001-10-29 paf
20000:
20001: * src/types/pa_wcontext.h: bitfield syntax stricter
20002:
20003: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
20004: string hash.puts
20005:
20006: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
20007:
20008: * src/include/pa_sql_connection.h: there were one wrong
20009: SQL_CONNECTION_FUNC_GUARDED [failed]
20010:
20011: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
20012: param.someday either ifdef or remove it
20013:
20014: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
20015:
20016: * src/main/untaint.C: optimizing returned after debugging
20017:
20018: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
20019: main/untaint.C: memory hunging #pragma pack(1)
20020:
20021: 16 419 844 13 169 394
20022:
20023: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20024: targets/cgi/pa_pool.C: String size_t replace to uint in proper
20025: places [todo:Array]
20026:
20027: * src/: main/execute.C, targets/cgi/pa_pool.C,
20028: targets/cgi/parser3.dsp, types/pa_wcontext.h,
20029: types/pa_wwrapper.h: debugging memory WContext flags to bits
20030:
20031: total 5 652 652/158731 total 5 469 332/158731
20032:
20033: * src/: include/pa_array.h, main/pa_array.C: debugging memory
20034: Array:: without cache in get/put now
20035:
20036: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
20037: 18:25:27 2001] total 5 652 652/158731
20038:
20039: * src/: include/pa_string.h, main/pa_string.C,
20040: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
20041: now
20042:
20043: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
20044: 18:11:53 2001] total 5796092/158731
20045:
20046: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
20047: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
20048: key ref now
20049:
20050: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
20051: 17:11:17 2001] total 16867948/202658
20052:
20053: * src/: classes/file.C, classes/image.C, classes/string.C,
20054: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
20055: main/execute.C, main/pa_array.C, main/pa_common.C,
20056: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
20057: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
20058: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
20059: string::as_int/double now usually uses stack, not heap [200K out
20060: of 17M :)] VString(String&) not copies reference [29M -> 17M]
20061:
20062: * src/main/pa_sql_driver_manager.C: ping to have services [old
20063: hiding bug]
20064:
20065: * src/Makefile.am: .am order
20066:
20067: * src/: include/pa_array.h, include/pa_charset_manager.h,
20068: include/pa_db_connection.h, include/pa_db_manager.h,
20069: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
20070: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20071: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
20072: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
20073: required "friend class"
20074:
20075: ../include/pa_request.h:51: friend declaration requires
20076: class-key, i.e. `friend class Temp_lang'
20077:
20078: * src/: include/pa_exception.h, include/pa_sql_connection.h,
20079: main/pa_exception.C, main/pa_sql_driver_manager.C,
20080: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
20081:
20082: the idea is to #1 jump to C++ some function to main body, where
20083: every function stack frame has exception unwind information and
20084: from there... #2 propagate_exception()
20085:
20086: 2001-10-28 paf
20087:
20088: * src/main/pa_db_connection.C: removed old consts
20089:
20090: * src/main/pa_db_connection.C: expire table [was accidently pasted
20091: with wrong type/cast]
20092:
20093: * src/main/: pa_db_connection.C, pa_db_table.C: exception
20094: translation
20095:
1.116 moko 20096: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 20097: remember to build DB2 with -fexceptions!!!
20098:
20099: * src/main/pa_db_table.C: DB_RMW defed
20100:
20101: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
20102: include/pa_db_connection.h, include/pa_db_manager.h,
20103: include/pa_db_table.h, main/pa_db_connection.C,
20104: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
20105:
20106: 2001-10-27 paf
20107:
20108: * src/: classes/hashfile.C, include/pa_db_connection.h,
20109: include/pa_db_table.h, main/pa_db_connection.C,
20110: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
20111: types/pa_vhashfile.C: DB2 ifdefs
20112:
1.116 moko 20113: * src/: classes/Makefile.am, include/pa_config_fixed.h,
20114: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 20115: makes with DB2
20116:
1.116 moko 20117: * src/: include/pa_config_auto.h.in, main/Makefile.am,
20118: types/Makefile.am: makes db
1.95 moko 20119:
20120: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
20121: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
20122: globals.C
20123:
20124: * src/: classes/hashfile.C, include/pa_db_connection.h,
20125: include/pa_db_table.h, main/pa_db_connection.C,
20126: main/pa_db_table.C: ^hashfile.clear[]
20127:
20128: * src/classes/classes.awk: no $ in var names
20129:
20130: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
20131: connection&table [forgotten calls]
20132:
20133: 2001-10-26 paf
20134:
20135: * src/main/pa_db_connection.C: db checkpoints
20136:
20137: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
20138: checkpoints
20139:
20140: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
20141: default. but entities still reparsed. todo: tothink
20142:
20143: * src/main/pa_db_connection.C: db recover mech 2
20144:
20145: * src/: classes/hashfile.C, include/pa_db_connection.h,
20146: include/pa_db_manager.h, include/pa_db_table.h,
20147: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20148: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
20149: types/pa_vhashfile.h: db connections & tables now cached at
20150: create time & multithreaded
20151:
20152: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20153: parsed_source
20154:
20155: * src/main/pa_db_connection.C: about to remove connection from
20156: vhashfile
20157:
20158: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20159: transaction commit/rollback responsibility left to parent [as it
20160: sould - else there were a bug with double free]
20161:
20162: * src/include/pa_db_table.h: db: child transaction commit/rollback
20163: responsibility left to parent [as it sould - else there were a
20164: bug with double free]
20165:
20166: 2001-10-25 paf
20167:
20168: * src/: classes/hashfile.C, include/pa_common.h,
20169: include/pa_db_connection.h, include/pa_db_manager.h,
20170: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20171: types/pa_vhashfile.C, types/pa_vhashfile.h,
20172: include/pa_db_table.h, main/pa_db_table.C: started db_home
20173: [multiple, cached] todo: autorecover [tried, but not succeded,
20174: yet]
20175:
20176: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20177:
20178: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20179: transaction parent passed
20180:
20181: 2001-10-24 parser
20182:
1.116 moko 20183: * src/classes/Makefile.am: makes
1.95 moko 20184:
20185: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20186: isapi/pool_storage.h: pool_storage fixed
20187:
20188: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20189: types/pa_vform.h: form fix_line_breaks
20190:
1.116 moko 20191: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20192:
20193: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20194: targets/cgi/pool_storage.h: makes
20195:
20196: * src/sql/pa_sql_driver.h: version
20197:
20198: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20199: types/pa_vform.C, types/pa_vform.h: .am
20200:
20201: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20202: this: DB_RMW Acquire write locks instead of read locks when doing
20203: the retrieval. Setting this flag may decrease the likelihood of
20204: deadlock during a read-modify-write cycle by immediately
20205: acquiring the write lock during the read part of the cycle so
20206: that another thread of control acquiring a read lock for the same
20207: item, in its own read-modify-write cycle, will not result in
20208: deadlock
20209:
20210: * src/targets/isapi/parser3isapi.dsp: doc
20211:
20212: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20213:
20214: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20215:
20216: * src/: classes/hashfile.C, include/pa_db_connection.h,
20217: main/pa_db_connection.C: hashfile expired deleted from db when
20218: get & iterate
20219:
20220: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20221: expiring 1
20222:
20223: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20224:
20225: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20226: db_connection not bothers with key when not returning expired
20227: data
20228:
20229: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20230: types/pa_vhashfile.C: db_cursor constructor public now
20231:
20232: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20233: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20234: stamped, todo: put_element analize
20235:
20236: * src/: include/pa_db_connection.h, include/pa_string.h,
20237: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20238: serialize. todo stamp
20239:
20240: 2001-10-23 parser
20241:
20242: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20243: classes/image.C, classes/mail.C, classes/response.C,
20244: classes/string.C, classes/table.C, classes/xdoc.C,
20245: include/pa_config_fixed.h, include/pa_db_connection.h,
20246: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20247: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20248: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20249: types/pa_vtable.C: ^hashfile.hash[]
20250:
20251: * src/: classes/hashfile.C, classes/xdoc.C,
20252: include/pa_config_fixed.h, main/pa_db_manager.C,
20253: main/pa_globals.C: ifdefs so it compiled without db
20254:
20255: * src/: classes/hashfile.C, include/pa_db_connection.h,
20256: include/pa_db_manager.h, main/pa_db_connection.C,
20257: main/pa_db_manager.C, types/pa_vhashfile.h:
20258: ^hashfile.transaction{code} ^hashfile:clear[filename]
20259: ^hashfile.delete[key]
20260:
20261: 2001-10-22 parser
20262:
20263: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20264: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20265:
20266: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20267: classes/xnode.C, include/pa_charset_connection.h,
20268: include/pa_db_connection.h, include/pa_db_manager.h,
20269: include/pa_exception.h, include/pa_sapi.h,
20270: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20271: include/pa_stylesheet_connection.h,
20272: include/pa_stylesheet_manager.h,
20273: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20274: main/pa_db_connection.C, main/pa_db_manager.C,
20275: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20276: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20277: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20278: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20279: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20280: types/types.dsp: hashfile 0
20281:
20282: * src/types/pa_vhashfile.C: z
20283:
20284: * src/: classes/classes.dsp, classes/hashfile.C,
20285: include/pa_config_fixed.h, main/execute.C,
20286: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20287: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20288:
20289: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20290:
20291: * src/: include/pa_exception.h, include/pa_request.h,
20292: main/execute.C, main/pa_exception.C, main/pa_request.C,
20293: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20294: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20295:
20296: 2001-10-19 parser
20297:
20298: * src/include/pa_pool.h: header
20299:
20300: * src/main/pa_pool.C: auto compiled on gcc
20301:
20302: * src/classes/image.C: comment
20303:
1.116 moko 20304: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20305:
20306: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20307: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20308: types/pa_vxnode.h: xnode clone got freed
20309:
20310: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20311: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20312: can free up xalandomstring resulting from pool::transcode
20313:
20314: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20315: include/pa_config_fixed.h, include/pa_exception.h,
20316: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20317: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20318: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20319: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20320: from non-xml compile
20321:
20322: * src/main/pa_request.C: pool:: context - get_context
20323:
20324: * src/: classes/classes.h, classes/date.C, classes/double.C,
20325: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20326: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20327: classes/string.C, classes/table.C, classes/void.C,
20328: include/pa_config_fixed.h, include/pa_exception.h,
20329: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20330: main/compile.C, main/compile_tools.C, main/execute.C,
20331: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20332: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20333: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20334: main/pa_string.C, main/pa_table.C, main/untaint.C,
20335: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20336: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20337: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20338: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20339: types/pa_vstateless_class.h, types/pa_vtable.C,
20340: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20341: exceptions 0
20342:
20343: * src/classes/classes.awk: $ removed
20344:
20345: 2001-10-18 parser
20346:
20347: * src/types/pa_vcookie.C: cookie:CLASS
20348:
20349: * src/main/main.dsp: project
20350:
20351: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20352: set_document & ctor question "who owns document" solved
20353:
20354: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20355:
20356: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20357: main/pa_pool.C: encoding in dom creating funcs
20358:
20359: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20360: be transformed now
20361:
20362: * src/classes/xdoc.C: dom created by create can be transformed now
20363:
20364: * src/classes/xdoc.C: z
20365:
20366: * src/classes/xdoc.C: comment
20367:
20368: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20369: create now uses XercesDocumentBridge, appendChild&co now works
20370:
20371: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20372: @ recompile
20373:
20374: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20375: $origin @exception[
20376:
20377: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20378: tag names forced to XML lang
20379:
20380: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20381: leechy-found bugs in code&doc fixed
20382:
20383: 2001-10-17 parser
20384:
20385: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20386: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20387: n functionality preserved
20388:
20389: * src/types/pa_vimage.h: removed unused vimage::save
20390:
20391: 2001-10-16 parser
20392:
20393: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20394:
20395: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20396:
20397: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20398:
20399: * src/classes/image.C: image.copy tolerance
20400:
20401: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20402: ineffective, but works for small paleted image
20403:
20404: * src/types/pa_vimage.C: comment
20405:
20406: * src/classes/image.C: gd size/resize bugfix
20407:
20408: * src/: classes/classes.dsp, main/main.dsp,
20409: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20410: types/types.dsp: ident >nul 2>&1
20411:
20412: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20413: systems
20414:
20415: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20416: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20417:
20418: 2001-10-15 parser
20419:
20420: * src/main/execute.C: z
20421:
20422: * src/classes/: xdoc.C: !::create{qualifiedName}
20423:
20424: * src/types/pa_vxnode.C: document_type_node.
20425: !readonly attribute DOMString name
20426: !notation_node.
20427: !readonly attribute DOMString publicId
20428: !readonly attribute DOMString systemId
20429:
1.116 moko 20430: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20431: ::write badly passed string too transparently [failed to
20432: intercept it]
1.95 moko 20433:
20434: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20435: include/pa_request.h, main/pa_sql_driver_manager.C,
20436: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20437: types/pa_vxnode.h: DOM1 major addtion, only few
20438: attributes/methods left
20439:
20440: 2001-10-13 parser
20441:
20442: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20443: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20444: in main handler
20445:
20446: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20447: cleanups & frees order
20448:
20449: * src/types/pa_vcode_frame.h: couple comments
20450:
20451: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20452: transparent enough to handle hash if creation&passing
20453:
20454: * src/: include/pa_config_fixed.h, main/execute.C,
20455: main/pa_exception.C: noticed that vcodeframe not transparent
20456: enough, would change now
20457:
20458: 2001-10-12 parser
20459:
20460: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20461: fixed. initialization&free on each thread!
20462:
20463: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20464: handling changed: now type of default param analized always, not
20465: only at problem time, thus helping early problem spotting
20466:
20467: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20468: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20469: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20470: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20471: multithread bug fixed. initialization&free on each thread!
20472:
20473: 2001-10-11 parser
20474:
20475: * src/classes/xnode.C: xnode.selectSingle now
20476:
20477: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20478: include/pa_pool.h, include/pa_stylesheet_connection.h,
20479: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20480: convertors out of Pool into Exception
20481:
20482: * src/main/pa_string.C: const
20483:
20484: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20485: linked pieces of same language together prior to String::replace
20486:
20487: * src/classes/hash.C: !^hash.add[addme]
20488: !^hash.sub[subme]
20489: !^a.union[b] = new
20490: !^a.intersection[b] = new
20491: !^a.intersects[b] = bool
20492:
20493: * src/classes/hash.C: !^hash::append[append_from]
20494:
20495: * src/: classes/hash.C, types/pa_vhash.h:
20496: !^hash::create[[copy_from]]
20497:
20498: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20499: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20500: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20501: fixed. got rid of empty_string, which caused errors - it hasnt
20502: exception but somebody[value.bark] tried to throw it on it's pool
20503:
1.116 moko 20504: * src/include/pa_config_auto.h.in: makes
1.95 moko 20505:
20506: 2001-10-10 parser
20507:
20508: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20509:
20510: * src/main/: compile.tab.C, compile.y: ^a[
20511:
20512: @next_method << now unclosed ] would be reported here
20513:
20514: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20515: compile error
20516:
20517: 2001-10-09 parser
20518:
1.116 moko 20519: * src/: classes/Makefile.am, main/Makefile.am,
20520: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20521:
20522: * src/classes/Makefile.am: makes
20523:
20524: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20525: win32 errors intercepted [xalan transformer patched and
20526: incorporated]
20527:
20528: * src/: classes/classes.dsp, classes/xdoc.C,
20529: include/pa_stylesheet_connection.h, main/main.dsp,
20530: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20531: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20532: patches starting
20533:
20534: * src/classes/: string.C, table.C: ^string.save[file]
20535:
20536: * src/classes/: date.C, table.C: calendar moved to date
20537:
20538: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20539: string/table] now
20540:
20541: * src/classes/: op.C, table.C: z
20542:
20543: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20544: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20545: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20546: be code [be string..]
20547:
20548: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20549: table.C: lots of
20550: params->as_int/double/as_string/as_junction/as_no_junction
20551: messages added
20552:
20553: 2001-10-08 parser
20554:
20555: * src/: classes/date.C, classes/image.C, classes/string.C,
20556: classes/table.C, classes/void.C, include/pa_request.h:
20557: params->as_int/double message added
20558:
20559: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20560:
20561: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20562: image:sector removed image:html internal "line-*" attribs
20563:
20564: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20565: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20566:
20567: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20568: way
20569:
20570: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20571: main/untaint.C: header untainting to UL_HTTP_HEADER,
20572: UL_MAIL_HEADER made nonforced [only tainted pieces]
20573:
20574: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20575: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20576: @ SAPI::log
20577:
20578: * src/main/untaint.C: \r to ' ' in origins mode
20579:
20580: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20581: set]
20582:
20583: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20584: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20585: nonstandard liaison freed up
20586:
20587: 2001-10-07 parser
20588:
20589: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20590: project
20591:
20592: 2001-10-05 parser
20593:
20594: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20595: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20596: from outputing to cerr. lots of "todos"
20597:
20598: * src/main/untaint.C: http_header tainting more gentle with
20599: enquoting now
20600:
20601: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20602: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20603: xml errorhandler. fixed string.replace a little, read @test
20604:
20605: * src/main/pa_string.C: found replace bug - first_that_starts(char
20606: *) does not have limit, and looks further eos, fixing....
20607:
20608: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20609:
20610: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20611:
20612: * src/main/: pa_charset_connection.C: ctype another mem clear
20613: bugfix
20614:
1.116 moko 20615: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20616: $result[^[$p^]z] now works fine
1.95 moko 20617:
20618: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20619: wrong. fixed it
20620:
20621: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20622: of totable appered to be vital
20623:
20624: 2001-10-04 parser
20625:
20626: * src/classes/image.C: ^image.length[text]
20627:
20628: 2001-10-03 parser
20629:
20630: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20631:
20632: * src/main/pa_request.C: restored pcre defaulting in request
20633: [mindlessly "optimized" yesterday] comment left
20634:
20635: 2001-10-02 parser
20636:
20637: * src/: main/pa_charset_manager.C,
20638: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20639: needed
20640:
20641: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20642: forgot non-xml pool.*charset needed
20643:
20644: * src/classes/table.C: # config comments fixed
20645:
20646: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20647: charset_connection #comment now
20648:
20649: * src/: classes/classes.dsp, types/types.dsp: release projects
20650: options fixed to use release msvcrt lib
20651:
20652: * src/main/pa_charset_connection.C: pcre tables now const inside
20653: removed default - pcre handles that internally fixed bug on
20654: not-cleaning tables [previously was calloced, now member]
20655:
20656: * src/: include/pa_request.h, main/pa_charset_connection.C,
20657: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20658: inside removed default - pcre handles that internally fixed bug
20659: on not-cleaning tables [previously was calloced, now member]
20660:
20661: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20662: tested charset reload on file change @ apache version = OK tested
20663: freeing up prev encoding on adding new = OK
20664:
20665: 2001-10-01 parser
20666:
20667: * src/main/pa_charset_connection.C: removed entitify external hack
20668: [internal installed]
20669:
1.116 moko 20670: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20671:
20672: * src/: include/pa_charset_connection.h,
20673: include/pa_charset_manager.h,
20674: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20675: main/pa_charset_connection.C, main/pa_charset_manager.C,
20676: main/pa_request.C: charset loading & caching mech 0
20677:
20678: * src/: include/pa_stylesheet_connection.h,
20679: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20680: main/pa_globals.C, main/pa_request.C: would make charset loading
20681: & caching mech now
20682:
20683: 2001-09-30 parser
20684:
20685: * src/main/pa_request.C: forgot to fill toTable
20686:
20687: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20688: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20689: failed on win32 for now..
20690:
20691: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20692: now charsets table configuration variable is: CHARSETS
20693:
20694: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20695: ctype with unicode 1. todo: no П entities on output somehow
20696:
20697: * src/: classes/file.C, classes/op.C, classes/string.C,
20698: include/pa_request.h, main/pa_request.C: started ctype with
20699: unicode values
20700:
20701: 2001-09-28 parser
20702:
20703: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20704: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20705: string passed AS-IS now
20706:
20707: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20708: way of user-configuring... todo: implement
20709:
20710: 2001-09-27 parser
20711:
20712: * src/classes/table.C: table.sort changed to sort table itself
20713:
20714: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20715: X^.getElementsByTagName[tagname] = array of xnode
20716: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20717: nodes removed - regretfully not supported @ xalan. maybe someday
20718: would reimplement, if needed.
20719:
20720: win32build system: solved long waiting anti-non-started-apache
20721: problem
20722:
20723: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20724: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20725: types/types.dsp: win32 ident make system so not to rebuild
20726: library [ident.C.new]
20727:
20728: 2001-09-26 parser
20729:
20730: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20731: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20732: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20733: types/pa_vxnode.C, types/types.dsp: z
20734:
20735: * src/classes/classes.C: forgot one non-xml check
20736:
1.116 moko 20737: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20738: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20739:
20740: * src/targets/cgi/parser3.C: z
20741:
20742: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20743: targets/isapi/parser3isapi.C: #ifdef SMTP
20744:
20745: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20746: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20747: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20748: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20749: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20750: types/types.dsp: xdoc&xnode now
20751:
20752: * src/: classes/classes.C, classes/classes.awk,
20753: classes/classes.dsp, classes/classes.h, classes/date.C,
20754: classes/dnode.C, classes/dnode.h, classes/dom.C,
20755: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20756: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20757: classes/op.C, classes/response.C, classes/string.C,
20758: classes/table.C, classes/void.C, include/pa_array.h,
20759: include/pa_common.h, include/pa_config_fixed.h,
20760: include/pa_config_includes.h, include/pa_dictionary.h,
20761: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20762: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20763: include/pa_socks.h, include/pa_sql_connection.h,
20764: include/pa_sql_driver_manager.h, include/pa_stack.h,
20765: include/pa_string.h, include/pa_stylesheet_connection.h,
20766: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20767: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20768: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20769: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20770: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20771: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20772: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20773: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20774: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20775: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20776: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20777: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20778: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20779: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20780: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20781: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20782: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20783: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20784: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20785: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20786: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20787: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20788: types/pa_vmethod_frame.h, types/pa_vobject.h,
20789: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20790: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20791: types/pa_vstateless_object.h, types/pa_vstring.C,
20792: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20793: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20794: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20795: main.dsp splitted to main+classes+types along to .am
20796:
20797: * src/classes/Makefile.am: removed useless var
20798:
20799: * src/: classes/classes.cmd, main/main.dsp,
20800: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20801: main.dsp
20802:
20803: 2001-09-25 parser
20804:
20805: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20806: 1251 though, todo ICU
20807:
1.116 moko 20808: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20809: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20810: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20811: types/pa_vdom.h: xml configure makes
1.95 moko 20812:
20813: 2001-09-24 parser
20814:
1.116 moko 20815: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20816: types/Makefile.am: makes
1.95 moko 20817:
1.116 moko 20818: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20819:
20820: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20821: started unix makes update
20822:
20823: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20824: started unix makes update
20825:
20826: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20827:
20828: * src/types/pa_value.h: z
20829:
20830: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20831: bugs with usinge hash/table in expressions
20832:
20833: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20834: resolved conflicts fixed [const]
20835:
20836: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20837: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20838: main/compile.C, main/compile.tab.C, main/compile.y,
20839: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20840: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20841: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20842: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20843: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20844: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20845: with before_xml [merge2 actually didn't happen - i've created
20846: tags on wrong branch. so this merge is in fact re-merge]
20847:
20848: 2001-09-21 parser
20849:
20850: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20851: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20852: produced "" in make file and sadly wrong interpreted on load]
20853:
1.116 moko 20854: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20855: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20856: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20857: include/pa_sql_driver_manager.h, include/pa_string.h,
20858: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20859: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20860: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20861:
20862: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20863: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20864: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20865: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20866: main/pa_pool.C, main/pa_request.C,
20867: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20868: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20869: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20870: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20871: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20872: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20873: types/pa_vrequest.C, types/pa_vresponse.h,
20874: types/pa_vstateless_class.C, types/pa_vstring.C,
20875: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20876: created new projects for sql drivers [planning to remove sql
20877: drivers from main cvs project] first, will join latest changes
20878:
20879: * src/classes/: dom.C: defaulted dom writing methods encoding to
20880: pool.get_charset
20881:
20882: * src/classes/dom.C: defaulted dom writing methods encoding to
20883: pool.get_charset
20884:
20885: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20886: pool.get_charset
20887:
20888: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20889: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20890: methods encoding to pool.get_charset
20891:
20892: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20893: transcoder were created right "unsupported encoding" message.
20894: not @ set time, but @ use time, so until xml output functions
20895: .string, .file, .save used - no encoding name check occur
20896:
20897: reduced transcode buffer size to 60 fixed pool cleanup - no
20898: registration needed, pools are officially destructured
20899:
20900: 2001-09-20 parser
20901:
20902: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20903:
20904: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20905: $MAIN:DEFAULTS.content-type[$.charset[here]]
20906:
20907: * src/: classes/dnode.C, classes/dom.C,
20908: include/pa_config_includes.h, include/pa_globals.h,
20909: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20910: main/pa_pool.C, targets/cgi/parser3.dsp,
20911: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20912: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20913: Pool::transcode 0
20914:
20915: * src/classes/dom.C: dom. string save file moved output xml options
20916: to last param and made it optional
20917:
20918: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20919: dnodes
20920: !$attributenode.specified = boolean
20921: true if the attribute received its value explicitly
20922: in the XML document,
20923: or if a value was assigned programatically with the
20924: setValue function.
20925: false if the attribute value came from the default value
20926: declared in the document's DTD.
20927: !$pinode.target = target of this processing instruction
20928: XML defines this as being the first token following the
20929: markup
20930: that begins the processing instruction.
20931: XPath:
20932: !^node.select[xpath/query/expression] = hash of 0->node0
20933: 1->node1
20934: !^node.select-single[xpath/query/expression] = first node if
20935: any
20936:
20937: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20938: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20939: some 'const's added
20940:
20941: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20942: expression context now, there value = size and boolean value
20943: size!=0
20944:
20945: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20946: can be used in expression context now, there value = size and
20947: boolean value size!=0
20948:
20949: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20950: types/pa_vstring.h: dnode .file .string .save moved back to dom
20951: due to strange xalan bug
20952:
20953: 2001-09-18 parser
20954:
20955: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20956: classes/image.C, classes/op.C, classes/table.C,
20957: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20958: include/pa_sql_driver_manager.h, main/compile.C,
20959: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20960: main/execute.C, main/pa_common.C, main/pa_request.C,
20961: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20962: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20963: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20964: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20965: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20966: before_xml branch ^if(def $hash) now true only when
20967: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20968:
20969: * src/: classes/op.C, main/execute.C: operators self changed to
20970: root ^for variable context changed to self
20971:
20972: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20973: dnode 1
20974:
20975: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20976: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20977:
20978: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20979: poly* fixed
20980:
20981: 2001-09-17 parser
20982:
20983: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20984: types/pa_vdom.h: started dnode+dom
20985:
20986: dnode DOM methods: $node.name $node.value
20987: ...others...
20988:
20989: ^node.xpath[/rates/USD] = hash
20990: $hash[
20991: $.0[node0]
20992: $.1[node1]
20993: ]
20994:
20995: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20996: applies to all linear primitives
20997:
20998: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20999: include/pa_stylesheet_connection.h, main/main.dsp,
21000: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
21001: types/pa_vimage.h: started dnode DOM: $node.name
21002: $node.value ...others... ^node.xpath[/rates/USD] = hash
21003: dom(dnode)
21004:
21005: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
21006: main/compile.y, main/compile_tools.h, main/execute.C,
21007: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
21008: in expression compound($aa.zz.xx) names now can have minus '-' in
21009: name after '.'
21010:
21011: 2001-09-15 parser
21012:
21013: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
21014: image: $line-width ^line(...)[**** style]
21015:
21016: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
21017: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
21018: pool_storage - cleanups first, allocations second. apache wisely
21019: does just like that
21020:
21021: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
21022: rewritten using template, no bugs now
21023:
21024: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
21025: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
21026: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
21027: poorly started isapi pool_storage, would rewrite using template
21028: now
21029:
21030: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
21031: include/pa_stylesheet_connection.h, main/main.dsp,
21032: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
21033: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
21034: xalan objects freed up [introducing Pool::register_cleanup]
21035:
21036: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
21037: comments
21038:
21039: 2001-09-14 parser
21040:
21041: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
21042: z
21043:
21044: * src/: classes/dom.C, classes/file.C, classes/image.C,
21045: classes/mail.C, include/pa_common.h,
21046: include/pa_sql_driver_manager.h, include/pa_string.h,
21047: include/pa_stylesheet_connection.h,
21048: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21049: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
21050: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
21051: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
21052: compiled&cached
21053:
21054: 2001-09-13 parser
21055:
21056: * src/: classes/dom.C, classes/file.C, classes/image.C,
21057: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
21058:
21059: * src/classes/dom.C: dom:file content-type(.method)
21060:
21061: * src/: include/pa_common.h, include/pa_globals.h,
21062: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
21063: string now more informative error messages
21064:
21065: * src/: include/pa_globals.h, include/pa_request.h,
21066: main/pa_request.C, targets/cgi/parser3.C,
21067: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
21068: ParserSiteConfig .../parser3.conf
21069:
21070: cgi&isapi looks for {configure|c:\windows}/parser3.conf
21071:
21072: 2001-09-12 parser
21073:
21074: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21075: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
21076: precise error reporting: "connection string must start with
21077: protocol://" now
21078:
21079: * src/main/compile.tab.C: fixed - subname code parts actually []
21080: braced
21081:
21082: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
21083: lexer on LS_USER level did [] matching without setting nestage,
21084: introduced special LS_NAME_SQUARE_PART state
21085:
21086: 2001-09-11 parser
21087:
21088: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
21089: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
21090: languages+=xml
21091:
21092: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
21093:
21094: * src/classes/dom.C: ^dom:save/string/file[output options] output
21095: options: $.method[xml|html|text] detection fixed
21096:
21097: * src/types/pa_vdom.h: messages
21098:
21099: * src/classes/dom.C: ^dom:save/string/file[output options] output
21100: options: $.method[xml|html|text] detection fixed
21101:
21102: 2001-09-10 parser
21103:
21104: * src/classes/dom.C: ^dom:save/string/file[output options] output
21105: options: $.method[xml|html|text] $.encoding[windows-1251|...]
21106:
21107: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
21108: added]
21109:
21110: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21111: ^dom.xslt[stylesheet filename] 0
21112:
21113: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
21114: ^dom.xslt[stylesheet filename] -1 doc is lying
21115:
21116: * src/classes/dom.C: ^dom.file[encoding] = file
21117:
21118: * src/classes/: dom.C: ^dom.string[encoding] 1
21119: ^dom.save[encoding;filename]
21120:
21121: * src/classes/dom.C: ^dom.string[] 0
21122:
21123: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
21124:
21125: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
21126: types/pa_vform.h: ^dom.save[b.xml] 0
21127:
21128: 2001-09-08 parser
21129:
21130: * src/types/pa_vform.C: $form:tables.name.field
21131:
21132: 2001-09-07 parser
21133:
21134: * src/classes/table.C: table:empty removed, superceded by ^if(def
21135: $table)...
21136:
21137: * src/targets/cgi/parser3.C: z
21138:
21139: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
21140: from '' to int/double is 0]
21141:
21142: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
21143: $table) is false when table is empty
21144:
21145: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
21146: !$form:tables $atable[$form:tables.a]
21147: ^atable.menu{a=$atable.element}[,]
21148:
21149: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
21150: types/pa_vform.h, types/pa_vhash.h: !$form:fields
21151:
1.116 moko 21152: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21153: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21154: of dom
21155:
21156: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21157: types/pa_vform.C, types/pa_vform.h: z
21158:
21159: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21160: element [not last]
21161:
1.116 moko 21162: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21163: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21164:
21165: 2001-09-06 parser
21166:
21167: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21168: table with one column 'element' and two rows: 1 and 2
21169:
21170: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21171: table with one column 'element' and two rows: 1 and 2
21172:
21173: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21174: bad int/double conversions, and now $form:nonexistent.int(88)
21175: would return 88
21176:
21177: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21178: types/pa_vhash.h: now there's special hash key '_default'
21179: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21180: $._default[xx] ] $hash.c
21181:
21182: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21183: fixed [thanks, fif], ^; were treated there non-literally
21184:
21185: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21186: doxygen
21187:
21188: * src/: classes/image.C, classes/op.C, classes/string.C,
21189: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21190: types/pa_vtable.C: few #ifndef DOXYGEN
21191:
21192: 2001-09-05 parser
21193:
21194: * src/classes/: string.C, table.C: sql options can be void [same as
21195: image:html the other day]
21196:
21197: * src/targets/cgi/Makefile.am: .am undo
21198:
21199: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21200: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21201: macro expantion on param, simply qoutes whatever passed, undone
21202:
21203: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21204: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21205: STRINGIZE(name) #name invented
21206:
21207: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21208: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21209: MAIN_SQL_DRIVERS_NAME "drivers"
21210:
21211: moved to be availible to all users
21212:
21213: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21214: SQL_DRIVER_CREATE_FUNC_NAME
21215:
21216: * src/classes/mail.C: MAIN:MAIL check fixed
21217:
21218: 2001-09-04 parser
21219:
21220: * src/classes/image.C: image.html now can accept void params
21221:
21222: * src/targets/isapi/parser3isapi.C: z
21223:
21224: * src/targets/cgi/parser3.C: full_file_spec bug
21225:
21226: * src/targets/cgi/parser3.C: getenvcheck
21227:
21228: * src/targets/cgi/parser3.C: zz
21229:
21230: * src/targets/cgi/parser3.C: zzz
21231:
21232: * src/classes/date.C: date
21233:
21234: * src/classes/date.C: date:sql-string is now without ''
21235:
1.116 moko 21236: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21237: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21238: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21239:
1.116 moko 21240: * src/include/pa_config_auto.h.in: makes
1.95 moko 21241:
21242: 2001-09-03 parser
21243:
21244: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21245:
21246: 2001-09-01 parser
21247:
21248: * src/classes/image.C: letter_spacing
21249:
21250: * src/classes/image.C: image: font params changed
21251:
21252: * src/classes/image.C: image: as_int as_string used
21253:
21254: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21255: analized
21256:
21257: 2001-08-31 parser
21258:
21259: * src/targets/cgi/parser3.C: z
21260:
1.116 moko 21261: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21262: cygwin
1.95 moko 21263:
21264: * src/classes/void.C: void:int/double += (default)
21265:
21266: * src/classes/image.C: image:font added space param image:font
21267: changed charwidth alg, added kerning const[for now]
21268:
21269: * src/classes/: string.C, table.C: string:int/double (defaults)
21270:
21271: 2001-08-29 parser
21272:
21273: * src/main/pa_exception.C: exception redundant debug info
21274:
21275: 2001-08-28 parser
21276:
21277: * src/classes/image.C: image error msgs
21278:
21279: * src/classes/image.C: image: gifsize little endian
21280:
21281: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21282: doxygeneration
21283:
21284: * src/: classes/Makefile.am, main/Makefile.am,
21285: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21286:
21287: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21288: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21289:
21290: * src/main/compile.C: NO_STRING_ORIGIN check2
21291:
21292: * src/classes/table.C: NO_STRING_ORIGIN check
21293:
21294: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21295: storage class specifiers invalid in friend function declarations
21296:
21297: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21298: main/untaint.C, targets/cgi/parser3.C,
21299: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21300: case of limit
21301:
21302: * src/: classes/file.C, main/pa_common.C: file:move
21303: autocreate/remove dest/src dir
21304:
21305: * src/: classes/string.C, include/pa_dictionary.h,
21306: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21307: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21308: to directory constructor. string:replace
21309:
21310: 2001-08-27 parser
21311:
21312: * src/classes/image.C: fixed jpgsize alg
21313:
21314: * src/classes/image.C: fixed jpgsize alg
21315:
21316: * src/main/pa_exception.C: z
21317:
21318: * src/main/pa_common.C: removed debug info from pa_common
21319:
21320: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21321: [auto.p from current dir loading]
21322:
1.116 moko 21323: * src/: main/pa_common.C, main/pa_exception.C,
21324: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21325: for solaris -lsocket
1.95 moko 21326:
21327: 2001-08-24 parser
21328:
21329: * src/targets/cgi/parser3.C: not cgi extra \n 3
21330:
21331: * src/targets/cgi/parser3.C: not cgi extra \n 2
21332:
21333: * src/targets/cgi/parser3.C: not cgi extra \n
21334:
21335: * src/main/pa_sql_driver_manager.C: z
21336:
21337: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21338: sql* removed services from disconnect - cross-request ideological
21339: probs.
21340:
21341: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21342: cross-request ideological probs. oracle - fixed bug: cs
21343: allocated on request.pool and got freed before disconnect
21344:
21345: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21346: mallocs fixed
21347:
21348: 2001-08-23 parser
21349:
21350: * src/classes/file.C: minor bug in file:save fixed
21351:
21352: * src/main/pa_sql_driver_manager.C: oracle: dlink
21353:
21354: 2001-08-22 parser
21355:
21356: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21357: types/pa_vfile.h: file:load|save[text|binary;
21358:
21359: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21360:
21361: 2001-08-21 parser
21362:
21363: * src/classes/: file.C, table.C: ^file:list
21364:
21365: 2001-08-20 parser
21366:
21367: * src/: main/compile.tab.C, main/compile.y,
21368: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21369: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21370: recousively caused problems: inc incremeted 123 literal!! fixed
21371:
21372: 2001-08-10 parser
21373:
21374: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21375:
21376: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21377: added
21378:
21379: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21380: added
21381:
21382: * src/classes/table.C: table:sort restored [it was bad test :(]
21383:
21384: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21385: ''
21386:
21387: * src/main/: pa_request.C: wanted to make const int
21388: MAX_EXECUTE_SECONDS=1;
21389:
21390: but couldnt, set_callback_and_alarm appeared to be not exported
21391: :(
21392:
21393: * src/main/pa_string.C: string.match hanged on. there were a hang
21394: check but it weren't wise enough
21395:
21396: @parse[dateString][tmp]
21397: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21398: #end
21399:
21400: @main[] ^parse[2001-02-03]
21401:
21402: * src/classes/: table.C: table:sort now default desc
21403:
21404: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21405: table.sort now creates new sorted table
21406:
21407: 2001-08-09 parser
21408:
21409: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21410:
21411: * src/classes/hash.C: hash:_default now [was hash:default]
21412:
21413: * src/classes/op.C: case without switch check added
21414:
21415: * src/types/pa_vcookie.C: cookie name&value origins added, more
21416: precise $ORIGINS(1)
21417:
21418: * src/main/Makefile.am: .am
21419:
21420: * src/classes/void.C: void: int double copy/paste from int: bug
21421: fixed
21422:
21423: * src/classes/void.C: void: int double copy/paste from int: bug
21424: fixed
21425:
21426: 2001-08-07 parser
21427:
21428: * src/: classes/double.C, classes/int.C, classes/string.C,
21429: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21430: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21431: string, table
21432:
21433: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21434: srand made working
21435:
21436: 2001-08-06 parser
21437:
21438: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21439: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21440: main/compile.tab.C, main/compile.y, main/pa_array.C,
21441: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21442: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21443:
21444: * src/main/pa_exec.C: exec win32 real filename
21445:
21446: * src/classes/file.C: exec stderr out
21447:
21448: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21449:
21450: 2001-08-03 parser
21451:
21452: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21453:
21454: 2001-08-02 parser
21455:
21456: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21457: main/execute.C, main/pa_exec.C: introducing Array_iter
21458:
21459: * src/main/execute.C: detected quick_get recursion bug. changed to
21460: get@execute, but needs array iterator, separate from array to
21461: avoid it & use caching
21462:
21463: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21464: bug fixed
21465:
21466: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21467: main/execute.C, main/pa_globals.C: found another multithread bug
21468: in op.C (last, last global var killed) :)
21469:
21470: 2001-08-01 parser
21471:
21472: * src/: include/pa_dictionary.h, include/pa_globals.h,
21473: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21474: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21475: main/untaint.C: speeded up typo-html replacements. introducing
21476: Dictionary with first-char caching
21477:
21478: 2001-07-31 parser
21479:
21480: * src/types/Makefile.am: pa_vtable.C added to .am
21481:
21482: * src/main/compile.tab.C: added, so that could be compiled even on
21483: non-bison-enabled platforms
21484:
21485: 2001-07-28 parser
21486:
21487: * src/classes/table.C: table:hash always produces hash, when can't
21488: - empty
21489:
21490: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21491: skipped \n
21492:
21493: 2001-07-27 parser
21494:
21495: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21496: on int/double/string :sql without result and default
21497:
21498: 2001-07-26 parser
21499:
21500: * src/classes/op.C: fixed bad multithread bug with strangly global
21501: OP
21502:
21503: * src/main/compile.y: $man[$.age[zzz]] 0
21504:
21505: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21506: creation syntax problem persists. restored $: for a while.
21507: thinking of $man[$.age[zzz]] syntax now
21508:
21509: * src/: classes/double.C, classes/int.C, classes/string.C,
21510: include/pa_opcode.h, main/compile.C, main/compile.y,
21511: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21512: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21513: types/pa_wwrapper.h: fixing :: realization #1
21514:
21515: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21516: main/compile_tools.h, main/execute.C, main/pa_request.C,
21517: types/pa_vmethod_frame.h: introducing :: this is constructor call
21518: prefix. ordinary : remains for static accesses
21519:
21520: 2001-07-25 parser
21521:
21522: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21523: fields 2. methods 3. columns
21524:
21525: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21526: quote. optimized double&int tostring-s
21527:
21528: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21529: whitespace before first method decl
21530:
21531: * src/classes/table.C: allowed nontable result in table:sql,
21532: results in empty table
21533:
21534: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21535: lines before first method decl
21536:
21537: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21538: types/pa_vtable.h: ^table.record[] now $table.fields
21539:
21540: * src/main/compile.y: $var[] is now empty string, not void
21541:
21542: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21543: void
21544:
21545: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21546: main/pa_globals.C: match replace code context moved to implicit
21547: $match context
21548:
21549: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21550: main/compile_tools.h, main/execute.C: with killed, code storage
21551: introduced with former 'with' syntax
21552:
21553: 2001-07-24 parser
21554:
21555: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21556: types/pa_value.h: first get_element, next get operator
21557:
21558: * src/main/compile.y: removed @end handling
21559:
21560: * src/main/: compile.C, compile.y: @end handling method2
21561:
21562: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21563: file:move
21564:
21565: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21566: fixed
21567:
21568: 2001-07-23 parser
21569:
21570: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21571: driver
21572:
21573: * src/classes/hash.C: changed sql driver query interface
21574:
21575: * src/: classes/hash.C, classes/string.C, classes/table.C,
21576: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21577: changed sql driver query interface
21578:
21579: 2001-07-20 parser
21580:
21581: * src/types/pa_vrequest.C: X!$browser:type
21582:
21583: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21584: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21585: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21586: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21587: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21588: types/pa_vobject.h, types/pa_vrequest.C,
21589: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21590: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21591: BASE element globally removed
21592:
21593: 2001-07-18 parser
21594:
21595: * src/classes/file.C: file:exec/cgi msg
21596:
21597: * src/classes/file.C: $file:exit-code renamed to 'status'
21598:
21599: * src/: classes/file.C, main/pa_exec.C: file:exec
21600:
1.116 moko 21601: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21602: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21603: removed $id from *.in *.am
1.95 moko 21604:
21605: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21606: abbrevations
21607:
21608: * src/: classes/date.C, classes/mail.C, classes/math.C,
21609: classes/string.C, classes/table.C, include/pa_globals.h,
21610: include/pa_string.h, main/execute.C, main/pa_globals.C,
21611: main/pa_request.C, main/pa_string.C, main/untaint.C,
21612: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21613: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21614: $ORIGINS(1) output tracing mode
21615:
21616: 2001-07-13 parser
21617:
21618: * src/: classes/double.C, classes/int.C, classes/string.C,
21619: include/pa_request.h, main/execute.C, main/pa_request.C:
21620: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21621: second would not call first @auto
21622:
21623: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21624: wrong, fixed
21625:
21626: 2001-07-12 parser
21627:
21628: * src/types/pa_value.h: pa_value.putelement modification of system
21629: classes prevented
21630:
21631: 2001-07-11 parser
21632:
21633: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21634: table $piece
21635:
21636: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21637: types/pa_vstateless_class.h: $file created by file:state +=
21638: .atime .mtime .ctime +found&fixed bug with exceptions on
21639: get_junction-created objects [they were on wrong pool]
21640:
21641: 2001-07-09 parser
21642:
21643: * src/main/untaint.C: qp wrong name
21644:
21645: * src/: classes/date.C, classes/string.C, classes/table.C,
21646: main/compile.y: date format 0
21647:
21648: 2001-07-07 parser
21649:
21650: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21651: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21652: roll table calendar
21653:
21654: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21655: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21656: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21657: include/pa_request.h, main/main.dsp, types/pa_value.h,
21658: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21659: string. todo: sql, calendar
21660:
21661: 2001-07-06 parser
21662:
21663: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21664: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21665:
21666: 2001-07-03 parser
21667:
21668: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21669: classes/random.C, main/main.dsp: class random renamed to math,
21670: operators became methods
21671:
21672: * src/classes/op.C: pow sqrt
21673:
21674: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21675:
21676: 2001-07-02 parser
21677:
21678: * src/classes/table.C: ^table.columns column renamed from 'name' to
21679: 'column'
21680:
21681: * src/classes/hash.C: ^hash.keys[]
21682:
21683: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21684:
21685: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21686: 'strings'
21687:
21688: 2001-06-29 parser
21689:
21690: * src/main/: execute.C: /0 %0 checkes ver 2
21691:
21692: * src/main/execute.C: /0 %0 checke
21693:
21694: * src/classes/Makefile.am: nothing - void
21695:
21696: * src/classes/table.C: empty strings @ sql
21697:
21698: 2001-06-28 parser
21699:
21700: * src/: classes/double.C, classes/file.C, classes/form.C,
21701: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21702: classes/op.C, classes/random.C, classes/response.C,
21703: classes/string.C, classes/table.C, classes/void.C,
21704: main/compile.C, main/compile_tools.C, main/execute.C,
21705: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21706: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21707: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21708: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21709: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21710: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21711: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21712: $";
21713:
21714: * src/: classes/double.C, classes/file.C, classes/form.C,
21715: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21716: classes/op.C, classes/random.C, classes/response.C,
21717: classes/string.C, classes/table.C, classes/void.C,
21718: main/compile.C, main/compile.y, main/compile_tools.C,
21719: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21720: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21721: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21722: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21723: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21724: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21725:
21726: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21727: $class:name: == ${class:name}:
21728:
21729: * src/classes/string.C: exactly one
21730:
21731: 2001-06-27 parser
21732:
21733: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21734: types/pa_vvoid.h: nothing renamed to void
21735:
21736: * src/classes/op.C: ^switch ^case
21737:
21738: * src/main/compile.y: nothing renamed to void
21739:
21740: * src/: classes/hash.C, classes/table.C, main/compile.y,
21741: main/execute.C, main/main.dsp, main/pa_request.C,
21742: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21743: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21744: void
21745:
21746: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21747:
21748: 2001-05-28 parser
21749:
21750: * src/doc/html2chm.cmd: removed >a
21751:
21752: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21753: project options [some bugs]
21754:
21755: * src/doc/sources2html.cmd: z
21756:
21757: * src/: classes/classes.C, main/compile.C, main/compile.y,
21758: main/execute.C: operators are not in root class again
21759:
21760: 2001-05-24 parser
21761:
21762: * src/targets/cgi/parser3.dsp: project file
21763:
21764: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21765: ^log ^exp
21766:
21767: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21768: conversions in @exception[params]
21769:
21770: * src/main/pa_request.C: // no _ conversions in @exception[params]
21771:
21772: 2001-05-23 parser
21773:
21774: * src/main/pa_string.C: string cmp bug
21775:
21776: * src/classes/: mail.C, op.C: rem max 1000
21777:
21778: * src/: classes/op.C, main/compile.y: allow one empty line before
21779: LS_DEF_NAME
21780:
21781: 2001-05-22 parser
21782:
21783: * src/classes/op.C: if params code-required
21784:
21785: 2001-05-21 parser
21786:
21787: * src/types/pa_vstring.C: eoleof
21788:
21789: * src/classes/Makefile.am: .AM
21790:
21791: * src/classes/nothing.C: resultless ^sql moved to nothing:
21792:
21793: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21794:
21795: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21796: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21797: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21798: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21799: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21800: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21801: 'nothing'
21802:
21803: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21804: vstring::set_string
21805:
21806: * src/classes/: double.C, int.C, string.C: int,double;sql
21807:
21808: * src/: classes/hash.C, classes/int.C, classes/string.C,
21809: classes/table.C, include/pa_string.h, main/pa_string.C,
21810: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21811:
21812: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21813: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21814: hash:sql moved to main trunc. operators.txt updated
21815:
21816: * src/classes/: hash.C, op.C, table.C: hash:sql
21817:
21818: * src/classes/op.C: z
21819:
21820: * src/: main/compile.C, classes/classes.C: 1
21821:
21822: * src/: classes/classes.C, main/compile.C, main/compile.y,
21823: main/execute.C: 0
21824:
21825: * src/main/execute.C: z
21826:
21827: * src/targets/cgi/parser3.C: z
21828:
21829: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21830: site_auto_path "." in that case
21831:
21832: * src/targets/cgi/: parser3.C: z
21833:
21834: * src/main/pa_request.C: .am
21835:
21836: * src/: main/pa_request.C, targets/cgi/parser3.C:
21837: pcre_tables=pcre_default_tables;
21838:
21839: 2001-05-19 parser
21840:
21841: * src/main/pa_string.C: z
21842:
21843: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21844: introducing String::cstr_bufsize, returns just size+1 for as_is
21845: target.
21846:
21847: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21848: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21849: used, 4* mem wasted
21850:
21851: * src/classes/string.C: root context in match replace body now
21852: unchanged
21853:
21854: * src/types/pa_value.h: parameter # 1 based
21855:
21856: * src/main/pa_common.C: common: actual filename '%s'
21857:
21858: * src/classes/string.C: z
21859:
21860: * src/classes/Makefile.am: classes/.am
21861:
21862: * src/classes/: Makefile.am: classes/.am
21863:
21864: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21865: targets/cgi/pa_pool.C: classes/.am
21866:
21867: 2001-05-18 parser
21868:
1.116 moko 21869: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21870: pa_threads.C ins
1.95 moko 21871:
21872: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21873:
21874: 2001-05-17 parser
21875:
21876: * src/: classes/string.C, include/pa_config_fixed.h,
21877: include/pa_config_includes.h, main/compile.y,
21878: main/compile_tools.h, main/execute.C, main/pa_array.C,
21879: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21880: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21881: types/pa_vform.C: #include "pa_config_includes.h" removed from
21882: most .C
21883:
21884: * src/doc/html2chm.cmd: z
21885:
21886: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21887: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21888:
21889: * src/main/pa_sql_driver_manager.C: moved expiration to
21890: get_connection_from_cache
21891:
21892: * src/main/pa_sql_driver_manager.C: cache expiration bf
21893:
21894: * src/: classes/classes.h, include/pa_sql_connection.h,
21895: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21896: cache expiration[use SQL_Driver::disconnect]
21897:
21898: * src/main/pa_table.C: table.locate current restored on "not found"
21899:
21900: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21901: line no
21902:
21903: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21904: ANTI_ENDLESS_EXECUTE_RECOURSION
21905:
21906: * src/: classes/op.C, include/pa_sql_connection.h,
21907: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21908: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21909: 1driver and set_services fight for driver::fservices. before fix
21910:
21911: * src/: classes/op.C, include/pa_config_fixed.h,
21912: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21913: main/pa_sql_driver_manager.C: found problem at last: 2connections
21914: own 1driver and set_services fight for driver::fservices. before
21915: fix
21916:
21917: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21918: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21919: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21920: pa_threads.C
21921:
21922: * src/include/pa_threads.h: removed targets/parser
21923:
21924: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21925: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21926: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21927: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21928: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21929: headers
21930:
21931: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21932: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21933: order prevented sqlmanager to see MULTYTHREAD define
21934:
21935: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21936: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21937: put/gets
21938:
21939: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21940: from hash.h
21941:
21942: * src/: classes/op.C, include/pa_sql_connection.h,
21943: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21944: from cache ->set_services(&services);
21945:
21946: 2001-05-16 parser
21947:
21948: * src/targets/cgi/parser3.C: z
21949:
21950: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21951: debug, #ifdefed some. would debug later, on more precise sample
21952: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21953: $name.$tail[$tail!] $name.$tail } ok3
21954:
21955: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21956: removed array debug. before vstring rebasing
21957:
21958: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21959: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21960: array debugged; adjusted
21961:
21962: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21963: SQL_Driver_manager line no for connect/charset errors
21964:
21965: 2001-05-15 parser
21966:
21967: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21968: main/pa_string.C: string+array made linear grows
21969:
21970: * src/: include/pa_string.h, main/pa_string.C,
21971: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21972: grow lineary, not exponentialy
21973:
21974: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21975: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21976: with fullchunk cmps
21977:
21978: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21979: 70041= 81
21980:
21981: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21982: targets/cgi/parser3.C: detected huge mem allocation: size/times
21983: malloc 27809390/368771, calloc 3232/83. would test now
21984:
21985: * src/: classes/random.C, main/compile.y, main/execute.C,
21986: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21987: numbered params had wrong name - for instance: bad error message
21988: in ^for[] bad body type. fixed
21989:
21990: 2001-05-14 parser
21991:
21992: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21993: main/untaint.C: ^string.upper|lower[]
21994:
21995: 2001-05-11 parser
21996:
21997: * src/: classes/double.C, classes/image.C, classes/op.C,
21998: classes/string.C, classes/table.C, classes/unknown.C,
21999: main/execute.C, types/pa_value.h, types/pa_vbool.h,
22000: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
22001: types/pa_vunknown.h: op: MAX_LOOPS as_int
22002:
22003: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
22004: .dsp for win32tools
22005:
22006: 2001-05-11 paf
22007:
22008: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
22009: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
22010: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
22011: targets/isapi/kill.pl: moved win32 helpers to /win32tools
22012:
22013: 2001-05-10 paf
22014:
22015: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
22016: for C++, that's all
22017:
1.116 moko 22018: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
22019: pa_config_includes.h: inline wonders
1.95 moko 22020:
22021: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
22022: doc/doxygen.cmd: hash.C added
22023:
22024: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
22025:
22026: * src/main/compile.y: @end grammar: allowed zero strings in control
22027: menthod
22028:
22029: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
22030: pa_vstateless_object.h: changed priority: field before method
22031: lookup in vclass & vobject
22032:
22033: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
22034: grammar: priorities changes [lowerd && prior] vobject: now first
22035: fields, next methods
22036:
22037: 2001-05-08 paf
22038:
22039: * src/main/pa_table.C: table columnname2item on nameless ignored
22040: bark=false. fixed
22041:
22042: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
22043: types/pa_vmethod_frame.h: hash:default works at last!
22044:
22045: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
22046: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
22047: hash:default
22048:
22049: * src/classes/table.C: z
22050:
22051: * src/classes/table.C: table:hash always hash of hash now
22052:
22053: * src/classes/table.C: table:empty return bool now
22054:
22055: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
22056: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22057: types/pa_vtable.h: table:hash
22058:
22059: * src/classes/table.C: table:record have name
22060:
22061: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
22062: returns vunknown
22063:
22064: * src/classes/: double.C, int.C, op.C, string.C:
22065: int,double,string:int[] double[] string:length[] results now have
22066: hames
22067:
22068: * src/: classes/op.C, classes/table.C, main/main.dsp,
22069: types/pa_vtable.h: removed table:find. table:locate and op:eval
22070: now return bool
22071:
22072: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
22073: in method checkparams again. fixed
22074:
22075: 2001-05-07 paf
22076:
22077: * src/doc/chm.cmd: cmd
22078:
22079: * src/: classes/image.C, classes/mail.C, classes/string.C,
22080: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
22081: types/pa_value.h: method reported errors on wrong pool
22082:
22083: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
22084: now
22085:
22086: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
22087: include/code.h, include/pa_opcode.h, main/compile.C,
22088: main/compile_tools.h, main/execute.C, types/pa_value.h,
22089: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22090: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22091: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
22092: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22093: types/pa_vmethod_frame.h, types/pa_vobject.h,
22094: types/pa_vrequest.h, types/pa_vresponse.h,
22095: types/pa_vstateless_class.h, types/pa_vstring.h,
22096: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22097: types/pa_wwrapper.h: pa_code.h
22098:
22099: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
22100:
22101: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
22102: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
22103: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22104: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
22105: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22106: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
22107: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
22108: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
22109: types/pa_vtable.h: dox, split by not clean parts also
22110:
22111: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
22112: types/pa_vtable.h: table: fields, then methods. so to enable
22113: 'dir' fields & co. more
22114:
22115: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
22116: so to enable 'dir' fields & co.
22117:
22118: * src/main/compile.y: grammar: @end
22119:
22120: 2001-05-04 paf
22121:
22122: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
22123: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
22124:
22125: * src/: classes/classes.h, classes/double.C, classes/file.C,
22126: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22127: classes/op.C, classes/random.C, classes/response.C,
22128: classes/string.C, classes/table.C, classes/unknown.C,
22129: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
22130: method dox
22131:
22132: 2001-05-03 paf
22133:
22134: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
22135: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
22136: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
22137: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
22138: doc/string.dox, doc/targets.dox, doc/value.dox,
22139: main/pa_request.C: dox splitted .dox files and added some
22140:
22141: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
22142:
22143: 2001-05-02 paf
22144:
22145: * src/classes/: image.C, table.C: table:dir result are not tainted
22146: by file_name language now
22147:
22148: 2001-04-28 paf
22149:
22150: * src/classes/classes.inc: removed classes.inc
22151:
22152: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22153: from .am
22154:
22155: * src/classes/classes.awk: skipped classes in .awk
22156:
22157: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22158: classes/classes.inc, classes/double.C, classes/file.C,
22159: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22160: classes/string.C, classes/table.C, classes/unknown.C,
22161: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22162: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22163: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22164: pa_methoded back to classes/classes.h
22165:
22166: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22167:
22168: * src/: classes/Makefile.am, classes/classes.awk,
22169: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22170: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22171:
22172: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22173: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22174: classes/response.C, classes/string.C, classes/table.C,
22175: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22176: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22177: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22178: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22179: include|main/pa_methoded
22180:
22181: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22182: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22183:
22184: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22185: moved some configured data to request::classes_conf moved some
22186: string crations from globals to M... [works]
22187:
22188: * src/: classes/form.C, classes/mail.C, classes/op.C,
22189: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22190: main/pa_request.C: moved some configured data to
22191: request::classes_conf moved some string crations from globals to
22192: M...
22193:
22194: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22195: about to move configured data to special request hash
22196:
22197: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22198: classes/form.C, classes/mail.C, include/pa_request.h,
22199: main/pa_request.C: configure started
22200:
22201: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22202: 2. todo: methoded-configure
22203:
22204: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22205: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22206: classes/_random.h, classes/_response.h, classes/_string.h,
22207: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22208: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22209: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22210: classes/random.C, classes/response.C, classes/string.C,
22211: classes/table.C, classes/unknown.C, include/pa_globals.h,
22212: include/pa_request.h, main/compile.y, main/execute.C,
22213: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22214: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22215: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22216: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22217: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22218: types/pa_vrequest.h, types/pa_vresponse.h,
22219: types/pa_vstateless_class.h, types/pa_vstring.h,
22220: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22221: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22222: methoded-configure
22223:
22224: * src/: classes/file.C, classes/table.C, main/compile.y,
22225: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22226: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22227: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22228:
22229: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22230: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22231: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22232: classes/random.C, classes/response.C, classes/string.C,
22233: classes/table.C, classes/unknown.C, include/pa_request.h,
22234: main/compile.y, main/execute.C, main/pa_globals.C,
22235: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22236: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22237: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22238: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22239: beautifying just compiled. todo: debug, configure
22240:
22241: 2001-04-27 paf
22242:
22243: * src/: classes/file.C, classes/image.C, classes/table.C,
22244: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22245: beautifying -99
22246:
22247: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22248: classes/_response.h, classes/_unknown.h, classes/classes.C,
22249: classes/classes.h, classes/double.C, classes/file.C,
22250: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22251: classes/op.C, classes/random.C, classes/response.C,
22252: classes/string.C, include/pa_globals.h, main/main.dsp,
22253: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22254: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22255: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22256: types/pa_vunknown.h: beautifying -100
22257:
22258: * src/main/compile.y: serge@ found @CLASS bug. fixed
22259:
22260: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22261: classes/_op.h, classes/_random.h, classes/_table.h,
22262: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22263: classes/op.C, classes/random.C, classes/response.C,
22264: classes/string.C, classes/table.C, classes/unknown.C,
22265: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22266: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22267: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22268: beautifying
22269:
22270: 2001-04-26 paf
22271:
22272: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22273:
22274: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22275: documentation ++
22276:
22277: * src/: classes/_exec.h, doc/doxygen.cfg,
22278: include/pa_config_fixed.h, include/pa_config_includes.h,
22279: targets/cgi/pa_pool.C: code documentation ++
22280:
22281: * src/: classes/_image.h, classes/op.C, classes/random.C,
22282: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22283: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22284: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22285: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22286: types/pa_vmethod_frame.h, types/pa_vobject.h,
22287: types/pa_vrequest.C, types/pa_vrequest.h,
22288: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22289: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22290: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22291: code documentation ++
22292:
22293: * src/: classes/image.C, classes/mail.C, classes/string.C,
22294: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22295: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22296: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22297: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22298: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22299: types/pa_vobject.h, types/pa_vstateless_class.h,
22300: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22301:
22302: * src/main/: pa_request.C, pa_string.C: z
22303:
22304: * src/: include/pa_common.h, include/pa_types.h,
22305: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22306: connection caching fixed. request-pooled-url were stored into
22307: global connectioncache
22308:
22309: 2001-04-25 paf
22310:
22311: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22312: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22313:
22314: * src/: include/code.h, include/pa_common.h, main/compile.y,
22315: main/execute.C, main/pa_common.C: -d
22316:
22317: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22318: illegal call check a bit improved, but still under iis no mapping
22319: of dir with parser allowed!
22320:
22321: 2001-04-24 paf
22322:
22323: * src/targets/Makefile.am: apache module lib .am
22324:
22325: * src/main/pa_exec.C: windows32 buildCommand
22326:
22327: 2001-04-23 paf
22328:
22329: * src/targets/cgi/Makefile.am: win32 conditional
22330:
22331: * src/targets/cgi/Makefile.am: win32 conditional
22332:
22333: * src/targets/cgi/Makefile.am: liblink
22334:
22335: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22336: vfile fields return type
22337:
22338: * src/types/pa_vfile.h: vfile fields return type
22339:
22340: * src/include/pa_config_auto.h.in: .h.in
22341:
22342: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22343: types/Makefile: makefiles removed
22344:
22345: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22346: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22347:
22348: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22349: [tested: i & g ]
22350:
22351: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22352: @test noticed series in isapi, check how initialize_random_class
22353: is called! [must be called only once]
22354:
22355: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22356: would not be 'unknown column'
22357:
22358: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22359: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22360:
22361: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22362: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22363: [now doesnt]
22364:
22365: * src/targets/cgi/parser3.C: cgi cmdline ver
22366:
22367: * src/targets/cgi/parser3.C: cgi /// @test disable
22368: /cgi-bin/parser3/auto.p
22369:
22370: * src/main/untaint.C: untaint without charset
22371:
22372: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22373: main/pa_common.C: common: file_write /// @test mkdirs
22374: file_delete rmdirs
22375:
22376: * src/main/untaint.C: mail header only once to =?
22377:
22378: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22379: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22380: main/untaint.C: untaint - @test optimize whitespaces for
22381: all but 'html'
22382:
22383: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22384: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22385: main/untaint.C: untaint - @test mail-header
22386:
22387: 2001-04-20 paf
22388:
22389: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22390: include/pa_request.h, include/pa_string.h, main/compile.y,
22391: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22392: targets/cgi/parser3.C: $MAIN:LOCALE
22393:
22394: * src/main/untaint.C: z
22395:
22396: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22397:
22398: 2001-04-19 paf
22399:
22400: * src/main/compile_tools.h: $a$b bugfix
22401:
22402: * src/targets/cgi/parser3.C: z
22403:
22404: * src/classes/file.C: z
22405:
22406: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22407: done: header to $fields. waits for header '\' tricks
22408:
22409: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22410: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22411: changed urlencode here and in untaint.C to HTTP standard's " and
22412: \" mech
22413:
22414: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22415: http://alx/~paf/ doesnt load /auto.p
22416:
22417: 2001-04-18 paf
22418:
22419: * src/main/pa_request.C: 1
22420:
22421: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22422: linux @alx
22423:
22424: 2001-04-17 paf
22425:
22426: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22427: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22428: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22429: enabled
22430:
22431: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22432: classes/_exec.h, classes/_file.h, classes/_form.h,
22433: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22434: classes/_random.h, classes/_response.h, classes/_string.h,
22435: classes/_table.h, classes/_unknown.h, classes/file.C,
22436: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22437: include/pa_config_fixed.h, include/pa_config_includes.h,
22438: include/pa_hash.h, include/pa_sql_driver_manager.h,
22439: include/pa_version.h, main/Makefile.am, main/compile.y,
22440: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22441: main/pa_sql_driver_manager.C, sql/Makefile.am,
22442: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22443: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22444: types/pa_vform.C, types/pa_vimage.h: exec @jav
22445:
22446: * src/: include/pa_sql_driver_manager.h,
22447: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22448: types/pa_vimage.h: sql driver interface now has initialize(client
22449: .so)
22450:
22451: 2001-04-16 paf
22452:
22453: * src/Makefile.am: compile2 cygwin
22454:
22455: * src/: include/pa_config_includes.h, main/pa_exec.C,
22456: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22457:
22458: * src/targets/cgi/Makefile.am: compile0 jav
22459:
22460: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22461: classes/_exec.h, classes/_file.h, classes/_form.h,
22462: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22463: classes/_random.h, classes/_response.h, classes/_string.h,
22464: classes/_table.h, classes/_unknown.h, classes/image.C,
22465: classes/mail.C, classes/op.C, classes/random.C,
22466: include/pa_config_fixed.h, include/pa_config_includes.h,
22467: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22468: main/compile.y, main/pa_common.C, main/pa_exec.C,
22469: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22470: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22471: compile-1
22472:
22473: 2001-04-15 paf
22474:
22475: * src/classes/op.C: z
22476:
22477: * src/classes/table.C: table:empty +=process
22478:
22479: * src/types/pa_value.h: MethodParams !junction
22480:
22481: * src/: classes/_string.h, classes/double.C, classes/file.C,
22482: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22483: classes/random.C, classes/response.C, classes/string.C,
22484: classes/table.C, classes/unknown.C, main/pa_request.C:
22485: MethodParams everywhere
22486:
22487: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22488: types/pa_vmethod_frame.h: MethodParams in op.C
22489:
22490: 2001-04-12 paf
22491:
22492: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22493:
22494: * src/: classes/_unknown.h, classes/unknown.C,
22495: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22496: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22497:
22498: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22499:
22500: * src/classes/image.C: image:gif now does not have params
22501:
22502: * src/classes/image.C:
22503: image:line/fill/rectangle/bar/replace/polygon/polybar
22504:
22505: * src/: classes/image.C, classes/op.C, main/execute.C,
22506: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22507: for var now written not to r.wcontext, but to r.root cleared
22508: "entered_object" state
22509:
22510: 2001-04-11 paf
22511:
22512: * src/classes/image.C: image:create image:load
22513:
22514: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22515: just compiled
22516:
22517: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22518: todo: gif without file
22519:
22520: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22521: started porting to Pooled descendant
22522:
22523: * src/: classes/image.C, main/execute.C, main/main.dsp,
22524: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22525: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22526: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22527:
22528: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22529: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22530: end. switching to python imaging lib
22531:
22532: * src/main/main.dsp: gd+smtp made separate libs
22533:
22534: * src/: include/pa_globals.h, include/pa_string.h,
22535: main/pa_common.C, main/pa_request.C, main/untaint.C,
22536: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22537: length
22538:
22539: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22540: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22541: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22542: UL_FILE_NAME of posted file name
22543:
22544: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22545: post [broke when moved post read to core]
22546:
22547: 2001-04-10 paf
22548:
22549: * src/classes/image.C: image:html done
22550:
22551: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22552:
22553: * src/classes/image.C: z
22554:
22555: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22556: forgotten!
22557:
22558: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22559: main/pa_request.C, main/pa_string.C, main/untaint.C,
22560: types/pa_vimage.h: image:measure -90
22561:
22562: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22563: classes/_int.h, classes/_mail.h, classes/_op.h,
22564: classes/_random.h, classes/_response.h, classes/_string.h,
22565: classes/_table.h, classes/file.C, classes/mail.C,
22566: include/pa_common.h, include/pa_globals.h, main/execute.C,
22567: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22568: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22569: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22570: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22571: compiled
22572:
22573: * src/classes/mail.C: minor bug with unclear from/to
22574:
22575: * src/classes/mail.C: sendmail unix skipping defaults
22576:
22577: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22578: sendmail unix added defaults
22579:
22580: * src/classes/mail.C: unix sendmail compiled. todo:testing
22581:
22582: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22583:
22584: 2001-04-09 paf
22585:
22586: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22587: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22588: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22589: targets/isapi/parser3isapi.dsp: all targets exec
22590:
22591: * src/: include/pa_sapi.h, include/pa_string.h,
22592: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22593: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22594: args in apache:util.script
22595:
22596: * src/include/pa_string.h: written but not tested exec with env for
22597: unix
22598:
22599: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22600: targets/cgi/parser3.C: exec win32 env
22601:
22602: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22603: 0
22604:
22605: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22606: main/execute.C, main/main.dsp, main/pa_globals.C,
22607: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22608: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22609:
22610: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22611: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22612:
22613: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22614: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22615:
22616: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22617: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22618: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22619: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22620: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22621: exec class just compiled. moved post read to request core
22622:
22623: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22624: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22625: main/pa_globals.C, targets/cgi/parser3.C,
22626: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22627: are already read by vform
22628:
22629: 2001-04-08 paf
22630:
22631: * src/: classes/file.C, classes/mail.C, classes/string.C,
22632: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22633: uuencode. string<<
22634:
22635: 2001-04-07 paf
22636:
22637: * src/classes/mail.C: z
22638:
22639: * src/classes/mail.C: z
22640:
22641: * src/classes/mail.C: ^mail[$attach
22642:
22643: * src/classes/mail.C: ^attach dead end
22644:
22645: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22646: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22647: targets/isapi/parser3isapi.C: mail:send 1
22648:
22649: * src/: classes/mail.C, main/pa_request.C: z
22650:
22651: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22652: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22653: compiled
22654:
22655: * src/classes/mail.C: +=
22656:
22657: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22658: prepared
22659:
22660: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22661: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22662: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22663: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22664:
22665: 2001-04-06 paf
22666:
22667: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22668: main/pa_string.C: table:dir 1
22669:
22670: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22671: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22672:
22673: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22674: classes/root.C, include/pa_globals.h, include/pa_request.h,
22675: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22676: main/pa_request.C: renamed 'root' to 'op'
22677:
22678: * src/classes/: _op.h, op.C: renamed from 'root'
22679:
22680: * src/types/pa_valiased.C: another root inherititance skipped
22681:
22682: * src/main/: compile.C, compile.y, execute.C: operators are now not
22683: root methods of parent class. just 'ROOT' class
22684:
22685: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22686: @office
22687:
22688: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22689:
22690: 2001-04-05 paf
22691:
22692: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22693: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22694: constructor flag dropped at get_method_frame and remembered into
22695: method_frame
22696:
22697: * src/: classes/file.C, classes/root.C, classes/string.C,
22698: classes/table.C, main/pa_request.C: junction to code&expression
22699: in errors
22700:
22701: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22702: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22703: $LOCALE:ctype[Russian_Russia.1251]
22704:
22705: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22706: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22707: main/pa_table.C: hash now not thread-safe.
22708:
22709: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22710: main/untaint.C: z
22711:
22712: * src/: classes/random.C, classes/root.C, classes/table.C,
22713: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22714: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22715: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22716: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22717:
22718: * src/: classes/table.C, include/pa_sql_connection.h,
22719: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22720:
22721: * src/classes/table.C: select * from hren error contains statement
22722:
22723: * src/: classes/table.C, include/pa_sql_connection.h,
22724: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22725: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22726:
22727: * src/: classes/root.C, include/pa_sql_connection.h,
22728: include/pa_sql_driver.h, main/main.dsp,
22729: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22730: services for conv memory & error reporting
22731:
22732: 2001-04-04 paf
22733:
22734: * src/doc/doxygen.cfg: z
22735:
22736: * src/include/pa_sql_driver.h: mysql connect
22737:
22738: * src/include/pa_sql_driver.h: mysql info
22739:
22740: * src/: classes/root.C, include/pa_sql_driver.h,
22741: include/pa_sql_driver_manager.h, main/main.dsp,
22742: main/pa_sql_driver_manager.C: more manager&connection&driver
22743:
22744: * src/sql/Makefile.am: forgot to add mysql client
22745:
22746: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22747: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22748: [forgot to add libltdl, added]
22749:
22750: * src/: Makefile.am, classes/root.C, classes/string.C,
22751: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22752: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22753: include/pa_string.h, include/pa_table.h, main/main.dsp,
22754: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22755: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22756: -1000 just compiled
22757:
22758: * src/: classes/random.C, classes/root.C, classes/table.C,
22759: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22760: main/pa_request.C, types/pa_vclass.h: sql frame -10
22761:
22762: 2001-04-03 paf
22763:
22764: * src/types/pa_vform.C: z
22765:
22766: * src/: classes/string.C, types/pa_vform.C: string:match replace
22767: assigned lang
22768:
22769: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22770: {}[]< empty []
22771:
22772: * src/: classes/file.C, classes/string.C, classes/table.C,
22773: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22774: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22775:
22776: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22777: string:match replace strange matches
22778:
22779: * src/classes/string.C: string:match replace 0
22780:
22781: * src/: classes/string.C, main/pa_string.C: string:match replace
22782: prepared 2
22783:
22784: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22785: string:match replace prepared
22786:
22787: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22788: string:match replace -11
22789:
22790: * src/: classes/string.C, include/pa_globals.h,
22791: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22792: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22793:
22794: * src/: classes/string.C, include/pa_globals.h,
22795: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22796: main/pa_string.C: string:match [search] -1 just compiled
22797:
22798: * src/types/pa_vstring.C: z
22799:
22800: * src/: classes/double.C, classes/file.C, classes/form.C,
22801: classes/int.C, classes/response.C, classes/root.C,
22802: classes/string.C, classes/table.C, include/pa_string.h,
22803: main/pa_string.C: string:match -10 [frame]
22804:
22805: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22806: main/pa_request.C: z
22807:
22808: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22809: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22810: todo/tests
22811:
22812: * src/include/pa_common.h: z
22813:
22814: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22815: main/pa_request.C, targets/cgi/parser3.C,
22816: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22817: content-disposition
22818:
22819: * src/: include/pa_common.h, include/pa_globals.h,
22820: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22821: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22822:
22823: * src/: include/pa_common.h, include/pa_request.h,
22824: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22825: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22826: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22827: response:body
22828:
22829: * src/classes/table.C: table:append now uses string::split
22830:
22831: * src/classes/table.C: z
22832:
22833: * src/: classes/file.C, classes/root.C, classes/string.C,
22834: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22835: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22836: include/pa_string.h, main/execute.C, main/pa_string.C,
22837: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22838: string::pos & cmp & piece bugs fixed. string::split new
22839: table:load separated from set table:set implemented with clean \n
22840: \t searches
22841:
22842: 2001-04-02 paf
22843:
22844: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22845: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22846: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22847: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22848: it in table:set/load
22849:
22850: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22851: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22852:
22853: * src/classes/random.C: random:generate 1
22854:
22855: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22856: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22857: types/pa_value.h: random:generate
22858:
22859: 2001-03-30 paf
22860:
22861: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22862: todo: table flip and append. string::pos
22863:
22864: * src/: classes/double.C, classes/file.C, classes/int.C,
22865: classes/response.C, classes/root.C, classes/string.C,
22866: classes/table.C, main/compile.y, main/execute.C,
22867: types/pa_value.h, types/pa_vstateless_class.C,
22868: types/pa_vstateless_class.h: static|dynamic|any method
22869: registration
22870:
22871: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22872: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22873: table:flip
22874:
22875: 2001-03-29 paf
22876:
22877: * src/classes/string.C: string:xsplit forgot that they must result
22878: in 1 row N column [not vice versa]
22879:
22880: * src/classes/string.C: z
22881:
22882: * src/classes/string.C: string: rsplit
22883:
22884: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22885: string: lsplit
22886:
22887: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22888: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22889: lsplit -1
22890:
22891: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22892: string: pos
22893:
22894: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22895: string: pos -1
22896:
22897: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22898: main/compile.y, main/pa_request.C, main/pa_string.C,
22899: main/untaint.C: string: left right mid
22900:
22901: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22902: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22903: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22904: and [;] are different now.
22905:
22906: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22907: main/untaint.C: pool.request undone
22908:
22909: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22910: main/untaint.C: pool.request
22911:
22912: 2001-03-28 paf
22913:
22914: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22915: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22916: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22917: $request:browser [.type .version]; unknown.get_double now = 0.
22918:
22919: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22920: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22921: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22922: types/pa_vform.C: file:load autodetection of mime-type by
22923: user-file-name
22924:
22925: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22926: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22927: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22928:
22929: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22930: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22931: write. must be self.set
22932:
22933: * src/: classes/file.C, classes/root.C, classes/table.C,
22934: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22935:
22936: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22937: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22938: types/pa_vtable.h: table:locate just compiled
22939:
22940: 2001-03-27 paf
22941:
22942: * src/main/: execute.C, pa_common.C: fixed r/w context of
22943: code-params2, fixed ntfs hardlink slow dir update
22944:
22945: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22946: types/pa_wcontext.h: fixed r/w context of code-params
22947:
22948: * src/: classes/table.C, main/execute.C: about to change junction
22949: rcontext!!
22950:
22951: * src/: classes/double.C, classes/int.C, classes/root.C,
22952: classes/string.C, classes/table.C, main/compile_tools.C,
22953: main/execute.C, main/pa_request.C, main/untaint.C,
22954: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22955: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22956: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22957: types/pa_vunknown.h: sort 0
22958:
22959: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22960: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22961: renamed to are_static_calls_disabled
22962:
22963: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22964: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22965: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22966: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22967:
22968: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22969:
22970: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22971: started table:sort fixed minor bug in #...^{
22972:
22973: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22974: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22975: decided to have as it were. stepped back. grammar: added 'in'
22976: 'is' 'lt'&co follow-space check
22977:
22978: 2001-03-26 paf
22979:
22980: * src/: classes/file.C, classes/root.C, classes/table.C,
22981: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22982: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22983: main/pa_table.C: moved ::save to pa_table. disabled @auto
22984: invocation in ^process
22985:
22986: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22987:
22988: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22989: main/pa_array.C: table:record
22990:
22991: * src/: main/untaint.C, targets/cgi/parser3.C,
22992: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22993: targets/isapi/pool_storage.h, types/pa_valiased.h,
22994: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22995: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22996: types/pa_vtable.h: z
22997:
22998: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22999: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
23000: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23001: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
23002: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
23003: method realisations on 'self' validity - they now can simply
23004: assume that 'self' is V{Proper} .
23005:
23006: 2001-03-25 paf
23007:
23008: * src/main/untaint.C: z
23009:
23010: * src/main/: pa_request.C, untaint.C: moved default typo-table to
23011: lowlevel - it initialization could be skipped if failed in @auto.
23012: so that exception report would use some table
23013:
23014: * src/main/pa_request.C: table empty lines ignored. system-default
23015: content type assigned in output:result [can fail in main:auto and
23016: skipped normal defaults extraction]
23017:
23018: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
23019: bug
23020:
23021: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
23022: processing to table [except preliminary \r\n \r \n replacements
23023: to "\n"]
23024:
23025: * src/: classes/table.C, main/untaint.C: html-typo - decided to
23026: move all the processing to table
23027:
23028: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
23029: main/pa_table.C, main/untaint.C: returned table originating.
23030: useful for reporting typo table problems origin. think would be
23031: useful somewhere else
23032:
23033: * src/main/untaint.C: typo \r \r\n \n properly handled
23034:
23035: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
23036: include/pa_table.h, main/compile.y, main/compile_tools.C,
23037: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
23038: main/pa_string.C, main/pa_table.C, main/untaint.C,
23039: types/pa_vcookie.h: typo & typo-default
23040:
23041: 2001-03-24 paf
23042:
23043: * src/main/pa_common.C: z
23044:
23045: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
23046: targets/cgi/parser3.C: html-typo 2
23047:
23048: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
23049: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
23050: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
23051: main/execute.C, main/pa_array.C, main/pa_globals.C,
23052: main/pa_request.C, main/pa_string.C, main/untaint.C,
23053: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23054: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
23055: noticed double default content-type prob. run cgi.cmd tomorrow
23056: first html-typo sample. detected << problem: they become ltlt too
23057: fast
23058:
23059: * src/main/compile.y: z
23060:
23061: * src/main/: compile.y, compile_tools.h: #comment
23062:
23063: * src/: classes/file.C, classes/root.C, classes/table.C,
23064: include/pa_common.h, include/pa_request.h, main/compile.y,
23065: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23066: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
23067: stringified
23068:
23069: * src/types/pa_valiased.C: decided to String-ify file_read
23070:
23071: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
23072: isapi/parser3isapi.dsp: cgi: sapi::log
23073:
23074: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
23075: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
23076: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
23077: error log experiments failed - cgi under iis got no access to
23078: log. registereventsource simply failed with 5(illegal call) code,
23079: while worked OK as standalone executable. isapi: used
23080: HSE_APPEND_LOG_PARAMETER feature
23081:
23082: * src/: include/pa_common.h, include/pa_globals.h,
23083: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23084: targets/isapi/parser3isapi.C: fixed default content-type
23085: allocation storage
23086:
23087: * src/: include/pa_globals.h, include/pa_request.h,
23088: main/pa_globals.C, main/pa_request.C: z
23089:
23090: * src/: include/pa_array.h, include/pa_hash.h,
23091: include/pa_request.h, main/compile.y, main/pa_array.C,
23092: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23093: types/pa_vcookie.C: cyclic uses ignored. defaulted default
23094: content-type
23095:
23096: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
23097: sanity
23098:
23099: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
23100: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
23101: away freeze mech. no danger now for you can't do
23102: ^request:process[@new-method[] body] trick anymore. still
23103: remains $some_instance.process[@new-method[] possibility] but
23104: would leave it as a feature. see index for sample
23105:
23106: * src/: include/pa_common.h, main/pa_common.C,
23107: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
23108: monkey every target
23109:
23110: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23111: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
23112: types/pa_vform.C, types/pa_vform.h: auto.p monkey
23113:
23114: 2001-03-23 paf
23115:
23116: * src/: include/pa_pool.h, main/pa_request.C,
23117: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23118: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23119: targets/isapi/pool_storage.h: isapi: dumb pool storage
23120:
23121: * src/targets/isapi/pa_pool.C: decided to continue with extension
23122:
23123: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
23124: it would be better to rewrite as filter then to deal with pool
23125:
23126: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
23127: now like in cgi, not from APPL_PHYSICAL_PATH
23128:
23129: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23130: include/pa_config_fixed.h, include/pa_config_includes.h,
23131: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
23132: include/pa_version.h, main/compile.y, main/execute.C,
23133: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23134: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23135: main/untaint.C, targets/cgi/parser3.C,
23136: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
23137: cgi: reinvent document_root and request_uri under iis. autoconf
23138: updated. introducing ap_config_includes
23139:
23140: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
23141:
23142: * src/targets/cgi/parser3.C: cgi: only one pool now
23143:
23144: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
23145: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23146: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23147: types/pa_venv.h, types/pa_vform.C: sapi made object
23148:
23149: * src/: include/pa_globals.h, main/pa_request.C,
23150: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23151: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
23152: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23153:
23154: * src/: main/pa_request.C, targets/cgi/parser3.C,
23155: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23156: isapi minor env beauty
23157:
23158: * src/: main/pa_request.C, targets/cgi/parser3.C,
23159: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23160: isapi document_root 0
23161:
23162: 2001-03-22 paf
23163:
23164: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23165:
23166: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23167: isapi/parser3isapi.C: z
23168:
23169: * src/: include/pa_pool.h, main/pa_request.C,
23170: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23171:
23172: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23173: kill.pl: isapi added utils
23174:
23175: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23176: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23177: types/pa_vform.C: isapi 0
23178:
23179: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23180: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23181: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23182: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23183: started isapi
23184:
23185: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23186: some comments
23187:
23188: * src/: include/pa_globals.h, include/pa_request.h,
23189: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23190: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23191: parser_root_auto_path parser_site_auto_path
23192:
23193: * src/types/pa_vcookie.C: cookie attr decoded
23194:
23195: 2001-03-21 paf
23196:
23197: * src/targets/cgi/parser3.C: z
23198:
23199: * src/include/pa_globals.h: post. todo: config of auto.p path
23200:
23201: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23202: types/pa_venv.h: in cookie & env. todo:post
23203:
23204: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23205: classes/root.C, classes/table.C, include/pa_array.h,
23206: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23207: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23208: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23209: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23210: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23211: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23212: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23213: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23214: shifted apache branch on main trunc
23215:
23216: * src/: include/pa_common.h, include/pa_globals.h,
23217: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23218: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23219: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23220: starting mod_parser3
23221:
23222: * src/targets/cgi/parser3.C: starting mod_parser3
23223:
23224: 2001-03-20 paf
23225:
23226: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23227: targets/cgi/parser3.C: automake compiled and works. todo:make
23228: win32 ifdefs work and add ifdef unistd
23229:
23230: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23231: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23232: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23233: z
23234:
23235: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23236: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23237: locking
23238:
23239: * src/: classes/Makefile.am, types/Makefile.am: z
23240:
23241: * src/: Makefile.am, classes/file.C, classes/root.C,
23242: classes/table.C, include/pa_array.h, include/pa_request.h,
23243: include/pa_string.h, main/Makefile.am, main/execute.C,
23244: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23245: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23246: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23247: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23248:
23249: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23250: main/pa_request.C, types/pa_vfile.h: ^table:save
23251:
23252: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23253: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23254: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23255: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23256: types/pa_vform.h: z
23257:
23258: * src/include/pa_string.h: z
23259:
23260: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23261: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23262: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23263: :Value
23264:
23265: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23266: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23267: :VStateless_object
23268:
23269: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23270: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23271: :VStateless_object
23272:
23273: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23274: types/pa_valiased.C, types/pa_vform.h: commented VForm
23275:
23276: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23277: types/pa_valiased.h, types/pa_value.h,
23278: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23279: types/pa_vstateless_object.h: moved common get_element part from
23280: stateless object&class into VAliased
23281:
23282: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23283: classes/table.C, main/execute.C, main/main.dsp,
23284: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23285: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23286: now :Value
23287:
23288: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23289: main/execute.C, main/main.dsp, main/pa_globals.C,
23290: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23291:
23292: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23293: doxx
23294:
23295: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23296: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23297: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23298: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23299: and ^file:save
23300:
23301: 2001-03-19 paf
23302:
23303: * src/types/pa_vfile.C: z
23304:
23305: * src/: classes/file.C, classes/request.C, classes/table.C,
23306: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23307: main/pa_request.C, main/untaint.C, types/pa_value.h,
23308: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23309:
23310: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23311: include/pa_string.h, include/pa_table.h, main/main.dsp,
23312: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23313: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23314: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23315: classes/_file.h, classes/file.C, types/pa_vfile.C,
23316: types/pa_vfile.h: file class just compiled
23317:
23318: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23319: include/pa_table.h, include/pa_types.h, main/execute.C,
23320: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23321: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23322: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23323:
23324: * src/include/pa_pool.h: z
23325:
23326: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23327: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23328: Hash::Value to Val so to doxygen would finlly stop confusing
23329: those Value-s
23330:
23331: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23332: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23333: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23334: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23335: include/pa_types.h, main/compile.C, main/compile.y,
23336: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23337: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23338: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23339: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23340: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23341:
23342: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23343: derivates somehow unlinked. don't know why yet
23344:
23345: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23346: include/pa_string.h, include/pa_threads.h, main/compile.C,
23347: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23348: main/execute.C, main/pa_array.C, main/pa_common.C,
23349: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23350: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23351: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23352:
23353: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23354: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23355: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23356: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23357: types/pa_vrequest.h: doc: detected Value derivates prob
23358:
23359: * src/include/pa_globals.h: z
23360:
23361: * src/: classes/_request.h, classes/request.C, include/code.h,
23362: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23363: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23364: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23365: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23366: main/execute.C, main/pa_pool.C, main/pa_request.C,
23367: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23368: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23369:
23370: 2001-03-18 paf
23371:
23372: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23373: cookie: allowed access to hash-assigned
23374:
23375: * src/targets/cgi/parser3.C: z
23376:
23377: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23378: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23379: include/pa_types.h, main/main.dsp, main/pa_common.C,
23380: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23381: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23382: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23383: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23384: types/pa_vunknown.h: cookie class
23385:
23386: * src/main/pa_request.C: zero length output allowed
23387:
23388: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23389: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23390:
23391: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23392: lang switch
23393:
23394: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23395: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23396: types/pa_value.h, types/pa_vhash.h:
23397: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23398:
23399: * src/main/execute.C: z
23400:
23401: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23402: targets/cgi/parser3.C: taint[uri
23403:
23404: * src/: classes/request.C, classes/response.C, classes/root.C,
23405: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23406: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23407: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23408:
23409: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23410: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23411: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23412: types/pa_vstateless_class.C: convinient string(pool, char *src,
23413: bool tainted) ctor
23414:
23415: * src/: include/pa_hash.h, include/pa_request.h,
23416: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23417: main/pa_request.C, main/pa_string.C, main/untaint.C,
23418: targets/cgi/parser3.C: proper @exceptions params tainting
23419:
23420: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23421: response fields to header
23422:
23423: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23424: z
23425:
23426: * src/: classes/_response.h, classes/response.C,
23427: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23428: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23429: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23430: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23431: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23432: $response: 0 request::core exception rethrow
23433:
23434: 2001-03-16 paf
23435:
23436: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23437: types/pa_vrequest.h: native method' class call with less params
23438: then needed error reporting
23439:
23440: * src/: classes/_request.h, classes/request.C,
23441: include/pa_globals.h, include/pa_request.h, main/execute.C,
23442: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23443: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23444: types/pa_vrequest.h: $request : query :uri
23445:
23446: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23447: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23448: types/pa_wcontext.h: $result
23449:
23450: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23451:
23452: * src/: classes/double.C, include/code.h, main/compile.y,
23453: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23454: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23455:
23456: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23457: main/compile.y, main/execute.C, types/pa_value.h,
23458: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23459: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23460: wcontext conflict
23461:
23462: * src/: main/execute.C, types/pa_value.h,
23463: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23464: $string.field
23465:
23466: 2001-03-15 paf
23467:
23468: * src/main/pa_request.C: news sample
23469:
23470: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23471: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23472:
23473: * src/main/: compile.y, execute.C: z
23474:
23475: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23476: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23477: pre pre works
23478:
23479: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23480: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23481: fillfields just compiled
23482:
23483: 2001-03-14 paf
23484:
23485: * src/: include/pa_request.h, main/pa_request.C,
23486: targets/cgi/parser3.C: z
23487:
23488: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23489: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23490: types/pa_vstring.h: limits -1
23491:
23492: * src/: include/pa_globals.h, include/pa_request.h,
23493: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23494: main/pa_request.C, targets/cgi/parser3.C,
23495: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23496: request_info -1
23497:
23498: * src/: include/pa_globals.h, main/pa_globals.C,
23499: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23500: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23501: vform_fields_fill
23502:
23503: * src/targets/cgi/parser3.C: # if MSVC
23504:
23505: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23506: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23507:
23508: * src/targets/cgi/parser3.C: z
23509:
23510: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23511: include/pa_string.h, include/pa_types.h, main/compile.y,
23512: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23513: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23514: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23515: types/pa_vunknown.h: global handler, exceptions in parser3
23516:
23517: 2001-03-13 paf
23518:
23519: * src/: classes/form.C, main/compile.y, main/core.C,
23520: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23521: types/pa_vform.h, types/pa_vstateless_class.C,
23522: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23523: instead
23524:
23525: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23526: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23527: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23528: started cgi target
23529:
23530: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23531: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23532: before error show with parser
23533:
23534: * src/: classes/_form.h, classes/form.C, include/core.h,
23535: include/pa_request.h, main/core.C, main/pa_request.C,
23536: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23537:
23538: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23539:
23540: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23541: parser3.C: renamed targets/ parser to cgi
23542:
23543: * src/: classes/double.C, classes/env.C, classes/int.C,
23544: classes/root.C, classes/string.C, classes/table.C,
23545: include/pa_request.h, types/pa_vhash.h: z
23546:
23547: * src/: classes/_env.h, classes/env.C, classes/root.C,
23548: include/core.h, include/pa_pool.h, include/pa_request.h,
23549: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23550: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23551: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23552: [historical moment :)]
23553:
23554: * src/: include/code.h, include/pa_string.h, main/compile.y,
23555: main/execute.C, main/pa_string.C: 'value is type' expr operator
23556:
23557: * src/types/pa_venv.h: $ENV 1
23558:
23559: * src/main/execute.C: z
23560:
23561: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23562: future methods of ENV constructor if
23563:
23564: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23565: class
23566:
23567: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23568: classes/_root.h, classes/_string.h, classes/_table.h,
23569: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23570: classes/string.C, classes/table.C, include/pa_request.h,
23571: main/compile.C, main/compile_tools.h, main/core.C,
23572: main/execute.C, main/main.dsp, main/pa_request.C,
23573: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23574: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23575: types/pa_vobject.h, types/pa_vstateless_class.C,
23576: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23577: types/pa_wcontext.h: $ENV: re 0, stateless classes
23578:
23579: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23580: classes/_root.h, classes/_string.h, classes/_table.h,
23581: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23582: classes/string.C, classes/table.C, include/pa_request.h,
23583: main/compile.C, main/compile_tools.h, main/core.C,
23584: main/execute.C, main/main.dsp, main/pa_request.C,
23585: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23586: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23587: types/pa_vobject.h, types/pa_vstateless_class.C,
23588: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23589: types/pa_wcontext.h: $ENV: re 0, stateless classes
23590:
23591: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23592: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23593: yesterdays bad decision on execute_static_method
23594:
23595: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23596:
23597: * src/: classes/double.C, classes/int.C, classes/root.C,
23598: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23599:
23600: * src/main/pa_request.C: z
23601:
23602: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23603: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23604:
23605: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23606: include/pa_pool.h, main/pa_request.C:
23607: restructure_exceptions_dead_end
23608:
23609: * src/: classes/root.C, main/compile.y: ^if required junctions.
23610: allowed ; inside {} to break params
23611:
23612: * src/classes/root.C: ^eval
23613:
23614: * src/: classes/_string.h, classes/double.C, classes/int.C,
23615: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23616: string ^format
23617:
23618: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23619: 'bad' but not 'enough'
23620:
23621: * src/: classes/double.C, classes/root.C, classes/table.C,
23622: include/pa_common.h, include/pa_types.h, main/compile.y,
23623: main/pa_common.C, main/pa_request.C, main/untaint.C,
23624: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23625: types/pa_wwrapper.h: think constructing flag as is is bad
23626:
23627: * src/: classes/double.C, classes/int.C, classes/root.C,
23628: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23629: types/pa_vint.h: ^for
23630:
23631: 2001-03-12 paf
23632:
23633: * src/classes/table.C: table ^empty
23634:
23635: * src/: classes/table.C, include/pa_table.h: table ^menu
23636:
23637: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23638: ^offset ^line ^count
23639:
23640: * src/classes/root.C: ^round() ^floor() ^ceiling()
23641: ^abs() ^sign()
23642:
23643: * src/classes/: root.C, table.C: ^use
23644:
23645: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23646: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23647: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23648: ^while. switched off wcontext.constructing after write(value) or
23649: auto-vhash-constructing
23650:
23651: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23652: main/pa_request.C: fail_if_junction_ helper func
23653:
23654: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23655: include/pa_request.h, main/execute.C, main/main.dsp,
23656: main/pa_common.C, main/pa_request.C: ^process error point by
23657: actual method_name, not source. ^load
23658:
23659: * src/types/pa_vtable.h: table: no, better with string in cells...
23660:
23661: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23662: classes/_table.h, classes/table.C, main/untaint.C: z
23663:
23664: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23665: include/pa_table.h, main/core.C, main/execute.C,
23666: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23667: types/pa_value.h: table:set 0
23668:
23669: * src/: classes/root.C, include/core.h, include/pa_array.h,
23670: include/pa_request.h, include/pa_table.h, main/core.C,
23671: main/main.dsp, main/pa_request.C, main/pa_table.C,
23672: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23673: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23674: types/pa_vstring.h: freeze, ^table:create[] -1
23675:
23676: * src/: classes/root.C, types/pa_value.h: z
23677:
23678: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23679: get_method in couple places optimizing them
23680:
23681: * src/classes/root.C: z
23682:
23683: * src/: classes/root.C, types/pa_vclass.h: process temp main
23684: zeroing
23685:
23686: * src/: classes/double.C, classes/int.C, classes/root.C,
23687: classes/string.C, include/pa_common.h, include/pa_request.h,
23688: include/pa_string.h, include/pa_types.h, main/compile.C,
23689: main/compile.y, main/compile_tools.h, main/execute.C,
23690: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23691: types/pa_vmframe.h: ^process. actual names to store param and
23692: check_actual_numbered_params for better place diagnostics
23693:
23694: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23695: method-junctions bug fixed
23696:
23697: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23698: pa_vstateless_object.h, pa_vstring.h: stateless_object
23699:
23700: 2001-03-11 paf
23701:
23702: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23703: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23704: VDouble VInt base now VObject_base - without fields
23705:
23706: * src/: classes/root.C, include/core.h, main/core.C: z
23707:
23708: * src/: classes/double.C, classes/int.C, classes/root.C,
23709: classes/string.C, include/core.h, include/pa_hash.h,
23710: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23711: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23712:
23713: * src/: classes/double.C, classes/int.C, classes/root.C,
23714: include/pa_request.h, main/execute.C: intercept_string
23715:
23716: * src/: classes/double.C, classes/int.C, classes/root.C,
23717: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23718:
23719: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23720: ^inc-s(expr)
23721:
23722: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23723: classes/_root.h, classes/_string.h, classes/double.C,
23724: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23725: include/code.h, include/core.h, include/pa_array.h,
23726: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23727: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23728: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23729: include/pa_types.h, main/compile.C, main/compile.y,
23730: main/compile_tools.C, main/compile_tools.h, main/core.C,
23731: main/execute.C, main/pa_array.C, main/pa_common.C,
23732: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23733: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23734: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23735: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23736: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23737: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23738: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23739: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23740:
23741: * src/: main/pa_request.C, types/pa_vhash.h: z
23742:
23743: * src/: include/core.h, include/pa_request.h, main/core.C,
23744: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23745:
23746: * src/: include/pa_valiased.h, include/pa_value.h,
23747: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23748: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23749: include/pa_vjunction.h, include/pa_vmframe.h,
23750: include/pa_vobject.h, include/pa_vstring.h,
23751: include/pa_vunknown.h, include/pa_wcontext.h,
23752: include/pa_wwrapper.h, main/compile.y, main/core.C,
23753: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23754: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23755: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23756: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23757: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23758: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23759: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23760: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23761: include/
23762:
23763: 2001-03-10 paf
23764:
23765: * src/: include/core.h, include/pa_request.h, main/core.C,
23766: main/pa_request.C: run+auto=run
23767:
23768: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23769:
23770: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23771: classes/_root.h, classes/_string.h, classes/double.C,
23772: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23773: include/code.h, include/core.h, include/pa_array.h,
23774: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23775: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23776: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23777: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23778: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23779: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23780: include/pa_vjunction.h, include/pa_vmframe.h,
23781: include/pa_vobject.h, include/pa_vstring.h,
23782: include/pa_vunknown.h, include/pa_wcontext.h,
23783: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23784: main/compile_tools.C, main/compile_tools.h, main/core.C,
23785: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23786: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23787: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23788: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23789: main/pa_wcontext.C: sources header
23790:
23791: * src/main/pa_request.C: auto..
23792:
23793: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23794: main/pa_request.C: auto tree0
23795:
23796: * src/: include/core.h, include/pa_request.h, main/compile.y,
23797: main/core.C, main/pa_request.C: names to core.C
23798:
23799: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23800: include/pa_request.h, main/core.C, main/execute.C,
23801: main/pa_common.C, main/pa_request.C: root auto.p loaded
23802:
23803: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23804: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23805: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23806: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23807:
23808: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23809: @auto[] realised. auto.p scan togo
23810:
23811: * src/: include/pa_request.h, main/execute.C: autocalc
23812: code-junctions result now have names
23813:
23814: * src/: classes/double.C, classes/int.C, classes/root.C,
23815: classes/string.C, include/pa_request.h, include/pa_string.h,
23816: include/pa_wcontext.h, main/compile.y, main/execute.C,
23817: main/pa_string.C, main/pa_wcontext.C: tainting 0
23818:
23819: * src/classes/env.C: env:file/line
23820:
23821: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23822: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23823: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23824: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23825: main/compile_tools.C, main/compile_tools.h, main/core.C,
23826: main/execute.C, main/main.dsp, main/pa_cframe.C,
23827: main/pa_request.C, main/pa_wcontext.C: const fight finished
23828:
23829: * src/include/pa_vclass.h: const fight to go
23830:
23831: * src/: classes/_env.h, classes/env.C, classes/root.C,
23832: include/pa_request.h, include/pa_vclass.h, main/core.C,
23833: main/main.dsp: env0
23834:
23835: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23836: classes/_string.h, classes/double.C, classes/int.C,
23837: classes/root.C, classes/string.C, include/pa_request.h,
23838: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23839: include/pa_wcontext.h, main/core.C, main/main.dsp,
23840: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23841: main/pa_wcontext.C: ^lang prepare0
23842:
23843: 2001-03-09 paf
23844:
23845: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23846: construct proper naming
23847:
23848: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23849: classes/double.C, classes/int.C, classes/root.C,
23850: classes/string.C, include/code.h, include/pa_value.h,
23851: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23852: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23853: main/compile.y, main/compile_tools.C, main/core.C,
23854: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23855: and ^double[]. fixed expr type
23856:
23857: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23858: ^string.length[]
23859:
23860: 2001-03-08 paf
23861:
23862: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23863:
23864: * src/: include/pa_vclass.h, include/pa_vstring.h,
23865: include/pa_wcontext.h, main/compile.y, main/core.C,
23866: main/execute.C, main/main.dsp: dead end: vstring can't be
23867: derivated from vobject
23868:
23869: * src/: include/pa_vclass.h, include/pa_vhash.h,
23870: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23871:
23872: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23873: remained clone conseqs
23874:
23875: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23876:
23877: * src/main/pa_vclass.C: wow! vclass were out of vcs
23878:
23879: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23880: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23881: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23882: include/pa_vobject.h, include/pa_vstring.h,
23883: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23884: main/execute.C: withoud cloning. didn't need it actually, params
23885: got passed from out unnamed ewpool
23886:
23887: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23888: include/pa_vjunction.h, include/pa_vobject.h,
23889: include/pa_vunknown.h, main/compile.y: cloning dead end
23890:
23891: * src/: include/pa_bool.h, include/pa_double.h,
23892: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23893: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23894: include/pa_vjunction.h, include/pa_vmframe.h,
23895: include/pa_vobject.h, include/pa_vstring.h,
23896: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23897: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23898: to give params proper names
23899:
23900: * src/main/pa_wcontext.C: z
23901:
23902: * src/: include/pa_vmframe.h, main/execute.C: added names to
23903: unknown values in get_element and unfilled params. removed wrong
23904: name change in get_element
23905:
23906: * src/main/execute.C: z
23907:
23908: * src/main/execute.C: fixed problems calling operators in
23909: constructors
23910:
23911: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23912: detected problems calling operators in constructors
23913:
23914: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23915: autocalc def to string
23916:
23917: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23918: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23919:
23920: * src/classes/root.C: added root.c
23921:
23922: * src/: include/pa_request.h, include/pa_value.h,
23923: include/pa_vcframe.h, include/pa_vmframe.h,
23924: include/pa_wcontext.h, main/compile.C, main/compile.y,
23925: main/core.C, main/execute.C, main/pa_cframe.C,
23926: main/pa_wcontext.C: 'if' just compiled
23927:
23928: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23929: include/pa_vjunction.h, include/pa_vmframe.h,
23930: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23931: main/pa_wcontext.C: z
23932:
23933: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23934: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23935: with parameter names in operator methods
23936:
23937: * src/main/compile.y: minor renamings in .y
23938:
23939: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23940: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23941: @BASE. changed 'RUN' assignment mech
23942:
23943: * src/main/execute.C: z
23944:
23945: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23946: main/compile_tools.h, main/execute.C: made class: dynamic, not
23947: static. so to enable runtime ^use
23948:
23949: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23950:
23951: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23952: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23953:
23954: * src/main/execute.C: root root in code-junction
23955:
23956: 2001-03-07 paf
23957:
23958: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23959: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23960:
23961: * src/: include/pa_stack.h, include/pa_value.h,
23962: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23963: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23964: fixed rwcontext of {} params up
23965:
23966: * src/main/: compile.y, compile_tools.h: ^func(params)
23967:
23968: * src/main/compile.y: .y priorities syntax shaped up a bit
23969:
23970: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23971: include/pa_vunknown.h, main/compile.y, main/execute.C,
23972: main/pa_hash.C: expr def in -f
23973:
23974: * src/main/: compile.y, execute.C: expr calls
23975:
23976: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23977: fixed
23978:
23979: * src/main/compile.y: expr quoted code
23980:
23981: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23982: support0
23983:
23984: * src/main/compile.y: expr string comparisons 0
23985:
23986: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23987: main/pa_string.C: just compiled lt&co
23988:
23989: * src/main/execute.C: ^var.menu{$field} problem detected. that
23990: $field not a $var.field
23991:
23992: 2001-03-06 paf
23993:
23994: * src/main/compile.y: .y expr visible-shorter
23995:
23996: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23997: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23998: logical
23999:
24000: * src/: include/pa_vstring.h, main/compile.y: problems with
24001: skipping whitespace in yylex
24002:
24003: * src/include/pa_vbool.h: forgot this
24004:
24005: * src/: include/code.h, main/compile.y, main/execute.C: without
24006: string ops in expressions 0
24007:
24008: * src/: include/pa_value.h, include/pa_vdouble.h,
24009: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
24010: main/execute.C, main/main.dsp: !~
24011:
24012: * src/: include/pa_vcframe.h, include/pa_vclass.h,
24013: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
24014: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24015: include/pa_vunknown.h, include/pa_wcontext.h,
24016: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24017: main/compile_tools.h, main/execute.C: +-*/
24018:
24019: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
24020: main/compile_tools.h: grammar-1.1 $a(z) $a=0
24021:
24022: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
24023: main/execute.C: expr grammar-1 2*2=4.000000 :)
24024:
24025: * src/main/compile.y: expr grammar-1
24026:
24027: * src/main/compile.y: expr lexx1
24028:
24029: * src/main/: compile.y, execute.C, main.dsp: z
24030:
24031: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
24032: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
24033: main/execute.C: expr lex0 exec-1
24034:
24035: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
24036:
24037: 2001-02-26 paf
24038:
24039: * src/main/compile.y: max_string in yyerror bug fix
24040:
24041: 2001-02-25 paf
24042:
24043: * src/: include/pa_value.h, include/pa_vmframe.h,
24044: include/pa_wcontext.h, main/execute.C: VAliased3
24045:
24046: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
24047:
24048: * src/main/execute.C: VAliased1
24049:
24050: * src/: include/pa_request.h, include/pa_value.h,
24051: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
24052: VAliased0
24053:
24054: * src/: include/pa_pool.h, include/pa_request.h,
24055: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
24056: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
24057: VAliased just compiled
24058:
24059: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
24060: include/pa_vobject.h, main/execute.C: alias dead end
24061:
24062: * src/: include/pa_value.h, include/pa_vclass.h,
24063: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24064: main/main.dsp: no not get fields into interm VFielded class.
24065: fields & staticfields 1
24066:
24067: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
24068: include/pa_vobject.h, include/pa_wcontext.h,
24069: include/pa_wwrapper.h, main/core.C, main/execute.C,
24070: main/main.dsp: would now get fields into interm VFielded class
24071:
24072: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24073: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24074: include/pa_wcontext.h, main/compile.y, main/core.C,
24075: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
24076: main/pa_wcontext.C: virtuals2
24077:
24078: * src/main/compile.y: : 1
24079:
24080: * src/main/compile.y: rethought to $class:static.field.subfield
24081:
24082: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
24083: $class:element
24084:
24085: * src/: include/pa_value.h, include/pa_vmframe.h,
24086: include/pa_wwrapper.h, main/compile.y, main/execute.C,
24087: main/pa_wcontext.C: before execute class calls rewrite
24088:
24089: * src/: include/pa_request.h, main/compile.C, main/core.C: default
24090: name RUN, also alias
24091:
24092: * src/main/compile.y: escaping bug
24093:
24094: * src/: include/pa_request.h, include/pa_value.h,
24095: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
24096: main/core.C, main/execute.C, main/pa_common.C: vobject1
24097:
24098: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24099: include/pa_vmframe.h, include/pa_vobject.h,
24100: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
24101: main/compile_tools.h, main/execute.C: ^class:method() just
24102: compiled
24103:
24104: 2001-02-24 paf
24105:
24106: * src/main/main.dsp: no bison -d
24107:
24108: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
24109: class' err msg wrong
24110:
24111: * src/main/compile.y: z
24112:
24113: * src/main/: compile.y, core.C: yylex need some @special lines adj
24114:
24115: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
24116: main/compile.y, main/compile_tools.h, main/core.C: modules0
24117:
24118: * src/: include/pa_vclass.h, main/core.C: z
24119:
24120: * src/: include/pa_value.h, include/pa_vclass.h,
24121: include/pa_vobject.h, main/main.dsp: vobject00
24122:
24123: * src/main/pa_array.C: minor bug in expanding very small arrays.
24124: 60% from 1 were 0
24125:
24126: * src/: include/pa_value.h, include/pa_wcontext.h,
24127: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
24128: as bad as you've named it: wcontext.value() was not a perfect
24129: idea
24130:
24131: * src/main/execute.C: codeframe1
24132:
24133: * src/: include/pa_value.h, include/pa_vcframe.h,
24134: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
24135: include/pa_vjunction.h, include/pa_vmframe.h,
24136: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
24137: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
24138: just compiled
24139:
24140: * src/: include/pa_vframe.h, main/compile.y: found junction
24141: ideology @: ^x{$a()) must construct current wcontext element, so
24142: smart wcontext handling needed
24143:
24144: * src/main/compile.y: fixed grammar bugs in constructor/params
24145: klinch
24146:
24147: * src/main/: compile.y, execute.C: fixed empty constructor
24148: optimized empty case. failed on calls - produced empty string
24149: param
24150:
24151: * src/main/compile.y: fixed last \n macrotemplate strip bug
24152:
24153: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24154: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24155: main/compile_tools.C, main/compile_tools.h, main/core.C,
24156: main/execute.C: code junctions0. something wrong with last \n
24157: macrotemplate strip
24158:
24159: * src/: include/pa_value.h, main/compile.C, main/core.C,
24160: main/pa_value.C: minor error reporting format beautifyings
24161:
24162: * src/: include/pa_value.h, include/pa_vclass.h,
24163: include/pa_vframe.h, main/core.C, main/execute.C,
24164: main/pa_value.C: get_method RIP. junctions everywhere. call with
24165: junctions0
24166:
24167: 2001-02-23 paf
24168:
24169: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24170: pa_wwrapper.h: lara came, can't work, sorry :(
24171:
24172: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24173: junction
24174:
24175: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24176: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24177: main/execute.C, main/main.dsp, main/pa_value.C: call0
24178:
24179: * src/: include/pa_hash.h, include/pa_value.h,
24180: include/pa_wcontext.h, main/core.C, main/execute.C,
24181: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24182: done
24183:
24184: * src/include/pa_wcontext.h: z
24185:
24186: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24187: wrong grammar in complex constructor case
24188:
24189: * src/main/: compile.y, execute.C: empty constructor bug fixed
24190:
24191: * src/main/execute.C: with result rwpool
24192:
24193: * src/: include/pa_value.h, main/core.C, main/execute.C,
24194: main/main.dsp: value named
24195:
24196: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24197: strign 2 value in 2 places in execute
24198:
24199: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24200: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24201: wcontext.put_element when wcontext fvalue==0
24202:
24203: 2001-02-22 paf
24204:
24205: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24206: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24207: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24208:
24209: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24210: erroreos checkout
24211:
24212: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24213:
24214: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24215: main/compile_tools.h, main/pa_array.C: $self.get
24216:
24217: * src/main/: compile.C, compile.y, compile_tools.C: z
24218:
24219: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24220: bit. finished now.
24221:
24222: * src/main/compile.y: $: finished
24223:
24224: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24225:
24226: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24227: main/execute.C: OP_STRING better then some xxx _VALUE
24228:
24229: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24230: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24231: string to vstring it .y all
24232:
24233: * src/: include/pa_request.h, include/pa_stack.h,
24234: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24235: all
24236:
24237: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24238: precise parse error line:col
24239:
24240: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24241: main/pa_hash.C, main/pa_pool.C: TRY...
24242:
24243: * src/: include/pa_exception.h, include/pa_pool.h,
24244: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24245: main/compile.C, main/compile.y, main/compile_tools.C,
24246: main/core.C, main/pa_array.C, main/pa_exception.C,
24247: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24248: main/pa_table.C: removed exception from request
24249:
24250: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24251: some forgotten
24252:
24253: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24254: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24255: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24256: get/put simple vars to VClass works0
24257:
24258: * src/: include/pa_array.h, include/pa_wcontext.h,
24259: main/pa_string.C: in process, but found that exceptions are too
24260: global
24261:
24262: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24263: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24264: main/execute.C, main/pa_string.C: write_value write_string 0 it
24265: seems wcontext must write strings regardles of fvalue!=0
24266:
24267: 2001-02-21 paf
24268:
24269: * src/main/execute.C: tired :)
24270:
24271: * src/main/: compile.C, compile.y, execute.C: store0
24272:
24273: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24274: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24275: include/pa_wcontext.h, main/compile.C, main/compile.y,
24276: main/execute.C, main/main.dsp, main/pa_array.C,
24277: main/pa_request.C: get put -1 [just compiled]
24278:
24279: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24280: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24281: main/main.dsp, main/pa_request.C: request core methods0
24282:
24283: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24284: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24285: execute
24286:
24287: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24288: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24289: methods and one_big_piece. now compile returns array<method*>
24290:
24291: * src/main/compile.y: more straightforward yylex[end]
24292:
24293: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24294: string.operator==(char*)
24295:
24296: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24297: main/execute.C, main/pa_array.C: after array.const get wonders
24298:
24299: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24300: pa_string.h, pa_value.h: struck with const array.gets
24301:
24302: * src/main/: execute.C: z
24303:
24304: * src/main/: compile.y, execute.C: z
24305:
24306: * src/main/: compile.C, compile.y, compile_tools.h: error
24307: processing in eval & yyerror so it wouldn't cause memleaks.
24308:
24309: * src/main/: compile.C, compile.y: failed to add absolute precies
24310: parse error positions. leaving RIGHTMOST position as
24311: @file[line:col]
24312:
24313: * src/: include/compile.h, main/compile.C, main/compile.y,
24314: main/compile_tools.h: line numbers needed. would add them to .y
24315: now internally. externally it's not as precise as needed
24316:
24317: * src/: include/code.h, include/pa_types.h, main/compile.C,
24318: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24319: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24320: compiler works ok
24321:
24322: 2001-02-20 paf
24323:
24324: * src/main/: compile.C, compile.y, compile_tools.C,
24325: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24326: not perfect
24327:
24328: * src/: include/code.h, include/compile.h, include/execute.h,
24329: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24330: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24331: main/compile.C, main/compile.y, main/compile_tools.C,
24332: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24333: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24334: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24335: compiled. execute=dump for now
24336:
24337: * src/main/core.C: core rewrite using yacc investigations now will
24338: be compile[yacc]/execute[opcodes]
24339:
24340: 2001-02-15 paf
24341:
24342: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24343: rewrite as turing machine? for it seems it would be it's too many
24344: ifs with this syntax now
24345:
24346: 2001-02-14 paf
24347:
24348: * src/main/core.C: get_params 1
24349:
24350: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24351: :( ]
24352:
24353: * src/main/core.C: varios breaks
24354:
24355: * src/main/core.C: get names 3
24356:
24357: * src/main/core.C: get names 2
24358:
24359: * src/main/core.C: get names 1
24360:
24361: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24362: names 0
24363:
24364: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24365: text repassing2 operator static vars
24366:
24367: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24368: main/pa_string.C: process text repassing
24369:
24370: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24371: module:calls changes
24372:
24373: 2001-02-13 paf
24374:
24375: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24376: ^class:calls[] started
24377:
24378: * src/: include/pa_value.h, main/core.C: z
24379:
24380: * src/main/core.C: operators : and self. prefixes
24381:
24382: * src/main/core.C: z
24383:
24384: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24385: tested
24386:
24387: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24388: optimized
24389:
24390: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24391: would change privates to better support optimization
24392:
24393: * src/: include/pa_string.h, main/pa_string.C:
24394: String_iterator::skip_to todo:optimize
24395:
24396: 2001-02-12 paf
24397:
24398: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24399: String_iterator
24400:
24401: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24402: comments
24403:
24404: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24405: self/methodref joined
24406:
24407: 2001-02-11 paf
24408:
24409: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24410: main/main.dsp: core started. core.C, context&value .h
24411:
24412: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24413: include/pa_string.h, main/main.dsp, main/pa_array.C,
24414: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24415:
24416: 2001-01-30 paf
24417:
24418: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24419: comments
24420:
24421: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24422: main/pa_pool.C: moved pa_pool.C to be target specific
24423:
24424: * src/: include/pa_exception.h, include/pa_pool.h,
24425: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24426: to & changes
24427:
24428: * src/: include/pa_exception.h, include/pa_pool.h,
24429: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24430: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24431: re-associated. that's much better even removed 'die' necessety
24432:
24433: * src/: include/pa_error.h, include/pa_exception.h,
24434: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24435: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24436: targets/Makefile.am: lowered targets/parser into subdir, added
24437: parser_Pool(Pool) failed to add. would think..
24438:
24439: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24440: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24441: main/pa_string.C, main/pa_table.C: Table more like C++ style
24442: hence lots of 'const'
24443:
24444: * src/: include/pa_error.h, include/pa_request.h,
24445: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24446: main/pa_table.C: Error fixed
24447:
24448: 2001-01-29 paf
24449:
24450: * src/: include/pa_array.h, include/pa_common.h,
24451: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24452: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24453: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24454: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24455:
24456: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24457: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24458: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24459: main/pa_string.C, main/pa_table.C: Request Error Table
24460:
24461: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24462: templates"
24463:
24464: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24465: main/main.dsp, main/pa_array.C: templates failed no template
24466: specializations [VC6], no library auto instantation [VC6, GNU c++
24467: 2.95.2-6 from latest cygwin]
24468:
24469: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24470: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24471: main/main.dsp, main/pa_array.C, main/pa_string.C,
24472: main/pa_table.C: Table started would test template Array now
24473:
24474: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24475: String originating
24476:
24477: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24478: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24479: SYNCHRONIZED(thread_safe)
24480:
24481: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24482: parts to top
24483:
24484: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24485: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24486: see: needed only in global Hash now, made Hash:: put/get
24487: SYNCHRONIZED
24488:
24489: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24490: main/pa_threads.C: added pa_threads
24491:
24492: Mutex
24493:
24494: * src/include/pa_hash.h: some comments
24495:
24496: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24497: Array& operator += (Array& src)
24498:
24499: * src/main/pa_array.C: expand not convinient, would rewrite
24500:
24501: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24502: (Array& src)
24503:
24504: rethought, would change now
24505:
24506: 2001-01-27 paf
24507:
24508: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24509: caching
24510:
24511: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24512: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24513: cache rethought to chunk caching
24514:
24515: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24516: include/pa_string.h, main/main.dsp, main/pa_array.C,
24517: main/pa_hash.C, main/pa_string.C: Array 0
24518:
24519: * src/main/pa_string.C: String::operator ==
24520:
24521: * src/main/pa_hash.C: String(&String)
24522:
24523: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24524:
24525: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24526: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24527: pa_hash[forgotten]
24528:
24529: 2001-01-26 paf
24530:
24531: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24532: removed templates [vc++ suxx]
24533:
24534: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24535: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24536:
24537: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24538:
1.119 moko 24539: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24540:
1.119 moko 24541: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24542: check
24543:
24544: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24545: dynamic row_count
24546:
24547: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24548: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24549: targets/Makefile.am: Initial revision
24550:
24551: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24552: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24553: targets/Makefile.am: creating parser3 module
24554:
E-mail: