Annotation of parser3/ChangeLog, revision 1.152
1.151 moko 1: 2020-12-20 moko
2:
1.152 ! moko 3: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
! 4: it is more safe to have versions of pa_strdup with one and two
! 5: arguments, as helper_length=0 not always mean that strlen()
! 6: should be called, but means zero.
! 7:
! 8: * src/targets/isapi/parser3isapi.C: minor
! 9:
! 10: * src/main/pa_http.C: +valid_http_method
! 11:
1.151 moko 12: * src/: include/pa_http.h, main/pa_http.C,
13: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
14:
15: 2020-12-17 moko
16:
17: * tests/: 405.html, results/405.processed: test for split by regex
18: added (related to feature #1160)
19:
20: * src/classes/string.C: split by regex implemented (feature #1160)
21:
22: * src/classes/string.C: minor
23:
24: * tests/: 404.html, results/404.processed: test for whitespace
25: string is now OK for table argument (related to feature #1169)
26:
27: * src/: classes/image.C, classes/string.C, classes/table.C,
28: types/pa_vmethod_frame.C: whitespace string is now OK for table
29: argument (as with hash) (implements feature #1169)
30:
31: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
32: limit for comment (fixes bug #1102)
33:
34: * src/targets/cgi/parser3.C: +HAVE_TLS check
35:
36: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
37:
38: * src/include/pa_config_includes.h: HAVE_TLS used
39:
40: * configure.ac: +TLS check
41:
42: * src/main/pa_http.C: content logging added
43:
44: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
45: clear_response_headers added
46:
47: 2020-12-16 moko
48:
49: * buildall: as we now use threads, libatomic_ops still required for
50: some OS.
51:
52: * src/main/pa_request.C: whitespace
53:
54: * src/: include/pa_request.h, main/pa_request.C:
55: Request::Exception_trace::table extracted and used
56:
57: * src/main/pa_request.C: moving output_result call outside of try
58: as network exceptions should not be handled by parser code
59:
60: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
61: logging network exchange
62:
63: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
64: via network if it was network write error.
65:
66: * src/targets/cgi/parser3.C: log -> pa_log
67:
68: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
69:
70: * src/main/pa_threads.C: getpid() if no gettid() found
71:
72: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
73: we need to ignore "void" connections from browsers (browsers open
74: connections in advance and they will be empty if user does not
75: request more pages)
76:
77: 2020-12-15 moko
78:
79: * src/targets/cgi/parser3.C: avoid previous uri in logs
80:
81: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
82: RequestController not needed in httpd mode
83:
84: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
85: classes/classes.h, classes/curl.C, classes/date.C,
86: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
87: classes/hashfile.C, classes/image.C, classes/inet.C,
88: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
89: classes/memcached.C, classes/memory.C, classes/op.C,
90: classes/reflection.C, classes/regex.C, classes/response.C,
91: classes/string.C, classes/table.C, classes/void.C,
92: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
93: include/pa_array.h, include/pa_base64.h,
94: include/pa_cache_managers.h, include/pa_charset.h,
95: include/pa_charsets.h, include/pa_common.h,
96: include/pa_config_fixed.h, include/pa_config_includes.h,
97: include/pa_dictionary.h, include/pa_dir.h,
98: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
99: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
100: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
101: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
102: include/pa_request_charsets.h, include/pa_request_info.h,
103: include/pa_sapi.h, include/pa_socks.h,
104: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
105: include/pa_stack.h, include/pa_string.h,
106: include/pa_stylesheet_connection.h,
107: include/pa_stylesheet_manager.h, include/pa_symbols.h,
108: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
109: include/pa_uue.h, include/pa_xml_exception.h,
110: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
111: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
112: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
113: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
114: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
115: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
116: main/compile.tab.C, main/compile.y, main/compile_tools.C,
117: main/compile_tools.h, main/execute.C, main/pa_base64.C,
118: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
119: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
120: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
121: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
122: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
123: main/pa_sql_driver_manager.C, main/pa_string.C,
124: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
125: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
126: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
127: main/untaint.C, sql/pa_sql_driver.h,
128: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
129: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
130: targets/isapi/parser3isapi.C, types/pa_junction.h,
131: types/pa_method.h, types/pa_property.h, types/pa_value.C,
132: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
133: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
134: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
135: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
136: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
137: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
138: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
139: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
140: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
141: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
142: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
143: types/pa_vmemory.h, types/pa_vmethod_frame.C,
144: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
145: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
146: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
147: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
148: types/pa_vstateless_object.h, types/pa_vstatus.C,
149: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
150: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
151: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
152: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
153: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
154:
155: * src/main/pa_request.C: old compilers support
156:
157: * tests/: 362.html, results/362.processed: test updated after
158: changes after upgrade to libxml2-2.9.9 were made (related to bug
159: #1108)
160:
161: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
162: removed, as xsltFreeStylesheet has side effects on original doc.
163: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
164: not updated after xdoc modification (part 3 of test 362).
165: (related to bug #1108)
166:
167: * src/targets/isapi/parser3isapi.C: +pa_strcat
168:
169: * src/: classes/memory.C, include/pa_memory.h,
170: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
171: PA_GC_GCOLLECT used
172:
173: * src/include/pa_memory.h: +PA_GC_COLLECT
174:
175: * src/targets/cgi/parser3.C: msvs support fixes
176:
177: * src/lib/gc/include/gc.h: more cleanup
178:
179: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
180:
181: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
182: targets/cgi/parser3.C: $main:HTTPD.mode implemented
183:
184: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
185:
186: * configure.ac: pthread.h added to checked headers
187:
188: * src/classes/table.C: string stream is back :)
189:
190: * src/classes/memory.C: GC_generate_random_backtrace no longer
191: exists
192:
193: * src/main/pa_globals.C: GC_dont_gc replaced
194:
195: * src/lib/gc/include/gc.h: major cleanup, only used functions are
196: left to simplify adding new functions. depricated GC_dont_gc
197: replaced with GC_disable and GC_enable calls.
198:
199: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
200: CORD_from_file* not used and thus removed
201:
202: * src/lib/gc/include/gc_allocator.h: minor cleanup
203:
204: 2020-12-14 moko
205:
206: * src/classes/: curl.C, memory.C, table.C: every TLS should be
207: referenced elsewhere, or GC will collect it.
208:
209: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
210: main/pa_xml_io.C: bugfix: TLS variables should be referenced
211: elsewhere, or GC will collect them (and we'll get GPF in
212: multithreaded enviroment). May be it can be also fixed by some
213: GC call, not sure. But this fix costs nothing (but hours of
214: debugging to find the issue :).
215:
1.150 moko 216: 2020-12-11 moko
217:
218: * configure.ac: gettid() check added
219:
220: * src/main/pa_threads.C: HAVE_GETTID used
221:
222: * src/include/pa_config_auto.h.in: +HAVE_GETTID
223:
224: * src/: include/pa_threads.h, main/pa_threads.C: now unified
225: version for isapi/cgi/apache
226:
227: * buildall: threads are now required.
228:
229: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
230: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
231: main/main.vcproj: pa_threads.C moved to main
232:
233: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
234: isapi/pa_threads.C: pa_threads.C moved to main
235:
236: * src/: main/Makefile.am, targets/cgi/Makefile.am,
237: targets/apache/Makefile.am: pa_threads.C moved to main
238:
239: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
240:
241: * src/: include/pa_stylesheet_connection.h,
242: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
243: and weird GPF in multithreaded httpd is gone
244:
245: * src/include/: pa_stylesheet_connection.h,
246: pa_sql_driver_manager.h: whitespace
247:
248: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
249:
250: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
251: main/pa_stylesheet_manager.C: whitespace, warning war
252:
253: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
254: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
255: parser_multithreaded never used
256:
257: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
258:
259: 2020-12-10 moko
260:
261: * src/: include/pa_config_includes.h, include/pa_http.h,
262: main/pa_http.C, targets/cgi/parser3.C: initial support for
263: MULTITHREADED and PARALLEL httpd server modes
264:
265: * src/main/pa_globals.C: GC_java_finalization is depricated
266:
267: 2020-12-09 moko
268:
269: * etc/auto.p.in: + @httpd-main
270:
271: * src/: include/pa_common.h, main/pa_request.C,
272: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
273: work
274:
275: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
276: slow file_read_binary no longer used, send_range added
277:
278: 2020-12-08 moko
279:
280: * src/main/pa_request.C: >4Gb support
281:
282: * src/targets/cgi/parser3.C: msvc warning war
283:
284: * src/: include/pa_config_includes.h, main/pa_http.C,
285: main/pa_request.C: msvc warnings war
286:
287: * src/classes/image.C: warning war
288:
289: * src/classes/table.C: MSVC warning war
290:
291: * src/targets/cgi/parser3.C: msvc warnings war
292:
293: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
294: added
295:
1.149 moko 296: 2020-12-07 moko
297:
1.150 moko 298: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
299: avoid logging beside system-wide auto.p
300:
301: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
302:
303: * configure, configure.ac, src/include/pa_config_auto.h.in:
304: configure options added:
305:
306: --with-system-cfg=FILE to specify system-wide auto.p
307: --with-system-log=FILE to specify system-wide parser3.log
308:
309: * Makefile.am: bin no longer exists
310:
311: * configure, configure.ac: auto.p moved to etc to simplify debian
312: package
313:
314: * buildall: auto.p and parser3.charsets moved to their default
315: location after install
316:
317: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
318:
319: * aclocal.m4, configure: automake 1.15 -> 1.16.1
320:
1.149 moko 321: * src/targets/cgi/parser3.C: locate_config call returned to
322: original place as it requires pa_thread_request() under Windows
323:
324: * src/targets/cgi/parser3.C: renaming
325:
326: 2020-12-06 moko
327:
328: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
329: check added
330:
331: 2020-12-04 moko
332:
333: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
334: main/pa_request.C: unified uint64_t lseek implemented to support
335: >4Gb files under x86, including Windows
336:
337: 2020-12-02 moko
338:
339: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
340: with max_file_size
341:
342: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
343: support for processing files sized >4Gb on 32 bit planforms
344:
345: * tests/399.html: file moved
346:
347: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
348:
349: * src/targets/cgi/pa_sapi_info.h: warning war
350:
351: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
352: warning war
353:
354: 2020-12-01 moko
355:
356: * src/classes/image.C: mp4 extended size (>4Gb) support added
357:
358: * src/classes/image.C: for "size not found" exception to be shown
359: if size not found until eof
360:
361: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
362: bit linux)
363:
364: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
365: #1188)
366:
367: 2020-11-30 moko
368:
369: * src/classes/image.C: definitions moved closer to code
370:
371: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
372: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
373: 395_dir/3_VP8X.webp, results/395.processed,
374: results/396.processed: tests for ^image::measure[] .webp support
375: added, all image files moved into one directory (related to
376: feature #1188)
377:
378: * src/classes/image.C: ^image::measure[] now supports webp (feature
379: #1188)
380:
1.148 moko 381: 2020-11-29 moko
382:
383: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
384: processing, unnessesary defines removed
385:
386: 2020-11-24 moko
387:
388: * tests/results/: 099.processed, 100.processed, 205.processed,
389: 309.processed, 310.processed: Content-Disposition: inline
390: returned
391:
392: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
393: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
394: ] added (related to bug #1204)
395:
396: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
397: ] supported to avoid Content-Disposition: inline;
398: filename="<file>.ext" but still set Content-Type for ext (related
399: to bug #1204)
400:
1.147 moko 401: 2020-11-22 moko
402:
403: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
404: types/pa_vfile.C: pa_filename added to avoid useless rsplit
405:
406: * src/main/pa_request.C: content_disposition_inline returned.
407:
408: 2020-11-17 moko
409:
410: * src/main/pa_request.C: empty main method name support
411:
412: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
413: config_handler added, stdout flush added.
414:
415: 2020-11-16 moko
416:
417: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
418:
419: * tests/results/: 099.processed, 205.processed, 237.processed,
420: 309.processed, 310.processed: Content-Disposition: inline is not
421: required and should not contain filename="<name>"
422:
423: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
424: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
425: targets/isapi/parser3isapi.C: pa_strcat implemented and used
426:
1.146 moko 427: 2020-11-14 moko
428:
429: * src/targets/cgi/parser3.C: spelling
430:
431: * src/targets/cgi/parser3.C: renaming
432:
433: * src/targets/cgi/parser3.C: args_skip removed, locate_config
434: relocated
435:
436: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
437: before request processing, which is weired
438:
439: 2020-11-13 moko
440:
441: * src/main/pa_http.C: pa_recv added with timeout support, thus read
442: copied in httpd.
443:
444: 2020-11-12 moko
445:
446: * src/main/pa_http.C: ALARM code unified to be used in httpd
447:
448: * src/: include/pa_request.h, main/pa_request.C,
449: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
450:
451: * src/main/pa_http.C: URI validation added
452:
453: * src/targets/cgi/parser3.C: filespec_to_process now variable,
454: can't be empty but can be null. httpd-main is now main method
455: name for httpd mode
456:
457: 2020-11-11 moko
458:
459: * src/main/pa_request.C: path_translated can be null in httpd mode
460:
461: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
462: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
463: classes/xdoc.C, include/pa_request.h, main/execute.C,
464: main/pa_request.C: r.absolute -> r.full_disk_path
465:
466: * src/targets/cgi/parser3.C: if filename to process is not
467: specified, auto.p should be present.
468:
1.145 moko 469: 2020-11-03 moko
470:
471: * src/: classes/op.C, include/pa_request.h: unused argument removed
472:
473: * src/main/pa_request.C: content_disposition_inline is the default,
474: not required.
475:
1.144 moko 476: 2020-10-29 moko
477:
478: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
479: ^use[file; $.main(true) ] implemented for auto.p processing and
480: path_translated changing to correct relative files path
481: calculation in httpd mode
482:
483: * src/: include/pa_request.h, main/pa_request.C:
484: fail_on_read_problem removed, as it allways true, as if should
485: be.
486:
487: * src/: include/pa_request.h, main/pa_request.C,
488: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
489: targets/isapi/parser3isapi.C: clearing config_filespec when
490: config was not found, thus flag not required and removed.
491:
492: 2020-10-28 moko
493:
494: * tests/: 402.html, results/402.processed: error reporting test
495:
496: * src/main/execute.C: better error reporting when
497: $result[^hash::create[]] in @main.
498:
499: * src/main/: execute.C, pa_request.C: frame.result() should be used
500: + minor optimization
501:
502: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
503: main/pa_xml_io.C: execute_*_method simplified and unified
504:
505: 2020-10-27 moko
506:
507: * tests/: 306.html, results/306.processed: a bit more testing. :)
508:
509: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
510: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
511: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
512: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
513: types/pa_vmethod_frame.h, types/pa_vobject.C,
514: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
515: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
516: longer used in object-prototype mode
517:
518: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
519: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
520: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
521: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
522: $form:name[value] features
523:
1.143 moko 524: 2020-10-18 moko
525:
526: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
527:
528: 2020-10-15 moko
529:
530: * src/main/pa_http.C: url no longer needed as
531: ALTER_EXCEPTION_SOURCE is used
532:
533: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
534: main/pa_http.C: check_file_size filespec is now optional
535:
536: * src/: classes/curl.C, include/pa_exception.h,
537: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
538: ALTER_EXCEPTION_COMMENT added for better error reporting
539:
540: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
541: results/346-curl.processed, results/379-curl.processed,
542: results/379.processed: test results updated as load now provides
543: better error reporting + curl responses updated
544:
545: 2020-10-14 moko
546:
547: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
548: main/pa_string.C, targets/apache/mod_parser3_core.C,
549: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
550: checked. 10 is now default base, no hex autodetect by default
551:
552: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
553: connection socket closing in destructor + accept exception
554: handling
555:
556: * src/targets/cgi/parser3.C: warning war
557:
558: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
559: main/pa_request.C, targets/apache/mod_parser3_core.C,
560: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
561: exception handling unified
562:
563: 2020-10-13 moko
564:
565: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
566: autodetection
567:
568: * src/targets/apache/mod_parser3_core.C: reverted to atoi
569:
570: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
571:
572: * src/main/pa_http.C: warning war
573:
1.142 moko 574: 2020-10-12 moko
575:
1.143 moko 576: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
577: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
578: unhandled exception code optimization
579:
580: * src/targets/cgi/parser3.C: request_info now global variable
581:
582: * src/main/pa_http.C: http_read_response moved to HTTP_response
583: class
584:
585: * src/: include/pa_http.h, main/pa_http.C,
586: targets/cgi/pa_sapi_info.h: read_post implemented
587:
1.142 moko 588: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
589: [host:]port syntax support in httpd mode
590:
591: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
592: targets/cgi/parser3.C: populate_env added
593:
594: * src/include/pa_hash.h: to make get(char *) compiling in
595: HashStringString
596:
597: 2020-10-10 moko
598:
599: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
600: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
601:
602: * src/: include/pa_http.h, include/pa_request_info.h,
603: main/pa_http.C, main/pa_string.C,
604: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
605: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
606: types/pa_vrequest.C: initial httpd mode implementation
607:
1.141 moko 608: 2020-10-04 moko
609:
610: * src/targets/cgi/parser3.C: options together
611:
612: 2020-09-30 moko
613:
614: * src/main/pa_http.C: renamed
615:
1.140 moko 616: 2020-08-14 moko
617:
618: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
619: src/targets/cgi/Makefile.am: no httpd as separate library
620:
621: 2020-08-13 moko
622:
623: * src/targets/cgi/parser3.C: SAPI::die used in exception in
624: unhandled exception handler to report 500 instead of 200 it was
625: before.
626:
627: * src/targets/apache/mod_parser3_core.C: minor cleanup
628:
629: * src/: include/pa_sapi.h, main/untaint.C,
630: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
631: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
632: thus replaced with SAPI::die and removed
633:
634: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
635: cgi/parser3.C: whitespace
636:
637: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
638:
639: 2020-08-12 moko
640:
641: * src/targets/cgi/parser3.C: duplicate info in signal logging
642: removed, whitespace was: SIGPIPE received while executing code.
643: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
644: cl=0]
645:
646: * parser3.sln: + httpd.vcproj
647:
648: 2020-08-11 moko
649:
650: * src/targets/cgi/Makefile.am: +libhttpd
651:
652: * configure.ac, src/lib/Makefile.am: +libhttpd
653:
1.139 moko 654: 2020-07-13 moko
655:
656: * tests/: 401.html, results/401.processed: test for hash key does
657: not keep language, but tainted in foreach.
658:
1.138 moko 659: 2020-07-01 moko
660:
661: * tests/: 235.html, results/235.processed: test result updated as
662: messages before attachments implemented (feature #1176)
663:
1.137 moko 664: 2020-06-27 moko
665:
666: * tests/: 400.html, results/400.processed: test updated to check
667: ^return{code}
668:
669: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
670: fixed
671:
672: 2020-06-26 moko
673:
674: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
675: added (related to https://www.parser.ru/forum/?id=85319)
676:
677: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
678: when $result assignment was last statement in the method
679: (https://www.parser.ru/forum/?id=85319)
680:
1.136 moko 681: 2020-05-23 moko
682:
683: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
684: whitespace, unused level removed
685:
686: 2020-05-19 moko
687:
688: * src/types/pa_vmail.C: whitespace
689:
690: * src/types/pa_vmail.C: files should be processed last (related to
691: feature #1176)
692:
1.135 moko 693: 2020-05-12 moko
694:
695: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
696: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
697:
698: * configure.ac: FreeBSD1X.X check added to avoid
699: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
700:
1.134 moko 701: 2020-02-26 moko
702:
703: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
704: compilation issue (related to bug #1201)
705:
706: * src/main/pa_common.C: entry_readable -> entry_exists,
707: undocumented access(fname, R_OK) call removed (fixes bug #1201)
708: -f and -d now works under Windows in UTF-8 with Russian
709: filenames.
710:
711: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
712: advice (related to feature #1199)
713:
714: 2020-02-25 moko
715:
716: * buildall: --silent removed
717:
718: * configure.ac: gmime-3.0 support
719:
720: * buildall: --with-system-mailreceive option added to build with
721: system libgmime
722:
723: * src/types/pa_vmail.C: avoiding
724: https://github.com/jstedfast/gmime/issues/83 "feature" (related
725: to feature #1199)
726:
1.133 moko 727: 2020-02-18 moko
728:
729: * src/classes/op.C: windows x64 debug mode compile fix
730:
731: * src/main/pa_globals.C: no longer required due to -MD -> -MT
732: change (releated to feature #1200)
733:
734: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
735: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
736: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
737: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
738: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
739: targets/apache/ApacheModuleParser3.vcproj,
740: targets/apache/ApacheModuleParser3Core.vcproj,
741: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
742: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
743: dependency (related to feature #1200)
744:
1.132 moko 745: 2020-02-12 moko
746:
747: * src/types/pa_vmail.C: minimize diff
748:
749: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
750: #1199)
751:
1.131 moko 752: 2020-01-18 moko
753:
754: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
755:
1.130 moko 756: 2019-12-28 moko
757:
758: * src/targets/cgi/parser3.C: avoid empty ?
759:
760: 2019-12-27 moko
761:
762: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
763: DOCUMENT_ROOT (related to feature #1164)
764:
765: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
766: fcgiwrap setup (implements feature #1164)
767:
768: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
769: but no issues found (related to feature #1164)
770:
771: * src/targets/cgi/parser3.C: actualized
772:
773: 2019-12-26 moko
774:
775: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
776: removed
777:
778: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
779: removed
780:
781: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
782: allocation errors, we don't want default gc warnings (without
783: timestamp and URI).
784:
785: * src/: classes/memory.C, main/pa_globals.C,
786: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
787: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
788: pa_globals_init
789:
790: * src/main/pa_globals.C: setup_hex_value() removed, static array
791: initialization used (optimization)
792:
793: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
794: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
795: pa_socks_init/pa_socks_done moved inside pa_globals_init
796: (optimization)
797:
1.129 moko 798: 2019-12-09 moko
799:
800: * src/include/pa_config_fixed.h: warning war
801:
1.128 moko 802: 2019-12-08 moko
803:
804: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
805: process grammar under Unix.
806:
807: 2019-12-07 moko
808:
809: * tests/389.html: For Windows XP. :)
810:
811: * tests/388-sql.html: Windows compatibility added
812:
813: 2019-12-06 moko
814:
815: * src/targets/cgi/parser3.C: warning war
816:
817: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
818: == sizeof(CORD)) to avoid aligning bugs in future
819:
820: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
821: XML_STATIC
822:
823: * src/include/pa_request.h: StackItem() not required
824:
825: * src/include/pa_stack.h: warning war
826:
827: * src/include/pa_config_includes.h: GCC warning silenced
828:
829: * src/include/pa_memory.h: warning war: the program should also
830: define 'void operator delete [](void*, std::size_t)'
831: [-Wsized-deallocation]
832:
833: * src/types/: pa_vregex.h, pa_vtable.h: warning war
834:
835: * src/classes/string.C: not reqired cast removed
836:
837: * src/classes/string.C: not reqired cast removed
838:
839: 2019-12-05 moko
840:
841: * src/lib/sdbm/pa_file_io.C: warning war
842:
843: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
844: enum Language : size_t - required for VS2015+ to make
845: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
846: without it (related to feature #1198)
847:
848: 2019-12-04 moko
849:
850: * src/main/pa_base64.C: unsigned char -> uchar
851:
852: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
853: as other libs
854:
855: * src/include/pa_version.h: +amd64
856:
857: 2019-12-03 moko
858:
859: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
860: release
861:
862: * src/include/pa_config_includes.h: warning war
863:
864: * src/classes/image.C: warning war
865:
866: * src/main/pa_globals.C: x64 libs support
867:
868: * src/include/pa_config_includes.h: warning war
869:
870: * src/types/pa_method.h: warning war
871:
1.127 moko 872: 2019-11-28 moko
873:
874: * src/classes/math.C: vs2003 compatibility + warning war
875:
876: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
877: libxml2-2.9.9 (related to feature #1136)
878:
879: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
880: typecast for more compatibility (related to feature #1136)
881:
882: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
883: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
884: feature #1136)
885:
886: 2019-11-26 moko
887:
888: * src/main/: compile_tools.C, compile_tools.h: invalid assert
889: removed (it was failing in $$var case), condition added
890:
1.126 moko 891: 2019-11-25 moko
892:
893: * tests/: 397.html, 399.html, results/141.processed,
894: results/399.processed: base64 options tested
895:
896: * src/: classes/math.C, main/pa_http.C: base64 options used
897:
898: * src/main/pa_base64.C: base64 encode rewritten, base64 options
899: implemented (feature #986)
900:
901: * src/main/pa_cache_managers.C: whitespace
902:
903: * tests/: 397.html, 399.html, results/399.processed: tests for
904: ^base64 encode options added (related to feature #986)
905:
906: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
907: pa_base64_encode(file) removed - more memory, but faster and less
908: code (related fo feature #986)
909:
910: 2019-11-24 moko
911:
912: * tests/: 155.html, results/155.processed: limit and offset in
913: ^table::load[] now supported, thus test added
914:
915: * src/: classes/file.C, classes/table.C, include/pa_common.h,
916: main/pa_common.C: optimization: offset and limit options parsing
917: moved inside file_load.
918:
919: 2019-11-23 moko
920:
921: * src/: classes/file.C, classes/op.C, include/pa_common.h,
922: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
923: optimization: file_read replaced with simplified file_read_binary
924:
925: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
926: types/pa_vform.C: whitespace
927:
928: * src/: include/pa_common.h, main/pa_common.C: never used params
929: removed
930:
931: 2019-11-21 moko
932:
933: * tests/: 193.html, results/193.processed, results/389.processed:
934: test results updated as now base64 does not discard tail without
935: padding (related to feature #986)
936:
937: 2019-11-20 moko
938:
939: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
940: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
941: pa_base64_decode (related to feature #986)
942:
943: * tests/398.html: tests for base64 decode added (related to feature
944: #986)
945:
946: * src/main/pa_base64.C: base64_decode rewritten - padding option
947: support, padding inside base 64 supported (related to feature
948: #096)
949:
950: 2019-11-19 moko
951:
952: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
953: FreeBSD 12
954:
1.125 moko 955: 2019-11-16 moko
956:
957: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
958: support added, step support removed (related to #986)
959:
960: 2019-11-15 moko
961:
962: * src/classes/math.C: using log since log2 is not present on
963: FreeBSD < 8.4 (related to feature #1177)
964:
965: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
966: pa_base64_size extracted and used for files as well (related to
967: feature 986)
968:
969: 2019-11-14 moko
970:
971: * tests/: 397.html, results/397.processed: + content check
972:
973: * tests/: 141.html, results/141.processed: make test resuls more
974: readable
975:
976: * tests/: 397.html, results/193.processed, results/397.processed:
977: test results updated after \x00 character was disabled in
978: math:convert string mode (related to feature #1177)
979:
980: * src/classes/: math.C, string.C: \\x00 character disabled while
981: converting to string (as in base64, related to feature #1177)
982:
983: * src/classes/file.C: more correct arguments separation
984:
985: * src/: classes/file.C, classes/math.C, classes/string.C,
986: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
987: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
988: options added, but not yet implemented (related to feature #986)
989:
990: * src/classes/math.C: whitespace
991:
992: 2019-11-13 moko
993:
994: * tests/: 397.html, results/397.processed: +tainting test (related
995: to feature #1177)
996:
997: * src/classes/math.C: as we now produce not only digits, result
998: should be tainted (related to feature #1177)
999:
1000: * src/main/pa_base64.C: whitespace
1001:
1002: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
1003: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
1004: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
1005: implementation moved from pa_common.h and pa_common.C
1006:
1007: 2019-11-12 moko
1008:
1009: * tests/: 275.html, results/275.processed: out of range test fixed,
1010: as ^math:convert now supports arbitrary precision
1011:
1012: 2019-11-11 moko
1013:
1014: * tests/results/389.processed: uctualized error message
1015:
1016: * tests/: 389.html, 397.html, results/397.processed: tests for
1017: ^math:convert added (related to feature #1177)
1018:
1019: * src/classes/math.C: ^math:convert now supports arbitrary
1020: precision, alphabet support added (implements feature #1177)
1021:
1.124 moko 1022: 2019-11-06 moko
1023:
1024: * tests/: 181.html, results/181.processed: entities usage added,
1025: more entites load tests (related to bug #842 discussion)
1026:
1027: 2019-11-05 moko
1028:
1029: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1030: call from xmlFileOpen if http://localhost/<file> was not found
1031: (related to bug #842)
1032:
1033: * src/main/pa_xml_io.C: rename
1034:
1035: * src/main/pa_xml_io.C: +MemoryStream constructor
1036:
1037: * src/main/pa_xml_io.C: whitespace
1038:
1.123 moko 1039: 2019-10-31 moko
1040:
1041: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1042: XML_PARSE_NOENT) added to fix entities load, (related to feature
1043: #1181)
1044:
1.122 moko 1045: 2019-10-25 moko
1046:
1047: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1048: queries tests
1049:
1050: 2019-10-24 moko
1051:
1052: * tests/: 388-sql.html, results/388-sql.processed: support for
1053: pgsql driver test
1054:
1055: * tests/: 388-sql.html, results/388-sql.processed:
1056: multi_statements=1 now tested, mysql test now supported
1057: (connection must be specified in [parser3] section in .my.cnf)
1058: related to issues #1195 and #1194
1059:
1.121 moko 1060: 2019-09-11 moko
1061:
1062: * src/classes/int.C: whitespace
1063:
1064: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1065: exception test
1066:
1067: * tests/results/388-sql.processed: sql queries now shown (related
1068: to feature #1196)
1069:
1070: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1071: with old parser versions.
1072:
1073: * src/: classes/file.C, classes/hash.C, classes/string.C,
1074: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1075: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1076: instead of connect string in query_event_handlers exceptions
1077: (implements feature #1196)
1078:
1.120 moko 1079: 2019-09-06 moko
1080:
1081: * tests/388-sql.html: mysql compat
1082:
1083: * src/: classes/hash.C, classes/string.C, classes/table.C,
1084: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1085: sql_ variables declaration moved to pa_common.h
1086:
1.116 moko 1087: 2019-01-15 moko
1088:
1089: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1090: logically sorted
1091:
1092: 2018-12-27 moko
1093:
1094: * src/include/pa_config_includes.h: warning war:
1095: -Wdeprecated-register added for C++ 17
1096:
1097: 2018-10-15 moko
1098:
1099: * configure.ac: FreeBSD 11.2 can be build with ./configure
1100: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1101: --with-xml=/usr/local/
1102:
1103: 2018-09-24 moko
1104:
1105: * tests/: 396.html, 396.tiff, results/396.processed: test for
1106: ^image::measure[] now supports tiff added (related to feature
1107: #1188)
1108:
1109: * src/classes/image.C: ^image::measure[] now supports tiff
1110: (implements feature #1188)
1111:
1112: 2018-09-20 moko
1113:
1114: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1115: files measure added (related to ticket #1188)
1116:
1117: * src/classes/image.C: measure of bmp files implemented (related to
1118: ticket #1188)
1119:
1120: 2018-09-18 moko
1121:
1122: * tests/: 394-curl.html, results/394-curl.processed,
1123: results/auto.p: test for bug #1187 (max_file_size check for head
1124: requests) added
1125:
1126: 2018-08-24 moko
1127:
1128: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1129: response content-length check is required (fixes bug #1187)
1130:
1131: 2018-05-11 moko
1132:
1133: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1134: $.append(bool) ] option added (related to feature #919)
1135:
1136: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1137: from misha@ patch (implements feature #919)
1138:
1139: 2018-03-22 moko
1140:
1141: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1142: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1143: with 128kb buffer. Now works at least 12 times faster. :) May be
1144: Windows-only problem.
1145:
1146: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1147: build fix)
1148:
1149: 2018-02-03 moko
1150:
1151: * src/main/execute.C: removes irrelevant lines from exception stack
1152: trace when exceptions occurs in assigment (fixes bug #1165)
1153:
1154: * tests/: 393.html, results/393.processed: test for behavour after
1155: "Property can not be created, already exists field with that
1156: name" exception removed (related to feature #1183)
1157:
1158: * src/types/pa_vclass.C: "Property can not be created, already
1159: exists field with that name" exception removed (implements
1160: feature #1183)
1161:
1162: 2018-01-19 moko
1163:
1164: * src/classes/string.C: whitespace
1165:
1166: * src/classes/string.C: whitespace
1167:
1168: * tests/: 392.html, results/392.processed: test for
1169: ^regex::create[$regex] added (related to feature #1135)
1170:
1171: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1172: ^regex::create[$regex] added (implements feature #1135)
1173:
1174: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1175: commented define added (related to feature #1157)
1176:
1177: 2018-01-17 moko
1178:
1179: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1180:
1181: 2018-01-15 moko
1182:
1183: * tests/: 390.html, results/390.processed: real path replaced by
1184: stub
1185:
1186: * tests/: 391.html, results/391.processed: test for feature #1181
1187: (XML_PARSE_HUGE exception) added
1188:
1189: 2018-01-11 moko
1190:
1191: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1192: XML_PARSE_HUGE option passed by default (implements feature
1193: #1181)
1194:
1195: * src/classes/string.C: whitespace
1196:
1197: 2017-12-10 moko
1198:
1199: * tests/: 389.html, 390.html, results/389.processed,
1200: results/390.processed: image code coverage tests added (related
1201: to feature #1125)
1202:
1203: 2017-12-08 moko
1204:
1205: * tests/: 346-curl.html, 388-sql.html, 389.html,
1206: results/346-curl.processed, results/388-sql.processed,
1207: results/389.processed: more code coverage tests
1208:
1209: * tests/: 264.html, results/264.processed: code coverage for
1210: ^file::exec[]
1211:
1212: 2017-12-07 moko
1213:
1214: * tests/: 174.html, 388-sql.html, 389.html,
1215: results/388-sql.processed, results/389.processed,
1216: results/174.processed: more coverage tests
1217:
1218: * src/classes/math.C: exception text actualized
1219:
1220: 2017-12-06 moko
1221:
1222: * tests/388-sql.html: $SQL can be here
1223:
1224: * tests/results/auto.p: $SQL not required here
1225:
1226: * tests/: 388-sql.html, 389.html, Makefile,
1227: results/388-sql.processed, results/389.processed, results/auto.p:
1228: code coverage tests for sql (using sqlite) and int/double/bool
1229: added (related to feature #1125)
1230:
1231: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1232: lib/json/json.vcproj, lib/md5/md5.vcproj,
1233: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1234: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1235: targets/apache/ApacheModuleParser3Core.vcproj,
1236: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1237: types/types.vcproj: gc\include no longer required
1238:
1239: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1240: required
1241:
1242: * src/: classes/Makefile.am, classes/table.C,
1243: include/pa_config_includes.h, include/pa_string.h,
1244: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1245: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1246: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1247: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1248: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1249: used, we now include it directly
1250:
1251: 2017-12-04 moko
1252:
1253: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1254: memcached/memcached.vcproj, punycode/punycode.vcproj,
1255: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1256: where required
1257:
1258: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1259: now can be used to trace memory allocations
1260:
1261: * src/: classes/table.C, include/pa_config_includes.h,
1262: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1263: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1264: method removes, libcord also can work without libgc
1265:
1266: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1267:
1268: 2017-11-29 moko
1269:
1270: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1271: are not present (related to feature #1173)
1272:
1273: * tests/346-curl.html: test updated to test curl content-length bug
1274: (related to feature #1173)
1275:
1276: * tests/results/346-curl.processed: more test for content-length
1277: curl bug (related to feature #1173)
1278:
1279: * tests/results/346-curl.processed: test results updated after
1280: #1173 implemented
1281:
1282: 2017-11-28 moko
1283:
1284: * src/classes/curl.C: another libcurl Content-length bug walkaround
1285: (related to feature #1173)
1286:
1287: 2017-11-27 moko
1288:
1289: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1290: $.http_version[version string] added (implements feature #1173),
1291: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1292: where $post(true) bug existed.
1293:
1294: 2017-11-18 moko
1295:
1296: * src/include/pa_memory.h: warning war (related to feature #1170)
1297:
1298: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1299: feature #1170)
1300:
1301: 2017-11-17 moko
1302:
1303: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1304: std::basic_stringstream used in ^table.csv-string[] is compatible
1305: with delete usage check only under Debian 9 (related to feature
1306: #1170)
1307:
1308: 2017-11-16 moko
1309:
1310: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1311: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1312: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1313: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1314: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1315: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1316: stubs defend from accidental use (implements feature #1170)
1317:
1318: 2017-06-24 moko
1319:
1320: * configure.ac: minor fix: thanks to alx@
1321:
1.115 moko 1322: 2017-05-29 moko
1323:
1324: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1325: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1326: added to avoid cutting of UTF-8 chars (fixed bug #123)
1327:
1328: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1329: ignored, =?UTF-8?Q?= should start in case of leading space
1330: (related to bug #123)
1331:
1332: * buildall: echo -n -> printf for OS X. :)
1333:
1334: 2017-05-25 moko
1335:
1336: * tests/: 288.html, results/288.processed: test updated afted
1337: setting $o.prop without setter exception removed (related to
1338: feature #1157)
1339:
1340: * src/types/pa_vclass.C: no more "this property has no setter
1341: method" when setting $o.prop without setter (implements feature
1342: #1157)
1343:
1344: * buildall: echo \c -> echo -n for FreeBSD
1345:
1346: * configure, configure.ac, src/include/pa_config_auto.h.in,
1347: src/types/pa_vdouble.h: isfinite now checked in configure
1348:
1349: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1350: upgraded to automake 1.15
1351:
1352: 2017-05-23 moko
1353:
1354: * src/types/pa_vdouble.h: finite returned where isfinite not
1355: defined
1356:
1357: 2017-05-22 moko
1358:
1359: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1360:
1361: * buildall: extern CFLAGS setting support
1362:
1363: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1364:
1365: * buildall: http -> https
1366:
1367: * buildall: gc-7.2f -> gc-7.6.0
1368:
1369: 2017-05-20 moko
1370:
1371: * buildall: https, pcre, xml, xslt updated to current versions
1372: (related to feature #1136)
1373:
1374: 2017-05-19 moko
1375:
1376: * tests/097.html: after parser.ru moved to https
1377:
1378: 2017-05-17 moko
1379:
1380: * tests/results/: 175.processed, 372.processed: tests resuls
1381: updated after lintian spelling typos fixed (related to bug #1156)
1382:
1383: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1384: classes/string.C, classes/table.C, main/pa_charset.C,
1385: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1386: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1387: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1388:
1389: * tests/results/096.processed: +XMP
1390:
1391: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1392: $.xmp(true) options tested (test for feature #1154)
1393:
1394: * src/classes/image.C: ^image:measure[] options $.exif(false)
1395: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1396: fetched by default! (implements feature #1154)
1397:
1398: 2017-05-16 moko
1399:
1400: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1401: allowed (related to feature #1154)
1402:
1403: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1404: initial XMP implementation - without options and transcode
1405: (related to feature #1154)
1406:
1407: 2017-05-12 moko
1408:
1409: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1410: image: exif moved to ffields, skipped in ^image.html[] where
1411: iterators now used (preparation for feature #1154)
1412:
1413: 2017-05-05 moko
1414:
1415: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1416: results/387.processed: test for circular class inheritance check
1417: added (related to bug #1150)
1418:
1419: * src/types/pa_vstateless_class.C: circular class inheritance check
1420: added (fixes endless add_derived bug #1150)
1421:
1422: 2017-05-04 moko
1423:
1424: * tests/: 386.html, results/386.processed: test for
1425: $table.value(number) added (related to feature #1152)
1426:
1427: * src/types/pa_vtable.C: table put_element: column value must be
1428: string - > column value must be string compatible to allow
1429: $t.value(1) (implements feature #1152)
1430:
1431: 2017-05-03 moko
1432:
1433: * src/main/pa_request.C: $use[$method] is not possible, reverting
1434: (related to feature #1151)
1435:
1436: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1437: not possible, removing test (related to feature #1151)
1438:
1439: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1440: get_element_method added and used to allow $use[$method] and
1441: $autouse[$method] (implements feature 1151)
1442:
1443: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1444: variable added (related to feature #1151)
1445:
1446: * tests/results/226.processed: actualized after ^try-catch used
1447:
1448: * tests/: 226.html, 385.html, results/385.processed: test for
1449: @autouse in variable added
1450:
1451: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1452:
1.114 moko 1453: 2017-02-27 moko
1454:
1455: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1456:
1.113 moko 1457: 2017-02-20 moko
1458:
1459: * operators.txt: actualization + beauty
1460:
1461: 2017-02-16 moko
1462:
1463: * tests/: 384.html, results/384.processed: test for
1464: ^reflection:mixin[; $.name[] ] option added (related to feature
1465: #1089)
1466:
1467: * tests/: 384.html, results/384.processed: test for
1468: ^reflection:mixin[] added (related to feature #1089)
1469:
1470: * src/types/pa_value.h: warning war: virtual ~Value() added
1471:
1.112 moko 1472: 2017-02-15 moko
1473:
1474: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1475: fixed
1476:
1477: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1478: test added (related to feature #1069)
1479:
1480: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1481: compilation without HASH_ORDER fixed
1482:
1483: * src/: classes/reflection.C, include/pa_hash.h:
1484: $.reverse(true/false) added to ^reflection:methods[] (related to
1485: feature #1069)
1486:
1487: 2017-02-14 moko
1488:
1489: * tests/: 152.html, results/152.processed: test for $._default hash
1490: added (related to bug #1131)
1491:
1492: * tests/: 277.html, results/277.processed: test for hash with only
1493: $._default is now defined (related to bug #1131)
1494:
1495: * src/types/pa_vhash.h: hash with only $._default is now defined
1496: (fixed bug #1131)
1497:
1498: 2017-02-13 moko
1499:
1500: * tests/cat-windows.sh: cat-windows added (cygwin required)
1501:
1502: * tests/: 171.html, 264.html, 286.html, 370.html,
1503: results/320.processed, results/375.processed, results/auto.p:
1504: cat-windows.sh support added
1505:
1506: * tests/375.html: Windows support
1507:
1508: * tests/270.html: documented
1509:
1510: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1511: (not backslashes) even under Windows (broke test 270)
1512:
1513: 2017-02-12 moko
1514:
1515: * tests/: descript.ion, todo.txt: cleanup
1516:
1517: 2017-02-09 moko
1518:
1519: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1520: run_tests.cmd: Windows compatibility
1521:
1522: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1523: incorrectly (GMT) if parser is called from cygwin
1524:
1.111 moko 1525: 2017-02-08 moko
1526:
1.112 moko 1527: * operators.txt: actualization 15% completed
1528:
1529: * operators.txt: cp1251 -> utf-8
1530:
1531: * NEWS, README: minor update
1532:
1533: * src/include/pa_config_includes.h: warning war continues
1534:
1535: * src/: include/pa_config_includes.h, include/pa_memory.h,
1536: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1537: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1538: gcc 6.x issues fixed
1539:
1.111 moko 1540: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1541: classes/classes.h, classes/curl.C, classes/date.C,
1542: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1543: classes/hashfile.C, classes/image.C, classes/inet.C,
1544: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1545: classes/memcached.C, classes/memory.C, classes/op.C,
1546: classes/reflection.C, classes/regex.C, classes/response.C,
1547: classes/string.C, classes/table.C, classes/void.C,
1548: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1549: include/pa_array.h, include/pa_cache_managers.h,
1550: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1551: include/pa_config_fixed.h, include/pa_config_includes.h,
1552: include/pa_dictionary.h, include/pa_dir.h,
1553: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1554: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1555: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1556: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1557: include/pa_request_charsets.h, include/pa_request_info.h,
1558: include/pa_sapi.h, include/pa_socks.h,
1559: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1560: include/pa_stack.h, include/pa_string.h,
1561: include/pa_stylesheet_connection.h,
1562: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1563: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1564: include/pa_uue.h, include/pa_xml_exception.h,
1565: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1566: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1567: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1568: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1569: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1570: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1571: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1572: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1573: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1574: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1575: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1576: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1577: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1578: main/pa_string.C, main/pa_stylesheet_connection.C,
1579: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1580: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1581: main/untaint.C, sql/pa_sql_driver.h,
1582: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1583: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1584: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1585: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1586: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1587: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1588: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1589: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1590: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1591: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1592: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1593: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1594: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1595: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1596: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1597: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1598: types/pa_vmemcached.h, types/pa_vmemory.h,
1599: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1600: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1601: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1602: types/pa_vresponse.C, types/pa_vresponse.h,
1603: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1604: types/pa_vstateless_object.h, types/pa_vstatus.C,
1605: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1606: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1607: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1608: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1609: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1610: 2015->2017
1611:
1.110 moko 1612: 2017-02-07 moko
1613:
1614: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1615:
1616: 2017-02-06 moko
1617:
1618: * src/main/pa_common.C: minor fixes, whitespace
1619:
1620: * src/: classes/curl.C, classes/file.C, classes/image.C,
1621: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1622: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1623: now used (implements feature #1081)
1624:
1625: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1626:
1627: 2017-02-01 moko
1628:
1629: * src/include/pa_request.h: cleanup
1630:
1631: 2017-01-30 moko
1632:
1633: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1634:
1635: 2017-01-29 moko
1636:
1637: * tests/: 383.html, results/383.processed: test for
1638: ^reflection:stack[] added (related to feature #1052)
1639:
1640: * src/classes/reflection.C: else added
1641:
1642: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1643: $.max_file_lock_wait added (implements feature #1128)
1644:
1645: 2017-01-28 moko
1646:
1647: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1648: body and other cases tests added (related to featue #1014)
1649:
1650: * src/classes/curl.C: bug if response is empty fixed (related to
1651: feature #1014)
1652:
1653: 2017-01-27 moko
1654:
1655: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1656: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1657: added (implements feature #1052)
1658:
1659: 2017-01-25 moko
1660:
1661: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1662: method test added
1663:
1664: 2017-01-23 moko
1665:
1666: * src/classes/reflection.C: optimization: options->get replaced by
1667: hash iterator
1668:
1669: * tests/: 381.html, results/381.processed: now -> fixed date
1670:
1671: * src/main/pa_request.C: warning war
1672:
1673: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1674: 5Mb (fixes bug #1058)
1675:
1676: * src/classes/curl.C: warning war
1677:
1678: * tests/: 381.html, results/381.processed: tests for ^json:string
1679: $.one-line(true) option added (related to feature #1124)
1680:
1681: * src/: classes/json.C, types/pa_value.h: $json-string
1682: $.one-line(true|false) options is now supported (implements
1683: feature #1124)
1684:
1685: * tests/: 380.html, results/380.processed: test for modified
1686: $.max_file_size added (related to bug #1014)
1687:
1688: * tests/: 379.html, results/auto.p: tests for rewritten http file
1689: load added (related to bug #1014)
1690:
1691: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1692: main/pa_common.C, main/pa_http.C: check_file_size added and used
1693: in curl / file load from disk and http, http file load rewritten
1694: (related to bug #1014)
1695:
1696: 2017-01-18 moko
1697:
1698: * tests/: 378.html, results/378.processed: tests for ^result[]
1699: added (related to feature #66)
1700:
1701: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1702: Method::CO_WITHOUT_FRAME as frame still added in expression
1703: (related to feature #66)
1704:
1705: 2017-01-17 moko
1706:
1707: * tests/: 377.html, results/377.processed: test for different
1708: combinations of breaks in body and delimiter (related to bug
1709: #1077)
1710:
1711: * tests/: 376.html, results/376.processed: many ^break[] tests
1712: added (related to bug #1077)
1713:
1714: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1715: passed to native method" exception added to avoid bugs due to
1716: WRITE_EXPR_RESULT skipped and native methods execution continues
1717: after ^break[] (related to bug #1077)
1718:
1719: 2017-01-14 moko
1720:
1721: * tests/: 330.html, results/330.processed: test results updated
1722: after ^break[] bugs where fixed (related to bug #1077)
1723:
1724: * tests/: 329.html, results/329.processed: test results updated
1725: after ^break[] bugs where fixed (related to bug #1077)
1726:
1727: * tests/results/320.processed: ^return[] added
1728:
1729: 2017-01-13 moko
1730:
1731: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1732: classes/table.C, include/pa_request.h, main/execute.C,
1733: main/pa_request.C, targets/cgi/parser3.C,
1734: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1735: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1736: checked after each possible process/execute call (fixes bug
1737: #1077)
1738:
1739: 2016-12-29 moko
1740:
1741: * src/main/pa_common.C: warning war
1742:
1743: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1744: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1745: pa_file_size_limit added, ^math:random fixed for upper limit and
1746: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1747: (related to feature #1014)
1748:
1749: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1750: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1751: (related to feature #1014)
1752:
1753: 2016-12-28 moko
1754:
1755: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1756: warning war
1757:
1758: 2016-12-26 moko
1759:
1760: * tests/: 341.html, results/341.processed: test for
1761: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1762:
1763: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1764: (related to feature #1057)
1765:
1766: * src/types/pa_vdate.C: warning war continues...
1767:
1768: * src/: classes/date.C, classes/image.C, classes/table.C,
1769: include/pa_config_includes.h, types/pa_vfile.C: warning war
1770:
1771: * src/lib/gd/gifio.C: warning war / cleanup
1772:
1773: * src/lib/json/pa_json.C: warning war
1774:
1775: * src/classes/hash.C: warning war
1776:
1777: * src/types/pa_vfile.C: warning war
1778:
1779: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1780: -Wall warning war continues
1781:
1782: * configure.ac: --with-build-warnings actualized
1783:
1784: 2016-12-25 moko
1785:
1786: * src/main/pa_exec.C: -wAll warning war
1787:
1788: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1789: -wAll warning war
1790:
1791: * src/: include/pa_common.h, include/pa_sapi.h,
1792: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1793: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1794: -wAll warning war
1795:
1796: 2016-12-23 moko
1797:
1798: * src/lib/ltdl/Makefile.am: extra dist added
1799:
1800: * tests/results/344.processed: test result updated after $file.text
1801: prefetched in ^hash::create[$file] (related to feature #1075)
1802:
1803: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1804: ^hash::create[$file] (related to feature #1075)
1805:
1806: 2016-12-22 moko
1807:
1808: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1809: main/pa_request.C, main/pa_stylesheet_connection.C,
1810: types/pa_vfile.C: file_stat now return 64-bit size (implements
1811: #1014 under 32-bit unix versions)
1812:
1813: 2016-12-21 moko
1814:
1815: * tests/: 375.html, results/375.processed: test for exec returning
1816: stated file added (related to feature #1119)
1817:
1818: * src/classes/file.C: load should not return file with null body
1819: (fixes bug #1119)
1820:
1821: 2016-12-14 moko
1822:
1823: * tests/: 374.html, results/374.processed: test for $method.name
1824: added (related to feature #1117) plus method returning junction
1825: test
1826:
1827: 2016-12-13 moko
1828:
1829: * src/: include/pa_symbols.h, main/pa_symbols.C,
1830: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1831: (implements feature #1117)
1832:
1833: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1834: HEAD and TRACE can't have body (implements feature #1116)
1835:
1836: 2016-12-09 moko
1837:
1838: * tests/: 373.html, results/373.processed: tests for
1839: ^reflection:tainting added (related to feature #1098)
1840:
1841: * src/classes/reflection.C: ^reflection:tainting arguments order
1842: change (related to feature #1098)
1843:
1844: 2016-12-06 moko
1845:
1846: * src/: classes/reflection.C, include/pa_string.h,
1847: main/pa_string.C: ^reflection:tainting[$string] added (implements
1848: feature #1098)
1849:
1850: 2016-12-05 moko
1851:
1852: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1853: (fixes bug #1114)
1854:
1855: 2016-12-04 moko
1856:
1857: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1858: check added
1859:
1860: 2016-12-03 moko
1861:
1862: * tests/: 346-curl.html, results/346-curl.processed: test modified
1863: to test value.as_hash() usage
1864:
1865: * src/classes/curl.C: value.as_hash() used for correct hash
1866: processing
1867:
1868: * src/classes/reflection.C: exceptions texts fixes
1869:
1870: 2016-12-02 moko
1871:
1872: * tests/: 372.html, results/372.processed: tests for
1873: ^reflection:create[ $.class[name] $.constructor[name]
1874: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1875: feature #1094)
1876:
1877: * src/types/pa_vmethod_frame.h: comment added: params should be
1878: declared outside of *_FRAME_ACTION as MethodParams destructor
1879: will be called in ~VNativeMethodFrame
1880:
1881: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1882: ] minor fix
1883:
1884: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1885: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1886: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1887: now supported (implements feature #1094) value::as_hash added
1888: (and should be used everywhere)
1889:
1890: * src/classes/reflection.C: cleanup
1891:
1892: 2016-12-01 moko
1893:
1894: * tests/: 356.html, results/356.processed: test for method
1895: junctions class name added to the resulting hash added (related
1896: to feature #1068)
1897:
1898: * src/classes/reflection.C: for method junctions class name added
1899: to the resulting hash (related to feature #1068)
1900:
1901: 2016-11-30 moko
1902:
1903: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1904: exception (related to bug #1113)
1905:
1906: * src/types/pa_vhashfile.C: whitespace
1907:
1908: * src/main/pa_os.C: errno now returned as it should (fixes bug
1909: #1113)
1910:
1911: * tests/results/: 175.processed, 192.processed, 224.processed,
1912: 229.processed, 239.processed, 244.processed, 246.processed,
1913: 314.processed, 352.processed: tests results updated after method
1914: call exceptions improved as method now keeps its name
1915:
1916: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1917: types/pa_vmethod_frame.h: method call exceptions improved as
1918: method now keeps its name
1919:
1920: * tests/: 224.html, 239.html, results/224.processed,
1921: results/239.processed: tests and tests results updated after
1922: Request::construct exception changed
1923:
1924: * src/: classes/reflection.C, main/execute.C: Request::construct
1925: exception optimized
1926:
1927: * tests/: 371.html, results/371.processed: test for
1928: WWrapper.get_element call in $.name.key[value] code added
1929: (related to feature #1091)
1930:
1931: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1932: in $.name.key[value] code (related to feature #1091)
1933:
1934: 2016-11-29 moko
1935:
1936: * src/classes/op.C: VS warning war
1937:
1938: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1939: C4239: nonstandard extension used : 'return' : conversion from
1940: 'Value' to 'Value &' (related to feature #1020)
1941:
1942: * src/: main/execute.C, types/pa_vmethod_frame.h,
1943: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1944: used : 'return' : conversion from 'Value' to 'Value &' (related
1945: to feature #1020)
1946:
1947: * src/main/execute.C: VS warning war
1948:
1949: * src/targets/cgi/parser3.C: VS compatibility fix
1950:
1951: * src/include/pa_request.h: VS warning war
1952:
1953: * tests/: 370.html, results/370.processed: test for ^file::exec[
1954: ... $.stdin[$binary_file] ] added (related to bug #1044)
1955:
1956: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1957: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1958: $.stdin[$binary_file] (fixes bug #1044)
1959:
1960: 2016-11-28 moko
1961:
1962: * src/main/pa_exec.C: whitespace
1963:
1964: * src/main/pa_request.C: whitespace
1965:
1966: * tests/: 369.html, results/369.processed: test for
1967: $response:status usage added (related to feature #1099)
1968:
1969: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1970: if < 100 (implements feature #1099)
1971:
1972: * src/targets/cgi/parser3.C: whitespace
1973:
1974: * src/targets/cgi/parser3.C: whitespace
1975:
1976: * tests/: 368.html, results/368.processed: test updated after
1977: ^reflection:filename[$method] added (related to feature #1053)
1978:
1979: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1980: main/compile.y, main/execute.C, main/pa_request.C,
1981: types/pa_vclass.h: filename -> filespec,
1982: ^reflection:filename[$method] added (related to feature #1053)
1983:
1984: 2016-11-27 moko
1985:
1986: * tests/: 368.html, results/368.processed: test for
1987: reflection:filename[$class or object] added (related to feature
1988: #1053)
1989:
1990: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1991: types/pa_vstateless_class.h: ^reflection:filename[$class or
1992: object] added (implements feature #1053)
1993:
1994: 2016-11-26 moko
1995:
1996: * src/: include/pa_request_info.h,
1997: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1998: remove_absolute_uri -> strip_absolute_uri
1999:
2000: 2016-11-25 moko
2001:
2002: * src/: include/pa_request_info.h,
2003: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
2004: request_info.remove_absolute_uri added to remove possible
2005: http://site.name/ from $request:uri (implements feature #1112)
2006:
2007: 2016-11-24 moko
2008:
2009: * tests/: 367-curl.html, results/367-curl.processed: test for
2010: previous request headers clearing after redirect added (related
2011: to bug #1109)
2012:
2013: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2014: response headers from previous requests are now cleared, only
2015: last request headers are collected (fixes bug #1109)
2016:
2017: * tests/results/: 266.processed, 321.processed, 356.processed:
2018: tests results updated as method name now added to the resulting
2019: hash for new syntax only (Imp1 compatimility fixed, related to
2020: feature #1068)
2021:
2022: * src/classes/reflection.C: method name now added to the resulting
2023: hash for new syntax only (Imp1 compatimility fixed, related to
2024: feature #1068)
2025:
2026: * tests/results/366.processed: test for native and parser
2027: implementation of ^use[] logic (related to feature #1074)
2028:
2029: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2030: for native and parser implementation of ^use[] logic (related to
2031: feature #1074)
2032:
2033: 2016-11-23 moko
2034:
2035: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2036: main/pa_request.C: @USE file now implemented as ^use[file;
2037: $.origin[origin_file] ] (implements feature #1074)
2038:
1.109 moko 2039: 2016-11-21 moko
2040:
1.110 moko 2041: * tests/: 365.html, results/365.processed: test for $caller bugs in
2042: 3.4.4 and $caller.method now tested (related to feature #1110)
2043:
2044: * tests/: 364.html, results/364.processed: $caller usage in
2045: different contexts now tested (related to feature #1110)
2046:
2047: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2048:
2049: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2050:
1.109 moko 2051: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2052: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2053: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2054: used (implements feature #1110)
2055:
2056: 2016-11-20 moko
2057:
2058: * src/types/pa_vdouble.h: whitespace
2059:
2060: 2016-11-11 moko
2061:
2062: * tests/: 363.html, results/363.processed: more tests for feature
2063: #1091 (how parser methods work in expression context)
2064:
2065: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2066: expressions strings are now written as strings, not values by
2067: write_as_string (related to feature #1091)
2068:
2069: * src/classes/op.C: to make more correct behavour in expression
2070: context
2071:
2072: 2016-11-07 moko
2073:
2074: * tests/: 362.html, results/362.processed: test for
2075: xsltParseStylesheetDoc caching as xsl modification after it added
2076: (related to bug #1108)
2077:
2078: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2079: result now cached as xdoc is modified after it (fixes bug #1108)
2080:
2081: 2016-11-06 moko
2082:
2083: * src/types/pa_vxdoc.h: whitespace
2084:
2085: 2016-11-05 moko
2086:
2087: * src/types/pa_vmethod_frame.h: cleanup
2088:
2089: 2016-11-03 moko
2090:
2091: * tests/results/244.processed: more correct exception after method
2092: frames separation
2093:
2094: * src/types/pa_vmethod_frame.h: minor optimizaion
2095:
2096: * src/types/pa_method.h: optimization: params_count added
2097:
2098: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2099: include/pa_request.h, main/execute.C, main/pa_request.C,
2100: types/pa_value.C, types/pa_vmethod_frame.C,
2101: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2102: VMethodFrame now divided into VNativeMethodFrame,
2103: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2104: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2105: and used (related to feature #1104)
2106:
2107: 2016-11-02 moko
2108:
2109: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2110: classes/double.C, classes/file.C, classes/hash.C,
2111: classes/hashfile.C, classes/image.C, classes/inet.C,
2112: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2113: classes/memcached.C, classes/op.C, classes/reflection.C,
2114: classes/regex.C, classes/string.C, classes/table.C,
2115: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2116: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2117: r.write (implements feature #1091)
2118:
2119: * src/main/execute.C: cleanup (related to feature #1104)
2120:
2121: * src/: include/pa_request.h, main/execute.C,
2122: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2123: added, in_expression removed (implements feature #1104)
2124:
2125: 2016-10-31 moko
2126:
2127: * src/types/pa_value.C: whitespace
2128:
2129: 2016-10-28 moko
2130:
2131: * tests/results/244.processed: updated after error reporting fixed
2132: in pa_wcontext.C
2133:
2134: * src/types/pa_wcontext.C: error reporting fixed
2135:
2136: * src/types/pa_wcontext.h: whitespace
2137:
2138: * src/classes/image.C: not fully readed entries are no longer
2139: processed (fixes bug #1106)
2140:
2141: 2016-10-26 moko
2142:
2143: * src/classes/image.C: whitespace
2144:
2145: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2146: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2147: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2148: longer required (related to feature #1091)
2149:
2150: * tests/results/: 264.processed, 350.processed: test results update
2151: reverted (whitespace optimization) after write_no_lang removed :)
2152: (related to feature #1091)
2153:
2154: * src/: classes/file.C, classes/hash.C, classes/op.C,
2155: classes/string.C, classes/table.C, classes/void.C,
2156: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2157: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2158: equal write_pass_lang (related to feature #1091)
2159:
2160: * tests/results/: 264.processed, 350.processed: test results
2161: updated (whitespace optimization) after write_assign_lang removed
2162: (related to feature #1091)
2163:
2164: * tests/: 361.html, results/361.processed: test for non-string
2165: ^untaint added (related to feature #1091)
2166:
2167: * src/: classes/curl.C, classes/date.C, classes/file.C,
2168: classes/hash.C, classes/op.C, classes/string.C,
2169: include/pa_request.h, main/execute.C: optimization:
2170: write_assign_lang removed as not required (first part of feature
2171: #1091 implementation)
2172:
1.108 moko 2173: 2016-10-12 moko
2174:
2175: * tests/: 360.html, results/360.processed: more test code (related
2176: to feature #1104)
2177:
2178: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2179: include/pa_request.h, main/compile.y, main/execute.C: opcode
2180: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2181: WContext is next task (implements feature #1104)
2182:
2183: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2184: / CO_WITHOUT_WCONTEXT
2185:
2186: * tests/: 360.html, results/360.processed: test for in expression
2187: state (related to feature #1104)
2188:
2189: 2016-10-11 moko
2190:
2191: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2192:
2193: * src/classes/op.C: default value removed from initializer
2194:
2195: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2196:
2197: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2198:
2199: 2016-10-10 moko
2200:
2201: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2202: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2203: to feature #42)
2204:
2205: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2206: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2207:
2208: 2016-10-08 moko
2209:
2210: * src/classes/double.C: whitespace
2211:
2212: 2016-10-07 moko
2213:
2214: * src/types/pa_vmethod_frame.h: reorder
2215:
2216: 2016-10-06 moko
2217:
2218: * src/classes/date.C: typo
2219:
2220: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2221:
2222: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2223: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2224: types/pa_vmethod_frame.h: params.get now returns Value&, not
2225: Value*
2226:
2227: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2228:
2229: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2230: removed; first as_* code rewrite
2231:
2232: 2016-10-05 moko
2233:
2234: * src/include/pa_request.h: whitespace
2235:
2236: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2237: intercept_string added (related to feature #1097)
2238:
2239: * src/: classes/image.C, classes/op.C, classes/table.C,
2240: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2241: optimization: intercept_string removed (implements feature #1097)
2242:
2243: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2244:
2245: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2246: from VCodeFrame and WWrapper as not required
2247:
2248: 2016-10-04 moko
2249:
2250: * src/: classes/curl.C, classes/date.C, classes/double.C,
2251: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2252: classes/int.C, classes/json.C, classes/op.C,
2253: classes/reflection.C, classes/string.C, classes/table.C,
2254: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2255: proces_to_value -> process after StringOrValue removed (related
2256: to feature #1020)
2257:
2258: * src/classes/form.C: whitespace
2259:
2260: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2261:
2262: * tests/: 357.html, 358.html, results/357.processed,
2263: results/358.processed, results/auto.p: test for @conf
2264: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2265:
2266: 2016-10-03 moko
2267:
2268: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2269: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2270: supported (implements feature #42)
2271:
2272: * src/types/pa_vregex.h: no reason for VRegex to be
2273: is_evaluated_expr
2274:
2275: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2276: (implements feature #1095)
2277:
2278: 2016-10-01 moko
2279:
2280: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2281: false by default (related to feature #1089)
2282:
2283: 2016-09-30 moko
2284:
2285: * src/types/pa_wcontext.h: cleanup
2286:
2287: 2016-09-29 moko
2288:
2289: * src/main/execute.C: whitespace
2290:
2291: * src/include/pa_request.h: whitespace
2292:
2293: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2294: classes/op.C, classes/table.C, include/pa_request.h,
2295: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2296: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2297: StringOrValue removed as it just slows down and adds complexity
2298: (implements feature #1020)
2299:
2300: 2016-09-28 moko
2301:
2302: * tests/: 356.html, results/266.processed, results/321.processed,
2303: results/356.processed: tests updated after name was added to
2304: method_info hash, test for ^reflection:method_info[junction]
2305: added (related to feature #1068)
2306:
2307: * src/classes/reflection.C: ^reflection:method_info[junction] now
2308: supported, method name added to the resulting hash (implements
2309: feature #1068)
2310:
2311: * tests/: 276.html, results/276.processed: more tests for
2312: ^reflection:delete[]
2313:
2314: * src/classes/reflection.C: fixed bug then ^reflection:delete
2315: didn't work on class and could damage native objects (like file)
2316:
2317: 2016-09-26 moko
2318:
2319: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2320: results/345.processed, results/346-curl.processed,
2321: results/347-curl.processed, results/348.processed: numbers added
2322: to simplify diff analysis
2323:
2324: * tests/: 352.html, results/352.processed: test result updated as
2325: method name used
2326:
2327: * src/classes/reflection.C: method name used
2328:
2329: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2330: its name
2331:
2332: * src/types/pa_method.h: whitespace
2333:
2334: * src/classes/reflection.C: both method and field with one name can
2335: exist.
2336:
2337: * src/classes/reflection.C: ^reflection:mixin added (implements
2338: feature #1089)
2339:
2340: * tests/: 355.html, results/355.processed: property appears in
2341: derived class if added in base test added
2342:
2343: * src/types/pa_vstateless_class.h: get_method declaration +
2344: whitespace
2345:
2346: * tests/: 354.html, results/354.processed: nice test from method
2347: and property with one name in class added
2348:
2349: 2016-09-23 moko
2350:
2351: * src/classes/reflection.C: ^reflection:method usage documented
2352:
2353: 2016-09-22 moko
2354:
2355: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2356: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2357: compile warning and GPF occures on VS2003 (related to feature
2358: #1087)
2359:
2360: * tests/: 350.html, results/350.processed: test added for
2361: $.encloser[] support in ^table::create (related to feature #11)
2362:
2363: * src/classes/table.C: another minor fix (related to feature #11)
2364:
1.107 moko 2365: 2016-09-21 moko
2366:
2367: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2368:
2369: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2370: classes/json.C, classes/string.C, classes/table.C,
2371: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2372: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2373: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2374: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2375: pa_charsets, vs2015 warning war
2376:
2377: * src/classes/table.C: vs2015 warning war
2378:
2379: * src/types/pa_vdate.C: vs2015 warning war
2380:
2381: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2382:
2383: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2384: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2385:
2386: * src/main/pa_common.C: vs2015 compilation fixes
2387:
2388: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2389: vs2015 compilation fixes
2390:
2391: * src/main/pa_charset.C: vs2015 warning war
2392:
2393: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2394:
2395: * src/main/pa_charset.C: vs2015 warning war
2396:
2397: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2398:
2399: * src/types/pa_vdate.C: vs2015 compilation fix
2400:
2401: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2402:
2403: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2404: VS2015 compilation fixes
2405:
2406: * src/classes/table.C: minor fix (related to feature #11)
2407:
2408: * tests/results/282.processed: no longer skipping extra enclosers
2409: (related to feature #11)
2410:
2411: * src/classes/table.C: minor fix + no longer skipping extra
2412: enclosers (related to feature #11)
2413:
2414: * src/classes/table.C: minor optimization (related to feature #11)
2415:
2416: * src/classes/table.C: minor fix and optimization (related to
2417: feature #11)
2418:
2419: 2016-09-20 moko
2420:
2421: * tests/: 353.html, results/353.processed: test for
2422: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2423: added (related to bug #1090)
2424:
2425: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2426: one_big_piece (fixes bug #1090)
2427:
2428: * tests/: 229.html, results/229.processed: code coverage tests
2429:
2430: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2431: body) was called
2432:
2433: * src/classes/op.C: whitespace
2434:
2435: * tests/: 323.html, results/323.processed: test for code junction
2436: should not be returned by ^reflection:class, ^reflection:base
2437:
2438: * src/classes/reflection.C: bugfix: code junction should not be
2439: returned by ^reflection:class, ^reflection:base
2440:
2441: * tests/: 323.html, 352.html, results/352.processed: no more
2442: exception for ^reflection:method[class;no-such-method] (related
2443: to feature #1087)
2444:
2445: * src/classes/reflection.C:
2446: ^reflection:method[class;no-such-method] : exception -> void
2447: (related to feature #1087)
2448:
2449: * src/include/pa_request.h: request::write_value added to allow
2450: write value without convertion (related to issue #1091)
2451:
2452: 2016-09-19 moko
2453:
2454: * src/main/pa_random.C: windows build fix
2455:
2456: * src/types/pa_vhash.h: warning war
2457:
2458: 2016-09-14 moko
2459:
2460: * tests/: 352.html, 552.html, results/352.processed,
2461: results/552.processed: test for ^reflection:method[] extension
2462: added (related to feature #1087)
2463:
2464: * tests/: 552.html, results/552.processed: test for
2465: ^reflection:method[] extension added (related to feature #1087)
2466:
2467: * src/classes/reflection.C: compatibility issue fixed, VClass
2468: dynamic_cast check added (related to feature #1087)
2469:
2470: * tests/: 351.html, results/351.processed: test for @auto[]
2471: inheritance bug diring ^process[] added (related to bug #1088)
2472:
2473: * src/: classes/op.C, main/pa_request.C,
2474: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2475: disable it inheritance during ^process (fixes bug #1088)
2476:
2477: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2478: added (implements feature #1087)
2479:
2480: 2016-09-13 moko
2481:
2482: * tests/: 349.html, results/auto.p: test for objects prototyping
2483: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2484: to feature #1086)
2485:
2486: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2487: types/pa_vobject.C: objects now are not class instances, but have
2488: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2489: in @conf (implements feature #1086)
2490:
2491: 2016-09-08 moko
2492:
2493: * src/: classes/file.C, classes/mail.C, classes/string.C,
2494: classes/table.C, main/pa_http.C, main/pa_string.C,
2495: include/pa_string.h: cleanup: string::split limit argument
2496: removed as no longer required, pos_after no longer reference
2497: (related to feature #11)
2498:
2499: * src/classes/table.C, tests/results/348.processed: now exception
2500: is rised when invalid option is passed to ^table::create[]
2501:
2502: * tests/: 282.cfg, 282.html, results/282.processed: more code
2503: coverage tests
2504:
2505: * tests/: 348.html, results/348.processed: code coverage tests
2506: added
2507:
2508: * tests/: 348.html, results/348.processed: generic ^table::create[]
2509: tests
2510:
2511: * tests/: 035.html, results/035.processed, results/272.processed:
2512: tests updated after $.encloser[] support for ^table::create
2513: implementation (related to feature #11)
2514:
2515: * src/classes/table.C: $.encloser[] support for ^table::create
2516: finally added (implements feature #11)
2517:
2518: 2016-09-07 moko
2519:
2520: * src/include/pa_string.h: added StringSplitHelper as friend
2521: (related to feature #11)
2522:
2523: * src/include/pa_string.h: body and langs now protected, not
2524: private to allow inheritance (related to feature #11)
2525:
2526: * src/classes/table.C: lsplit optimized before cloning for
2527: ^table::create with $.encloser[] (related to feature #11)
2528:
2529: * src/classes/table.C: optimizaion: TableControlChars.separators
2530: added and used (related to feature #11)
2531:
2532: * src/classes/table.C: spelling:
2533:
2534: TableSeparators -> TableControlChars column -> separator
2535: separators -> control_chars
2536:
2537: 2016-09-06 moko
2538:
2539: * src/main/pa_string.C: whitespace
2540:
2541: * src/main/pa_string.C: whitespace
2542:
2543: 2016-09-01 moko
2544:
2545: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2546: results OS-independent
2547:
2548: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2549: compiler (related to feature #1042)
2550:
2551: 2016-08-15 moko
2552:
2553: * src/include/pa_string.h: whitespace
2554:
2555: * src/classes/table.C: whitespace
2556:
1.106 moko 2557: 2016-08-05 moko
2558:
2559: * tests/: 344.html, results/344.processed: test for
2560: ^hash::create[$file] added (related to feature #1075)
2561:
2562: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2563: supported (implements feature #1075)
2564:
2565: 2016-08-04 moko
2566:
2567: * tests/: 341.html, results/341.processed: more code coverage tests
2568:
2569: * tests/: 346-curl.html, results/346-curl.processed: more code
2570: coverage tests for curl
2571:
2572: * tests/: 346-curl.html, results/346-curl.processed: more code
2573: coverage tests for curl
2574:
2575: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2576: results/223.processed: code coverage tests: $.form[ $.table[] ]
2577: test added
2578:
2579: * tests/: 223-curl.html, results/223-curl.processed: more code
2580: coverage tests for curl
2581:
2582: 2016-08-03 moko
2583:
2584: * src/classes/curl.C: dlink(curl_library) now called not once, but
2585: until it will be loaded, allowing to find existing library.
2586:
2587: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2588: results/347-curl.processed: more code coverage tests for curl
2589:
2590: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2591: results/339-curl.processed, results/346-curl.processed: curl
2592: functionality tests
2593:
2594: 2016-08-02 moko
2595:
2596: * tests/: 339.html, results/339.processed: test for tables in
2597: ^file:load[] and ^curl:load[] (commented) added (related to
2598: feature #1042)
2599:
2600: * tests/: 345.html, results/345.processed: code coverage tests for
2601: file class
2602:
2603: * tests/: 344.html, results/344.processed: code coverage tests
2604:
2605: * tests/: 344.html, results/344.processed: mdate removed from
2606: output
2607:
2608: * src/classes/file.C: minor bugfix: is_text should be taked from
2609: fcontent.is_text_mode() if not set (related to feature #1061)
2610:
2611: * tests/: 344.html, results/344.processed: more tests
2612:
2613: * tests/: 343.html, 344.html, results/343.processed,
2614: results/344.processed: tests for ^file::create[ $.from-charset
2615: and $.to-charset ] (related to feature #1061)
2616:
2617: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2618: aset_text_mode argument optimized
2619:
2620: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2621: checkBOM now used in detect_binary_content (related to feature
2622: #1061)
2623:
2624: * src/main/pa_request.C: load_charset no longer required to_upper
2625:
2626: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2627: preserves original file mode (if no $.mode specified)
2628:
2629: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2630: ^file::create now supports $.from-charset[] and $.to-charset
2631: options (implements feature #1061), automatic transcode is done
2632: if text file is created from binary file and charset is detected.
2633:
2634: 2016-07-30 moko
2635:
2636: * src/classes/table.C: ^t.hash[..;] now supported (related to
2637: feature #1057)
2638:
2639: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2640: added (related to feature #1057)
2641:
2642: * tests/: 286.html, results/286.processed: code tests coverage
2643:
2644: 2016-07-29 moko
2645:
2646: * src/classes/table.C: table size should be checked inside menu and
2647: foreach (related to feature #858)
2648:
2649: * src/: classes/curl.C, classes/file.C, classes/string.C,
2650: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2651: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2652: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2653: charsets.get now does str_upper inside (related to feature #1061)
2654:
2655: * tests/: 342.html, results/342.processed: more code coverage tests
2656:
2657: * tests/: 342.html, outputs/342.processed: table menu code coverage
2658: + foreach test added (related to feature #858)
2659:
2660: * tests/: 341.html, results/341.processed: tests for
2661: ^table.hash[]{code} added + code coverage tests (related to
2662: feature #1057)
2663:
2664: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2665: value} support (implements feature #1057)
2666:
2667: * src/classes/table.C: whitespace
2668:
2669: 2016-07-28 moko
2670:
2671: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2672: from URL, if not specified query string removed from url-based
2673: filenames in ^curl:load[] and ^file::load[] (related to feature
2674: #1042)
2675:
2676: 2016-07-27 moko
2677:
2678: * tests/: 340.html, results/340.processed: test for
2679: transcode_text_result=false added (related to issue #1042)
2680:
2681: 2016-07-26 moko
2682:
2683: * src/types/pa_vfile.C: file name should not be empty (if file path
2684: is folder and ends with /) (related to feature #1042)
2685:
2686: * src/main/pa_http.C: whitespace optimizaion
2687:
2688: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2689: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2690: multiple headers, ^file::load supports headers transcoding
2691: (implements feature #1042)
2692:
2693: 2016-07-25 moko
2694:
2695: * src/include/pa_common.h: PA_DEFAULT added
2696:
2697: 2016-07-22 moko
2698:
2699: * tests/: 338.html, results/338.processed: test for
2700: $date.field(value) added (related to feature #1066)
2701:
2702: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2703: $date.field(value) now supported for y/m/d/h/m/s (implements
2704: feature #1066)
2705:
1.105 moko 2706: 2016-07-21 moko
2707:
2708: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2709: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2710: arguments removed; image.C - absolute path shown in exception
2711: (implements feature #1071)
2712:
2713: * tests/: 235.html, results/235.processed: test and test result
2714: updated after static boundary in mail and Errors-To: mail header
2715: removed (related to feature #1047)
2716:
2717: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2718: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2719: used, static boundary in mail removed, Errors-To: mail header
2720: removed (implements feature #1047)
2721:
2722: 2016-07-20 moko
2723:
2724: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2725: equest.classes(): Value -> VStateless_class, part 3 (related to
2726: issue #1051)
2727:
2728: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2729: request.classes(): Value -> VStateless_class, part 2 (related to
2730: issue #1051)
2731:
2732: * tests/results/: 224.processed, 323.processed: classes without
2733: methods should not be methoded (related to issue #1051)
2734:
2735: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2736: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2737: -> VStateless_class, part 1 (related to issue #1051)
2738:
2739: * tests/: 337.html, results/337.processed: test for
2740: ^reflection:fields_reference[] and VHashReference class added
2741: (related to feature #1072)
2742:
2743: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2744: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2745: and VHashReference added, allowing ^reflection:fields_reference[]
2746: implementation (closes feature #1072)
2747:
2748: 2016-07-19 moko
2749:
2750: * tests/: 323.html, results/323.processed: we want to see
2751: "methoded"
2752:
2753: * tests/: 336.html, results/336.processed: test for $BASE:property
2754: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2755: #1059)
2756:
2757: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2758: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2759: somebody_entered_some_class, $BASE:property works again,
2760: ^BASE:method[] bugs fixed (fixes bug #1059)
2761:
2762: 2016-07-14 moko
2763:
2764: * tests/: 335.html, results/335.processed: test for feature #1055
2765: added
2766:
2767: * src/classes/hash.C: bugfix: $._default was not copied if empty
2768: feature: ^hash.contains[_default] added (implements feature
2769: #1055)
2770:
2771: 2016-07-13 moko
2772:
2773: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2774: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2775:
2776: 2016-07-05 moko
2777:
2778: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2779: in ^hash.foreach (related to feature #1073)
2780:
2781: 2016-07-04 moko
2782:
2783: * tests/: 134.html, 281.html, results/134.processed,
2784: results/281.processed: tests updated after hash blocking removed
2785: (related to feature #1073)
2786:
2787: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2788: no longer blocks on change during foreach (implements feature
2789: #1073)
2790:
2791: 2016-06-17 moko
2792:
2793: * tests/: 330.html, results/330.processed: try exception source
2794: test added (related to bug in #1062)
2795:
2796: * tests/: 334.html, results/334.processed: Exception stack trace
2797: test added (related to bug in $1062)
2798:
2799: * src/classes/op.C: Exception trace now correctly restored and
2800: errors reported (related to bug #1062)
2801:
1.104 moko 2802: 2016-05-25 moko
2803:
2804: * src/main/compile.y: minor cleanup + beauty
2805:
2806: 2016-05-24 moko
2807:
2808: * tests/: 333.html, results/333.processed: more exceptions testing
2809:
2810: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2811: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2812: features #1056, #1026)
2813:
2814: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2815: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2816: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2817: (implements feature #1056)
2818:
2819: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2820: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2821: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2822: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2823: feature #1026)
2824:
2825: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2826: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2827: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2828: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2829: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2830: feature #1026)
2831:
2832: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2833: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2834: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2835: SYMBOLS_CACHING define implemented (related to feature #1026)
2836:
2837: * src/main/main.vcproj: + ps_symbols
2838:
2839: * src/: include/Makefile.am, include/pa_string.h,
2840: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2841: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2842: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2843: types/pa_vstateless_class.C: initial implementation for symbols
2844: cache (related to feature #1026)
2845:
2846: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2847:
2848: * src/main/pa_globals.C: minor cleanup
2849:
2850: 2016-05-19 moko
2851:
2852: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2853: (related to feature #1046)
2854:
2855: * tests/: 331.html, results/331.processed: test for
2856: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2857: (related to feature #1051)
2858:
2859: * src/main/compile.y:
2860: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2861: (implements feature #1054)
2862:
2863: 2016-05-18 moko
2864:
2865: * src/types/pa_vtable.C, tests/results/324.processed: no more
2866: "column not found" exception for ^table.no-such-method[] (related
2867: to feature #1046)
2868:
2869: * tests/: 261.html, results/261.processed: test added and updated
2870: after feature #1046 implementation
2871:
2872: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2873: types/pa_vvoid.h: $string.anything works for whitespace strings,
2874: ^string.contains added for hash compatibility, $string.method no
2875: longer returns stting method (implements feature #1046)
2876:
2877: 2016-05-12 moko
2878:
2879: * src/classes/curl.C: content-type response header no longer
2880: ignored (fixes issue #1045)
2881:
2882: * tests/: 330.html, results/330.processed: test for incomplete
2883: finally execution when break occures added (related to issue
2884: #1077)
2885:
2886: * src/classes/op.C: bugfix: Request::skip reset is called before
2887: executing catch and finally code (fixes issue #1062)
2888:
2889: 2016-05-11 moko
2890:
2891: * tests/: 329.html, results/329.processed: test for invalid
2892: ^break[] behavour added (bug #1077)
2893:
2894: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2895:
2896: 2016-04-24 moko
2897:
2898: * src/types/pa_vstateless_class.h: warning war
2899:
2900: 2016-04-17 moko
2901:
2902: * tests/: 328.html, results/328.processed: test for
2903: ^break(condition) and ^continue(condition) (related to feature
2904: #1063)
2905:
2906: * src/classes/op.C: ^break(condition) and ^continue(condition)
2907: implemented (feature #1063)
2908:
2909: 2016-04-12 moko
2910:
2911: * tests/results/280.processed: ordered hash now used for class
2912: methods and properties (test results updated for feature #1069)
2913:
2914: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2915: to xdoc.C as under FreeBSD it was inited after and inheritance
2916: failed (related to issue #1051)
2917:
2918: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2919: are printed to check inheritance (related to feature #1051)
2920:
1.103 moko 2921: 2016-04-09 moko
2922:
2923: * tests/results/320.processed: ordered hash now used for class
2924: methods and properties (test results updated for feature #1069)
2925:
2926: * src/types/pa_vstateless_class.h: ordered hash now used for class
2927: methods and properties (implements feature #1069)
2928:
2929: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2930: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2931: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2932: feature #1051)
2933:
2934: 2016-04-07 moko
2935:
2936: * src/main/execute.C: returned Value in .CLASS case for VJunction
2937: (related to feature #1051)
2938:
2939: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2940: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2941: string constants deduplication (related to feature #1051)
2942:
2943: * tests/results/224.processed: test result updated (related to
2944: feature #1051)
2945:
2946: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2947: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2948: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2949: types/pa_vstatus.h: classes hash now contains only
2950: VStateless_class derived objects, .CLASS is also allways
2951: VStateless_class derived object (related to feature #1051).
2952:
2953: 2016-04-06 moko
2954:
2955: * tests/results/323.processed: test result updated after feature
2956: #1051 implementation
2957:
2958: * src/: classes/classes.h, classes/op.C, classes/response.C,
2959: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2960: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2961: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2962: types/pa_vresponse.C, types/pa_vresponse.h,
2963: types/pa_vstateless_class.h: base -> methoded_donor for static
2964: classes, type() moved from VStateless_class to VClass and
2965: Methoded (implements feature #1051)
2966:
2967: 2016-04-04 moko
2968:
2969: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2970: beauty: put_class added (related to feature #1051)
2971:
2972: 2016-04-01 moko
2973:
2974: * tests/results/: 175.processed, 192.processed, 224.processed,
2975: 229.processed, 244.processed, 246.processed, 316.processed: test
2976: results updated as class.type() removed from error messages, only
2977: type() left (related to feature #1051)
2978:
2979: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2980: classes/op.C, classes/reflection.C, main/compile.y,
2981: main/compile_tools.h, main/execute.C, main/pa_request.C,
2982: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2983: types/pa_vmethod_frame.h, types/pa_vobject.h,
2984: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2985: from VStateless_class, type() is used instead (related to feature
2986: #1051)
2987:
2988: * src/classes/mail.C: old logic restored.
2989:
2990: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2991: classes/classes.h, classes/curl.C, classes/date.C,
2992: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2993: classes/hashfile.C, classes/image.C, classes/inet.C,
2994: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2995: classes/memcached.C, classes/memory.C, classes/reflection.C,
2996: classes/regex.C, classes/response.C, classes/string.C,
2997: classes/table.C, classes/xdoc.C, classes/xnode.C,
2998: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2999: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
3000: feature #1051)
3001:
3002: 2016-03-30 moko
3003:
3004: * tests/: 327.html, results/224.processed, results/327.processed:
3005: test for TZ specification in ^date::create[], TZ is kept during
3006: ^date::create[$dt] (related to feature #1048)
3007:
3008: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3009: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3010: feature #1048)
3011:
3012: 2016-03-29 moko
3013:
3014: * tests/: 315.html, results/315.processed: test for timezone format
3015: +HHmm added (related to feature #1065)
3016:
3017: * src/classes/date.C: timezone format +HHmm now supported
3018: (implements feature #1065)
3019:
3020: 2016-03-28 moko
3021:
3022: * tests/: 202.html, results/131.processed, results/202.processed,
3023: results/224.processed, results/256.processed,
3024: results/315.processed: test results updated after %.2d now
3025: default for hours offset in iso-string (was %2d), test for
3026: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3027: added (related to feature #1065)
3028:
3029: 2016-03-27 moko
3030:
3031: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3032: feature #1065)
3033:
3034: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3035: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3036: added (implements feature #1065)
3037:
3038: 2016-03-24 moko
3039:
3040: * tests/: 202.html, results/202.processed: test $date.week added
3041: (related to bug #1067)
3042:
3043: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3044: date (fix for bug #1067)
3045:
3046: 2016-03-10 moko
3047:
3048: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3049:
1.102 moko 3050: 2015-12-07 moko
3051:
3052: * tests/: 326.html, results/326.processed: test for .CLASS &
3053: .CLASS_NAME optimization added (related to feature #844)
3054:
3055: 2015-11-17 moko
3056:
3057: * tests/: 323.html, results/323.processed: order added
3058:
3059: * tests/: 325.html, results/325.processed: double range test added
3060: (related to bug #1049)
3061:
3062: 2015-11-16 moko
3063:
3064: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3065: added to disallow NaN and Infinity (fixes bug #1049)
3066:
3067: 2015-11-11 moko
3068:
3069: * tests/324.html: parser 3.4.3 execution support added (related to
3070: feature #1017)
3071:
3072: * tests/: 324.html, results/324.processed: test for
3073: GET_ELEMENT4CALL feature added (feature #1017)
3074:
1.101 moko 3075: 2015-10-29 moko
3076:
3077: * operators.txt: updated for 3.4.4
3078:
3079: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3080:
3081: * src/main/pa_exec.C: get_exit_status implemented for Windows
3082: (related to bug #1043)
3083:
3084: 2015-10-28 moko
3085:
3086: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3087: hangup during ^file::exec (fixes bug #1043)
3088:
1.100 moko 3089: 2015-10-27 moko
3090:
3091: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3092:
1.99 moko 3093: 2015-10-26 moko
3094:
1.100 moko 3095: * tests/322.html, src/classes/reflection.C: arguments reorder
3096: (related to issue #1041)
3097:
3098: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3099: Copyright year updated
3100:
1.99 moko 3101: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3102: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3103: classes/form.C, classes/hash.C, classes/hashfile.C,
3104: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3105: classes/mail.C, classes/math.C, classes/memcached.C,
3106: classes/memory.C, classes/op.C, classes/reflection.C,
3107: classes/regex.C, classes/response.C, classes/string.C,
3108: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3109: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3110: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3111: include/pa_config_fixed.h, include/pa_config_includes.h,
3112: include/pa_dictionary.h, include/pa_dir.h,
3113: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3114: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3115: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3116: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3117: include/pa_request_charsets.h, include/pa_request_info.h,
3118: include/pa_sapi.h, include/pa_socks.h,
3119: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3120: include/pa_stack.h, include/pa_string.h,
3121: include/pa_stylesheet_connection.h,
3122: include/pa_stylesheet_manager.h, include/pa_table.h,
3123: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3124: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3125: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3126: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3127: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3128: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3129: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3130: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3131: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3132: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3133: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3134: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3135: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3136: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3137: main/pa_string.C, main/pa_stylesheet_connection.C,
3138: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3139: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3140: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3141: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3142: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3143: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3144: targets/isapi/parser3isapi.C, types/pa_junction.h,
3145: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3146: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3147: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3148: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3149: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3150: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3151: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3152: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3153: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3154: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3155: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3156: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3157: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3158: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3159: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3160: types/pa_vresponse.C, types/pa_vresponse.h,
3161: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3162: types/pa_vstateless_object.h, types/pa_vstatus.C,
3163: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3164: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3165: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3166: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3167: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3168:
3169: * src/targets/cgi/parser3.C: year updated
3170:
3171: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3172: issue #1041)
3173:
3174: * tests/: 323.html, results/323.processed: test for base classes
3175: added
3176:
3177: * tests/: 261.html, results/261.processed: updated after better
3178: error reporting done for $string.key exception
3179:
3180: * src/types/pa_vstring.h: better error report for $string.key
3181: exception
3182:
3183: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3184: copied as VObject::get_element4call to remove extra virtual call
3185:
3186: * tests/: 322.html, results/322.processed: test for
3187: ^reflection:is[] added (related to feature #1041)
3188:
3189: * src/classes/reflection.C: ^reflection:is empty value is void
3190: (related to feature #1041)
3191:
3192: * src/classes/reflection.C:
3193: ^reflection:is[class_name|code|method;[context;]element_name]
3194: added (implements feature #1041)
3195:
3196: 2015-10-24 moko
3197:
3198: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3199:
1.98 moko 3200: 2015-10-22 moko
3201:
3202: * tests/: 321.html, results/321.processed: test for
3203: ^reflection:method_info[] file detection added
3204:
3205: * tests/: 320.html, results/320.processed: test for
3206: ^reflection:class_by_name[class_name] added (related to feature
3207: #993)
3208:
3209: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3210: added (implements feature #993)
3211:
3212: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3213: (related to feature #1017)
3214:
3215: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3216: added (related to issue #1039)
3217:
3218: * src/main/pa_request.C: ^throw origin fixed (related to feature
3219: #1039)
3220:
3221: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3222: for VDate
3223:
3224: * tests/results/182.processed: updated after feature #1038
3225: implemented
3226:
3227: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3228: compile-time exception origin added (test for feature #1039)
3229:
3230: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3231: main/pa_request.C: exception unification: compile-time exceptions
3232: now have origin, @USE origins also tracked (implements feature
3233: #1039)
3234:
3235: 2015-10-20 moko
3236:
3237: * src/main/pa_request.C: cleanup
3238:
3239: 2015-10-15 moko
3240:
3241: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3242:
3243: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3244: types/pa_vtable.C: new feature: no more $table.method and
3245: $hash.method, aliases for _at, _count, _key (related to feature
3246: #1017)
3247:
1.97 moko 3248: 2015-10-14 moko
3249:
1.98 moko 3250: * tests/: 317.html, results/317.processed: test for
3251: ^string.unescape[] added (related to feature #120)
3252:
1.97 moko 3253: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3254: defined" bug (described in issue #1036)
3255:
3256: * tests/: 247.html, results/247.processed: test for checkBOM added
3257: (test for bug #1037)
3258:
3259: * src/: include/pa_charsets.h, main/pa_charsets.C,
3260: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3261: it's not enforced, skips BOM signature if it complies charset
3262: (fixes bug #1037)
3263:
3264: 2015-10-13 moko
3265:
3266: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3267: linking
3268:
3269: * src/classes/inet.C: vs2003 compilation fix
3270:
3271: * src/classes/math.C: warning war
3272:
3273: * src/lib/punycode/pa_punycode.c: warning war
3274:
3275: 2015-10-12 moko
3276:
3277: * src/lib/punycode/pa_punycode.c: warning war
3278:
3279: * parser3.sln: moved parser3 first, to make it default startup
3280: project
3281:
3282: * buildall: parser "mirror" now used for external libs sources
3283: (implements feature #1036)
3284:
3285: * buildall: most external libs are updated to their current
3286: versions (related to feature #1036)
3287:
3288: * src/classes/image.C: more tags added
3289:
3290: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3291:
3292: 2015-10-11 moko
3293:
3294: * src/classes/curl.C: minor optimization (related to feature #1035)
3295:
3296: 2015-10-09 moko
3297:
3298: * src/classes/curl.C: pa_strdup added for strings from curl
3299: (related to feature #1035)
3300:
3301: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3302: ULLONG_MAX definition
3303:
3304: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3305: (implements feature #1035)
3306:
3307: * src/main/pa_charset.C: String::Body(String::C) used
3308:
3309: * src/main/pa_charset.C: exceptions unified
3310:
3311: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3312: unified
3313:
3314: * src/: classes/file.C, classes/image.C, classes/mail.C,
3315: classes/op.C, classes/xdoc.C, classes/xnode.C,
3316: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3317: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3318: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3319: String::Body(String::C) constructor added (related to bug #957)
3320:
3321: * src/classes/file.C: minor optimization
3322:
3323: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3324: Cord(char*) autocreation (related to bug #957)
3325:
3326: * src/: classes/string.C, main/untaint.C: minor optimizations
3327:
3328: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3329: String(char*, Lang, length) removed, String(C(), Lang) used
3330: instead (related to bug #957)
3331:
3332: 2015-10-08 moko
3333:
3334: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3335: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3336: main/untaint.C: Now char * is converted to CORD only using
3337: AS_CORD() to check for empty cord bug (fixes bug #957)
3338:
3339: * src/include/pa_hash.h: fixed compilation without
3340: HASH_CODE_CACHING
3341:
3342: * src/classes/string.C:
3343: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3344: feature #120)
3345:
3346: * src/main/pa_common.C: reduce js flags checks count (related to
3347: feature #120)
3348:
1.96 moko 3349: 2015-10-07 moko
3350:
3351: * tests/: 275.html, results/275.processed: test modified after
3352: unsigned long long int support implemented (feature #1034)
3353:
3354: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3355: pa_atoul added for unsigned long long int support
3356:
3357: 2015-10-06 moko
3358:
3359: * src/types/pa_vdate.C: INT_MAX used
3360:
3361: 2015-10-03 moko
3362:
3363: * tests/: 302.html, results/302.processed: test for bug #1023
3364: (\u2028, \u2029 escaping) added
3365:
3366: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3367: json:string[] (fixes bug #1023)
3368:
3369: 2015-09-29 moko
3370:
3371: * tests/305.html: try-catch added for OS without ipv6 support
3372:
3373: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3374: compilation
3375:
3376: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3377: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3378: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3379: implemented to distinguish ^hash.method from $hash.field
3380: (implements feature #1017)
3381:
3382: * src/lib/punycode/pa_punycode.c: warning war
3383:
3384: * src/include/pa_config_includes.h: warning war
3385:
3386: * src/include/pa_config_includes.h: pragma warning actualized a bit
3387:
3388: * src/include/pa_config_includes.h: warning war
3389:
3390: * src/include/pa_hash.h: clang compilation fix
3391:
3392: 2015-09-27 moko
3393:
3394: * src/main/compile.tab.C: Bison 3 is now default
3395:
3396: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3397:
3398: 2015-09-25 moko
3399:
3400: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3401: works with undefined HASH_ORDER (related to feature #196)
3402:
3403: 2015-09-24 moko
3404:
3405: * tests/: 027.html, results/027.processed: test modified to test
3406: ^hash.sort (feature #196)
3407:
3408: * src/: classes/hash.C, include/pa_hash.h:
3409: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3410: added (implements feature #196)
3411:
3412: * tests/: 316.html, results/316.processed: Added test for bug #1025
3413: (exception handling in non-cached ^cache), plus for "it does not
3414: have logical value" and "$exception.handled value must be either
3415: boolean or string 'cache'" exceptions.
3416:
3417: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3418: code (fixes bug #1025)
3419:
1.95 moko 3420: 2015-09-23 moko
3421:
3422: * src/classes/table.C: warning war
3423:
3424: * src/: classes/math.C, types/pa_vcookie.C: warning war
3425:
3426: * src/classes/file.C: warning war
3427:
3428: * src/: include/pa_table.h, main/pa_table.C: warning war
3429:
3430: * src/: main/pa_request.C, classes/date.C: warning war
3431:
3432: * src/: types/pa_vdate.C, classes/op.C: warning war
3433:
3434: * tests/: 122.html, results/122.processed: win sync: to remove
3435: differences with OS that doesn't keep timezone change history
3436:
3437: * src/types/pa_vdate.C: tzset() should be called in Windows after
3438: TZ change (related to feature #36)
3439:
3440: * tests/: 075.html, results/075.processed: win sync: to remove
3441: differences with OS that doesn't keep timezone change history
3442:
3443: * tests/: 315.html, results/315.processed: win sync: to remove
3444: differences with OS that doesn't keep timezone change history
3445:
3446: * tests/: 256.html, results/256.processed: win sync: to remove
3447: differences with OS that doesn't keep timezone change history
3448:
3449: * tests/: 124.html, results/124.processed: win results sync: to
3450: avoid hitting time change hole.
3451:
3452: * src/types/pa_vdate.C: static returned. :)
3453:
3454: 2015-09-22 moko
3455:
3456: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3457:
3458: * tests/results/131.processed: more tests for feature #1032
3459:
3460: * src/classes/date.C: minor fix related to feature #1032
3461:
3462: * operators.txt: ISO date creation documented (related to feature
3463: #1032)
3464:
3465: * operators.txt: iso-string documented (related to feature #1032)
3466:
3467: * tests/: 315.html, results/315.processed: more tests added
3468: (related to feature #1032)
3469:
3470: * tests/: 131.html, results/131.processed: date range checks
3471: updated (related to feature #36)
3472:
3473: * tests/: 315.html, results/057.processed, results/315.processed:
3474: test added for ISO date support (related to issue #315)
3475:
3476: * src/classes/date.C: more readable exceptions in date creation
3477: (related to ticket #1032)
3478:
3479: 2015-09-18 moko
3480:
3481: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3482: added (related to issue #1032)
3483:
3484: * tests/results/256.processed, src/classes/json.C: iso-string
3485: documented (related to issue #1032)
3486:
3487: * tests/: 256.html, results/256.processed: ISO date check added
3488: (related to issue #1032)
3489:
3490: * tests/: 057.html, results/057.processed, results/224.processed:
3491: tests results updated after ISO date support implemented (related
3492: to feature #1032)
3493:
3494: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3495: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3496: ^date::create[string] constructor formalized, ^date.iso-string[]
3497: added (implements feature #1032)
3498:
3499: 2015-09-05 moko
3500:
3501: * operators.txt: actualized
3502:
3503: * operators.txt: date changes documented (related to ticket #36)
3504:
3505: 2015-09-04 moko
3506:
3507: * src/types/pa_vdate.C: warning war
3508:
3509: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3510:
3511: 2015-09-03 moko
3512:
3513: * tests/results/096.processed: test result updated for 0..9999 year
3514: date range support (related to feature #36)
3515:
3516: * tests/: 314.html, results/314.processed: test for
3517: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3518: bug #1031)
3519:
3520: * src/classes/string.C: Static calls fixed for ^string:base64[],
3521: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3522:
1.116 moko 3523: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3524: configure.in -> configure.ac
1.95 moko 3525:
1.116 moko 3526: * configure, configure.in, src/include/pa_config_auto.h.in: more
3527: correct timezone check for FreeBSD Warning war: configure.in ->
3528: configure.ac
1.95 moko 3529:
3530: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3531: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3532: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3533: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3534: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3535: src/main/Makefile.am, src/targets/apache/Makefile.am,
3536: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3537: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3538: check added
3539:
3540: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3541:
3542: * tests/results/: 124.processed, 224.processed: test resuls updated
3543: for new date implementation (related to feature #36)
3544:
3545: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3546: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3547: types/pa_vdate.h: new double date implementation with internal
3548: support for extended 0..9999 year range, default timezone support
3549: (related to feature #36)
3550:
3551: 2015-08-28 moko
3552:
3553: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3554: (fixes bug #1030)
3555:
3556: 2015-08-21 moko
3557:
3558: * src/classes/inet.C: snprintf size "bug" commented
3559:
3560: * src/main/pa_common.C: snprintf comments updated
3561:
3562: 2015-08-16 moko
3563:
3564: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3565:
3566: 2015-08-11 moko
3567:
3568: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3569: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3570: can be null (fixes bug #1029)
3571:
3572: 2015-08-06 moko
3573:
1.116 moko 3574: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3575: pa_vdate.C added
1.95 moko 3576:
3577: 2015-08-05 moko
3578:
3579: * tests/: 313.html, results/313.processed: test for
3580: ^table.count[columns] and ^table.flip[] with nameless tables
3581: (feature #1003)
3582:
3583: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3584: max_cell added, now ^table.count[columns] and ^table.flip[] works
3585: correctly for nameless tables (implements feature #1003)
3586:
3587: 2015-08-03 moko
3588:
3589: * tests/312.html: test for ^table.append[$hash] and
3590: ^table.insert[$hash] added (related to feature #1028)
3591:
3592: * src/classes/table.C: ^table.append[$hash] and
3593: ^table.insert[$hash] now supported (implements feature #1028)
3594:
3595: * tests/: 312.html, results/312.processed: test row copy in
3596: ^table.hash[; $.type[table] ] added (related to feature #1016)
3597:
3598: * src/classes/table.C: row copy now created in ^table.hash[;
3599: $.type[table] ] (related to feature #1016)
3600:
3601: 2015-07-29 moko
3602:
3603: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3604: added (related to feature #1016)
3605:
3606: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3607: ^table.delete[] added to delete current row (related to feature
3608: 1016)
3609:
3610: 2015-07-28 moko
3611:
3612: * tests/: 312.html, results/312.processed: test for
3613: $table.column[value] and ^table.insert{row} (related to feature
3614: #1016)
3615:
3616: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3617: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3618: ^table.insert{row} are now implemented (feature #1016)
3619:
3620: * src/include/pa_array.h: Optimization: bool reverse removed from
3621: append(), insert() added, memmove arguments order in remove()
3622: fixed (related to feature #1016)
3623:
3624: 2015-07-23 moko
3625:
3626: * src/classes/json.C: tainted json and empty json exception added
3627: (implements feature #1015)
3628:
3629: * tests/: 311.html, results/311.processed: empty json and tainted
3630: json exception test added (related to issue #1015)
3631:
3632: 2015-07-22 moko
3633:
3634: * tests/: 311.html, results/311.processed: test for UTF-8
3635: processing added
3636:
3637: * tests/: 311.html, results/311.processed: test for
3638: json_exception_with_source added (related to issue #394)
3639:
3640: * src/classes/json.C: json_exception_with_source added (implements
3641: feature #394)
3642:
3643: 2015-06-29 moko
3644:
3645: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3646: directories are now correctly determined if _d_type == DT_UNKNOWN
3647: (closes bug #1027)
3648:
3649: 2015-06-10 moko
3650:
3651: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3652: error if libxml has LIBXML_ICU_ENABLED.
3653:
3654: 2015-06-04 moko
3655:
3656: * tests/099.html: ups, reverting
3657:
3658: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3659: results/310.processed: tests for $response:body[ $.file[] ] and
3660: $response:last-modified added
3661:
3662: * src/main/pa_request.C: last-modified check fixed
3663:
3664: 2015-06-03 moko
3665:
3666: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3667: results/205.processed, results/293.processed: $response:headers
3668: logging added (tests for feature #1007)
3669:
3670: * src/: include/pa_common.h, include/pa_request.h,
3671: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3672: $response:headers are now in uppercase (closes feature #1007)
3673:
3674: 2015-06-02 moko
3675:
3676: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3677: build errors reverted for clang compatibility
3678:
3679: 2015-06-01 moko
3680:
3681: * src/include/pa_memory.h: -pedantic build errors fixed
3682:
3683: * src/classes/math.C: -pedantic build error fixed
3684:
3685: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3686:
3687: 2015-05-31 moko
3688:
3689: * src/classes/table.C: USE_STRINGSTREAM optimized
3690:
3691: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3692: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3693: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3694: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3695: types/pa_vxnode.h: warning war (-pedantic flag)
3696:
3697: 2015-05-28 moko
3698:
3699: * tests/: 308.html, results/308.processed: test for
3700: ^table::create[$t;], etc work added (related to bug #975)
3701:
3702: * src/classes/table.C: check_option_param removed,
3703: ^table::create[$t;], etc now works (fixes bug #975)
3704:
3705: 2015-05-27 moko
3706:
3707: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3708: (Debian jessie) fixed (closes issue #1024)
3709:
3710: * tests/Makefile: sort added as in Debian jessie list become
3711: unsorted
3712:
3713: 2015-05-18 moko
3714:
3715: * tests/: 201.html, results/201.processed: test for
3716: ^string.trim[what] feature #1022
3717:
3718: * src/classes/string.C: ^string.trim[what] now supported,
3719: implements feature #1022
3720:
3721: 2015-05-17 moko
3722:
3723: * tests/results/185.processed: test result updated as feature #1021
3724: implemented (left/right accept negative parameter)
3725:
3726: * src/classes/string.C: left/right now accept negative parameter
3727: (implements feature #1021)
3728:
3729: 2015-05-08 moko
3730:
3731: * src/classes/math.C: isalnum -> pa_isalnum
3732:
3733: * src/main/execute.C: optimization in getter-junction processing
3734: (related to issue #997)
3735:
3736: 2015-05-07 moko
3737:
3738: * tests/: 307.html, results/307.processed: test for issue #997
3739: added
3740:
3741: * src/main/execute.C: process_getter result now checked if junction
3742: returned (closes issue #997)
3743:
3744: * tests/: 305.html, results/305.processed: sort added to ignore
3745: different order
3746:
3747: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3748: assignment (closes issue #994)
3749:
3750: * tests/: 306.html, results/306.processed: test for issue #994
3751: added
3752:
3753: * tests/: 303.html, results/303.processed: two more errors tested
3754:
3755: 2015-05-06 moko
3756:
3757: * tests/: 305.html, results/305.processed: test for name2ip &
3758: ip2name added (related to feature #992)
3759:
3760: * tests/: 303.html, 304.html, results/303.processed,
3761: results/304.processed: tests for idna conversion added (related
3762: to issue #849)
3763:
3764: 2015-05-02 moko
3765:
3766: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3767: implemented
3768:
3769: 2015-04-30 moko
3770:
3771: * src/main/pa_http.C: idna_host added, related to issue #849
3772:
3773: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3774: (related to issue #849)
3775:
3776: 2015-04-24 moko
3777:
3778: * src/types/pa_vjunction.C: warning war
3779:
3780: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3781: unification
3782:
3783: * src/lib/punycode/pa_idna.c: warning war
3784:
3785: 2015-04-22 moko
3786:
3787: * src/main/main.vcproj: punycode include path added
3788:
3789: * src/lib/punycode/pa_idna.c: windows compile error fixed
3790:
3791: * src/lib/punycode/pa_idna.c: warning war
3792:
3793: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3794: project file added
3795:
3796: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3797:
3798: * src/include/pa_memory.h: warning war
3799:
3800: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3801: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3802: implemented (related to feature #849)
3803:
3804: * configure.in, src/main/Makefile.am,
3805: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3806: libpunycode added in Unix
3807:
3808: 2015-04-21 moko
3809:
3810: * configure.in: large files support
3811:
3812: 2015-04-15 moko
3813:
3814: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3815: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3816: pa_punycode.h: initial version for punycode/idna support library
3817: (ticket #849)
3818:
3819: 2015-04-08 moko
3820:
3821: * src/: classes/curl.C, classes/date.C, classes/file.C,
3822: classes/image.C, classes/mail.C, classes/reflection.C,
3823: classes/string.C, classes/xnode.C, include/pa_request.h,
3824: include/pa_string.h, include/pa_stylesheet_connection.h,
3825: main/compile.y, main/compile_tools.h, main/execute.C,
3826: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3827: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3828: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3829: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3830: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3831: clang compiler warnings (closes issue #1018)
3832:
3833: * src/include/pa_string.h: String::Body comparation operators with
3834: char * added (related to issue #958)
3835:
3836: 2015-04-07 moko
3837:
3838: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3839: pa_malloc/pa_free to remove system malloc/free usage (related to
3840: issue #1018)
3841:
3842: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3843: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3844: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3845: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3846: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3847: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3848: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3849: malloc/strdup/free replaced with pa_ version and checks for
3850: accidental use of non-pa_ version added (related to issue #1018)
3851:
3852: 2015-04-03 moko
3853:
3854: * buildall: pcre-8.33 -> pcre-8.36
3855:
3856: * src/: main/compile.y, classes/form.C, classes/mail.C,
3857: classes/op.C, classes/string.C, main/compile.tab.C,
3858: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3859: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3860: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3861: ticket #958)
3862:
3863: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3864: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3865: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3866: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3867: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3868: $request:headers, $request:method added (implements feature
3869: #1007)
3870:
3871: 2015-03-17 misha
3872:
3873: * tests/302.html: - test for
3874: ^json:string[...;$._default[method-name]]
3875:
3876: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3877: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3878: option $._default[method-name] is specified in ^json:string[], a
3879: method with specified name will be called for classes/objects
3880: serialization ( new feature: #982 )
3881:
3882: 2015-03-16 misha
3883:
3884: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3885: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3886: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3887: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3888: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3889: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3890: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3891: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3892: types/pa_vrequest.h, types/pa_vstateless_class.C,
3893: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3894: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3895: $var.CLASS_NAME now have special opcodes. This can be switched
3896: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3897: on pa_opcode.h ( new feature: #844 )
3898:
3899: 2015-03-15 misha
3900:
3901: * tests/075.html: - test for $response:header[]
3902:
3903: * src/types/pa_vresponse.C: - $response:header[] deletes header
3904: that was set earlie ( new feature: #1001 )
3905:
3906: 2015-03-12 misha
3907:
3908: * tests/246.html: - more tests for ^hash._at[]
3909:
3910: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3911: accepts second param [key|value|hash] ( new feature: #1012 )
3912:
3913: 2015-03-09 moko
3914:
3915: * src/types/pa_vmail.C: exception for everything but
3916: $mail:received, closes issue #1011
3917:
3918: 2015-02-20 moko
3919:
3920: * tests/: 275.html, results/275.processed: hex detection in
3921: pa_atoui fix test (closes issue #1010)
3922:
3923: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3924: issue #1010)
3925:
3926: 2015-02-17 moko
3927:
3928: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3929: tainted.
3930:
3931: 2015-02-03 misha
3932:
3933: * tests/301.html: - test for ^json:string($double) causes
3934: exception. bugfix: #1008
3935:
3936: * src/classes/json.C: - ^json:string($double) causes exception.
3937: bugfix: #1008
3938:
3939: * tests/014.html: - updated for work with ^hash.delete[]
3940:
3941: 2015-01-12 misha
3942:
3943: * src/: classes/form.C, include/pa_common.h,
3944: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3945: types/pa_vform.h: - supports body with PUT method as well ( new
3946: feature: #1006 )
3947:
3948: * src/classes/file.C: - warnings war
3949:
3950: 2015-01-11 misha
3951:
3952: * tests/300.html: - test for ^hash.delete[] is added
3953:
3954: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3955: feature: #989 ) - tiny optimization in intersects
3956:
3957: 2015-01-06 moko
3958:
3959: * src/types/pa_vmail.C: file names transcode added, to and cc added
3960: with transcode, attachments detection fixed
3961:
3962: * src/main/pa_request.C: filling mail received after cgi/auto.p
3963: load to allow charset switch (related to issue #996)
3964:
3965: 2014-12-31 moko
3966:
3967: * src/types/pa_vmail.C: from and subject now transcoded if not
3968: UTF-8 source charset (fixes issue 996)
3969:
3970: * src/main/pa_exception.C: fixed string from stack bug (closes
3971: issue #1000)
3972:
3973: 2014-12-11 misha
3974:
3975: * src/types/pa_vhashfile.C: - check if key is not empty before
3976: access ( bug fix: #1005 )
3977:
3978: 2014-11-13 misha
3979:
3980: * src/main/compile.y: - PC.append does not reset to false while
3981: creating a new class. bugfix: #990
3982:
3983: * tests/299.html: - test for creation class after working with
3984: partial class (create+append)
3985:
3986: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3987: #995
3988:
3989: * tests/232.html: - test for @get[def] added
3990:
3991: 2014-10-12 moko
3992:
3993: * src/lib/pcre/pcre_internal.vcproj: correct path
3994:
3995: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3996: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3997: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3998: targets/apache/ApacheModuleParser3.vcproj,
3999: targets/apache/ApacheModuleParser3Core.vcproj,
4000: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4001: types/types.vcproj: project GUID inserted in *.vcproj for correct
4002: conversion in newer VS versions
4003:
4004: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
4005: pcre_internal.vcproj added
4006:
4007: 2014-08-28 moko
4008:
4009: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4010: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4011: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4012:
4013: 2014-06-30 misha
4014:
4015: * tests/298.html: - tests for ^reflection:def[class;className]
4016: added
4017:
4018: * src/classes/reflection.C: - ^reflection:def[class;className]
4019: added ( new feature: #918 )
4020:
4021: 2014-06-29 misha
4022:
4023: * src/classes/table.C: - ^table::create[unsupported data] -
4024: exception comment changed to "body must be table or code" ( bug
4025: fix: #951 )
4026:
4027: * tests/: 261.html, results/261.processed: - tests for
4028: ^json:string[...;$.void[null|string]] added
4029:
4030: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4031: option $.void[string|null] added to ^json:string[...] ( new
4032: feature: #952 )
4033:
4034: 2014-06-28 moko
4035:
4036: * src/classes/curl.C: $.charset now processed before other curl
4037: options (closes issue #980)
4038:
4039: 2014-05-23 misha
4040:
4041: * src/classes/json.C: - bug fix: #987
4042:
4043: 2014-05-04 misha
4044:
4045: * tests/: 253.html, 253_json.txt: - test for
4046: ^json:parse[$.int(false)] is added
4047:
4048: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4049: default true). The option is similar to $.double(bool) but for
4050: integers.
4051:
4052: 2014-05-01 moko
4053:
4054: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4055: #12 )
4056:
4057: 2014-04-16 moko
4058:
4059: * src/main/pa_http.C: response-charset option should finally work
4060: now (fix for issue #867)
4061:
4062: * src/main/pa_http.C: response-charset option should work now (fix
4063: for issue #867)
4064:
4065: 2014-03-07 moko
4066:
4067: * buildall: libgc moved
4068:
4069: * buildall: libgc moved
4070:
4071: 2013-12-29 moko
4072:
4073: * src/classes/string.C: ^string:js-unescape result now tainted,
4074: closes issue #966
4075:
4076: * tests/: 186.html, results/186.processed: ^string:js-unescape
4077: result now tainted, issue #966
4078:
4079: 2013-12-03 moko
4080:
4081: * src/: classes/memcached.C, types/pa_vmemcached.C,
4082: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4083: option was added for http://www.parser.ru/forum/?id=79343
4084:
4085: * src/classes/file.C: bugfix for
4086: http://www.parser.ru/forum/?id=79337
4087:
4088: 2013-11-05 moko
4089:
4090: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4091:
4092: * src/main/pa_globals.C: spelling fixed
4093:
4094: 2013-10-29 moko
4095:
4096: * src/lib/json/json.vcproj: json.c -> pa_json.C
4097:
4098: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4099: #892
4100:
4101: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4102: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4103: exceptions to be thrown thougth json library), related to issue
4104: #892
4105:
4106: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4107: related to issue #896
4108:
4109: 2013-10-24 moko
4110:
4111: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4112:
4113: 2013-10-23 moko
4114:
4115: * README: actualization
4116:
4117: 2013-10-22 moko
4118:
4119: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4120: compatibility patch from Sergey Kirpichev
4121:
4122: * tests/: 297.html, results/297.processed: non-working getter fix
4123: test for issue #948
4124:
4125: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4126: called when saving value of $match variable in ^string.match[] to
4127: increase compatibility (related to issue #948).
4128:
4129: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4130: usage optimization
4131:
4132: 2013-10-21 moko
4133:
4134: * tests/: 182.html, results/182.processed: local path removed for
4135: compatibility
4136:
4137: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4138: results/244.processed, results/253.processed,
4139: results/254.processed, results/275.processed,
4140: results/281.processed: try_catch -> try-catch
4141:
4142: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4143: results/294.processed, results/296.processed: try_catch ->
4144: try-catch
4145:
4146: 2013-10-20 moko
4147:
4148: * tests/: 296.html, results/296.processed: test for xsl exception
4149: for issue #938 added.
4150:
4151: * src/: include/pa_xml_exception.h,
4152: main/pa_stylesheet_connection.C: forgotten to be replaced
4153: XmlException is now replaced (once again closes issue #938)
4154:
4155: 2013-10-18 moko
4156:
4157: * buildall: disable clock_gettime detection to avoid librt linking
4158: (which in turn depends on libpthread), related to issue #943
4159:
4160: 2013-10-18 misha
4161:
4162: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4163: lib/smtp/smtp.vcproj, main/main.vcproj,
4164: targets/apache/ApacheModuleParser3Core.vcproj,
4165: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4166: types/types.vcproj: - new locations for libxml2 includes where
4167: added to vcproj files
4168:
4169: 2013-10-18 moko
4170:
4171: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4172: fix
4173:
4174: * tests/: 295.html, results/295.processed: test for issue #948
4175: updated
4176:
4177: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4178: :)
4179:
4180: * tests/: 295.html, results/295.processed: test for issue #948
4181: added
4182:
4183: * src/: classes/hash.C, classes/string.C, classes/table.C,
4184: include/pa_request.h, types/pa_method.h: for getters and setters
4185: to be executed request.put_element should be called, not
4186: context.put_element (fixes issue #948)
4187:
4188: 2013-10-17 moko
4189:
4190: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4191: LIBXML2_NEW_BUFFER check (closes issue #943)
4192:
4193: * buildall: libxml 2.9.1 build is broken --without-reader.
4194:
4195: 2013-10-16 moko
4196:
4197: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4198:
4199: * tests/: 294.html, results/294.processed: test for issue #938
4200:
4201: * src/: classes/xdoc.C, classes/xnode.C,
4202: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4203: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4204:
4205: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4206: libxslt-1.1.26 -> libxslt-1.1.28
4207:
4208: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4209: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4210: to '?', related to issue #938
4211:
4212: 2013-10-15 moko
4213:
4214: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4215: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4216: minor optimizations (closes issue #896)
4217:
4218: * tests/results/: 292.processed, 293.processed: results updated to
4219: comply with issue #896
4220:
4221: * tests/: 292.html, 293.html, results/292.processed,
4222: results/293.processed: tests for json escaping
4223:
4224: 2013-10-14 moko
4225:
4226: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4227: and cleanup, code moved from .h to .C, no changes in code
4228:
4229: 2013-10-12 moko
4230:
4231: * tests/results/119.processed: updated test result commited
4232:
4233: * tests/: 291.html, results/291.processed: test for issue #894
4234: added
4235:
4236: * src/types/pa_wcontext.h: base methods call support function
4237: get_somebody_entered_some_class should not be true forever, as
4238: wcontext can have many get_elements calls (fixes issue #894)
4239:
4240: 2013-10-11 moko
4241:
4242: * tests/: 290.html, results/290.processed: test for junction GPF
4243: issue #942 added
4244:
4245: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4246: to native method fixed (closes issue #942)
4247:
4248: * tests/: 158.html, results/158.processed: test for csv-string[]
4249: added
4250:
4251: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4252: feature #907)
4253:
4254: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4255: feature #907)
4256:
4257: 2013-10-09 moko
4258:
4259: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4260: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4261: types/pa_vstateless_class.C: GET_default, SET_default now works
4262: properly not only in objects, but in classes as well (closes
4263: issue #903)
4264:
4265: * tests/: 289.html, results/289.processed: GET/SET_default now
4266: works in classes, not only objects, test case added, related to
4267: issue #903
4268:
4269: * tests/: 288.html, results/288.processed: test for endless
4270: recursion bug added (related to issue #903)
4271:
4272: 2013-10-05 moko
4273:
4274: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4275: classes/table.C, main/execute.C, types/pa_method.h,
4276: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4277: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4278: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4279: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4280: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4281: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4282: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4283: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4284: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4285: optimization: put_element no longer has "bool areplace" argument,
4286: related to issue #903
4287:
4288: 2013-10-03 moko
4289:
4290: * tests/results/182.processed: result for $.replace(false) test
4291: commited
4292:
4293: * src/classes/date.C: ^date::create(number) processed correctly
4294: (fixes issue #901)
4295:
4296: * src/classes/image.C: as_no_junction removed, as param can be
4297: expression (closes issue #931)
4298:
4299: * tests/233.html: test for issue #931 added
4300:
4301: 2013-10-02 moko
4302:
4303: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4304: modified, test for $.replace(false) added
4305:
4306: * src/main/compile_tools.h: forgotten class replace returned. :)
4307:
4308: 2013-09-30 moko
4309:
4310: * tests/: 141.html, results/141.processed: md5 tainting test added
4311:
4312: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4313: main/compile_tools.h, main/pa_request.C: allow_class_replace
4314: implemented; $.replace option added to ^process and ^use
4315:
4316: 2013-08-27 moko
4317:
4318: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4319: cstr_to_string_body_untaint should be called with charsets for
4320: possible uri language and connection for possible sql language.
4321: related to issue #857
4322:
4323: * buildall: and -> or fixed
4324:
4325: 2013-08-26 moko
4326:
4327: * buildall: prepare_ functions logic changed to support
4328: gc-7.2d.tar.gz extracting to gc-7.2 directory
4329:
4330: 2013-08-23 moko
4331:
4332: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4333: statically
4334:
4335: 2013-08-22 moko
4336:
4337: * src/classes/string.C: String::Empty used (related to issue #912)
4338: append_know_length removed (related to old GPF bug)
4339:
4340: 2013-08-21 moko
4341:
4342: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4343:
4344: * src/classes/math.C: ^math:digest[...;$file] support added
4345: (related to ticket #857
4346:
4347: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4348: implemented
4349:
4350: * src/types/pa_vhashfile.h: warning war
4351:
4352: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4353: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4354: anti_endless_json_string_recoursion removed from request;
4355: json_string_recoursion added to json_options; $.indent[indent
4356: value] now supported and passed within recoursion closes feature
4357: #937
4358:
4359: * tests/: 287.html, results/287.processed: test for feature #937
4360:
4361: 2013-07-31 moko
4362:
4363: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4364: compilation having #define _S
4365:
4366: * src/main/pa_globals.C: cleanup
4367:
4368: 2013-07-30 moko
4369:
4370: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4371: main/pa_common.C: vs2003 warning war
4372:
4373: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4374:
4375: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4376:
4377: * src/lib/md5/pa_sha2.c: warning war
4378:
4379: 2013-07-29 moko
4380:
4381: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4382: patches from github
4383:
4384: * src/: classes/bool.C, classes/double.C, classes/int.C,
4385: classes/memcached.C, include/pa_config_includes.h,
4386: types/pa_vfile.C, types/pa_vfile.h: warning war
4387:
4388: * src/lib/json/json.vcproj: C++ -> C
4389:
4390: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4391:
4392: * src/lib/json/: json.c, pa_json.C: windows compatibility
4393:
4394: * src/lib/json/: json.c, pa_json.C: windows compatibility
4395:
4396: * src/lib/json/: json.c, pa_json.C: warning war
4397:
4398: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4399:
4400: * src/include/pa_config_fixed.h: uint16_t added
4401:
4402: * configure.in: uint16_t check added
4403:
4404: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4405: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4406: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4407: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4408: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4409:
4410: 2013-07-25 moko
4411:
4412: * parser3.sln: dependencies added
4413:
4414: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4415: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4416: module support
4417:
4418: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4419:
4420: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4421:
4422: 2013-07-23 moko
4423:
4424: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4425: PA_DEBUG_GC_MEMORY removed
4426:
4427: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4428: PA_DEBUG_DISABLE_GC compilation fix
4429:
4430: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4431: main/pa_request.C: outdated RESOURCES_DEBUG removed
4432:
4433: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4434: garbage cleanup
4435:
4436: * src/main/pa_common.C: warning war
4437:
4438: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4439:
4440: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4441: minor cleanup
4442:
4443: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4444: uses cygwin, not WIN32 implementation
4445:
4446: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4447: able to exec shell scripts
4448:
4449: * src/classes/math.C: ifdef WIN32 cleanup
4450:
4451: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4452:
4453: * src/classes/curl.C: LT_MODULE_EXT used
4454:
4455: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4456:
4457: 2013-07-22 moko
4458:
4459: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4460: includes fix
4461:
4462: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4463:
4464: * configure.in, src/include/pa_config_includes.h,
4465: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4466: src/main/pa_exec.C: includes cleanup
4467:
4468: * src/targets/cgi/parser3.C: 2012->2013
4469:
4470: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4471:
4472: * configure.in, src/include/pa_config_includes.h,
4473: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4474: src/main/pa_random.C, src/main/pa_socks.C,
4475: src/types/pa_vstatus.C: cygwin support cleanup
4476:
4477: * configure.in: dirent.h check added
4478:
4479: * src/: include/pa_config_includes.h, include/pa_dir.h,
4480: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4481: not copied
4482:
4483: 2013-07-21 moko
4484:
4485: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4486:
4487: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4488: parser3.vcproj: unused getopt.h / getopt.c removed
4489:
4490: * operators.txt, src/classes/file.C, tests/022.html,
4491: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4492: $.stat(true)] usage commented
4493:
4494: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4495: src/main/pa_dir.C: ^file:list[] now has dir column and when
4496: $.stat(true) it has size/*date columns modified patch from misha@
4497: that closes issue #914.
4498:
4499: * src/: include/pa_config_includes.h, main/pa_globals.C:
4500: PA_RELEASE_ASSERTS removed
4501:
4502: * src/lib/md5/pa_md5c.c: minor cleanup
4503:
4504: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4505: localeconv()->decimal_point usage remoed (related to issue #934)
4506:
4507: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4508: cordprnt.c removed
4509:
4510: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4511: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4512: pa-include/pa_strings.h: includes cleanup
4513:
4514: * src/lib/md5/pa_md5c.c: headers cleanup
4515:
4516: 2013-07-20 moko
4517:
4518: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4519: cleanup
4520:
4521: 2013-07-19 moko
4522:
4523: * src/classes/math.C: extern "C" added for crypt
4524:
4525: 2013-07-18 moko
4526:
4527: * src/classes/math.C: fix redhat7.2 build
4528:
4529: 2013-07-17 moko
4530:
4531: * configure.in, src/include/pa_config_includes.h,
4532: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4533: added for uint8/32/64_t)
4534:
4535: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4536: pa_config_includes.h used for uint32/64_t
4537:
4538: 2013-07-16 moko
4539:
4540: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4541: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4542: war
4543:
4544: * src/main/compile.tab.C: compile.y was updated
4545:
4546: * src/main/compile.y: warning war
4547:
4548: * src/: include/pa_exception.h, main/pa_exception.C,
4549: main/pa_xml_exception.C: warning war
4550:
4551: * src/: include/pa_common.h, main/pa_common.C: warning war
4552:
4553: * configure.in: beauty :)
4554:
4555: * tests/: 141.html, results/141.processed: sha256/512 added
4556:
4557: 2013-07-13 moko
4558:
4559: * src/lib/md5/md5.vcproj: sha2 added
4560:
4561: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4562: classes/math.C: sha2 support (sha256/sha512 digest)
4563:
4564: 2013-07-08 moko
4565:
4566: * src/classes/image.C: directory read or other read problem message
4567: fixed (related to issue #933)
4568:
4569: 2013-07-07 moko
4570:
4571: * AUTHORS: + misha + moko. :)
4572:
4573: 2013-07-06 moko
4574:
4575: * src/: classes/curl.C, include/pa_globals.h,
4576: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4577: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4578: for lt_dlinit to be called once and lt_dlexit called at right
4579: place (related to issue #925)
4580:
4581: 2013-07-04 moko
4582:
4583: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4584: VString::as_vfile now uses vfile.set_binary_string to avoid
4585: content-type to be set, as it brokes badly designed logic in
4586: response output. This hopefully finishes issue #928.
4587:
4588: * tests/results/: 256.processed, 286.processed: file now displayed
4589: as name, size, mode, content-type
4590:
4591: * src/main/pa_common.C: read error now reported cottectly (fixes
4592: issue #933
4593:
4594: 2013-06-28 moko
4595:
4596: * tests/: 286.html, results/286.processed: test extended
4597:
4598: * tests/: 286.html, results/286.processed: Test for issue #928
4599: added. it tests default content-type change.
4600:
4601: * src/types/pa_vfile.C: closes issue #928 - default content-type
4602: now updated
4603:
4604: 2013-06-25 moko
4605:
4606: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4607: content-type for text/binary files without name added;
4608: ^file::create[$f;...] options now works properly and $f
4609: properties are default (fixes issue #928)
4610:
4611: 2013-05-16 misha
4612:
4613: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4614: added
4615:
4616: * src/main/pa_table.C: - a tiny memory optimisation while creating
4617: table if specified limit is bigger than source rows count
4618:
4619: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4620: added ( new feature: #858 )
4621:
4622: 2013-04-29 moko
4623:
4624: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4625: $.ipresolve(0|1|2) added (closes issue #891)
4626:
4627: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4628:
4629: 2013-04-24 moko
4630:
4631: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4632: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4633: types/pa_vmemcached.h: ^memcache.release[] added, calls
4634: memcached_quit (refs #893)
4635:
4636: 2013-04-22 moko
4637:
4638: * src/: include/pa_string.h, main/pa_common.C: no more double
4639: slashes in file path (fixes bug #872)
4640:
4641: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4642: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4643: #739)
4644:
4645: * tests/results/266.processed: $.max_params added (feature #915)
4646:
4647: * src/: include/pa_common.h, main/pa_http.C: response-charset
4648: option added to file::load (closes issue #867)
4649:
4650: 2013-04-20 misha
4651:
4652: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4653: commited
4654:
4655: 2013-03-15 misha
4656:
4657: * src/classes/: hash.C, table.C: - Optimisation: do not create
4658: multiple empty strings while ::sql. uae String::Empty instead
4659:
4660: 2013-03-14 misha
4661:
4662: * src/classes/reflection.C: - for user classes
4663: ^reflection:method_info[] returns $.max_params and $.extra_param
4664: with $.call_type if they available ( new feature: #915 )
4665:
4666: * src/classes/file.C: - ^file:delete[] now supports an option
4667: $.exception(false) that suppress any exception while deleting
4668: file ( new feature: #916 )
4669:
4670: * src/classes/curl.C: - parsing cookies after curl:load now should
4671: work :)
4672:
4673: 2013-03-12 misha
4674:
4675: * src/types/pa_vfile.C: - if specified file_name is empty string
4676: set default name for the file
4677:
4678: 2013-03-11 misha
4679:
4680: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4681: also available in $f.cookies
4682:
4683: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4684: moved to a separate method
4685:
4686: 2013-03-10 moko
4687:
4688: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4689: added
4690:
4691: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4692: removed (declared by autoconf)
4693:
4694: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4695: uint32_t define
4696:
4697: 2013-03-10 misha
4698:
4699: * src/classes/file.C: ^file:delete and ^file:move now support
4700: option $.keep-empty-dirs(true) ( new feature: #884 )
4701:
4702: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4703: empty dirs is added
4704:
4705: 2013-03-10 moko
4706:
4707: * src/classes/: bool.C, double.C, int.C: default can be present,
4708: but default check removed from ^int/double/bool.int/double/bool
4709: for string.int/double/bool compatibility (related to issue #913)
4710:
4711: * src/classes/string.C: ^string.int/dobule/bool no longer
4712: internally throws exception if default is present (closes issue
4713: #913)
4714:
4715: 2013-03-09 misha
4716:
4717: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4718: optimisations ( #845 )
4719:
4720: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4721:
4722: 2013-03-08 moko
4723:
4724: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4725: creates correct table (fixes issue #910)
4726:
4727: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4728: use outside of 'connect' operator (fixes issue #911)
4729:
4730: * tests/results/: 096.processed, 122.processed: test results
4731: updated as doubles now printed with 15 significant digits, not 5
4732: (fixes issue #882)
4733:
4734: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4735: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4736:
4737: 2013-02-21 moko
4738:
4739: * src/classes/table.C: _locate_name_value does not check arguments
4740: count, so we check it in advance (fixes issue #905)
4741:
4742: 2012-10-23 moko
4743:
4744: * buildall: old shell for and echo compatibility (for six)
4745:
4746: 2012-10-19 moko
4747:
4748: * buildall: --strip added --disable-safe-mode listed in usage
4749:
4750: 2012-10-17 misha
4751:
4752: * src/classes/op.C: - apply-taint should not throw "outside
4753: connect" exception with sql lang now
4754:
4755: 2012-10-17 moko
4756:
4757: * src/main/pa_request.C: bugfix: safe mode should be inited for
4758: each request (for apache module)
4759:
4760: 2012-09-26 moko
4761:
4762: * src/doc/doxygen.cfg: png -> svg
4763:
4764: 2012-09-25 moko
4765:
4766: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4767: test added
4768:
4769: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4770: double use when key is long
4771:
4772: 2012-09-16 moko
4773:
4774: * src/classes/math.C: Format -> Method Encode -> Format
4775:
4776: * tests/: 141.html, results/141.processed: math:digest hmac test
4777: added
4778:
4779: 2012-09-14 moko
4780:
4781: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4782: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4783: implementation added
4784:
4785: 2012-09-12 moko
4786:
4787: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4788: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4789: targets.dox and string.dox slightly actualized
4790:
4791: 2012-08-31 moko
4792:
4793: * ChangeLog: now generated with patched cvs2cl.pl
4794:
4795: 2012-07-29 moko
4796:
4797: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4798: result should be pushed after VMethodFrame destructor is called,
4799: as it deletes junctions from stack params (fixes issue #868)
4800:
4801: 2012-07-23 moko
4802:
4803: * INSTALL, README: buildall script usage documented, other outdated
4804: info updated.
4805:
4806: * buildall-with-xml, buildall-without-xml: replaced by buildall
4807:
4808: 2012-07-21 moko
4809:
4810: * buildall: glib does not compile when threads are disabled...
4811:
4812: * src/types/pa_vmail.C: g_assertion fixes for empty input
4813:
4814: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4815: unref, can't unref nested objects)
4816:
4817: * src/types/pa_vmail.C: another check added
4818:
4819: 2012-07-19 moko
4820:
4821: * buildall: usage added
4822:
4823: * buildall: new buildall script that unites buildall-with-xml,
4824: buildall-without-xml, --with-apache and --with-mailreceive
4825:
4826: * configure.in: support for static gmime and dynamic glib linking.
4827: fixes for FreeBSD
4828:
4829: 2012-07-17 moko
4830:
4831: * configure.in: --with-mailreceive replaced
4832: --with-static-mailreceive and --with-shared-mailreceive pathlink
4833: removed
4834:
4835: 2012-07-16 moko
4836:
4837: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4838: capitalized, content now decoded and text content converted to
4839: $request:charset. all properties are accessed by functions, this
4840: ready for dynamic load.
4841:
4842: 2012-06-28 moko
4843:
1.116 moko 4844: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4845: 32 bit
1.95 moko 4846:
4847: 2012-06-27 moko
4848:
4849: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4850: passive ftp
4851:
4852: * src/lib/ltdl/ltdl.vcproj: release build fixed
4853:
4854: * configure.in: 3.4.2 RC -> 3.4.2
4855:
4856: 2012-06-22 moko
4857:
4858: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4859: #815)
4860:
4861: * tests/: 284.html, results/284.processed: output options test
4862: (feature #265)
4863:
4864: 2012-06-22 misha
4865:
4866: * tests/215.html: - little changes
4867:
4868: 2012-06-21 moko
4869:
4870: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4871: types/pa_vxdoc.h: output_options returned and used (bugfix for
4872: feature #265)
4873:
4874: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4875: breaks long .*, default 10M restored. (issue #216)
4876:
4877: * tests/: 283.html, results/283.processed: test for issue #815
4878: added
4879:
4880: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4881: again, cstrm not required.
4882:
4883: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4884: Win32 and broken FreeBSD (issue #45)
4885:
4886: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4887:
4888: * src/main/pa_string.C: warnings war
4889:
4890: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4891: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4892: main/pa_socks.C, targets/apache/pa_threads.C,
4893: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4894: types/pa_vstatus.C: compilation under cygwin fixed
4895:
4896: 2012-06-19 moko
4897:
4898: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4899: Windows fixed
4900:
4901: * parser3.sln: removed antique pcre_ctype
4902:
4903: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4904:
4905: * src/include/pa_config_fixed.h: undefined reference to
4906: __imp__pcre_* fix for Windows
4907:
4908: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4909: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4910: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4911: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4912: define fixed
1.95 moko 4913:
4914: 2012-06-18 moko
4915:
4916: * src/classes/memcached.C: flush -> clear
4917:
4918: * src/classes/memcached.C: memcached does not support quotes even
4919: in server name
4920:
4921: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4922: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4923: called on open to check servers existance. $.key(true) syntax
4924: now supported
4925:
4926: 2012-06-17 moko
4927:
4928: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4929: cleanup
4930:
4931: * src/classes/table.C, tests/282.cfg, tests/282.html,
4932: tests/results/282.processed: encloser at the EOF bug fixed,
4933: incorrectly enclosed data now processed more logicaly (fixes
4934: #339)
4935:
4936: 2012-06-15 moko
4937:
4938: * buildall-without-xml: sync with buildall-with-xml
4939:
4940: * buildall-with-xml: download auto-detected between fetch and curl
4941:
4942: * configure.in: --with-gc and --with-pcre now also processed
4943: correctly
4944:
1.116 moko 4945: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4946: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4947: should be run on rol1 using automake / aclocal (GNU automake)
4948: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4949:
4950: * configure.in: new PARSER_VERSION logic
4951:
4952: * src/include/pa_version.h: new pa_version.h logic
4953:
4954: * src/: classes/curl.C, classes/file.C, classes/image.C,
4955: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4956: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4957: feols_normalized -> fis_text_content set_binary added
4958:
4959: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4960:
4961: 2012-06-15 misha
4962:
4963: * src/: classes/curl.C, classes/file.C, classes/image.C,
4964: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4965: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4966: ^file::create[text;content] EOLs in content now is normalized. (
4967: new feature: #815 )
4968:
4969: 2012-06-15 moko
4970:
4971: * configure.in: --disable-version-update added to disable version
4972: update with host information (for debian package) whitespace
4973: optimized
4974:
4975: * configure.in: version changed to 3.4.2 RC no-pic added for
4976: libtool
4977:
4978: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4979: it.
4980:
4981: 2012-06-14 moko
4982:
4983: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4984: tests/results/281.processed: "hash flocked" error removed for
4985: safe operations like ^h._count[] ( new feature: #335 )
4986:
1.116 moko 4987: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4988:
4989: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4990:
4991: * configure.in: --with-static/shared xml replaced with --with-xml,
4992: xml compilation check added
4993:
4994: * configure.in: --with-static/shared-gc, --with-static-pcre are
4995: replaced with --with-gc and --with-pcre test for pcre linking
4996: added
4997:
4998: 2012-06-13 moko
4999:
5000: * configure.in: apxs2 check optimized
5001:
5002: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
5003: .la, includes optimized
5004:
5005: * buildall-with-xml: --with-pic looks better for -fPIC
5006:
5007: * configure.in: switched to convenience library in static linking
5008:
5009: * src/targets/apache/Makefile.am: switched to convenience library
5010: usage to avoid libtool warnings
5011:
5012: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5013: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5014: smtp/Makefile.am: switched to convenience library usage
5015:
5016: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5017:
5018: * src/targets/apache/Makefile.am: updated for libtool usage
5019:
5020: * buildall-without-xml: --with-included-ltdl added
5021:
5022: * buildall-without-xml: sync with buildall-with-xml
5023:
5024: * buildall-with-xml: --with-included-ltdl added $cflags added for
5025: -fPIC for x64 $download added for wget success check added
5026:
5027: * buildall-without-xml: --with-dynamic-stdcpp removed
5028:
5029: * configure.in: disable-static returned
5030:
5031: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5032: LIBTOOLFLAGS
5033:
5034: 2012-06-12 moko
5035:
5036: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5037: compatible with LIBTOOLFLAGS for unknown reasons
5038:
5039: * buildall-with-xml: --with-dynamic-stdcpp removed
5040:
5041: * configure.in: static/dynamic -lstdc++ linking option removed
5042: apxs2 check added
5043:
5044: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5045: option removed
5046:
5047: 2012-06-10 moko
5048:
5049: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5050: added
5051:
5052: * src/targets/cgi/pp3.cmd: old PAF stuff
5053:
1.116 moko 5054: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5055: beauty
1.95 moko 5056:
5057: * depcomp: from libtool 2.4.2
5058:
5059: * configure.in: ltdl directory removed, it has correct Makefile.in
5060:
5061: 2012-06-09 moko
5062:
1.116 moko 5063: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5064: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5065: autogenerated files updated after libtool update
5066:
1.116 moko 5067: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5068: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5069: config_auto.h.in, config_fixed.h, configure, configure.ac,
5070: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5071: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5072: config/compile, config/config.guess, config/config.sub,
5073: config/depcomp, config/install-sh, config/ltmain.sh,
5074: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5075: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5076: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5077: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5078: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5079: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5080: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5081: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5082:
5083: * configure.in: preparation for new libtool
5084:
5085: * configure.in: Some beauty added :)
5086:
5087: * src/targets/apache/Makefile.am: := -> =
5088:
5089: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5090: again. :)
5091:
5092: * src/include/pa_config_includes.h, configure.in: limits.h added,
5093: previously was taken from pcre_internal.h. :)
5094:
5095: * src/lib/pcre/Makefile.am: config.h returned
5096:
5097: * src/lib/pcre/config.h: still need this. :)
5098:
5099: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5100:
5101: * configure.in: --with-charsets removed; --with-mysql-client & co
5102: removed
5103:
5104: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5105: now in parser tree, no need to copy
5106:
5107: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5108: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5109: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5110: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5111: extracts now used old trash removed
5112:
5113: * etc/parser3.charsets/Makefile.am: charsets now in share
5114: (debian/patches/104_automake.patch) + all charsets are copied
5115:
5116: * buildall-with-xml, buildall-without-xml: curl option removed +
5117: extra arguments now supported
5118:
5119: 2012-06-08 misha
5120:
5121: * src/classes/table.C: - one params.as_hash usage was rolled back:
5122: the 2nd option in ^table.hash[] could be hash or table so
5123: .as_hash will throw an exception when table option is specified
5124:
5125: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5126: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5127: classes/table.C, classes/void.C, classes/xdoc.C,
5128: include/pa_exception.h, types/pa_vmethod_frame.C,
5129: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5130: and improved (whitespaces are allowed as empty options) -
5131: MethodParams::as_table is added - above methods are used for
5132: parsing methods' options ( new feature: #9 )
5133:
5134: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5135: to vclass. now class fields can be accessible as a hash:
5136: $h[^hash::create[$asd:CLASS]]
5137:
5138: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5139: have get_fields method so their fields can be accessed with
5140: ^reflection:fields[...] & ^reflection:field[...]
5141:
5142: 2012-06-06 misha
5143:
5144: * tests/280.html: - tests for
5145: ^reflection:method[obj-or-class;method],
5146: ^reflection:field[obj-or-class;field] and
5147: ^reflection:fields[obj-or-class] are added
5148:
5149: 2012-06-05 misha
5150:
5151: * src/classes/reflection.C: - ^reflection:method[class or
5152: object;method name] and ^reflection:field[class or object;field
5153: name] are added
5154:
5155: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5156: is used
5157:
5158: * src/types/pa_method.h: - Method::as_vjunction method is added
5159:
5160: 2012-06-05 moko
5161:
1.116 moko 5162: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5163:
5164: * src/classes/memcached.C: flish ttl fixed
5165:
5166: 2012-06-04 moko
5167:
5168: * src/classes/json.C, src/classes/op.C, tests/279.html,
5169: tests/results/279.processed: ^json:parse[] now supports $.taint
5170: option (new feature #833)
5171:
5172: 2012-06-04 misha
5173:
5174: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5175: - search_stop method was moved from pa_vcookie.C to pa_common.C
5176:
5177: 2012-06-03 misha
5178:
5179: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5180: cookies are parced and stored into $.cookies ( new feature: #31 )
5181:
5182: 2012-05-30 misha
5183:
5184: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5185: incomplete class into a scope while @USE is found
5186:
5187: * src/main/compile.y: - add incomplete class into a scope while
5188: @USE and @CLASS instructions are found ( bugfix: #838 )
5189:
5190: 2012-05-30 moko
5191:
5192: * src/types/pa_vclass.C, tests/278.html,
5193: tests/results/278.processed: removed "property has no getter
5194: method" exception when GET_DEFAULT present (fixes #269)
5195:
5196: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5197: $._default
5198:
5199: 2012-05-29 moko
5200:
5201: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5202: uninitialized values usage (new feature: #154)
5203:
5204: 2012-05-28 moko
5205:
5206: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5207: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5208: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5209: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5210: src/types/pa_vobject.C, src/types/pa_vobject.h,
5211: src/types/pa_vstring.h, src/types/pa_vtable.C,
5212: tests/results/277.processed, src/types/pa_vtable.h,
5213: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5214: ^json:string[$o; $.default[$method]] implemented for VObject (new
5215: feature #803)
5216:
5217: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5218: tests/results/277.processed: json numbers are now treated as
5219: double ( new feature: #834 )
5220:
5221: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5222: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5223: added for out of range checks, zero division in vint/vdouble
5224: check added ( fixes #832 )
5225:
5226: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5227: ( fixes #832 )
5228:
5229: 2012-05-28 misha
5230:
5231: * buildall-with-xml: - --without-lzma option is added to libxml2
5232: configure
5233:
5234: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5235: added - tests for unsupported values for options $.file, $.table
5236: and $.date are added
5237:
5238: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5239: accepts "stat" $.file[] option's value in addition to existed
5240: "text" and "base64" ( new feature: #835 )
5241:
5242: * tests/276.html: - test for
5243: ^reflection:delete[$object-or-class;field-name]
5244:
5245: * src/classes/reflection.C: -
5246: ^reflection:delete[$object-or-class;field-name] is added ( new
5247: feature: #268 )
5248:
5249: 2012-05-27 misha
5250:
5251: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5252:
5253: 2012-05-24 misha
5254:
5255: * src/include/pa_common.h: - method lastposafter was removed
5256:
5257: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5258: lastposafter - ^file:dirname[] & Co proper handle windows file
5259: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5260: work as *nix commands
5261:
5262: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5263:
5264: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5265: rskipchars were added
5266:
5267: * tests/270.html: - more tests for ^file:find[]
5268:
5269: * tests/065.html: - more tests for ^file:dirname[] & Co
5270:
5271: * src/include/pa_version.h: - must be "win32" here. it is
5272: auto-generated on *nix
5273:
5274: 2012-05-24 moko
5275:
5276: * src/classes/math.C: ^math:convert[] now supports uint32 and
5277: throws overflow exception ( new feature: #830 )
5278:
5279: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5280: uint32 support and overflow added ( new feature: #830 )
5281:
5282: 2012-05-23 moko
5283:
5284: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5285: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5286: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5287: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5288: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5289: types/pa_vregex.h, types/pa_vstateless_class.C,
5290: types/pa_vstateless_class.h, types/pa_vstring.h,
5291: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5292: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5293: "return string as-is" removed from as_expr_result. ( new feature:
5294: #831 )
5295:
5296: * tests/results/244.processed: test changed after bug #782 fix
5297: commited
5298:
5299: * tests/results/229.processed: test results for bug #782 commited
5300:
5301: * tests/: 254.html, results/254.processed: uid now just compared,
5302: not printed. :)
5303:
5304: 2012-05-20 moko
5305:
5306: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5307: feature: #341 )
5308:
5309: * tests/: 254.html, results/254.processed: test for
5310: ^reflection:uid[] added
5311:
5312: * tests/: 254.html, results/254.processed: test for
5313: ^reflection:uid[$obj] added
5314:
5315: 2012-05-17 misha
5316:
5317: * src/main/untaint.C: - do not replace ' char by _26 while
5318: exploding filespec-tainting ( new feature: #829 )
5319:
5320: 2012-05-12 moko
5321:
5322: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5323: not.
5324:
5325: 2012-05-08 moko
5326:
5327: * src/types/pa_vmethod_frame.h: bug #782 fixed
5328:
5329: * tests/229.html: test for bug #782
5330:
5331: * tests/results/259.processed, src/main/pa_request.C,
5332: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5333: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5334: src/types/pa_vvoid.h: feature #154 - first empty param now
5335: string; defined locals are empty strings; $STRICT-VARS(true)
5336: added
5337:
5338: 2012-04-27 moko
5339:
1.116 moko 5340: * src/targets/apache/Makefile.am:
1.95 moko 5341: ../../lib/memcached/libmemcached.a added
5342:
5343: 2012-04-27 misha
5344:
5345: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5346: ( #827 )
5347:
5348: 2012-04-25 moko
5349:
5350: * src/: classes/json.C, classes/memcached.C,
5351: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5352: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5353: implemented.
5354:
5355: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5356:
5357: 2012-04-23 moko
5358:
5359: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5360: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5361: types/pa_vmemcached.h: open allows options hash for new
5362: memcached(options) function
5363:
5364: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5365: not appended
5366:
5367: 2012-04-21 moko
5368:
5369: * src/classes/curl.C: '' added. :)
5370:
5371: * src/classes/classes.vcproj: new curl.h location
5372:
5373: * src/classes/curl.C: verbose output redirection from stderr to
5374: file curl option added
5375:
5376: 2012-04-20 moko
5377:
5378: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5379: contains what we need from curl, #ifdef HAVE_CURL removed
5380:
1.116 moko 5381: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5382: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5383: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5384: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5385: configure option
5386:
5387: 2012-04-19 moko
5388:
5389: * src/: classes/double.C, classes/inet.C, classes/int.C,
5390: classes/string.C, lib/gc/include/gc_allocator.h,
5391: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5392: options from sql_result_string removed. (closes issue #468)
5393:
5394: * src/types/pa_vmemcached.C: empty string fix
5395:
5396: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5397: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5398: pa_vmemcached.C
5399:
5400: 2012-04-18 moko
5401:
5402: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5403: apache2-mpm-prefork" error displayed in threaded mpm.
5404:
5405: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5406: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5407: installed (issue #354)
5408:
5409: 2012-04-16 moko
5410:
5411: * src/types/pa_vmemcached.C: call to memcached_result_create and
5412: memcached_result_free removed
5413:
5414: 2012-04-14 moko
5415:
5416: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5417:
5418: * src/types/pa_vmemcached.C: check_key added and used
5419:
5420: 2012-04-13 moko
5421:
5422: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5423: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5424: Serialization_data now added and used, VString now serialized
5425: with languages into memcached.
5426:
5427: 2012-03-28 moko
5428:
5429: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5430: lib/memcached/pa_memcached.h: result lengths added
5431:
5432: 2012-03-27 moko
5433:
5434: * src/types/pa_vmemcached.C: strdup added
5435:
5436: 2012-03-24 moko
5437:
5438: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5439: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5440: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5441:
5442: 2012-03-20 moko
5443:
1.116 moko 5444: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5445:
5446: * src/targets/cgi/Makefile.am: cleanup
5447:
5448: * src/: types/Makefile.am, types/pa_vmemcached.C,
5449: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5450:
5451: * src/: classes/Makefile.am, classes/memcached.C,
5452: lib/memcached/Makefile.am, lib/memcached/constants.h,
5453: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5454: lib/memcached/types.h, lib/Makefile.am: memcached initial
5455:
5456: 2012-03-16 moko
5457:
5458: * src/main/execute.C: ident now works under Linux + ident displays
5459: filenames (closes issue #818)
5460:
1.116 moko 5461: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5462: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5463: pa_vmethod_frame_local.h removed
5464:
5465: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5466: classes/classes.h, classes/curl.C, classes/date.C,
5467: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5468: classes/hashfile.C, classes/image.C, classes/inet.C,
5469: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5470: classes/memory.C, classes/op.C, classes/reflection.C,
5471: classes/regex.C, classes/response.C, classes/string.C,
5472: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5473: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5474: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5475: include/pa_config_fixed.h, include/pa_config_includes.h,
5476: include/pa_dictionary.h, include/pa_dir.h,
5477: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5478: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5479: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5480: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5481: include/pa_request_charsets.h, include/pa_request_info.h,
5482: include/pa_sapi.h, include/pa_socks.h,
5483: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5484: include/pa_stack.h, include/pa_string.h,
5485: include/pa_stylesheet_connection.h,
5486: include/pa_stylesheet_manager.h, include/pa_table.h,
5487: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5488: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5489: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5490: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5491: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5492: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5493: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5494: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5495: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5496: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5497: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5498: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5499: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5500: main/pa_string.C, main/pa_stylesheet_connection.C,
5501: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5502: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5503: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5504: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5505: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5506: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5507: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5508: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5509: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5510: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5511: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5512: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5513: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5514: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5515: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5516: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5517: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5518: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5519: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5520: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5521: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5522: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5523: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5524: types/pa_vresponse.h, types/pa_vstateless_class.C,
5525: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5526: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5527: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5528: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5529: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5530: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5531: ident now works under Linux + ident displays filenames (closes
5532: issue #818) Copyright updated
5533:
5534: 2012-03-13 moko
5535:
5536: * src/main/pa_string.C: compilation fix for feature #741
5537:
5538: 2012-03-09 misha
5539:
5540: * tests/193.html: - tests for ^string:base64[encoded] are updated
5541:
5542: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5543: now detects invalid base64 chars in the middle of encoded stricg
5544: ( new feature: #55 )
5545:
5546: * src/include/pa_exception.h: - new exception type for base64
5547: decoding is added
5548:
5549: 2012-03-06 misha
5550:
5551: * tests/274.html: - tests for ^date::today[] and
5552: ^date.sql-string[datetime|date|time] are added
5553:
5554: * src/classes/date.C: - constructor ^date::today[] is added ( new
5555: feature: #811 ) - ^date.sql-string[] now can accept one param --
5556: strings "datetime", "date" or "time" - comments tidying up
5557:
5558: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5559: date and time
5560:
5561: 2012-03-03 misha
5562:
5563: * tests/193.html: - tests for
5564: ^string:base64[encoded;$.strict(true)] are added
5565:
5566: * tests/results/auto.p: - try-catch operator is added
5567:
5568: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5569: main/pa_common.C: - $.strict(true|false) option is added to
5570: base64 decode methods ( new feature: #55 )
5571:
5572: * src/main/pa_common.C: - base64 decode memory usage was decreased
5573: ( new feature: #819 )
5574:
5575: 2012-02-28 moko
5576:
5577: * src/classes/hash.C: ident test
5578:
5579: 2012-02-27 misha
5580:
5581: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5582:
5583: 2012-01-08 misha
5584:
5585: * tests/273.html: - tests for ^string.replace[from;to] are added
5586:
5587: * src/: classes/string.C, include/pa_dictionary.h,
5588: main/pa_dictionary.C, main/pa_string.C: -
5589: ^string.replace[from;to] is added ( new feature: #741 ) -
5590: ^string.replace[one subst here] is slightly optimized
5591:
5592: 2011-12-07 misha
5593:
5594: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5595: named table with one empty column ( bugfix: #63 )
5596:
5597: 2011-11-30 misha
5598:
5599: * src/classes/json.C: - it's possible to set user's method for
5600: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5601: #763 )
5602:
5603: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5604:
5605: 2011-11-23 misha
5606:
5607: * src/: classes/curl.C, classes/file.C, classes/image.C,
5608: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5609: types/pa_vfile.h, types/pa_vform.C: - constructor
5610: ^file::create[mode;filename;content[;options]] now accepts binary
5611: mode and file-content - new constructor's format:
5612: ^file::create[string-or-file-content[;$.name[filename]
5613: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5614: feature: #65 )
5615:
5616: * src/: include/pa_request.h, main/pa_request.C: - new method
5617: mime_type_of(const String*) is added
5618:
5619: * src/include/pa_exception.h: - new exception constant
5620: FILE_NAME_MUST_BE_SPECIFIED is added
5621:
5622: * src/classes/table.C: - bug with negative offset transformed into
5623: a feature. it means pointing to a row from the end of the table (
5624: new feature: #810 )
5625:
5626: 2011-11-19 misha
5627:
5628: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5629: â ìåòîäå _select ( new feature: #810 )
5630:
5631: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5632: options were specified together is simplified
5633:
5634: 2011-11-12 misha
5635:
5636: * src/main/pa_request.C: - forgotten fix for escaping filename in
5637: HTTP content-disposition header (a part of bug #361 )
5638:
5639: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5640: checks for ancestors' classes as well ( new feature: #456 )
5641:
5642: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5643: "without cycle" now have types "parser.break" and
5644: "parser.continue" instead of "parser.runtime" ( new feature: #799
5645: )
5646:
5647: 2011-11-11 misha
5648:
5649: * tests/results/: 099.processed, 100.processed, 205.processed,
5650: 237.processed: - since bug #361 was fixed the content of filename
5651: in HTTP headers is quoted
5652:
5653: * tests/results/270.processed: - result for test 270
5654:
5655: * tests/: 065.html, results/065.processed: - more tests for
5656: ^file:basename[] & Co were added
5657:
5658: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5659:
5660: * tests/270.html: - tests for ^file:find[] are added
5661:
5662: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5663: using option $.charset. option $.engoding is still supported but
5664: these options can not be specified together
5665:
5666: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5667: comparation charset name with string "UTF-8" ( bugfix: #759 )
5668:
5669: 2011-10-11 misha
5670:
5671: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5672: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5673: #622)
5674:
5675: 2011-09-30 misha
5676:
5677: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5678: exception "saving stat-ed file" ( bugfix: #395 )
5679:
5680: 2011-05-30 misha
5681:
5682: * src/classes/string.C: - fixed bug which was added with
5683: params.as_hash into string:sql
5684:
5685: 2011-05-29 misha
5686:
5687: * src/types/pa_value.C: - filename in content-disposition header
5688: must be quoted ( bugfix: #361 )
5689:
5690: 2011-05-27 misha
5691:
5692: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5693: created file
5694:
5695: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5696: usage
5697:
5698: * src/include/pa_exception.h: - one more string for exception was
5699: added
5700:
5701: 2011-05-25 misha
5702:
5703: * tests/269.html: - tests for checking input params in some dom
5704: methods
5705:
5706: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5707: was added. it isn't possible not wo create xdoc with invalid
5708: tagName. ( bugfix: #160 )
5709:
5710: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5711: string "data must be string" was mover from pa_exception.h to
5712: pa_xml_exception.h
5713:
5714: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5715: as_xmlncname, as_xmlname and as_xmlnsuri were added
5716:
5717: * src/main/pa_xml_exception.C: - XmlException accepts more options
5718:
5719: * src/include/pa_xml_exception.h: - XmlException accepts more
5720: options - XML-related exception's strings were added
5721:
5722: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5723: output_options were removed)
5724:
5725: 2011-05-19 misha
5726:
5727: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5728: params.as_hash is used more while parsing methods hash-options
5729:
5730: 2011-05-18 misha
5731:
5732: * operators.txt: - info about json-serialization of xdoc was added
5733:
5734: * tests/256.html: - tests for json-serialization xdoc were added
5735:
5736: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5737:
5738: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5739: classes/json.C, classes/xdoc.C: - now json:string can serialize
5740: xdoc-objects. options (the same as ^xdoc.string[]) could be
5741: specified in $.xdoc[] ( new feature: #265 )
5742:
5743: 2011-05-15 misha
5744:
5745: * tests/268.html: - tests for ^table.count[with options] were added
5746:
5747: * src/classes/table.C: - method ^table.count[] now can accept
5748: options ( new feature: #93 ): ^table.count[column] returns number
5749: of columns for named table; ^table.count[cells] returns number of
5750: cells in the current row; ^table.count[] & ^table.count[rows]
5751: return number of rows in a table.
5752:
5753: * tests/267.html: - test for checking switch/case in boolean mode
5754: was added
5755:
5756: * src/classes/op.C: - if switch's or case's value is bool, they are
5757: compared as bool values, not as double values: new feature: #351
5758:
5759: 2011-05-06 misha
5760:
5761: * tests/242.html: - EOL before EOF was added
5762:
5763: * tests/169.html: - tests for splitting empty string and void were
5764: added
5765:
5766: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5767: returned table with one empty cell)
5768:
5769: 2011-04-03 misha
5770:
5771: * src/include/pa_version.h, configure.in: - version in head was
5772: changed to 3.4.2b
5773:
5774: 2011-03-30 misha
5775:
5776: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5777: as well ( new feature #294 )
5778:
5779: 2011-03-29 misha
5780:
5781: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5782: limited to approx. 6 MB. previous limits were too big for real
5783: life. bugfix: #216
5784:
5785: 2011-03-04 moko
5786:
5787: * etc/parser3.charsets/cp866.cfg: Conforms to
5788: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5789:
5790: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5791: vlalek@
5792:
5793: 2011-02-22 misha
5794:
5795: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5796: be under #ifdef XML or parser can't be compiled without xml
5797: support
5798:
5799: 2011-02-21 misha
5800:
1.116 moko 5801: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5802: ApacheModuleParser3.vcproj was removed
5803:
5804: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5805: removed)
5806:
5807: 2011-02-20 misha
5808:
5809: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5810: $.overridden in ^reflection:method_info[...] were added
5811:
5812: * src/classes/reflection.C: - beautifying result of
5813: ^reflection:method_info[] ($.overridden/inherited)
5814:
5815: 2011-02-18 misha
5816:
5817: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5818: and pa_isalnum instead of isalpha and isalnum - bug with
5819: redundand quoting lowercased latin chars while building email
5820: body was fixed
5821:
5822: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5823: added (they check for latin chars only)
5824:
5825: 2011-02-16 misha
5826:
5827: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5828: string size for transcoding gave too small value (should ever
5829: look for availability char in dest charset inspite of the char
5830: size)
5831:
5832: 2011-02-04 moko
5833:
5834: * tests/223.html: header values now not url-encoded (issue #195)
5835:
5836: 2011-02-01 misha
5837:
5838: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5839:
5840: 2011-01-31 misha
5841:
5842: * src/main/pa_request.C: - throw exception if param file_name in
5843: use_file is empty
5844:
5845: 2011-01-08 moko
5846:
5847: * src/classes/curl.C: compilations errors fixed
5848:
5849: 2010-12-29 moko
5850:
5851: * tests/: 265.html, results/265.processed: test for issue #200
5852: added
5853:
5854: * src/main/pa_string.C: empty regex result check added (fixes issue
5855: #200)
5856:
5857: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5858:
5859: * tests/results/223.processed: header values now not url-encoded
5860: (issue #195)
5861:
5862: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5863: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5864: pa_http_safe_header_name added for headers names (fixes bug #195)
5865:
5866: 2010-12-18 misha
5867:
5868: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5869: => pa-include
5870:
5871: 2010-11-28 moko
5872:
5873: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5874:
5875: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5876: -> pa
5877:
5878: * configure.in: apr -> pa
5879:
5880: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5881:
5882: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5883: classes/Makefile.am, types/Makefile.am: apr -> pa
5884:
5885: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5886: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5887: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5888: pa-include/pa_apr.h, pa-include/pa_errno.h,
5889: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5890: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5891: module apr name conflict resolved)
5892:
5893: 2010-11-27 misha
5894:
5895: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5896: libbz2
5897:
5898: 2010-11-26 misha
5899:
5900: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5901: warnings removed
5902:
5903: 2010-11-25 moko
5904:
5905: * operators.txt: $.indent(true)
5906:
5907: * operators.txt: another bugfix. :)
5908:
5909: * operators.txt: bugfix. :)
5910:
5911: * buildall-with-xml: libxml2-2.7.8 + with-apache
5912:
5913: 2010-11-24 moko
5914:
1.116 moko 5915: * configure: apxs support
1.95 moko 5916:
5917: * configure.in: apxs support -Bstatic gc removed for OS X
5918:
5919: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5920:
5921: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5922: THREAD_LOCAL usage
5923:
5924: * src/: classes/curl.C, include/pa_config_includes.h,
5925: main/pa_globals.C: THREAD_LOCAL defined and used
5926:
5927: 2010-11-23 moko
5928:
5929: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5930: should be passed to pa_sleep, and only fractional part (bugfix:
5931: #188)
5932:
5933: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5934:
5935: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5936: GC_dont_gc=1, as in cgi version
5937:
5938: * src/targets/apache/mod_parser3.c: warning war
5939:
5940: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5941: pa_httpd.h: version removed, some trash removed
5942:
5943: * src/targets/apache/mod_parser3.c: version removed (we don't want
5944: to show it), warning war
5945:
5946: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5947: pa_httpd.h: parser_status_allowed removed + merge config
5948: functions removed (override is the default) + beauty
5949:
5950: * src/: include/pa_request.h, main/pa_request.C,
5951: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5952: hide $status used in apache module removed
5953:
5954: 2010-11-18 moko
5955:
5956: * operators.txt: $.table[compact] added for ^json:string[]
5957:
5958: 2010-11-16 moko
5959:
5960: * src/targets/apache/mod_parser3.c: some cleanup done
5961:
5962: * src/main/untaint.C: bugfix: first, second String::Body argument
5963: is hashcode; second, info.fragment_begin is original, not
5964: resulting length
5965:
5966: * src/classes/file.C: new feature: $.stdin now untainted
5967:
5968: * tests/results/264.processed: new feature: $.stdin[] now untainted
5969:
5970: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5971:
5972: * src/classes/op.C: ^apply-taint[] method added
5973:
5974: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5975: added; $.stdin untaint test added
5976:
5977: 2010-11-15 moko
5978:
5979: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5980: removed
5981:
5982: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5983: pa_httpd.h: 2x2 calculated under apache2. :)
5984:
5985: 2010-11-13 moko
5986:
5987: * src/targets/apache/mod_parser3.c: initial changes to build module
5988: with apache 2.x includes
5989:
5990: * src/targets/apache/: Makefile.am, mod_parser3.c,
5991: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5992: united apache 1.3 / apache 2.x DSO module
5993:
5994: 2010-11-09 moko
5995:
5996: * src/types/pa_method.h: check added to dissallow @method[name;*]
5997: syntax
5998:
5999: * tests/: 263.html, results/263.processed: test from method[*args]
6000: added
6001:
6002: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
6003: number of params can now be passed to a method declared with *arg
6004:
6005: 2010-11-06 moko
6006:
6007: * src/classes/table.C: formating fixed. :)
6008:
6009: * src/classes/table.C: closes #4: ^table.select now supports
6010: $.limit(), $.offset, $.reverse() options
6011:
6012: * tests/: 262.html, results/262.processed: test for ^table:select
6013: with options added (feature #4)
6014:
6015: * src/include/pa_array.h: remove function added
6016:
6017: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6018: object in get_element/put_element, using static one.
6019:
6020: 2010-11-04 moko
6021:
6022: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6023: options is passed
6024:
6025: * tests/: 256.html, results/256.processed: $.table[compact] feature
6026: now tested; k and p in handler now tested.
6027:
6028: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6029: $.table[compact] feature added
6030:
6031: * src/classes/json.C: key is now passed to handler in
6032: value_json_string; ^json:string result now process tainting
6033: inside and returns clean string, related to issue #153
6034:
6035: * src/main/untaint.C: bugfix: charset can be null (in
6036: ^string:save[] as example), thus check is added
6037:
6038: 2010-10-31 moko
6039:
6040: * src/classes/string.C: error message changed (fixes issue #149)
6041:
6042: 2010-10-29 moko
6043:
6044: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6045: port is not default (fixes issue #155); exception on invalid port
6046: added.
6047:
6048: * src/main/untaint.C: '*' is now not urlencoded to allow header
6049: "Accept: */*" to be passed
6050:
6051: 2010-10-28 moko
6052:
6053: * src/classes/curl.C: bugfix: detect_charset() was throwing
6054: exception on unknown charset even if response_charset was
6055: specified
6056:
6057: 2010-10-27 moko
6058:
6059: * src/classes/string.C: ^string.append removed for void
6060: compatibility
6061:
6062: 2010-10-26 moko
6063:
6064: * src/classes/json.C: libjson supports array at top level, we too
6065: (GPF fixed)
6066:
6067: 2010-10-25 moko
6068:
6069: * tests/: 253.html, results/253.processed: libjson supports array
6070: at top level, parser now supports it as well.
6071:
6072: * tests/261.html, tests/results/261.processed,
6073: src/types/pa_vstring.h: empty string is now void compatible
6074: (allows $empty.key)
6075:
6076: 2010-10-22 misha
6077:
6078: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6079: while adding additional expires checkout)
6080:
6081: * tests/030.html: - test for session cookie was added
6082:
6083: 2010-10-21 moko
6084:
6085: * src/: classes/string.C, classes/void.C, main/execute.C,
6086: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6087: string (feature #111)
6088:
6089: * tests/: 261.html, results/261.processed: checks void from string
6090: inheritance (feature #111)
6091:
6092: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6093: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6094: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6095: now true by default
6096:
6097: 2010-10-17 moko
6098:
6099: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6100: upload now uses binary blocks instead of L_FILE_POST tainting.
6101: (bugfix: #128)
6102:
6103: * tests/: 223.html, results/223.processed: binary file upload test
6104: added, GPF (issue #128) also checked in this test
6105:
6106: 2010-10-13 misha
6107:
6108: * tests/260.html: - test for math:convert
6109:
6110: * src/classes/math.C: - error in math:convert was fixed
6111:
6112: * operators.txt: - info about
6113: ^math:convert[number](from-base;to-base) was added
6114:
6115: * src/classes/math.C: - method
6116: ^math:convert[number](from-base;to-base) for converting number
6117: represention from one base to another was added ( new feature:
6118: #23 )
6119:
6120: 2010-10-13 moko
6121:
6122: * src/main/compile.tab.C: [] now is empty string, not void
6123:
6124: * src/main/compile.y: [] now is empty string, not void
6125:
6126: * src/types/pa_vvoid.h: void now passed as parameter
6127:
6128: * tests/: 259.html, results/259.processed: to test difference
6129: between void and empty string (see ticket #111)
6130:
6131: * tests/results/152.processed: $sEmpty[] is now empty string, not
6132: void
6133:
6134: * tests/256.html: $s[$void] is no longer empty string
6135:
6136: * tests/254.html: empty string is no longer void
6137:
6138: 2010-10-12 misha
6139:
6140: * src/types/pa_vcookie.C: - check if $.expires value can be
6141: converted to date during cookies set up ( bugfix: #104 )
6142:
6143: * tests/041.html: - more tests for ^table.locate were added
6144:
6145: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6146: work ( bugfix: #129 ) - exception comment for incorrect options
6147: ^table.locate[field;value;options] was fixed
6148:
6149: 2010-10-10 moko
6150:
6151: * src/: classes/reflection.C, main/execute.C: constructor returning
6152: another object feature returned
6153:
6154: * tests/results/258.processed: test result updated as constructor
6155: returning another object feature returned
6156:
6157: * tests/: 258.html, results/258.processed: test for constructor
6158: returning another object
6159:
6160: 2010-10-08 misha
6161:
6162: * tests/257.html: - whitespaces after @METACOMMANDS and their
6163: options shouldn't cause exceptions any longer
6164:
6165: 2010-10-06 moko
6166:
6167: * src/classes/: hash.C, table.C: length from sql server is now
6168: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6169:
6170: 2010-10-02 misha
6171:
6172: * operators.txt: - the X mark was removed from ^cache[file]. it is
6173: usable to delete cache file.
6174:
6175: 2010-10-02 moko
6176:
6177: * tests/: 253.html, results/253.processed: hook_key added for key
6178: checking
6179:
6180: * src/classes/json.C: null key bug fixed
6181:
6182: 2010-09-29 misha
6183:
6184: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6185:
6186: 2010-09-25 moko
6187:
6188: * src/classes/json.C: small fixed
6189:
6190: * tests/results/: 253.processed, 255.processed: just updated
6191:
6192: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6193: results/255.processed: charset transcode test added for
6194: json:parse
6195:
6196: 2010-09-24 moko
6197:
6198: * src/types/pa_value.h: warning war :)
6199:
6200: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6201: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6202: ^json:string
6203:
6204: 2010-09-22 moko
6205:
6206: * src/main/pa_charset.C: parser charset tables declare only
6207: white-space before 0x20, thus adding the missing chars
6208:
6209: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6210: to http://unicode.org/Public/MAPPINGS/VENDORS/
6211:
6212: 2010-09-21 misha
6213:
6214: * src/main/compile.y: - some semicolons were added (VS2010 don't
6215: want to compile grammar if they are absent)
6216:
6217: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6218:
6219: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6220:
6221: * src/main/main.vcproj: - path to bison is changed
6222:
6223: 2010-09-21 moko
6224:
1.116 moko 6225: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6226: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6227: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6228:
6229: 2010-09-20 misha
6230:
6231: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6232:
6233: * src/classes/json.C: - add EOL while json-serializing hash
6234:
6235: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6236: compilers don't like 'ES'.
6237:
6238: 2010-09-17 misha
6239:
6240: * operators.txt: - info about json class was added
6241:
6242: * src/classes/json.C: - ^json:string[object]
6243:
6244: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6245: preventing infinite recursion while executing json:string was
6246: added
6247:
6248: * src/include/pa_string.h: - method append_quoted was added
6249:
6250: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6251: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6252: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6253: was added to Value & Co
6254:
6255: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6256: were used
6257:
6258: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6259: were added
6260:
6261: 2010-09-10 moko
6262:
6263: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6264: die_or_abort (backport from 3.4.1)
6265:
6266: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6267: die_or_abort (bugfix: #106)
6268:
6269: 2010-09-09 moko
6270:
6271: * src/classes/json.C: warning war. :)
6272:
6273: 2010-09-08 misha
6274:
6275: * src/lib/json/Makefile.am: - additional include directories were
6276: added (for pa_memory.h and gc.h)
6277:
6278: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6279: compile as C++ instead default - additional include directory was
6280: added (for gc.h)
6281:
6282: * src/types/pa_vform.C: - little code reformating
6283:
6284: * src/classes/file.C: - $.content-type option now can be specified
6285: in ^file::create ( new feature: #102 )
6286:
6287: 2010-09-08 moko
6288:
6289: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6290: pa_malloc/pa_free
6291:
6292: 2010-09-07 moko
6293:
6294: * tests/results/254.processed: VStateless_class:put_element
6295: exception was fixed
6296:
6297: * src/types/: pa_value.h, pa_vstateless_class.h: now
6298: VStateless_class:put_element barks self.type, not this.type
6299: (bugfix: #105)
6300:
6301: 2010-09-06 moko
6302:
6303: * src/classes/reflection.C: bugfix: new String() is required for
6304: exception handling
6305:
6306: * tests/: 254.html, results/254.processed: test modified
6307:
6308: 2010-09-05 moko
6309:
6310: * tests/: 254.html, results/254.processed: ^reflection:copy test
6311: added
6312:
6313: * src/: classes/reflection.C, include/pa_request.h:
6314: ^reflection:copy implemented (new feature: #100)
6315:
6316: 2010-09-03 moko
6317:
6318: * src/lib/json/JSON_parser.C: c++ compatiblity
6319:
6320: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6321: option testing added
6322:
6323: 2010-09-02 moko
6324:
6325: * src/classes/json.C: $.distinct[first|last|all] added
6326:
6327: 2010-09-01 moko
6328:
6329: * tests/results/253.processed: json test result
6330:
6331: * tests/: 253.html, 253_json.txt: json test added
6332:
6333: * src/classes/json.C: json.C update to actual version + hash key
6334: creation bugfix
6335:
6336: 2010-08-31 misha
6337:
6338: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6339: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6340: src/lib/Makefile.am, src/classes/Makefile.am,
6341: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6342: json library was added
6343:
6344: 2010-08-30 moko
6345:
6346: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6347: types/pa_vobject.C: cosmetic optimization in
6348: request:execute_method usage
6349:
6350: * src/: include/pa_charset.h, main/pa_charset.C: small
6351: optimization, just to decrease number of lines. :)
6352:
6353: 2010-08-27 misha
6354:
6355: * src/classes/op.C: - taint[json] was added
6356:
6357: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6358: were added
6359:
6360: * src/main/pa_exec.C: - warning fix was rolled back.
6361:
6362: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6363: include/pa_string.h: - taint[json] was added - escaping was
6364: slightly modified
6365:
6366: 2010-08-25 misha
6367:
6368: * src/classes/file.C: - typo in file:sql exception was fixed
6369:
6370: * src/main/pa_exec.C: - warning about declared and not used
6371: variable forced_allow was removed
6372:
6373: 2010-08-14 misha
6374:
6375: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6376: were removed
6377:
6378: 2010-08-11 moko
6379:
6380: * tests/: 249.html, results/249.processed: default setter and
6381: anti-recursive default getter test added
6382:
6383: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6384: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6385: types/pa_vobject.h, types/pa_vstateless_class.C,
6386: types/pa_vstateless_class.h: default setter support +
6387: anti-recursive default getter support ( new feature: #13 )
6388:
6389: * src/include/pa_hash.h: optimization: threshold member removed
6390: from hash, reducing sizeof(hash)
6391:
6392: 2010-08-10 misha
6393:
6394: * tests/196.html: - junction-method was added to the test
6395:
6396: * tests/248.html: - ups. typo :)
6397:
6398: * tests/248.html: - test for checking .match with 4 params
6399:
6400: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6401: 247_windows1251.txt: - test for "transcode file from utf-8 to
6402: $request:charset during loading if the BOM code is detected"
6403:
6404: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6405: $request:charset during loading if the BOM code is detected ( new
6406: feature: #98 )
6407:
6408: 2010-08-05 misha
6409:
6410: * src/classes/image.C: - ^image.replace now can accept only 2
6411: params. in this case the whole image is affected ( new feature:
6412: #95 )
6413:
6414: 2010-08-04 misha
6415:
6416: * tests/246.html: - test tor ^hash._at[] was added
6417:
6418: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6419: #53 )
6420:
6421: * src/include/pa_hash.h: - methods for accessing the first and the
6422: last values of ordered hash were added (first_value and
6423: last_value)
6424:
6425: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6426: (similar to others file's methods):
6427: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6428: #68 )
6429:
6430: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6431:
6432: 2010-08-01 moko
6433:
6434: * src/classes/op.C: to correctly process $result[] in code, called
6435: from ^process
6436:
6437: * tests/245.html: $result in ^process[] test added
6438:
6439: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6440: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6441: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6442: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6443: caller, self) op_call(VMethodFrame &frame, bool constructing)
6444: removed, construct(class,method) added
6445:
6446: * tests/results/: 192.processed, 244.processed: request::construct
6447: added
6448:
6449: * tests/: 244.html, 245.html, results/244.processed,
6450: results/245.processed: object creation exceptions and ^process
6451: tests added
6452:
6453: 2010-07-28 misha
6454:
6455: * tests/make_tests.cmd: - win32 EOLs
6456:
6457: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6458: tests on Win32 were added (The system timezone should be GMT+3)
6459:
6460: 2010-07-26 misha
6461:
6462: * tests/: 212.html, results/212.processed: - sizes were removed
6463: mecause they could be different on different OSs
6464:
6465: * tests/065.html: - make it "win32 friendly"
6466:
6467: 2010-07-25 misha
6468:
6469: * src/main/compile.y: - all EOLs between methods are removed during
6470: compilation ( new feature: #47 )
6471:
6472: * tests/results/149.processed: - prepare tests to trim trailing
6473: methods' EOLs
6474:
6475: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6476:
6477: * tests/: results/006.processed, results/014.processed, 006.html,
6478: 014.html, 022.html: - prepare tests to trim trailing methods'
6479: EOLs
6480:
6481: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6482: results/071.processed, results/022.processed: - prepare tests to
6483: trim trailing methods' EOLs
6484:
6485: * tests/: results/073.processed, results/109.processed,
6486: results/142.processed, results/144.processed,
6487: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6488: 144.html: - prepare tests to trim trailing methods' EOLs
6489:
6490: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6491: 149.html, 152.html, results/096.processed, results/107.processed,
6492: results/109.processed, results/142.processed,
6493: results/144.processed: - prepare tests to trim trailing methods'
6494: EOLs
6495:
6496: 2010-07-24 moko
6497:
6498: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6499: the hash order in this test
6500:
6501: * tests/014.html: to check hash order, hash no is longer sorted
6502: before print
6503:
6504: * src/include/pa_hash.h: hash copy constructor now keeps order
6505: (bugfix: #54)
6506:
6507: 2010-07-23 moko
6508:
6509: * tests/results/224.processed: @auto[] is no longer inherited
6510:
6511: * src/types/pa_vstateless_class.C, tests/227.html,
6512: tests/results/227.processed: @auto[] is no longer inherited
6513: (bugfix: #57)
6514:
6515: 2010-07-22 misha
6516:
6517: * src/classes/table.C: - don't skip comment lines during
6518: table::load if encloser or separator is set as '#' ( new feature:
6519: #30 )
6520:
6521: * src/targets/cgi/parser3.C: - don't run as cgi if
6522: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6523: #12 )
6524:
6525: * src/classes/file.C: - set PARSER_VARSION env before external
6526: script executing
6527:
6528: 2010-07-13 misha
6529:
6530: * tests/058.html: - test for suppressing @border was added - test
6531: for user attribute was added
6532:
6533: * tests/results/186.processed: unescaping from \uXXXX
6534:
6535: * tests/186.html: unescaping from \uXXXX
6536:
6537: * tests/: 239.html, results/239.processed: method call type
6538:
6539: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6540: $junction_method.CLASS_NAME (+CLASS)
6541:
6542: 2010-07-07 misha
6543:
6544: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6545: *nix
6546:
6547: 2010-07-05 misha
6548:
6549: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6550: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6551: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6552: comment strings "options must be hash", "options must be hash,
6553: not code" and "called with invalid option" were replaced by
6554: constatns - exception comment string "invalid option passed" was
6555: replaced by "called with invalid option" (now in different
6556: methods are the same exception comment string)
6557:
6558: * src/include/pa_exception.h: - more exception strings were defined
6559:
6560: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6561: types/pa_vstateless_class.h: - now we can define possible
6562: method's call type ( new feature: #5 ) 1.
6563: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6564: methods 2. @static:method[params] (only static keyword could be
6565: used here) -- for specified methods
6566:
6567: * src/main/pa_common.C: - junction points should not be deleted on
6568: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6569: cleanup
6570:
6571: 2010-07-03 misha
6572:
6573: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6574: results/158.processed, results/160.processed,
6575: results/161.processed, results/162.processed,
6576: results/163.processed: - prepare tests to trim trailing methods'
6577: EOLs
6578:
6579: * tests/results/169.processed: - prepare tests to trim trailing
6580: methods' EOLs
6581:
6582: * tests/results/: 168.processed, 169.processed: - prepare tests to
6583: trim trailing methods' EOLs
6584:
6585: * tests/: results/170.processed, results/167.processed,
6586: results/168.processed, results/169.processed, 167.html, 168.html,
6587: 169.html: - prepare tests to trim trailing methods' EOLs
6588:
6589: * tests/: results/170.processed, results/171.processed,
6590: results/172.processed, results/173.processed,
6591: results/174.processed, results/175.processed, 170.html, 171.html,
6592: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6593: trailing methods' EOLs
6594:
6595: * tests/: results/176.processed, results/180.processed,
6596: results/184.processed, results/185.processed,
6597: results/191.processed, results/192.processed,
6598: results/196.processed, results/197.processed,
6599: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6600: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6601: to trim trailing methods' EOLs
6602:
6603: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6604: results/199.processed, results/208.processed,
6605: results/209.processed, results/213.processed,
6606: results/214.processed: - prepare tests to trim trailing methods'
6607: EOLs
6608:
6609: 2010-06-29 misha
6610:
6611: * tests/: 220.html, 218.html, results/218.processed,
6612: results/215.processed, results/217.processed, 215.html, 217.html:
6613: - prepare tests to trim trailing methods' EOLs
6614:
6615: * tests/: results/224.processed, 224.html, 223.html,
6616: results/223.processed, results/220.processed: - prepare tests to
6617: trim trailing methods' EOLs
6618:
6619: * tests/results/: 226.processed, 230.processed: - prepare tests to
6620: trim trailing methods' EOLs
6621:
6622: * tests/: 229.html, results/229.processed: - prepare tests to trim
6623: trailing methods' EOLs
6624:
6625: * tests/: 232.html, 235.html, results/232.processed,
6626: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6627: results/226.processed, results/227.processed,
6628: results/228.processed, results/230.processed: - prepare tests to
6629: trim trailing methods' EOLs
6630:
6631: 2010-06-16 moko
6632:
6633: * tests/: 229.html, results/229.processed: elseif now supported in
6634: ^if
6635:
6636: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6637:
6638: 2010-06-03 misha
6639:
6640: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6641: instead of memcopy for overlaped regions
6642:
6643: 2010-05-25 misha
6644:
6645: * src/main/pa_common.C: - wanring about unused vars was removed
6646:
6647: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6648: get_method_filename was moved to execute.C
6649:
6650: 2010-05-23 misha
6651:
6652: * src/main/pa_request.C: - more accurate detection of method's file
6653:
6654: 2010-05-22 misha
6655:
6656: * src/classes/reflection.C: - bugfix: core during detection of
6657: .file if filespec isn't detected successfully
6658:
6659: 2010-05-20 misha
6660:
6661: * src/main/pa_request.C: - fix in get_method_filename
6662:
6663: * src/include/pa_request.h: - new feature: #24 -- searching
6664: included file in @USE/^use is changed. if its filespec doesn't
6665: start from '/' it will be searched in caller file directory
6666:
6667: * src/classes/reflection.C: - ^reflection:method_info returns file
6668: where the method is defined
6669:
6670: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6671: classes/op.C: - new feature: #24 -- searching included file in
6672: @USE/^use is changed. if its filespec doesn't start from '/' it
6673: will be searched in caller file directory
6674:
6675: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6676: is moved to pa_common.h
6677:
6678: 2010-05-18 misha
6679:
6680: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6681: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6682: cookie parser decode \uXXXX as well as %uXXXX
6683:
6684: 2010-05-17 misha
6685:
6686: * src/classes/curl.C: beauty: - unused param is removed in method
6687: _curl_version_action - some spaces were removed or replaced by
6688: tabs
6689:
6690: * src/classes/table.C: - bugfix: #72 core with empty value during
6691: ^table.hash[...;name_of_the_last_column][$.type[string]]
6692:
6693: 2010-05-16 misha
6694:
6695: * src/classes/curl.C: new: #61 more curl options were added
6696: (contributed by Sumo)
6697:
6698: 2010-04-29 pretender
6699:
6700: * src/main/pa_string.C: fixes #63 Split result from empty string
6701: now empty string.
6702:
6703: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6704: string type.
6705:
6706: 2010-04-28 pretender
6707:
6708: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6709: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6710: macrodefinition removed
6711:
6712: 2010-04-19 pretender
6713:
6714: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6715: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6716:
6717: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6718: fixes #64 Now file.missing exception generates in unsafe mode to.
6719:
6720: * src/classes/file.C: fixes #48 Now not throw "not save environment
6721: variable" exception in grpunlim version.
6722:
6723: 2010-04-05 misha
6724:
6725: * src/classes/string.C: - new feature: 4th param was added to
6726: match. if specified its value is returned in case of nothing was
6727: found
6728:
6729: 2010-04-01 misha
6730:
6731: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6732: multiple execution of /a/b/auto.p
6733:
6734: 2010-03-19 misha
6735:
6736: * src/main/execute.C: - core in $table1.$table2 was fixed
6737:
6738: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6739:
6740: 2010-01-27 misha
6741:
6742: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6743: trying to open file by path /existing-file/non-exixting-file
6744:
6745: 2010-01-26 misha
6746:
6747: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6748: was added (returns file)
6749:
6750: 2009-12-22 misha
6751:
6752: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6753: now parser doesn't have class curl if it was built without it
6754:
6755: 2009-12-15 misha
6756:
6757: * configure.in: - little cheat with curl include dir was added
6758:
6759: 2009-12-05 misha
6760:
6761: * src/classes/curl.C: - some fixes
6762:
6763: 2009-12-04 misha
6764:
6765: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6766: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6767: buildall-with-xml, buildall-without-xml, configure.in: - curl
6768: class was added
6769:
6770: * src/include/pa_hash.h: - hash-iterator was added
6771:
6772: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6773: was added to pcre
6774:
6775: 2009-11-27 misha
6776:
6777: * src/classes/image.C: - don't add @border attribute to output of
6778: ^image.html[] if it was specified by user with empty value
6779:
6780: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6781: root element and we are trying to access .documentElement
6782:
6783: 2009-11-11 misha
6784:
6785: * src/classes/table.C: - in ^table.flip[] look at number of columns
6786: instead of number of items in first row for named tables
6787:
6788: 2009-11-10 misha
6789:
6790: * operators.txt: - info about hash-options in ^file::create was
6791: added
6792:
6793: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6794: added
6795:
6796: 2009-11-09 misha
6797:
6798: * buildall-with-xml: - moving to libxml 2.7.6
6799:
6800: * tests/236.html: - tests for comparations cords with functions
6801: were added
6802:
6803: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6804: added
6805:
6806: * src/main/pa_http.C: - little optimisation
6807:
6808: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6809: GPF mallocs + stringstream (table.save)
6810:
6811: * src/classes/file.C: - file::create now accepts 4th param: options
6812: with $.charset
6813:
6814: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6815: bug in cord (comparation cords with functions was buggy)
6816:
6817: 2009-11-06 misha
6818:
6819: * src/main/pa_string.C: - bugfix: calculation string.length
6820: sometimes was buggy
6821:
6822: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6823: destroyed if exception occured during match/replace
6824:
6825: * src/: main/pa_charset.C, include/pa_charset.h: - method
6826: lengthUTF8Char was added
6827:
6828: * src/classes/op.C: - clean tainting lang was added for user's
6829: usage
6830:
6831: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6832: fixed: checkouts are required after GC_MALLOC
6833:
6834: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6835:
6836: * operators.txt: - actually, there is no ^untaint[xml] in
6837: file::create
6838:
6839: 2009-10-15 misha
6840:
6841: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6842: were added
6843:
6844: * tests/234.html: - more tests for checking ^taint[uri] escaping
6845: were added
6846:
6847: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6848: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6849: hacking: for dealing with transcoding+^taint[uri]
6850: transcode_and_untaint was replaced by untaint_and_transcode
6851:
6852: 2009-10-13 misha
6853:
6854: * tests/: 121.html, results/121.processed: - test transcoding +
6855: url-escaping now
6856:
6857: * tests/results/auto.p: - more helpers' methods were added
6858:
6859: * src/main/pa_globals.C: - die instead of abort
6860:
6861: 2009-10-06 misha
6862:
6863: * src/main/pa_common.C: - don't allocate memory during
6864: capitalization if input string is already capitalized
6865:
6866: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6867:
6868: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6869: use format function because it calls malloc
6870:
6871: * src/include/pa_common.h: - more capitalized headers were added
6872:
6873: * src/main/pa_common.C: - in safe mode clear executable bits during
6874: file writing
6875:
6876: 2009-10-05 misha
6877:
6878: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6879:
6880: 2009-10-03 misha
6881:
6882: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6883: ^img.text[] & ^img.length[] can work in utf-8 now
6884:
6885: * src/: include/pa_charset.h, main/pa_charset.C: - class
6886: UTF8_string_iterator was added
6887:
6888: * src/classes/image.C: - respect utf-8 when calculate alphabet
6889: length
6890:
6891: * src/classes/mail.C: - check from before get message.cstr
6892:
6893: 2009-10-02 misha
6894:
6895: * tests/233.html: - test for image.font, image.length, image.text
6896: with text in utf-8 were added
6897:
6898: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6899:
6900: * buildall-with-xml, buildall-without-xml: - comment about gc
6901: version for freebsd 4 was added
6902:
6903: 2009-10-01 misha
6904:
6905: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6906: terminator) - read_pipe were slightly optimized
6907:
6908: 2009-09-28 misha
6909:
6910: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6911: removed
6912:
6913: * src/types/pa_vmail.C: - forgot about space after ':'
6914:
6915: * src/types/pa_vmail.C: - escape filenames while preparing mail
6916: body - small simplifications
6917:
6918: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6919: inout params like pa_base64
6920:
6921: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6922: option $.debug-print(1) was added to mail:send - changes for
6923: using uue_encode which uses less memory
6924:
6925: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6926:
6927: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6928: memory now
6929:
6930: 2009-09-26 misha
6931:
6932: * src/types/pa_vmail.C: - default encoding now is base64
6933:
6934: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6935:
6936: 2009-09-25 misha
6937:
6938: * src/types/pa_vmail.C: - capitalization of headers was added to
6939: sending mail as well
6940:
6941: * buildall-with-xml: - catalog package was removed from libxml
6942:
6943: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6944: win32 absolute path
6945:
6946: * src/include/pa_common.h: - one more capitalized header was added
6947:
6948: 2009-09-22 misha
6949:
6950: * INSTALL: - comment about building just httpd binary while
6951: building apache module was added
6952:
6953: 2009-09-21 misha
6954:
6955: * buildall-with-xml: - moving to the latest versions of xml libs:
6956: libxml 2.7.4 and libxslt 1.1.25
6957:
6958: 2009-09-19 misha
6959:
6960: * tests/231.html: - test for encoding cookie in win-1251
6961:
6962: 2009-09-18 misha
6963:
6964: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6965: object] were added
6966:
6967: * operators.txt: - info about method ^reflection:fields[class or
6968: object] was added
6969:
6970: * src/classes/reflection.C: - method ^reflection:fields[class or
6971: object] was added
6972:
6973: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6974: methods get_fields were added
6975:
6976: * tests/232.html: - tests for @GET[name]
6977:
6978: * src/classes/table.C: - some changes in handling hash-options for
6979: creare, join and locate
6980:
6981: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6982: defined with option: the type of requested value
6983:
6984: 2009-09-17 misha
6985:
6986: * tests/212.html: - tests for .pattern and .options were added
6987:
6988: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6989: $regex.options were added
6990:
6991: 2009-09-11 misha
6992:
6993: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6994: rewrited. it checks not just one case of sending cookies during
6995: file::load[http], but also sending headers and fields (including
6996: files)
6997:
6998: 2009-09-10 misha
6999:
7000: * src/main/untaint.C: - workaround in file-spec lang for old Macs
7001: was removed => now parser can open files with Russian 'r' in
7002: filename
7003:
7004: * src/main/untaint.C: - bugfix: client charset whould be analized
7005: while escaping cookies but now source charset
7006:
7007: * src/main/pa_http.C: - bugfix: the values of http headers didn't
7008: ^tainted[uri] so it was possible to make request with incorrect
7009: http header
7010:
7011: * src/main/pa_http.C: - capitalization of http headers during
7012: file::load[http was slightly changes - bugfix: all headers which
7013: parser sends during file::load[http should be transcoded and only
7014: then escaped
7015:
7016: * src/main/untaint.C: - a bit more comments were added
7017:
7018: * src/classes/: file.C, string.C: - types where changes (minus 2
7019: warnings)
7020:
7021: * src/include/pa_common.h: - 2 capitalized strings for making http
7022: headers during file::load[http were added
7023:
7024: 2009-09-08 misha
7025:
7026: * operators.txt: - changes in file.save and string.save were added
7027:
7028: * tests/: 230.html, 230.txt: - tests for checking options in
7029: file.save and string.save were added
7030:
7031: * src/main/pa_request.C: - http headers names, which are passed to
7032: SAPI::add_header_attribute are lowercased now (it'll be
7033: capitalized in that method)
7034:
7035: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7036: classes/string.C: - file_write accepts Request_charsets and asked
7037: charset and cound transcode content before writing - string.save
7038: and file.save have option $.charset now
7039:
7040: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7041: classes/xdoc.C: - file_write accepts Request_charsets and asked
7042: charset and cound transcode content before writing
7043:
7044: * src/include/pa_exception.h: - new exception comment string was
7045: defined
7046:
7047: 2009-09-07 misha
7048:
7049: * src/main/compile.y: - grammar $name\ name stops now for regex
7050: sub-pattern\s
7051:
7052: 2009-09-04 misha
7053:
7054: * src/main/pa_http.C: - capitalization of http headers during
7055: file::load[http was implemented
7056:
7057: 2009-09-03 misha
7058:
7059: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7060: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7061: types/pa_vmail.C, targets/cgi/parser3.C,
7062: targets/isapi/parser3isapi.C: - back to storing response http
7063: headers in lowercase - capitalize them during output
7064:
7065: 2009-08-31 misha
7066:
7067: * src/classes/table.C: - allow call with any brackets (it could be
7068: useful in methods with explict result declaration)
7069:
7070: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7071: correctly if $request:charset==koi8-r
7072:
7073: 2009-08-30 misha
7074:
7075: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7076: changed: content-type => Content-type and so on
7077:
7078: * src/classes/file.C, src/include/pa_common.h,
7079: src/include/pa_request.h, src/main/pa_http.C,
7080: src/main/pa_request.C, src/types/pa_vcookie.C,
7081: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7082: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7083: tests/results/002.processed, tests/results/003.processed,
7084: tests/results/004.processed, tests/results/005.processed,
7085: tests/results/006.processed, tests/results/007.processed,
7086: tests/results/008.processed, tests/results/009.processed,
7087: tests/results/010.processed, tests/results/011.processed,
7088: tests/results/012.processed, tests/results/013.processed,
7089: tests/results/014.processed, tests/results/015.processed,
7090: tests/results/016.processed, tests/results/017.processed,
7091: tests/results/018.processed, tests/results/019.processed,
7092: tests/results/020.processed, tests/results/021.processed,
7093: tests/results/022.processed, tests/results/023.processed,
7094: tests/results/024.processed, tests/results/025.processed,
7095: tests/results/026.processed, tests/results/027.processed,
7096: tests/results/028.processed, tests/results/029.processed,
7097: tests/results/030.processed, tests/results/031.processed,
7098: tests/results/032.processed, tests/results/033.processed,
7099: tests/results/034.processed, tests/results/035.processed,
7100: tests/results/036.processed, tests/results/037.processed,
7101: tests/results/038.processed, tests/results/039.processed,
7102: tests/results/040.processed, tests/results/041.processed,
7103: tests/results/042.processed, tests/results/043.processed,
7104: tests/results/044.processed, tests/results/045.processed,
7105: tests/results/046.processed, tests/results/047.processed,
7106: tests/results/048.processed, tests/results/049.processed,
7107: tests/results/050.processed, tests/results/051.processed,
7108: tests/results/052.processed, tests/results/053.processed,
7109: tests/results/054.processed, tests/results/055.processed,
7110: tests/results/056.processed, tests/results/057.processed,
7111: tests/results/058.processed, tests/results/059.processed,
7112: tests/results/060.processed, tests/results/061.processed,
7113: tests/results/062.processed, tests/results/063.processed,
7114: tests/results/064.processed, tests/results/065.processed,
7115: tests/results/066.processed, tests/results/067.processed,
7116: tests/results/068.processed, tests/results/069.processed,
7117: tests/results/070.processed, tests/results/071.processed,
7118: tests/results/072.processed, tests/results/073.processed,
7119: tests/results/074.processed, tests/results/075.processed,
7120: tests/results/076.processed, tests/results/077.processed,
7121: tests/results/078.processed, tests/results/079.processed,
7122: tests/results/080.processed, tests/results/081.processed,
7123: tests/results/082.processed, tests/results/083.processed,
7124: tests/results/084.processed, tests/results/085.processed,
7125: tests/results/086.processed, tests/results/087.processed,
7126: tests/results/088.processed, tests/results/089.processed,
7127: tests/results/090.processed, tests/results/091.processed,
7128: tests/results/092.processed, tests/results/093.processed,
7129: tests/results/094.processed, tests/results/095.processed,
7130: tests/results/096.processed, tests/results/097.processed,
7131: tests/results/098.processed, tests/results/099.processed,
7132: tests/results/100.processed, tests/results/101.processed,
7133: tests/results/102.processed, tests/results/103.processed,
7134: tests/results/104.processed, tests/results/105.processed,
7135: tests/results/106.processed, tests/results/107.processed,
7136: tests/results/108.processed, tests/results/109.processed,
7137: tests/results/110.processed, tests/results/111.processed,
7138: tests/results/112.processed, tests/results/113.processed,
7139: tests/results/114.processed, tests/results/115.processed,
7140: tests/results/116.processed, tests/results/117.processed,
7141: tests/results/118.processed, tests/results/119.processed,
7142: tests/results/120.processed, tests/results/121.processed,
7143: tests/results/122.processed, tests/results/123.processed,
7144: tests/results/124.processed, tests/results/125.processed,
7145: tests/results/126.processed, tests/results/127.processed,
7146: tests/results/128.processed, tests/results/129.processed,
7147: tests/results/130.processed, tests/results/131.processed,
7148: tests/results/132.processed, tests/results/133.processed,
7149: tests/results/134.processed, tests/results/135.processed,
7150: tests/results/136.processed, tests/results/138.processed,
7151: tests/results/139.processed, tests/results/140.processed,
7152: tests/results/141.processed, tests/results/142.processed,
7153: tests/results/143.processed, tests/results/144.processed,
7154: tests/results/145.processed, tests/results/146.processed,
7155: tests/results/147.processed, tests/results/148.processed,
7156: tests/results/149.processed, tests/results/150.processed,
7157: tests/results/151.processed, tests/results/152.processed,
7158: tests/results/153.processed, tests/results/154.processed,
7159: tests/results/155.processed, tests/results/156.processed,
7160: tests/results/157.processed, tests/results/158.processed,
7161: tests/results/159.processed, tests/results/160.processed,
7162: tests/results/161.processed, tests/results/162.processed,
7163: tests/results/163.processed, tests/results/164.processed,
7164: tests/results/165.processed, tests/results/166.processed,
7165: tests/results/167.processed, tests/results/168.processed,
7166: tests/results/169.processed, tests/results/170.processed,
7167: tests/results/171.processed, tests/results/172.processed,
7168: tests/results/173.processed, tests/results/174.processed,
7169: tests/results/175.processed, tests/results/176.processed,
7170: tests/results/177.processed, tests/results/178.processed,
7171: tests/results/179.processed, tests/results/180.processed,
7172: tests/results/181.processed, tests/results/182.processed,
7173: tests/results/183.processed, tests/results/184.processed,
7174: tests/results/185.processed, tests/results/186.processed,
7175: tests/results/187.processed, tests/results/188.processed,
7176: tests/results/189.processed, tests/results/190.processed,
7177: tests/results/191.processed, tests/results/192.processed,
7178: tests/results/193.processed, tests/results/194.processed,
7179: tests/results/195.processed, tests/results/196.processed,
7180: tests/results/197.processed, tests/results/198.processed,
7181: tests/results/199.processed, tests/results/200.processed,
7182: tests/results/201.processed, tests/results/202.processed,
7183: tests/results/203.processed, tests/results/204.processed,
7184: tests/results/205.processed, tests/results/206.processed,
7185: tests/results/207.processed, tests/results/208.processed,
7186: tests/results/209.processed, tests/results/210.processed,
7187: tests/results/211.processed, tests/results/212.processed,
7188: tests/results/213.processed, tests/results/214.processed,
7189: tests/results/215.processed, tests/results/216.processed,
7190: tests/results/217.processed, tests/results/218.processed,
7191: tests/results/219.processed, tests/results/220.processed,
7192: tests/results/221.processed, tests/results/222.processed,
7193: tests/results/223.processed, tests/results/224.processed,
7194: tests/results/225.processed, tests/results/226.processed,
7195: tests/results/227.processed, tests/results/228.processed,
7196: tests/results/229.processed: - http headers were changed:
7197: content-type => Content-type and so on
7198:
7199: 2009-08-27 misha
7200:
7201: * src/: main/pa_random.C, include/pa_random.h,
7202: targets/cgi/parser3.C: - year was updated :)
7203:
7204: 2009-08-26 misha
7205:
7206: * tests/: 224.html, 224.p: - test for creating of parser object
7207: using constructor without params - little bugfix in test
7208:
7209: * src/main/compile_tools.h: - bugfix: should't call autouse while
7210: checking existed class while processing partial option
7211:
7212: * src/classes/reflection.C: - bugfix: core when creating object
7213: with reflection and constructor doesn't have params
7214:
7215: 2009-08-24 misha
7216:
7217: * tests/229.html: - tests for checking the number of parameters
7218: were added
7219:
7220: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7221: number of method's parameters wasn't checked correctly (the bug
7222: was introduced in 3.4.0)
7223:
7224: 2009-08-22 misha
7225:
7226: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7227: transcoded, but tainted pieces are escaped only when
7228: content-type==url-encoding
7229:
7230: * tests/228.html: - test for checking
7231: ^file::load[http://...;$.body[]]
7232:
7233: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7234: post charset was too early (charsets is empty at this moment)
7235:
7236: 2009-08-21 misha
7237:
7238: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7239: main/untaint.C: - some fixes with transcode+untaint
7240:
7241: 2009-08-15 misha
7242:
7243: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7244: was increaced to 100 (was 50)
7245:
7246: * tests/227.html: - test for checking overriding properties in
7247: static classes was added
7248:
7249: * tests/: 226.html, 226.p: - test for @autoload[] was added
7250:
7251: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7252: main/execute.C, main/pa_request.C, classes/reflection.C: -
7253: autouse was implemented
7254:
7255: 2009-08-14 misha
7256:
7257: * src/classes/reflection.C: - outdated checkout was removed
7258:
7259: * src/classes/reflection.C: - optimization - method ^dynamical was
7260: added.
7261:
7262: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7263: types/pa_vstateless_class.h, main/execute.C: - optimization
7264:
7265: * src/types/pa_vclass.C: - exception if base on sytem class
7266:
7267: 2009-08-12 misha
7268:
7269: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7270: pa_vstateless_class.h: - little optimisation
7271:
7272: 2009-08-11 misha
7273:
7274: * tests/224.html: - method_params => method_info - checking for
7275: $.inherited
7276:
7277: * src/classes/reflection.C, operators.txt: - method method_params
7278: was renamed to method_info and now it returns class name, if
7279: method was defined in ancestor
7280:
7281: * tests/225.html: - tests for cheching properties in hierarhical
7282: classes were added
7283:
7284: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7285: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7286: main/compile.y, main/execute.C, classes/classes.C: - problems
7287: with properties in new classes implementation were fixed
7288:
7289: 2009-08-10 misha
7290:
7291: * src/main/execute.C: - now constructor shouldn't be defined in
7292: class. it could be defined in parent.
7293:
7294: 2009-08-09 misha
7295:
7296: * src/classes/reflection.C: - ^reflection:methods doesn't return
7297: base's methods
7298:
7299: 2009-08-08 misha
7300:
7301: * src/: classes/classes.h, classes/date.C, classes/file.C,
7302: classes/form.C, classes/hash.C, classes/hashfile.C,
7303: classes/image.C, classes/mail.C, classes/op.C,
7304: classes/reflection.C, classes/regex.C, classes/string.C,
7305: classes/table.C, classes/xdoc.C, classes/xnode.C,
7306: classes/xnode.h, include/pa_hash.h, main/execute.C,
7307: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7308: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7309: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7310: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7311: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7312: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7313: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7314: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7315: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7316: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7317: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7318: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7319: types/pa_vresponse.C, types/pa_vresponse.h,
7320: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7321: types/pa_vstateless_object.h, types/pa_vstatus.C,
7322: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7323: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7324: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7325: types/pa_wwrapper.h, types/types.vcproj: - new classes
7326: implementation
7327:
7328: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7329: USE_MUNMAP is used. so it is disabled as a workaround.
7330:
7331: 2009-08-05 misha
7332:
7333: * src/: main/pa_common.C, include/pa_common.h: - not needed
7334: parameter was removed
7335:
7336: * src/main/pa_http.C: - bugfix: error was during detecting
7337: content-type of file which was loaded by http
7338:
7339: 2009-08-01 misha
7340:
7341: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7342: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7343: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7344: can't be disabled with defines any longer
7345:
7346: 2009-07-29 misha
7347:
7348: * src/classes/reflection.C, tests/results/224.processed: - for
7349: native methods with any call type now returned empty call_type
7350: value
7351:
7352: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7353: classes/table.C, include/pa_hash.h, include/pa_request.h,
7354: main/pa_request.C: - break in cycles was optimized
7355:
7356: * INSTALL: - more defines were described
7357:
7358: 2009-07-28 misha
7359:
7360: * operators.txt: - some changes in information about reflection
7361: class
7362:
7363: * tests/: 224.html, 224.p: - tests for reflection class
7364:
7365: * src/classes/reflection.C: - some bugs were fixed, method classes
7366: was added, refactoring
7367:
7368: 2009-07-26 misha
7369:
7370: * src/classes/classes.vcproj: - reflection class wass added to
7371: project
7372:
7373: * operators.txt: - information about reflection class was added
7374:
7375: * src/classes/reflection.C: - class was redesigned
7376:
7377: 2009-07-24 misha
7378:
7379: * src/classes/: Makefile.am, reflection.C: - class reflection was
7380: added
7381:
7382: * src/types/pa_vstateless_class.h: - method for reflection method's
7383: in classes was added
7384:
7385: 2009-07-22 misha
7386:
7387: * src/main/compile_tools.h: - bugfix: $object.$var was
7388: over-optimized. it failed if $object1.$object2.field
7389:
7390: 2009-07-16 misha
7391:
7392: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7393: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7394: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7395: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7396: one more arg: length of cord
7397:
7398: 2009-07-15 misha
7399:
7400: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7401: tainted in ^file::load[http://...;$.cookies[]]
7402:
7403: * src/classes/: op.C, regex.C, string.C: - new string with
7404: exception was used
7405:
7406: * src/include/pa_exception.h: - new string with exception was added
7407:
7408: * tests/223.html: - test for checking cookie-encoding during
7409: ^file::load[http was added
7410:
7411: * tests/: 221.html, 222.html: - tests for checking type of
7412: $table.fields.field were added
7413:
7414: * src/types/pa_vtable.C: - not used var decl was removed
7415:
7416: * src/include/pa_string.h: - use cached string length in Body::mid.
7417: it improves speed of match with brackets in pattern
7418:
7419: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7420: outside
7421:
7422: 2009-07-14 misha
7423:
7424: * src/types/pa_vtable.C: - $table.fields.a return string even if
7425: column is empty (sometime returned void) - $table.fields was
7426: added for nameless tables
7427:
7428: * src/targets/cgi/getopt.c: - one warning resolved
7429:
7430: * src/main/pa_string.C: - potentian bug fixed
7431:
7432: * src/classes/op.C: - small optimization in taint/untaint
7433:
7434: 2009-07-13 misha
7435:
7436: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7437: added
7438:
7439: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7440: souldn't add the attribut to output
7441:
7442: 2009-07-11 misha
7443:
7444: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7445: stack size was increaced to 2MB (default=1MB)
7446:
7447: 2009-07-08 misha
7448:
7449: * src/main/pa_string.C: - link to UTF-8 description was added
7450:
7451: * src/include/pa_hash.h: - hash keeps element's order in more
7452: places (ex: ._keys[])
7453:
7454: * tests/220.html: - test for checking order of elements in hash in
7455: foreach was added
7456:
7457: * tests/172.html: - small changes in printing hash
7458:
7459: * tests/129.html: - small changes in printing hash
7460:
7461: * src/: include/pa_common.h, include/pa_hash.h,
7462: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7463: types/pa_vmethod_frame.h: - hash now keeps order of elements
7464:
7465: * tests/014.html: - small changes in printing hash
7466:
7467: 2009-07-07 misha
7468:
7469: * src/classes/op.C: - new taint language "parser-code" was added
7470:
7471: * tests/219.html: - test for auto untaint parser code in process
7472: was added
7473:
7474: * src/classes/op.C: - tainted pieces in body of process are
7475: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7476:
7477: * src/: include/pa_string.h, main/untaint.C: - new language
7478: L_PARSER_CODE for auto-untaint in process was added
7479:
7480: * src/: classes/file.C, classes/hash.C, classes/image.C,
7481: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7482: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7483: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7484: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7485: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7486: code cleanup
7487:
7488: 2009-07-06 misha
7489:
7490: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7491: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7492: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7493:
7494: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7495: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7496: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7497: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7498: should be used
7499:
7500: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7501: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7502: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7503: untaint_cstr[m] should be used
7504:
7505: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7506: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7507:
7508: * tests/218.html: - test for checking automatic file-spec-taint was
7509: added
7510:
7511: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7512: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7513: classes/file.C, classes/hash.C, classes/image.C,
7514: classes/string.C, classes/table.C, classes/void.C,
7515: classes/xdoc.C: - optimizations and simplification of
7516: string.cstr(...)
7517:
7518: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7519: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7520: - optimizations and simplification of string.cstr(...)
7521:
7522: 2009-07-04 misha
7523:
7524: * tests/217.html: - test for recursion detection was added
7525:
7526: * src/: types/types.vcproj, main/main.vcproj,
7527: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7528: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7529: from .vcproj
7530:
7531: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7532:
7533: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7534: uploading files and case-insensitive http-method were added
7535:
7536: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7537: tainted pattern in ^file:list[] was added
7538:
7539: 2009-07-03 misha
7540:
7541: * src/: classes/classes.vcproj, main/main.vcproj,
7542: types/types.vcproj, targets/cgi/parser3.vcproj,
7543: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7544: for dynamic_cast) - little options changes
7545:
7546: * src/main/pa_http.C: - file::load[http works now with uploading
7547: files _and_ changing $.charset
7548:
7549: 2009-06-29 misha
7550:
7551: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7552: while creating pattern
7553:
7554: 2009-06-25 misha
7555:
7556: * src/classes/image.C, operators.txt: - options' names for
7557: ^image.font were changed to $.space, $.width and $spacing -
7558: default space width now == gif's width
7559:
7560: 2009-06-24 misha
7561:
7562: * tests/215.html: - tests for $file.mode were added
7563:
7564: * operators.txt: - added info about $file.mode and changes in
7565: ^image.font[
7566:
7567: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7568: param now could be omited - third param now could be hash (with
7569: all widths options: $.space-width, $.letter-width) - it's
7570: possible to specify tracking ($.letter-space)
7571:
7572: * src/classes/file.C: - file objects now could have mode field
7573: (text|binary)
7574:
7575: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7576:
7577: 2009-06-23 misha
7578:
7579: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7580: trim can work with utf-8 chars now
7581:
7582: 2009-06-20 misha
7583:
7584: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7585: was implemented
7586:
7587: * src/classes/table.C: - string length cacheing was implemented
7588:
7589: * src/include/pa_string.h: - string length cacheing was implemented
7590:
7591: 2009-06-17 misha
7592:
7593: * src/main/execute.C: - value param was removed from
7594: WContext::WContext
7595:
7596: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7597: pa_wwrapper.h: - value param was removed from WContext::WContext
7598: - field wcontext was removed from VCodeFrame (using fparent
7599: instead)
7600:
7601: * tests/214.html: - test with hash copying
7602:
7603: 2009-06-16 misha
7604:
7605: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7606: strings doesn't work in expression anymore
7607:
7608: * src/main/execute.C: - less calls for get_constructing() - little
7609: refactoring
7610:
7611: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7612: include/pa_request.h: - less calls for get_constructing()
7613:
7614: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7615: introduced with OPTIMIZE_SINGLE_STRING optimization
7616:
7617: 2009-06-14 misha
7618:
7619: * src/: classes/date.C, classes/file.C, classes/hash.C,
7620: classes/hashfile.C, classes/image.C, classes/regex.C,
7621: classes/table.C, classes/xdoc.C, classes/xnode.h,
7622: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7623: types/pa_vstateless_class.h, main/execute.C: - create object for
7624: storing object's fields only for parser objects
7625:
7626: 2009-06-13 misha
7627:
7628: * buildall-with-xml, buildall-without-xml: - new option was added
7629: for building GC (it slightly reduces memory usage)
7630:
7631: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7632: single string write
7633:
7634: * src/main/execute.C: - bytecode optimization of ^class:constructor
7635: - optimization of single string write
7636:
7637: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7638: - bytecode optimization of ^class:constructor
7639:
7640: 2009-06-09 misha
7641:
7642: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7643: main (better compatibility)
7644:
7645: 2009-06-08 misha
7646:
7647: * src/main/compile.y: - I've forgot to commit it :(
7648:
7649: 2009-06-07 misha
7650:
7651: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7652: WITH_READ and WITH_ROOT
7653:
7654: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7655: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7656: WITH_ROOT - little refactoring
7657:
7658: 2009-06-06 misha
7659:
7660: * tests/213.html: - tests for 3rd match string-param were added
7661:
7662: * src/classes/string.C: - 3rd match param could be string now
7663:
7664: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7665: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7666: GET_OBJECT_ELEMENT
7667:
7668: 2009-06-05 misha
7669:
7670: * src/main/pa_http.C: - bugfix: content-length was not calculated
7671: if $.body was specified
7672:
7673: 2009-06-04 misha
7674:
7675: * src/classes/op.C: - optimizing write_assign_lang in connect
7676:
7677: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7678:
7679: * src/main/execute.C: - little refactoring - optimizing
7680: write_assign_lang in taint/untaint
7681:
7682: * src/include/pa_opcode.h: - little refactoring
7683:
7684: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7685: main/compile_tools.h, main/execute.C: - optimizations for
7686: $self.field, ^self.method, $self.field[...] and $self.field(...)
7687: were added
7688:
7689: 2009-06-03 misha
7690:
7691: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7692:
7693: 2009-06-02 misha
7694:
7695: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7696: include/pa_opcode.h: - refactoring in last optimizations
7697: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7698: now but code is much easy and it is ready for further
7699: improvements.
7700:
7701: 2009-05-27 misha
7702:
7703: * src/: types/pa_junction.h, types/pa_vjunction.C,
7704: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7705: changed in destructing junctions
7706:
7707: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7708: String:Body
7709:
7710: 2009-05-26 misha
7711:
7712: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7713: one method detect_charset was deleted - bug was fixed in this
7714: method (error while detecting charset in content_type withot last
7715: ';')
7716:
7717: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7718: once
7719:
7720: 2009-05-25 misha
7721:
7722: * src/classes/file.C: - bugfix: file::exec didn't work after
7723: optimizing of helper_length
7724:
7725: 2009-05-24 misha
7726:
7727: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7728: were added - little refactoring
7729:
7730: * src/main/execute.C: - core while printing in debug log
7731: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7732: optimisations were added
7733:
7734: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7735: were added
7736:
7737: 2009-05-23 misha
7738:
7739: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7740: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7741: CORD_cat optimization
7742:
7743: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7744: - call constr optimisation under separate define now
7745:
7746: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7747: in $b should be string, not void
7748:
7749: * src/main/compile.y: - little fix for rem-cut optimisation
7750:
7751: * src/: include/pa_opcode.h, main/compile_tools.C,
7752: main/compile_tools.h, main/execute.C: - optimisations for
7753: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7754:
7755: * INSTALL: - description of some #defined were added
7756:
7757: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7758: before 1st access (memory usage is reduced if don't access to
7759: .text field)
7760:
7761: * src/include/pa_array.h: - array grows step now not static (it
7762: reduces numbers of reallocs)
7763:
7764: 2009-05-20 misha
7765:
7766: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7767: $.b(2), $c[d] and $.e[f] was added
7768:
7769: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7770: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7771: $.e[f] was added
7772:
7773: * src/main/execute.C: - debug printing moved in defines
7774:
7775: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7776: and little refactoring for OP_GET_OBJECT_ELEMENT +
7777: OP_GET_OBJECT_VAR_ELEMENT optimisation
7778:
7779: 2009-05-19 misha
7780:
7781: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7782: execute.C: - $a.$b & ^a.$b bytecode optimisation
7783:
7784: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7785: ^a.$b optimisation)
7786:
7787: * src/main/compile.y: - compiler now generate new opcodes:
7788: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7789: ^a.b - compiler now cut off ^rem{ with all content ; any number
7790: of params }
7791:
7792: * src/main/execute.C: - code for handle new opcodes
7793: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7794:
7795: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7796: added for LA2V and LA2S
7797:
7798: * src/include/pa_opcode.h: - new defines which can be used for
7799: disable some bytecode optimisation and new opcodes were added
7800:
7801: 2009-05-17 misha
7802:
7803: * src/lib/cord/cordxtra.c: - bugfix.
7804:
7805: * tests/212.html: - .size[] and .study_size[] were added to tests
7806:
7807: * operators.txt: - info about regex class was added
7808:
7809: * tests/212.html: - tests for regex class were added
7810:
7811: 2009-05-16 misha
7812:
7813: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7814: gc7.1
7815:
7816: * tests/022.html: - test for ^file:list[path;] (empty second param)
7817: was added
7818:
7819: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7820: param) should work
7821:
7822: 2009-05-15 misha
7823:
7824: * src/classes/table.C: - automatically disable stringstream usage
7825: on freebsd4
7826:
7827: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7828: scope
7829:
7830: * tests/211.html: - test with different types of access to hash was
7831: added
7832:
7833: * tests/210.html: - test which checks for loosing tainting in
7834: hash's keys was added
7835:
7836: * tests/208.html: - some parser work added. or stime == 0 %-)
7837:
7838: * src/lib/cord/cordbscs.c: - little hack was added to cord
7839:
7840: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7841:
7842: * src/include/pa_version.h, configure.in: - moko have made a lot of
7843: optimisations for increacing version number more dramatically :)
7844:
7845: * src/classes/date.C: - little refactoring: use constructor which
7846: accepts formated string
7847:
7848: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7849: which can print formatted string was added
7850:
7851: 2009-05-14 misha
7852:
7853: * src/include/pa_string.h: - type was fixed
7854:
7855: * src/: classes/hashfile.C, classes/op.C,
7856: include/pa_cache_managers.h, include/pa_charset.h,
7857: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7858: include/pa_request.h, include/pa_sql_driver_manager.h,
7859: include/pa_string.h, include/pa_stylesheet_manager.h,
7860: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7861: main/pa_charsets.C, main/pa_string.C,
7862: main/pa_stylesheet_connection.C, types/pa_value.h,
7863: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7864: types/pa_vobject.C, types/pa_vstateless_class.C,
7865: types/pa_vstateless_class.h: - hash_code caching was implemented
7866: (seaches should be faster now)
7867:
7868: * src/: classes/file.C, classes/hash.C, classes/image.C,
7869: classes/string.C, classes/table.C, include/pa_string.h,
7870: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7871: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7872: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7873: types/pa_vrequest.C: - String constructors don't have that stupid
7874: true/false param which means 'tainted'. they accept lang instead.
7875:
7876: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7877: with OPTIMIZE_RESULT
7878:
7879: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7880: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7881:
7882: 2009-05-13 misha
7883:
7884: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7885: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7886: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7887: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7888: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7889: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7890: include/pa_string.h, classes/date.C, classes/file.C,
7891: classes/hash.C, classes/image.C, classes/string.C,
7892: classes/table.C, classes/xdoc.C: - result optimisation -
7893: helper_length parameter removed from string constructors
7894:
7895: 2009-05-11 misha
7896:
7897: * tests/209.html: - tests for ^hash::create[hash] were added
7898:
7899: * tests/208.html: - tests for $status:rusage, $status:memory,
7900: ^memory:compact[] were added
7901:
7902: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7903: log10 were added
7904:
7905: * tests/206.html: - test for try with finally was added
7906:
7907: 2009-05-10 misha
7908:
7909: * tests/205.html: - test for ^file::create[...] was added
7910:
7911: * tests/204.html: - test for ^response:clear[] was added
7912:
7913: * tests/038.html: - tests for trigonometric functions were added
7914:
7915: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7916: added - more tests for .add, .sub, .union, .intersects and
7917: .intersections
7918:
7919: * tests/065.html: - test for ^file:dirname was added
7920:
7921: * tests/030.html: - test for $cookie:fields was added
7922:
7923: * tests/203.html: - test for ^h._keys[column name] was added
7924:
7925: * tests/201.html: - tests for .trim were added
7926:
7927: * tests/202.html: - tests for last-day,
7928: date:calendar[type](YYYY;MM;DD) were added
7929:
7930: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7931: .offset[type](N) were added
7932:
7933: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7934: and .pos[c](N) were added
7935:
7936: * tests/141.html: - test for math:sha1 was added
7937:
7938: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7939:
7940: 2009-05-09 misha
7941:
7942: * src/main/compile.y: - rollback
7943:
7944: 2009-05-05 misha
7945:
7946: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7947: replaced by is_empty()
7948:
7949: * src/: include/pa_string.h, main/pa_charset.C: - little
7950: optimisation: somewhere length() was replaced by is_empty()
7951:
7952: * src/classes/table.C: - little optimisation: somewhere length()
7953: was replaced by is_empty()
7954:
7955: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7956: classes/op.C, classes/table.C, main/pa_exception.C: - little
7957: optimisation: somewhere length() was replaced by is_empty()
7958:
7959: 2009-05-04 misha
7960:
7961: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7962: types/pa_vstateless_class.h, main/execute.C,
7963: include/pa_request.h, classes/hash.C, classes/op.C,
7964: classes/table.C: - more optimisations were added: some operators
7965: don't switch write context anylonger
7966:
7967: 2009-05-01 misha
7968:
7969: * src/main/compile.y: - slightly more opcode optimisations for
7970: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7971:
7972: * src/main/execute.C: - simplifying process for getters
7973:
7974: 2009-04-30 misha
7975:
7976: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7977:
7978: * tests/results/199.processed: - test for checking $result into
7979: ^rem was added
7980:
7981: * tests/199.html: - test for checking $result into ^rem was added
7982:
7983: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7984: some OS it returns list in different order)
7985:
7986: * src/: include/pa_array.h, include/pa_request.h,
7987: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7988: changes in stack impl - get_element() optimisation: 3rd param
7989: removed - bugfix: problems with reading empty input param -
7990: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7991:
7992: * tests/results/198.processed: - test for reading empty local var
7993: was added
7994:
7995: * tests/198.html: - test for reading empty local var was added
7996:
7997: 2009-04-29 misha
7998:
7999: * src/main/compile.y: - bugfix: couldn't compile because
8000: OP_VALUE__GET_ELEMENT should be unde #ifdef
8001:
8002: * src/: include/pa_array.h, include/pa_opcode.h,
8003: include/pa_request.h, main/compile.y, main/execute.C,
8004: main/pa_request.C, types/pa_vmethod_frame.C,
8005: types/pa_vmethod_frame.h: - we can work without opcode
8006: OP_STORE_PARAM, so it was removed
8007:
8008: 2009-04-28 misha
8009:
8010: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8011: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8012: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8013: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8014: 4.
8015: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8016:
8017: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8018:
8019: * src/: main/pa_string.C, classes/string.C: - !length() =>
8020: is_empty()
8021:
8022: 2009-04-27 misha
8023:
8024: * src/types/pa_vregex.h: - back explicit vars initialisation
8025:
8026: 2009-04-24 misha
8027:
8028: * src/classes/string.C: - ups. typo fixed
8029:
8030: * src/main/execute.C: - more replacements '*new VBool' to
8031: 'VBool::get' - checks for ^break[], ^continue[] and
8032: parser.interrupted were optimised
8033:
8034: * src/classes/string.C: - number of params.count() calls was
8035: slightly reduced
8036:
8037: 2009-04-23 misha
8038:
8039: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8040: make it x64 friendly
8041:
8042: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8043: parser is x64 friendly now
8044:
8045: 2009-04-22 misha
8046:
8047: * src/types/pa_vhashfile.C: - coder friendly exception about
8048: exceeding record size was added
8049:
8050: * src/classes/file.C: - use vregex object instead of direct calls
8051: methods from pcre lib
8052:
8053: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8054: classes/string.C: - use vregex object instead of direct calls
8055: methods from pcre lib
8056:
8057: * src/: include/pa_common.h, main/pa_common.C: - method
8058: print_pcre_exec_error_text was moved to class vregex
8059:
8060: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8061: was added
8062:
8063: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8064: - class vregex was added
8065:
8066: 2009-04-21 misha
8067:
8068: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8069:
8070: * src/: types/pa_junction.h, types/pa_value.C,
8071: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8072: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8073: junction-optimisation (destructors)
8074:
8075: * src/include/pa_array.h: - free under if now
8076:
8077: 2009-04-19 misha
8078:
8079: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8080:
8081: 2009-04-18 misha
8082:
8083: * src/include/pa_version.h:
8084: :q :
8085:
8086: CV:
8087: ----------------------------------------------------------------------
8088:
8089: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8090: refactoring
8091:
8092: * src/: include/pa_array.h, include/pa_hash.h,
8093: types/pa_vmethod_frame.h: - destructors under #ifdef now
8094:
8095: * src/include/pa_memory.h: - define for using destructors was added
8096:
8097: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8098: main/execute.C: - some junctions will be cached now
8099:
8100: * src/include/pa_hash.h: - hash destructor frees pairs now
8101:
8102: * src/include/pa_array.h: - inline was added to destructor
8103:
8104: * src/types/pa_method.h: - comment was changed
8105:
8106: 2009-04-17 misha
8107:
8108: * src/: include/pa_array.h, include/pa_hash.h,
8109: types/pa_vmethod_frame.h: - destructors were added
8110:
8111: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8112: renamed to always_use_result
8113:
8114: * src/main/: compile.y, compile_tools.h: - rollback changes in
8115: compiler: full backward compatibility is better
8116:
8117: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8118: result in var's hash
8119:
8120: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8121: optimisation in method_frame
8122:
8123: * src/include/pa_array.h: - optimisation in array (allocate
8124: elements only when needed)
8125:
8126: * src/types/pa_vresponse.C: - check for $response:headers field
8127: before looking at custom fields
8128:
8129: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8130: not needed to check existance var with name 'result' in var's
8131: hash
8132:
8133: * src/main/compile.y: - compiler was changed: now it detects
8134: writings to $result and set flag writo_to_result in method
8135:
8136: * src/classes/string.C: - little optimisation: no needed to write
8137: number with lang
8138:
8139: * src/main/pa_charset.C: - methods readChar and skipChar which is
8140: used for read utf8-strings were renamed - is_escaped was renamed
8141: to isEscaped (to the same name convention)
8142:
8143: * src/: types/pa_method.h, main/compile_tools.h: - flag
8144: write_to_result added. compiler get this info from code.
8145:
8146: 2009-04-16 misha
8147:
8148: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8149: String only before 1st write
8150:
8151: * src/include/pa_string.h: - not needed template removed
8152:
8153: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8154: types/pa_vjunction.C, types/pa_vproperty.C,
8155: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8156: main/pa_request.C, classes/bool.C, classes/double.C,
8157: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8158: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8159: bool objects)
8160:
8161: 2009-04-15 misha
8162:
8163: * src/lib/cord/cordxtra.c: - more optimisation
8164:
8165: * src/: include/pa_string.h, main/untaint.C: - String::append
8166: optimisation
8167:
8168: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8169: then get and can sometime be used)
8170:
8171: * src/main/pa_string.C: - String::length optimisation
8172:
8173: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8174: these methods read different strings
8175:
8176: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8177: fresult_initial_void removed + some optimisation - if $result
8178: defined we don't write to context anymore
8179:
8180: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8181: need just skip char)
8182:
8183: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8184: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8185: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8186:
8187: * src/types/pa_vvoid.h: - added get() method for retreave one
8188: instance
8189:
8190: 2009-04-11 misha
8191:
8192: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8193:
8194: * tests/197.html: - test for parser://test in xml was added
8195:
8196: * src/classes/string.C: - small optimisation
8197:
8198: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8199: optimisation
8200:
8201: 2009-04-10 misha
8202:
8203: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8204: to pcre-7.8
8205:
8206: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8207:
8208: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8209: added
8210:
8211: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8212: $request:CLASS_NAME were added
8213:
8214: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8215: were added
8216:
8217: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8218: $env:CLASS_NAME were added
8219:
8220: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8221: '@todo' now
8222:
8223: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8224: compirer
8225:
8226: * src/main/pa_string.C: - little code cleanup
8227:
8228: * src/main/pa_common.C: - describe one more UTF-8 related error
8229: during PCRE compile/execute
8230:
8231: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8232: normalizing todo-comments: '@todo' now
8233:
8234: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8235:
8236: * src/main/pa_charset.C: - type changed for making compiler happy
8237:
8238: 2009-03-10 misha
8239:
8240: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8241: in main()
8242:
8243: 2009-02-01 misha
8244:
8245: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8246: boundary
8247:
8248: 2009-01-25 misha
8249:
8250: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8251:
8252: * src/classes/file.C: - more changes for parsing different number
8253: of params for file::load
8254:
8255: * tests/193.html: - tests for exception while base64-decode binary
8256: to string was added
8257:
8258: * tests/192.html: - tests for file::load with different number of
8259: options
8260:
8261: * src/classes/math.C: - ups. forgot '+1'
8262:
8263: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8264: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8265: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8266: (new option $.encode[multipart-form/data] should be specified) -
8267: $.method[] option for file::load now is not case-sensitive
8268:
8269: * src/: include/pa_string.h, main/untaint.C: - for file post the
8270: new taint language L_FILE_POST was added
8271:
8272: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8273: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8274: stuff was moved to separate files
8275:
8276: 2009-01-23 misha
8277:
8278: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8279: spaces to tabs were converted
8280:
8281: 2009-01-12 misha
8282:
8283: * src/main/pa_http.C: - value of $.method[] option force uppercased
8284: now
8285:
8286: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8287: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8288: their names
8289:
8290: * src/main/pa_common.C: - changes in formating
8291:
8292: * src/: classes/file.C, main/pa_http.C: - some constants changed
8293: their names
8294:
8295: * src/include/pa_http.h: - some spaces were converted to tabs
8296:
8297: * src/include/pa_common.h: - some constants changed their names
8298:
8299: * src/classes/file.C: - fixed 4-th paramether for file::load -
8300: little code rewriting
8301:
8302: * src/types/pa_vfile.C: - little code rewriting
8303:
8304: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8305: types/pa_value.h: - some formating changes
8306:
8307: * src/include/pa_common.h: - some formating spaces transformed to
8308: tabs
8309:
8310: * src/classes/string.C: - exception while base64-decode binary to a
8311: string
8312:
8313: 2009-01-11 misha
8314:
8315: * configure.in: - version changed to 3.3.1b
8316:
8317: 2008-09-05 misha
8318:
8319: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8320: release_3_3_0 on 2008-09-05 10:59:35 +0000
8321:
8322: 2008-09-04 misha
8323:
8324: * tests/: 130.html, 131.html: - these exceptions not typeless
8325: anymore
8326:
8327: * src/classes/op.C: - exception with 'invalid taint language' not
8328: typeless anylonger
8329:
8330: * src/classes/image.C: - some exceptions while operations with
8331: image not typeless anymore
8332:
8333: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8334: main/pa_exec.C, main/pa_http.C: - some exceptions while
8335: operations with files not typeless anymore
8336:
8337: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8338: types/pa_vdate.h: - exceptions while checking date range not
8339: typeless anymore
8340:
8341: * src/include/pa_exception.h: - exception type string for invalid
8342: date range was added
8343:
8344: 2008-09-03 misha
8345:
8346: * src/: classes/file.C, main/pa_string.C: - exception while pce
8347: operations not typeless anymore
8348:
8349: * src/include/pa_exception.h: - exception type for pce operations
8350: was added
8351:
8352: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8353: and .CLASS_NAME insite classes
8354:
8355: * src/classes/table.C: - don't save table header whiile
8356: ^table.save[append;filename] if file exists
8357:
8358: 2008-09-02 misha
8359:
8360: * src/main/compile.y, src/main/compile_tools.h,
8361: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8362: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8363: renamed to partial and it login changed: we must mark class as
8364: partial for allow their modifications in future.
8365:
8366: 2008-08-29 misha
8367:
8368: * tests/results/022.processed: - testing taint[regex] in mask for
8369: file:list
8370:
8371: * tests/022.html: - testing taint[regex] in mask for file:list
8372:
8373: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8374: for file:list was added
8375:
8376: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8377: file:list
8378:
8379: 2008-08-26 misha
8380:
8381: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8382: last derived object
8383:
8384: * src/classes/image.C: - many strings "image.format" replaced by
8385: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8386: understand some more exif tags
8387:
8388: * src/include/pa_exception.h: - string "image.format" was added
8389:
8390: 2008-08-21 misha
8391:
8392: * src/: main/pa_string.C, classes/file.C: - use method for print
8393: pcre_exec text error
8394:
8395: * src/main/pa_common.C: - method for print pcre_exec text error was
8396: added
8397:
8398: * src/include/pa_common.h: - method declaration for print pcre_exec
8399: text error was added
8400:
8401: 2008-08-19 misha
8402:
8403: * src/main/execute.C: - bugfix: opcodes must be in separate
8404: namespace while debug execution as well
8405:
8406: * tests/: 015.html, results/015.processed: - test for escaping some
8407: parser chars was added
8408:
8409: 2008-08-18 misha
8410:
8411: * tests/: 190.html, 190.p, results/190.processed: - test for
8412: $caller.self.field + default getter in one class was added
8413:
8414: * tests/: 189.html, results/189.processed: - test for
8415: ^date::create[date object]
8416:
8417: * tests/: 188.html, results/188.processed: - tests for match with
8418: UTF-8 strings
8419:
8420: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8421: ^string.match[]
8422:
8423: * ChangeLog: - parser 3.3.0 beta13
8424:
8425: 2008-08-15 misha
8426:
1.116 moko 8427: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8428: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8429: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8430: dftables.c: - old PCRE files removed
1.95 moko 8431:
8432: * src/lib/pcre/config.h: - configuration for PCRE library
8433:
8434: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8435: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8436:
8437: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8438: library and set flag UTF8 if $request:charset is UTF-8
8439:
8440: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8441: include/pa_config_fixed.h: - moved to new PCRE library
8442:
8443: * src/: main/main.vcproj, types/types.vcproj,
8444: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8445: win32\pcre instead of parser3\src\lib\pcre
8446:
8447: * src/: include/pa_opcode.h, include/pa_operation.h,
8448: main/compile.C, main/compile.y, main/compile_tools.C,
8449: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8450: opcodes were moved to separate namespace
8451:
8452: 2008-08-14 misha
8453:
8454: * src/types/pa_vstateless_class.C: - newline at the end missed
8455:
8456: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8457: tainting
8458:
8459: 2008-08-11 misha
8460:
8461: * tests/: 187.html, 187.p, results/187.processed: - tests for
8462: $caller.self, $caller.self.field and $caller.self.field[value]
8463: were added
8464:
8465: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8466: runtime as well (for $caller.self)
8467:
8468: 2008-07-25 misha
8469:
8470: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8471: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8472: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8473: tests with international characters
8474:
8475: 2008-07-23 misha
8476:
8477: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8478: file::load[...;http://
8479:
8480: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8481: now everywhere in separate namespace
8482:
8483: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8484: for vars
8485:
8486: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8487: can be escaped by '^'
8488:
8489: 2008-07-22 misha
8490:
8491: * src/classes/string.C, tests/186.html: - names changes:
8492: escape=>js-escape, unescape=>js-unescape
8493:
8494: 2008-07-21 misha
8495:
8496: * tests/results/186.processed: - test for string escape/unescape
8497:
8498: * tests/186.html: - test for string escape/unescape
8499:
8500: * src/classes/string.C: - string has escape and unescape methods
8501: now
8502:
8503: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8504: added
8505:
8506: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8507: method-layers added (with different params)
8508:
8509: 2008-07-18 misha
8510:
8511: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8512: was added
8513:
8514: * tests/185.html: - test for ^str.pos[sub](offset) added
8515:
8516: * src/classes/string.C, src/classes/void.C, operators.txt: -
8517: ^string.pos[substr](offset) -- 2nd param accepted now
8518:
8519: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8520: strings
8521:
8522: 2008-07-17 misha
8523:
8524: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8525: helper length added for mid for small optimisation
8526:
8527: 2008-07-16 misha
8528:
8529: * tests/: 185.html, results/185.processed: - tests for
8530: length/left/right/mid/pos with utf-8 strings
8531:
8532: * src/classes/string.C: - left/right/mid/length/pos works fine for
8533: utf-8 strings
8534:
8535: * src/main/untaint.C: - comments removed
8536:
8537: * src/: include/pa_string.h, main/pa_string.C,
8538: include/pa_charset.h, main/pa_charset.C: - methods for working
8539: with pos/mid for strings in utf-8 were added
8540:
8541: 2008-07-15 misha
8542:
8543: * tests/: 184.html, results/184.processed: - test for case body as
8544: expression: $var(^switch(1){^case(1)(true)..})
8545:
8546: * src/classes/op.C: - case body can be expression now:
8547: $var(^switch(1){^case(1)(true)..})
8548:
8549: * tests/: results/183.processed, 183.html: - added test for testing
8550: new cookie encoding (%uXXXX)
8551:
8552: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8553: decoding for backward compatibility they decoded from %XX in
8554: request:charset too
8555:
8556: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8557: - cookie class now decode cookies before first access after last
8558: request:charset changing (as form class).
8559:
8560: * src/main/pa_charset.C: - added method escape for escaping cookies
8561: as %uXXXX - before transcode calculate required space for dest
8562: string. it reduce mem usage for transcode
8563:
8564: * src/include/pa_charset.h: - added method escape for escaping
8565: cookies as %uXXXX
8566:
8567: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8568: was added. will used for escaping cookies as %uXXXX
8569:
8570: * src/include/pa_common.h: - escape method has new option for skip
8571: converting '+' to a space char
8572:
8573: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8574: transcode - escape method has new option for skip converting '+'
8575: to a space char
8576:
8577: 2008-07-08 misha
8578:
8579: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8580: (no UE if more then 1 case matches anylonger) - optimization:
8581: doing searching.as_string() || searching.as_double() only once
8582:
8583: 2008-07-04 misha
8584:
8585: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8586: now ^date::create[date object] works
8587:
8588: * src/classes/string.C: - left and right added as aliases for start
8589: and end in ^string.trim[]
8590:
8591: 2008-07-03 misha
8592:
8593: * src/classes/file.C: - allow $.limit for file::sql as well
8594:
8595: * src/classes/file.C: - allow $.offset option for file::sql - force
8596: send limit=1 to query for use sql specifics authomatically
8597:
8598: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8599: if $.limit value if empty. autoconvert it as everywere
8600:
8601: 2008-07-02 misha
8602:
8603: * configure.in: - time to change version number to 3.3.0 %-)
8604:
8605: * src/include/pa_version.h: - time to change version number to
8606: 3.3.0 %-)
8607:
8608: 2008-06-26 misha
8609:
8610: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8611: $.limit(0) fixes
8612:
8613: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8614: - $.limit(0) fixes
8615:
8616: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8617: new API)
8618:
8619: * src/: include/pa_sql_driver_manager.h,
8620: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8621: classes/op.C: - document_root added
8622:
8623: * src/main/compile.tab.C: - error message was changed
8624:
8625: 2008-06-25 misha
8626:
8627: * src/main/compile.y: - error message was changed
8628:
8629: 2008-06-24 misha
8630:
8631: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8632:
8633: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8634: tests for @OPTIONS\nappend
8635:
8636: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8637:
8638: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8639:
8640: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8641:
8642: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8643: compile.y
8644:
8645: 2008-06-17 misha
8646:
8647: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8648: compilation: ^if(default){true. it's incorrect. must be
8649: exception}
8650:
8651: 2008-06-16 misha
8652:
8653: * tests/: 181.ent, 181.html, results/181.processed: - test for
8654: checking external reference loading with 'http://localhost'
8655: prefix while creating xdoc
8656:
8657: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8658: ^math:long2ip[] and ^math:ip2long[]
8659:
8660: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8661: added which use scalar stateless class method when user object
8662: used in scalar context - use get_scalar_value when user object
8663: requested in scalar context
8664:
8665: * src/main/pa_common.C: - size must be int but not size_t or we
8666: can't compare with 0 sprintf result
8667:
8668: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8669: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8670: with internal switch between local/global vars
8671:
8672: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8673: specified
8674:
8675: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8676: pa_vstateless_object.h: - stateless class and object now has
8677: private scalar field and getter/setter for working with it
8678:
8679: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8680: moved to inet static class
8681:
8682: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8683: class added (^inet:aton[IP], ^inet:ntoa(number))
8684:
8685: * tests/: 180.html, results/180.processed: - tests for
8686: ^math:long2ip(long) and ^math:ip2long[IP]
8687:
8688: * src/classes/math.C: - ^math:ip2long[IP] added
8689:
8690: 2008-06-11 misha
8691:
8692: * src/main/pa_xml_io.C: - use file_read_text again because of we
8693: need cut BOM code and remove DOS newline chars. but don't
8694: transcode it anyway.
8695:
8696: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8697: main/pa_http.C: - option for disable transcoding while file_read
8698: and file_read_text added
8699:
8700: 2008-06-10 misha
8701:
8702: * tests/: 179.html, 179.p, results/179.processed: - test for many
8703: classes in 1 file
8704:
8705: * src/main/: compile.C, compile_tools.h: - compile return list of
8706: classes now.
8707:
8708: * src/main/: compile.y, compile.tab.C: - compile return list of
8709: classes now. internals.
8710:
8711: * src/main/pa_request.C: - compile return list of classes now. try
8712: call @conf and @auto for each returned class
8713:
8714: * src/include/pa_request.h: - compile return list of classes now
8715:
8716: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8717: return list of classes when compile buf)
8718:
8719: 2008-06-07 misha
8720:
8721: * src/main/pa_request.C: - constructing VRequest object with 3rd
8722: param -- form
8723:
8724: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8725: 3rd param: form. needed for get post_charset
8726:
8727: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8728: added
8729:
8730: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8731: types/pa_vform.C, types/pa_vform.h: - some polish
8732:
8733: 2008-06-06 misha
8734:
8735: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8736: charset and decode chars from it but not from response:charset
8737:
8738: * src/main/pa_http.C: - detect_charset moved out of here
8739:
8740: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8741: methods moved here - unescape_chars accepn one charset now
8742:
8743: * src/main/pa_http.C: - new constants used - don't allow
8744: $.content-type in ^file::load[;http://;$.method[POST]] - add
8745: charset info while ^file::load[;http://;$.method[POST]] - option
8746: $.omit-post-charset(true) added to ^file::load[;http://] for
8747: disabling charset during post
8748:
8749: * src/types/pa_vform.C: - new constants used
8750:
8751: * src/include/pa_common.h: - some constants were added
8752:
8753: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8754: instead of StrEqNc
8755:
8756: * src/main/pa_common.C: - new method for caseless search
8757: c-substring in c-string - use isxdigit instead of is_hex_digit
8758:
8759: * src/include/pa_common.h: - new method for caseless search
8760: c-substring in c-string
8761:
8762: 2008-06-05 misha
8763:
8764: * tests/results/178.processed: - test for testing default getter
8765:
8766: * tests/178.html: - test for testing default getter
8767:
8768: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8769: for test for testing default getter
8770:
8771: * src/main/execute.C: - default getter soul
8772:
8773: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8774: requested objects' field not found
8775:
8776: * src/types/pa_vclass.C: - register default getter if defined - get
8777: default getter if requested field not found
8778:
8779: * src/types/pa_vstateless_object.h: - method get_default_getter was
8780: added
8781:
8782: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8783: pointer to default getter and methods for get/set it were added
8784:
8785: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8786: auto_name field (for default getter)
8787:
8788: 2008-06-04 misha
8789:
8790: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8791: transcoding, no cutting BOM code, no fixing line breaks) and get
8792: it to libxml "as is"
8793:
8794: 2008-06-03 misha
8795:
8796: * src/main/pa_common.C: - use store_Char instead of
8797: transcodeCharFromUTF8
8798:
8799: * src/: include/pa_charset.h, main/pa_charset.C: - method
8800: store_Char added, transcodeCharFromUTF8 -- removed
8801:
8802: 2008-06-02 misha
8803:
8804: * tests/: results/177.processed, 177.html: - test for checking
8805: .[acm]date after local ^file::load[] was added
8806:
8807: * tests/: results/176.processed, 176.html: - test for checking
8808: @OPTION\locals + @method[vars][locals] added
8809:
8810: * tests/results/auto.p: - CLASS_PATH specified for checking use
8811:
8812: 2008-05-30 misha
8813:
8814: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8815: @OPTION\nlocals + @method[vars][;locals;] were added
8816:
8817: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8818: moved to separate method op_code - switch from VMethodFrame to
8819: VMethodFrameGlobal + VMethodFrameLocal
8820:
8821: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8822: was moved to separate method op_code
8823:
8824: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8825: VMethodFrame now
8826:
8827: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8828: all_vars_local as well
8829:
8830: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8831: pa_vmethod_frame_local.h, Makefile.am: - who children for
8832: VMethodFrame were added: one (global) works as VMethodFrame
8833: before and second (local) write all vars in self vars scope
8834:
8835: * src/types/pa_method.h: - method has bool flag all_vars_local now
8836:
8837: 2008-05-29 misha
8838:
8839: * tests/: 129.html, results/129.processed: - more tests for
8840: ^table.hash[]
8841:
8842: * src/classes/hash.C: - ^hash::sql has a new option:
8843: $.type[hash|string|table] as ^table.hash[] one.
8844:
8845: * src/classes/op.C: - ^try has 3rd param now: finally code which
8846: executed anyway after try or catch section
8847:
8848: 2008-05-27 misha
8849:
8850: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8851: must not fail if $.distinct(1) wasn't specified
8852:
8853: 2008-05-26 misha
8854:
8855: * src/classes/op.C: - allow ^throw[my type]
8856:
8857: 2008-05-22 misha
8858:
8859: * configure.in, configure: - version number updated to 3.2.4b
8860:
8861: * src/classes/: op.C, string.C: - trim format string before
8862: eval/format
8863:
8864: * tests/: results/175.processed, 175.html: - more tests for
8865: different format strings in .format[]
8866:
8867: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8868: as well (not only %XX)
8869:
8870: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8871: charset specified - checks for format before print number
8872: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8873: (instead of tabs) removed
8874:
8875: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8876: charset specified
8877:
8878: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8879: char in requested charset from utf code was added
8880:
8881: 2008-05-19 misha
8882:
8883: * tests/: 174.html, results/174.processed: - test for
8884: ^hashfile.cleanup[] added
8885:
8886: * src/classes/hashfile.C: - optimization: don't create any key or
8887: value variable if it's name weren't specified
8888: (^hf.foreach[;v]{...})
8889:
8890: 2008-05-16 misha
8891:
8892: * src/classes/hash.C: - optimization: don't create any key variable
8893: if variable name wasn't specified (^h.foreach[;v]{...})
8894:
8895: 2008-05-15 misha
8896:
8897: * src/classes/op.C: - small changes
8898:
8899: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8900:
8901: * src/classes/hash.C: - calculate var_context once before foreach
8902:
8903: 2008-05-14 misha
8904:
8905: * src/classes/hashfile.C: - incorrect vars context calculation for
8906: ^hashfile.foreach[;]{} fixed
8907:
8908: * src/classes/: hash.C, table.C: - little optimisation
8909:
8910: * src/classes/file.C: - bugfix: double absolute path while loading
8911: file
8912:
8913: * tests/: 174.html, results/174.processed: - tests for hashfile
8914: were added
8915:
8916: * buildall-with-xml: - moving to libxslt 1.1.24
8917:
8918: 2008-04-30 misha
8919:
8920: * src/classes/file.C: - stat file while loading (local only) so
8921: .adate, .mdate and .cdate available without additional ::stat
8922:
8923: 2008-04-28 misha
8924:
8925: * src/classes/file.C: - $.name and $.content-type available for
8926: stated file
8927:
8928: 2008-04-14 misha
8929:
8930: * src/targets/cgi/parser3.C: - new year in copyright %-)
8931:
8932: * src/include/pa_version.h: - new version number in head
8933:
8934: 2008-04-10 misha
8935:
8936: * tests/: 080.html, results/080.processed: - cut '0' from
8937: exponential part because of on diff OS it differ (20 or 020 for
8938: ex)
8939:
8940: * tests/: 119.html, results/119.processed: - check for encoding
8941: while creating xdoc
8942:
8943: 2008-04-09 misha
8944:
8945: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8946:
8947: * src/main/pa_common.C: - comment added
8948:
8949: * src/classes/date.C: - little refactoring
8950:
8951: 2008-04-07 misha
8952:
8953: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8954: style of ^table.save[]: prepare one big string and sabe it at
8955: once. it's safe on freebsd 4.x but use much more memory.
8956:
8957: * buildall-with-xml, buildall-without-xml: - option
8958: --disable-stringstream added (under comment. use it on freebsd
8959: 4.x)
8960:
8961: 2008-02-22 misha
8962:
8963: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8964: specified together in file::load[;http] - get back transcoding
8965: $.body[] in file::load[;http]
8966:
8967: 2008-02-21 misha
8968:
8969: * src/classes/date.C: - ^date.gmt-string[] was added
8970:
8971: * src/types/pa_value.C: - method for output date in RFC 822 format
8972: moved to pa_common.h
8973:
8974: * src/include/pa_common.h: - method for output date in RFC 822
8975: format moved here from pa_value.C
8976:
8977: * src/types/pa_vmail.C: - fixed core in sending mail with
8978: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8979:
8980: 2008-02-20 misha
8981:
8982: * src/main/pa_http.C: - transcode $.headers before escaping into
8983: specified charset while ^file::load[...;http://...] (L_URI
8984: instead of L_HTTP_HEADER) - $.cookies param available in
8985: ^file::load[;http://...] now (but we don't parse set-cookies from
8986: response yet) (cookies not transcoded as common $cookies)
8987:
8988: 2008-02-19 misha
8989:
8990: * src/main/pa_request.C: - rollback: we mustn't force taint
8991: $response:field values because in this case
8992: $response:locateion[http://...] don't works.
8993:
8994: 2008-02-15 misha
8995:
8996: * src/classes/op.C: - little refactoring
8997:
8998: * src/main/pa_http.C: - taint names of $.headers for load[;http
8999:
9000: * src/main/pa_request.C: - force taint values of $response:field
9001:
9002: 2008-02-14 misha
9003:
9004: * src/main/pa_request.C: - $response:field transcoded to
9005: $response:charset before escaping now
9006:
9007: * src/main/pa_http.C: - some outdated comments removed
9008:
9009: * src/classes/date.C: - lastdat -> last-day
9010:
9011: * src/classes/date.C: - ^date:lastday(year;month) and
9012: ^date.lastday[] were added - little code refactoring - comments
9013: changes
9014:
9015: * tests/: 159.html, results/159.processed: - test for number of
9016: days in February
9017:
9018: * src/types/pa_value.C: - fixes in code formatting
9019:
9020: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9021: and comments
9022:
9023: 2008-02-13 misha
9024:
9025: * src/main/pa_common.C: - bugfix for february at leap year
9026:
9027: 2008-01-28 misha
9028:
9029: * tests/: 160.html, results/160.processed: - more test for cache
9030: added
9031:
9032: * src/classes/op.C: - bugfix: cache body executed twice if contains
9033: unhandled exception
9034:
9035: 2008-01-25 misha
9036:
9037: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9038: bug when hashfile became inavailable after memory:compact)
9039:
9040: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9041:
9042: 2008-01-22 misha
9043:
9044: * src/classes/table.C: - little refactiring and exception texts
9045: changes in method ^table.hash[]
9046:
9047: * src/types/pa_vcookie.C: - link to cookie specification changed
9048:
9049: 2008-01-21 misha
9050:
9051: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9052: file::exec/cgi
9053:
9054: * src/classes/file.C: - bugfix: core while processing headers if
9055: executed cgi script don't return content
9056:
9057: 2008-01-18 misha
9058:
9059: * buildall-with-xml: - move to libxml2 version 2.6.31
9060:
9061: * src/include/pa_version.h, configure.in: - version number updated
9062: to '3.2.3b'
9063:
9064: 2007-12-28 misha
9065:
9066: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9067: hash.contains
9068:
9069: 2007-12-27 misha
9070:
9071: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9072: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9073: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9074: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9075: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9076: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9077: src/targets/cgi/parser3.vcproj,
9078: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9079: back to VS2003 because of Apache 1.3 module can't work if it was
9080: built in VS 2005. with cgi all file so VS2003 project files can
9081: be easy converted to the new format.
9082:
9083: 2007-12-04 misha
9084:
9085: * src/types/pa_vcode_frame.h: - changes in comment
9086:
9087: 2007-11-29 misha
9088:
9089: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9090: intercept strings any longer
9091:
9092: * tests/: 173.html, results/173.processed: - tests for
9093: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9094: but not in main code frame
9095:
9096: * tests/: 172.html, results/172.processed: - more tests for pass
9097: objects from code frames
9098:
9099: 2007-11-27 misha
9100:
9101: * tests/: 152.html, results/152.processed: - tests for converting
9102: strings 'true'/'false' to bool were added
9103:
9104: * tests/152.html: - added checks for converting strings
9105: 'true'/'false' to bool
9106:
9107: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9108: not only strings with numbers but with values 'true'/'false' as
9109: well
9110:
9111: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9112: for parser3.log increased
9113:
9114: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9115:
9116: * src/include/pa_common.h: - remove_crlf return cstring size now
9117:
9118: * src/include/pa_types.h: - constant with buffer size for
9119: parser3.log added
9120:
9121: 2007-11-16 misha
9122:
9123: * tests/cat.sh: - script for tests for file::exec/cgi
9124:
9125: * tests/171.html: - tests for file::exec/cgi
9126:
9127: * tests/results/171.processed: - tests results for file::exec/cgi
9128:
9129: 2007-11-15 misha
9130:
9131: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9132:
9133: * src/classes/file.C: - .body must be set before analyzing cgi
9134: headers
9135:
9136: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9137: only if exec/cgi return anything.
9138:
9139: 2007-11-14 misha
9140:
9141: * operators.txt: - info about new text|binary option for
9142: file::exec/cgi was added
9143:
9144: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9145: ^file:exec[[text|binary];script;...]
9146:
9147: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9148: classes/string.C, classes/table.C: - more text strings moved to
9149: the one place
9150:
9151: 2007-11-09 misha
9152:
9153: * src/types/pa_vrequest.C: - $request:argv must be taint
9154:
9155: * ChangeLog: - $request:argv [patch from Sumo]
9156:
9157: * operators.txt: - $request:argv
9158:
9159: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9160: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9161:
9162: 2007-10-25 misha
9163:
9164: * buildall-with-xml, buildall-without-xml: - options preparations
9165: for ./configure rewrited
9166:
9167: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9168: error occure in unhandled_exception finally fixed
9169:
9170: 2007-10-23 misha
9171:
9172: * tests/: 170.html, results/170.processed: - test for
9173: @method[][result]
9174:
9175: * operators.txt: - added info about node.prefix and
9176: node.namespaceURI
9177:
9178: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9179:
9180: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9181: added for node and attribute
9182:
9183: 2007-10-22 misha
9184:
9185: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9186:
9187: * src/main/pa_request.C: - added const content-transfer-encoding
9188:
9189: * src/include/pa_request.h: - added const content-transfer-encoding
9190: - ups. constants must be in lowercase (for search)
9191:
9192: * src/types/pa_vmail.C: - more constants used -
9193: content-transfer-encoding: 8bit added
9194:
9195: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9196:
9197: * src/include/pa_request.h: - more constants
9198:
9199: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9200: ommit anymore if $.content-disposition was specified - little
9201: refactoring
9202:
9203: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9204:
9205: 2007-10-17 misha
9206:
9207: * operators.txt: - info about
9208: table::create[nameless]{data}[>options<] was added
9209:
9210: * src/main/: compile.tab.C, compile.y: - if error occure while
9211: compile method don't put this method in methods table anymore.
9212: in other case the parser coredumped if @unhandled_exception
9213: method can't be compiled because of parser.compile error.
9214:
9215: * src/main/execute.C: - little code reformating
9216:
9217: * src/main/pa_request.C: - little code reformating - comment
9218: changed
9219:
9220: 2007-10-16 misha
9221:
9222: * tests/: 035.html, results/035.processed: - tests
9223: table::create[]{}[options] added
9224:
9225: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9226: options (only $.seperator[] yet)
9227:
9228: 2007-10-10 misha
9229:
9230: * src/classes/table.C: - some contstants moved to pa_common.h -
9231: some code changes
9232:
9233: 2007-10-02 misha
9234:
9235: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9236: then three time as much. but base64 encoding method still use
9237: less memory anyway.
9238:
9239: 2007-09-17 misha
9240:
9241: * operators.txt: - added info about $cookie:fields
9242:
9243: * src/types/pa_vcookie.C: - $cookie:fields available now
9244:
9245: * src/classes/hash.C: - some stuff for use with .for_each moved to
9246: common
9247:
9248: * src/include/pa_common.h: - some stuff for use with .for_each
9249: moved here
9250:
9251: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9252:
9253: 2007-09-14 misha
9254:
9255: * buildall-with-xml: - new xml libs again =)
9256:
9257: 2007-08-28 misha
9258:
9259: * operators.txt: - texts about ^table.columns[[column name]] and
9260: ^string.split[...][v][column name] were added
9261:
9262: * tests/: 168.html, 169.html, results/168.processed,
9263: results/169.processed: - tests for ^table.columns[[column name]]
9264: and ^string.split[...][v][column name] were added
9265:
9266: * src/classes/table.C: - new option ^table.columns[[column name]]
9267: was added
9268:
9269: * src/classes/string.C: - new option ^string.split[...;v;[column
9270: name]]
9271:
9272: * src/include/pa_exception.h: - error text message for
9273: ^hash._keys[], ^table.columns[] and ^string.split[]
9274:
9275: 2007-08-27 misha
9276:
9277: * src/main/untaint.C: - try to fix coredump on unix if print to
9278: body ^taint[sql][something] outside of connect
9279:
9280: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9281: outside of connect
9282:
9283: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9284: added (commented by default)
9285:
9286: 2007-08-20 misha
9287:
9288: * operators.txt: - comment about new method ^node.hasAttributes[]
9289: was added
9290:
9291: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9292: duplicated exception text strings were removed
9293:
9294: * src/include/pa_exception.h: - more exception text strings moved
9295: here
9296:
9297: * src/classes/table.C: - some duplicate exceptions' text strings
9298: removed
9299:
9300: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9301: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9302: removed
9303:
9304: * src/include/pa_exception.h: - some exception text strings movet
9305: to pa_exception
9306:
9307: * tests/: 149.html, results/149.processed: - test for
9308: ^xnode.hasAttributes[] was added - some code changes
9309:
9310: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9311: added
9312:
9313: 2007-08-17 misha
9314:
9315: * tests/: results/006.processed, results/059.processed, 006.html,
9316: 059.html: - more tests for match
9317:
9318: * tests/: 129.html, results/129.processed: - tests for
9319: ^table.hash[...][$.type[string|hash|table]] added
9320:
9321: * src/targets/cgi/parser3.C: - little syntax changes
9322:
9323: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9324: syntax changes
9325:
9326: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9327: messages in parser3.log switched off by default. If someone
9328: really still need it: use $SIGPIPE(1)
9329:
9330: 2007-08-08 misha
9331:
9332: * buildall-with-xml, buildall-without-xml: - remove libs source
9333: files by default since now
9334:
9335: 2007-08-07 misha
9336:
9337: * buildall-without-xml: - some option syntax changes
9338:
9339: * buildall-with-xml: - compile libxml2 without http support - some
9340: option syntax changes
9341:
9342: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9343:
9344: 2007-08-06 misha
9345:
9346: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9347:
9348: * tests/: 160.html, results/160.processed: - cache test was
9349: rewrited
9350:
9351: 2007-07-06 misha
9352:
9353: * tests/: 153.html, results/153.processed: - added test for
9354: ^math:sha1[string]
9355:
9356: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9357: transcoded
9358:
9359: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9360: were added
9361:
9362: 2007-06-28 misha
9363:
9364: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9365: some incorrect chars
9366:
9367: 2007-06-19 misha
9368:
9369: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9370: were moved on top because of gcc 4 had a problems during
9371: building.
9372:
9373: 2007-06-18 misha
9374:
9375: * tests/results/019.processed: - new image commited
9376:
9377: 2007-06-09 misha
9378:
9379: * src/classes/: op.C, table.C: - in while and table.select method
9380: as_expression used now
9381:
9382: * src/types/pa_vmethod_frame.h: - method as_expression was added
9383:
9384: 2007-06-08 misha
9385:
9386: * tests/: 166.html, results/166.processed: - test for
9387: ^match[...][n]
9388:
9389: * tests/: 165.html, results/165.processed: - tests for loops
9390:
9391: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9392: because of no speed/memory optimisation but some proglems with
9393: long cycles occure
9394:
9395: 2007-06-06 misha
9396:
9397: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9398: ^table.select(true) and ^table.select(1) didn't works because of
9399: awaiting junction-param only. fixed.
9400:
9401: 2007-05-24 misha
9402:
9403: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9404: with 0.5 secs interval
9405:
9406: * src/classes/op.C: - cache was rewrited. I hope it works with
9407: locking system now on unix
9408:
9409: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9410: system locks which wait till other threads release it but try get
9411: lock, if fail wait 1 sec and make 10 attempts.
9412:
9413: * src/include/pa_os.h: - consts for blocking locks + some comments
9414: were added
9415:
9416: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9417: opening files
9418:
9419: * src/classes/table.C: - changes in includes. if unclude <sstream>
9420: after our classes on unix it can't be build
9421:
9422: * src/types/pa_vhashfile.C: - not needed code removed
9423:
9424: 2007-05-23 misha
9425:
9426: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9427: include/pa_common.h: - cosmetic changes
9428:
9429: 2007-05-18 misha
9430:
9431: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9432: often. it's give some speed increasing
9433:
9434: * tests/results/160.processed: - returned time corrected
9435:
9436: * tests/160.html: - time increased because on unix 1 mean nothing
9437: :(
9438:
9439: * operators.txt: - added info about ^hash.contain[key]
9440:
9441: * src/classes/hash.C: - added ^hash.contain[key]
9442:
9443: * src/include/pa_hash.h: - added method for checking key exists in
9444: hash
9445:
9446: 2007-05-07 misha
9447:
9448: * src/include/pa_string.h: - was compilation error during build on
9449: freebsd4
9450:
9451: 2007-05-03 misha
9452:
9453: * src/classes/table.C: - option $.type[hash|string|table] was added
9454: for ^table.hash[]
9455:
9456: * src/classes/file.C: - comment removed
9457:
9458: 2007-04-26 misha
9459:
9460: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9461: real files doesn't opened in place anymore
9462:
9463: 2007-04-24 misha
9464:
9465: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9466:
9467: * src/include/pa_exception.h: "static" removed
9468:
9469: 2007-04-23 misha
9470:
9471: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9472:
9473: * src/classes/math.C: added: - ^math:ln(N) (the same as
9474: ^math:log(N)) - ^math:lg(N)
9475:
9476: * tests/: 097.html, results/097.processed: - charsets converstion
9477: during ^file::load[text;http://...] added
9478:
9479: * tests/: 164.html, results/164.processed: - check for set expires
9480: as a date
9481:
9482: * tests/: 164.html, results/164.processed: - test for hashfile
9483:
9484: * src/classes/hashfile.C: - little comment changes
9485:
9486: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9487: access
9488:
9489: * src/: classes/date.C, classes/double.C, classes/file.C,
9490: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9491: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9492: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9493: classes/xnode.h, include/pa_request.h, main/execute.C,
9494: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9495: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9496: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9497: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9498: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9499: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9500: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9501: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9502: "parser.runtime" strings were removed
9503:
9504: * src/classes/hashfile.C: - with .clear[] called files_delete()
9505: now.
9506:
9507: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9508:
9509: * src/include/pa_exception.h: - string constant with
9510: "parser.runtime" text was added
9511:
9512: 2007-04-20 misha
9513:
9514: * operators.txt: - some comments changing
9515:
9516: * operators.txt: - added info about .^hashfile.release[],
9517: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9518:
9519: * configure: =cheching for unsetenv
9520:
9521: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9522: ^hashfile.release[] were added
9523:
9524: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9525: ^string.match[][] understand new option now: return number of
9526: matches but not table wit results
9527:
9528: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9529: reopen now
9530:
9531: * src/classes/op.C: - bug. must be false
9532:
9533: * configure.in: - checking for unsetenv was added
9534:
9535: * src/types/pa_vform.C: - some comments
9536:
9537: 2007-04-18 misha
9538:
9539: * buildall-with-xml: moving to libxml2-2.6.28
9540:
9541: * buildall-with-xml, buildall-without-xml: added commented lines
9542: with --disable-safe-mode option
9543:
9544: * operators.txt: - info about $form:files
9545:
9546: 2007-04-17 misha
9547:
9548: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9549: $form:files was added
9550:
9551: * tests/: 163.html, results/163.processed: removing auto format
9552:
9553: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9554:
9555: 2007-04-16 misha
9556:
9557: * tests/: 163.html, results/163.processed: - test for .int[],
9558: floor, round, ceiling and .format[]
9559:
9560: * src/classes/file.C: - little optimization for getting args in
9561: exec/cgi
9562:
9563: 2007-04-13 misha
9564:
9565: * src/classes/file.C: - arguments for file::exec/cgi can be
9566: specified now as s table with one column
9567:
9568: 2007-03-27 misha
9569:
9570: * tests/: 162.html, results/162.processed: - test for
9571: ^table.select(^condition[$t])
9572:
9573: * tests/results/auto.p: - load windows-1251 charset for some tests
9574:
9575: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9576:
9577: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9578: 161_windows1251.txt: - added test for
9579: ^file::load[text;/local/file.txt;$.charset[...]]
9580:
9581: * tests/: results/013.processed, 013.html: - added test for
9582: checking $._default value while hash modifications
9583:
9584: * tests/: 160.html, results/160.processed: - add test for
9585: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9586:
9587: 2007-03-22 misha
9588:
9589: * src/include/pa_common.h: - "charset" string defined for
9590: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9591:
9592: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9593: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9594: added - not needed transcodes were removed from
9595: ^file::load[...;http://...]
9596:
9597: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9598: added
9599:
9600: * src/classes/date.C: - date.week was fixed
9601:
9602: * operators.txt: - added info about date.weekyear
9603:
9604: * tests/: 159.html, results/159.processed: - tests for date.week
9605: and date.weekyear added
9606:
9607: 2007-03-15 misha
9608:
9609: * src/classes/table.C: - enclose column numbers for nameless tables
9610: as well
9611:
9612: 2007-03-14 misha
9613:
9614: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9615:
9616: * src/classes/table.C: - table.save optimization: now required much
9617: less memory
9618:
9619: 2007-03-13 misha
9620:
9621: * tests/results/: 158.processed, 158.processes: - tests for
9622: table.save/table.load
9623:
9624: * tests/: 158.html, results/158.processes: - tests for
9625: table.save/table.load
9626:
9627: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9628:
9629: * buildall-with-xml: - pattern needed now for building
9630:
9631: * tests/results/097.processed: - added test results for xdoc::load
9632: & xdoc::load[http://...]
9633:
9634: * tests/097.html: - added test for xdoc::load
9635:
9636: 2007-03-12 misha
9637:
9638: * tests/: 107.html, results/107.processed: - added test for xpath
9639: '//man'
9640:
9641: 2007-03-01 misha
9642:
9643: * tests/: 097.html, results/097.processed: - added test for
9644: creating xdoc from file
9645:
9646: * tests/: results/157.processed, 157.html: - added test for
9647: file:move
9648:
9649: 2007-02-28 misha
9650:
9651: * src/classes/xdoc.C: - another attempt
9652:
9653: * src/classes/xdoc.C: - roll back last changes for a while
9654:
9655: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9656:
9657: * src/classes/file.C: - under lock we create non-exist dir anyway
9658:
9659: * tests/results/099.processed: - ever send content-disposition to
9660: client with file
9661:
9662: * tests/157.html: + test for file:copy
9663:
9664: 2007-02-26 misha
9665:
9666: * src/classes/file.C: - some similar strings moved to #define
9667: instead of to be copy/pasted many times
9668:
9669: * src/types/pa_vfile.h: - class name string ("file") moved to
9670: #define
9671:
9672: 2007-02-20 misha
9673:
9674: * configure.in: - added some strings for sqlite detection
9675:
9676: 2007-02-19 misha
9677:
9678: * operators.txt: - some comments changes
9679:
9680: * buildall-with-xml, buildall-without-xml: - some modifications
9681:
9682: 2007-02-17 misha
9683:
9684: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9685:
9686: * src/main/pa_request.C: - damn, i forgot to commit it while I
9687: change console behaviour
9688:
9689: 2007-02-12 misha
9690:
9691: * src/targets/cgi/parser3.C: - don't print headers if
9692: $console:line[data] was used during cgi execution.
9693:
9694: * src/types/pa_vconsole.h: - console class have bool flag now which
9695: marked as 'true' if class was used.
9696:
9697: * tests/: 152.html, results/152.processed: - more types was added
9698: to test 152
9699:
9700: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9701: adding 'bool' (^if($image){} caused exception)
9702:
9703: 2007-02-09 misha
9704:
9705: * tests/: 152.html, results/152.processed: - test alightly updated
9706:
9707: * tests/: 152.html, results/152.processed: - test rewrited
9708:
9709: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9710: bugfix. I broke xdoc & xnode in expression
9711:
9712: 2007-02-08 misha
9713:
9714: * tests/: 152.html, results/152.processed: - add test for checking
9715: 'def' for void, string, bool, int & double
9716:
9717: 2007-02-07 misha
9718:
9719: * operators.txt: - ^file:base64[filespec] was added
9720:
9721: * tests/results/153.processed: - result test for
9722: ^file:base64[filespec] was updated
9723:
9724: * tests/153.html: - test for ^file:base64[filespec] was added
9725:
9726: * src/types/pa_vconsole.h: - little optimization
9727:
9728: * src/classes/file.C: - ^file:base64[filespec]
9729:
9730: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9731:
9732: * src/include/pa_common.h: - declarations for
9733: ^file:base64[filespec]
9734:
9735: * src/types/pa_vcookie.C: - little optimization
9736:
9737: 2007-02-06 misha
9738:
9739: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9740: were temporary commented
9741:
9742: * src/types/pa_vbool.h: - bugfix
9743:
9744: * tests/156.html: - added test for bool cookie
9745:
9746: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9747:
9748: * tests/: 155.html, results/155.processed: - added test for check
9749: $.encloser[] option for table save/load
9750:
9751: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9752:
9753: 2007-02-05 misha
9754:
9755: * tests/results/152.processed: - newline at the end was missed
9756:
9757: * tests/results/141.processed: - math:md5 must be lowercased
9758:
9759: * src/targets/cgi/parser3.C: - 2007 in help ;)
9760:
9761: 2007-02-03 misha
9762:
9763: * tests/results/: 150.processed, 151.processed, 152.processed: -
9764: test for bool added and some content length fixes
9765:
9766: * tests/152.html: - test for bool added
9767:
9768: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9769:
9770: * operators.txt: - info bool class was added
9771:
1.116 moko 9772: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9773: classes/classes.vcproj, classes/double.C, classes/int.C,
9774: classes/string.C, classes/void.C, classes/xnode.C,
9775: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9776: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9777: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9778: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9779: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9780: types/types.vcproj: - bool class was added
9781:
9782: * src/main/pa_request.C: - fix
9783:
9784: 2007-01-18 misha
9785:
9786: * src/: main/pa_string.C, classes/string.C: - return table during
9787: ^string.match[][] even if no matched found.
9788:
9789: 2006-12-20 misha
9790:
9791: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9792: http://www.parser.ru/forum/?id=55598 ]
9793:
9794: 2006-12-19 misha
9795:
9796: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9797: details: http://www.parser.ru/forum/?id=52359
9798:
9799: * src/main/pa_request.C: - always set content-disposition for
9800: $response:body[hash here]. more details:
9801: http://www.parser.ru/forum/?id=52130
9802:
9803: 2006-12-07 misha
9804:
9805: * operators.txt: - added info about bool params in cookie set
9806:
9807: * src/types/pa_vcookie.C: - bool param in cookies available now
9808: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9809: ]
9810:
9811: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9812: was added
9813:
9814: 2006-12-02 misha
9815:
9816: * src/classes/file.C: - file_block_read used instead of native read
9817:
9818: * src/main/pa_common.C: - added file_block_read with read error
9819: detection - file_block_read used instead of native read
9820:
9821: * src/include/pa_common.h: - added file_block_read declaration
9822:
9823: 2006-12-01 misha
9824:
9825: * operators.txt: - info about $var.CLASS_NAME was added
9826:
9827: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9828: $var.CLASS_NAME added
9829:
9830: * operators.txt: - added info about ^file:copy[]
9831:
9832: * src/classes/file.C: - ^file:copy[from;fo] was added
9833:
9834: 2006-11-20 misha
9835:
9836: * src/classes/date.C: - bug fix :)
9837:
9838: 2006-11-17 misha
9839:
9840: * src/include/pa_common.h: - array in crc32 calculation was changed
9841: to static
9842:
9843: * src/main/pa_common.C: - little optimization in getMonthDays -
9844: small changes in crc32 calculation
9845:
9846: * src/classes/date.C: - not needed code was removed
9847:
9848: 2006-11-16 misha
9849:
9850: * src/types/pa_vmail.C: - fix missed brakes
9851:
9852: * src/types/pa_vmail.C: - mail:send now set content-type:
9853: multipart/related instead of multipart/mixed if file have
9854: $.content-id[]
9855:
9856: 2006-11-15 misha
9857:
9858: * src/types/pa_vdouble.h: abs -> fabs
9859:
9860: 2006-11-14 misha
9861:
9862: * operators.txt: - added info about ^file.md5[] and
9863: ^file:md5[file-name]
9864:
9865: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9866: added
9867:
9868: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9869: FILE_BUFFER_SIZE
9870:
9871: * src/classes/math.C: - hex_string was moved to pa_common.h
9872:
9873: * src/include/pa_common.h: - hex_string was moved from math.C -
9874: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9875:
9876: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9877: values was fixed
9878:
9879: 2006-11-13 misha
9880:
9881: * operators.txt: - added info about ^math:crc32[string],
9882: ^file:crc32[file-name] & ^file.crc32[]
9883:
9884: * src/classes/math.C: - added ^math:crc32[string]
9885:
9886: * src/classes/file.C: - some comments were changed - added
9887: ^file:crc32[file-name] and ^file.crc32[]
9888:
9889: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9890: crc32 calculation added
9891:
9892: 2006-11-03 misha
9893:
9894: * src/include/pa_array.h: - not needed variable removed
9895:
9896: * tests/: 150.html, 151.html, results/150.processed,
9897: results/151.processed: - 2 tests were added
9898:
9899: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9900: with $.reverse(1) were fixed
9901:
9902: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9903: query converted to $.charset during ^file::load[http://...]
9904:
9905: 2006-11-02 misha
9906:
9907: * src/include/pa_table.h: ups. forget '=' char
9908:
9909: * src/include/pa_table.h: - one more fix in
9910: .locate[...][$.reverse(1)]
9911:
9912: 2006-11-01 misha
9913:
9914: * src/classes/math.C: - bug fix, details:
9915: http://www.parser.ru/forum/?id=53360
9916:
9917: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9918: false for all records )[$.reverse(1)]
9919:
9920: * src/main/pa_http.C: - second param for this mid method is length
9921: but not end_index so this method has error and can't detect
9922: charsets in next content-types: Content-type: text/html;
9923: charset="windows-1251" Content-type: text/html;
9924: charset="windows-1251"; Content-type: text/html;
9925: charset=windows-1251;
9926:
9927: only Content-type: text/html; charset=windows-1251 was fine
9928:
9929: 2006-10-31 misha
9930:
9931: * src/classes/file.C: - empty args in file::exec removed now
9932:
9933: 2006-09-03 paf
9934:
9935: * src/classes/file.C: proper tainting of
9936: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9937:
9938: 2006-06-09 paf
9939:
9940: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9941:
9942: * src/classes/table.C: formatting
9943:
9944: * src/classes/table.C: incorporated patch from misha: Sent:
9945: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9946: ignoring string options for ^table.save[]
9947:
9948: * src/classes/hash.C: incorporated patch from misha Sent:
9949: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9950: $hash._default disappear while
9951:
9952: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9953: $.format[!uue|!base64] << new base64 option. default uue ] ]
9954:
9955: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9956: PM Subject: patch for base64 in ^mail:send[] %-)
9957:
9958: 2006-04-09 paf
9959:
9960: * src/main/compile.tab.C: ` change compiled
9961:
9962: * gnu.vcproj, operators.txt, parser3.sln,
9963: src/classes/classes.vcproj, src/classes/file.C,
9964: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9965: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9966: src/classes/xnode.C, src/include/pa_array.h,
9967: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9968: src/include/pa_memory.h, src/include/pa_request.h,
9969: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9970: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9971: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9972: src/lib/pcre/pcre_dftables.vcproj,
9973: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9974: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9975: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9976: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9977: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9978: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9979: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9980: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9981: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9982: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9983: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9984: src/types/pa_value.h, src/types/pa_vcookie.C,
9985: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9986: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9987: src/types/pa_vstatus.C, src/types/types.vcproj,
9988: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9989: ^menu, ^hash/hashfile.foreach
9990:
9991: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9992: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9993: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9994: src/classes/xnode.C, src/include/pa_array.h,
9995: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9996: src/include/pa_memory.h, src/include/pa_request.h,
9997: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9998: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9999: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10000: src/lib/pcre/pcre_dftables.vcproj,
10001: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10002: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
10003: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
10004: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10005: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
10006: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
10007: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
10008: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10009: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10010: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10011: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10012: src/types/pa_value.h, src/types/pa_vcookie.C,
10013: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10014: src/types/pa_vstatus.C, src/types/types.vcproj,
10015: tests/descript.ion: ! switched to VS2005 (projects and
10016: object<info explicitly typed>.for_each(, info)) +
10017: $response:field[] setting void means removing + grammar $name`
10018: name stops now, for mysql `$field` + started ^break[]
10019: ^continue[], in ^for. TODO: to other iterators (while, menu,
10020: foreach) + all log messages += [uri=, method=, cl=]
10021:
10022: * buildall-with-xml: merged . ftp paths update
10023:
10024: * buildall-with-xml: . ftp paths update
10025:
10026: 2006-03-04 paf
10027:
10028: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10029: checks++ [thanks to Igor Zinkovsky for detailed report]
10030:
10031: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10032: Igor Zinkovsky for detailed report]
10033:
10034: 2006-03-01 paf
10035:
10036: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10037: \n to ' ' in
10038:
10039: 2006-02-18 paf
10040:
10041: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10042: \n to ' ' in
10043:
10044: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10045:
10046: 2006-02-03 paf
10047:
10048: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10049: base64
10050:
10051: * src/main/pa_common.C: ! bugfix: decoding from base64
10052:
10053: 2006-01-20 paf
10054:
10055: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10056: economy fix
10057:
10058: * src/classes/: table.C: merged from HEAD ! bugfix
10059: ^table.save[$.encloser-s now handled properly
10060:
10061: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10062: handled properly
10063:
10064: 2006-01-19 paf
10065:
10066: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10067: libgc:USE_MUNMAP activates merging of free memory blocks which
10068: helps a lot in our case: after transform we want
10069: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10070:
10071: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10072: economy fix
10073:
10074: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10075: activates merging of free memory blocks which helps a lot in our
10076: case: after transform we want CORD(main.result)->cstr[big
10077: malloc]->transcode[big malloc]
10078:
10079: 2006-01-17 paf
10080:
10081: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10082: before reading them. got rid of reallocs = became quicker and
10083: less fragmentated
10084:
10085: 2005-12-29 paf
10086:
1.116 moko 10087: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10088: configure, configure.in, src/include/pa_version.h,
10089: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10090: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10091: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10092: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10093: src/lib/ltdl/missing: . merged from 3.2.1
10094:
1.116 moko 10095: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10096: packaged when 'make dist', so do configure companion files in
10097: src/lib/ltdl
10098:
10099: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10100: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10101: missing: . now config_auto.h is created with configure [were
10102: constant]
1.95 moko 10103:
10104: * INSTALL: . references to documentation and some clarification
10105:
10106: * buildall-with-xml, buildall-without-xml: . farawell doc
10107: indication
10108:
1.116 moko 10109: * Makefile.am: . dist+=buildall*
1.95 moko 10110:
10111: 2005-12-28 paf
10112:
10113: * configure: . 3.2.1
10114:
10115: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10116: simplify build process, see INSTALL
10117:
10118: 2005-12-26 paf
10119:
10120: * configure: ver
10121:
10122: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10123: version
10124:
10125: 2005-12-21 paf
10126:
10127: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10128: compiled with bison 1.875b, it reports unexpected token names
10129:
10130: 2005-12-19 paf
10131:
10132: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10133: holds a link to xmlNode to prevent premature gc(xmlNode)
10134:
10135: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10136: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10137: src/main/main.vcproj, src/main/pa_globals.C,
10138: src/targets/cgi/parser3.vcproj,
10139: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10140: configure, configure.in, src/include/pa_version.h: . killing
10141: gdome [what a relief]
10142:
10143: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10144: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10145: run_parser.sh, results/001.processed, results/002.processed,
10146: results/003.processed, results/004.processed,
10147: results/005.processed, results/006.processed,
10148: results/008.processed, results/009.processed,
10149: results/010.processed, results/011.processed,
10150: results/012.processed, results/013.processed,
10151: results/014.processed, results/015.processed,
10152: results/016.processed, results/017.processed,
10153: results/018.processed, results/020.processed,
10154: results/021.processed, results/022.processed,
10155: results/023.processed, results/024.processed,
10156: results/025.processed, results/026.processed,
10157: results/027.processed, results/028.processed,
10158: results/029.processed, results/030.processed,
10159: results/031.processed, results/032.processed,
10160: results/033.processed, results/034.processed,
10161: results/035.processed, results/036.processed,
10162: results/037.processed, results/038.processed,
10163: results/039.processed, results/040.processed,
10164: results/041.processed, results/042.processed,
10165: results/043.processed, results/044.processed,
10166: results/045.processed, results/046.processed,
10167: results/047.processed, results/048.processed,
10168: results/049.processed, results/050.processed,
10169: results/051.processed, results/052.processed,
10170: results/053.processed, results/054.processed,
10171: results/055.processed, results/056.processed,
10172: results/057.processed, results/058.processed,
10173: results/059.processed, results/060.processed,
10174: results/061.processed, results/062.processed,
10175: results/063.processed, results/064.processed,
10176: results/065.processed, results/066.processed,
10177: results/067.processed, results/068.processed,
10178: results/069.processed, results/070.processed,
10179: results/071.processed, results/072.processed,
10180: results/073.processed, results/074.processed,
10181: results/075.processed, results/076.processed,
10182: results/077.processed, results/078.processed,
10183: results/079.processed, results/080.processed,
10184: results/081.processed, results/082.processed,
10185: results/083.processed, results/084.processed,
10186: results/085.processed, results/086.processed,
10187: results/087.processed, results/088.processed,
10188: results/089.processed, results/090.processed,
10189: results/091.processed, results/092.processed,
10190: results/093.processed, results/094.processed,
10191: results/095.processed, results/096.processed,
10192: results/097.processed, results/099.processed,
10193: results/100.processed, results/101.processed,
10194: results/102.processed, results/104.processed,
10195: results/105.processed, results/106.processed,
10196: results/107.processed, results/108.processed,
10197: results/109.processed, results/110.processed,
10198: results/111.processed, results/112.processed,
10199: results/113.processed, results/114.processed,
10200: results/115.processed, results/117.processed,
10201: results/119.processed, results/120.processed,
10202: results/121.processed, results/122.processed,
10203: results/123.processed, results/124.processed,
10204: results/125.processed, results/126.processed,
10205: results/127.processed, results/128.processed,
10206: results/129.processed, results/130.processed,
10207: results/131.processed, results/132.processed,
10208: results/133.processed, results/134.processed,
10209: results/135.processed, results/136.processed,
10210: results/138.processed, results/139.processed,
10211: results/140.processed, results/141.processed,
10212: results/142.processed, results/143.processed,
10213: results/144.processed, results/145.processed,
10214: results/146.processed, results/147.processed,
10215: results/148.processed, results/149.processed, results/auto.p: .
10216: now works if we turn off default auto.p
10217:
1.116 moko 10218: * configure: . makes
1.95 moko 10219:
10220: * src/types/pa_vxnode.C: . less warnings
10221:
10222: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10223: tests/145.html, tests/149.html, tests/descript.ion,
10224: tests/outputs/d.cmd, tests/results/142.processed,
10225: tests/results/143.processed, tests/results/144.processed,
10226: tests/results/145.processed, tests/results/146.processed,
10227: tests/results/147.processed, tests/results/148.processed,
10228: tests/results/149.processed: . removed .nodeValue from all node
10229: types other than 5 (grabbed piece from gdome)
10230:
10231: * tests/: 137.html, results/137.processed: . not handled this case
10232: yet. code does not hang from inserting parent into child,
10233: considering thing minor issue -- nodes are removed from source
10234: anyway, don't know why shold that be an error after all
10235:
10236: * src/targets/cgi/parser3.C: . style
10237:
10238: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10239: xdoc too [were barking "not element"]
10240:
10241: 2005-12-16 paf
10242:
10243: * tests/: 146.html, 147.html, 148.html: . more tests
10244:
10245: * src/classes/xnode.C: . also bark on possible errors
10246:
10247: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10248: props
10249:
10250: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10251: main/compile.y: merged from HEAD ! fixed overoptimized
10252: ^call(false) case. (confused it with ^call[] case)
10253:
10254: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10255: ^call(false) case. (confused it with ^call[] case)
10256:
10257: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10258:
10259: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10260: results/001.processed, results/002.processed,
10261: results/003.processed, results/004.processed,
10262: results/005.processed, results/006.processed,
10263: results/008.processed, results/009.processed,
10264: results/010.processed, results/011.processed,
10265: results/012.processed, results/013.processed,
10266: results/014.processed, results/015.processed,
10267: results/016.processed, results/017.processed,
10268: results/018.processed, results/019.processed,
10269: results/020.processed, results/021.processed,
10270: results/022.processed, results/023.processed,
10271: results/024.processed, results/025.processed,
10272: results/026.processed, results/027.processed,
10273: results/028.processed, results/029.processed,
10274: results/030.processed, results/031.processed,
10275: results/032.processed, results/033.processed,
10276: results/034.processed, results/035.processed,
10277: results/036.processed, results/037.processed,
10278: results/038.processed, results/039.processed,
10279: results/040.processed, results/041.processed,
10280: results/042.processed, results/043.processed,
10281: results/044.processed, results/045.processed,
10282: results/046.processed, results/047.processed,
10283: results/048.processed, results/049.processed,
10284: results/050.processed, results/051.processed,
10285: results/052.processed, results/053.processed,
10286: results/054.processed, results/055.processed,
10287: results/056.processed, results/057.processed,
10288: results/058.processed, results/059.processed,
10289: results/060.processed, results/061.processed,
10290: results/062.processed, results/063.processed,
10291: results/064.processed, results/065.processed,
10292: results/066.processed, results/067.processed,
10293: results/068.processed, results/069.processed,
10294: results/070.processed, results/071.processed,
10295: results/072.processed, results/073.processed,
10296: results/074.processed, results/075.processed,
10297: results/076.processed, results/077.processed,
10298: results/078.processed, results/079.processed,
10299: results/080.processed, results/081.processed,
10300: results/082.processed, results/083.processed,
10301: results/084.processed, results/085.processed,
10302: results/086.processed, results/087.processed,
10303: results/088.processed, results/089.processed,
10304: results/090.processed, results/091.processed,
10305: results/092.processed, results/093.processed,
10306: results/094.processed, results/095.processed,
10307: results/096.processed, results/097.processed,
10308: results/099.processed, results/101.processed,
10309: results/102.processed, results/104.processed,
10310: results/105.processed, results/106.processed,
10311: results/107.processed, results/108.processed,
10312: results/109.processed, results/110.processed,
10313: results/111.processed, results/112.processed,
10314: results/113.processed, results/114.processed,
10315: results/115.processed, results/116.processed,
10316: results/117.processed, results/118.processed,
10317: results/119.processed, results/120.processed,
10318: results/121.processed, results/122.processed,
10319: results/123.processed, results/124.processed,
10320: results/125.processed, results/126.processed,
10321: results/127.processed, results/128.processed,
10322: results/129.processed, results/130.processed,
10323: results/131.processed, results/132.processed,
10324: results/133.processed, results/134.processed,
10325: results/135.processed, results/136.processed,
10326: results/137.processed, results/138.processed,
10327: results/139.processed, results/140.processed,
10328: results/141.processed: . refreshed old tests, made them work
10329: without auto.p (in utf8) . things noted: . gif got encoded
10330: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10331: some strange year)
10332:
10333: * INSTALL: . revived linux libgc fix
10334:
10335: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10336: glib/gdome in INSTALL and patches]
10337:
10338: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10339: include/pa_charset.h, include/pa_config_includes.h,
10340: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10341: include/pa_xml_exception.h, lib/cord/Makefile.am,
10342: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10343: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10344: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10345: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10346: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10347: types/pa_vxnode.h: . started killing gdome
10348:
10349: 2005-12-13 paf
10350:
10351: * src/main/: pa_request.C: merged from HEAD ! when code in
10352: @unhandled_exception thrown another exception, print correct
10353: origin (earlier code in catch of exception inside of
10354: @unhandled_exception grabbed parent_frame(original_exception)
10355: origin and printed it, instead of true origin)
10356:
10357: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10358: another exception, print correct origin (earlier code in catch of
10359: exception inside of @unhandled_exception grabbed
10360: parent_frame(original_exception) origin and printed it, instead
10361: of true origin)
10362:
10363: 2005-12-09 paf
10364:
10365: * INSTALL: . updated INSTALL doc to work around linux stack base
10366: detection problem, due to change in gc6.4 code
10367:
10368: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10369: ignored in ^string.matched :(
10370:
10371: * src/main/pa_string.C: ! regex tainting were ignored in
10372: ^string.matched :(
10373:
10374: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10375: src/include/pa_config_fixed.h, src/include/pa_version.h,
10376: src/main/compile.y, src/main/compile_tools.h,
10377: src/main/pa_charset.C, src/main/pa_common.C,
10378: src/main/pa_globals.C, src/main/pa_string.C,
10379: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10380: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10381:
10382: 2005-12-08 paf
10383:
10384: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10385: 500 chars now handled OK [were wrapped on 500th char according to
10386: rfc, but sendmail failed to unwrap it properly]
10387:
10388: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10389: handled OK [were wrapped on 500th char according to rfc, but
10390: sendmail failed to unwrap it properly]
10391:
10392: * src/targets/isapi/parser3isapi.C: . less warnings
10393:
10394: * src/targets/isapi/parser3isapi.C: . undone some strange change
10395: since 3.1.5
10396:
10397: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10398: link fixes
10399:
10400: * src/: classes/date.C, include/pa_config_fixed.h,
10401: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10402: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10403: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10404:
10405: * src/include/pa_config_fixed.h: . removed outdated string origins
10406: [in current storage scheme there's no place for them. someday we
10407: can add third CORD to store origins and special version of parser
10408: which stores origins there [separate binary]]
10409:
10410: 2005-12-07 paf
10411:
10412: * src/targets/isapi/parser3isapi.C: . now links in release mode
10413:
10414: * src/include/pa_version.h: makefiles
10415:
10416: * src/include/pa_version.h: . not beta
10417:
10418: * configure, configure.in, src/include/pa_version.h: not beta
10419:
10420: 2005-12-06 paf
10421:
10422: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10423: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10424: decided to undo the change ^call[$void] passes void. now it will
10425: pass empty string again.
10426:
10427: * src/main/: compile.tab.C, compile.y: . version readded
10428:
10429: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10430: = ^switch[void] problem
10431:
10432: 2005-12-01 paf
10433:
10434: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10435: caused ^case[string] to be coerced to double since searching
10436: value were not string (it was vvoid)
10437:
10438: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10439: ^case[string] to be coerced to double since searching value were
10440: not string (it was vvoid)
10441:
10442: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10443: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10444:
10445: 2005-11-30 paf
10446:
10447: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10448: win32 must putenv("TZ="), on unix works only putenv("TZ")
10449:
10450: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10451: putenv("TZ="), on unix works only putenv("TZ")
10452:
10453: * INSTALL: . xml libs versions updated
10454:
10455: * src/main/pa_globals.C: //20051130 trying to remove this, author
10456: claims that fixed a lot there // 20040920 for now both
10457: workarounds needed. wait for new libxml/xsl versions
10458:
10459: 2005-11-28 paf
10460:
10461: * src/classes/table.C: merged from HEAD: ! nameless table has
10462: columns==0
10463:
10464: * src/classes/table.C: ! nameless table has columns==0
10465:
10466: * src/main/pa_http.C: merged from HEAD: ! status line check made
10467: earlier [was totally wrong]
10468:
10469: * src/main/pa_http.C: ! status line check made earlier [was totally
10470: wrong]
10471:
10472: 2005-11-25 paf
10473:
10474: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10475: undoing for now...
10476:
10477: * src/include/pa_version.h: -this reduces speed(table::load),
10478: strange. undoing
10479:
10480: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10481:
10482: * src/classes/op.C: + ^while(){}[SEPARATOR]
10483:
10484: * src/include/pa_array.h: + optimistics added: all arrays (table
10485: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10486: this speeds things up and saves memory a LOT! (not noticed
10487: negative effect on syntetic tests, future will tell...)
10488:
10489: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10490: changed gc_malloc implementation, which obscured profiling
10491:
10492: * src/classes/table.C: merged from HEAD: + optimized
10493: table::load/sql, now row ArrayString-s allocated with
10494: columns.count() elements and don't always grow from
10495: count=3[realloc,realloc]
10496:
10497: * src/classes/table.C: + optimized table::load/sql, now row
10498: ArrayString-s allocated with columns.count() elements and don't
10499: always grow from count=3[realloc,realloc]
10500:
10501: * src/classes/table.C: merged from HEAD: . ^table.save unused
10502: buffer after save
10503:
10504: * src/classes/table.C: . ^table.save unused buffer after save
10505:
10506: 2005-11-24 paf
10507:
10508: * configure.in: . merged glib2-config patch
10509:
10510: * configure.in: + trying to find glib2-config
10511:
10512: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10513: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10514: file/dir_readable to simple file/dir_exist, this would help in
10515: situations "class not found because .p file has bad rights" << in
10516: that case error would be explicit "access denied to 'this' file"
10517:
1.116 moko 10518: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10519:
10520: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10521: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10522: to simple file/dir_exist, this would help in situations "class
10523: not found because .p file has bad rights" << in that case error
10524: would be explicit "access denied to 'this' file"
10525:
10526: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10527: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10528: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10529: ^file::exec/cgi[script;$.charset[changed]
10530: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10531: encoded in $.charset charset
10532:
10533: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10534: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10535: encoded in $.charset charset
10536:
10537: * src/: include/Makefile.am, include/pa_common.h,
10538: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10539: main/pa_common.C, main/pa_http.C: . extracted http:// into
10540: separate file [preparation for
10541: ^file::cgi[script;$.form[$.field1[]
10542:
10543: 2005-11-22 paf
10544:
10545: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10546:
10547: * acinclude.m4, configure.in: . merged underquting fixes
10548:
1.116 moko 10549: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10550:
10551: * src/classes/op.C: . overmerged a little
10552:
10553: * src/main/compile.tab.C: Makefile
10554:
10555: * src/main/: pa_common.C: . less gcc warnings
10556:
10557: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10558: now reports original exception if we have no old cache
10559:
10560: * src/classes/op.C: + $exception.handled[cache] now reports
10561: original exception if we have no old cache
10562:
10563: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10564: from HEAD: + ^taint/untaint[regex] << escapes these:
10565: \^$.[]|()?*+{}
10566:
10567: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10568: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10569:
10570: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10571: getenv-ed variable, which does not work both on win32&unix.
10572: copied old TZ value now
10573:
10574: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10575: stored pointer to getenv-ed variable, which does not work both on
10576: win32&unix. copied old TZ value now
10577:
10578: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10579: getenv-ed variable, which does not work both on win32&unix.
10580: copied old TZ value now
10581:
10582: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10583: access to internal hash
10584:
10585: * src/types/pa_vresponse.C: + $response:headers access to internal
10586: hash
10587:
10588: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10589: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10590: isapi] this reduces number of "GC Warning: Repeated allocation of
10591: very large block" messages to only important onces
10592:
10593: * src/targets/isapi/parser3isapi.C: +
10594: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10595: isapi] this reduces number of "GC Warning: Repeated allocation of
10596: very large block" messages to only important onces
10597:
10598: * src/classes/string.C: merged from HEAD: + removed limitation on
10599: ^string/int/double:sql{}[$.default[({param style})] ]
10600:
10601: * src/classes/string.C: + removed limitation on
10602: ^string/int/double:sql{}[$.default[({param style})] ]
10603:
10604: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10605: with ?params or $.form option" limitation
10606:
10607: * src/main/pa_common.C: + removed "use either uri with ?params or
10608: $.form option" limitation
10609:
10610: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10611: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10612: ^file::base64[encoded] decode
10613:
10614: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10615: main/pa_common.C: + ^file.base64[] encode +
10616: ^file::base64[encoded] decode
10617:
10618: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10619: ^string:base64[encoded] decode
10620:
10621: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10622: ^string:base64[in] encode + ^string.base64[] decode
10623:
10624: 2005-11-21 paf
10625:
10626: * src/classes/file.C: + merged from HEAD:
10627: ^file::create[text;file.xml;^untaint[xml]{data}]
10628:
10629: * src/classes/file.C: +
10630: ^file::create[text;file.xml;^untaint[xml]{data}]
10631:
10632: * src/main/pa_request.C: ! merged: $response:body[file] now
10633: differes from :download, it does not return content-disposition
10634: at all now [previusely it returned valueless content-disposition]
10635:
10636: * src/main/pa_request.C: ! $response:body[file] now differes from
10637: :download, it does not return content-disposition at all now
10638: [previusely it returned valueless content-disposition]
10639:
10640: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10641: literals, reverted to just vvod, recreating empty array with each
10642: void_value token. that's absolutely needed, since that array
10643: grows
10644:
10645: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10646: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10647: types/pa_vmethod_frame.h: + merged: expression literals:
10648: true/false. ^format[$.indent(true)]
10649:
10650: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10651: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10652: types/pa_vmethod_frame.h: + expression literals: true/false.
10653: ^format[$.indent(true)]
10654:
10655: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10656: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10657: i386-pc-win32)"
10658:
10659: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10660: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10661: i386-pc-win32)"
10662:
10663: 2005-11-18 paf
10664:
10665: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10666: null}[$.default(123)] will now return default value
10667:
10668: * src/classes/op.C: + merged ^cache[] << returns current cache
10669: expiration time
10670:
10671: * src/classes/op.C: + ^cache[] << returns current cache expiration
10672: time
10673:
10674: * src/classes/table.C: ! merged ^table::create[not'nameless';
10675: failed << Exception.problem_source pointed to local var!
10676:
10677: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10678: Exception.problem_source pointed to local var!
10679:
10680: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10681: now loads VFile.ptr!=0, so such files can be saved now
10682:
10683: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10684: loads VFile.ptr!=0, so such files can be saved now
10685:
10686: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10687: only . and .. now removed from list [were removed all .*]
10688:
10689: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10690: .. now removed from list [were removed all .*]
10691:
10692: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10693: open error now checked, were not :( [stole that piece from apache
10694: 1.3 sources]
10695:
10696: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10697: checked, were not :( [stole that piece from apache 1.3 sources]
10698:
10699: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10700: untainting of @main result if returned by $result or
10701: $response:body
10702:
10703: * src/main/pa_request.C: ! ensured proper untainting of @main
10704: result if returned by $result or $response:body
10705:
10706: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10707: issue: now tries to guess content-length and allocates one big
10708: piece if possible [regretfully gc_realloc works as malloc+free,
10709: leaving lots of holes behind]
10710:
10711: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10712: fixed file load memory issue: now tries to guess content-length
10713: and allocates one big piece if possible [regretfully gc_realloc
10714: works as malloc+free, leaving lots of holes behind]
10715:
10716: 2005-11-16 paf
10717:
10718: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10719: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10720: table::save with enclosers now doubles them: "->"" !
10721: table::save/load do not remove elements from options hash
10722:
10723: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10724: [were overoptimized ^if(double_literal), compiler confused
10725: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10726:
10727: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10728: [were overoptimized ^if(double_literal), compiler confused
10729: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10730:
10731: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10732: main/pa_common.C: ! table::save with enclosers now doubles them:
10733: "->"" ! table::save/load do not remove elements from options hash
10734:
10735: 2005-11-03 paf
10736:
1.116 moko 10737: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10738: compilation, not all makefiles liked that
1.95 moko 10739:
10740: 2005-08-30 paf
10741:
10742: * src/classes/op.C: merge . speedup check of [DEFAULT]
10743:
10744: * src/classes/op.C: . speedup check of [DEFAULT]
10745:
10746: 2005-08-26 paf
10747:
10748: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10749:
10750: * src/: classes/date.C, types/pa_vdate.h: + date.week
10751:
10752: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10753: complains about bad!=nameless
10754:
10755: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10756: about bad!=nameless
10757:
10758: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10759: optional options were allowed to be empty. were checked
10760: if(is_string), changed to !defined||is_string to allow void
10761:
10762: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10763: classes/string.C, classes/table.C, classes/void.C: ! optional
10764: options were allowed to be empty. were checked if(is_string),
10765: changed to !defined||is_string to allow void
10766:
10767: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10768: as_junction where they needed as_int/double, so failed with
10769: recent "(const) now no junction" optimization
10770:
10771: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10772: merged ! many classes/* used as_junction where they needed
10773: as_int/double, so failed with recent "(const) now no junction"
10774: optimization
10775:
10776: * src/: classes/double.C, classes/int.C, classes/math.C,
10777: classes/op.C, classes/string.C, classes/table.C,
10778: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10779: used as_junction where they needed as_int/double, so failed with
10780: recent "(const) now no junction" optimization
10781:
10782: 2005-08-24 paf
10783:
10784: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10785: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10786: stripped it
10787:
10788: 2005-08-09 paf
10789:
10790: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10791: not cleared
10792:
10793: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10794: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10795: classes/hashfile.C, classes/image.C, classes/int.C,
10796: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10797: classes/response.C, classes/string.C, classes/table.C,
10798: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10799: include/pa_array.h, include/pa_cache_managers.h,
10800: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10801: include/pa_config_fixed.h, include/pa_config_includes.h,
10802: include/pa_dictionary.h, include/pa_dir.h,
10803: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10804: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10805: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10806: include/pa_request_charsets.h, include/pa_request_info.h,
10807: include/pa_sapi.h, include/pa_socks.h,
10808: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10809: include/pa_stack.h, include/pa_string.h,
10810: include/pa_stylesheet_connection.h,
10811: include/pa_stylesheet_manager.h, include/pa_table.h,
10812: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10813: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10814: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10815: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10816: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10817: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10818: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10819: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10820: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10821: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10822: main/pa_sql_driver_manager.C, main/pa_string.C,
10823: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10824: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10825: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10826: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10827: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10828: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10829: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10830: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10831: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10832: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10833: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10834: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10835: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10836: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10837: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10838: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10839: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10840: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10841: types/pa_vresponse.C, types/pa_vresponse.h,
10842: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10843: types/pa_vstateless_object.h, types/pa_vstatus.C,
10844: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10845: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10846: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10847: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10848: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10849:
10850: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10851: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10852: speedup consequent checks in vmethod_frame
10853:
10854: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10855: not cleared
10856:
10857: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10858: params: 50 max (were 10)
10859:
10860: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10861: params: 50 max (were 10)
10862:
10863: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10864: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10865: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10866: empty string) ! simplified (double) speedup consequent checks in
10867: vmethod_frame
10868:
10869: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10870: optimized constants in expressions vstring->vdouble + optimized
10871: ^call(vdouble), no junction creation, no calls later
10872:
10873: 2005-08-08 paf
10874:
10875: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10876: compile_tools.h: merged + optimized constants in expressions
10877: vstring->vdouble + optimized ^call(vdouble), no junction
10878: creation, no calls later
10879:
10880: * src/types/pa_vdouble.h: merged . double values without fractional
10881: part now default printed as %.0f instead of %g
10882:
10883: * src/types/pa_vdouble.h: . double values without fractional part
10884: now default printed as %.0f instead of %g
10885:
10886: * src/classes/hashfile.C: . merged ! second hashfile::open would
10887: cause an exception
10888:
10889: * src/classes/hashfile.C: ! second hashfile::open would cause an
10890: exception
10891:
10892: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10893: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10894: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10895: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10896: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10897: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10898: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10899: types/pa_vresponse.h, types/pa_vstateless_class.C,
10900: types/pa_vstateless_object.h, types/pa_vvoid.h,
10901: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10902: merged VJunction(new Junction) optimization from 3.1.4
10903:
10904: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10905: types/pa_vstateless_class.C: + optimized new VJunction(new
10906: Junction(params)) to new VJunction(params), thousands of mallocs
10907: removed
10908:
10909: 2005-08-05 paf
10910:
10911: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10912: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10913: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10914: creation, no calls later
10915:
10916: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10917: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10918: classes/hashfile.C, classes/image.C, classes/int.C,
10919: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10920: classes/response.C, classes/string.C, classes/table.C,
10921: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10922: include/pa_array.h, include/pa_cache_managers.h,
10923: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10924: include/pa_config_fixed.h, include/pa_config_includes.h,
10925: include/pa_dictionary.h, include/pa_dir.h,
10926: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10927: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10928: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10929: include/pa_request_charsets.h, include/pa_request_info.h,
10930: include/pa_sapi.h, include/pa_socks.h,
10931: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10932: include/pa_stack.h, include/pa_string.h,
10933: include/pa_stylesheet_connection.h,
10934: include/pa_stylesheet_manager.h, include/pa_table.h,
10935: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10936: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10937: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10938: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10939: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10940: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10941: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10942: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10943: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10944: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10945: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10946: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10947: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10948: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10949: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10950: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10951: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10952: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10953: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10954: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10955: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10956: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10957: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10958: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10959: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10960: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10961: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10962: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10963: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10964: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10965: types/pa_vstateless_object.h, types/pa_vstatus.C,
10966: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10967: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10968: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10969: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10970: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10971:
10972: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10973: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10974: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10975: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10976: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10977: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10978: optimized constants in expressions vstring->vdouble
10979:
10980: 2005-07-29 paf
10981:
10982: * src/types/pa_vclass.C: . shaped up error messages a bit
10983:
10984: * src/types/pa_vclass.C: + property getter can now be overridden
10985:
10986: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10987: bug fix: static parent fields were not replaced in case
10988: $derived:field[put] + property setter can now be overridden
10989:
10990: 2005-07-28 paf
10991:
10992: * configure, configure.in, src/classes/classes.h,
10993: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10994: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10995: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10996: src/classes/xnode.h, src/include/pa_hash.h,
10997: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10998: src/types/Makefile.am, src/types/pa_method.h,
10999: src/types/pa_value.h, src/types/pa_vclass.C,
11000: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
11001: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
11002: src/types/pa_vcookie.h, src/types/pa_vhash.h,
11003: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
11004: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
11005: src/types/pa_vobject.C, src/types/pa_vobject.h,
11006: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
11007: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
11008: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11009: src/types/pa_vstateless_class.h,
1.95 moko 11010: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11011: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11012: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11013: dynamic_fields_join
11014:
11015: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11016: classes/xnode.C, include/pa_hash.h, main/execute.C,
11017: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11018: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11019: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11020: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11021: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11022: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11023: types/pa_vresponse.h, types/pa_vstateless_object.h,
11024: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11025: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11026: restored its checks in vobject.put_element->static fields |
11027: dynamic properties
11028:
11029: 2005-07-27 paf
11030:
11031: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11032: is some old code containing @set_name $name
11033:
11034: * src/types/pa_vobject.h: . fixed warning
11035:
11036: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11037: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11038:
11039: * src/: classes/xnode.C, include/pa_hash.h,
11040: types/pa_vstateless_class.C: ! new asserts were all false.
11041: regretfully reverted them all to checks
11042:
11043: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11044: classes/op.C, main/execute.C, types/pa_method.h,
11045: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11046: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11047: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11048: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11049: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11050: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11051: types/pa_vstateless_object.h, types/pa_vvoid.h,
11052: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11053: joined_dynamic_fields: removed unused param from put_method
11054: (returned to 3 params)
11055:
11056: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11057: joined_dynamic_fields: dynamic get/set works with overriding
11058: props [alpha2]
11059:
11060: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11061: works [alfa]
11062:
11063: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11064: classes/op.C, include/pa_hash.h, main/execute.C,
11065: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11066: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11067: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11068: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11069: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11070: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11071: types/pa_vresponse.h, types/pa_vstateless_class.C,
11072: types/pa_vstateless_object.h, types/pa_vvoid.h,
11073: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11074: joined_dynamic_fields: just compiled
11075:
11076: * src/: classes/date.C, classes/file.C, classes/hash.C,
11077: classes/hashfile.C, classes/image.C, classes/table.C,
11078: classes/xdoc.C, classes/xnode.h, main/execute.C,
11079: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11080: types/pa_vstateless_class.h: joined_dynamic_fields: started
11081:
11082: * src/types/pa_vobject.C: . object setters [only started, does not
11083: work yet]
11084:
11085: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11086: object setters [only started, does not work yet]
11087:
11088: 2005-07-26 paf
11089:
11090: * src/: include/pa_request.h, main/execute.C: . properties: set
11091: works [alpha2]. for classes. todo: for objects
11092:
11093: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11094: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11095: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11096: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11097: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11098: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11099: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11100: types/pa_vstateless_object.h, types/pa_vvoid.h,
11101: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11102: properties: set works [alpha1]
11103:
11104: 2005-07-25 paf
11105:
11106: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11107: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11108: properties: started, get works [alpha1, other approach]
11109:
11110: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11111: properties: started, get works [alpha2]
11112:
11113: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11114: pa_vstateless_class.h: . properties: started, get works [alpha]
11115:
11116: 2005-07-15 paf
11117:
11118: * src/: classes/classes.h, classes/op.C, main/execute.C,
11119: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11120: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11121: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11122: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11123: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11124: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11125: types/pa_vresponse.C, types/pa_vresponse.h,
11126: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11127: types/pa_vstateless_object.h, types/pa_vvoid.h,
11128: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11129: types/pa_wwrapper.h, types/types.vcproj: + started property
11130: [getters work but think of changing them too to precaching]
11131:
11132: 2005-07-08 paf
11133:
11134: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11135: gpf
11136:
11137: 2005-06-28 paf
11138:
11139: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11140: in passing empty strings to file::exec/cgi environment
11141:
11142: 2005-06-06 paf
11143:
11144: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11145: ^table:sql ^hash:sql now DO process $.bind option
11146:
11147: 2005-05-24 paf
11148:
11149: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11150: $.limit] now work again [support was broken in 3.1.4]
11151:
11152: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11153: ALL_INTERIOR_POINTERS
11154:
11155: 2005-05-12 paf
11156:
11157: * configure: 3.1.5beta
11158:
11159: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11160:
11161: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11162: $.limit] now work again [support was broken in 3.1.4]
11163:
11164: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11165: line-width [was refusing to fill if line-width >1, thanks to
11166: Seras <seras@pinxit.lt> for repro case
11167:
11168: 2005-04-25 paf
11169:
11170: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11171: correctly
11172:
11173: 2005-04-19 paf
11174:
11175: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11176: in VString violating invariant!!
11177:
11178: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11179: getenv("TZ")==null
11180:
11181: 2005-04-08 paf
11182:
11183: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11184: bugfix: when there is no char in charset one byte produces 6
11185: (ÿ <<max). increased buffer size!
11186:
11187: 2005-03-23 paf
11188:
11189: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11190: ^date.sql-string now takes TZ into account
11191:
11192: 2005-03-16 paf
11193:
11194: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11195: gcc 3.4
11196:
11197: * src/types/pa_vhash.C: . warning about eof eol
11198:
11199: 2005-02-17 paf
11200:
11201: * operators.txt, src/classes/op.C: + operator ^sleep(double
11202: seconds)
11203:
11204: 2005-02-02 paf
11205:
11206: * src/classes/xnode.C: beauty: removed needless includes
11207:
11208: 2005-01-31 paf
11209:
11210: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11211: $.partNoNumber now alias to $.part1
11212:
11213: * src/types/pa_vmail.C: change: incoming letter part contains
11214: "content-disposition" header with any value? now considering that
11215: part to be "file#" [for text/plain text/html were $.text#
11216: $.html#]
11217:
11218: * INSTALL: updatet to latest working versions available
11219:
11220: 2005-01-20 paf
11221:
11222: * configure.in, src/include/pa_version.h: version
11223:
11224: 2005-01-19 paf
11225:
1.116 moko 11226: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11227: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11228: couple warnings in parser3.C
1.95 moko 11229:
11230: 2004-12-23 paf
11231:
11232: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11233:
11234: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11235: dir to directory of script (when shbang used), not to directory
11236: of its interpreter
11237:
11238: * src/include/pa_version.h: compiled on win32...
11239:
11240: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11241: we need more hspace
11242:
11243: * configure, configure.in, src/include/pa_version.h: configured
11244: host to pa_version. will be displayed everywhere
11245:
11246: * src/main/pa_request.C: new: @unhandled_exception can prevent
11247: exception from being logged by setting $exception.handled(1)
11248:
11249: * operators.txt, src/classes/file.C: change:
11250: ^file::sql{query}[[options]] options: $.name[file name]
11251: $.content-type[application/what]
11252:
11253: * src/: include/pa_common.h, main/pa_common.C,
11254: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11255: new file
11256:
11257: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11258: bugfix: table->hash now regards _default
11259:
11260: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11261: created by accessing $name_of_method it acquired bad self=closest
11262: methodframe; instead of proper self (current class)
11263:
11264: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11265: hashfile produced bad cord
11266:
11267: 2004-12-10 paf
11268:
11269: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11270: subsequent failures though defined in .h
11271:
11272: * src/main/pa_common.C: comment on volatile
11273:
11274: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11275: alarm function were not used since the beginning due to stupid
11276: error [setsigjmp were not checked in configure.in]
11277:
11278: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11279: unix too
11280:
11281: * src/main/pa_common.C: http: exception status of send/recv errors
11282: change to most probable http.timeout
11283:
11284: * src/main/pa_common.C: win32: http connection $.timeout option now
11285: works [setsockopt on send/receive]
11286:
11287: 2004-12-08 paf
11288:
11289: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11290: cstr-ed knowing mail charset, and untainting uri lang now knows
11291: proper charset
11292:
11293: 2004-11-24 paf
11294:
11295: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11296:
11297: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11298: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11299:
11300: 2004-11-12 paf
11301:
11302: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11303: [since 3.0.4]
11304:
11305: 2004-11-09 paf
11306:
11307: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11308: writes basics to c:\parser3.log
11309:
11310: 2004-10-21 paf
11311:
11312: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11313: tainted strings [were returning clean onces]
11314:
11315: 2004-10-15 paf
11316:
11317: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11318: cycles(i=1; i=2), which was wrong, now does ONE
11319:
11320: 2004-10-12 paf
11321:
11322: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11323:
11324: 2004-10-07 paf
11325:
11326: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11327: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11328: release asserts
11329:
11330: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11331: String.dump() to stdout in detailed form [were String.v() in
11332: short form]
11333:
11334: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11335: \t\r\n as @#| and truncates long char sequences less
11336:
11337: 2004-10-06 paf
11338:
11339: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11340: win32 beauty: socket errors properly decoded
11341:
11342: 2004-10-05 paf
11343:
11344: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11345: request::configure_user/admin done always, even if no
11346: file-to-process useful in @unhandled_exception [say, if they
11347: would want to mail by SMTP something]
11348:
11349: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11350: now performed prior to file loading [and @auto executing] thus
11351: making $cookie:value available in @auto and in
11352: @unhandled_exception when IIS is configured to run interpreter
11353: even if no file exist
11354:
11355: 2004-09-20 paf
11356:
11357: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11358: somewhere where it should have called xmlMalloc and it calls
11359: xmlFree when it should have not called it. inserted two
11360: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11361: xmlFree just ignored. put away a testcase, maybe someday libxml
11362: author would fix all that. until that day: we have SLOW garbage
11363: collecting when many xml objects are alive hint: do
11364: ^memory:compact[] before xdoc::create
11365:
11366: 2004-09-17 paf
11367:
11368: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11369: error from 3.0.8 version]
11370:
11371: 2004-09-14 paf
11372:
11373: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11374: part bugfix: hashfile.foreach iterated only part if hashfile were
11375: modified inside
11376:
11377: 2004-09-13 paf
11378:
11379: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11380: [were as octal]
11381:
11382: * src/types/pa_vhashfile.C: beauty: not reproduced
11383: $hashfile.key[$novalue] bug [reported by motorin], inserted
11384: safety-check
11385:
11386: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11387: [not something obscure from sdbm lib]
11388:
11389: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11390: = strerror now returnes something and we can properly report that
11391: to client
11392:
11393: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11394: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11395:
11396: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11397: [tainted as-is] this helps //[space][newline] to remain as-is and
11398: not be unnecessary optimized away [ruining javascript]
11399:
11400: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11401: [tainted as-is]
11402:
11403: * src/classes/mail.C: bugfix: typo error
11404:
11405: 2004-09-09 paf
11406:
11407: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11408: separators bugfix: loads header with endings \r\n\r\n and \n\n
11409: (bloody yandex.server)
11410:
11411: 2004-09-06 paf
11412:
11413: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11414: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11415: encoded
11416:
11417: 2004-09-01 paf
11418:
11419: * src/types/pa_vmail.C: change: multipart/mixed changed to
11420: multipart/related outlook express have no problems showing
11421: unrelated attachments. todo: someday figure out a way of
11422: multipart/mixed multipart/related text/html
11423: image/xxx application/octet-stream << true attachments
11424:
11425: * src/types/pa_vmail.C: new:
11426: ^mail:send[$.file[$.content-disposition can be overriden new:
11427: empty mail header fields removed from letter
11428:
11429: * src/: classes/mail.C, include/pa_config_fixed.h,
11430: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11431: ^mail:send[ $.file[ $.any[header]
11432:
11433: 2004-08-30 paf
11434:
11435: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11436: warnings
11437:
11438: * src/main/pa_common.C: beauty: do not bother with charset
11439: detection when ^file::load[binary
11440:
11441: 2004-08-27 paf
11442:
11443: * src/main/pa_common.C: hack: for yandex.server http server
11444:
11445: 2004-08-18 paf
11446:
11447: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11448: possibly-chunked response
11449:
11450: 2004-08-17 paf
11451:
11452: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11453: $f.content-type now = that of http response
11454:
11455: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11456: $f.content-type now = that of http response
11457:
11458: 2004-07-30 paf
11459:
11460: * src/: include/pa_request.h, main/pa_request.C,
11461: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11462: win32: system&parser exceptions in release mode reported properly
11463: parser exception in exception handler WERE mistakenly reported as
11464: system exception, without details [in apache & isapi] +some
11465: beauty in exception text
11466:
11467: * src/: include/pa_exception.h, main/pa_request.C,
11468: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11469: release mode reported properly parser exception in exception
11470: handler WERE mistakenly reported as system exception, without
11471: details
11472:
11473: * src/main/execute.C: beauty: simplified system exception handling
11474:
11475: 2004-07-29 paf
11476:
11477: * src/classes/table.C: bugfix:
11478: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11479: were ignored, and \t used unconditionally]
11480:
11481: * src/types/Makefile.am: added vhash.c
11482:
11483: 2004-07-28 paf
11484:
11485: * src/: classes/date.C, classes/image.C, classes/math.C,
11486: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11487: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11488: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11489: failed on russian letters
11490:
11491: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11492: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11493: letters
11494:
11495: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11496: as 'currentDirectory' parameter to CreateProcess
11497:
11498: 2004-07-27 paf
11499:
11500: * src/targets/cgi/parser3.vcproj: beauty: win32:
11501: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11502: from release somewhere [to help searching for unhandled system
11503: exceptions]
11504:
11505: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11506: TZ shift
11507:
11508: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11509: but also in ctor
11510:
11511: 2004-07-26 paf
11512:
11513: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11514: src/main/pa_request.C, src/types/pa_vfile.h,
11515: src/types/pa_vhash.C, src/types/pa_vhash.h,
11516: src/types/types.vcproj: new: $response:body/download[
11517: $.file[name on disk] $.name[of file for user]
11518: $.mdate[date of last-modified. default from directory] ]
11519:
11520: * src/classes/file.C: moving file:send somewhere else..
11521:
11522: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11523: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11524: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11525: $response:download[ $.filename[filename] $.option[] ,, ]
11526:
11527: * src/classes/file.C: beauty: invalid mode thoroughly reported
11528:
11529: 2004-07-21 paf
11530:
11531: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11532: to several lines
11533:
11534: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11535:
11536: note: ms outlook[!express] shows only first 255 characters of
11537: subject
11538:
11539: 2004-07-15 paf
11540:
11541: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11542: off]
11543:
11544: 2004-07-14 paf
11545:
11546: * src/classes/table.C: bugfix: $.bind values now got untainted
11547: according to lang [were: as-is]
11548:
11549: 2004-07-07 paf
11550:
11551: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11552: checked that
11553:
11554: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11555: now untainted according to their languages. were: as-is.
11556: EVERYWHERE
11557:
11558: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11559: environment string now untainted according to their languages.
11560: were: as-is. EVERYWHERE
11561:
11562: * src/main/pa_exec.C: bufix: on unix environment string now
11563: untainted according to their languages. were: as-is. on win32:
11564: ok
11565:
11566: * parser3.vssscc: ...would not go unnoticed
11567:
11568: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11569: fails. in case on input appears nonutf, those bytes will be
11570: printed in %HH form. that can be easily decoded/recovered.
11571:
11572: this form is quite noticable, and hopefully would not go noticed
11573:
11574: 2004-07-06 paf
11575:
11576: * src/main/pa_exec.C: bufix: on unix environment string now
11577: untainted according to their languages. were: as-is. on win32:
11578: ok
11579:
11580: 2004-07-01 paf
11581:
11582: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11583: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11584: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11585: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11586: main/main.vcproj, targets/cgi/parser3.vcproj,
11587: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11588: option: global optimization ON
11589:
11590: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11591: to do xdoc::create{invalid chars} standard disables chars less
11592: then \x20, except tab, cr, lf.
11593:
11594: changed tainting so that those become '!'
11595:
11596: 2004-06-25 paf
11597:
11598: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11599: int on odd address [prev bugfix failed due to superwize
11600: optimizer, which turned memcpy into same 'ld' asm command]
11601:
11602: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11603: int on odd address
11604:
11605: 2004-06-22 paf
11606:
11607: * src/sql/pa_sql_driver.h: note: about possible optimization
11608:
11609: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11610: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11611: src/include/pa_config_includes.h: new: ^void:sql{call
11612: paf(:a)}[ $.bind[ $.a[2]
11613: ] ] output variables work. todo: check in out
11614: variables
11615:
11616: 2004-06-18 paf
11617:
11618: * src/: classes/file.C, classes/hash.C, classes/string.C,
11619: classes/table.C, classes/void.C, include/pa_globals.h,
11620: include/pa_sql_connection.h, main/compile.tab.C,
11621: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11622: $.bind[ $.a[2] ]
11623: ] input variables work. todo:output
11624:
11625: * src/targets/cgi/parser3.C: bugfix: iis specific
11626: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11627: /_bug.html?404;http://hpsv/test/
11628: --------------------------------------------------------------------------------
11629: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11630: --------------------------------------------------------------------------------
11631: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11632:
11633: 2004-06-16 paf
11634:
11635: * src/targets/cgi/parser3.C: new: iis specific
11636: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11637: $request:query
11638: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11639: $form:fields IIS-STATUS="404"
11640: IIS-DOCUMENT="http://server/_bug.html" f="v"
11641:
11642: todo: isapi too
11643:
11644: 2004-05-26 paf
11645:
11646: * src/include/pa_version.h: 3.1.3
11647:
11648: * operators.txt: beauty: removed outdated level 'table'
11649:
11650: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11651:
11652: * src/main/pa_string.C: beauty: removed 3 warnings
11653:
11654: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11655: classes/op.C: beauty: removed outdated level 'table'
11656:
11657: 2004-05-25 paf
11658:
11659: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11660: implementation. mistery: how anything worked
11661:
11662: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11663: changed, it is now safe to use url if pointers to it are stored
11664: to gc mem
11665:
11666: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11667: unknown errors reported and not cause SIGSEGV now
11668:
11669: 2004-05-24 paf
11670:
11671: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11672: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11673: less memory: CORD_chars_block originally intended to ... it was
11674: good that CORD_chars_block were not used: it consumes more memory
11675: [and, might be slow too] undoing that. [and removed that func so
11676: that it would not confuse parser developer in future]
11677:
11678: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11679: less memory: CORD_chars_block originally intended to
11680: speedup/reduce mem usage were forgotten, and were used stupid
11681: CORD_chars
11682:
11683: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11684:
11685: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11686: BIGENDIAN processors space-conserving mech failed, causing
11687: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11688: (1|2|3));
11689:
11690: 2004-05-14 paf
11691:
11692: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11693: bugfix: void now has vfile value, and $response:body[] works OK
11694:
11695: 2004-05-12 paf
11696:
11697: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11698: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11699: sources to use is_defined() {return as_bool();} along VBool
11700:
11701: 2004-05-11 paf
11702:
11703: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11704: referencing to local objects
11705:
11706: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11707: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11708: left intact
11709:
11710: 2004-04-15 paf
11711:
11712: * src/classes/date.C: merged: beauty: unused var removed
11713:
11714: * src/classes/date.C: beauty: unused var removed
11715:
11716: * src/include/: pa_exec.h: bugfix: interface without pointer
11717: provoked bug
11718:
11719: 2004-04-09 paf
11720:
11721: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11722:
11723: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11724:
11725: 2004-04-08 paf
11726:
11727: * src/classes/date.C: new: ^date::create[y-m-d
11728: h-M-s>>.milliseconds<<] now allowed, ignored so far
11729:
11730: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11731:
11732: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11733: to consult default catalog [usually, that file belongs to other
11734: user/group]
11735:
11736: 2004-04-06 paf
11737:
11738: * src/main/pa_common.C: beauty: gcc warning removed
11739:
11740: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11741: accept that trick, trying other
11742:
11743: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11744: explicit result problem
11745:
11746: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11747: explicit result problem
11748:
11749: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11750: explicit result problem
11751:
11752: * operators.txt, src/classes/string.C: new: ^string.append[string]
11753:
11754: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11755: main/execute.C: attempt_check_call_in_explicit_result_mode:
11756: failed
11757:
11758: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11759: http://i.p.a.ddress gethostbyaddr added [on some platforms
11760: gethostbyname failed with such 'domains'] now checked properly,
11761: were: needless reverse/forward dns lookup
11762:
11763: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11764: http://i.p.a.ddress gethostbyaddr added [on some platforms
11765: gethostbyname failed with such 'domains'] now checked properly,
11766: were: needless reverse/forward dns lookup
11767:
11768: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11769: @method[][result] means "no string output here" moved to lexical
11770: level [on grammar level it were too difficult]
11771:
11772: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11773: src/main/compile.y, src/main/compile_tools.h,
11774: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11775: @method[][result] means "no string output here", implemented part
11776: of that idea: compiler throws away string literal generation
11777: code. and barks nonwhitespace chars
11778:
11779: * operators.txt: truth: removed comment about $ORIGIN
11780:
11781: 2004-04-05 paf
11782:
11783: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11784: src/include/pa_version.h, src/main/pa_common.C,
11785: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11786:
11787: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11788: Konstantin Tomashevitch [mailto:konst@design.ru]
11789:
11790: * src/doc/html2chm.cmd: beauty: no need in bg here
11791:
11792: * src/doc/sources2html.cmd: beauty: same window, in bg it
11793: interfered with FAR console
11794:
11795: * configure, configure.in: 3.1.3
11796:
11797: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11798:
11799: * src/main/pa_common.C: removed warning
11800:
11801: * src/include/pa_version.h: 3.1.3
11802:
11803: 2004-04-02 paf
11804:
11805: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11806:
11807: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11808: allows to specify where to put parser log file
11809:
11810: 2004-04-01 paf
11811:
11812: * src/classes/table.C: bugfix: bugfix: table::load last line
11813: without tab and enter were ignored
11814:
11815: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11816: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11817: main/pa_socks.C, targets/cgi/parser3.C,
11818: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11819: bugfix: sql connections now are disconnected
11820:
11821: 2004-03-30 paf
11822:
11823: * src/classes/table.C: bugfix: table::load last line without tab
11824: and enter were ignored
11825:
11826: * src/classes/table.C: bufix: if last table lines were commented,
11827: gpfed
11828:
11829: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11830: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11831: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11832: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11833: doc/methoded.dox, doc/object.dox, doc/string.dox,
11834: doc/targets.dox, doc/value.dox, include/pa_version.h,
11835: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11836: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11837: bugfixes from 3.1.2, changed version to 3.1.3beta
11838:
11839: 2004-03-29 paf
11840:
11841: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11842: causes gpf
11843:
11844: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11845: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11846: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11847: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11848: value.dox: translated to english
11849:
11850: 2004-03-25 paf
11851:
11852: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11853: parser3project dependency removed
11854:
11855: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11856: bugfix: refused to compile without xml
11857:
11858: * src/types/pa_vform.C: beauty: removed warning
11859:
11860: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11861: any folder [removed last ;) folder dependency]
11862:
11863: * src/classes/classes.vcproj: bugfix: now all compiles in any
11864: folder [removed last ;) folder dependency]
11865:
11866: * src/include/pa_version.h: release
11867:
11868: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11869:
11870: * src/classes/table.C: beauty: comment& more meaningful error
11871: message
11872:
11873: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11874: $.hash[$.column_value1(true) ... ] [were producing some strang
11875: thing]
11876:
11877: 2004-03-23 paf
11878:
11879: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11880: and http status line parsing checked number of columns in table
11881: [user reported an assert]
11882:
11883: * operators.txt: example: on hashfile
11884:
11885: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11886: bugfix: junction reattach now actually reattaches a junction to
11887: new wcontext [were only assigning it to junction, which caused
11888: junction tracking to loose junction, and it's context were not
11889: killed, and it tried to process in invalid context, gpf]
11890:
11891: * src/targets/cgi/parser3.C: debug helper added
11892:
11893: 2004-03-19 paf
11894:
11895: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11896: "type(type)" in braces
11897:
11898: 2004-03-10 paf
11899:
11900: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11901: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11902: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11903: solution to search-in-namespaces problem:
11904: $xdoc.search-namespaces.x[http://pif.design.ru/]
11905: $nodes[^xdoc.select[//x:second]]
11906:
11907: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11908: expression][[NAMESPACES HASH]] allows to search for info in
11909: namespaces
11910:
11911: $nodes[^xdoc.select[//x:second][
11912: $.x[http://pif.design.ru/] ]]
11913:
11914: 2004-03-09 paf
11915:
11916: * operators.txt, src/main/pa_common.C: new:
11917: ^file::load[...][options] $.form[
11918: !$.field1[string]
11919: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11920: ] !$.body[string]
11921:
11922: GET ?here notGET(POST, HEAD, others) in content-type:
11923: application/x-www-form-urlencoded
11924:
11925: todo: upload files ability
11926:
11927: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11928: properly, done
11929:
11930: 2004-03-05 paf
11931:
11932: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11933: GET/POST $.form[$.fields started, not tested yet
11934: todo:$.field[table] for multiple values
11935:
11936: * operators.txt: new: http:// options $.user $.password basic
11937: authorization
11938:
11939: * src/main/pa_common.C: beauty: link to rtf added
11940:
11941: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11942: new: http:// options $.user $.password basic authorization
11943:
11944: * src/main/pa_common.C: beauty: removed needless vars
11945:
11946: * operators.txt: new: pgsql option [like that recently added to
11947: oracle driver] ClientCharset=parser-charset <<
11948: charset in which parser thinks client works
11949:
11950: * operators.txt: new: odbc option [like that recently added to
11951: oracle driver] ClientCharset=parser-charset <<
11952: charset in which parser thinks client works
11953:
11954: * src/sql/pa_sql_driver.h: beauty: important warning added
11955:
11956: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11957: char!
11958:
11959: * etc/parser3.charsets/windows-1251.cfg: typo
11960:
11961: 2004-03-04 paf
11962:
11963: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11964: cached, sql transcoding now goes faster
11965:
11966: * operators.txt: new: mysql option [like that recently added to
11967: oracle driver] ClientCharset=parser-charset <<
11968: charset in which parser thinks client works
11969:
11970: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11971: typo error
11972:
11973: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11974: chars commented
11975:
11976: 2004-03-03 paf
11977:
11978: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11979: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11980:
11981: 2004-03-02 paf
11982:
11983: * operators.txt: new[update typo]: !^void.left(n)
11984: nothing !^void.right(n) nothing !^void.mid(p[;n])
11985: nothing
11986:
11987: * operators.txt, src/classes/void.C: new: !^void.left(n)
11988: nothing !^void.right(n) nothing !^void.pos(p[;n])
11989: nothing
11990:
11991: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11992: ^file::sql[[name_to_become_$.name]]{} query result must be one
11993: row with columns: first: data second: file name third:
11994: content-type
11995:
11996: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11997: ^connect gets properly escaped string, which can be passed to
11998: request now this for mysql only. it's up to parser sql driver to
11999: fix zeros properly
12000:
12001: * INSTALL: note: added on building apache with this option:
12002: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
12003:
12004: 2004-03-01 paf
12005:
12006: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
12007: extension memory:compact befor processingrequest
12008:
12009: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12010: call sole column of result
12011:
12012: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12013: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12014: pixel color
12015:
12016: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12017: beauty: image -- less checks [were ugly impl]
12018:
12019: * src/classes/string.C: bugfix: ^string.left/right/mid with
12020: negative values now considered bad
12021:
12022: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12023:
12024: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12025: options now have unified defaults [after transform
12026: indent/omit-xml-declaration/standalone 'default' erroreously
12027: meant 'true']
12028:
12029: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12030: added [on some platforms gethostbyname failed with such
12031: 'domains']
12032:
12033: * src/include/pa_config_auto.h.in: no select check, no define
12034:
12035: * src/classes/string.C: feature: ^string.trim both parameters may
12036: be empty-strings, meaning kind=both chars=whitespaces
12037:
12038: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12039: exist
12040:
12041: * src/classes/string.C: check: trim 'chars' must not be empty,
12042: exception if it is
12043:
12044: * src/classes/string.C: changed: ^string.trim [] << both,
12045: whitespaces [start|both|end] << kind, whitespaces
12046: [start|both|end;chars] full
12047:
12048: 2004-02-27 paf
12049:
12050: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12051: method: ^string.trim[start|both|end[;chars]] default
12052: 'chars' -- whitespace chars finished
12053:
12054: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12055: src/main/pa_string.C: new method:
12056: ^string.trim[start|both|end[;chars]] default 'chars' --
12057: whitespace chars started, only start works
12058:
12059: * src/main/compile.C: bugfix: line numbers after
12060: ^process{}[$.line(-10]] can be negative, allowed to print they as
12061: signed
12062:
12063: * src/main/untaint.C: speed: there's no \n chars in output
12064: [normally], so no need to optimize them they could be retrived
12065: from databases, though. but 1. should be replaced 2. if not
12066: optimized, no harm done
12067:
12068: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12069: ^file::exec/cgi could return invalid status & zombie child can
12070: remain for short period until process exists [very bad in
12071: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12072:
12073: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12074: malicious SMTP server to attack as by returning too long status
12075: responses http://i2/tasks/edit/?id=4629448401140924947
12076:
12077: 2004-02-26 paf
12078:
12079: * operators.txt: feature: ^process...{CODE}[now has options] which
12080: are $.main[to what to rename @main] $.file[file,
12081: from which (user says) goes that CODE] $.lineno(line
12082: number in that file, where CODE starts. may be negative)
12083:
12084: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12085: src/main/compile.C, src/main/compile_tools.h,
12086: src/main/pa_request.C: feature: ^process...{CODE}[now has
12087: options] which are $.main[to what to rename @main]
12088: $.file[file, from which (user says) goes that CODE]
12089: $.lineno(line number in that file, where CODE starts. may be
12090: negative)
12091:
12092: 2004-02-25 paf
12093:
1.116 moko 12094: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12095: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12096:
12097: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12098: produces hash of column=>1
12099:
12100: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12101: with incomplete errno constants set
12102:
12103: 2004-02-24 paf
12104:
12105: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12106: "man select"
12107:
12108: * src/main/pa_os.C: beauty: <0 better then ==-1
12109:
12110: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12111:
12112: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12113:
1.116 moko 12114: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12115:
12116: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12117: unix: steps to work on unix [extracted 'to']
12118:
12119: * src/classes/mail.C: smtp on unix: steps to work on unix
12120:
12121: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12122:
1.116 moko 12123: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12124: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12125: unix [testing on solaris]
1.95 moko 12126:
12127: 2004-02-20 paf
12128:
12129: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12130: pointing that out
12131:
12132: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12133: fixed again [same solution, mistanenly removed one line]
12134:
12135: 2004-02-19 paf
12136:
12137: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12138: date::create from bad datetime in spring daylightsaving hole now
12139: OK for all platforms [on some platforms it failed]
12140:
12141: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12142: in daylightsaving hole] now throws error
12143:
12144: * src/classes/date.C: comment: mistake fixed
12145:
12146: 2004-02-18 paf
12147:
12148: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12149: now renderes in $request:charset, but in header puts
12150: $response:charset todo: make that default only so that coder
12151: could override that
12152:
12153: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12154: turns off omit-xml-declaration
12155:
12156: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12157: /.xsl for sample
12158:
12159: 2004-02-17 paf
12160:
12161: * src/classes/xdoc.C: beauty: needless helper class removed
12162:
12163: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12164: copied extra time
12165:
12166: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12167: part of libxml
12168:
12169: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12170: libxml to do the work] <xsl:output method="html"
12171: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12172: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12173: />
12174:
12175: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12176:
12177: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12178: caused assertion
12179:
12180: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12181: could hang. now such add does nothing, sub clears $hash
12182:
12183: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12184: not made quoted-printable
12185:
12186: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12187: string invariant
12188:
12189: 2004-02-16 paf
12190:
12191: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12192: cleared [were not cleared properly]
12193:
12194: 2004-02-13 paf
12195:
1.116 moko 12196: * src/include/pa_version.h: prerelease
1.95 moko 12197:
12198: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12199: used, introducing dependencies timestamp check
12200:
12201: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12202: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12203: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12204: .xsl.stamp now not used, introducing dependencies timestamp check
12205:
1.150 moko 12206: * configure.in: auto.p: @conf made relative
1.95 moko 12207:
12208: 2004-02-12 paf
12209:
12210: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12211: ruined empty <input type=file> submits. parser thought there were
12212: nameless empty file and $form:field got value of type 'file'
12213:
12214: * INSTALL: --without-threads
12215:
12216: * src/include/pa_sapi.h: 2004
12217:
12218: 2004-02-11 paf
12219:
12220: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12221: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12222: classes/hashfile.C, classes/image.C, classes/int.C,
12223: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12224: classes/response.C, classes/string.C, classes/table.C,
12225: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12226: include/pa_array.h, include/pa_cache_managers.h,
12227: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12228: include/pa_config_fixed.h, include/pa_config_includes.h,
12229: include/pa_dictionary.h, include/pa_dir.h,
12230: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12231: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12232: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12233: include/pa_request_charsets.h, include/pa_request_info.h,
12234: include/pa_socks.h, include/pa_sql_connection.h,
12235: include/pa_sql_driver_manager.h, include/pa_stack.h,
12236: include/pa_string.h, include/pa_stylesheet_connection.h,
12237: include/pa_stylesheet_manager.h, include/pa_table.h,
12238: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12239: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12240: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12241: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12242: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12243: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12244: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12245: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12246: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12247: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12248: main/pa_sql_driver_manager.C, main/pa_string.C,
12249: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12250: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12251: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12252: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12253: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12254: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12255: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12256: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12257: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12258: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12259: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12260: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12261: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12262: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12263: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12264: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12265: types/pa_vresponse.h, types/pa_vstateless_class.C,
12266: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12267: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12268: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12269: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12270: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12271: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12272:
12273: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12274: debug version of gc.dll
12275:
12276: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12277: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12278: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12279: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12280: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12281: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12282: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12283: processes
12284:
12285: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12286: main/pa_globals.C, targets/cgi/parser3.vcproj,
12287: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12288: changes to reflect libxml xsl new folders
12289:
12290: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12291: lib/smtp/smtp.vcproj, main/main.vcproj,
12292: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12293: to reflect libxml xsl new folders
12294:
12295: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12296: lib/smtp/smtp.vcproj, main/main.vcproj,
12297: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12298: types/types.vcproj: started changes to reflect libxml xsl new
12299: folders
12300:
12301: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12302: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12303: src/main/compile.tab.C, src/main/main.vcproj,
12304: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12305: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12306: started changes to reflect libxml xsl new folders
12307:
12308: 2004-02-10 paf
12309:
12310: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12311: compile. recommened latest libxml up to date
12312:
12313: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12314: pattern compilation errors", on which spent 4 hours worktime. use
12315: versions higher than that. recommended now latest up to date
12316:
12317: 2004-02-06 paf
12318:
12319: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12320: beauty: unified destructing style
12321:
12322: * src/main/untaint.C: beauty: removed old def/ifdef
12323:
12324: * src/main/untaint.C: beauty: coredump @unknown untaint language
12325: now
12326:
12327: 2004-02-03 paf
12328:
12329: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12330: targets/isapi/parser3isapi.C, types/pa_value.C,
12331: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12332: then %ld/%lu
12333:
12334: * src/main/pa_common.C: typo: %l -> %u
12335:
12336: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12337: in attributes or documents-results of transform now not xx;
12338:
12339: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12340:
12341: * src/main/pa_charset.C: bugfix: forgot to undo some
12342:
12343: * src/main/pa_charset.C: beauty: uncomment
12344: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12345: libraries
12346:
12347: 2004-02-02 paf
12348:
12349: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12350: $cookie:example[ $.value[value] $.path[/there/] ]
12351:
12352: $cookie:example[ $.value[] $.expires[session]
12353: $.path[/there/] $.domain[test.com] ]
12354:
12355: * src/types/pa_vform.C: bugfix: empty values with
12356: enctype=multipart/form-data now produce entries in $form:tables
12357: <form method=post enctype=multipart/form-data> <input type=hidden
12358: name=a> <input type=hidden name=b>
12359:
12360: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12361: <hr> <pre>$request:body
12362:
12363: 2004-01-30 paf
12364:
12365: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12366: or documents-results of transform now not xx;
12367:
12368: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12369: produce exception.
12370:
12371: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12372: bugfix: ^date::create[invalid fields now produce exception.
12373:
12374: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12375: year] now produces exception. todo: check other fields
12376:
12377: 2004-01-29 paf
12378:
12379: * src/include/pa_memory.h: typo error
12380:
12381: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12382: more byte then specified, then zeroed it << useless and
12383: potentially harmful(could gpf)
12384:
12385: 2004-01-22 paf
12386:
12387: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12388:
12389: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12390: optimization
12391:
12392: * src/main/untaint.C: bugfix: whitespace now optimized properly
12393: [were bug: ^taint[1 & 2]="1 &2"
12394:
12395: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12396: errors
12397:
12398: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12399: overflow
12400:
12401: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12402: error-reporting code * in parser-error reporting code [when no
12403: @unhandled_exception defined]
12404:
12405: fixed in one place: my *snprintf override
12406:
12407: 2004-01-13 paf
12408:
12409: * operators.txt: typo erro
12410:
12411: 2003-12-25 paf
12412:
12413: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12414: garbled [pieces after zero bytes were removed]
12415:
12416: 2003-12-22 paf
12417:
1.116 moko 12418: * src/include/Makefile.am: bugfix: removed from dist:
12419: src/include/pa_config_auto.h which were configured for
1.95 moko 12420: make-dist-platform and badly updated proper config file in target
12421: [when .tar used for updating existing source tree]
12422:
12423: * ChangeLog, operators.txt, src/classes/op.C,
12424: src/include/pa_sql_connection.h,
12425: src/include/pa_sql_driver_manager.h,
12426: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12427: feature: sql introducing ability to transcode charsets
12428:
12429: 2003-12-19 paf
12430:
12431: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12432: error message
12433:
12434: * src/main/pa_charset.C: bugfix: memory for charsethandler
12435: structure for libxml now allocated properly
12436:
12437: 2003-12-17 paf
12438:
12439: * src/types/pa_vfile.C: beauty: removed outdated cast
12440:
12441: * src/main/pa_common.C: bugfix: empty http response caused gpf
12442:
12443: * src/include/pa_string.h: bugfix: removed too strong a assert
12444:
12445: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12446: unreported xmlGenericErrors]
12447:
12448: 2003-12-15 paf
12449:
12450: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12451: works}
12452:
12453: 2003-12-11 paf
12454:
12455: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12456: id
12457: !$status:tid thread id
12458:
12459: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12460: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12461: bugfix(solaris): removed dependency on object initialization
12462: order [one more place]
12463:
12464: * src/: classes/file.C, classes/mail.C, classes/op.C,
12465: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12466: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12467: understand that
12468:
12469: * src/: classes/file.C, classes/mail.C, classes/op.C,
12470: classes/xdoc.C, include/pa_cache_managers.h,
12471: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12472: include/pa_stylesheet_manager.h, main/pa_request.C,
12473: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12474: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12475: ctor call [relying on implicit String::Body(cstr) call]
12476:
12477: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12478: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12479: object initialization order [two places]
12480:
12481: 2003-12-10 paf
12482:
12483: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12484: << time now ok
12485:
12486: * operators.txt, src/main/pa_sql_driver_manager.C,
12487: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12488: operational
12489:
12490: * ChangeLog, operators.txt, src/classes/xdoc.C,
12491: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12492: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12493: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12494: back operational
12495:
12496: 2003-12-02 paf
12497:
12498: * src/types/pa_vmail.C: bugfix:
12499: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12500: as-is forced]
12501:
12502: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12503: exceptions out of libxml callbacks: reimplemented error handling
12504: of http://localhost, parser://method and safemode check callbacks
12505:
12506: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12507: [merged from HEAD]
12508:
12509: * src/classes/image.C: nothing: comment removed
12510:
12511: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12512: addresses to int
12513:
12514: 2003-12-01 paf
12515:
12516: * src/main/pa_xml_io.C: bugfix: typo
12517:
12518: * src/main/pa_globals.C: bugfix: win32: compile prob
12519:
12520: * src/classes/xdoc.C: bugfix: typo
12521:
12522: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12523: exception
12524:
12525: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12526:
12527: 2003-11-28 paf
12528:
12529: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12530: all xml documents read
12531:
12532: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12533:
12534: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12535: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12536: replaced original open mech of xdoc::create & co to use libxml
12537: open, so that this would work for root document todo: safe mode
12538: checks to libxml: ideally to some 1 point
12539:
12540: * src/main/pa_xml_io.C: comment
12541:
12542: * operators.txt, src/main/pa_xml_io.C: leading / in
12543: http://parser[abscent params]
12544:
12545: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12546: works. todo: maybe replace original open mech of xdoc::create &
12547: co to use libxml open, so that this would work for root document
12548:
12549: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12550: "parser://method/params/here"> <test> &test^; </test> }]
12551:
12552: ^taint[^xdoc.string[]]
12553:
12554: @method[param] <!ENTITY test
12555: "test-entity-value+$form:user+$param!">
12556:
12557: 2003-11-27 paf
12558:
12559: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12560:
12561: * src/classes/date.C: bugfix: typo error
12562:
12563: 2003-11-26 paf
12564:
12565: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12566: src/main/Makefile.am, src/main/main.vcproj,
12567: src/main/pa_globals.C, src/main/pa_request.C,
12568: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12569: xml errors to hash<thread_id,error> reorganization: xml io moved
12570: to pa_xml_io.C/h
12571:
12572: * src/types/pa_value.h: warnings: --
12573:
12574: 2003-11-25 paf
12575:
12576: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12577: whatever)
12578:
12579: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12580: a, (c?x:y, z)
12581:
12582: * src/main/untaint.C: bugfix: consequences of not reading this
12583: comment: CORD_pos_chars_left /* Number of characters in cache.
12584: <= 0 ==> none */
12585:
12586: * src/include/pa_array.h: removed needless checks
12587:
12588: 2003-11-24 paf
12589:
12590: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12591: removed limit: now $form:xxx can be accessed anytime, even in
12592: @auto/conf [and request/response:charset still can be changed
12593: anytime]
12594:
12595: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12596: now not transcodes response body
12597:
12598: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12599: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12600: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12601: $xdoc.firstChild.firstChild.nodeValue[different]
12602: ^taint[^xdoc.string[]]
12603:
12604: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12605: workaround: static Hash::allocates -> static Hash_allocates
12606:
12607: 2003-11-21 paf
12608:
1.116 moko 12609: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12610: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12611: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12612:
12613: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12614:
12615: * src/classes/mail.C: bugfix: typo
12616:
12617: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12618: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12619: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12620: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12621: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12622: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12623:
12624: * src/main/pa_exec.C: bug in safe mode
12625:
12626: * src/include/Makefile.am: pa_xml_exception.h
12627:
12628: * src/targets/isapi/parser3isapi.C: more warnings --
12629:
12630: 2003-11-20 paf
12631:
12632: * src/: classes/math.C, classes/op.C, classes/string.C,
12633: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12634: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12635: --
12636:
12637: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12638: more warnings --
12639:
12640: * src/classes/xdoc.C: more warnings --
12641:
12642: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12643:
12644: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12645: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12646:
12647: * src/: classes/date.C, classes/file.C, classes/hash.C,
12648: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12649: classes/table.C, include/pa_cache_managers.h,
12650: include/pa_stylesheet_connection.h, main/pa_request.C,
12651: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12652: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12653: --
12654:
12655: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12656: can't report problem (undefined @unhandled_exception) problem
12657: source string were not reported
12658:
12659: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12660: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12661: classes/hashfile.C, classes/image.C, classes/int.C,
12662: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12663: classes/response.C, classes/string.C, classes/table.C,
12664: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12665: include/pa_array.h, include/pa_cache_managers.h,
12666: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12667: include/pa_config_fixed.h, include/pa_dictionary.h,
12668: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12669: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12670: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12671: include/pa_request.h, include/pa_request_charsets.h,
12672: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12673: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12674: include/pa_stack.h, include/pa_string.h,
12675: include/pa_stylesheet_connection.h,
12676: include/pa_stylesheet_manager.h, include/pa_table.h,
12677: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12678: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12679: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12680: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12681: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12682: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12683: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12684: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12685: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12686: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12687: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12688: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12689: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12690: targets/isapi/parser3isapi.C, types/pa_junction.h,
12691: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12692: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12693: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12694: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12695: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12696: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12697: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12698: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12699: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12700: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12701: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12702: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12703: types/pa_vresponse.h, types/pa_vstateless_class.C,
12704: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12705: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12706: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12707: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12708: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12709: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12710: const IDENT
12711:
12712: * src/: include/pa_array.h, include/pa_pool.h,
12713: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12714: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12715: types/pa_wcontext.h: more warnings --
12716:
12717: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12718: classes/file.C, classes/hash.C, classes/hashfile.C,
12719: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12720: classes/memory.C, classes/op.C, classes/string.C,
12721: classes/table.C, classes/xdoc.C, classes/xnode.C,
12722: include/pa_config_includes.h, include/pa_operation.h,
12723: include/pa_sql_connection.h, include/pa_table.h,
12724: include/pa_types.h, lib/ltdl/config_fixed.h,
12725: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12726: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12727: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12728: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12729: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12730: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12731: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12732: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12733: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12734: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12735: types/pa_vmail.C, types/pa_vobject.C,
12736: types/pa_vstateless_class.h, types/pa_vtable.C,
12737: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12738: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12739: on all projects (except libltdl=off & libsdbm=level3) found
12740: several unitialized vars
12741:
12742: 2003-11-19 paf
12743:
12744: * src/classes/op.C: more ansi C++ comp
12745:
12746: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12747: src/main/pa_request.C: ^cache[...]{body}{catch block with
12748: $exception.handled[cache] meaning "get expired cache, if any.
12749: else error"}
12750:
12751: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12752: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12753: ^cache[...]{body}{catch code with $exception.cache field}
12754:
12755: 2003-11-12 paf
12756:
12757: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12758: [copy/paste bug]
12759:
12760: 2003-11-11 paf
12761:
12762: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12763: failed]
12764:
12765: 2003-11-10 paf
12766:
12767: * src/types/pa_vconsole.h: flush
12768:
12769: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12770: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12771: read/write [for nntp]
12772:
12773: * operators.txt: mysql: transaction support: ?autocommit=0
12774:
12775: * operators.txt: comment: updated
12776:
12777: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12778: serialize version and exipire now removes entries
12779:
12780: * operators.txt: ^hashfile.delete[] removes files altogether [and
12781: dir, if could]
12782:
12783: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12784: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12785: removes files altogether [and dir, if could]
12786:
12787: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12788: nonexistent pair. .c coded that that was error. fixed
12789:
12790: * src/types/pa_vhashfile.C: sdbm: exception type change to
12791: file.access [regretfull can't split it to different exceptions
12792: without modifying sdbm source wich would prefer not to]
12793:
12794: 2003-11-07 paf
12795:
12796: * src/: classes/date.C, classes/file.C, classes/hash.C,
12797: classes/hashfile.C, classes/image.C, classes/table.C,
12798: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12799: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12800: main/execute.C, main/main.vcproj, main/pa_pool.C,
12801: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12802: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12803: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12804: destructing objects at request processing end
12805:
12806: 2003-11-06 paf
12807:
12808: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12809: updates
12810:
12811: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12812: to include sdbm
12813:
1.116 moko 12814: * src/include/: pa_config_includes.h, pa_version.h: our
12815: replacements of max& co only for cpp
1.95 moko 12816:
12817: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12818: upper dir, .am updated
12819:
12820: * tests/todo.txt: hashfile: done
12821:
12822: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12823: expiration [time in value. todo: move time to key]
12824:
12825: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12826:
12827: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12828: to do that in foreach, no errors, but surely wrong]
12829:
12830: * operators.txt, src/types/pa_vhashfile.C,
12831: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12832:
12833: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12834: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12835: foreach
12836:
12837: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12838: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12839:
12840: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12841: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12842:
12843: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12844: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12845: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12846: get/put [raw]
12847:
12848: * src/: classes/op.C, main/pa_os.C: just linked
12849:
12850: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12851: XmlException changes
12852:
12853: * src/: include/pa_charset.h, include/pa_globals.h,
12854: include/pa_stylesheet_connection.h, main/pa_exception.C:
12855: XmlException changes
12856:
12857: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12858:
12859: * src/: include/pa_common.h, include/pa_exception.h,
12860: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12861: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12862: main/pa_xml_exception.C: locking move to pa_os [along with
12863: pa_sleep] apr-impl locking done
12864:
12865: * configure, configure.in, operators.txt, parser3.sln,
12866: src/classes/classes.vcproj, src/classes/hashfile.C,
12867: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12868: src/include/pa_exception.h, src/include/pa_globals.h,
12869: src/include/pa_memory.h, src/include/pa_version.h,
12870: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12871: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12872: src/main/compile.tab.C, src/main/main.vcproj,
12873: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12874: src/types/Makefile.am, src/types/pa_vhash.C,
12875: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12876: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12877: again with sdbm from apache
12878:
12879: 2003-11-05 paf
12880:
12881: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12882: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12883: \parser3project dir anymore
12884:
12885: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12886: thoughtlessly from xalan]
12887:
12888: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12889: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12890: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12891:
12892: * src/main/helpers/CaseFolding.txt:
12893: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12894:
12895: 2003-11-04 paf
12896:
12897: * operators.txt: comment: ^mail:send[$.options[
12898:
12899: * src/classes/table.C: compiled on unix
12900:
1.116 moko 12901: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12902:
12903: * src/classes/mail.C: compiled on unix
12904:
12905: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12906: src/types/pa_vmail.h: !^mail:send[
12907: $.options[unix: string to append to sendmail command
12908: line]
12909:
12910: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12911: tests/todo.txt: ^table.save[... $.separator[^#09]
12912: $.encloser["] <nothing> by default
12913:
12914: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12915: !$.separator[^#09] !$.encloser["] <nothing> by
12916: default
12917:
12918: 2003-11-03 paf
12919:
12920: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12921: ^table::load[; options: !$.column-separator[^#09]
12922: !$.column-encloser["]
12923:
12924: * operators.txt, src/include/pa_config_fixed.h,
12925: src/types/pa_vrequest.C: $request:document-root
12926:
12927: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12928: [already included into uri=xxx]
12929:
12930: * operators.txt, src/classes/image.C, tests/todo.txt:
12931: ^image.gif[filename] for $response:download
12932:
12933: * src/classes/date.C: minor precaution
12934:
12935: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12936: !^date.unix-timestamp[]
12937:
12938: 2003-10-30 paf
12939:
12940: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12941: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12942:
12943: * src/classes/: date.C, image.C: improvement diagnostics:
12944: $now[^date::create[$undefined]] now is error
12945:
12946: * src/main/pa_common.C: read errors would now be reported 'actually
12947: read -1 bytes'
12948:
12949: 2003-10-24 paf
12950:
12951: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12952: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12953: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12954: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12955:
12956: 2003-10-22 paf
12957:
12958: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12959:
12960: 2003-10-21 paf
12961:
12962: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12963: fixed: string.match[g] without <'> option produced columns with
12964: NULL's, which gpf'ed at table.save time
12965:
12966: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12967: recoursion' message with intensive throw-catches fixed: incorrect
12968: name and line (one name upper then needed) in error message about
12969: problems inside try block
12970:
12971: 2003-10-10 paf
12972:
12973: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12974: check offset argument for validity did that in String::Body::pos
12975: myself http://i2/tasks/edit/?id=4577425257580789777
12976:
12977: 2003-10-07 paf
12978:
12979: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12980: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12981:
12982: 2003-10-03 paf
12983:
12984: * parser3.sln, src/include/pa_dictionary.h,
12985: src/main/pa_dictionary.C, src/main/pa_string.C,
12986: src/targets/cgi/parser3.vcproj: dictionary optimized by
12987: precalculating cstr&length
12988:
12989: 2003-10-02 paf
12990:
12991: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12992: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12993: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12994: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12995:
12996: 2003-09-30 paf
12997:
12998: * src/main/pa_string.C: string::replace bug fix [were ignoring
12999: occurrances after lang-mismatched
13000:
13001: 2003-09-29 paf
13002:
13003: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
13004: helper
13005:
13006: * src/main/pa_string.C: string::serialize bug fix with
13007: zero-terminator
13008:
13009: * src/classes/table.C: ^nameless_table.save column row now has no
13010: \t at the end
13011:
13012: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13013: @postprocess now takes $response:body/download
13014:
13015: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13016: error message
13017:
13018: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13019:
13020: * src/classes/table.C: bugfix: flip: must produce nameless
13021: http://i2/tasks/edit/?id=4573405524674081244
13022:
13023: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13024: main/helpers/simple_folding.pl: utf-8 upper/lower
13025:
13026: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13027: to typo error http://i2/tasks/edit/?id=4573354650786434584
13028:
13029: 2003-09-26 paf
13030:
13031: * src/main/untaint.C: removed needless field
13032:
13033: * src/main/untaint.C: removed needless const
13034:
13035: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13036: String.for_each bug fixed [omited one-char cases]
13037:
13038: * src/include/pa_stack.h: bugfix: before collecting garbage,
13039: runtime-executor stack were cleared... BADLY
13040:
13041: * src/main/pa_string.C: ^stirng.replace code used old
13042: param-convention on langs.append, fixed that search fo the like,
13043: found none
13044:
13045: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13046: string::serialize/deserialize implemented Language enum assigned
13047: meaningful letters [more convinient for debugging. read warning
13048: before adding/changing anything]
13049:
13050: 2003-09-25 paf
13051:
13052: * src/: include/pa_string.h, include/pa_version.h,
13053: main/pa_string.C, main/untaint.C: templates and anonymous unions
13054: differences on unix
13055:
13056: * parser3.sln, src/classes/file.C, src/classes/image.C,
13057: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13058: src/classes/xdoc.C, src/classes/xnode.C,
13059: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13060: src/include/pa_charsets.h, src/include/pa_common.h,
13061: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13062: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13063: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13064: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13065: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13066: src/main/compile_tools.h, src/main/pa_charset.C,
13067: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13068: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13069: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13070: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13071: src/types/pa_vmail.C, src/types/pa_vmath.C,
13072: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13073: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13074:
13075: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13076: functions aligned to that of eeparser3 look
13077:
13078: * src/lib/cord/cordprnt.c: removed warnings
13079:
13080: 2003-09-24 paf
13081:
13082: * src/: classes/file.C, classes/image.C, classes/mail.C,
13083: classes/op.C, classes/xdoc.C, classes/xnode.C,
13084: include/pa_cache_managers.h, include/pa_charset.h,
13085: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13086: include/pa_sql_driver_manager.h, include/pa_string.h,
13087: include/pa_stylesheet_manager.h, include/pa_table.h,
13088: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13089: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13090: main/pa_sql_driver_manager.C, main/pa_string.C,
13091: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13092: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13093: types/pa_vstateless_class.h, types/pa_vstatus.C,
13094: types/pa_vxnode.C: v() functions of String::Body,
13095: String::Languages and String itself StringBody->String::Body
13096:
13097: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13098: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13099: never optimized anything. todo: somehow speed up harder cases:
13100: concatenationA+concatenationB when last block of A and first of B
13101: contain same letters
13102:
13103: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13104: lib/cord/include/cord.h: langs: speed up by joining adjucent
13105: blocks of same char [CORD_append_block]
13106:
13107: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13108: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13109: save space by extending blocks when appending block with c ==
13110: lastblock.c
13111:
13112: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13113: working yet :( but more working &understood :)
13114:
13115: * src/: classes/table.C, include/pa_string.h,
13116: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13117:
13118: 2003-09-23 paf
13119:
13120: * src/main/untaint.C: $a[ok!] $a works!
13121:
13122: * src/main/untaint.C: something even more works :)
13123:
13124: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13125: something more works :)
13126:
13127: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13128: lib/cord/cordxtra.c: something already works :)
13129:
13130: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13131: serialize&deserialize
13132:
13133: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13134: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13135: main/untaint.C: main idea implemented, details left
13136:
13137: 2003-09-22 paf
13138:
13139: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13140:
13141: * src/classes/xnode.C: copy/paste comment bugfix
13142:
13143: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13144: allocator returns 0, just die.
13145: http://i2/tasks/edit/?id=4570798492410259445
13146:
13147: * src/classes/xdoc.C: copy/paste comment bugfix
13148:
13149: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13150: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13151: xnode: getAttributeNS setAttributeNS removeAttributeNS
13152: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13153:
13154: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13155: chars due to bitwise operation signed-char error]
13156:
13157: 2003-09-19 paf
13158:
13159: * src/types/pa_wcontext.C: output message: more practical
13160: suggestion
13161:
13162: * src/main/pa_common.C, operators.txt: merged
13163: $f[^file::load[binary;http://...]] $f.tables
13164:
13165: 2003-09-02 paf
13166:
13167: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13168: flush stdout without referencing 'stdout' symbol. to hell with
13169: non-ansi libraries without 'stdout' symbol
13170:
13171: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13172: unix (users reported problems with some old libc)
13173:
13174: * src/types/pa_vdate.h: forgot initializer
13175:
13176: 2003-09-01 paf
13177:
13178: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13179: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13180: zone]
13181:
13182: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13183:
13184: 2003-08-19 paf
13185:
13186: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13187: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13188: simplified a little
13189:
13190: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13191: [lost fix from 3.0.8]
13192:
13193: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13194: visible here }
13195:
13196: bug fix
13197:
13198: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13199:
13200: * src/main/compile.tab.C: initialized couple of variables about
13201: which user reported runtime problems when parser were compiled
13202: with VC7, warning level4. study shows that later in bison
13203: they've fixed that. would migrate to latest bison someday
13204:
13205: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13206: recoding headers)
13207:
13208: * src/types/pa_vmail.C: works as before, same charset problems:
13209: gmime recodes to UTF-8 only headers, not body. so not recoding
13210: anything for now
13211:
13212: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13213: problems with body
13214:
13215: * src/types/pa_vmail.C: mail_receive just compiled
13216:
13217: 2003-08-18 paf
13218:
13219: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13220: main/main.vcproj, types/types.vcproj: win32: continued process
13221: detaching from \parser3project directory
13222:
13223: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13224: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13225: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13226: src/lib/pcre/pcre_dftables.dsp,
13227: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13228: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13229: src/types/types.dsp: moved to MSVC 7
13230:
13231: * gnu.vcproj.vspscc, parser3.vssscc,
13232: src/classes/classes.vcproj.vspscc,
13233: src/lib/cord/cord.vcproj.vspscc,
13234: src/lib/ltdl/libltdl.vcproj.vspscc,
13235: src/lib/md5/md5.vcproj.vspscc,
13236: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13237: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13238: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13239: src/targets/isapi/parser3isapi.vcproj.vspscc,
13240: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13241: moved to MSVC 7
13242:
13243: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13244: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13245: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13246: src/lib/pcre/pcre_dftables.vcproj,
13247: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13248: src/targets/cgi/parser3.vcproj,
13249: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13250: new VS project files
13251:
13252: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13253: .NET to detect Jalindi Igloo capabilities.
13254:
13255: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13256: src/classes/classes.awk, src/doc/footer.htm,
13257: src/include/pa_config_fixed.h, src/include/pa_version.h,
13258: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13259: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13260: src/types/pa_vmail.C: merged 3.1.0 latest changes
13261:
13262: 2003-08-15 paf
13263:
13264: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13265: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13266:
13267: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13268: non-ascii <yyy> now encoded correctly
13269:
13270: 2003-07-29 paf
13271:
1.116 moko 13272: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13273: dist
1.95 moko 13274:
13275: * src/types/pa_vmail.C: just started --with-mail-receive
13276:
13277: 2003-07-28 paf
13278:
1.116 moko 13279: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13280: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13281:
13282: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13283:
13284: 2003-07-25 paf
13285:
13286: * src/doc/footer.htm: year
13287:
13288: 2003-07-24 paf
13289:
13290: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13291: fix
13292:
13293: * src/include/pa_version.h: release
13294:
1.116 moko 13295: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13296:
13297: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13298: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13299: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13300: getting rid of win32xml pseudo project
13301:
13302: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13303:
1.116 moko 13304: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13305: configure.in, operators.txt, parser3.dsw,
1.95 moko 13306: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13307: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13308: src/classes/classes.C, src/classes/classes.awk,
13309: src/classes/classes.dsp, src/classes/classes.h,
13310: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13311: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13312: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13313: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13314: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13315: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13316: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13317: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13318: src/include/pa_array.h, src/include/pa_cache_managers.h,
13319: src/include/pa_charset.h, src/include/pa_charsets.h,
13320: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13321: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13322: src/include/pa_dictionary.h, src/include/pa_dir.h,
13323: src/include/pa_exception.h, src/include/pa_exec.h,
13324: src/include/pa_globals.h, src/include/pa_hash.h,
13325: src/include/pa_memory.h, src/include/pa_opcode.h,
13326: src/include/pa_operation.h, src/include/pa_pool.h,
13327: src/include/pa_pragma_pack_begin.h,
1.95 moko 13328: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13329: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13330: src/include/pa_sapi.h, src/include/pa_socks.h,
13331: src/include/pa_sql_connection.h,
13332: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13333: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13334: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13335: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13336: src/include/pa_uue.h, src/lib/Makefile.am,
13337: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13338: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13339: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13340: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13341: src/lib/cord/include/ec.h,
13342: src/lib/cord/include/private/Makefile.am,
13343: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13344: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13345: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13346: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13347: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13348: src/main/compile_tools.C, src/main/compile_tools.h,
13349: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13350: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13351: src/main/pa_charsets.C, src/main/pa_common.C,
13352: src/main/pa_dictionary.C, src/main/pa_dir.C,
13353: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13354: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13355: src/main/pa_request.C, src/main/pa_socks.C,
13356: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13357: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13358: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13359: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13360: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13361: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13362: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13363: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13364: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13365: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13366: src/targets/isapi/parser3isapi.dsp,
13367: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13368: src/types/pa_junction.h, src/types/pa_method.h,
13369: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13370: src/types/pa_vclass.C, src/types/pa_vclass.h,
13371: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13372: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13373: src/types/pa_vdouble.h, src/types/pa_venv.h,
13374: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13375: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13376: src/types/pa_vimage.C, src/types/pa_vimage.h,
13377: src/types/pa_vint.h, src/types/pa_vjunction.h,
13378: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13379: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13380: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13381: src/types/pa_vobject.C, src/types/pa_vobject.h,
13382: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13383: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13384: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13385: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13386: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13387: src/types/pa_vstring.h, src/types/pa_vtable.C,
13388: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13389: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13390: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13391: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13392: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13393: HEAD
13394:
13395: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13396: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13397: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13398: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13399: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13400: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13401: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13402: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13403: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13404: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13405: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13406: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13407: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13408: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13409: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13410: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13411: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13412: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13413: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13414: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13415: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13416: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13417: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13418: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13419: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13420: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13421: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13422: outputs/create-dir, results/001.processed, results/002.processed,
13423: results/003.processed, results/004.processed,
13424: results/005.processed, results/006.processed,
13425: results/007.processed, results/008.processed,
13426: results/009.processed, results/010.processed,
13427: results/011.processed, results/012.processed,
13428: results/013.processed, results/014.processed,
13429: results/015.processed, results/016.processed,
13430: results/017.processed, results/018.processed,
13431: results/019.processed, results/020.processed,
13432: results/021.processed, results/022.processed,
13433: results/023.processed, results/024.processed,
13434: results/025.processed, results/026.processed,
13435: results/027.processed, results/028.processed,
13436: results/029.processed, results/030.processed,
13437: results/031.processed, results/032.processed,
13438: results/033.processed, results/034.processed,
13439: results/035.processed, results/036.processed,
13440: results/037.processed, results/038.processed,
13441: results/039.processed, results/040.processed,
13442: results/041.processed, results/042.processed,
13443: results/043.processed, results/044.processed,
13444: results/045.processed, results/046.processed,
13445: results/047.processed, results/048.processed,
13446: results/049.processed, results/050.processed,
13447: results/051.processed, results/052.processed,
13448: results/053.processed, results/054.processed,
13449: results/055.processed, results/056.processed,
13450: results/057.processed, results/058.processed,
13451: results/059.processed, results/060.processed,
13452: results/061.processed, results/062.processed,
13453: results/063.processed, results/064.processed,
13454: results/065.processed, results/066.processed,
13455: results/067.processed, results/068.processed,
13456: results/069.processed, results/070.processed,
13457: results/071.processed, results/072.processed,
13458: results/073.processed, results/074.processed,
13459: results/075.processed, results/076.processed,
13460: results/077.processed, results/078.processed,
13461: results/079.processed, results/080.processed,
13462: results/081.processed, results/082.processed,
13463: results/083.processed, results/084.processed,
13464: results/085.processed, results/086.processed,
13465: results/087.processed, results/088.processed,
13466: results/089.processed, results/090.processed,
13467: results/091.processed, results/092.processed,
13468: results/093.processed, results/094.processed,
13469: results/095.processed, results/096.processed,
13470: results/097.processed, results/098.processed,
13471: results/099.processed, results/100.processed,
13472: results/101.processed, results/102.processed,
13473: results/103.processed, results/104.processed,
13474: results/105.processed, results/106.processed,
13475: results/107.processed, results/108.processed,
13476: results/109.processed, results/110.processed,
13477: results/111.processed, results/112.processed,
13478: results/113.processed, results/114.processed,
13479: results/115.processed, results/116.processed,
13480: results/117.processed, results/118.processed,
13481: results/119.processed, results/120.processed,
13482: results/121.processed, results/122.processed,
13483: results/123.processed, results/124.processed,
13484: results/125.processed, results/126.processed,
13485: results/127.processed, results/128.processed,
13486: results/129.processed, results/130.processed,
13487: results/131.processed, results/132.processed,
13488: results/133.processed, results/134.processed,
13489: results/135.processed, results/136.processed,
13490: results/137.processed, results/138.processed,
13491: results/139.processed, results/140.processed,
13492: results/141.processed: merged(copied) to HEAD from template_gc
13493:
13494: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13495: towards \parser3project not having to be in root
13496:
13497: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13498: module compiled [were minor unnecessary changes in lib/md5
13499: interface]
13500:
13501: * src/include/pa_version.h: release
13502:
13503: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13504:
13505: * src/classes/math.C: merged uuid bugfix
13506:
13507: * tests/: 141.html, results/141.processed: fixed bug with
13508: too-small-a-buffer
13509:
13510: * src/classes/math.C: uuid bugfix
13511:
13512: * tests/: 141.html, Makefile, results/005.processed,
13513: results/030.processed, results/075.processed,
13514: results/078.processed: to reflect date format change (were -
13515: become ' ')
13516:
13517: * src/classes/math.C: uuid bugfix
13518:
13519: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13520: debug/release changes
13521:
13522: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13523:
13524: 2003-07-23 paf
13525:
13526: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13527: renamed a little [to move to comman naming conv]
13528:
1.116 moko 13529: * src/targets/Makefile.am: apache13 splitted to simplify apache
13530: build
1.95 moko 13531:
13532: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13533: main/pa_request.C, main/pa_sql_driver_manager.C,
13534: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13535: stack top_index() fixed
13536:
13537: * src/main/pa_globals.C: minor style changes
13538:
13539: * src/: classes/op.C, include/pa_sql_connection.h: connection
13540: closing/caching fixed [connections were not closed/put to cache]
13541:
13542: 2003-07-22 paf
13543:
13544: * INSTALL: gc part updated stightly
13545:
13546: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13547: new sapi interface
13548:
13549: * src/classes/file.C: comment on OS
13550:
13551: * src/main/pa_string.C: removed reduntant invariant check [there is
13552: one deeper in cord lib]
13553:
13554: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13555:
13556: * src/main/pa_memory.C: out of memory is no longer coredump
13557:
13558: * INSTALL: disable-threads adviced
13559:
13560: 2003-07-21 paf
13561:
1.116 moko 13562: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13563:
13564: * src/classes/file.C: file::exec/cgi environment variables now must
13565: be UPPERCASE and A-Z 0-9 _-
13566:
13567: * src/classes/file.C: env passing fixed
13568:
13569: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13570:
13571: * src/main/pa_common.C: http:// CRLF now
13572:
13573: 2003-07-02 paf
13574:
13575: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13576: fields to reflect their real meaning
13577:
13578: 2003-06-27 paf
13579:
13580: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13581: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13582: file::exec/cgi .charset
13583:
13584: 2003-06-26 paf
13585:
13586: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13587: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13588: src/classes/table.C: fixed several uninitialized local
13589: structures. notably ^hash.foreach now inserts delimiters
13590: properly [were inserting it before first body]
13591:
13592: 2003-06-24 paf
13593:
13594: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13595:
13596: 2003-06-20 paf
13597:
13598: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13599: src/main/pa_globals.C: introducing
13600: $f[^file::load[binary;http://...]] $f.tables
13601:
13602: 2003-06-06 paf
13603:
13604: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13605: table. [were method lookup: inconsistent]
13606:
13607: 2003-06-02 paf
13608:
13609: * src/include/pa_memory.h: empty string clone fixed to return
13610: writable memory
13611:
13612: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13613: were not appended] which violated string invariant
13614:
13615: 2003-05-30 paf
13616:
13617: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13618: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13619:
13620: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13621: GMT ; RFC 822, updated by RFC 1123
13622:
13623: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13624: targets/isapi/parser3isapi.C: initialized request_info properly
13625:
13626: * src/classes/xnode.C: found minor bug, commended for future
13627:
13628: 2003-05-28 paf
13629:
13630: * src/classes/form.C: request_info.content_length can't be <0,
13631: size_t for some time
13632:
13633: 2003-05-26 paf
13634:
13635: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13636: forgotten <0 changed to !=STRING_NOT_FOUND
13637:
13638: * src/classes/math.C: merged ffffu from HEAD
13639:
13640: 2003-05-11 paf
13641:
13642: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13643:
13644: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13645: premature doc free. transformed document had xmlDoc reference
13646: stored to non-gc-memory (libgdome) added holding-reference
13647:
13648: 2003-04-29 paf
13649:
13650: * src/main/pa_globals.C: started digging on double free. on win32
13651: found that that's perfectly normal.
13652:
13653: 2003-04-25 paf
13654:
13655: * src/classes/table.C: table.join bug fix [bad limit check]
13656:
13657: * src/classes/math.C: merged from HEAD: simpiler hash_string
13658:
13659: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13660: print anything. changed to quicker and simplier code
13661:
13662: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13663: strict a check]
13664:
13665: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13666:
13667: 2003-04-24 paf
13668:
13669: * src/include/pa_table.h: too strict assert loosened
13670:
13671: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13672: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13673: report
13674:
13675: 2003-04-21 paf
13676:
1.116 moko 13677: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13678:
13679: * src/main/pa_globals.C: pcre memory management changed to use GC
13680: memory
13681:
13682: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13683: xmlMallocAtomic [author agreed to my suggestion], used that
13684:
13685: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13686:
13687: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13688: types/pa_vmail.C: attributed_meaning_to_string added
13689: L_UNSPECIFIED piece which was sortof OK, but violated string
13690: invariant [assertion barked on that] changed to L_PASS_APPEND,
13691: made that param obligatory
13692:
13693: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13694: fixed [assert helped]
13695:
13696: * src/include/pa_string.h: assert added [looking for bug]
13697:
13698: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13699: names on Win32 considered disk-global
13700:
13701: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13702: considered disk-global
13703:
13704: 2003-04-18 paf
13705:
13706: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13707: filenames
13708:
13709: * src/main/untaint.C: enabled '~' letter in filenames
13710:
13711: 2003-04-16 paf
13712:
13713: * src/classes/file.C: small bug introduced in autoptr times fixed
13714:
13715: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13716: HEAD
13717:
1.116 moko 13718: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13719:
13720: 2003-04-15 paf
13721:
13722: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13723: src/lib/md5/pa_md5c.c, tests/141.html,
13724: tests/results/141.processed: merged from head ^math:uuid[]
13725: ^math:uid64[] ^math:md5[string]
13726:
13727: test added: 141.html
13728:
13729: * operators.txt, src/classes/math.C: ^math:uid64[]
13730:
13731: * src/classes/math.C: ^math:uuid[]
13732:
13733: * operators.txt, src/classes/math.C: ^math:uuid[]
13734:
13735: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13736: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13737:
13738: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13739: src/include/pa_config_fixed.h, src/main/pa_common.C:
13740: ^file::load[mode;name; $.offset $.limit
13741:
13742: 2003-04-14 paf
13743:
13744: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13745: started ^math:md5
13746:
13747: * src/classes/table.C, src/include/pa_array.h,
13748: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13749: tests/results/140.processed: table $.reverse option works in
13750: create&co table $.distinct[tables] bug fix merged
13751:
13752: * src/: classes/table.C, include/pa_table.h: table
13753: $.distinct[tables] bug fixed
13754:
13755: * src/classes/table.C: more warnings
13756:
13757: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13758: removed checks in table::set_current, moved them back to
13759: table::locate implemented table::create/join ñ $.reverse
13760:
13761: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13762: removed checks in table::set_current, moved them back to
13763: table::locate
13764:
13765: 2003-04-11 paf
13766:
13767: * operators.txt, src/classes/date.C, src/classes/table.C,
13768: src/include/pa_array.h, src/include/pa_common.h,
13769: src/include/pa_config_includes.h, src/include/pa_string.h,
13770: src/include/pa_table.h, src/main/pa_request.C,
13771: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13772: src/main/pa_table.C: merged from HEAD from
13773: before_append_array_limit_sense_change to
13774: after_append_array_limit_sense_change
13775:
13776: * src/classes/table.C: typo
13777:
13778: * operators.txt, src/classes/date.C, src/classes/table.C,
13779: src/include/pa_array.h, src/include/pa_common.h,
13780: src/include/pa_config_includes.h, src/include/pa_globals.h,
13781: src/include/pa_table.h, src/main/pa_array.C,
13782: src/main/pa_globals.C, src/main/pa_request.C,
13783: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13784: src/main/pa_table.C: append_array_limit_sense_change locate
13785: accepts options same as create new option: $.reverse(1) [do not
13786: work in table::create]
13787:
13788: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13789: (stat xxx,
13790:
13791: * src/classes/: table.C: typo
13792:
13793: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13794: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13795: results/130.processed, results/131.processed,
13796: results/132.processed, results/133.processed,
13797: results/134.processed, results/135.processed,
13798: results/136.processed, results/137.processed,
13799: results/138.processed, results/139.processed: added few mustfail
13800: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13801: date/time 132.html mustfail: access to junction outside of
13802: context 133.html mustfail: access to junction outside of context,
13803: case version 134.html mustfail: hash: adding a key inside of
13804: foreach 135.html mustfail: modifying system class 136.html
13805: mustfail: $.name outside of $hash[here] 137.html mustfail:
13806: appendChild without import 138.html mustfail: invalid encoding
13807: inside of xml 139.html mustfail: bad XPath
13808:
13809: * operators.txt, src/classes/table.C, tests/084.html,
13810: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13811: tests/129.html, tests/results/125.processed,
13812: tests/results/126.processed, tests/results/127.processed,
13813: tests/results/128.processed, tests/results/129.processed: merged
13814: from HEAD ^table.hash[key][$.distinct[tables]]
13815:
13816: maked appropriate tests [changed one old nonconforming]
13817:
13818: * operators.txt, src/classes/table.C:
13819: ^table.hash[key][$.distinct[tables]]
13820:
13821: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13822: merged fix for found very old xml (dom) bug: were passing
13823: domString objects and later ERROREOUSLY freed them
13824:
13825: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13826: src/main/pa_charset.C: re-added libgdome patch. regretfully
13827: libgdome bug can not be worked around
13828:
13829: 2003-04-10 paf
13830:
13831: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13832: found very old xml (dom) bug: were passing domString objects and
13833: later ERROREOUSLY freed them
13834:
13835: * src/doc/string.dox, src/include/pa_memory.h,
13836: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13837: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13838: tests/123.html, tests/124.html, tests/results/001.processed,
13839: tests/results/002.processed, tests/results/003.processed,
13840: tests/results/004.processed, tests/results/005.processed,
13841: tests/results/006.processed, tests/results/008.processed,
13842: tests/results/009.processed, tests/results/010.processed,
13843: tests/results/011.processed, tests/results/012.processed,
13844: tests/results/013.processed, tests/results/014.processed,
13845: tests/results/015.processed, tests/results/016.processed,
13846: tests/results/017.processed, tests/results/018.processed,
13847: tests/results/020.processed, tests/results/021.processed,
13848: tests/results/022.processed, tests/results/023.processed,
13849: tests/results/024.processed, tests/results/025.processed,
13850: tests/results/026.processed, tests/results/027.processed,
13851: tests/results/028.processed, tests/results/029.processed,
13852: tests/results/030.processed, tests/results/031.processed,
13853: tests/results/032.processed, tests/results/033.processed,
13854: tests/results/034.processed, tests/results/035.processed,
13855: tests/results/036.processed, tests/results/037.processed,
13856: tests/results/038.processed, tests/results/039.processed,
13857: tests/results/040.processed, tests/results/041.processed,
13858: tests/results/042.processed, tests/results/043.processed,
13859: tests/results/044.processed, tests/results/045.processed,
13860: tests/results/046.processed, tests/results/047.processed,
13861: tests/results/048.processed, tests/results/049.processed,
13862: tests/results/050.processed, tests/results/051.processed,
13863: tests/results/052.processed, tests/results/053.processed,
13864: tests/results/054.processed, tests/results/055.processed,
13865: tests/results/056.processed, tests/results/057.processed,
13866: tests/results/058.processed, tests/results/059.processed,
13867: tests/results/060.processed, tests/results/061.processed,
13868: tests/results/062.processed, tests/results/063.processed,
13869: tests/results/064.processed, tests/results/065.processed,
13870: tests/results/066.processed, tests/results/067.processed,
13871: tests/results/068.processed, tests/results/069.processed,
13872: tests/results/070.processed, tests/results/071.processed,
13873: tests/results/072.processed, tests/results/073.processed,
13874: tests/results/074.processed, tests/results/075.processed,
13875: tests/results/076.processed, tests/results/077.processed,
13876: tests/results/078.processed, tests/results/079.processed,
13877: tests/results/080.processed, tests/results/081.processed,
13878: tests/results/082.processed, tests/results/083.processed,
13879: tests/results/084.processed, tests/results/085.processed,
13880: tests/results/086.processed, tests/results/087.processed,
13881: tests/results/088.processed, tests/results/089.processed,
13882: tests/results/090.processed, tests/results/091.processed,
13883: tests/results/092.processed, tests/results/093.processed,
13884: tests/results/094.processed, tests/results/095.processed,
13885: tests/results/096.processed, tests/results/097.processed,
13886: tests/results/101.processed, tests/results/102.processed,
13887: tests/results/104.processed, tests/results/105.processed,
13888: tests/results/106.processed, tests/results/107.processed,
13889: tests/results/108.processed, tests/results/109.processed,
13890: tests/results/110.processed, tests/results/111.processed,
13891: tests/results/112.processed, tests/results/113.processed,
13892: tests/results/114.processed, tests/results/115.processed,
13893: tests/results/116.processed, tests/results/117.processed,
13894: tests/results/118.processed, tests/results/119.processed,
13895: tests/results/120.processed, tests/results/121.processed,
13896: tests/results/122.processed, tests/results/123.processed,
13897: tests/results/124.processed: new convention: char* never 0.
13898: assert in cord on that
13899:
13900: * src/main/pa_charset.C: couple more asserts
13901:
13902: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13903: speedup
13904:
13905: * src/main/pa_charset.C: couple assertions on fantastic situations
13906: added [may be those is the case now?]
13907:
13908: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13909: that's memory from gc_malloc, not from g_malloc :(, but would
13910: hope]
13911:
13912: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13913: that's memory from gc_malloc, not from g_malloc :(, but would
13914: hope]
13915:
13916: * src/main/pa_charset.C: checked custom malloc for returning 0
13917:
13918: 2003-04-09 paf
13919:
13920: * src/classes/date.C: merged ^date.roll changes
13921:
13922: * src/classes/date.C: ^date.roll bug fix
13923:
13924: * src/classes/date.C: ^date.roll now throws less errors: month
13925: shifts handles end of month situation by reducing day number
13926: hour-hole shift reduces hour to recover
13927:
13928: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13929: Sort by function time
13930:
13931: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13932: http:// $.charset[] param done
13933:
13934: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13935: added [after volatile fix. passes on win&intel-solaris]
13936:
13937: 2003-04-08 paf
13938:
13939: * src/: classes/file.C, classes/op.C, classes/table.C,
13940: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13941: include/pa_common.h, include/pa_request_charsets.h,
13942: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13943: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13944: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13945: types/pa_vresponse.C: started http:// $.charset[] param and
13946: http response charset detection just compiled. todo:test
13947:
13948: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13949:
13950: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13951: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13952: types/pa_vmail.C: changed transcode param converntion along with
13953: string creating convention -- all strings are zero-terminated,
13954: this allowed to fix one remaining String("123", 2) case
13955:
13956: * src/: classes/date.C, classes/file.C, classes/hash.C,
13957: classes/op.C, classes/string.C, classes/table.C,
13958: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13959: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13960: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13961: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13962: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13963: violated String::invariant. started fixing [not compiled now]
13964:
13965: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13966: main/compile.tab.C, main/compile.y, main/pa_string.C,
13967: main/untaint.C, targets/cgi/parser3.C: number of string style
13968: improvements & optimizations
13969:
13970: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13971: :(]
13972:
13973: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13974: [for it's a pointer really]
13975:
13976: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13977: 'n' param. worked that around
13978:
13979: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13980: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13981: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13982: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13983: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13984:
13985: Thanks for the bug report and patch.
13986:
13987: I hadn't looked at this code in a while. Reading it now, it
13988: seems to me that the tests should also be ">= MAX_DEPTH" to
13989: comply with the invariant, though that may not matter a lot. I
13990: changed that, too.
13991:
13992: Hans
13993:
13994: 2003-04-07 paf
13995:
13996: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13997: merged from head:safe mode error message now includes numbers
13998:
13999: * src/main/execute.C: n-th attempt to make a=a work with double.
14000: problem: as_double returns it's result in fp-register compiler
14001: optimizes access to that register after b->as_double, and just
14002: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14003: from memory. _SAME_ double values do not match here. when
14004: forced to REload fp-register, values do match.
14005:
14006: tried to make them volatile.
14007:
14008: * src/main/execute.C: n-th attempt to make a=a work with double.
14009: problem: as_double returns it's result in fp-register compiler
14010: optimizes access to that register after b->as_double, and just
14011: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
14012: from memory. _SAME_ double values do not match here. when
14013: forced to REload fp-register, values do match.
14014:
14015: tried to make them volatile.
14016:
14017: * src/types/pa_vobject.h: small style change
14018:
14019: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14020:
14021: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14022: mode error message now includes numbers
14023:
14024: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14025: now causes death
14026:
14027: 2003-04-04 paf
14028:
14029: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14030: incorportated pa_exec patch by From: "Victor Fedoseev"
14031: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14032: Sent: Thursday, January 23, 2003 9:14 AM
14033:
14034: huge speedup on ^file::cgi with big result
14035:
14036: * src/classes/table.C: sort table with 0 rows bug fixed
14037:
14038: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14039: fix http://i2/tasks/edit/?id=4493701604654042676
14040:
14041: @main[] $with_default[ $.a[1] $._default[default from
14042: with_default] ] ^show[$with_default]
14043:
14044: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14045: =$to_add_to.xxx=<br>
14046:
14047: ^show[$to_add_to]
14048:
14049: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14050: ^show[$cloned]
14051:
14052: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14053:
14054: } <hr>
14055:
14056: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14057: http://i2/tasks/edit/?id=4493701604654042676
14058:
14059: @main[] $with_default[ $.a[1] $._default[default from
14060: with_default] ] ^show[$with_default]
14061:
14062: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14063: =$to_add_to.xxx=<br>
14064:
14065: ^show[$to_add_to]
14066:
14067: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14068: ^show[$cloned]
14069:
14070: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14071:
14072: } <hr>
14073:
14074: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14075: http://i2/tasks/edit/?id=4507350336410850921
14076:
14077: * src/classes/xdoc.C: memory allocation func bugfix
14078: http://i2/tasks/edit/?id=4499303470368629745
14079:
14080: * src/classes/math.C: allowed random 1...
14081:
14082: * src/classes/math.C: allowed random 0..
14083:
14084: * src/main/pa_globals.C: exif mem leak
14085: http://i2/tasks/edit/?id=4480590323629807263
14086:
14087: * src/: classes/classes.dsp, main/main.dsp,
14088: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14089: fix http://i2/tasks/edit/?id=4493946731322521294
14090: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14091:
14092: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14093: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14094: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14095: links to xml libs made relative, no need to unpack parser3project
14096: to /parser3project.
14097:
14098: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14099: column more precise - tab handling bug fixed
14100:
14101: * src/main/: compile.tab.C, compile.y: more understandable error
14102: message in case @CLASS with more then one line inside
14103:
14104: * src/targets/cgi/parser3.C: more understandable error message in
14105: case of errors in @unhandled_exception
14106:
14107: 2003-04-03 paf
14108:
14109: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14110: src/main/compile.tab.C, src/main/compile.y,
14111: src/main/compile_tools.C, src/main/compile_tools.h,
14112: src/main/execute.C, src/main/pa_request.C: debug info format
14113: simplified, now it's: OP_VALUE Operation::Origin << here value*
14114:
14115: higher limits: file number (max: 255) line number (max:
14116: 64535) column number (max: 255)
14117:
14118: * src/classes/math.C: top limit
14119:
14120: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14121: precise parse error position in case of
14122:
14123: ^bug ]
14124:
14125: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14126: changed to realities, and passed [bug fixed]
14127:
14128: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14129: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14130: main/compile_tools.h, main/pa_request.C: introducing
14131: ^process...[main-method-alias]
14132:
14133: * src/: classes/date.C, classes/image.C, classes/op.C,
14134: classes/string.C, classes/table.C, classes/xdoc.C,
14135: types/pa_vmethod_frame.h: MethodParams& now [methods without
14136: params receive zero reference, but they are expected not to look
14137: there]
14138:
14139: * operators.txt, src/classes/date.C, src/classes/double.C,
14140: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14141: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14142: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14143: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14144: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14145: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14146: [methods without params receive zero reference, but they are
14147: expected not to look there]
14148:
14149: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14150: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14151: ^process...[filename] useful for better error reporting
14152: [file/line/col]
14153:
14154: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14155: types/pa_vstring.h: slightly improved error messages text: 1. is
14156: '%s', it 2. method undefined in case of ^void[]
14157:
14158: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14159: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14160: handling done. now we have error columns todo: test it
14161:
14162: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14163: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14164:
14165: this makes life easier: were: bad stack order -- were in
14166: exception catch unwind order, which didn't match execution order
14167:
14168: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14169:
14170: @first[] ^throw[a;1]
14171:
14172: showed throw a first throw b try
14173:
14174: which is no good
14175:
14176: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14177: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14178: trace reset after handled exception [old bug fixed]
14179:
14180: * src/main/: compile.tab.C, compile.y: parse position old bug
14181: fixed. position reporting made precise [both, in parse erros and
14182: runtime errors]
14183:
14184: 2003-04-02 paf
14185:
14186: * src/: include/pa_operation.h, include/pa_request.h,
14187: main/compile.C, main/compile.tab.C, main/compile.y,
14188: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14189: main/pa_exception.C, main/pa_request.C: debug info: started
14190: using. todo:complete
14191:
14192: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14193: main/compile.C, main/compile.tab.C, main/compile.y,
14194: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14195: main/pa_request.C: prepared debug info todo:use it
14196:
14197: * src/include/pa_operation.h: strange mistake fixed: forgot to
14198: return Operation class->union after switching from autoptrs.
14199:
14200: * tests/: Makefile, results/108.processed, results/117.processed:
14201: meta considered OK [it's up to coder now to remove it not needed]
14202:
14203: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14204: Dictionary constructor when moved to gc]
14205:
14206: * src/main/pa_common.C: uncommented http:// file loading
14207:
14208: * src/include/pa_array.h, src/main/execute.C,
14209: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14210: fix [gdGrowingBuf]
14211:
14212: * configure.in, src/lib/Makefile.am: removed patches
14213:
14214: * configure, src/include/pa_config_auto.h.in,
14215: src/main/pa_charset.C: --enable-assertions autoconf-ed
14216:
14217: * src/main/pa_common.C: uncommented http:// file loading
14218:
14219: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14220: xdoc::create/load
14221:
14222: * src/: classes/form.C, classes/hash.C, classes/image.C,
14223: classes/string.C, classes/table.C, classes/void.C,
14224: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14225: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14226: String::String(str,helper_length) are checked. found/fixed one
14227: place: $request:body now zero-terminated,
14228:
14229: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14230: main/compile_tools.C, main/execute.C, types/pa_value.h,
14231: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14232: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14233: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14234: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14235: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14236: types/pa_vxnode.h: more locally scoped vars in execute (more
14237: easily optimizable)
14238:
14239: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14240: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14241:
14242: * src/: include/pa_array.h, include/pa_stack.h,
14243: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14244: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14245: become assertion iterator in methodframe filler
14246:
14247: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14248: targets/cgi/parser3.C: array::get/put inlined
14249:
14250: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14251: gc_substitute_memory_management_functions +installed CORD_oom
14252: function
14253:
14254: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14255: src/include/pa_config_includes.h, src/include/pa_string.h,
14256: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14257: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14258: assertions started configure.in --enable-assertions
14259:
14260: 2003-04-01 paf
14261:
14262: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14263: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14264: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14265: gdome uses glib memory, and stores last pointer to xmlDoc there,
14266: gc misses that and collects valid memory fixed by remembering
14267: xmlDoc from dom object in xdoc. todo: do something with
14268: premature free of xdoc with xnodes/node values referring into it
14269:
14270: * src/classes/: mail.C: typo fix
14271:
14272: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14273: changes
14274:
14275: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14276: main/pa_memory.C: moved memory debugging to global level: to
14277: pa_gc_malloc
14278:
14279: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14280: debugging showed no errors. todo: debug parser memory
14281:
14282: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14283: configurations
14284:
14285: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14286: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14287: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14288: types/types.dsp: prepared xml-static configuration
14289:
14290: 2003-03-31 paf
14291:
14292: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14293: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14294: xml lib memory debugging, simple checks failed: it seems that
14295: library does realloc(bad ptr), and recording those ptrs in heap
14296: [for debugging] was bad: heap situation changes = everything
14297: works fine
14298:
14299: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14300: xmlRegisterCharEncodingHandler limitation [currently imposed
14301: limit of 10 user-defined charsets]
14302:
14303: 2003-03-28 paf
14304:
14305: * src/main/execute.C: execution stack copied to local register
14306: variable, removed lots [~2e7) of memory accesses
14307:
14308: 2003-03-27 paf
14309:
14310: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14311: works in debug, but fails in release todo: fix that
14312:
14313: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14314: targets/cgi/parser3.C: forgot to merge XML memory funcs
14315: replacement from gc branch
14316:
14317: * src/main/pa_exec.C: introducing append_help_length [radical
14318: improvement here]
14319:
14320: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14321: 'not recommened' in gc.h, on win32 noticed no difference]
14322:
14323: * src/include/pa_array.h: returned checked array get [were disabled
14324: for debugging] result:not slower [don't understand that, it were
14325: INLINED] todo: find out a way of inlining it!
14326:
14327: * src/: include/pa_string.h, lib/gc/include/gc.h,
14328: lib/gc/include/gc_fake.h, main/compile.tab.C,
14329: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14330: convention changed: all resulting strings are zero-terminated
14331:
14332: * src/: classes/date.C, classes/file.C, classes/hash.C,
14333: classes/string.C, classes/table.C, classes/void.C,
14334: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14335: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14336: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14337: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14338: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14339: types/pa_vfile.C, types/pa_vmail.C: introducing
14340: append_help_length [radical improvement here]
14341:
14342: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14343: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14344: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14345: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14346: even slower
14347:
14348: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14349: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14350: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14351: clients of &get(): most to use non-ref version, some[in tight
14352: places] to get_unchecked_ref
14353:
14354: * src/doc/memory.dox: forgot to add
14355:
14356: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14357: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14358: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14359: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14360: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14361: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14362: targets/cgi/parser3.dsp, types/pa_vmail.C,
14363: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14364: T>>&<< removed after Stack::pop wiping removed [moved to separate
14365: func] other Array & removed
14366:
14367: 2003-03-26 paf
14368:
14369: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14370: classes/table.C, include/pa_array.h, include/pa_charset.h,
14371: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14372: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14373: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14374: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14375: main/pa_exec.C, main/pa_sql_driver_manager.C,
14376: main/pa_stylesheet_manager.C, main/pa_table.C,
14377: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14378: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14379: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14380: pre-evaluated .count() in some places
14381:
14382: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14383: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14384: types/types.dsp: .dsp profiling updated
14385:
14386: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14387: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14388: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14389:
14390: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14391: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14392: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14393: use lib/gc,lib/cord
14394:
1.116 moko 14395: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14396: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14397: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14398: src/include/pa_config_includes.h, src/include/pa_request.h,
14399: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14400: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14401: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14402: src/lib/cord/include/Makefile.am,
1.116 moko 14403: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14404: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14405: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14406: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14407: src/types/pa_vform.h, src/types/pa_vhash.h,
14408: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14409: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14410: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14411: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14412: funcs ported pa_exec
1.95 moko 14413:
14414: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14415:
14416: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14417: bundled gc includes
14418:
14419: * src/: classes/op.C, include/pa_array.h,
14420: include/pa_sql_connection.h, include/pa_string.h,
14421: include/pa_version.h, main/compile.tab.C, main/compile.y,
14422: main/execute.C, main/pa_common.C, main/pa_exception.C,
14423: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14424: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14425: first real site (aval)]
14426:
14427: 2003-03-25 paf
14428:
14429: * operators.txt, src/main/pa_sql_driver_manager.C,
14430: src/types/pa_vstatus.C: $status.memory used free since_compact
14431: process
14432:
14433: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14434: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14435:
14436: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14437:
14438: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14439: src/types/pa_value.h, src/types/pa_vfile.h,
14440: src/types/pa_vobject.C, src/types/pa_vobject.h,
14441: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14442: tests/results/121.processed: untaint.C L_URI
14443:
14444: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14445: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14446: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14447: src/types/pa_vmemory.h: ^memory:compact[]
14448:
14449: * tests/results/109.processed: it was a bug in parser. updated 109
14450: test result
14451:
14452: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14453:
14454: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14455: tests/results/107.processed: fixed dom language [values are now
14456: considered tainted. it was a bug in parser. updated 107 test
14457: result
14458:
14459: * src/classes/xdoc.C: fixed transform params
14460:
14461: * src/: include/pa_stylesheet_manager.h,
14462: main/pa_stylesheet_manager.C: fixed stylesheet caching
14463:
14464: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14465: overloads for structure handling
14466:
14467: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14468: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14469: StringBody(0) ambiguilty, introducting static
14470: StringBody::Format(int)
14471:
14472: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14473: linked
14474:
14475: * src/types/pa_vxdoc.C: vxdoc compiled
14476:
14477: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14478: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14479: finalizers isntalled
14480:
14481: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14482: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14483: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14484: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14485: compiled todo: xnode.C / finalizers
14486:
14487: * src/doc/string.dox: updated: new string internals
14488:
14489: 2003-03-24 paf
14490:
14491: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14492: include/pa_charset.h, include/pa_config_fixed.h,
14493: include/pa_request.h, include/pa_stylesheet_connection.h,
14494: include/pa_stylesheet_manager.h, main/pa_charset.C,
14495: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14496: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14497: types/pa_vxnode.h: started XML
14498:
14499: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14500:
14501: * src/: classes/file.C, classes/image.C, classes/mail.C,
14502: include/pa_string.h, main/pa_common.C,
14503: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14504:
14505: * src/: classes/file.C, classes/image.C, classes/mail.C,
14506: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14507: main/pa_request.C, main/pa_sql_driver_manager.C,
14508: types/pa_vimage.h: size_t pos everywhere checks changed to check
14509: for eq STRING_NOT_FOUND
14510:
14511: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14512: optimize bit implemented
14513:
14514: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14515: String::ArrayFragment::append_positions fixed
14516:
14517: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14518: String::this_starts fixed
14519:
14520: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14521:
14522: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14523: hashcode implemented fully, including per-char callback [it can
14524: be - substr CORD node]
14525:
14526: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14527: rewritten to rewalloc with 100byte buf ahead
14528:
14529: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14530: src/include/pa_string.h, src/main/compile.tab.C,
14531: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14532: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14533: CORD_ec [bad] would rewrite as realloc now
14534:
14535: * src/: classes/date.C, classes/file.C, classes/form.C,
14536: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14537: include/pa_cache_managers.h, include/pa_charsets.h,
14538: include/pa_common.h, include/pa_request.h,
14539: include/pa_sql_driver_manager.h, include/pa_table.h,
14540: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14541: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14542: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14543: types/pa_vmail.C, types/pa_vmethod_frame.C,
14544: types/pa_vstateless_class.h: 2*2 worked :)
14545:
14546: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14547: src/include/pa_exec.h, src/include/pa_string.h,
14548: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14549: passed OK
14550:
14551: * src/: classes/hash.C, classes/string.C, classes/table.C,
14552: types/pa_value.C: all linked todo: debug
14553:
14554: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14555: types/pa_vstateless_class.C: all compiled. todo:link
14556:
14557: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14558:
14559: * src/types/pa_vtable.C: pa_vtable.C compiled
14560:
14561: * src/types/pa_vstring.C: pa_vstring.C compiled
14562:
14563: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14564:
14565: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14566: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14567: pa_vstateless_class.C, pa_vstateless_class.h:
14568: pa_vstateless_class.C compiled
14569:
14570: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14571: types/pa_vmath.C: pa_vmail.C compiled
14572:
14573: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14574:
14575: * src/types/pa_vform.C: pa_vform.C compiled
14576:
14577: * src/types/pa_vfile.C: pa_vfile.C compiled
14578:
14579: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14580: pa_vstateless_class.C: pa_vcookie.C compiled
14581:
14582: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14583: types/pa_vhash.h: pa_value.C compiled
14584:
14585: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14586: classes.lib main.lib compiled
14587:
14588: * src/classes/void.C: void.C compiled
14589:
14590: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14591: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14592: compiled
14593:
14594: * src/: classes/string.C, include/pa_request.h,
14595: include/pa_string.h, main/pa_string.C: string.C compiled
14596:
14597: * src/: classes/op.C, classes/string.C, classes/table.C,
14598: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14599: main/pa_request.C, main/pa_string.C: op.C compiled
14600:
14601: * src/classes/: math.C, op.C: math.C compiled
14602:
14603: * src/: classes/mail.C, classes/string.C, classes/table.C,
14604: types/pa_vmail.h: mail.C compiled
14605:
14606: * src/classes/: int.C, table.C: int.C compiled
14607:
14608: * src/: classes/hash.C, classes/image.C, classes/string.C,
14609: classes/table.C, include/pa_memory.h, include/pa_string.h,
14610: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14611: compiled
14612:
14613: * src/: classes/hash.C, classes/string.C, classes/table.C,
14614: classes/void.C, classes/xdoc.C, include/pa_request.h,
14615: include/pa_sql_connection.h: hash.C compiled
14616:
14617: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14618: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14619: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14620: classes/math.C, classes/op.C, classes/response.C,
14621: classes/string.C, classes/table.C, classes/void.C,
14622: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14623: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14624: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14625: file.C table.C compiled
14626:
14627: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14628: main/untaint.C: main.lib compiled
14629:
14630: 2003-03-21 paf
14631:
14632: * src/: classes/op.C, include/pa_cache_managers.h,
14633: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14634: include/pa_stylesheet_manager.h, main/pa_exception.C,
14635: main/pa_globals.C, main/pa_sql_driver_manager.C,
14636: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14637: compiled
14638:
14639: * src/: classes/hash.C, classes/image.C, classes/op.C,
14640: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14641: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14642: main/compile.C, main/pa_common.C, main/pa_request.C,
14643: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14644: pa_request.C compiled
14645:
14646: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14647: include/pa_request.h, main/execute.C, main/pa_request.C,
14648: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14649: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14650: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14651: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14652: compiled
14653:
14654: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14655: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14656: on unix
14657:
14658: * src/: include/pa_charset.h, include/pa_charsets.h,
14659: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14660: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14661: pa_charsets.C compiled
14662:
14663: * src/: classes/image.C, classes/mail.C, classes/op.C,
14664: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14665: main/compile.y, main/execute.C, main/pa_common.C,
14666: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14667: types/pa_vcode_frame.h, types/pa_vimage.h,
14668: types/pa_vmethod_frame.h: execute.C compiled
14669:
14670: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14671: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14672: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14673: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14674: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14675: include/pa_cache_managers.h, include/pa_charsets.h,
14676: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14677: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14678: include/pa_sql_driver_manager.h, include/pa_string.h,
14679: include/pa_stylesheet_connection.h,
14680: include/pa_stylesheet_manager.h, include/pa_table.h,
14681: main/compile.C, main/compile.tab.C, main/compile.y,
14682: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14683: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14684: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14685: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14686: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14687: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14688: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14689: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14690: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14691: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14692: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14693: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14694: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14695: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14696: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14697: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14698: types/pa_vresponse.h, types/pa_vstateless_class.C,
14699: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14700: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14701: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14702: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14703: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14704: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14705: [C++ CORD wrapper]
14706:
14707: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14708:
14709: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14710: $file::exec/cgi[script; $.charset[this is script's charset]
14711:
14712: command line, env values, input got transcoded before call
14713: stdout, stderr got transcoded after call
14714:
14715: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14716: by default. use: ^file::exec[...;$.stdin[$request.body]
14717:
14718: * src/main/pa_common.C: } typo bug fix
14719:
14720: * src/main/pa_common.C: } typo bug fix
14721:
14722: 2003-03-20 paf
14723:
14724: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14725: main/untaint.C: cord bug fix, but still errors todo: clear out
14726:
14727: * src/include/pa_string.h: more tests
14728:
14729: * src/main/pa_string.C: string.pos fixed
14730:
1.116 moko 14731: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14732: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14733: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14734: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14735: replaces
1.95 moko 14736:
14737: * src/: classes/image.C, include/pa_dictionary.h,
14738: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14739: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14740: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14741: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14742:
14743: * src/include/pa_string.h: warning
14744:
14745: * src/include/pa_string.h: this_starts fixed
14746:
14747: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14748: new String ctor & append params convention
14749:
14750: * src/: classes/file.C, classes/hash.C, classes/image.C,
14751: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14752: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14753: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14754: main/pa_exception.C, main/pa_exec.C,
14755: main/pa_sql_driver_manager.C, main/pa_string.C,
14756: main/pa_stylesheet_manager.C, main/untaint.C,
14757: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14758: types/pa_vmail.C: more tests OK
14759:
14760: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14761: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14762: gc/exit runned OK
14763:
14764: * src/types/pa_vmail.C: another naming problem: should not name
14765: vars like that: unpredictable close caused problems with later
14766: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14767: descriptors missing on startup: stdin; Bad file number
14768:
14769: todo: find out why so many filters(stream) here. probably wrong?
14770:
14771: * src/: include/pa_dictionary.h, include/pa_string.h,
14772: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14773: main/untaint.C: test compiled
14774:
14775: * src/: classes/image.C, classes/mail.C, classes/math.C,
14776: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14777: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14778: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14779: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14780: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14781: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14782: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14783: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14784: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14785:
14786: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14787: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14788: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14789: src/include/pa_memory.h, src/include/pa_request.h,
14790: src/include/pa_request_charsets.h,
14791: src/include/pa_sql_connection.h, src/include/pa_string.h,
14792: src/main/compile.tab.C, src/main/execute.C,
14793: src/main/pa_charset.C, src/main/pa_common.C,
14794: src/main/pa_exception.C, src/main/pa_exec.C,
14795: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14796: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14797: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14798: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14799: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14800: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14801: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14802: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14803: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14804: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14805: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14806: pa_common.C [done, without http for now]
14807:
14808: 2003-03-19 paf
14809:
14810: * src/: classes/date.C, classes/form.C, classes/hash.C,
14811: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14812: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14813: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14814: include/pa_string.h, include/pa_table.h, main/compile.C,
14815: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14816: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14817: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14818: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14819: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14820: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14821: types/pa_vstateless_class.h, types/pa_vtable.C,
14822: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14823: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14824: types/pa_wwrapper.h: started test
14825:
1.116 moko 14826: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14827: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14828:
14829: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14830: include/pa_string.h, main/pa_string.C: string compiled todo: test
14831: it
14832:
14833: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14834: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14835: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14836: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14837: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14838: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14839: types/pa_vmethod_frame.h, types/types.dsp: string
14840: reimplementation with cord+array<fragment>: 70%
14841:
14842: 2003-03-18 paf
14843:
14844: * src/: classes/date.C, classes/file.C, classes/form.C,
14845: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14846: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14847: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14848: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14849: can ignore lang in cmp and pos really, but would
14850: split properly!
14851:
14852: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14853: cord part made parser/src/lib: it's not compiled into libgc by
14854: default
14855:
14856: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14857: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14858: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14859: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14860: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14861: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14862: src/classes/xnode.C, src/classes/xnode.h,
14863: src/include/Makefile.am, src/include/pa_cache_managers.h,
14864: src/include/pa_charset.h, src/include/pa_charsets.h,
14865: src/include/pa_common.h, src/include/pa_dictionary.h,
14866: src/include/pa_exception.h, src/include/pa_exec.h,
14867: src/include/pa_globals.h, src/include/pa_hash.h,
14868: src/include/pa_memory.h, src/include/pa_pool.h,
14869: src/include/pa_request.h, src/include/pa_request_charsets.h,
14870: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14871: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14872: src/include/pa_stylesheet_connection.h,
14873: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14874: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14875: src/main/compile.C, src/main/compile.tab.C,
14876: src/main/compile_tools.C, src/main/compile_tools.h,
14877: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14878: src/main/pa_charsets.C, src/main/pa_common.C,
14879: src/main/pa_dictionary.C, src/main/pa_exception.C,
14880: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14881: src/main/pa_pool.C, src/main/pa_request.C,
14882: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14883: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14884: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14885: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14886: src/types/pa_junction.h, src/types/pa_method.h,
14887: src/types/pa_value.C, src/types/pa_value.h,
14888: src/types/pa_vclass.C, src/types/pa_vclass.h,
14889: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14890: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14891: src/types/pa_vdouble.h, src/types/pa_venv.h,
14892: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14893: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14894: src/types/pa_vimage.C, src/types/pa_vimage.h,
14895: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14896: src/types/pa_vmath.C, src/types/pa_vmath.h,
14897: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14898: src/types/pa_vobject.C, src/types/pa_vobject.h,
14899: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14900: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14901: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14902: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14903: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14904: src/types/pa_vstring.h, src/types/pa_vtable.C,
14905: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14906: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14907: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14908: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14909: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14910: gc: PA_Object done lots of replacements also
14911:
14912: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14913: gc logging
14914:
14915: 2003-03-17 paf
14916:
14917: * src/: classes/date.C, classes/file.C, classes/form.C,
14918: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14919: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14920: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14921: include/pa_string.h, include/pa_types.h, main/compile.C,
14922: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14923: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14924: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14925: main/pa_sql_driver_manager.C, main/pa_string.C,
14926: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14927: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14928: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14929: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14930: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14931: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14932: types/pa_vxnode.h: libgc attempt
14933:
14934: 2003-03-13 paf
14935:
14936: * src/: include/pa_sql_driver_manager.h,
14937: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14938: called
14939:
14940: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14941: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14942: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14943: types/pa_value.h, types/pa_vobject.h,
14944: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14945: set_base, set_derived simplified [counter leaks fixed]
14946:
14947: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14948: src/types/types.dsp: incorporated status class patch From:
14949: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14950: 2003 8:14 AM
14951:
14952: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14953: Win32 specific: QuotaPeakNonPagedPoolUsage
14954: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14955:
14956: 2003-03-12 paf
14957:
1.116 moko 14958: * configure, configure.in, src/lib/ltdl/configure,
14959: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14960: lib/ltdl/Makefile now created by /configure.in only [were by
14961: lib/ltdl/configure.in OVERWRITE]
14962:
1.116 moko 14963: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14964: linkage fixed for g++ 3.2.2
1.95 moko 14965:
14966: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14967: on using privately declared class [fixed]
14968:
14969: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14970: 3.2 rightliy complained on using privately declared class [fixed]
14971:
14972: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14973: sigpipe before request constructor now causes death
14974:
14975: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14976: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14977: not cause exception in exception handler
14978:
1.116 moko 14979: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14980: now default links libstdc++ statically. that can be overriden by
14981: --with-dynamic-stdcpp
1.95 moko 14982:
14983: 2003-03-11 paf
14984:
14985: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14986: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14987: necessity of libstdc++
14988:
14989: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14990:
14991: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14992:
14993: 2003-03-08 paf
14994:
14995: * tests/Makefile: make install & co
14996:
14997: * src/: include/pa_request.h, classes/op.C: removing
14998: vclass,object.h -> pa_request.h dependency
14999:
15000: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
15001: main/pa_request.C: removing vform,response,cookie.h ->
15002: pa_request.h dependency
15003:
15004: * src/include/pa_request.h: removing vmail.h -> pa_request.h
15005: dependency [testing...]
15006:
15007: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
15008: return 0; fixed
15009:
15010: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15011: types/pa_vmail.h: vmail.C received just compiled [not tested]
15012:
15013: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15014:
15015: * src/main/pa_request.C: forgotten: ifdef XML
15016:
15017: * src/main/pa_request.C: forgotten: ifdef XML
15018:
15019: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15020: win32 and run memleak tests again
15021:
15022: * src/targets/cgi/parser3.C: charsets: see some strange things with
15023: old xml lib-- it's internal memory handling has faults
15024:
15025: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15026: problems when transcode from charset A to A.
15027:
15028: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15029: todo: still problems when transcode from charset A to A.
15030:
15031: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15032: classes/table.C, include/pa_array.h,
15033: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15034: started full-scale-site-test [~ http://parser.ru sources]
15035:
15036: some fixes
15037:
15038: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15039: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15040: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15041: results/110.processed, results/111.processed,
15042: results/112.processed, results/113.processed,
15043: results/114.processed, results/115.processed,
15044: results/116.processed, results/117.processed,
15045: results/118.processed, results/119.processed,
15046: results/120.processed: xml: tests 109 dom create/show 110 xpath
15047: selectSingle 111 xdoc.create from tainted & 112
15048: xdoc.create/output with russian attr value 113 xpath
15049: selectString/Number 114 dom attributes.count 115 xpath selectBool
15050: 116 output media-type change 117 transform by dom stylesheet 118
15051: empty transform result 119 dom setAttribute 120 nbsp letter
15052: output
15053:
15054: =END OF PREPARED XML TESTS=
15055:
15056: 2003-03-07 paf
15057:
15058: * src/classes/xdoc.C, src/include/pa_charset.h,
15059: src/include/pa_stylesheet_connection.h, tests/108.html,
15060: tests/108.xsl, tests/results/108.processed: xml: test 108
15061: transform with params [bugs fixed]
15062:
15063: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15064: from copy/paste bug
15065:
15066: * src/classes/xdoc.C, src/include/pa_charset.h,
15067: src/include/pa_request.h, src/main/execute.C,
15068: src/main/pa_charset.C, src/main/pa_exception.C,
15069: src/main/pa_globals.C, src/main/pa_request.C,
15070: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15071: src/types/pa_vxnode.C, tests/107.html,
15072: tests/results/107.processed: xml: test: 107 bug fixes
15073:
15074: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15075: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15076: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15077:
15078: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15079: string
15080:
15081: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15082: mem alloc functions used for different cases [libxml, libxsl]
15083:
15084: * src/classes/classes.C: fixed: prevent system classes from
15085: modification to lock ALL the classes, not only directly used
15086:
15087: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15088: linked
15089:
15090: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15091:
15092: 2003-03-06 paf
15093:
15094: * src/classes/xdoc.C: xdoc.C 50%
15095:
15096: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15097: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15098: main/pa_globals.C, main/pa_request.C,
15099: main/pa_stylesheet_manager.C: xnode.C compiled
15100:
15101: * src/: include/pa_stylesheet_connection.h,
15102: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15103: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15104:
15105: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15106: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15107: xml: stylesheet&manager STARTED
15108:
15109: * src/: include/pa_globals.h, main/pa_charset.C,
15110: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15111:
15112: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15113: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15114: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15115: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15116: charsets
15117:
15118: * tests/023.html: in some cases it rounded up badly. postponing
15119: solution of that problem, making more simple test
15120:
15121: * tests/: 058_paf2000.png, results/058.processed: .png added with
15122: -kb now
15123:
15124: * src/: include/pa_charset.h, include/pa_charsets.h,
15125: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15126: moved to charsets.C
15127:
15128: 2003-03-05 paf
15129:
15130: * src/classes/string.C, src/include/pa_string.h,
15131: src/main/pa_string.C, tests/105.html,
15132: tests/results/105.processed: String::match bug fixed
15133:
15134: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15135: tests/results/104.processed: ^bpt operator added [does int3 in
15136: debug build on win32]
15137:
15138: * tests/: 057.html, results/057.processed: test bug fixed
15139:
1.116 moko 15140: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15141:
15142: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15143: missing
15144:
1.116 moko 15145: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15146: forgotten files added to Makes
1.95 moko 15147:
15148: * ltmain.sh: ltmain.sh added
15149:
15150: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15151: change undone ;(
15152:
15153: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15154: made static
15155:
15156: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15157: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15158: todo:make linker happy
1.95 moko 15159:
15160: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15161: env param made optional
15162:
15163: 2003-03-04 paf
15164:
15165: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15166: types/pa_vimage.h: number of gcc compiler bugs fixed
15167:
15168: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15169: results/103.processed: tests: 103 image.copy transparence test
15170:
15171: * src/main/execute.C, tests/101.html, tests/102.html,
15172: tests/results/101.processed, tests/results/102.processed: tests:
15173: 101 method/variable name conflict test 102 form fields change
15174: should not not change anything [bug fix]
15175:
15176: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15177: results/099.processed, results/100.processed: tests: 57 date
15178: create 2002: added 99,100 response:body/download
15179:
15180: * src/classes/image.C, tests/098.html, tests/098font.gif,
15181: tests/results/098.processed: test: 98 image font text [bug fixed]
15182:
15183: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15184: tests/results/097.processed: test: 97 file::load http:// [bugs
15185: fixed]
15186:
15187: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15188: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15189: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15190: image EXIF [bug fixed]
15191:
15192: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15193: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15194: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15195: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15196: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15197: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15198: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15199: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15200: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15201: tests/094.html, tests/095.html, tests/results/061.processed,
15202: tests/results/062.processed, tests/results/063.processed,
15203: tests/results/064.processed, tests/results/065.processed,
15204: tests/results/066.processed, tests/results/067.processed,
15205: tests/results/068.processed, tests/results/069.processed,
15206: tests/results/070.processed, tests/results/071.processed,
15207: tests/results/072.processed, tests/results/073.processed,
15208: tests/results/074.processed, tests/results/075.processed,
15209: tests/results/076.processed, tests/results/077.processed,
15210: tests/results/078.processed, tests/results/080.processed,
15211: tests/results/081.processed, tests/results/082.processed,
15212: tests/results/083.processed, tests/results/084.processed,
15213: tests/results/085.processed, tests/results/086.processed,
15214: tests/results/087.processed, tests/results/088.processed,
15215: tests/results/089.processed, tests/results/090.processed,
15216: tests/results/091.processed, tests/results/092.processed,
15217: tests/results/093.processed, tests/results/094.processed,
15218: tests/results/095.processed, tests/079.html,
15219: tests/results/079.processed: tests: 61 file::stat size 62
15220: string->int autoconvert 63 double .int,dec,div,mul 64 date
15221: compare 65 file: basename,justname,justext 66 math:crypt 67
15222: string.match simple on long 68 string.match normalized simple on
15223: long 69 string.int 70 file::stat content-type 71 table.join 72
15224: hash parameter conditional pass 73 date daylightsaving,yearday 74
15225: date arithmetics 75 response date values/attributes 76 string.pos
15226: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15227: with local 80 scientific numeric literal in string autoconvert 81
15228: xor: logical and numerical 82 for delims 83 menu delims 84
15229: table.hash distinct 85 long string replace 86 throw+catch
15230: current language preserve 87 bit shifts 88 junction tests +
15231: $caller test 89 hash.foreach selfmodification 90 int/void to int
15232: 91 $caller test 92 junction is + def junction tests 93 $caller
15233: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15234:
15235: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15236: fixed] 60 string eq string [bug fixed]
15237:
15238: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15239: 058.html, 058_paf2000.png, 059.html, 060.html,
15240: results/053.processed, results/054.processed,
15241: results/055.processed, results/056.processed,
15242: results/057.processed, results/058.processed,
15243: results/059.processed, results/060.processed: test: 53
15244: string.replace 54 junctions 55 table.hash 56 call indirect 57
15245: date.create[string] 58 image.measure[png]
15246:
15247: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15248: outputs/051.processed, results/052.processed: test: 52
15249: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15250: task: fix that
15251:
15252: 2003-03-03 paf
15253:
15254: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15255: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15256: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15257: outputs/049.processed, outputs/050.processed,
15258: outputs/051.processed, results/001.processed,
15259: results/002.processed, results/003.processed,
15260: results/005.processed, results/006.processed,
15261: results/008.processed, results/009.processed,
15262: results/011.processed, results/012.processed,
15263: results/013.processed, results/014.processed,
15264: results/015.processed, results/016.processed,
15265: results/017.processed, results/020.processed,
15266: results/021.processed, results/022.processed,
15267: results/024.processed, results/025.processed,
15268: results/026.processed, results/027.processed,
15269: results/028.processed, results/029.processed,
15270: results/030.processed, results/031.processed,
15271: results/049.processed, results/050.processed,
15272: results/051.processed, results/043.processed,
15273: results/044.processed, results/045.processed,
15274: results/046.processed, results/047.processed,
15275: results/048.processed: tests: 43,44,45 date rolls 46
15276: autoevaluating junction 47 table.select 48 name with subvar 49
15277: hash-creating switch 50 process 51 started parent/child, works as
15278: it were but it were NOT GOOD, created separate task to fix that
15279:
15280: * tests/: 042.html, results/042.processed: test: 42
15281: exception.handled
15282:
15283: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15284: expression
15285:
15286: * tests/: 040.html, results/040.processed: test: 39 method result
15287: of type table 40 method param junction auto evaluate
15288:
15289: * tests/: 039.html, results/039.processed: test: 37 method result
15290: of type table
15291:
15292: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15293: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15294: tests/038.html, tests/results/033.processed,
15295: tests/results/034.processed, tests/results/035.processed,
15296: tests/results/036.processed, tests/results/037.processed,
15297: tests/results/038.processed: tests: 33 string.replace 34
15298: string.upper 35 table created 36 local/global vars with juntions
15299: 37 table clone 38 math PI & number formatting
15300:
15301: math class registring typo fixed
15302:
15303: * src/classes/op.C, src/include/pa_request.h,
15304: src/include/pa_string.h, src/main/execute.C,
15305: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15306: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15307: tests/032.html, tests/results/032.processed: uchar changed to
15308: String_UL in all places [was not everywhere] untaint test: 032
15309:
15310: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15311: tests/results/004.processed, tests/parser-cygwin.sh,
15312: tests/parser-unix.sh: removed -H command line key, now testing
15313: using .sh file with SERVER_SOFTWARE=xxx
15314:
15315: 2003-02-26 paf
15316:
15317: * src/main/execute.C, src/types/pa_vstateless_class.h,
15318: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15319: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15320: tests/results/024.processed, tests/results/025.processed,
15321: tests/results/026.processed, tests/results/027.processed,
15322: tests/results/028.processed, tests/results/029.processed,
15323: tests/results/030.processed, tests/results/031.processed: fixed
15324: bug with name_cstr mutable CharPtr more tests
15325:
15326: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15327: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15328: << abort. die now just exits
15329:
15330: * src/classes/classes.awk, src/classes/classes.h,
15331: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15332: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15333: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15334: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15335: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15336: src/classes/xnode.C, src/include/pa_memory.h,
15337: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15338: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15339: src/types/pa_vform.C, tests/015.html, tests/016.html,
15340: tests/017.html, tests/018.html, tests/019.html,
15341: tests/019paf2001.gif, tests/020.html, tests/021.html,
15342: tests/022.html, tests/023.html, tests/022_dir/a.html,
15343: tests/022_dir/b.txt, tests/022_dir/c.htm,
15344: tests/results/015.processed, tests/results/016.processed,
15345: tests/results/017.processed, tests/results/018.processed,
15346: tests/results/019.processed, tests/results/020.processed,
15347: tests/results/021.processed, tests/results/022.processed,
15348: tests/results/023.processed: methoded_array now contains all Mxxx
15349: classes SAPI::get_env now returns info on pool more tests
15350:
15351: * src/include/pa_array.h, src/include/pa_hash.h,
15352: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15353: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15354: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15355: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15356: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15357: tests/results/001.processed, tests/results/002.processed,
15358: tests/results/003.processed, tests/results/004.processed,
15359: tests/results/005.processed, tests/results/006.processed,
15360: tests/results/007.processed, tests/results/008.processed,
15361: tests/results/009.processed, tests/results/010.processed,
15362: tests/results/011.processed, tests/results/012.processed,
15363: tests/results/013.processed, tests/results/014.processed: hash
15364: cloning fixed
15365:
15366: 2003-02-25 paf
15367:
15368: * src/main/pa_common.C: typo fixed
15369:
15370: 2003-02-24 paf
15371:
15372: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15373: [one remained]
15374:
15375: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15376: [should have been get_string(&pool)] todo: check other such calls
15377:
15378: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15379: test10, bad lookups
15380:
15381: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15382: object got destructed, and xxx points to sky
15383:
15384: * ChangeLog, src/classes/string.C: match bug fixed
15385:
15386: * src/types/pa_vmail.C: body [text/html] transcoded to
15387: $.charset[specified] now
15388:
15389: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15390: which failed to handle sigsetjmp+throw: crashed inside of
15391: pre-throw code. rewritten simplier [though duplicating
15392: closesocket code]
15393:
15394: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15395: which failed to handle sigsetjmp+throw: crashed inside of
15396: pre-throw code. rewritten simplier [though duplicating
15397: closesocket code]
15398:
15399: 2003-02-21 paf
15400:
15401: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15402: $cookie:name[$.expires[date << can be now]]
15403:
15404: written makefile with regression tests [raw]
15405:
15406: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15407: tests' only [it's not forcing CGI mode now] now use -H to output
15408: CGI header when parser used in command line [useful for tests
15409: also]
15410:
15411: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15412: switches on CGI mode, and is used in regression tests
15413:
15414: * src/: include/pa_request.h, main/pa_request.C,
15415: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15416: fixed
15417:
15418: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15419: handling pa_*
15420:
15421: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15422: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15423: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15424: memory handling files
15425:
15426: * src/main/pa_array.C: pool::format_integer terminator fixed
15427:
15428: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15429: compiles OK test to show benefits of free
15430:
15431: * src/: classes/file.C, classes/image.C, classes/mail.C,
15432: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15433: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15434: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15435: use pool [as the one in ^process]
15436:
15437: * src/classes/op.C: fixed process. sould now check for all cstr's
15438: -- some must use pool [as the one in ^process]
15439:
15440: 2003-02-20 paf
15441:
15442: * src/: classes/date.C, classes/double.C, classes/file.C,
15443: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15444: classes/math.C, classes/op.C, classes/response.C,
15445: classes/string.C, classes/table.C, classes/void.C,
15446: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15447: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15448: string cmp fixed
15449:
15450: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15451: values passed OK now
15452:
15453: 2003-02-19 paf
15454:
15455: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15456: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15457: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15458: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15459: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15460: all remaning leaks resulted from pooled::malloc calls [excluding
15461: in gd -- planning complete rewrite extremely ugly code]
15462:
15463: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15464: files
15465:
15466: 2003-02-17 paf
15467:
15468: * src/: classes/date.C, classes/double.C, classes/file.C,
15469: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15470: classes/response.C, classes/string.C, classes/table.C,
15471: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15472: include/pa_stylesheet_connection.h,
15473: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15474: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15475: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15476: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15477: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15478: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15479: of unitialized simple-typed field
15480:
15481: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15482: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15483: simple-typed field fixed. todo: find&kill all like that one
15484:
15485: * src/: main/execute.C, targets/cgi/pa_pool.C,
15486: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15487: debug output fixed
15488:
15489: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15490: main/pa_request.C: stack-stored items need extra .ref to prevent
15491: object_ptr from delete[them]
15492:
15493: * src/: classes/date.C, classes/op.C, classes/table.C,
15494: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15495: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15496: main/pa_charset.C, main/pa_common.C,
15497: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15498: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15499: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15500: calls
15501:
15502: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15503: couple mem leaks rusulted from old pooled::malloc usage.
15504: todo:find more like those
15505:
15506: * src/main/: compile.C, compile_tools.C: 2*2!
15507:
15508: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15509: stackItem fixed [there were no string on stack before]
15510:
15511: * src/: main/execute.C, main/pa_request.C,
15512: types/pa_vmethod_frame.C: first letters out OK
15513:
15514: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15515: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15516: main/pa_string.C, main/untaint.C, types/pa_value.h,
15517: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15518: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15519: type not initialized with zeros :( while class fields of class
15520: types initialized with default constructors. learn C++
15521:
15522: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15523: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15524: classes/math.C, classes/xdoc.C, classes/xnode.C,
15525: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15526: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15527:
15528: 2003-02-14 paf
15529:
15530: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15531: 13 link errors
15532:
15533: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15534: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15535: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15536: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15537: errors :)
15538:
15539: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15540: classes/hash.C, classes/mail.C, classes/op.C,
15541: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15542: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15543: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15544: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15545:
15546: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15547: classes/table.C, include/pa_common.h, include/pa_globals.h,
15548: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15549: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15550: types/pa_vint.h, types/types.dsp: op compiled
15551:
15552: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15553: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15554: main/untaint.C, types/pa_vtable.h: string, response compiled
15555:
15556: 2003-02-07 paf
15557:
15558: * src/: classes/table.C, types/pa_vtable.h: table compiled
15559:
15560: 2003-02-06 paf
15561:
15562: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15563: mail compiled
15564:
15565: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15566: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15567: types/pa_vfile.h, types/pa_vimage.h: image compiled
15568:
15569: * src/classes/: file.C, form.C: form compiled
15570:
15571: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15572: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15573: types/pa_vfile.C, types/pa_vfile.h: file compiled
15574:
15575: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15576: types/pa_vmath.h: math compiled [win32]
15577:
15578: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15579: types/pa_vstring.h: hash compiled
15580:
15581: 2003-02-04 paf
15582:
15583: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15584: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15585: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15586: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15587: types/pa_vhash.h: hash 50% compiled
15588:
15589: * src/: classes/date.C, classes/file.C, classes/hash.C,
15590: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15591: classes/string.C, classes/table.C, classes/xdoc.C,
15592: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15593: main/pa_string.C: date compiled
15594:
15595: * src/classes/: classes.dsp, double.C: double compiled
15596:
15597: * src/: classes/date.C, classes/double.C, classes/file.C,
15598: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15599: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15600: classes/string.C, classes/table.C, classes/void.C,
15601: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15602: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15603: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15604: compiled
15605:
15606: * src/: classes/date.C, classes/double.C, classes/file.C,
15607: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15608: classes/math.C, classes/op.C, classes/response.C,
15609: classes/string.C, classes/table.C, classes/void.C,
15610: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15611: types/pa_vvoid.h: void compiled :)
15612:
15613: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15614: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15615: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15616: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15617: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15618: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15619: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15620: types/pa_vresponse.C, types/pa_vstateless_class.C,
15621: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15622: types/pa_wcontext.C, types/types.dsp: removed stupid
15623: value_includes.h
15624:
15625: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15626: trying to remove stupid value_includes.h
15627:
15628: * src/main/pa_exec.C: pa_exec compiled on win32
15629:
15630: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15631:
15632: * src/: include/pa_globals.h, include/pa_request.h,
15633: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15634: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15635: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15636: types/pa_vrequest.C, types/pa_vstateless_class.C,
15637: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15638:
15639: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15640: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15641: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15642:
15643: * src/: include/pa_array.h, include/pa_config_includes.h,
15644: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15645: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15646: compiled
15647:
15648: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15649: name conflicts)
15650:
15651: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15652: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15653: yelds "virtual memory exhausted" while trying to compile
15654: execute.C [eating up to 127MB]
15655:
15656: 2003-02-03 paf
15657:
15658: * src/: include/pa_config_includes.h, include/pa_hash.h,
15659: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15660: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15661: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15662: types/pa_vint.h, types/pa_vjunction.h,
15663: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15664: started gcc compiling pa_common compiled
15665:
15666: * src/: include/pa_exception.h, include/pa_pool.h,
15667: main/pa_exception.C: exception gcc change #1
15668:
1.116 moko 15669: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15670: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15671:
15672: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15673:
15674: * src/types/pa_vtable.C: vtable compiled
15675:
15676: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15677:
15678: * src/: include/pa_cache_managers.h, main/pa_request.C,
15679: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15680:
15681: * src/types/pa_vstateless_class.C: vstateless_class compiled
15682:
15683: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15684:
15685: * src/types/pa_vrequest.C: vrequest compiled
15686:
15687: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15688: pa_vobject.C, pa_vobject.h: vobject compiled
15689:
15690: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15691: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15692: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15693: compiled
15694:
15695: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15696:
15697: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15698: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15699: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15700: compiled
15701:
15702: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15703: main.lib - 0 error(s), 0 warning(s)
15704:
15705: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15706: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15707:
15708: 2003-01-31 paf
15709:
15710: * src/: include/pa_array.h, include/pa_operation.h,
15711: include/pa_request.h, main/execute.C, main/main.dsp,
15712: types/pa_vjunction.h: started last file from main library:
15713: execute
15714:
15715: * src/: include/pa_request.h, include/pa_sapi.h,
15716: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15717: main/pa_request.C, targets/cgi/parser3.C,
15718: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15719: types/pa_vhash.h: pa_request compiled
15720:
15721: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15722: include/pa_globals.h, include/pa_request.h,
15723: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15724: main/execute.C, main/main.dsp, main/pa_common.C,
15725: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15726: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15727: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15728: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15729: types/types.dsp: most pa_request compiled
15730:
15731: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15732: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15733: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15734: classes/op.C, classes/response.C, classes/string.C,
15735: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15736: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15737: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15738: include/pa_config_fixed.h, include/pa_config_includes.h,
15739: include/pa_dictionary.h, include/pa_dir.h,
15740: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15741: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15742: include/pa_pool.h, include/pa_request.h,
15743: include/pa_request_charsets.h, include/pa_request_info.h,
15744: include/pa_sapi.h, include/pa_socks.h,
15745: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15746: include/pa_stack.h, include/pa_string.h,
15747: include/pa_stylesheet_connection.h,
15748: include/pa_stylesheet_manager.h, include/pa_table.h,
15749: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15750: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15751: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15752: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15753: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15754: main/compile.C, main/compile.tab.C, main/compile.y,
15755: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15756: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15757: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15758: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15759: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15760: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15761: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15762: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15763: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15764: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15765: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15766: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15767: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15768: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15769: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15770: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15771: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15772: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15773: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15774: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15775: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15776: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15777: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15778: types/pa_vresponse.h, types/pa_vstateless_class.C,
15779: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15780: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15781: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15782: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15783: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15784: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15785:
15786: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15787: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15788: src/include/pa_charsets.h, src/include/pa_common.h,
15789: src/include/pa_dictionary.h, src/include/pa_exception.h,
15790: src/include/pa_exec.h, src/include/pa_pool.h,
15791: src/include/pa_request.h, src/include/pa_sapi.h,
15792: src/include/pa_sql_connection.h,
15793: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15794: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15795: src/main/compile.tab.C, src/main/compile_tools.C,
15796: src/main/compile_tools.h, src/main/main.dsp,
15797: src/main/pa_charset.C, src/main/pa_charsets.C,
15798: src/main/pa_common.C, src/main/pa_dictionary.C,
15799: src/main/pa_exception.C, src/main/pa_exec.C,
15800: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15801: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15802: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15803: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15804: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15805: src/types/pa_vdouble.h, src/types/pa_venv.h,
15806: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15807: src/types/pa_vhash.h, src/types/pa_vimage.C,
15808: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15809: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15810: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15811: src/types/pa_vobject.C, src/types/pa_vobject.h,
15812: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15813: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15814: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15815: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15816: src/types/pa_vstring.h, src/types/pa_vtable.h,
15817: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15818: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15819: died, long live StringPtr
15820:
15821: 2003-01-30 paf
15822:
15823: * src/: include/pa_charset.h, include/pa_request.h,
15824: include/pa_sql_driver_manager.h, main/compile.tab.C,
15825: main/compile.y, main/compile_tools.h, main/pa_request.C,
15826: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15827:
15828: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15829: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15830: types/pa_vhash.h, types/pa_vmethod_frame.h,
15831: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15832: types/types.dsp: vstateless_class compiled
15833:
15834: * src/main/compile.C: compile compiled
15835:
15836: * src/: include/pa_array.h, include/pa_operation.h,
15837: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15838: main/pa_table.C: compile_tools compiled
15839:
15840: * src/: include/pa_operation.h, main/compile.y,
15841: main/compile_tools.C, main/compile_tools.h: started
15842: compile_tools. vagues ideas of how to free compiled code
15843:
15844: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15845: main/main.dsp, types/pa_value.C, types/pa_value.h,
15846: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15847: compiled
15848:
15849: 2003-01-29 paf
15850:
15851: * src/: include/pa_globals.h, include/pa_request.h,
15852: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15853: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15854: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15855: compiled
15856:
15857: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15858: now
15859:
15860: * src/: include/pa_array.h, include/pa_exception.h,
15861: include/pa_pool.h, main/pa_exception.C: gd compiled
15862:
15863: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15864: compiled
15865:
15866: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15867: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15868: types/pa_vfile.h: vfile compiled
15869:
15870: * src/: include/pa_common.h, include/pa_globals.h,
15871: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15872: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15873: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15874:
15875: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15876: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15877: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15878: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15879: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15880:
15881: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15882: main/main.dsp, main/untaint.C: more compiled
15883:
15884: * src/: include/pa_charsets.h, include/pa_request.h,
15885: include/pa_request_info.h, include/pa_string.h,
15886: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15887: types/pa_vresponse.h: vrequest compiled
15888:
15889: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15890: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15891: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15892:
15893: * src/: classes/classes.h, include/pa_charset.h,
15894: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15895: include/pa_request.h, include/pa_string.h, main/main.dsp,
15896: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15897: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15898: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15899: types/pa_vrequest.C, types/pa_vrequest.h,
15900: types/pa_vstateless_class.h, types/pa_vstring.h,
15901: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15902:
15903: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15904: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15905: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15906: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15907: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15908: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15909: types/pa_vobject.h, types/pa_vstateless_class.h,
15910: types/pa_vstateless_object.h, types/pa_vstatus.h,
15911: types/pa_vstring.h, types/types.dsp: vmath compiled
15912:
15913: 2003-01-28 paf
15914:
15915: * src/: classes/classes.h, classes/date.C, classes/file.C,
15916: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15917: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15918: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15919: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15920: compile_tools
15921:
15922: * src/: include/pa_charset.h, include/pa_exception.h,
15923: include/pa_request.h, include/pa_string.h, main/untaint.C:
15924: untaint compiled
15925:
15926: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15927: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15928: more compiled. struck with string::store_to needing to know
15929: source/client charsets
15930:
15931: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15932: types/pa_vfile.h: uue compiled
15933:
15934: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15935: table compiled
15936:
15937: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15938: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15939:
15940: * src/: include/pa_charset.h, main/pa_charset.C,
15941: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15942: introduced]
15943:
15944: * src/: classes/date.C, include/pa_charset.h,
15945: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15946: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15947: pa_charsets compiled
15948:
15949: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15950: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15951:
15952: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15953: common compiled
15954:
15955: * src/: include/pa_charsets.h, main/pa_charsets.C,
15956: main/pa_sql_driver_manager.C: pa_charsets compiled
15957:
15958: * src/: include/pa_array.h, include/pa_charset.h,
15959: include/pa_charsets.h, include/pa_pool.h,
15960: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15961: include/pa_stack.h, include/pa_string.h,
15962: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15963: sql_driver_manager compiled
15964:
15965: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15966: letter i with two dots added to koi, all ukranian letters added
15967: to win1251.
15968:
15969: typographic simbol 0xb9 deleted from win1251 [strange one & were
15970: abscent from koi]
15971:
15972: 2003-01-27 paf
15973:
15974: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15975: include/pa_sql_driver_manager.h, include/pa_string.h,
15976: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15977: sql/pa_sql_driver.h: paused on sql_manager
15978:
15979: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15980: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15981: include/pa_stack.h, main/pa_sql_driver_manager.C,
15982: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15983:
15984: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15985: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15986: include/pa_table.h, main/pa_sql_driver_manager.C,
15987: main/pa_table.C: table compiled
15988:
15989: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15990: cache_managers compiled
15991:
15992: * src/: include/pa_array.h, include/pa_charset.h,
15993: include/pa_pool.h, main/pa_charset.C: charset compiled
15994:
15995: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15996:
15997: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15998: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15999: main/pa_string.C, types/pa_value.C, types/pa_value.h,
16000: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
16001: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
16002:
16003: 2003-01-24 paf
16004:
16005: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
16006: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
16007: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
16008: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16009: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16010: types/pa_vint.h, types/pa_vjunction.h,
16011: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16012: types/pa_vstatus.h, types/pa_vstring.h: more patched
16013:
16014: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16015: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16016: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16017: main/pa_string.C, main/pa_table.C: string compiled
16018:
16019: * src/: include/pa_array.h, include/pa_common.h,
16020: include/pa_dictionary.h, include/pa_exception.h,
16021: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16022: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16023: main/pa_string.C: dictionary compiled
16024:
16025: 2003-01-23 paf
16026:
16027: * src/: include/pa_array.h, include/pa_common.h,
16028: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16029: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16030: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16031: types/pa_value.h: resurrected pool in new sense: now it's
16032: factory, producing&accounting memory chunks for read[autofree]
16033: buffers
16034:
16035: * src/: include/pa_array.h, include/pa_exception.h,
16036: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16037: main/pa_exception.C, main/pa_table.C: table compiled
16038:
16039: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16040: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16041: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16042: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16043: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16044: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16045: main/pa_table.C: aint that easy
16046:
16047: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16048: main/main.dsp: continued with Hash
16049:
16050: * src/main/pa_common.C: connect_string allocated on heap[wes on
16051: stack] now. and exception can be reported OK now [can be reported
16052: outside of pro c with that stack]
16053:
16054: 2003-01-22 paf
16055:
16056: * src/: include/pa_array.h, include/pa_charset.h,
16057: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16058: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16059: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16060: base: contains references_count. auto_ptr template calls
16061: add_ref/release
16062:
16063: 2003-01-21 paf
16064:
16065: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16066: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16067: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16068: classes/op.C, classes/response.C, classes/string.C,
16069: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16070: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16071: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16072: include/pa_config_fixed.h, include/pa_config_includes.h,
16073: include/pa_dictionary.h, include/pa_dir.h,
16074: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16075: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16076: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16077: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16078: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16079: include/pa_stack.h, include/pa_string.h,
16080: include/pa_stylesheet_connection.h,
16081: include/pa_stylesheet_manager.h, include/pa_table.h,
16082: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16083: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16084: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16085: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16086: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16087: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16088: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16089: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16090: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16091: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16092: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16093: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16094: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16095: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16096: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16097: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16098: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16099: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16100: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16101: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16102: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16103: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16104: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16105: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16106: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16107: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16108: types/pa_vstateless_object.h, types/pa_vstatus.C,
16109: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16110: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16111: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16112: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16113: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16114: 2002->2003
16115:
16116: 2003-01-16 paf
16117:
16118: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16119: src/main/pa_globals.C: http:// introducing $.any-status(1)
16120:
16121: * operators.txt, src/include/pa_config_fixed.h,
16122: src/main/pa_common.C: http request now return status. and not
16123: fail on status!=200
16124:
16125: 2003-01-15 paf
16126:
16127: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16128:
16129: 2003-01-14 paf
16130:
16131: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16132: mkinstalldirs: removed some ancient files [they in / really]
16133:
16134: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16135: regretfully needed patch in two places. in config_fixed.h made
16136: stubs for lib to compile in MSVC
16137:
16138: 2003-01-13 paf
16139:
16140: * config.guess, config.sub, ltmain.sh: removed last piece of
16141: configure.in(libtool) hacks
16142:
1.116 moko 16143: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16144: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16145: ltdl.h: moved to latest libtool (1.4.3)
16146:
16147: 2003-01-10 paf
16148:
16149: * src/lib/ltdl/: configure, configure.in: PROG_NM
16150:
16151: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16152: patches. libxml2 >= 2.5.1
16153: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16154: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16155: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16156:
16157: * INSTALL: moved to latest versions of xml libs libxml2 >=
16158: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16159: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16160: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16161:
16162: 2003-01-09 paf
16163:
16164: * INSTALL: xml,xslt,gdome lib urls updated
16165:
16166: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16167: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16168: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16169: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16170: 1.7.2
1.95 moko 16171:
16172: * depcomp: moving to automake 1.7.2
16173:
16174: 2002-12-27 paf
16175:
16176: * src/include/pa_version.h: 0007
16177:
16178: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16179: outdated parts, made links to language docs
16180:
16181: * src/include/pa_config_auto.h.in: comment
16182:
16183: 2002-12-26 paf
16184:
16185: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16186: not contain trailing / fixed.
16187:
16188: * INSTALL: changing SAFE_MODE politics
16189:
16190: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16191:
16192: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16193:
16194: 2002-12-25 paf
16195:
16196: * src/main/pa_globals.C: optimized-xml
16197:
16198: * src/main/pa_globals.C: optimized-as-is
16199:
16200: 2002-12-24 paf
16201:
16202: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16203: fixed [were really called with zero size when .html?a=&b=]
16204:
16205: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16206: with --with-sendmail
16207:
16208: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16209: fixed]
16210:
16211: 2002-12-23 paf
16212:
16213: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16214: ignoring parameters & were storing only string with default
16215: expires
16216:
16217: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16218: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16219: December 23, 2002 4:22 AM Subject: bug â
16220: Charset::transcode_buf2xchar
16221:
16222: 2002-12-20 paf
16223:
16224: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16225: non-cgi [script] runs
16226:
16227: 2002-12-19 paf
16228:
16229: * INSTALL: --without-iconv recommended [it crashes on some systems
16230: [tested on elik]] moreover, it's not needed there [parser
16231: registers charsets itself]
16232:
16233: * INSTALL: --without-iconv recommended [it crashes on some systems
16234: [tested on elik]]
16235:
16236: * operators.txt, src/include/pa_globals.h,
16237: src/include/pa_request.h, src/main/pa_globals.C,
16238: src/main/pa_request.C: $response:download
16239:
16240: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16241: compiler [win32]].
16242:
16243: 2002-12-18 paf
16244:
16245: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16246:
16247: 2002-12-17 paf
16248:
16249: * src/targets/cgi/parser3.C: merged die&iis changes
16250:
16251: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16252: to exit(1) 2. more flexible iilegal call check
16253:
16254: 2002-12-16 paf
16255:
16256: * ltmain.sh: some automakes silly insist on having this handy
16257:
16258: * src/main/untaint.C: filespec russian small 'r' changed to latin
16259: 'p' bug fix
16260:
16261: 2002-12-15 paf
16262:
16263: * src/main/untaint.C: filespec russian small 'r' changed to latin
16264: 'p'
16265:
16266: * configure.in, src/include/pa_config_auto.h.in,
16267: src/main/compile.C, src/main/pa_common.C: merged small changes
16268: from branch 6 to HEAD
16269:
16270: * src/main/compile.C: removed warning
16271:
16272: * src/main/pa_common.C: ftruncate having checked
16273:
16274: * configure.in, src/include/pa_version.h: new version
16275:
16276: 2002-12-14 paf
16277:
16278: * src/classes/table.C: removed unnecessary code
16279:
16280: * src/sql/pa_sql_driver.h: exception type fixed
16281:
16282: 2002-12-09 paf
16283:
16284: * src/types/pa_vvoid.h: $void.store[now] error
16285:
16286: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16287:
16288: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16289: tries to write core dump
16290:
16291: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16292:
16293: * src/: classes/hash.C, classes/string.C, classes/table.C,
16294: classes/void.C, main/pa_sql_driver_manager.C,
16295: sql/pa_sql_driver.h: changed exception handling mech in sql
16296: handlers #2
16297:
16298: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16299: exception handling mech in sql handlers
16300:
16301: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16302: handlers
16303:
16304: * src/: classes/hash.C, classes/string.C, classes/table.C,
16305: classes/void.C, main/pa_sql_driver_manager.C,
16306: sql/pa_sql_driver.h: changed exception handling mech in sql
16307: handlers
16308:
1.116 moko 16309: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16310: to write makefile which used libtool to install things, which is
16311: not needed
1.95 moko 16312:
16313: 2002-12-06 paf
16314:
16315: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16316: $hash.fields -- pseudo field to make 'hash' more like 'table'
16317:
16318: 2002-12-05 paf
16319:
16320: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16321: cc/bcc OK now
16322:
16323: * src/main/untaint.C: mail header closed properly
16324:
16325: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16326: header ',' allowed. still bugs in smtp [only one receiptient
16327: works, cc, bcc ignored now, and MAILED ;)]
16328:
16329: [strncpy killed, memnchr used]
16330:
16331: * src/main/pa_table.C: table-copy now current=0
16332:
16333: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16334: lowlevel proc
16335:
16336: * src/targets/cgi/parser3.C: more checks on
16337: http://domain/parser.cgi start [maybe some getenv returns "",
16338: checked that now
16339:
16340: * src/targets/cgi/parser3.C: more checks on
16341: http://domain/parser.cgi start [maybe some getenv returns "",
16342: checked that now
16343:
16344: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16345: out-of-mem errors reached log]
16346:
16347: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16348: mail:send MIME-Version default
16349:
16350: * src/main/main.dsp: pa_version included into main.dsp
16351:
16352: 2002-12-04 paf
16353:
16354: * src/types/pa_vform.C: $form:field string value cut by premature 0
16355:
16356: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16357: lib/libltdl -> lib/ltdl Win32 changes. s
16358:
16359: * src/classes/classes.awk: more strict *.C$
16360:
16361: * gnu.dsp: restored
16362:
1.116 moko 16363: * configure.in, gnu.dsp, src/lib/Makefile.am,
16364: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16365: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16366: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16367: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16368: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16369: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16370: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16371: now created with /configure, not ltdl/configure, so it does have
16372: no problems with automake. ltdl/configure
16373: AC_OUTPUT(Makefile<<removed)
1.95 moko 16374:
16375: 2002-12-02 paf
16376:
16377: * operators.txt: removed outdated status:db
16378:
16379: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16380: src/main/pa_common.C, src/main/pa_request.C,
16381: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16382: tainted parts becomes http-header
16383:
16384: 2002-11-29 paf
16385:
16386: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16387: dates now objects of type date
16388:
16389: * src/classes/image.C: file.seek removed [it were used in image.C
16390: only, and for parser user this means that jpeg image has bad
16391: size in fragment's header] now used image.format
16392:
16393: * src/: include/pa_common.h, main/pa_common.C,
16394: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16395: now handled exactly like $response:header values. e.g. can be
16396: hash [can have subattributes] & contain date values.
16397:
16398: * src/main/pa_common.C: http:// param values lang forced URI
16399:
16400: * src/main/pa_common.C: http:// tainted partes now %xx
16401:
16402: 2002-11-28 paf
16403:
16404: * operators.txt: http.timeout
16405:
16406: * src/classes/image.C: ^image.length now counts interchar space.
16407: plus space after last char
16408:
16409: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16410:
16411: * src/classes/image.C: ^image.font width measurer now scans full
16412: height [were -1]
16413:
16414: * configure.in: stopped double libltdl/Makefile generation
16415:
16416: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16417: chars [one top horizontal line of 1pixel height were missing]
16418:
16419: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16420: 'false' to go into (Hash *) parameter
16421:
16422: 2002-11-27 paf
16423:
16424: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16425: types/pa_vmail.C: response:body[file] if file nows it's name now
16426: returns content-disposition: >>attachment<<
16427:
16428: * src/classes/image.C: ^image.font << bad font file-size now
16429: properly reported
16430:
16431: 2002-11-26 paf
16432:
16433: * src/main/pa_request.C: fixed lang in reponse header
16434:
16435: * src/main/pa_common.C: utf8 prefix ignored @read text
16436:
16437: * operators.txt, src/main/pa_common.C: http:// response status!=200
16438: made exception: http.status with source=bad status#
16439:
16440: 2002-11-25 paf
16441:
16442: * configure.in, src/classes/image.C,
16443: src/include/pa_config_auto.h.in,
16444: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16445: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16446: const void related probs fixed
1.95 moko 16447:
16448: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16449:
16450: $file[^file::load[http://there]] $file.SERVER
16451:
16452: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16453: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16454: http options [invalid onces now reported] made default
16455: user-agent: paf
16456:
16457: * operators.txt, src/classes/file.C, src/classes/table.C,
16458: src/classes/xdoc.C, src/include/pa_common.h,
16459: src/include/pa_globals.h, src/main/pa_common.C,
16460: src/main/pa_globals.C, src/main/pa_request.C,
16461: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16462: now understand http:// prefix and additional params, sample:
16463: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16464: $.USER-AGENT[parser3] ]]
16465:
16466: 2002-11-22 paf
16467:
16468: * src/classes/image.C, src/include/pa_globals.h,
16469: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16470: src/types/pa_vimage.h, operators.txt: $image.exif support
16471: $image.exif.DateTime & co
16472:
16473: 2002-11-21 paf
16474:
16475: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16476: _PASS_APPENDED)
16477:
16478: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16479: EXIF information [were big block and it's size were considered
16480: negative :(]
16481:
16482: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16483: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16484: internals rewritten. no there's reader.seek, and all's ready for
16485: EXIF extraction [now we fail to measure files with EXIF info]
16486:
16487: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16488: O_TRUNC truncates even exclusevely write-locked file [thanks to
16489: Igor Milyakov <virtan@rotabanner.com> for discovering]
16490:
16491: 2002-11-20 paf
16492:
16493: * src/targets/cgi/parser3.C: logging @signal += query_string
16494:
16495: * configure.in, src/include/pa_config_auto.h.in,
16496: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16497: comment
16498:
16499: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16500:
16501: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16502: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16503: currently processed document SIGPIPE >> interrupts request
16504: processing [exception = DB rollback]
16505:
16506: * src/main/pa_exec.C: comment
16507:
16508: * src/main/pa_exec.C: pa_exec: data written only if size>0
16509:
16510: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16511: << disable HTTP-POST repassing
16512:
16513: * src/: include/pa_config_fixed.h, main/pa_common.C,
16514: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16515: pipe read errors now checked
16516:
16517: 2002-11-19 paf
16518:
16519: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16520: CGI: Illegal call
16521:
16522: 2002-11-01 paf
16523:
16524: * src/main/execute.C: comment
16525:
16526: 2002-10-31 paf
16527:
16528: * src/main/execute.C: found out why, checked that for now. todo:
16529: find out a way for that user could do that
16530:
16531: * src/types/pa_vstateless_object.h: object put replaces static
16532: parent if any
16533:
16534: * src/types/pa_vobject.C: object put replaces static parent if any
16535:
16536: * src/: classes/form.C, classes/mail.C, classes/op.C,
16537: classes/xnode.h, main/compile.tab.C, main/execute.C,
16538: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16539: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16540: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16541: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16542: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16543: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16544: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16545: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16546: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16547: types/pa_vstateless_object.h, types/pa_vstatus.C,
16548: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16549: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16550: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16551: types/pa_wwrapper.h: static fix merged
16552:
16553: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16554: $virtual_fields in dynamic, but one can reach derived
16555: static[class] variable from base
16556:
16557: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16558: types/pa_vobject.C, types/pa_vobject.h,
16559: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16560: statics, left $virtual_fields in dynamic
16561:
16562: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16563: one can't remember derivates in base class: there's so many of
16564: them. also there can be no virtual method calls in static
16565: classes
16566:
16567: * src/: classes/form.C, classes/mail.C, classes/op.C,
16568: classes/xnode.h, main/execute.C, main/pa_request.C,
16569: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16570: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16571: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16572: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16573: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16574: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16575: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16576: types/pa_vresponse.C, types/pa_vresponse.h,
16577: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16578: types/pa_vstateless_object.h, types/pa_vstatus.C,
16579: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16580: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16581: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16582: types/pa_wwrapper.h: static call $self fixed
16583:
16584: * src/main/execute.C: comment
16585:
16586: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16587: ^process[$caller.self]{...} now compiles to last derived object
16588: part of that 'self'
16589:
16590: 2002-10-29 paf
16591:
16592: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16593: re-passing [iis to blame]
16594:
16595: * src/classes/string.C: changed string.save to pass current sql
16596: connection to cstr thus one can ^connect[some server]{
16597: $s[insert into table x (x) values (^taint[sql]{value})]
16598: ^s.save[some.sql] } and he'd get in some.sql file code with
16599: properly escaped. [tried in mssql->mysql export->import of
16600: binary data]
16601:
16602: 2002-10-25 paf
16603:
16604: * src/types/pa_vresponse.C: case insensitive response user fields
16605: get/put
16606:
16607: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16608: types/pa_vresponse.C: saving for maybe-future
16609:
16610: 2002-10-23 paf
16611:
16612: * operators.txt, src/classes/table.C: ^table.hash{code}...
16613: ^table.hash(expr)...
16614:
16615: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16616:
16617: 2002-10-22 paf
16618:
16619: * src/types/: pa_vform.C, pa_vform.h: removed needless
16620: VForm::Append...(...Value)
16621:
16622: * src/main/execute.C: $.name outside of $name[...] checked
16623:
16624: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16625: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16626:
16627: 2002-10-21 paf
16628:
16629: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16630: $form:qtail $form:imap.x/y
16631:
16632: * operators.txt, src/types/pa_vform.C: $form:nameless =
16633: "?value&...", "...&value&...", "...&value"
16634:
16635: * operators.txt, src/types/pa_vform.C: $form:image-map
16636:
16637: * operators.txt, src/classes/file.C: /some/page.html:
16638: ^file:fullpath[a.gif] => /some/a.gif
16639:
16640: 2002-10-17 paf
16641:
16642: * src/main/: compile.tab.C, compile.y: operators precedence changed
16643: a little: logical not and bitwise negation precedence made
16644: highest, << and >> bitshits precedence made equal [were << higher
16645: than >>]
16646:
16647: * src/classes/op.C: exception handling fixed [were bad with
16648: contexts]
16649:
16650: 2002-10-16 paf
16651:
16652: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16653: main/pa_request.C: Request::self considered equal to
16654: VMethodFrame::self, and removed, Request::get_self() mapped to
16655: VMethodFrame.self()
16656:
16657: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16658: $hash in open field now gives old good error meesage
16659:
16660: 2002-10-15 paf
16661:
16662: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16663: use ^if($junction is junction){was and now true}
16664:
16665: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16666: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16667: types/pa_vxnode.C: xml->parser strings now have origin, which
16668: points to place where value left xml library and came to parser:
16669: place of dom field extraction/call
16670:
16671: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16672: main/compile.tab.C, main/compile.y, main/execute.C,
16673: types/pa_vmethod_frame.h: removed last pieces of old code
16674: allowing $junction.xxx at compile time
16675:
16676: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16677: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16678: objects also considered [were only classes]
16679:
16680: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16681: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16682: with CLASS self. [ (request&method_frame).self temporarily
16683: changed ]
16684:
16685: * src/classes/: hash.C, op.C: method_frame now always changed, with
16686: no exception to native calls. for&foreach changed to use
16687: method_frame.caller for their var's name context
16688:
16689: * src/: main/execute.C, targets/cgi/parser3.C,
16690: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16691: compiling to system classes disabled
16692:
16693: * operators.txt, src/classes/op.C:
16694: ^process[$caller.CLASS]{code-string} added
16695:
16696: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16697: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16698: src/types/Makefile.am, src/types/pa_vjunction.C,
16699: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16700: src/types/types.dsp: removed $junction.get $junction.set[]
16701: introducing $caller
16702:
16703: * src/types/pa_value.h: removed outdated comments. doxygen would
16704: find them lower by inheritance tree
16705:
16706: * src/types/pa_vjunction.C: ident
16707:
16708: 2002-10-14 paf
16709:
16710: * src/classes/op.C: process compiles to code's class class
16711:
16712: * src/: classes/form.C, classes/mail.C, classes/op.C,
16713: include/pa_request.h, main/compile.C, main/compile.tab.C,
16714: main/compile.y, main/execute.C, main/pa_request.C,
16715: types/pa_vstateless_class.h: operators now main-class-methods
16716:
16717: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16718: better stack trace [has "call" & co there]
16719:
16720: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16721: operators @auto now executed in MAIN context
16722:
16723: * src/main/execute.C: operator execution context now = MAIN, not
16724: closest stack frame
16725:
16726: @touchit[] $i[after]
16727:
16728: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16729: were 'after'
16730:
16731: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16732: 'after'
16733:
16734: * src/main/execute.C: comment
16735:
16736: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16737: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16738: action]
16739:
16740: * src/types/pa_vxnode.C: misreplace fixed
16741:
16742: * configure, configure.in, src/include/pa_config_auto.h.in,
16743: src/types/pa_vstatus.C, operators.txt:
16744: $status:rusage.tv_secs/usecs introduced
16745:
16746: 2002-10-09 paf
16747:
16748: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16749: on empty string [or uses (default)]
16750:
16751: 2002-10-08 paf
16752:
16753: * src/main/untaint.C: mail header quoted printable changed after
16754: RFC reread
16755:
16756: * operators.txt: plan on ^if(method
16757:
16758: * src/types/pa_vxnode.C: misreplace
16759:
16760: 2002-09-24 paf
16761:
1.116 moko 16762: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16763:
16764: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16765: mailreceive would compile on freebsd now
16766:
16767: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16768: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16769: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16770: mailreceive would compile on freebsd now
1.95 moko 16771:
16772: * src/: classes/file.C, main/untaint.C: 1. file spec language
16773: changed: now there are only few chars are untainted: * ? ' " < >
16774: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16775: one should use ^untaint[uri]{...} now]
16776:
16777: 2. $list[^file:list[dir]] now returns simply tainted names in
16778: $list.name, not tainted as filespec
16779:
16780: @russianindex[] #dir with files with russian-lang names
16781: $where[dir]
16782:
16783: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16784: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16785:
16786: 2002-09-23 paf
16787:
16788: * src/types/pa_vdouble.h: double->int round added
16789:
16790: * src/classes/date.C: date bug fix, now
16791: round(floatDays*secondsPerDay)
16792:
16793: * src/classes/date.C: date bug fix, now
16794: round(floatDays*secondsPerDay)
16795:
16796: 2002-09-20 paf
16797:
16798: * src/main/execute.C: code junction calls disabled [before: code
16799: was compiled in such a way, that there were no code-junctions in
16800: OP_CALL]
16801:
16802: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16803:
16804: @badjunctioncallinside[code] ^code[]
16805:
16806: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16807: expanding to include ^junction.method
16808:
16809: * src/main/pa_common.C: -d "DIR/" now true
16810:
16811: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16812: as internal xdoc encoding, and after decoding attributes set by
16813: dom functions now encoded OK, not as digital entities
16814:
16815: * src/classes/xdoc.C: empty transform result, being taken as file
16816: now returns empty file, not raises stupid error about "stat-ed
16817: file"
16818:
16819: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16820: allowed
16821:
16822: * src/types/types.dsp: introducing $junction.get/put(1) one can
16823: write iterators now:
16824:
16825: ^user-foreach[key;value]{$key=$value<br>}
16826:
16827: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16828: $code.value($i*2) $code }
16829:
16830: * src/main/compile_tools.h: mistype
16831:
1.116 moko 16832: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16833: thus taking linking options configure changes into account [were:
16834: ignoring]
1.95 moko 16835:
16836: * src/types/: pa_vjunction.C, Makefile.am: introducing
16837: $junction.get/put(1) one can write iterators now:
16838:
16839: ^user-foreach[key;value]{$key=$value<br>}
16840:
16841: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16842: $code.value($i*2) $code }
16843:
16844: * src/: include/pa_opcode.h, include/pa_request.h,
16845: main/compile.tab.C, main/compile.y, main/execute.C,
16846: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16847: introducing $junction.get/put(1) one can write iterators now:
16848:
16849: ^user-foreach[key;value]{$key=$value<br>}
16850:
16851: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16852: $code.value($i*2) $code }
16853:
16854: 2002-09-19 paf
16855:
1.116 moko 16856: * Makefile.am: new: make commit
1.95 moko 16857:
16858: * aclocal.m4: forced to be older
16859:
16860: 2002-09-18 paf
16861:
16862: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16863: src/main/compile.y, src/main/execute.C: << >> int shifts
16864:
16865: * src/: include/pa_common.h, include/pa_request.h,
16866: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16867: - now this - fatal error
16868:
16869: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16870: that one can pass binary data there
16871:
16872: * src/: classes/date.C, classes/double.C, classes/file.C,
16873: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16874: classes/op.C, classes/response.C, classes/string.C,
16875: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16876: include/pa_request.h: pa_request contexts made privated, plus
16877: get_{self/method_frame} to read. Request_context_saver used in
16878: ^try to save flang too. [were not saved]
16879:
16880: * src/types/pa_vresponse.C: header value chains joined before
16881: output, this should help $.subject[$var $var] from being
16882: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16883:
16884: 2002-09-17 paf
16885:
16886: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16887: removed changes, operators executed with calling self. lots of
16888: code with ^include code relies on defined/defining self variables
16889:
16890: $a[1] ^include[print_a.p] print_a.p: $a
16891:
16892: ^include[set_a.p] a=$a set_a.p: $a[1]
16893:
16894: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16895: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16896: types/pa_vstateless_class.h: operators now executed with MAIN
16897: self. it's for ^include sake, too strong a change
16898:
16899: * src/classes/op.C: made place for ^process to compile it's code to
16900: in case of no self
16901:
16902: * src/main/execute.C: found ancient param to Junction, removed.
16903: allowed passing self to native_code_operators [for ^process to
16904: work, she needs self]
16905:
16906: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16907: types/pa_vstateless_class.h: found ancient param to Junction,
16908: removed. allowed passing self to native_code_operators [for
16909: ^process to work, she needs self]
16910:
16911: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16912: types/pa_value.h, types/pa_vmethod_frame.h,
16913: types/pa_vstateless_class.h: allowed Request.self to be 0,
16914: checked that in VMethodFrame get/put and $self.
16915:
16916: * src/classes/: table.C, xdoc.C: table::sql options table::create
16917: copy options options checked, wrong option now fatal error
16918:
16919: * src/main/pa_string.C: string.replace fixed [were missing words on
16920: pieces boundaries]
16921:
1.150 moko 16922: * configure, configure.in: .so now detected [can be .sl on hpux,
16923: .dll on cygwin, .so in other cases)
1.95 moko 16924:
16925: * configure, configure.in: .so now detected [can be .sl on hpux,
16926: .dll on cygwin, .so in other cases)
16927:
16928: * operators.txt, src/classes/hash.C, src/classes/table.C,
16929: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16930: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16931: record taken [were last]
16932:
16933: * src/: classes/hash.C, classes/table.C,
16934: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16935: now errors
16936:
16937: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16938:
16939: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16940: ,2,3]
16941:
16942: 2002-09-16 paf
16943:
16944: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16945: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16946: stdout to be binary. now detected closest header break.
16947:
16948: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16949: closed right
16950:
16951: 2002-09-13 paf
16952:
16953: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16954: src/main/compile_tools.h: (expression #comment)
16955:
16956: (multiline expression #comment line2 #comment )
16957:
16958: (expression #comment with (brackets) comment) << OK
16959:
16960: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16961: bitwise !|| numerical xor now [preparing for expression
16962: #comments]
16963:
16964: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16965: error
16966:
16967: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16968: cheched in pa_socks.C
16969:
1.116 moko 16970: * configure, configure.in, src/include/pa_config_auto.h.in:
16971: HAVE_WINSOCK_H created in configure.in
1.95 moko 16972:
16973: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16974: cookie date now clean [were mistakenly tainted & that worked bad
16975: with opera -- 'happily' that worked OK with msie]
16976:
16977: 2002-09-12 paf
16978:
16979: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16980: VClass get_element now first looks to fields, next to methods &
16981: co todo: the rest reason: more speed
16982:
16983: * src/main/untaint.C: quoted printable encoding stops before
16984: \s*<...>$
16985:
16986: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16987: stops before <...>$
16988:
16989: 2002-09-11 paf
16990:
16991: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16992: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16993: forgot to check users of those funcs. not all were using that
16994: return value convention
16995:
16996: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16997: windows-1254 added
16998:
16999: 2002-09-10 paf
17000:
17001: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
17002: VCodeFrame parent param were specified badly
17003:
17004: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
17005: WWrapper which used in constructing objects(second param to sql
17006: method) ^...sql{}[$.default{code}] now has parent, wich helps
17007: code in hash to survivi
17008:
17009: * src/: include/pa_request.h, main/execute.C: removed redundant
17010: param to execute [stack said 'thanks']
17011:
17012: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17013: types/pa_value.h, types/pa_vcode_frame.h,
17014: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17015: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17016: responsibility to wcontext
17017:
17018: * src/classes/file.C: decided not to log exec's with stderr, that
17019: could be warnings, and it's up to scritper to log/show them
17020:
17021: * src/: classes/double.C, main/execute.C: double:sql badly called
17022: write_assign_lang, not write_no_lang, thus doing unnecessary
17023: double/string converstion, which were loosing time&precesion
17024:
17025: * src/: main/pa_charset.C, types/pa_vmail.C:
17026: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17027: case of unfinished in buffer processing, causing accidental
17028: transcode stop [in case that source enc != utf-8 & there is
17029: incomplete utf-8 sequence at the end of 16000block iside of
17030: libxml lib] tfm readed & code updated
17031:
17032: 2002-09-04 paf
17033:
17034: * configure: makes with sjlj
17035:
17036: * INSTALL, src/include/pa_config_fixed.h,
17037: src/include/pa_sql_connection.h,
17038: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17039: checked. on win32 it made default
17040:
17041: * src/include/pa_config_auto.h.in: sjlj define
17042:
17043: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17044: can not work with longjump/throw pair, and one must switch that
17045: on there. todo: detect that automatically]
17046:
17047: * src/types/pa_vxnode.C: removed too strong checks of
17048: xnode.elements. now, for instance, if element does not have any
17049: attributes, $xnode.attributes is void, not error
17050:
17051: 2002-09-02 paf
17052:
17053: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17054: removed double_result, didn't help
17055:
17056: * src/main/execute.C: double_result made to move that var away from
17057: hungry g++ optimizer (-O2), before: it were optimized and
17058: comparison operators worked badly
17059:
17060: * src/types/pa_vdate.h: removed debug
17061:
1.116 moko 17062: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17063:
17064: * src/main/execute.C: fixed numeric < & co so that thay now use
17065: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17066: unknown reason.
17067:
17068: 2002-08-29 paf
17069:
17070: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17071: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17072: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17073: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17074: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17075: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17076: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17077: [called less frequent, allowed to remove ugly
17078: Junction.change_context-s from many places, switch,
17079: mail:send..html{}, ..] request.root renamed to method_frame [more
17080: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17081: [speed up]
17082:
17083: 2002-08-28 paf
17084:
17085: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17086: tainted
17087:
17088: * src/types/pa_vcookie.C: fixed cookie delete when
17089: $cookie:name[$.value[]]
17090:
17091: * operators.txt, src/classes/string.C:
17092: ^string.split[delim[;options]]
17093:
17094: 2002-08-27 paf
17095:
1.116 moko 17096: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17097:
17098: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17099: delimiter
17100:
17101: * INSTALL: recommended latest gmime 1.0.5
17102:
17103: 2002-08-26 paf
17104:
17105: * configure, configure.in: apache13/hook added to make dist.
17106:
17107: 2002-08-23 paf
17108:
17109: * src/: include/pa_common.h, main/pa_common.C,
17110: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17111: beside binary [cgi, isapi] not accessible [due to bad rights or
17112: whatever] it's error now
17113:
17114: 2002-08-21 paf
17115:
1.116 moko 17116: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17117:
17118: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17119: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17120: class". compiled as if here they named base class
17121:
17122: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17123: cloning constructor]
17124:
17125: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17126:
1.150 moko 17127: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17128: $mail.received.file.value.content-type fixed
17129:
17130: 2002-08-20 paf
17131:
17132: * src/classes/file.C: fixed language of file:file result
17133:
17134: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17135: from 3.0.0005
17136:
17137: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17138:
17139: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17140: 3.0.0005
17141:
17142: * src/classes/void.C, operators.txt: ^void.length[] = 0
17143:
17144: 2002-08-19 paf
17145:
17146: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17147: work now
17148:
17149: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17150: error in xnode, which were not catched in xdoc]
17151:
17152: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17153: prepared: // validate each document after load/create (?)
17154: //xmlDoValidityCheckingDefaultValue = 1;
17155:
17156: 2002-08-15 paf
17157:
17158: * src/classes/classes.h: write to static var caused useless
17159: Exception, introduced Methoded::put_element wich consumes those
17160:
17161: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17162: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17163: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17164: $response:field[date] $response:field[$.xxx[date]]
17165:
17166: * src/: classes/hash.C, classes/string.C, classes/table.C,
17167: classes/void.C, include/pa_sql_connection.h: fixed source of
17168: ^hash::sql{bad}
17169:
17170: * operators.txt: $request:body unprecessed POST request body
17171:
17172: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17173:
17174: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17175: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17176:
17177: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17178: src/include/pa_request.h, src/main/pa_pool.C,
17179: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17180: $request:body r.post_data now const
17181:
17182: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17183: classes/xnode.C, main/execute.C, types/pa_value.h,
17184: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17185: types/pa_vtable.h: instead of type() checking everywhere used
17186: Value.as now user descendants can be used in params.
17187:
17188: VObject::as_*, is_defined now taken from bases. xtable(table)
17189: ^if($xtable) now OK
17190:
17191: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17192: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17193: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17194:
17195: 2002-08-14 paf
17196:
17197: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17198: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17199: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17200: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17201: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17202: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17203: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17204: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17205: types/pa_vresponse.C, types/pa_vresponse.h,
17206: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17207: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17208: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17209: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17210: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17211: & VClass
17212:
17213: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17214:
17215: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17216: removed fixopt stupidity. on stupid linux use cd /document/root
17217: ../cgi/parser3 script
17218:
17219: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17220: params, splitting them by space, excluding argv[0], argv[argc-1]
17221:
17222: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17223: fixopt.h: fixopt now preprocesses command line params, splitting
17224: them by space, excluding argv[0], argv[argc-1]
17225:
17226: * src/targets/cgi/parser3.C: -f config file
17227:
17228: * src/targets/cgi/parser3.C: fixed .log file dir
17229:
17230: 2002-08-13 paf
17231:
17232: * src/types/pa_vobject.C: allow override parent variables, useful
17233: for form descendants [in vobject too, were in vclass]
17234:
17235: * src/types/pa_vclass.C: allow override parent variables, useful
17236: for form descendants
17237:
17238: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17239: overwritten in derived(table)
17240:
17241: * src/: classes/form.C, classes/mail.C, classes/op.C,
17242: classes/xnode.h, include/pa_request.h, main/execute.C,
17243: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17244: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17245: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17246: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17247: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17248: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17249: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17250: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17251: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17252: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17253: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17254: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17255: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17256: Value::get_element(..., bool looking_down) [needed to exclude
17257: endless recoursion]
17258:
17259: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17260: fix bug with put endless recoursion todo: check 'as'
17261:
17262: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17263: reorganized modules todo: fix bug with put endless recoursion
17264: todo: check 'as'
17265:
17266: * src/types/pa_vobject.h: checked: table fields can be overwritten
17267: in derived(table)
17268:
17269: * src/types/pa_vobject.h: derived classes can have fields of their
17270: own now
17271:
17272: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17273: fixed error message on using non-created table
17274:
17275: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17276: classes/op.C, classes/xnode.h, include/pa_request.h,
17277: main/compile.C, main/compile.tab.C, main/execute.C,
17278: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17279: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17280: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17281: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17282: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17283: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17284: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17285: types/pa_vresponse.C, types/pa_vresponse.h,
17286: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17287: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17288: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17289: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17290: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17291: looking down/up tree todo: fix error message on non-constructed
17292: parents
17293:
17294: 2002-08-12 paf
17295:
17296: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17297: derived OK
17298:
17299: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17300: thorough testing
17301:
17302: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17303: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17304: types/pa_vobject.h, types/pa_vstateless_class.h,
17305: types/pa_vstateless_object.h, types/pa_wcontext.h,
17306: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17307: ^base:create[] dynamic call rewritten todo: thorough testing
17308:
17309: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17310: now instantates base class, remembers it and saves child in
17311: parent VObject.get_class now returns last child = downward
17312: virtual calls OK
17313:
17314: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17315: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17316: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17317: types/pa_vobject.h, types/pa_vresponse.h,
17318: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17319: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17320: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17321: VAliased [redundant], moved $CLASS to VObject only [parser class
17322: instance]
17323:
17324: * src/main/pa_request.C: $response:body[file] content-type check
17325: fixed [were bad when content-type is hash]
17326:
17327: 2002-08-09 paf
17328:
17329: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17330: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17331:
17332: 2002-08-08 paf
17333:
17334: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17335: src/main/pa_globals.C: year column in month calendar [week year]
17336:
17337: * src/main/execute.C: error reporting on object writes to MAIN
17338: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17339:
17340: * operators.txt, src/types/pa_vdate.h: $date.yearday
17341: $date.daylightsaving
17342:
17343: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17344: use tainted data now. only she must specify the language.
17345:
17346: ^mail:send[ $.from[paf@mail.design.ru]
17347: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17348: $.text[^taint[uri][ìîñêâà]=] ]
17349:
17350: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17351: now prints more precise origin
17352:
17353: * src/include/pa_string.h: String::first_char now not fails on
17354: empty strings ^if(-f '') now ok and in 3 other places.
17355:
17356: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17357: String::first_char now not fails on empty strings ^if(-f '') now
17358: ok and in 3 other places.
17359:
17360: 2002-08-07 paf
17361:
17362: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17363: fixed
17364:
17365: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17366:
17367: * src/: main/execute.C, types/pa_vcode_frame.h,
17368: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17369: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17370: mistakenly not completely transparent to object writes.
17371: $hash[^if(1){$hash}] now works
17372:
17373: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17374: now erasing cache file [there were bad check on that]
17375:
17376: * src/: classes/classes.dsp, classes/table.C,
17377: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17378: all Debug dirs in .dsp now named 'Debug'
17379:
1.116 moko 17380: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17381:
17382: * operators.txt, src/classes/mail.C: exception_type email.send
17383:
17384: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17385:
17386: * src/types/pa_vmail.C: mail:send empty email checked
17387:
17388: 2002-08-06 paf
17389:
17390: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17391: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17392: ^table::create[$source;$.options] ^table::join[$source;$.options]
17393:
17394: * operators.txt, src/classes/hash.C, src/classes/string.C,
17395: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17396: # $.default() }
17397:
17398: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17399:
17400: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17401: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17402: $file.content-type [instead of .mime-type] now works for
17403: file::stat also
17404:
17405: * src/main/pa_request.C: case insensitive mime_type_of
17406:
17407: 2002-08-05 paf
17408:
17409: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17410:
17411: * src/types/pa_vmail.C: file buffer relocated to parser heap
17412:
17413: * operators.txt: comment on date:calendar week column
17414:
17415: * src/main/pa_common.C: write checked
17416:
17417: * src/main/: pa_common.C: write checked
17418:
17419: * src/classes/date.C: +1 buf size for stupid snprintfs
17420:
17421: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17422: month calendar week column [ISO 8601 Week Numbers]
17423:
17424: 2002-08-02 paf
17425:
17426: * src/: include/pa_config_fixed.h, main/pa_string.C,
17427: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17428: DEBUG*
17429:
17430: * configure, configure.in, src/include/pa_version.h: release
17431: 3_0_0005
17432:
17433: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17434: multipart post fixed
17435:
17436: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17437: response transcoded source->client only when text/* or simple
17438: onoverridden $response:body
17439:
17440: 2002-08-01 paf
17441:
17442: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17443: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17444: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17445: classes/op.C, classes/response.C, classes/string.C,
17446: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17447: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17448: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17449: include/pa_config_fixed.h, include/pa_dictionary.h,
17450: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17451: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17452: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17453: include/pa_socks.h, include/pa_sql_connection.h,
17454: include/pa_sql_driver_manager.h, include/pa_stack.h,
17455: include/pa_string.h, include/pa_stylesheet_connection.h,
17456: include/pa_stylesheet_manager.h, include/pa_table.h,
17457: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17458: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17459: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17460: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17461: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17462: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17463: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17464: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17465: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17466: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17467: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17468: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17469: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17470: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17471: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17472: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17473: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17474: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17475: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17476: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17477: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17478: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17479: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17480: types/pa_vmethod_frame.h, types/pa_vobject.h,
17481: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17482: types/pa_vresponse.h, types/pa_vstateless_class.C,
17483: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17484: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17485: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17486: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17487: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17488: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17489:
17490: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17491: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17492: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17493: classes/math.C, classes/op.C, classes/response.C,
17494: classes/string.C, classes/table.C, classes/void.C,
17495: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17496: include/pa_array.h, include/pa_cache_managers.h,
17497: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17498: include/pa_config_fixed.h, include/pa_config_includes.h,
17499: include/pa_dictionary.h, include/pa_dir.h,
17500: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17501: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17502: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17503: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17504: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17505: include/pa_stack.h, include/pa_string.h,
17506: include/pa_stylesheet_connection.h,
17507: include/pa_stylesheet_manager.h, include/pa_table.h,
17508: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17509: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17510: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17511: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17512: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17513: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17514: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17515: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17516: main/pa_sql_driver_manager.C, main/pa_string.C,
17517: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17518: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17519: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17520: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17521: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17522: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17523: targets/isapi/pool_storage.h, types/pa_valiased.C,
17524: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17525: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17526: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17527: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17528: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17529: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17530: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17531: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17532: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17533: types/pa_vresponse.C, types/pa_vresponse.h,
17534: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17535: types/pa_vstateless_object.h, types/pa_vstatus.C,
17536: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17537: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17538: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17539: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17540: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17541: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17542: types/Makefile.am: ident.C* removed
17543:
17544: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17545: file:find[/can/do/this/now.txt]
17546:
17547: * src/targets/cgi/parser3.C: usage to stdout now
17548:
17549: 2002-07-31 paf
17550:
17551: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17552:
17553: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17554: default "postmaster"
17555:
17556: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17557: -f postmaster now default sendmail key word "postmaster"
17558: replaced to $.from
17559:
17560: 2002-07-30 paf
17561:
1.116 moko 17562: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17563: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17564:
17565: * src/main/pa_charset.C: comment
17566:
17567: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17568: table, &#decimal;
17569:
17570: * src/main/pa_request.C: comment
17571:
17572: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17573: paragraf]
17574:
17575: 2002-07-11 paf
17576:
17577: * src/main/pa_exec.C: build command line badly added params twice
17578: [and first time without ' ']. double wrong. fixed.
17579:
17580: * src/main/pa_exec.C: invalid .exe caused error message with params
17581: wich parser did not provide = reported badly. fixed that.
17582:
17583: * src/classes/mail.C: $MAIL[ # xxx ]
17584:
17585: now ok
17586:
17587: * operators.txt: plan: sql detailed exception
17588:
17589: 2002-07-01 paf
17590:
17591: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17592: [MForm.configure_admin were called when request.main_class ==0
17593:
17594: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17595:
17596: * src/classes/form.C: content_length type fix
17597:
17598: 2002-06-30 paf
17599:
17600: * src/classes/mail.C: merged from 4
17601:
17602: * src/classes/mail.C: restored $MAIL
17603:
17604: 2002-06-28 paf
17605:
17606: * configure, configure.in: removed paths.h
17607:
1.116 moko 17608: * configure, src/include/pa_version.h,
1.95 moko 17609: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17610: merged, makes updated
17611:
17612: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17613: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17614: src/include/pa_pool.h, src/include/pa_version.h,
17615: src/main/pa_charset.C, src/main/pa_pool.C,
17616: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17617: src/types/pa_vmail.C: merged latest updates to head
17618:
17619: 2002-06-27 paf
17620:
17621: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17622: not error now
17623:
17624: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17625: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17626: src/main/pa_charset.C, src/main/pa_pool.C:
17627: ^xdoc::create[[uri]]... base uri for document being created,
17628: imports and other relative file names would be relative to this
17629: uri default uri=path_translated
17630:
17631: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17632:
17633: 2002-06-26 paf
17634:
17635: * configure, configure.in, src/include/pa_version.h:
17636: release_3_0_0004
17637:
17638: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17639: 0 now
17640:
17641: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17642:
17643: 2002-06-25 paf
17644:
17645: * src/main/pa_string.C: emtpy string, or string of whitespaces
17646: considered bad number now
17647:
17648: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17649: now
17650:
17651: * operators.txt, src/classes/string.C: ^string.normalize [old
17652: name: optimize
17653:
17654: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17655: library configured
17656:
17657: * src/main/pa_request.C: configure_admin forced if no @conf
17658:
1.150 moko 17659: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17660: ^math:crypt updated to generate random salt when needed and to
17661: call system crypt() if not $apr1$ prefix
1.95 moko 17662:
17663: 2002-06-24 paf
17664:
17665: * INSTALL: --with-static/shared-mailreceive described
17666:
17667: * src/include/pa_config_fixed.h: ssize_t fixed
17668:
1.116 moko 17669: * configure, configure.in, src/include/pa_config_auto.h.in,
17670: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17671: src/types/pa_vmail.C: $mail:received makes update
17672:
17673: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17674: WITH_MAILRECEIVE
17675:
17676: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17677:
17678: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17679: option, for $mail:receive
17680:
17681: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17682: introducting $message:received ^mail:send rewritten with backward
17683: comp
17684:
17685: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17686: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17687: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17688: now
17689:
17690: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17691: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17692: src/include/pa_request.h, src/include/pa_string.h,
17693: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17694: src/main/pa_globals.C, src/main/pa_request.C,
17695: src/main/pa_string.C, src/main/pa_uue.C,
17696: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17697: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17698: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17699: uue to separate file introducting $message:received ^mail:send
17700: rewritten with backward comp
17701:
17702: 2002-06-21 paf
17703:
1.116 moko 17704: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17705: co changes
1.95 moko 17706:
1.116 moko 17707: * configure, configure.in, src/lib/md5/Makefile.am,
17708: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17709: restructure .in and .am files appropriate changes
1.95 moko 17710:
17711: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17712: pcre to libs/ added libs/md5 which is linked to non-apache
17713: targets ^math:crypt[password;$apr1$salt]
17714:
17715: * INSTALL, configure.in, operators.txt, parser3.dsw,
17716: src/Makefile.am, src/classes/Makefile.am,
17717: src/classes/classes.dsp, src/classes/math.C,
17718: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17719: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17720: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17721: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17722: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17723: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17724: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17725: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17726: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17727: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17728: src/lib/pcre/pcre_parser_ctype.dsp,
17729: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17730: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17731: src/main/compile.tab.C, src/main/main.dsp,
17732: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17733: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17734: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17735: to libs/ added libs/md5 which is linked to non-apache targets
17736: ^math:crypt[password;$apr1$salt]
17737:
17738: 2002-06-20 paf
17739:
1.150 moko 17740: * INSTALL, configure, configure.in, operators.txt,
17741: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17742: src/include/pa_globals.h, src/include/pa_request.h,
17743: src/main/execute.C, src/main/pa_request.C,
17744: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17745: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17746: file:justname&co & @auto/conf[filespec
1.95 moko 17747:
17748: * operators.txt, src/classes/file.C:
17749: !^file:dirname[/a/some.tar.gz]=/a
17750: !^file:dirname[/a/b/]=/a
17751: !^file:basename[/a/some.tar.gz]=some.tar.gz
17752: !^file:justname[/a/some.tar.gz]=some.tar
17753: !^file:justext[/a/some.tar.gz]=gz
17754:
17755: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17756: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17757: @conf/auto[filespec]
17758:
1.116 moko 17759: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17760:
1.150 moko 17761: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17762: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17763: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17764:
17765: 2002-06-18 paf
17766:
17767: * configure, configure.in, src/include/pa_version.h: version to
17768: configure.in
17769:
17770: * INSTALL: reflected .conf.dist dir change
17771:
1.150 moko 17772: * Makefile.am, configure, configure.in,
1.116 moko 17773: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17774: .in & *.am updated
17775:
17776: * src/classes/file.C: strncasecmp
17777:
17778: * src/classes/file.C: strcasecmp
17779:
1.150 moko 17780: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17781:
17782: * src/classes/file.C: ^file::exec[script;$.bad error case
17783: insensitive check now
17784:
17785: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17786:
17787: * configure, configure.in, src/include/pa_pool.h,
17788: src/include/pa_types.h: pack configure.in detection simplified.
17789: figured out that gcc on sparc not that stupid as thought
17790: previously: on sparc: when it sees packed class it modifies it's
17791: field-access-code to byte operations [stb, ldub] instead of 4byte
17792: operations [st, lduh] so packed must be all parts of packed
17793: class, i.e. it's parents&fields(classes). for now it's only
17794: String that packed and what was wrong is that it's parent -
17795: Pooled, were not packed. fixed that.
17796:
17797: 2002-06-14 paf
17798:
17799: * operators.txt: more precise xml-to-text options
17800:
17801: * operators.txt, src/types/pa_vxnode.C: xnode
17802: attribute_node.name/value xnode pi.node.data
17803:
17804: 2002-06-12 paf
17805:
1.116 moko 17806: * configure, configure.in, src/targets/cgi/Makefile.am,
17807: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17808:
17809: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17810: src/include/pa_globals.h, src/include/pa_request.h,
17811: src/main/compile.tab.C, src/main/pa_globals.C,
17812: src/main/pa_request.C, src/targets/cgi/parser3.C,
17813: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17814:
17815: * src/classes/mail.C: sendmail -ti [default now]
17816:
17817: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17818: to be strings. for convinient #ing
17819:
17820: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17821: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17822:
17823: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17824: main/pa_globals.C, main/pa_request.C: @conf
17825:
17826: 2002-06-11 paf
17827:
17828: * src/classes/file.C: check simplified
17829:
17830: * src/: classes/file.C, targets/cgi/parser3.dsp,
17831: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17832: valid prefix
17833:
17834: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17835: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17836: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17837:
17838: 2002-06-10 paf
17839:
17840: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17841: src/main/pa_common.C: lock failures reported now
17842:
17843: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17844: string->double @ compile time were not-enough-checking...
17845:
17846: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17847: autoconvert now ignored
17848:
17849: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17850: check
17851:
17852: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17853: $response:body content-type:name
17854:
17855: * configure, configure.in: hpux check, nsl link, no socket
17856:
17857: * operators.txt: old merge conflict removed
17858:
17859: * configure, configure.in: pack even address access on sparc&co
17860: arch checked in configure
17861:
17862: * configure, src/include/pa_version.h: makes
17863:
17864: * configure, configure.in, src/include/pa_version.h: makes
17865:
17866: * src/main/untaint.C: (bug#2) mail subject got always prepended
17867: with charset even when all letters were 7bit one
17868:
17869: * src/main/pa_common.C: merged fixed -d (bug)
17870:
17871: * src/main/pa_common.C: fixed -d (bug)
17872:
17873: 2002-06-03 paf
17874:
17875: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17876: src/classes/classes.dsp, src/main/compile.tab.C,
17877: src/main/main.dsp, src/main/pa_globals.C,
17878: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17879: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17880: .dsp-s along with reorganized cvs modules dirs structure
17881:
17882: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17883: main/pa_globals.C, targets/cgi/parser3.dsp,
17884: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17885: modules
17886:
17887: 2002-05-28 paf
17888:
17889: * src/targets/cgi/parser3.C: info.uri now ""
17890:
17891: 2002-05-17 paf
17892:
17893: * src/classes/: table.C: ^table.save << checked empty
17894: pre/match/post columns
17895:
17896: 2002-05-16 paf
17897:
17898: * src/classes/image.C: image::measure can png now
17899:
17900: 2002-05-15 paf
17901:
17902: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17903: added
17904:
17905: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17906:
17907: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17908: %H[:%M[:%S]]]]]] [-%m now
17909:
17910: 2002-05-14 paf
17911:
17912: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17913:
17914: 2002-05-07 paf
17915:
17916: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17917: src/include/pa_globals.h, src/include/pa_request.h,
17918: src/include/pa_table.h, src/main/compile.tab.C,
17919: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17920: src/main/pa_request.C, src/main/pa_table.C,
17921: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17922: src/targets/isapi/parser3isapi.dsp,
17923: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17924: name2number field now &. main_method_name now on Request pool
17925: rather on global_pool [Junction+VJunction created on same pool as
17926: name = were created on global pool, causing mem leaks]
17927:
17928: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17929: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17930: main/compile.y, main/main.dsp, main/pa_globals.C,
17931: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17932: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17933: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17934: field now &. main_method_name now on Request pool rather on
17935: global_pool [Junction+VJunction created on same pool as name =
17936: were created on global pool, causing mem leaks]
17937:
17938: 2002-05-06 paf
17939:
17940: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17941: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17942: 100*40 bytes per request memory leak [nonpool malloc in globals]
17943:
17944: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17945: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17946: 100*40 bytes per request memory leak [nonpool malloc in globals]
17947:
17948: 2002-04-30 paf
17949:
17950: * configure, src/include/pa_version.h: version now not b
17951:
17952: * src/targets/cgi/parser3.C: request.uri now never 0
17953:
17954: 2002-04-29 paf
17955:
17956: * configure.in: removed b
17957:
17958: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17959: Exception::comment/type checked in (), no there's no empty
17960: type/comment by default
17961:
17962: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17963: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17964: src/doc/value.dox, src/include/pa_exception.h,
17965: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17966: 0001
17967:
17968: 2002-04-26 paf
17969:
17970: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17971: size reduced
17972:
17973: 2002-04-25 paf
17974:
17975: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17976: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17977: now that took into account
17978:
17979: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17980: 01:03:04]
17981:
17982: * ChangeLog, operators.txt, src/classes/date.C:
17983: ^date::create[2002-12-33 01:03:04]
17984:
17985: * ChangeLog: updated changelog
17986:
17987: * src/classes/table.C: removed restriction on column count to
17988: ^table.hash to work, now must be >0 [were >1]
17989:
17990: 2002-04-24 paf
17991:
17992: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17993: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17994: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17995: targets
17996:
17997: 2002-04-23 paf
17998:
17999: * operators.txt, src/classes/string.C:
18000: int/double/string:sql{}[$.default{code}] fixed [were barking:
18001: "junction used outside of context"]
18002:
18003: 2002-04-22 paf
18004:
18005: * types.txt, src/classes/string.C, src/include/pa_string.h,
18006: src/main/pa_string.C, src/types/pa_vstring.C,
18007: src/types/pa_vstring.h: ^string.optimize[]
18008:
18009: * src/: include/pa_globals.h, include/pa_table.h,
18010: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18011: table template
18012:
18013: * src/classes/: string.C: optimize removed from string
18014: .left/right/pos
18015:
18016: * src/main/execute.C: rolled back to
18017: before_killing_userjunction_contexts
18018:
18019: * src/main/execute.C: user junctions context killed
18020:
18021: * src/main/execute.C: junctions to local contexts got
18022: cleanized&checked later
18023:
18024: 2002-04-19 paf
18025:
18026: * src/: classes/string.C, include/pa_request.h,
18027: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18028: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18029: prior to .left .right .mid .pos .match when that is profitable,
18030: and always before .replace when $ORIGINS(1) optimization disabled
18031: economy from not wasting mem on lots of strings which occur by
18032: lots of String:mid calls to get parts of source string between
18033: found_occurances
18034:
18035: * src/classes/file.C: ovector now local economy: 16 bytes per
18036: ^file:list
18037:
18038: * src/: include/pa_globals.h, include/pa_table.h,
18039: main/pa_globals.C, main/pa_string.C: String::match table columns
18040: globalized, not created @ each ^match anymore economy:
18041: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18042:
18043: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18044: removed from each String::match replace iteration, and made
18045: stacked sizeof(VTable)=12bytes economy on each replace code
18046:
18047: * src/doc/footer.htm: 2001,
18048:
18049: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18050: string.match[]['] option enables generation of $match.prematch
18051: .match .postmatch columns
18052:
18053: * src/main/pa_string.C: String::match options analized without
18054: cstr-ing them now
18055:
18056: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18057: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18058: config updated to doxygen 1.2.15, created helper which fixes
18059: minor bugs in chm project files & htm tree. changed extension to
18060: .htm
18061:
18062: 2002-04-18 paf
18063:
18064: * src/doc/doxygen.cfg: .chi generation disabled
18065:
18066: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18067: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18068: fields&methods
18069:
18070: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18071: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18072: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18073: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18074: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18075: types/pa_vresponse.h, types/pa_vstateless_class.h,
18076: types/pa_vstateless_object.h, types/pa_vstatus.h,
18077: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18078: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18079: VStateless_class to VObject
18080:
18081: * src/: main/pa_request.C, types/pa_valiased.h,
18082: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18083: types/pa_vstring.h: VStateless_string_object speicalized light
18084: version of VStateless_object
18085:
18086: * src/classes/op.C: ^throw comment param made optional
18087:
18088: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18089: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18090: and implemented down in VClass, fclass_alias removed,
18091:
18092: * src/types/pa_value.C: forced to cut that from .h because of
18093: VStateless_class usage [undefined in .h]
18094:
18095: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18096: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18097: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18098: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18099: on each CALL]
18100:
18101: * src/: classes/classes.h, classes/date.C, classes/double.C,
18102: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18103: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18104: classes/response.C, classes/string.C, classes/table.C,
18105: classes/void.C, classes/xnode.C, include/pa_globals.h,
18106: include/pa_request.h, main/execute.C, main/pa_globals.C,
18107: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18108: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18109: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18110: types/pa_vstateless_class.h, types/pa_wcontext.C,
18111: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18112: removed Value::fname
18113:
18114: 2002-04-17 paf
18115:
18116: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18117: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18118: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18119: include/pa_pool.h, include/pa_types.h: dox updated to current
18120: state, PTHROW freshen to throw & co
18121:
18122: * src/types/pa_vhash.h: vstring wrong parent fixed
18123:
18124: * src/classes/op.C: taint local result var bug fixed
18125:
18126: 2002-04-16 paf
18127:
18128: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18129: Attic asm.txt as most interesting
18130:
18131: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18132: check, preventing content-length: 0 from appearing
18133:
18134: * src/main/execute.C: $result in @main now taken into account as in
18135: usual functions
18136:
18137: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18138: & @unhandled_exception now taken into account as in usual
18139: functions
18140:
18141: * src/doc/postbuild.txt: instructions on post .html build
18142:
18143: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18144:
18145: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18146: tainted
18147:
18148: * src/main/pa_request.C: uri in error log
18149:
18150: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18151: cheched date:create(days) param for validity [later were assumed
18152: valid and crashed on invalid onces]
18153:
18154: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18155: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18156: and used that for removing VString wrapper
18157:
18158: * src/classes/op.C: exception2vhash file now tainted
18159:
18160: * src/classes/op.C: _process pseudo origin copied from local var to
18161: heap
18162:
18163: * src/classes/op.C: extra check on empty file in origin in _execute
18164:
18165: 2002-04-15 paf
18166:
18167: * src/: main/execute.C, types/pa_value.h: fixed name update
18168:
18169: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18170: functions
18171:
18172: * src/: classes/file.C, classes/hash.C, classes/op.C,
18173: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18174: started dual write_xxx_lang functions, if checked & works
18175:
18176: * src/: classes/date.C, classes/file.C, classes/mail.C,
18177: classes/string.C, classes/xnode.C, include/pa_request.h,
18178: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18179: unnecessary VString shells
18180:
18181: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18182: prev changes]
18183:
18184: * src/: classes/image.C, classes/op.C, classes/string.C,
18185: classes/table.C, include/pa_request.h, main/execute.C,
18186: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18187: StringOrValue wcontext result, now ready for dual writes
18188:
18189: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18190: checked that
18191:
18192: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18193: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18194: changed to OP_WRITE_VALUE in var get cases
18195:
18196: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18197: include/pa_request.h, main/compile.tab.C, main/compile.y,
18198: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18199: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18200: switch in hash constructor fixed [were problems with using of
18201: stacked wwrapper after it's death]
18202:
18203: 2002-04-12 paf
18204:
18205: * operators.txt, src/classes/table.C: table.select(expression) 0
18206:
18207: 2002-04-11 paf
18208:
18209: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18210: Request::process_internal codeFrame & wwrapper stacked [not
18211: wasting heap anymore]
18212:
18213: 2002-04-10 paf
18214:
18215: * src/: classes/double.C, classes/file.C, classes/hash.C,
18216: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18217: classes/string.C, classes/table.C, classes/void.C,
18218: classes/xdoc.C, include/pa_request.h, main/execute.C,
18219: main/pa_string.C: killed Request::process() wrapping
18220: VString(String) in case we need only String
18221:
18222: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18223: killed 8 bytes from String.head
18224:
18225: 2002-04-09 paf
18226:
18227: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18228: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18229: local*/char b[...]; a=b; situations
18230:
18231: * operators.txt, src/classes/xdoc.C: xslt params made literal
18232:
18233: * src/classes/xdoc.C: xslt params fixed
18234:
18235: * src/: main/pa_common.C, targets/cgi/parser3.C,
18236: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18237: not pool.malloc(MAX_NUMBER) but really neaded
18238:
18239: * operators.txt, src/classes/double.C, src/classes/int.C:
18240: int/double.int/double(default)
18241:
18242: 2002-04-04 paf
18243:
18244: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18245: [when reconstructing pieces were split by
18246: max_integral(piece.size), thus some strings to replace happen to
18247: be split into two = not replaced)
18248:
18249: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18250: standalone version = current dir
18251:
18252: * src/targets/cgi/parser3.C: document root in standalone version =
18253: current dir
18254:
18255: 2002-04-03 paf
18256:
18257: * configure, configure.in: more checks on nonexistent charset
18258:
1.116 moko 18259: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18260:
18261: 2002-04-02 paf
18262:
18263: * src/main/compile.C: parser.compile [exception name more like in
18264: doc]
18265:
18266: 2002-04-01 paf
18267:
18268: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18269: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18270: .content-type.charset, not .charset
18271:
18272: 2002-03-29 paf
18273:
18274: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18275:
18276: * operators.txt, src/classes/date.C: ^date::create now may not
18277: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18278: days' year. | 31.05->31.04 roll
18279:
18280: 2002-03-28 paf
18281:
18282: * operators.txt, src/classes/date.C, src/classes/op.C,
18283: src/include/pa_globals.h, src/include/pa_hash.h,
18284: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18285: ^cache(seconds) ^cache[date] }
18286:
18287: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18288: param
18289:
18290: 2002-03-27 paf
18291:
18292: * operators.txt, src/classes/date.C, src/classes/double.C,
18293: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18294: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18295: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18296: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18297: src/classes/xnode.C, src/include/pa_exception.h,
18298: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18299: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18300: src/main/pa_array.C, src/main/pa_charset.C,
18301: src/main/pa_charsets.C, src/main/pa_common.C,
18302: src/main/pa_dictionary.C, src/main/pa_exception.C,
18303: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18304: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18305: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18306: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18307: src/types/pa_value.h, src/types/pa_vcookie.C,
18308: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18309: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18310: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18311: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18312: src/types/pa_wwrapper.h: assigned exception types
18313:
18314: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18315: src/include/pa_request.h, src/main/execute.C,
18316: src/main/pa_request.C: decided agains resetting exception_trace,
18317: just changed name
18318:
18319: 2002-03-26 paf
18320:
18321: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18322: fixed
18323:
18324: * src/classes/op.C: forced language of $source field of exception
18325: to 'tainted', so that sql-langed-frags could be outputed outside
18326: of connect
18327:
18328: * operators.txt: removed date.roll limit of +-1 offset
18329:
18330: * src/classes/date.C: removed date.roll limit of +-1 offset
18331:
18332: * operators.txt, src/classes/date.C: fixed date roll on
18333: daylightsaving days mktime took into account tm_isdst flag, which
18334: remained from BEFORE roll, but should have been reset
18335:
18336: 2002-03-25 paf
18337:
18338: * operators.txt, src/targets/cgi/parser3.C:
18339: http_site_config_filespec
18340:
18341: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18342: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18343: with any/both --disable-foreign-group-files --disable-execs
18344:
18345: * INSTALL: "--with=sendmail=COMMAND" comment
18346:
18347: * INSTALL, configure, configure.in, src/classes/mail.C,
18348: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18349: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18350: disables execs also. introducing --sendmail
1.95 moko 18351:
18352: * operators.txt: pgsql options comment
18353:
18354: * INSTALL: comment on --disable-link-stdcpp
18355:
1.116 moko 18356: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18357: libstdc++ link skipping configure option
1.95 moko 18358:
18359: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18360: with error were put to cache with 'marked_to_rollback' flag, all
18361: consequent even OK requests rolled back
18362:
18363: 2002-03-22 paf
18364:
18365: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18366: false return
18367:
18368: * operators.txt: few comments on sets
18369:
18370: 2002-03-18 paf
18371:
18372: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18373: src/include/pa_globals.h, src/include/pa_request.h,
18374: src/include/pa_stack.h, src/main/pa_globals.C,
18375: src/main/pa_request.C: introducing ^try
18376:
18377: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18378: types/pa_vdouble.h: removed some tested @tests
18379:
18380: 2002-03-15 paf
18381:
18382: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18383:
18384: 2002-03-13 paf
18385:
18386: * src/main/pa_exception.C: checked not-pooled malloc
18387:
18388: 2002-03-11 paf
18389:
18390: * INSTALL, configure, configure.in,
18391: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18392:
18393: * src/main/pa_common.C: --disable-foreign-group-files
18394:
18395: * INSTALL: --disable-execs
18396:
18397: * src/main/pa_exec.C: --disable-execs
18398:
18399: * configure, configure.in, src/include/pa_config_auto.h.in:
18400: --disable-execs
18401:
18402: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18403:
18404: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18405: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18406:
18407: 2002-03-05 paf
18408:
18409: * operators.txt, src/classes/date.C: date week calendar columns
18410: named
18411:
18412: * operators.txt, src/classes/date.C: date week calendar columns
18413: named
18414:
18415: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18416: requires headers to be terminated with \r\n manually [refuses to
18417: separate header/body itself]
18418:
18419: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18420: targets/isapi/parser3isapi.C: isapi site config beside .dll
18421:
18422: 2002-03-04 paf
18423:
18424: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18425: in PASS language
18426:
18427: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18428: deserialize checks on broken file
18429:
18430: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18431: parser3isapi.dsp: isapi updated
18432:
18433: 2002-03-01 paf
18434:
18435: * src/main/pa_exec.C: execle -> execve, now argc OK
18436:
18437: 2002-02-28 paf
18438:
18439: * src/main/untaint.C: removed some debug comments
18440:
18441: * src/main/pa_charsets.C: when placing charset to cache using
18442: global name now [were request]
18443:
18444: * configure, configure.in: apache module updated
18445:
18446: * src/main/pa_string.C: origin by first piece preferred before last
18447: piece
18448:
18449: 2002-02-27 paf
18450:
18451: * src/main/pa_charset.C: size_t
18452:
18453: * INSTALL: shared/static-xml with-pathlink
18454:
18455: * operators.txt: SMTP comment
18456:
18457: 2002-02-26 paf
18458:
18459: * src/main/pa_exec.C: more precise names for vars, cosmetic
18460:
18461: * src/classes/xnode.C: in some situation, xpath query returned
18462: result with type NODESET, but empty nodeset member field, checked
18463: that
18464:
18465: 2002-02-22 paf
18466:
18467: * INSTALL: without-zlib comment
18468:
18469: * etc/parser3.charsets/windows-1251.cfg: °
18470:
18471: * configure, configure.in: glib###.a detection fixed
18472:
18473: * INSTALL: hashfile removed from INSTALL
18474:
1.116 moko 18475: * Makefile.am: make update
1.95 moko 18476:
18477: * src/main/pa_string.C: string iterators fixed again, so were
18478: String::join_chain
18479:
18480: * src/main/pa_string.C: string iterators fixed again, so were
18481: String::join_chain
18482:
18483: * src/: include/pa_string.h, main/pa_string.C: string iterators
18484: fixed again, so were String::join_chain
18485:
18486: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18487:
18488: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18489: "session"
18490:
1.116 moko 18491: * configure, configure.in, src/include/pa_config_auto.h.in:
18492: --with-shared-xml --with-static-xml
1.95 moko 18493:
18494: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18495: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18496: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18497: xalan&xml
18498:
18499: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18500:
18501: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18502: src/types/types.dsp: removed hashfile support from sources for
18503: now
18504:
1.116 moko 18505: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18506: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18507: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18508: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18509: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18510: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18511: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18512: src/types/Makefile.am, src/types/pa_vhashfile.C,
18513: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18514:
18515: 2002-02-21 paf
18516:
18517: * src/main/untaint.C: removed debug code, activated commented-for
18518: debug parts
18519:
1.116 moko 18520: * Makefile.am: make cvsupdate
1.95 moko 18521:
18522: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18523: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18524: append_row, not at link zero now string to string appending works
18525:
18526: 2002-02-20 paf
18527:
18528: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18529: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18530: DEBUG_STRING_APPENDS_VS_EXPANDS
18531:
18532: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18533: economy: 22%
18534:
18535: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18536: space uptimized: string::link_row removed
18537:
18538: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18539: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18540: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18541: types/pa_vstring.h: speed uptimized: string::is_empty
18542:
18543: * operators.txt, src/include/pa_common.h,
18544: src/include/pa_config_fixed.h, src/include/pa_string.h,
18545: src/include/pa_types.h, src/main/compile.tab.C,
18546: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18547: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18548: string append optimiziation idea and estimates
18549:
18550: 2002-02-19 paf
18551:
18552: * src/classes/math.C: not used directly [but erroreously reported
18553: that 'is', thus registering twice&other probs]
18554:
18555: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18556: to node [element]
18557:
18558: * src/main/compile.C: without string_origins parse error
18559: file+line+col possible
18560:
18561: * src/main/: compile.C: without string_origins not worked
18562:
18563: 2002-02-18 paf
18564:
18565: * src/types/pa_vdouble.h: since we have in_expression removed that
18566: trick i've installed into double::as_string
18567:
18568: * src/main/pa_globals.C: extern "C" was removed too fast
18569:
18570: * src/: include/pa_opcode.h, include/pa_request.h,
18571: main/compile.tab.C, main/compile.y, main/execute.C,
18572: types/pa_wcontext.h: in_expression aimed to solve old problem
18573: with string/nonstring values, now in expressions double/int
18574: values are passed as-is, without stupid tostring/fromstring
18575: conversions
18576:
18577: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18578: __cplusplus } #endif
18579:
18580: * src/main/compile.tab.C: bison env set so one could compile
18581: without cygwin installed
18582:
18583: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18584: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18585: gnome xml libs parser .dsp-s changed accordingly
18586:
18587: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18588:
18589: * operators.txt, src/classes/date.C: date::create [were date::set,
18590: with backward comp
18591:
18592: * src/classes/math.C: math:random range check fixed
18593:
18594: * src/main/: compile.tab.C, compile.y: integer division stops name
18595:
18596: * INSTALL: local install comment
18597:
1.116 moko 18598: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18599:
1.116 moko 18600: * acinclude.m4, aclocal.m4, configure, configure.in,
18601: src/include/pa_config_auto.h.in,
18602: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18603: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18604:
18605: * operators.txt: \ comment
18606:
18607: 2002-02-13 paf
18608:
18609: * src/include/pa_config_includes.h: sys/time time both included
18610: now. vaguely remember confilicts on this on some system [not on
18611: six|ablv] so when would see them again would think up proper
18612: check
18613:
1.116 moko 18614: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18615: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18616:
18617: * src/main/pa_common.C: truncation never occured when writing files
18618: on unix [since i've changed cache mech] fix
18619:
18620: * src/main/pa_common.C: strnchr: sanity check added
18621:
18622: * etc/parser3.charsets/windows-1257.cfg: id added
18623:
18624: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18625: baltic charset file generated, in generation script ispunct check
18626: added
18627:
18628: 2002-02-08 paf
18629:
1.116 moko 18630: * src/: include/Makefile.am, sql/Makefile.am,
18631: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18632:
18633: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18634: forgotten
18635:
18636: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18637:
18638: * INSTALL, README: install&others updated
18639:
18640: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18641:
1.116 moko 18642: * Makefile.am, configure, configure.in,
18643: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18644: src/classes/Makefile.am, src/main/Makefile.am,
18645: src/main/pa_status_provider.C, src/targets/Makefile.am,
18646: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18647: works
1.95 moko 18648:
18649: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18650: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18651: classes/hashfile.C, classes/int.C, classes/mail.C,
18652: classes/math.C, classes/op.C, classes/response.C,
18653: classes/string.C, classes/table.C, classes/void.C,
18654: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18655: include/pa_array.h, include/pa_cache_managers.h,
18656: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18657: include/pa_config_fixed.h, include/pa_config_includes.h,
18658: include/pa_db_connection.h, include/pa_db_manager.h,
18659: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18660: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18661: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18662: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18663: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18664: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18665: include/pa_stack.h, include/pa_string.h,
18666: include/pa_stylesheet_connection.h,
18667: include/pa_stylesheet_manager.h, include/pa_table.h,
18668: include/pa_threads.h, include/pa_types.h, main/compile.C,
18669: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18670: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18671: main/pa_db_connection.C, main/pa_db_manager.C,
18672: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18673: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18674: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18675: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18676: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18677: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18678: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18679: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18680: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18681: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18682: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18683: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18684: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18685: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18686: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18687: types/pa_vmethod_frame.h, types/pa_vobject.h,
18688: types/pa_vrequest.h, types/pa_vresponse.h,
18689: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18690: types/pa_vstateless_object.h, types/pa_vstatus.C,
18691: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18692: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18693: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18694: classes/image.C, main/pa_common.C, main/pa_exec.C,
18695: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18696: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18697: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18698: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18699: types/pa_vxnode.C, main/pa_charset.C: name spelling
18700:
18701: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18702: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18703: classes/hashfile.C, classes/image.C, classes/int.C,
18704: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18705: classes/string.C, classes/table.C, classes/void.C,
18706: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18707: include/pa_array.h, include/pa_cache_managers.h,
18708: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18709: include/pa_config_fixed.h, include/pa_config_includes.h,
18710: include/pa_db_connection.h, include/pa_db_manager.h,
18711: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18712: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18713: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18714: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18715: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18716: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18717: include/pa_stack.h, include/pa_string.h,
18718: include/pa_stylesheet_connection.h,
18719: include/pa_stylesheet_manager.h, include/pa_table.h,
18720: include/pa_threads.h, include/pa_types.h, main/compile.C,
18721: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18722: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18723: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18724: main/pa_db_connection.C, main/pa_db_manager.C,
18725: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18726: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18727: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18728: main/pa_socks.C, main/pa_sql_driver_manager.C,
18729: main/pa_status_provider.C, main/pa_string.C,
18730: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18731: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18732: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18733: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18734: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18735: targets/isapi/pool_storage.h, types/pa_valiased.C,
18736: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18737: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18738: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18739: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18740: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18741: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18742: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18743: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18744: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18745: types/pa_vresponse.h, types/pa_vstateless_class.C,
18746: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18747: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18748: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18749: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18750: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18751: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18752:
18753: 2002-02-07 paf
18754:
18755: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18756:
1.116 moko 18757: * configure, configure.in, src/include/pa_config_auto.h.in,
18758: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18759: added yet another locking function: fcntl
1.95 moko 18760:
18761: * config.sub: on cygwin configure passes it with strange i1586
18762: const, hacked it to mean i586
18763:
18764: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18765: disabled $if reference due to conflicts with local variables
18766:
18767: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18768: xdoc::set obsolete now, now xdoc::create, with both sences
18769:
18770: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18771: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18772: table::create now // 'set' name obsolete now table clone.
18773:
18774: * operators.txt, src/classes/string.C,
18775: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18776: ^int/double/string.format now can be called with normal []
18777: brackets, not stupid {} as it were implemented for some strange
18778: reason. retaining backward compatibility due to some
18779: already-implemented servers
18780:
18781: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18782: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18783: operators now detected by check at name_without_curly_rdive_read
18784: rule whether diving code constists only of
18785: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18786: with OP_GET_ELEMENT_OR_OPERATOR to form
18787: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18788:
18789: 2002-02-06 paf
18790:
18791: * configure, configure.in: prefix expanded, grr
18792:
18793: * operators.txt, src/classes/mail.C: mail:send config changed
18794:
18795: 2002-02-05 paf
18796:
18797: * operators.txt: regex options commented
18798:
18799: * src/main/: pa_exec.C: argv0 now correct
18800:
18801: * src/types/pa_vstatus.C: status:rusage 3
18802:
18803: * src/types/pa_vstatus.C: status:rusage 2
18804:
18805: * operators.txt: status:rusage described int operators
18806:
18807: * src/types/pa_vstatus.C: status:rusage 1
18808:
18809: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18810: src/types/types.dsp: status:rusage
18811:
18812: * configure.in, operators.txt, src/classes/file.C,
18813: src/classes/op.C, src/include/pa_common.h,
18814: src/include/pa_config_includes.h, src/main/compile.tab.C,
18815: src/main/pa_common.C: rewritten ^cache to use
18816: non-blocking-exclusive-caches
18817:
18818: * src/main/pa_common.C: text file read mode on win32 adjusted
18819: [speed impact. was off for debugging purpose, but forgotten
18820: afterwards]
18821:
18822: 2002-02-01 paf
18823:
18824: * src/classes/op.C: file_write does EX lock after create, while
18825: file_read does SH after open, so there's a moment after create
18826: but before EX lock when read can sneak into, and read
18827: just-created-for-writing-and-not-yet-locked file, added a check
18828: for that in ^cache...read
18829:
18830: 2002-01-31 paf
18831:
18832: * src/main/: compile.y, compile.tab.C: disabled operator call after
18833: ^xxx:
18834:
18835: * src/main/: compile.tab.C, execute.C: made operators lookup first
18836: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18837:
18838: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18839: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18840: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18841: operators check 6.1 rewritten. now check is done at compile time
18842:
18843: * src/main/execute.C: operators check 5 floated up old error of
18844: staying in 'entered class/object' state after $a($a..) it
18845: prevented operators from being called thereafter
18846:
18847: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18848: main/execute.C: operators check 4 floated up old error of staying
18849: in 'entered object' state after ^a.a(a) it prevented operators
18850: from being called thereafter
18851:
18852: * src/main/execute.C: operators check 3 floated up old error of
18853: staying in 'entered class' state after $a:a(a) it prevented
18854: operators from being called thereafter
18855:
18856: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18857: floated up old error of staying in 'entered class' state after
18858: $a:a[a] it prevented operators from being called thereafter
18859:
18860: * src/main/execute.C: operators check, thay mistakenly seen in
18861: $class:operator $object.operators contexts
18862:
18863: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18864: win32
18865:
1.116 moko 18866: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18867: src/classes/Makefile.am, src/main/Makefile.am,
18868: src/targets/cgi/Makefile.am,
1.95 moko 18869: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18870: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18871:
1.116 moko 18872: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18873: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18874: configure, configure.in, form.txt, ident.awk, install-sh,
18875: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18876: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18877: etc/parser3.charsets/Makefile.am,
18878: etc/parser3.charsets/koi8-r.cfg,
18879: etc/parser3.charsets/windows-1250.cfg,
18880: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18881: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18882: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18883: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18884: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18885: straightened installation scripts procedure made
18886: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18887: change
18888:
18889: 2002-01-30 paf
18890:
18891: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18892: removed] those comments were a mistake, and prevented libltdl
18893: from function properly
18894:
18895: 2002-01-29 paf
18896:
1.116 moko 18897: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18898: creation [modified acinclude.m4 which were creating int into just
18899: assignment LIBTOOL=../libtool] added default system
18900: config&charsetts prepared 'make install', now it installs
18901: targets/cgi/parser3 into bin directory etc/parser3.conf &
18902: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18903: $sysconfdir/parser3.charsets respectively
18904:
18905: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18906: main/pa_globals.C: few forgotten ifdef XML added
18907:
18908: 2002-01-28 paf
18909:
1.116 moko 18910: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18911: removed
18912:
18913: * src/main/pa_exception.C: dom|generic error output fix
18914:
18915: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18916:
18917: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18918:
18919: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18920: [fixed as_node helper func to accept docs]
18921:
18922: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18923: xdoc.importNode 0
18924:
18925: * src/classes/xdoc.C: xdoc::set now untaints OK
18926:
18927: 2002-01-25 paf
18928:
18929: * src/main/: compile.tab.C, compile.y: #comment before @ after
18930: @SPECIAL now works OK
18931:
18932: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18933:
18934: * src/main/pa_exec.C: max arg count now 10, and proper message on
18935: violation that added
18936:
18937: * src/classes/hash.C: unified hash::sql, now
18938: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18939:
18940: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18941: ^file:lock[filename]{code}
18942:
18943: * src/: classes/file.C, classes/op.C, classes/string.C,
18944: classes/table.C, classes/xdoc.C, include/pa_common.h,
18945: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18946: to some pa_common funcs
18947:
18948: * src/: include/pa_charset.h, main/pa_globals.C:
18949: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18950:
18951: * src/: include/pa_charset.h, main/pa_charset.C,
18952: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18953: not stupid illegal define
18954:
18955: 2002-01-24 paf
18956:
18957: * src/include/pa_version.h: changed version number
18958:
18959: * src/: classes/hashfile.C, include/pa_db_table.h,
18960: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18961: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18962: main/pa_db_connection.C, main/pa_db_table.C,
18963: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18964: hashfile without logfiles
18965:
18966: * src/: classes/hashfile.C, include/pa_db_table.h,
18967: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18968: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18969: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18970: DB_INIT_TXN init bits, thus got rid of huge log files, which
18971: cluttered disk without huge need]
18972:
18973: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18974: handy macro, which is strangly abscent in dome lib
18975:
18976: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18977:
18978: * src/classes/xdoc.C: checked empty response
18979:
18980: * src/classes/xnode.C: xdoc.select fixed context node [were always
18981: /, not self node]
18982:
18983: * src/classes/xnode.C: xnode.select returns array always now, in
18984: case 'nothing found' returns empty array
18985:
18986: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18987: be more tender with ctrl/c/v
18988:
18989: 2002-01-23 paf
18990:
18991: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18992: substituted. // 2. when dom tree with entites goes under
18993: transform text nodes // got [erroreosly] cut on first
18994: entity occurance
18995:
18996: * src/types/pa_vdouble.h: double prec. todo: get rid of
18997: twice-converting
18998:
18999: * src/types/pa_vdouble.h: %.20E now float format when %g produced
19000: 'e' in output this is for regretful twice-converting here:
19001: $a(double value) when they write double falue they convert it to
19002: string first, thus %g were losing precesion.
19003:
19004: todo: think up some way to remove double->string string->double
19005: twice-converting
19006:
19007: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
19008: %.20E now default float format this is for regretful
19009: twice-converting here: $a(double value) when they write double
19010: falue they convert it to string first, thus %g were losing
19011: precesion.
19012:
19013: todo: think up some way to remove double->string string->double
19014: twice-converting
19015:
19016: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19017: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19018: reasons in comment inside
19019:
19020: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19021: statically linked]
19022:
19023: * src/: include/pa_exception.h, main/compile.tab.C,
19024: main/pa_exception.C: removed exception va_list constructor. 1.
19025: not needed anymore 2. there were a conflict[causing errors]
19026: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19027: never detected an ambiguilty here, compiling ctor(, "hello") into
19028: ctor(, va_list) which, of course, caused gpf
19029:
19030: * src/main/pa_globals.C: removed debug xslt messages
19031:
19032: 2002-01-22 paf
19033:
19034: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19035: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19036: helps compiling stylesheet properly. example: this refused to
19037: work, <b>«<xsl:value-of select="@title"
19038: />»</b> stranly worked only this way:
19039: <b>«<xsl:value-of select="@title" />»</b>
19040:
19041: docs says "set it to 1", never going into details, so I decided
19042: to try NOT to do that
19043:
19044: * src/classes/table.C: join behaived badly in case named tables
19045: structure mismatched: 0 strings sneaked into dest failing
19046: afterwards. replaced them with empty strings
19047:
19048: 2002-01-21 paf
19049:
19050: * src/main/pa_charset.C: checked empty transcoders in
19051: transcode_cstr|buf
19052:
19053: * src/classes/xdoc.C: xdoc::load error source = filespec
19054:
19055: * src/classes/xdoc.C: transform error source now
19056: stylesheet_filespec
19057:
1.116 moko 19058: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19059: include/pa_stylesheet_connection.h, main/pa_charset.C,
19060: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19061: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19062: gnome
1.95 moko 19063:
19064: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19065: include/pa_globals.h, include/pa_stylesheet_connection.h,
19066: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19067: xslt generic error 1
19068:
19069: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19070: xml generic message 1
19071:
19072: * src/classes/table.C: ^table::load empty lines or #comments before
19073: headline
19074:
19075: * src/: include/pa_array.h, include/pa_globals.h,
19076: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19077: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19078: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19079: errors 0
19080:
19081: 2002-01-16 paf
19082:
19083: * src/: classes/hash.C, classes/op.C, classes/string.C,
19084: classes/table.C, classes/void.C, classes/xdoc.C,
19085: include/pa_db_connection.h, include/pa_request.h,
19086: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19087: include/pa_stylesheet_connection.h,
19088: include/pa_stylesheet_manager.h, main/pa_request.C,
19089: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19090: targets/cgi/pool_storage.h: auto closers to sql_connection,
19091: stylesheet_connection auto destroyers to remaining gnome objects
19092:
19093: * src/classes/xdoc.C: few comments
19094:
19095: 2002-01-15 paf
19096:
19097: * src/classes/xdoc.C: xdoc file save string
19098:
19099: ready. todo: error handling
19100:
19101: * src/classes/xdoc.C: xdoc save rewritten using
19102: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19103: result
19104:
19105: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19106: started output options parsing
19107:
19108: 2002-01-14 paf
19109:
19110: * src/classes/xdoc.C: method
19111:
19112: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19113: include/pa_pool.h, include/pa_stylesheet_connection.h,
19114: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19115: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19116: xslt transform0. TODO: use output options handle errors
19117:
19118: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19119:
19120: 2002-01-11 paf
19121:
19122: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19123: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19124: partial logical && || evaluation
19125:
19126: * src/classes/xnode.C: xpath selectNodes
19127:
19128: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19129: string/number/bool
19130:
19131: * src/classes/xnode.C: xpath selectNode 2
19132:
19133: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19134: xpath selectNode 1
19135:
19136: 2002-01-10 paf
19137:
19138: * src/classes/xnode.C: xpath selectNode -100 [just written]
19139:
19140: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19141: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19142: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19143: refcounter]
19144:
19145: 2001-12-29 paf
19146:
19147: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19148: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19149: glib works 0
19150:
19151: 2001-12-28 paf
19152:
19153: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19154: main/pa_exception.C: started glib transcoders
19155:
19156: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19157:
19158: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19159: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19160: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19161: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19162: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19163: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19164: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19165: libs just compiled in. no refcounting no xpath no xslt yet
19166:
19167: 2001-12-27 paf
19168:
19169: * src/: include/pa_charset.h, include/pa_common.h,
19170: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19171: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19172: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19173: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19174: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19175: from xalan&xerces, started the process. globals [initialization
19176: pool [charset update charset [transcodings vxnode vxdoc [DOM
19177: calls
19178:
19179: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19180: anymore
19181:
19182: 2001-12-26 paf
19183:
19184: * src/: include/pa_charset.h, include/pa_charsets.h,
19185: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19186: key globalized [bug]
19187:
19188: 2001-12-25 paf
19189:
19190: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19191: main/pa_string.C: table set & append changed splitting languages,
19192: separators now can be clean AND as-is same to mail command line
19193: $MAIN:MAIL.progX arguments
19194:
19195: 2001-12-24 paf
19196:
19197: * src/classes/mail.C: one parted text messages - no multipart
19198: mime-type anymore. for convinient if $.attach-ments
19199:
19200: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19201: main/pa_string.C: read from cache size check updated
19202:
19203: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19204:
19205: 2001-12-21 paf
19206:
19207: * src/classes/date.C: date:sql-string now returns localtime
19208:
19209: * src/main/pa_request.C: $result in @main actually not working, to
19210: hell with it for now
19211:
19212: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19213: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19214: @postprocess @exception
19215:
19216: * src/main/execute.C: junction evaluation canceled - endless
19217: recursion detected
19218:
19219: 2001-12-19 paf
19220:
19221: * src/main/pa_charset.C: charset->charset transcoding via unicode
19222: intermediate
19223:
19224: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19225:
19226: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19227:
19228: * src/classes/op.C: ^cache keypath now relative
19229:
19230: * src/classes/mail.C: changed weighting prior to sort
19231:
19232: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19233: were missing
19234:
19235: 2001-12-17 paf
19236:
19237: * src/main/pa_charset.C: ifndef XML were bad type
19238:
19239: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19240: outdated unset services_pool
19241:
19242: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19243: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19244: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19245:
19246: * src/main/untaint.C: allowed space in filespec
19247:
19248: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19249:
19250: * src/classes/image.C: no govno
19251:
19252: * src/classes/image.C: govno
19253:
19254: 2001-12-16 paf
19255:
19256: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19257:
19258: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19259: charset_connection&manager replaced by charset&charsets
19260:
19261: * src/main/pa_charset.C: name_cstr 0
19262:
19263: * src/main/untaint.C: uri lang now knows about client/source
19264: charsets
19265:
19266: * src/: classes/file.C, classes/math.C, classes/op.C,
19267: classes/string.C, classes/table.C, classes/xdoc.C,
19268: include/pa_array.h, include/pa_cache_managers.h,
19269: include/pa_charset_connection.h, include/pa_charset_manager.h,
19270: include/pa_common.h, include/pa_db_connection.h,
19271: include/pa_db_manager.h, include/pa_db_table.h,
19272: include/pa_dictionary.h, include/pa_exception.h,
19273: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19274: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19275: include/pa_sapi.h, include/pa_socks.h,
19276: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19277: include/pa_string.h, include/pa_stylesheet_connection.h,
19278: include/pa_stylesheet_manager.h, include/pa_table.h,
19279: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19280: main/pa_charset.C, main/pa_charset_connection.C,
19281: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19282: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19283: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19284: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19285: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19286: types/types.dsp: introducing Charset
19287:
19288: 2001-12-14 paf
19289:
19290: * src/: include/pa_request.h, include/pa_transcoder.h,
19291: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19292: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19293: uri lang
19294:
19295: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19296:
19297: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19298:
19299: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19300: defalts_name global
19301:
19302: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19303: include/pa_request.h, main/main.dsp,
19304: main/pa_charset_connection.C, main/pa_charset_manager.C,
19305: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19306: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19307: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19308: changed charset model. now important: $request:charset
19309: $response:charset while $response:content-type.charset become
19310: unimportant [informational]
19311:
19312: 2001-12-13 paf
19313:
19314: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19315:
19316: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19317: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19318: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19319: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19320: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19321: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19322:
19323: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19324: auto_ptr part other way, because of stupid gcc 2.96
19325: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19326: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19327: FormatterListener] /usr/include/g++-3/memory:48:
19328: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19329: _Tp1 = FormatterListener, _Tp = FormatterListener]
19330:
19331: * src/classes/xdoc.C: removed extra inc
19332:
19333: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19334:
19335: * src/include/pa_types.h: msvc head debugging flag
19336:
19337: * src/classes/xdoc.C: freed up listener
19338:
19339: * src/classes/string.C: change msg '... code is not code'
19340:
19341: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19342: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19343: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19344: [past/future prob]
19345:
19346: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19347: include/pa_config_fixed.h, include/pa_db_manager.h,
19348: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19349: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19350:
19351: * src/: include/pa_config_fixed.h, main/pa_common.C,
19352: main/pa_string.C: removed signed mismatch warnings
19353:
19354: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19355: 'expires' from header outputs
19356:
19357: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19358: row ptr
19359:
19360: * src/classes/file.C: file::cgi bug, request_method were passed to
19361: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19362:
19363: * src/classes/xdoc.C: lang list updated
19364:
19365: 2001-12-10 paf
19366:
19367: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19368:
19369: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19370: erase files like that, knowing their full name introducing //
19371: theoretical problem with, for instance, "_2B" and "." fragments,
19372: // they would yield the same // because
19373: need_file_encode('_')=false // but we need to delete such files
19374: somehow, getting names from ^index
19375:
19376: * src/main/pa_string.C: ^string.replace bug fixed [bad
19377: string::join_chank break]
19378:
19379: 2001-12-07 paf
19380:
19381: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19382: include/pa_common.h, include/pa_config_auto.h.in,
19383: include/pa_config_fixed.h, include/pa_config_includes.h,
19384: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19385: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19386: types/pa_vhashfile.C: merged from r14_simple_cache
19387:
19388: * src/main/pa_string.C: stupid sparc architecture failed to access
19389: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19390: lduh [ %i2 + 1 ], %l0
19391:
19392: bus error, fixed that
19393:
19394: * src/main/pa_string.C: strange string deserialize bug on
19395: client[pmts], a bit shortened,
19396:
19397: * src/include/pa_config_auto.h.in: makes
19398:
19399: * src/: include/pa_common.h, include/pa_config_fixed.h,
19400: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19401: file write shared lock file read
19402:
19403: * src/: classes/op.C, include/pa_common.h,
19404: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19405:
19406: 2001-12-06 paf
19407:
19408: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19409: main/pa_request.C: #ifdef RESOURCES_DEBUG
19410:
19411: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19412: info
19413:
19414: * src/classes/hashfile.C: removed transaction from ^cache
19415:
19416: 2001-12-05 paf
19417:
19418: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19419: IIS5 there were a prob with illegal call check
19420:
19421: 2001-12-04 paf
19422:
19423: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19424: main/pa_request.C: measures to log
19425:
19426: 2001-11-23 paf
19427:
19428: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19429: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19430: types/pa_vhashfile.C: merged from _0014, 1
19431:
19432: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19433: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19434: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19435: ^cache(33) would change
19436:
19437: 0660 bits in file_write & hashfile create
19438:
19439: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19440: after pa_string optimization]
19441:
19442: 2001-11-22 paf
19443:
19444: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19445: table.offset[whence]
19446:
19447: * src/classes/op.C: process cstr(,connection)
19448:
19449: * src/classes/op.C: process now gets its body on current language,
19450: not as-is
19451:
19452: * src/main/untaint.C: ORIGINS mode removed UHTML
19453:
19454: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19455: bit
19456:
1.116 moko 19457: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19458:
19459: 2001-11-21 paf
19460:
19461: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19462: <xsl:output output options made identical to xsl:output
19463: attributes exclusion: cdata-section-elements what xalan can do
19464: but that not used now: it can escape and remove CDATA sections
19465:
19466: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19467: produced by xslt
19468:
19469: * src/targets/cgi/parser3.C: removed debug cgi||1
19470:
19471: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19472:
19473: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19474: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19475: default language for {code}, it happen to change it's language
19476: from CLEAN, so later refused to split by CLEAN \t
19477:
19478: 2001-11-20 paf
19479:
1.116 moko 19480: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19481: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19482: bottom of dependeces, so that errors would popup quicklier, fixed
19483: line numbering in table::sql
19484:
19485: 2001-11-19 paf
19486:
19487: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19488: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19489: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19490: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19491: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19492: at wcontext.write
19493:
1.116 moko 19494: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19495: _set_new_handler
19496:
1.116 moko 19497: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19498: set_new_handler in apache&isapi
1.95 moko 19499:
19500: 2001-11-16 paf
19501:
19502: * src/targets/cgi/parser3.C: pool debug @ die
19503:
19504: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19505: removed 8 bytes from String, 2 bytes from
19506: string::chunk::row::item
19507:
19508: * src/main/pa_string.C: removed 1+4 bytes from String
19509:
19510: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19511: types/pa_vstring.C: removed 1+4 bytes from String
19512:
19513: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19514: 0
19515:
19516: * src/: include/pa_globals.h, include/pa_string.h,
19517: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19518: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19519: targets/cgi/parser3.C: introducing estimating
19520: String::cstr_bufsize, 0
19521:
19522: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19523:
19524: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19525:
19526: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19527: include/pa_pool.h: die in pool::fail
19528:
19529: 2001-11-15 paf
19530:
19531: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19532: main/pa_exception.C, targets/cgi/parser3.C: exception with
19533: dynamic buffer re-back now with counter
19534:
19535: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19536: static buffer back
19537:
19538: * src/targets/cgi/parser3.C: std::
19539:
19540: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19541: include/pa_config_includes.h: setnewhandler check
19542:
1.116 moko 19543: * src/include/pa_config_auto.h.in: makes
1.95 moko 19544:
19545: * src/targets/cgi/parser3.C: set_new_handler started
19546:
19547: 2001-11-14 paf
19548:
19549: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19550: was wrong
19551:
19552: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19553: was wrong
19554:
19555: * src/main/pa_request.C: z
19556:
19557: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19558: full returns win32 -1 solaris >buffer_size
19559:
19560: checked all that
19561:
19562: * src/classes/op.C: ^untaint{body} as-is default now
19563:
19564: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19565: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19566: with no_bad_constructors_try
19567:
19568: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19569: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19570: this: $bred[^string::length[]] $bred[^response::clear[]]
19571: $bred[^int::int[]]
19572:
19573: now VObject creation moved into overriden
19574: VClass::create_new_value, thus 0 from create_new_value means that
19575: class has no ctors
19576:
19577: 2001-11-13 paf
19578:
19579: * src/classes/classes.C: returned accedently removed if in foreach
19580: callbacks [when hash no-0-restructure]
19581:
19582: 2001-11-12 paf
19583:
19584: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19585: passed as-is to method, xalan makes & into & itself
19586:
19587: * src/classes/date.C: date.roll parser2 alg used
19588:
19589: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19590: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19591: main/pa_dictionary.C, main/pa_hash.C,
19592: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19593: now does not containt 0 values. put 0 actullay removes. no check
19594: on 0 value in foreach now required
19595:
19596: 2001-11-11 paf
19597:
19598: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19599:
19600: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19601:
19602: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19603: driver initialize not const
19604:
19605: 2001-11-10 paf
19606:
19607: * src/main/pa_exec.C: doc
19608:
19609: 2001-11-09 paf
19610:
19611: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19612: param properly
19613:
19614: * src/classes/string.C: string.save now does untainting before
19615: saving
19616:
19617: * src/main/pa_common.C: line endings fixing fixed last piece[was
19618: still cstr oriented]
19619:
19620: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19621: line endings fixing got rid of cstr, now must work ok with post
19622: multipart
19623:
19624: * src/types/pa_vform.C: line endings fixed at post / multipart /
19625: not file also now
19626:
19627: 2001-11-08 paf
19628:
19629: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19630: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19631: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19632: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19633: main/pa_stylesheet_manager.C: restructured Cache manager to be
19634: simple parent, not second parent [gcc 2.96 strangly refused to
19635: call virtual from second parent]
19636:
1.116 moko 19637: * src/: include/pa_common.h, main/Makefile.am,
19638: targets/cgi/pa_pool.C: makes
1.95 moko 19639:
19640: * src/: include/pa_request.h, main/pa_request.C,
19641: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19642: 'status' class enabler
19643:
19644: <Location /parser-status.html> ParserStatusAllowed </Location>
19645:
19646: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19647: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19648: include/pa_stylesheet_manager.h, main/main.dsp,
19649: main/pa_cache_managers.C, main/pa_charset_manager.C,
19650: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19651: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19652: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19653: todo: apache 'status' class enabler
19654:
19655: 2001-11-05 paf
19656:
19657: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19658: debug to normal
19659:
19660: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19661: hence i removed skipping 0 values in hash::for_each-es we need to
19662: check cleaned cache items manually. few more checks.
19663:
19664: expiring to 0 time was wrong, changed to 'now' time
19665:
19666: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19667: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19668: on apache already done :)
19669:
19670: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19671: skipping 0 values in hash::for_each-es we need to check cleaned
19672: cache items manually
19673:
19674: * src/main/: pa_db_connection.C, pa_db_table.C:
19675: parser_multithreaded check was wrong
19676:
19677: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19678: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19679: classes/hashfile.C, classes/image.C, classes/int.C,
19680: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19681: classes/string.C, classes/table.C, classes/void.C,
19682: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19683: include/pa_array.h, include/pa_charset_connection.h,
19684: include/pa_charset_manager.h, include/pa_common.h,
19685: include/pa_config_fixed.h, include/pa_config_includes.h,
19686: include/pa_db_connection.h, include/pa_db_manager.h,
19687: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19688: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19689: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19690: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19691: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19692: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19693: include/pa_stack.h, include/pa_string.h,
19694: include/pa_stylesheet_connection.h,
19695: include/pa_stylesheet_manager.h, include/pa_table.h,
19696: include/pa_threads.h, include/pa_types.h, main/compile.C,
19697: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19698: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19699: main/pa_charset_manager.C, main/pa_common.C,
19700: main/pa_db_connection.C, main/pa_db_manager.C,
19701: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19702: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19703: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19704: main/pa_socks.C, main/pa_sql_driver_manager.C,
19705: main/pa_status_provider.C, main/pa_string.C,
19706: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19707: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19708: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19709: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19710: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19711: targets/isapi/pool_storage.h, types/pa_valiased.C,
19712: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19713: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19714: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19715: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19716: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19717: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19718: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19719: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19720: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19721: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19722: types/pa_vstateless_object.h, types/pa_vstatus.h,
19723: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19724: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19725: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19726: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19727: $status:db fixed used not initialized in db_connection & db_table
19728:
19729: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19730: $status:charset
19731:
19732: * src/: classes/xdoc.C, include/pa_db_connection.h,
19733: include/pa_stylesheet_connection.h,
19734: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19735: types/pa_vstatus.h: $status:stylesheet
19736:
19737: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19738: include/pa_request.h, include/pa_sql_connection.h,
19739: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19740: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19741: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19742: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19743: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19744: types/pa_vxnode.C, types/types.dsp: started status parser class
19745:
19746: 2001-11-01 paf
19747:
19748: * src/include/pa_config_auto.h.in: makes
19749:
19750: * src/main/pa_hash.C: removed old extra include
19751:
19752: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19753: checks [for hp, there are such in math.h]
19754:
19755: * src/classes/op.C: ^for endless loop check strightened
19756:
19757: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19758: behavior in native calls. it left unchanged, so ^for ^foreach &
19759: co can use r.root to write their i & key,value there
19760:
19761: * src/classes/op.C: detected for var storage bug, fixed.
19762: todo:foreach
19763:
19764: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19765: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19766: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19767: changing of hash inside of foreach
19768:
19769: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19770: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19771: were hash.foreach
19772:
19773: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19774: types/pa_vstring.C, types/pa_vstring.h:
19775: ^foreach[key|value]{body}[[separator]|{separator}]
19776:
19777: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19778: types/pa_vcookie.C: ^hash.delete[key]
19779:
19780: 2001-10-31 paf
19781:
19782: * src/main/: compile.C, pa_common.C: completely empty file now
19783: considered "read", not ignored [not perfect trick used]
19784:
19785: * src/main/pa_common.C: simplier common ifdefs
19786:
19787: * src/main/pa_common.C: typing bug in common - bad ifdeff
19788:
19789: * src/main/pa_db_connection.C: z
19790:
19791: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19792: lockdetector flags
19793: dbenv.lk_detect=DB_LOCK_RANDOM;
19794:
19795: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19796: from accidental show [imagine user forgot @exception]
19797:
19798: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19799:
19800: * src/: classes/file.C, classes/image.C, classes/mail.C,
19801: classes/string.C, classes/xnode.C, include/pa_common.h,
19802: main/pa_common.C: ^string.save[[append;]path]
19803:
19804: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19805: main/execute.C: \ in expression: int divide 10/3=3
19806:
19807: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19808: inside of ^cache
19809:
19810: * src/: include/pa_threads.h, main/pa_db_connection.C,
19811: main/pa_db_table.C, targets/cgi/pa_threads.C,
19812: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19813: needed
19814:
19815: 2001-10-30 paf
19816:
19817: * src/: classes/classes.dsp, main/main.dsp,
19818: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19819: types/types.dsp: enabled debug incremental compile
19820:
19821: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19822: form post data line endings not reformatted now.
19823:
19824: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19825: now required [had bug when file= has no value]
19826:
19827: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19828: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19829: cstr(asis) default param removed
19830:
19831: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19832:
19833: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19834:
19835: * src/include/pa_dir.h: LOAD_DIR fixed
19836:
19837: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19838: was broken} fix_line_breaks
19839:
19840: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19841: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19842: packed with #pragma pack
19843:
1.116 moko 19844: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19845:
19846: 2001-10-29 paf
19847:
19848: * src/types/pa_wcontext.h: bitfield syntax stricter
19849:
19850: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19851: string hash.puts
19852:
19853: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19854:
19855: * src/include/pa_sql_connection.h: there were one wrong
19856: SQL_CONNECTION_FUNC_GUARDED [failed]
19857:
19858: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19859: param.someday either ifdef or remove it
19860:
19861: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19862:
19863: * src/main/untaint.C: optimizing returned after debugging
19864:
19865: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19866: main/untaint.C: memory hunging #pragma pack(1)
19867:
19868: 16 419 844 13 169 394
19869:
19870: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19871: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19872: places [todo:Array]
19873:
19874: * src/: main/execute.C, targets/cgi/pa_pool.C,
19875: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19876: types/pa_wwrapper.h: debugging memory WContext flags to bits
19877:
19878: total 5 652 652/158731 total 5 469 332/158731
19879:
19880: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19881: Array:: without cache in get/put now
19882:
19883: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19884: 18:25:27 2001] total 5 652 652/158731
19885:
19886: * src/: include/pa_string.h, main/pa_string.C,
19887: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19888: now
19889:
19890: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19891: 18:11:53 2001] total 5796092/158731
19892:
19893: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19894: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19895: key ref now
19896:
19897: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19898: 17:11:17 2001] total 16867948/202658
19899:
19900: * src/: classes/file.C, classes/image.C, classes/string.C,
19901: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19902: main/execute.C, main/pa_array.C, main/pa_common.C,
19903: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19904: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19905: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19906: string::as_int/double now usually uses stack, not heap [200K out
19907: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19908:
19909: * src/main/pa_sql_driver_manager.C: ping to have services [old
19910: hiding bug]
19911:
19912: * src/Makefile.am: .am order
19913:
19914: * src/: include/pa_array.h, include/pa_charset_manager.h,
19915: include/pa_db_connection.h, include/pa_db_manager.h,
19916: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19917: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19918: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19919: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19920: required "friend class"
19921:
19922: ../include/pa_request.h:51: friend declaration requires
19923: class-key, i.e. `friend class Temp_lang'
19924:
19925: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19926: main/pa_exception.C, main/pa_sql_driver_manager.C,
19927: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19928:
19929: the idea is to #1 jump to C++ some function to main body, where
19930: every function stack frame has exception unwind information and
19931: from there... #2 propagate_exception()
19932:
19933: 2001-10-28 paf
19934:
19935: * src/main/pa_db_connection.C: removed old consts
19936:
19937: * src/main/pa_db_connection.C: expire table [was accidently pasted
19938: with wrong type/cast]
19939:
19940: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19941: translation
19942:
1.116 moko 19943: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19944: remember to build DB2 with -fexceptions!!!
19945:
19946: * src/main/pa_db_table.C: DB_RMW defed
19947:
19948: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19949: include/pa_db_connection.h, include/pa_db_manager.h,
19950: include/pa_db_table.h, main/pa_db_connection.C,
19951: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19952:
19953: 2001-10-27 paf
19954:
19955: * src/: classes/hashfile.C, include/pa_db_connection.h,
19956: include/pa_db_table.h, main/pa_db_connection.C,
19957: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19958: types/pa_vhashfile.C: DB2 ifdefs
19959:
1.116 moko 19960: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19961: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19962: makes with DB2
19963:
1.116 moko 19964: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19965: types/Makefile.am: makes db
1.95 moko 19966:
19967: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19968: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19969: globals.C
19970:
19971: * src/: classes/hashfile.C, include/pa_db_connection.h,
19972: include/pa_db_table.h, main/pa_db_connection.C,
19973: main/pa_db_table.C: ^hashfile.clear[]
19974:
19975: * src/classes/classes.awk: no $ in var names
19976:
19977: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19978: connection&table [forgotten calls]
19979:
19980: 2001-10-26 paf
19981:
19982: * src/main/pa_db_connection.C: db checkpoints
19983:
19984: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19985: checkpoints
19986:
19987: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19988: default. but entities still reparsed. todo: tothink
19989:
19990: * src/main/pa_db_connection.C: db recover mech 2
19991:
19992: * src/: classes/hashfile.C, include/pa_db_connection.h,
19993: include/pa_db_manager.h, include/pa_db_table.h,
19994: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19995: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19996: types/pa_vhashfile.h: db connections & tables now cached at
19997: create time & multithreaded
19998:
19999: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
20000: parsed_source
20001:
20002: * src/main/pa_db_connection.C: about to remove connection from
20003: vhashfile
20004:
20005: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
20006: transaction commit/rollback responsibility left to parent [as it
20007: sould - else there were a bug with double free]
20008:
20009: * src/include/pa_db_table.h: db: child transaction commit/rollback
20010: responsibility left to parent [as it sould - else there were a
20011: bug with double free]
20012:
20013: 2001-10-25 paf
20014:
20015: * src/: classes/hashfile.C, include/pa_common.h,
20016: include/pa_db_connection.h, include/pa_db_manager.h,
20017: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20018: types/pa_vhashfile.C, types/pa_vhashfile.h,
20019: include/pa_db_table.h, main/pa_db_table.C: started db_home
20020: [multiple, cached] todo: autorecover [tried, but not succeded,
20021: yet]
20022:
20023: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20024:
20025: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20026: transaction parent passed
20027:
20028: 2001-10-24 parser
20029:
1.116 moko 20030: * src/classes/Makefile.am: makes
1.95 moko 20031:
20032: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20033: isapi/pool_storage.h: pool_storage fixed
20034:
20035: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20036: types/pa_vform.h: form fix_line_breaks
20037:
1.116 moko 20038: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20039:
20040: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20041: targets/cgi/pool_storage.h: makes
20042:
20043: * src/sql/pa_sql_driver.h: version
20044:
20045: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20046: types/pa_vform.C, types/pa_vform.h: .am
20047:
20048: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20049: this: DB_RMW Acquire write locks instead of read locks when doing
20050: the retrieval. Setting this flag may decrease the likelihood of
20051: deadlock during a read-modify-write cycle by immediately
20052: acquiring the write lock during the read part of the cycle so
20053: that another thread of control acquiring a read lock for the same
20054: item, in its own read-modify-write cycle, will not result in
20055: deadlock
20056:
20057: * src/targets/isapi/parser3isapi.dsp: doc
20058:
20059: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20060:
20061: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20062:
20063: * src/: classes/hashfile.C, include/pa_db_connection.h,
20064: main/pa_db_connection.C: hashfile expired deleted from db when
20065: get & iterate
20066:
20067: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20068: expiring 1
20069:
20070: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20071:
20072: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20073: db_connection not bothers with key when not returning expired
20074: data
20075:
20076: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20077: types/pa_vhashfile.C: db_cursor constructor public now
20078:
20079: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20080: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20081: stamped, todo: put_element analize
20082:
20083: * src/: include/pa_db_connection.h, include/pa_string.h,
20084: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20085: serialize. todo stamp
20086:
20087: 2001-10-23 parser
20088:
20089: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20090: classes/image.C, classes/mail.C, classes/response.C,
20091: classes/string.C, classes/table.C, classes/xdoc.C,
20092: include/pa_config_fixed.h, include/pa_db_connection.h,
20093: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20094: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20095: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20096: types/pa_vtable.C: ^hashfile.hash[]
20097:
20098: * src/: classes/hashfile.C, classes/xdoc.C,
20099: include/pa_config_fixed.h, main/pa_db_manager.C,
20100: main/pa_globals.C: ifdefs so it compiled without db
20101:
20102: * src/: classes/hashfile.C, include/pa_db_connection.h,
20103: include/pa_db_manager.h, main/pa_db_connection.C,
20104: main/pa_db_manager.C, types/pa_vhashfile.h:
20105: ^hashfile.transaction{code} ^hashfile:clear[filename]
20106: ^hashfile.delete[key]
20107:
20108: 2001-10-22 parser
20109:
20110: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20111: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20112:
20113: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20114: classes/xnode.C, include/pa_charset_connection.h,
20115: include/pa_db_connection.h, include/pa_db_manager.h,
20116: include/pa_exception.h, include/pa_sapi.h,
20117: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20118: include/pa_stylesheet_connection.h,
20119: include/pa_stylesheet_manager.h,
20120: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20121: main/pa_db_connection.C, main/pa_db_manager.C,
20122: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20123: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20124: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20125: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20126: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20127: types/types.dsp: hashfile 0
20128:
20129: * src/types/pa_vhashfile.C: z
20130:
20131: * src/: classes/classes.dsp, classes/hashfile.C,
20132: include/pa_config_fixed.h, main/execute.C,
20133: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20134: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20135:
20136: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20137:
20138: * src/: include/pa_exception.h, include/pa_request.h,
20139: main/execute.C, main/pa_exception.C, main/pa_request.C,
20140: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20141: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20142:
20143: 2001-10-19 parser
20144:
20145: * src/include/pa_pool.h: header
20146:
20147: * src/main/pa_pool.C: auto compiled on gcc
20148:
20149: * src/classes/image.C: comment
20150:
1.116 moko 20151: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20152:
20153: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20154: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20155: types/pa_vxnode.h: xnode clone got freed
20156:
20157: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20158: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20159: can free up xalandomstring resulting from pool::transcode
20160:
20161: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20162: include/pa_config_fixed.h, include/pa_exception.h,
20163: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20164: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20165: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20166: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20167: from non-xml compile
20168:
20169: * src/main/pa_request.C: pool:: context - get_context
20170:
20171: * src/: classes/classes.h, classes/date.C, classes/double.C,
20172: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20173: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20174: classes/string.C, classes/table.C, classes/void.C,
20175: include/pa_config_fixed.h, include/pa_exception.h,
20176: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20177: main/compile.C, main/compile_tools.C, main/execute.C,
20178: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20179: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20180: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20181: main/pa_string.C, main/pa_table.C, main/untaint.C,
20182: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20183: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20184: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20185: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20186: types/pa_vstateless_class.h, types/pa_vtable.C,
20187: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20188: exceptions 0
20189:
20190: * src/classes/classes.awk: $ removed
20191:
20192: 2001-10-18 parser
20193:
20194: * src/types/pa_vcookie.C: cookie:CLASS
20195:
20196: * src/main/main.dsp: project
20197:
20198: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20199: set_document & ctor question "who owns document" solved
20200:
20201: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20202:
20203: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20204: main/pa_pool.C: encoding in dom creating funcs
20205:
20206: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20207: be transformed now
20208:
20209: * src/classes/xdoc.C: dom created by create can be transformed now
20210:
20211: * src/classes/xdoc.C: z
20212:
20213: * src/classes/xdoc.C: comment
20214:
20215: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20216: create now uses XercesDocumentBridge, appendChild&co now works
20217:
20218: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20219: @ recompile
20220:
20221: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20222: $origin @exception[
20223:
20224: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20225: tag names forced to XML lang
20226:
20227: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20228: leechy-found bugs in code&doc fixed
20229:
20230: 2001-10-17 parser
20231:
20232: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20233: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20234: n functionality preserved
20235:
20236: * src/types/pa_vimage.h: removed unused vimage::save
20237:
20238: 2001-10-16 parser
20239:
20240: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20241:
20242: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20243:
20244: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20245:
20246: * src/classes/image.C: image.copy tolerance
20247:
20248: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20249: ineffective, but works for small paleted image
20250:
20251: * src/types/pa_vimage.C: comment
20252:
20253: * src/classes/image.C: gd size/resize bugfix
20254:
20255: * src/: classes/classes.dsp, main/main.dsp,
20256: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20257: types/types.dsp: ident >nul 2>&1
20258:
20259: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20260: systems
20261:
20262: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20263: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20264:
20265: 2001-10-15 parser
20266:
20267: * src/main/execute.C: z
20268:
20269: * src/classes/: xdoc.C: !::create{qualifiedName}
20270:
20271: * src/types/pa_vxnode.C: document_type_node.
20272: !readonly attribute DOMString name
20273: !notation_node.
20274: !readonly attribute DOMString publicId
20275: !readonly attribute DOMString systemId
20276:
1.116 moko 20277: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20278: ::write badly passed string too transparently [failed to
20279: intercept it]
1.95 moko 20280:
20281: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20282: include/pa_request.h, main/pa_sql_driver_manager.C,
20283: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20284: types/pa_vxnode.h: DOM1 major addtion, only few
20285: attributes/methods left
20286:
20287: 2001-10-13 parser
20288:
20289: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20290: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20291: in main handler
20292:
20293: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20294: cleanups & frees order
20295:
20296: * src/types/pa_vcode_frame.h: couple comments
20297:
20298: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20299: transparent enough to handle hash if creation&passing
20300:
20301: * src/: include/pa_config_fixed.h, main/execute.C,
20302: main/pa_exception.C: noticed that vcodeframe not transparent
20303: enough, would change now
20304:
20305: 2001-10-12 parser
20306:
20307: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20308: fixed. initialization&free on each thread!
20309:
20310: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20311: handling changed: now type of default param analized always, not
20312: only at problem time, thus helping early problem spotting
20313:
20314: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20315: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20316: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20317: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20318: multithread bug fixed. initialization&free on each thread!
20319:
20320: 2001-10-11 parser
20321:
20322: * src/classes/xnode.C: xnode.selectSingle now
20323:
20324: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20325: include/pa_pool.h, include/pa_stylesheet_connection.h,
20326: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20327: convertors out of Pool into Exception
20328:
20329: * src/main/pa_string.C: const
20330:
20331: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20332: linked pieces of same language together prior to String::replace
20333:
20334: * src/classes/hash.C: !^hash.add[addme]
20335: !^hash.sub[subme]
20336: !^a.union[b] = new
20337: !^a.intersection[b] = new
20338: !^a.intersects[b] = bool
20339:
20340: * src/classes/hash.C: !^hash::append[append_from]
20341:
20342: * src/: classes/hash.C, types/pa_vhash.h:
20343: !^hash::create[[copy_from]]
20344:
20345: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20346: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20347: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20348: fixed. got rid of empty_string, which caused errors - it hasnt
20349: exception but somebody[value.bark] tried to throw it on it's pool
20350:
1.116 moko 20351: * src/include/pa_config_auto.h.in: makes
1.95 moko 20352:
20353: 2001-10-10 parser
20354:
20355: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20356:
20357: * src/main/: compile.tab.C, compile.y: ^a[
20358:
20359: @next_method << now unclosed ] would be reported here
20360:
20361: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20362: compile error
20363:
20364: 2001-10-09 parser
20365:
1.116 moko 20366: * src/: classes/Makefile.am, main/Makefile.am,
20367: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20368:
20369: * src/classes/Makefile.am: makes
20370:
20371: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20372: win32 errors intercepted [xalan transformer patched and
20373: incorporated]
20374:
20375: * src/: classes/classes.dsp, classes/xdoc.C,
20376: include/pa_stylesheet_connection.h, main/main.dsp,
20377: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20378: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20379: patches starting
20380:
20381: * src/classes/: string.C, table.C: ^string.save[file]
20382:
20383: * src/classes/: date.C, table.C: calendar moved to date
20384:
20385: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20386: string/table] now
20387:
20388: * src/classes/: op.C, table.C: z
20389:
20390: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20391: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20392: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20393: be code [be string..]
20394:
20395: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20396: table.C: lots of
20397: params->as_int/double/as_string/as_junction/as_no_junction
20398: messages added
20399:
20400: 2001-10-08 parser
20401:
20402: * src/: classes/date.C, classes/image.C, classes/string.C,
20403: classes/table.C, classes/void.C, include/pa_request.h:
20404: params->as_int/double message added
20405:
20406: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20407:
20408: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20409: image:sector removed image:html internal "line-*" attribs
20410:
20411: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20412: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20413:
20414: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20415: way
20416:
20417: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20418: main/untaint.C: header untainting to UL_HTTP_HEADER,
20419: UL_MAIL_HEADER made nonforced [only tainted pieces]
20420:
20421: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20422: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20423: @ SAPI::log
20424:
20425: * src/main/untaint.C: \r to ' ' in origins mode
20426:
20427: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20428: set]
20429:
20430: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20431: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20432: nonstandard liaison freed up
20433:
20434: 2001-10-07 parser
20435:
20436: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20437: project
20438:
20439: 2001-10-05 parser
20440:
20441: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20442: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20443: from outputing to cerr. lots of "todos"
20444:
20445: * src/main/untaint.C: http_header tainting more gentle with
20446: enquoting now
20447:
20448: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20449: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20450: xml errorhandler. fixed string.replace a little, read @test
20451:
20452: * src/main/pa_string.C: found replace bug - first_that_starts(char
20453: *) does not have limit, and looks further eos, fixing....
20454:
20455: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20456:
20457: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20458:
20459: * src/main/: pa_charset_connection.C: ctype another mem clear
20460: bugfix
20461:
1.116 moko 20462: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20463: $result[^[$p^]z] now works fine
1.95 moko 20464:
20465: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20466: wrong. fixed it
20467:
20468: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20469: of totable appered to be vital
20470:
20471: 2001-10-04 parser
20472:
20473: * src/classes/image.C: ^image.length[text]
20474:
20475: 2001-10-03 parser
20476:
20477: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20478:
20479: * src/main/pa_request.C: restored pcre defaulting in request
20480: [mindlessly "optimized" yesterday] comment left
20481:
20482: 2001-10-02 parser
20483:
20484: * src/: main/pa_charset_manager.C,
20485: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20486: needed
20487:
20488: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20489: forgot non-xml pool.*charset needed
20490:
20491: * src/classes/table.C: # config comments fixed
20492:
20493: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20494: charset_connection #comment now
20495:
20496: * src/: classes/classes.dsp, types/types.dsp: release projects
20497: options fixed to use release msvcrt lib
20498:
20499: * src/main/pa_charset_connection.C: pcre tables now const inside
20500: removed default - pcre handles that internally fixed bug on
20501: not-cleaning tables [previously was calloced, now member]
20502:
20503: * src/: include/pa_request.h, main/pa_charset_connection.C,
20504: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20505: inside removed default - pcre handles that internally fixed bug
20506: on not-cleaning tables [previously was calloced, now member]
20507:
20508: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20509: tested charset reload on file change @ apache version = OK tested
20510: freeing up prev encoding on adding new = OK
20511:
20512: 2001-10-01 parser
20513:
20514: * src/main/pa_charset_connection.C: removed entitify external hack
20515: [internal installed]
20516:
1.116 moko 20517: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20518:
20519: * src/: include/pa_charset_connection.h,
20520: include/pa_charset_manager.h,
20521: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20522: main/pa_charset_connection.C, main/pa_charset_manager.C,
20523: main/pa_request.C: charset loading & caching mech 0
20524:
20525: * src/: include/pa_stylesheet_connection.h,
20526: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20527: main/pa_globals.C, main/pa_request.C: would make charset loading
20528: & caching mech now
20529:
20530: 2001-09-30 parser
20531:
20532: * src/main/pa_request.C: forgot to fill toTable
20533:
20534: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20535: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20536: failed on win32 for now..
20537:
20538: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20539: now charsets table configuration variable is: CHARSETS
20540:
20541: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20542: ctype with unicode 1. todo: no П entities on output somehow
20543:
20544: * src/: classes/file.C, classes/op.C, classes/string.C,
20545: include/pa_request.h, main/pa_request.C: started ctype with
20546: unicode values
20547:
20548: 2001-09-28 parser
20549:
20550: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20551: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20552: string passed AS-IS now
20553:
20554: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20555: way of user-configuring... todo: implement
20556:
20557: 2001-09-27 parser
20558:
20559: * src/classes/table.C: table.sort changed to sort table itself
20560:
20561: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20562: X^.getElementsByTagName[tagname] = array of xnode
20563: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20564: nodes removed - regretfully not supported @ xalan. maybe someday
20565: would reimplement, if needed.
20566:
20567: win32build system: solved long waiting anti-non-started-apache
20568: problem
20569:
20570: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20571: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20572: types/types.dsp: win32 ident make system so not to rebuild
20573: library [ident.C.new]
20574:
20575: 2001-09-26 parser
20576:
20577: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20578: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20579: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20580: types/pa_vxnode.C, types/types.dsp: z
20581:
20582: * src/classes/classes.C: forgot one non-xml check
20583:
1.116 moko 20584: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20585: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20586:
20587: * src/targets/cgi/parser3.C: z
20588:
20589: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20590: targets/isapi/parser3isapi.C: #ifdef SMTP
20591:
20592: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20593: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20594: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20595: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20596: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20597: types/types.dsp: xdoc&xnode now
20598:
20599: * src/: classes/classes.C, classes/classes.awk,
20600: classes/classes.dsp, classes/classes.h, classes/date.C,
20601: classes/dnode.C, classes/dnode.h, classes/dom.C,
20602: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20603: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20604: classes/op.C, classes/response.C, classes/string.C,
20605: classes/table.C, classes/void.C, include/pa_array.h,
20606: include/pa_common.h, include/pa_config_fixed.h,
20607: include/pa_config_includes.h, include/pa_dictionary.h,
20608: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20609: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20610: include/pa_socks.h, include/pa_sql_connection.h,
20611: include/pa_sql_driver_manager.h, include/pa_stack.h,
20612: include/pa_string.h, include/pa_stylesheet_connection.h,
20613: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20614: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20615: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20616: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20617: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20618: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20619: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20620: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20621: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20622: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20623: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20624: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20625: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20626: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20627: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20628: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20629: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20630: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20631: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20632: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20633: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20634: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20635: types/pa_vmethod_frame.h, types/pa_vobject.h,
20636: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20637: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20638: types/pa_vstateless_object.h, types/pa_vstring.C,
20639: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20640: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20641: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20642: main.dsp splitted to main+classes+types along to .am
20643:
20644: * src/classes/Makefile.am: removed useless var
20645:
20646: * src/: classes/classes.cmd, main/main.dsp,
20647: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20648: main.dsp
20649:
20650: 2001-09-25 parser
20651:
20652: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20653: 1251 though, todo ICU
20654:
1.116 moko 20655: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20656: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20657: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20658: types/pa_vdom.h: xml configure makes
1.95 moko 20659:
20660: 2001-09-24 parser
20661:
1.116 moko 20662: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20663: types/Makefile.am: makes
1.95 moko 20664:
1.116 moko 20665: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20666:
20667: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20668: started unix makes update
20669:
20670: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20671: started unix makes update
20672:
20673: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20674:
20675: * src/types/pa_value.h: z
20676:
20677: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20678: bugs with usinge hash/table in expressions
20679:
20680: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20681: resolved conflicts fixed [const]
20682:
20683: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20684: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20685: main/compile.C, main/compile.tab.C, main/compile.y,
20686: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20687: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20688: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20689: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20690: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20691: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20692: with before_xml [merge2 actually didn't happen - i've created
20693: tags on wrong branch. so this merge is in fact re-merge]
20694:
20695: 2001-09-21 parser
20696:
20697: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20698: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20699: produced "" in make file and sadly wrong interpreted on load]
20700:
1.116 moko 20701: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20702: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20703: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20704: include/pa_sql_driver_manager.h, include/pa_string.h,
20705: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20706: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20707: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20708:
20709: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20710: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20711: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20712: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20713: main/pa_pool.C, main/pa_request.C,
20714: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20715: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20716: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20717: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20718: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20719: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20720: types/pa_vrequest.C, types/pa_vresponse.h,
20721: types/pa_vstateless_class.C, types/pa_vstring.C,
20722: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20723: created new projects for sql drivers [planning to remove sql
20724: drivers from main cvs project] first, will join latest changes
20725:
20726: * src/classes/: dom.C: defaulted dom writing methods encoding to
20727: pool.get_charset
20728:
20729: * src/classes/dom.C: defaulted dom writing methods encoding to
20730: pool.get_charset
20731:
20732: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20733: pool.get_charset
20734:
20735: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20736: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20737: methods encoding to pool.get_charset
20738:
20739: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20740: transcoder were created right "unsupported encoding" message.
20741: not @ set time, but @ use time, so until xml output functions
20742: .string, .file, .save used - no encoding name check occur
20743:
20744: reduced transcode buffer size to 60 fixed pool cleanup - no
20745: registration needed, pools are officially destructured
20746:
20747: 2001-09-20 parser
20748:
20749: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20750:
20751: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20752: $MAIN:DEFAULTS.content-type[$.charset[here]]
20753:
20754: * src/: classes/dnode.C, classes/dom.C,
20755: include/pa_config_includes.h, include/pa_globals.h,
20756: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20757: main/pa_pool.C, targets/cgi/parser3.dsp,
20758: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20759: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20760: Pool::transcode 0
20761:
20762: * src/classes/dom.C: dom. string save file moved output xml options
20763: to last param and made it optional
20764:
20765: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20766: dnodes
20767: !$attributenode.specified = boolean
20768: true if the attribute received its value explicitly
20769: in the XML document,
20770: or if a value was assigned programatically with the
20771: setValue function.
20772: false if the attribute value came from the default value
20773: declared in the document's DTD.
20774: !$pinode.target = target of this processing instruction
20775: XML defines this as being the first token following the
20776: markup
20777: that begins the processing instruction.
20778: XPath:
20779: !^node.select[xpath/query/expression] = hash of 0->node0
20780: 1->node1
20781: !^node.select-single[xpath/query/expression] = first node if
20782: any
20783:
20784: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20785: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20786: some 'const's added
20787:
20788: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20789: expression context now, there value = size and boolean value
20790: size!=0
20791:
20792: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20793: can be used in expression context now, there value = size and
20794: boolean value size!=0
20795:
20796: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20797: types/pa_vstring.h: dnode .file .string .save moved back to dom
20798: due to strange xalan bug
20799:
20800: 2001-09-18 parser
20801:
20802: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20803: classes/image.C, classes/op.C, classes/table.C,
20804: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20805: include/pa_sql_driver_manager.h, main/compile.C,
20806: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20807: main/execute.C, main/pa_common.C, main/pa_request.C,
20808: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20809: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20810: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20811: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20812: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20813: before_xml branch ^if(def $hash) now true only when
20814: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20815:
20816: * src/: classes/op.C, main/execute.C: operators self changed to
20817: root ^for variable context changed to self
20818:
20819: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20820: dnode 1
20821:
20822: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20823: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20824:
20825: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20826: poly* fixed
20827:
20828: 2001-09-17 parser
20829:
20830: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20831: types/pa_vdom.h: started dnode+dom
20832:
20833: dnode DOM methods: $node.name $node.value
20834: ...others...
20835:
20836: ^node.xpath[/rates/USD] = hash
20837: $hash[
20838: $.0[node0]
20839: $.1[node1]
20840: ]
20841:
20842: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20843: applies to all linear primitives
20844:
20845: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20846: include/pa_stylesheet_connection.h, main/main.dsp,
20847: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20848: types/pa_vimage.h: started dnode DOM: $node.name
20849: $node.value ...others... ^node.xpath[/rates/USD] = hash
20850: dom(dnode)
20851:
20852: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20853: main/compile.y, main/compile_tools.h, main/execute.C,
20854: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20855: in expression compound($aa.zz.xx) names now can have minus '-' in
20856: name after '.'
20857:
20858: 2001-09-15 parser
20859:
20860: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20861: image: $line-width ^line(...)[**** style]
20862:
20863: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20864: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20865: pool_storage - cleanups first, allocations second. apache wisely
20866: does just like that
20867:
20868: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20869: rewritten using template, no bugs now
20870:
20871: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20872: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20873: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20874: poorly started isapi pool_storage, would rewrite using template
20875: now
20876:
20877: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20878: include/pa_stylesheet_connection.h, main/main.dsp,
20879: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20880: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20881: xalan objects freed up [introducing Pool::register_cleanup]
20882:
20883: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20884: comments
20885:
20886: 2001-09-14 parser
20887:
20888: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20889: z
20890:
20891: * src/: classes/dom.C, classes/file.C, classes/image.C,
20892: classes/mail.C, include/pa_common.h,
20893: include/pa_sql_driver_manager.h, include/pa_string.h,
20894: include/pa_stylesheet_connection.h,
20895: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20896: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20897: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20898: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20899: compiled&cached
20900:
20901: 2001-09-13 parser
20902:
20903: * src/: classes/dom.C, classes/file.C, classes/image.C,
20904: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20905:
20906: * src/classes/dom.C: dom:file content-type(.method)
20907:
20908: * src/: include/pa_common.h, include/pa_globals.h,
20909: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20910: string now more informative error messages
20911:
20912: * src/: include/pa_globals.h, include/pa_request.h,
20913: main/pa_request.C, targets/cgi/parser3.C,
20914: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20915: ParserSiteConfig .../parser3.conf
20916:
20917: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20918:
20919: 2001-09-12 parser
20920:
20921: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20922: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20923: precise error reporting: "connection string must start with
20924: protocol://" now
20925:
20926: * src/main/compile.tab.C: fixed - subname code parts actually []
20927: braced
20928:
20929: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20930: lexer on LS_USER level did [] matching without setting nestage,
20931: introduced special LS_NAME_SQUARE_PART state
20932:
20933: 2001-09-11 parser
20934:
20935: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20936: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20937: languages+=xml
20938:
20939: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20940:
20941: * src/classes/dom.C: ^dom:save/string/file[output options] output
20942: options: $.method[xml|html|text] detection fixed
20943:
20944: * src/types/pa_vdom.h: messages
20945:
20946: * src/classes/dom.C: ^dom:save/string/file[output options] output
20947: options: $.method[xml|html|text] detection fixed
20948:
20949: 2001-09-10 parser
20950:
20951: * src/classes/dom.C: ^dom:save/string/file[output options] output
20952: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20953:
20954: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20955: added]
20956:
20957: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20958: ^dom.xslt[stylesheet filename] 0
20959:
20960: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20961: ^dom.xslt[stylesheet filename] -1 doc is lying
20962:
20963: * src/classes/dom.C: ^dom.file[encoding] = file
20964:
20965: * src/classes/: dom.C: ^dom.string[encoding] 1
20966: ^dom.save[encoding;filename]
20967:
20968: * src/classes/dom.C: ^dom.string[] 0
20969:
20970: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20971:
20972: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20973: types/pa_vform.h: ^dom.save[b.xml] 0
20974:
20975: 2001-09-08 parser
20976:
20977: * src/types/pa_vform.C: $form:tables.name.field
20978:
20979: 2001-09-07 parser
20980:
20981: * src/classes/table.C: table:empty removed, superceded by ^if(def
20982: $table)...
20983:
20984: * src/targets/cgi/parser3.C: z
20985:
20986: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20987: from '' to int/double is 0]
20988:
20989: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20990: $table) is false when table is empty
20991:
20992: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20993: !$form:tables $atable[$form:tables.a]
20994: ^atable.menu{a=$atable.element}[,]
20995:
20996: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20997: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20998:
1.116 moko 20999: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21000: types/pa_vdom.h, types/pa_vform.C: merged with successful start
21001: of dom
21002:
21003: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
21004: types/pa_vform.C, types/pa_vform.h: z
21005:
21006: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
21007: element [not last]
21008:
1.116 moko 21009: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21010: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21011:
21012: 2001-09-06 parser
21013:
21014: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21015: table with one column 'element' and two rows: 1 and 2
21016:
21017: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21018: table with one column 'element' and two rows: 1 and 2
21019:
21020: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21021: bad int/double conversions, and now $form:nonexistent.int(88)
21022: would return 88
21023:
21024: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21025: types/pa_vhash.h: now there's special hash key '_default'
21026: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21027: $._default[xx] ] $hash.c
21028:
21029: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21030: fixed [thanks, fif], ^; were treated there non-literally
21031:
21032: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21033: doxygen
21034:
21035: * src/: classes/image.C, classes/op.C, classes/string.C,
21036: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21037: types/pa_vtable.C: few #ifndef DOXYGEN
21038:
21039: 2001-09-05 parser
21040:
21041: * src/classes/: string.C, table.C: sql options can be void [same as
21042: image:html the other day]
21043:
21044: * src/targets/cgi/Makefile.am: .am undo
21045:
21046: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21047: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21048: macro expantion on param, simply qoutes whatever passed, undone
21049:
21050: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21051: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21052: STRINGIZE(name) #name invented
21053:
21054: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21055: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21056: MAIN_SQL_DRIVERS_NAME "drivers"
21057:
21058: moved to be availible to all users
21059:
21060: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21061: SQL_DRIVER_CREATE_FUNC_NAME
21062:
21063: * src/classes/mail.C: MAIN:MAIL check fixed
21064:
21065: 2001-09-04 parser
21066:
21067: * src/classes/image.C: image.html now can accept void params
21068:
21069: * src/targets/isapi/parser3isapi.C: z
21070:
21071: * src/targets/cgi/parser3.C: full_file_spec bug
21072:
21073: * src/targets/cgi/parser3.C: getenvcheck
21074:
21075: * src/targets/cgi/parser3.C: zz
21076:
21077: * src/targets/cgi/parser3.C: zzz
21078:
21079: * src/classes/date.C: date
21080:
21081: * src/classes/date.C: date:sql-string is now without ''
21082:
1.116 moko 21083: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21084: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21085: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21086:
1.116 moko 21087: * src/include/pa_config_auto.h.in: makes
1.95 moko 21088:
21089: 2001-09-03 parser
21090:
21091: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21092:
21093: 2001-09-01 parser
21094:
21095: * src/classes/image.C: letter_spacing
21096:
21097: * src/classes/image.C: image: font params changed
21098:
21099: * src/classes/image.C: image: as_int as_string used
21100:
21101: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21102: analized
21103:
21104: 2001-08-31 parser
21105:
21106: * src/targets/cgi/parser3.C: z
21107:
1.116 moko 21108: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21109: cygwin
1.95 moko 21110:
21111: * src/classes/void.C: void:int/double += (default)
21112:
21113: * src/classes/image.C: image:font added space param image:font
21114: changed charwidth alg, added kerning const[for now]
21115:
21116: * src/classes/: string.C, table.C: string:int/double (defaults)
21117:
21118: 2001-08-29 parser
21119:
21120: * src/main/pa_exception.C: exception redundant debug info
21121:
21122: 2001-08-28 parser
21123:
21124: * src/classes/image.C: image error msgs
21125:
21126: * src/classes/image.C: image: gifsize little endian
21127:
21128: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21129: doxygeneration
21130:
21131: * src/: classes/Makefile.am, main/Makefile.am,
21132: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21133:
21134: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21135: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21136:
21137: * src/main/compile.C: NO_STRING_ORIGIN check2
21138:
21139: * src/classes/table.C: NO_STRING_ORIGIN check
21140:
21141: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21142: storage class specifiers invalid in friend function declarations
21143:
21144: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21145: main/untaint.C, targets/cgi/parser3.C,
21146: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21147: case of limit
21148:
21149: * src/: classes/file.C, main/pa_common.C: file:move
21150: autocreate/remove dest/src dir
21151:
21152: * src/: classes/string.C, include/pa_dictionary.h,
21153: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21154: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21155: to directory constructor. string:replace
21156:
21157: 2001-08-27 parser
21158:
21159: * src/classes/image.C: fixed jpgsize alg
21160:
21161: * src/classes/image.C: fixed jpgsize alg
21162:
21163: * src/main/pa_exception.C: z
21164:
21165: * src/main/pa_common.C: removed debug info from pa_common
21166:
21167: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21168: [auto.p from current dir loading]
21169:
1.116 moko 21170: * src/: main/pa_common.C, main/pa_exception.C,
21171: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21172: for solaris -lsocket
1.95 moko 21173:
21174: 2001-08-24 parser
21175:
21176: * src/targets/cgi/parser3.C: not cgi extra \n 3
21177:
21178: * src/targets/cgi/parser3.C: not cgi extra \n 2
21179:
21180: * src/targets/cgi/parser3.C: not cgi extra \n
21181:
21182: * src/main/pa_sql_driver_manager.C: z
21183:
21184: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21185: sql* removed services from disconnect - cross-request ideological
21186: probs.
21187:
21188: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21189: cross-request ideological probs. oracle - fixed bug: cs
21190: allocated on request.pool and got freed before disconnect
21191:
21192: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21193: mallocs fixed
21194:
21195: 2001-08-23 parser
21196:
21197: * src/classes/file.C: minor bug in file:save fixed
21198:
21199: * src/main/pa_sql_driver_manager.C: oracle: dlink
21200:
21201: 2001-08-22 parser
21202:
21203: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21204: types/pa_vfile.h: file:load|save[text|binary;
21205:
21206: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21207:
21208: 2001-08-21 parser
21209:
21210: * src/classes/: file.C, table.C: ^file:list
21211:
21212: 2001-08-20 parser
21213:
21214: * src/: main/compile.tab.C, main/compile.y,
21215: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21216: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21217: recousively caused problems: inc incremeted 123 literal!! fixed
21218:
21219: 2001-08-10 parser
21220:
21221: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21222:
21223: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21224: added
21225:
21226: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21227: added
21228:
21229: * src/classes/table.C: table:sort restored [it was bad test :(]
21230:
21231: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21232: ''
21233:
21234: * src/main/: pa_request.C: wanted to make const int
21235: MAX_EXECUTE_SECONDS=1;
21236:
21237: but couldnt, set_callback_and_alarm appeared to be not exported
21238: :(
21239:
21240: * src/main/pa_string.C: string.match hanged on. there were a hang
21241: check but it weren't wise enough
21242:
21243: @parse[dateString][tmp]
21244: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21245: #end
21246:
21247: @main[] ^parse[2001-02-03]
21248:
21249: * src/classes/: table.C: table:sort now default desc
21250:
21251: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21252: table.sort now creates new sorted table
21253:
21254: 2001-08-09 parser
21255:
21256: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21257:
21258: * src/classes/hash.C: hash:_default now [was hash:default]
21259:
21260: * src/classes/op.C: case without switch check added
21261:
21262: * src/types/pa_vcookie.C: cookie name&value origins added, more
21263: precise $ORIGINS(1)
21264:
21265: * src/main/Makefile.am: .am
21266:
21267: * src/classes/void.C: void: int double copy/paste from int: bug
21268: fixed
21269:
21270: * src/classes/void.C: void: int double copy/paste from int: bug
21271: fixed
21272:
21273: 2001-08-07 parser
21274:
21275: * src/: classes/double.C, classes/int.C, classes/string.C,
21276: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21277: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21278: string, table
21279:
21280: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21281: srand made working
21282:
21283: 2001-08-06 parser
21284:
21285: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21286: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21287: main/compile.tab.C, main/compile.y, main/pa_array.C,
21288: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21289: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21290:
21291: * src/main/pa_exec.C: exec win32 real filename
21292:
21293: * src/classes/file.C: exec stderr out
21294:
21295: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21296:
21297: 2001-08-03 parser
21298:
21299: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21300:
21301: 2001-08-02 parser
21302:
21303: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21304: main/execute.C, main/pa_exec.C: introducing Array_iter
21305:
21306: * src/main/execute.C: detected quick_get recursion bug. changed to
21307: get@execute, but needs array iterator, separate from array to
21308: avoid it & use caching
21309:
21310: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21311: bug fixed
21312:
21313: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21314: main/execute.C, main/pa_globals.C: found another multithread bug
21315: in op.C (last, last global var killed) :)
21316:
21317: 2001-08-01 parser
21318:
21319: * src/: include/pa_dictionary.h, include/pa_globals.h,
21320: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21321: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21322: main/untaint.C: speeded up typo-html replacements. introducing
21323: Dictionary with first-char caching
21324:
21325: 2001-07-31 parser
21326:
21327: * src/types/Makefile.am: pa_vtable.C added to .am
21328:
21329: * src/main/compile.tab.C: added, so that could be compiled even on
21330: non-bison-enabled platforms
21331:
21332: 2001-07-28 parser
21333:
21334: * src/classes/table.C: table:hash always produces hash, when can't
21335: - empty
21336:
21337: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21338: skipped \n
21339:
21340: 2001-07-27 parser
21341:
21342: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21343: on int/double/string :sql without result and default
21344:
21345: 2001-07-26 parser
21346:
21347: * src/classes/op.C: fixed bad multithread bug with strangly global
21348: OP
21349:
21350: * src/main/compile.y: $man[$.age[zzz]] 0
21351:
21352: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21353: creation syntax problem persists. restored $: for a while.
21354: thinking of $man[$.age[zzz]] syntax now
21355:
21356: * src/: classes/double.C, classes/int.C, classes/string.C,
21357: include/pa_opcode.h, main/compile.C, main/compile.y,
21358: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21359: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21360: types/pa_wwrapper.h: fixing :: realization #1
21361:
21362: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21363: main/compile_tools.h, main/execute.C, main/pa_request.C,
21364: types/pa_vmethod_frame.h: introducing :: this is constructor call
21365: prefix. ordinary : remains for static accesses
21366:
21367: 2001-07-25 parser
21368:
21369: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21370: fields 2. methods 3. columns
21371:
21372: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21373: quote. optimized double&int tostring-s
21374:
21375: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21376: whitespace before first method decl
21377:
21378: * src/classes/table.C: allowed nontable result in table:sql,
21379: results in empty table
21380:
21381: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21382: lines before first method decl
21383:
21384: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21385: types/pa_vtable.h: ^table.record[] now $table.fields
21386:
21387: * src/main/compile.y: $var[] is now empty string, not void
21388:
21389: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21390: void
21391:
21392: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21393: main/pa_globals.C: match replace code context moved to implicit
21394: $match context
21395:
21396: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21397: main/compile_tools.h, main/execute.C: with killed, code storage
21398: introduced with former 'with' syntax
21399:
21400: 2001-07-24 parser
21401:
21402: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21403: types/pa_value.h: first get_element, next get operator
21404:
21405: * src/main/compile.y: removed @end handling
21406:
21407: * src/main/: compile.C, compile.y: @end handling method2
21408:
21409: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21410: file:move
21411:
21412: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21413: fixed
21414:
21415: 2001-07-23 parser
21416:
21417: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21418: driver
21419:
21420: * src/classes/hash.C: changed sql driver query interface
21421:
21422: * src/: classes/hash.C, classes/string.C, classes/table.C,
21423: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21424: changed sql driver query interface
21425:
21426: 2001-07-20 parser
21427:
21428: * src/types/pa_vrequest.C: X!$browser:type
21429:
21430: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21431: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21432: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21433: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21434: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21435: types/pa_vobject.h, types/pa_vrequest.C,
21436: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21437: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21438: BASE element globally removed
21439:
21440: 2001-07-18 parser
21441:
21442: * src/classes/file.C: file:exec/cgi msg
21443:
21444: * src/classes/file.C: $file:exit-code renamed to 'status'
21445:
21446: * src/: classes/file.C, main/pa_exec.C: file:exec
21447:
1.116 moko 21448: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21449: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21450: removed $id from *.in *.am
1.95 moko 21451:
21452: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21453: abbrevations
21454:
21455: * src/: classes/date.C, classes/mail.C, classes/math.C,
21456: classes/string.C, classes/table.C, include/pa_globals.h,
21457: include/pa_string.h, main/execute.C, main/pa_globals.C,
21458: main/pa_request.C, main/pa_string.C, main/untaint.C,
21459: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21460: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21461: $ORIGINS(1) output tracing mode
21462:
21463: 2001-07-13 parser
21464:
21465: * src/: classes/double.C, classes/int.C, classes/string.C,
21466: include/pa_request.h, main/execute.C, main/pa_request.C:
21467: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21468: second would not call first @auto
21469:
21470: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21471: wrong, fixed
21472:
21473: 2001-07-12 parser
21474:
21475: * src/types/pa_value.h: pa_value.putelement modification of system
21476: classes prevented
21477:
21478: 2001-07-11 parser
21479:
21480: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21481: table $piece
21482:
21483: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21484: types/pa_vstateless_class.h: $file created by file:state +=
21485: .atime .mtime .ctime +found&fixed bug with exceptions on
21486: get_junction-created objects [they were on wrong pool]
21487:
21488: 2001-07-09 parser
21489:
21490: * src/main/untaint.C: qp wrong name
21491:
21492: * src/: classes/date.C, classes/string.C, classes/table.C,
21493: main/compile.y: date format 0
21494:
21495: 2001-07-07 parser
21496:
21497: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21498: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21499: roll table calendar
21500:
21501: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21502: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21503: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21504: include/pa_request.h, main/main.dsp, types/pa_value.h,
21505: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21506: string. todo: sql, calendar
21507:
21508: 2001-07-06 parser
21509:
21510: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21511: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21512:
21513: 2001-07-03 parser
21514:
21515: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21516: classes/random.C, main/main.dsp: class random renamed to math,
21517: operators became methods
21518:
21519: * src/classes/op.C: pow sqrt
21520:
21521: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21522:
21523: 2001-07-02 parser
21524:
21525: * src/classes/table.C: ^table.columns column renamed from 'name' to
21526: 'column'
21527:
21528: * src/classes/hash.C: ^hash.keys[]
21529:
21530: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21531:
21532: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21533: 'strings'
21534:
21535: 2001-06-29 parser
21536:
21537: * src/main/: execute.C: /0 %0 checkes ver 2
21538:
21539: * src/main/execute.C: /0 %0 checke
21540:
21541: * src/classes/Makefile.am: nothing - void
21542:
21543: * src/classes/table.C: empty strings @ sql
21544:
21545: 2001-06-28 parser
21546:
21547: * src/: classes/double.C, classes/file.C, classes/form.C,
21548: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21549: classes/op.C, classes/random.C, classes/response.C,
21550: classes/string.C, classes/table.C, classes/void.C,
21551: main/compile.C, main/compile_tools.C, main/execute.C,
21552: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21553: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21554: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21555: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21556: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21557: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21558: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21559: $";
21560:
21561: * src/: classes/double.C, classes/file.C, classes/form.C,
21562: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21563: classes/op.C, classes/random.C, classes/response.C,
21564: classes/string.C, classes/table.C, classes/void.C,
21565: main/compile.C, main/compile.y, main/compile_tools.C,
21566: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21567: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21568: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21569: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21570: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21571: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21572:
21573: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21574: $class:name: == ${class:name}:
21575:
21576: * src/classes/string.C: exactly one
21577:
21578: 2001-06-27 parser
21579:
21580: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21581: types/pa_vvoid.h: nothing renamed to void
21582:
21583: * src/classes/op.C: ^switch ^case
21584:
21585: * src/main/compile.y: nothing renamed to void
21586:
21587: * src/: classes/hash.C, classes/table.C, main/compile.y,
21588: main/execute.C, main/main.dsp, main/pa_request.C,
21589: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21590: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21591: void
21592:
21593: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21594:
21595: 2001-05-28 parser
21596:
21597: * src/doc/html2chm.cmd: removed >a
21598:
21599: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21600: project options [some bugs]
21601:
21602: * src/doc/sources2html.cmd: z
21603:
21604: * src/: classes/classes.C, main/compile.C, main/compile.y,
21605: main/execute.C: operators are not in root class again
21606:
21607: 2001-05-24 parser
21608:
21609: * src/targets/cgi/parser3.dsp: project file
21610:
21611: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21612: ^log ^exp
21613:
21614: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21615: conversions in @exception[params]
21616:
21617: * src/main/pa_request.C: // no _ conversions in @exception[params]
21618:
21619: 2001-05-23 parser
21620:
21621: * src/main/pa_string.C: string cmp bug
21622:
21623: * src/classes/: mail.C, op.C: rem max 1000
21624:
21625: * src/: classes/op.C, main/compile.y: allow one empty line before
21626: LS_DEF_NAME
21627:
21628: 2001-05-22 parser
21629:
21630: * src/classes/op.C: if params code-required
21631:
21632: 2001-05-21 parser
21633:
21634: * src/types/pa_vstring.C: eoleof
21635:
21636: * src/classes/Makefile.am: .AM
21637:
21638: * src/classes/nothing.C: resultless ^sql moved to nothing:
21639:
21640: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21641:
21642: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21643: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21644: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21645: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21646: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21647: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21648: 'nothing'
21649:
21650: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21651: vstring::set_string
21652:
21653: * src/classes/: double.C, int.C, string.C: int,double;sql
21654:
21655: * src/: classes/hash.C, classes/int.C, classes/string.C,
21656: classes/table.C, include/pa_string.h, main/pa_string.C,
21657: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21658:
21659: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21660: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21661: hash:sql moved to main trunc. operators.txt updated
21662:
21663: * src/classes/: hash.C, op.C, table.C: hash:sql
21664:
21665: * src/classes/op.C: z
21666:
21667: * src/: main/compile.C, classes/classes.C: 1
21668:
21669: * src/: classes/classes.C, main/compile.C, main/compile.y,
21670: main/execute.C: 0
21671:
21672: * src/main/execute.C: z
21673:
21674: * src/targets/cgi/parser3.C: z
21675:
21676: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21677: site_auto_path "." in that case
21678:
21679: * src/targets/cgi/: parser3.C: z
21680:
21681: * src/main/pa_request.C: .am
21682:
21683: * src/: main/pa_request.C, targets/cgi/parser3.C:
21684: pcre_tables=pcre_default_tables;
21685:
21686: 2001-05-19 parser
21687:
21688: * src/main/pa_string.C: z
21689:
21690: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21691: introducing String::cstr_bufsize, returns just size+1 for as_is
21692: target.
21693:
21694: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21695: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21696: used, 4* mem wasted
21697:
21698: * src/classes/string.C: root context in match replace body now
21699: unchanged
21700:
21701: * src/types/pa_value.h: parameter # 1 based
21702:
21703: * src/main/pa_common.C: common: actual filename '%s'
21704:
21705: * src/classes/string.C: z
21706:
21707: * src/classes/Makefile.am: classes/.am
21708:
21709: * src/classes/: Makefile.am: classes/.am
21710:
21711: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21712: targets/cgi/pa_pool.C: classes/.am
21713:
21714: 2001-05-18 parser
21715:
1.116 moko 21716: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21717: pa_threads.C ins
1.95 moko 21718:
21719: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21720:
21721: 2001-05-17 parser
21722:
21723: * src/: classes/string.C, include/pa_config_fixed.h,
21724: include/pa_config_includes.h, main/compile.y,
21725: main/compile_tools.h, main/execute.C, main/pa_array.C,
21726: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21727: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21728: types/pa_vform.C: #include "pa_config_includes.h" removed from
21729: most .C
21730:
21731: * src/doc/html2chm.cmd: z
21732:
21733: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21734: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21735:
21736: * src/main/pa_sql_driver_manager.C: moved expiration to
21737: get_connection_from_cache
21738:
21739: * src/main/pa_sql_driver_manager.C: cache expiration bf
21740:
21741: * src/: classes/classes.h, include/pa_sql_connection.h,
21742: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21743: cache expiration[use SQL_Driver::disconnect]
21744:
21745: * src/main/pa_table.C: table.locate current restored on "not found"
21746:
21747: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21748: line no
21749:
21750: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21751: ANTI_ENDLESS_EXECUTE_RECOURSION
21752:
21753: * src/: classes/op.C, include/pa_sql_connection.h,
21754: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21755: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21756: 1driver and set_services fight for driver::fservices. before fix
21757:
21758: * src/: classes/op.C, include/pa_config_fixed.h,
21759: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21760: main/pa_sql_driver_manager.C: found problem at last: 2connections
21761: own 1driver and set_services fight for driver::fservices. before
21762: fix
21763:
21764: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21765: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21766: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21767: pa_threads.C
21768:
21769: * src/include/pa_threads.h: removed targets/parser
21770:
21771: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21772: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21773: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21774: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21775: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21776: headers
21777:
21778: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21779: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21780: order prevented sqlmanager to see MULTYTHREAD define
21781:
21782: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21783: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21784: put/gets
21785:
21786: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21787: from hash.h
21788:
21789: * src/: classes/op.C, include/pa_sql_connection.h,
21790: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21791: from cache ->set_services(&services);
21792:
21793: 2001-05-16 parser
21794:
21795: * src/targets/cgi/parser3.C: z
21796:
21797: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21798: debug, #ifdefed some. would debug later, on more precise sample
21799: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21800: $name.$tail[$tail!] $name.$tail } ok3
21801:
21802: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21803: removed array debug. before vstring rebasing
21804:
21805: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21806: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21807: array debugged; adjusted
21808:
21809: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21810: SQL_Driver_manager line no for connect/charset errors
21811:
21812: 2001-05-15 parser
21813:
21814: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21815: main/pa_string.C: string+array made linear grows
21816:
21817: * src/: include/pa_string.h, main/pa_string.C,
21818: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21819: grow lineary, not exponentialy
21820:
21821: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21822: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21823: with fullchunk cmps
21824:
21825: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21826: 70041= 81
21827:
21828: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21829: targets/cgi/parser3.C: detected huge mem allocation: size/times
21830: malloc 27809390/368771, calloc 3232/83. would test now
21831:
21832: * src/: classes/random.C, main/compile.y, main/execute.C,
21833: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21834: numbered params had wrong name - for instance: bad error message
21835: in ^for[] bad body type. fixed
21836:
21837: 2001-05-14 parser
21838:
21839: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21840: main/untaint.C: ^string.upper|lower[]
21841:
21842: 2001-05-11 parser
21843:
21844: * src/: classes/double.C, classes/image.C, classes/op.C,
21845: classes/string.C, classes/table.C, classes/unknown.C,
21846: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21847: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21848: types/pa_vunknown.h: op: MAX_LOOPS as_int
21849:
21850: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21851: .dsp for win32tools
21852:
21853: 2001-05-11 paf
21854:
21855: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21856: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21857: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21858: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21859:
21860: 2001-05-10 paf
21861:
21862: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21863: for C++, that's all
21864:
1.116 moko 21865: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21866: pa_config_includes.h: inline wonders
1.95 moko 21867:
21868: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21869: doc/doxygen.cmd: hash.C added
21870:
21871: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21872:
21873: * src/main/compile.y: @end grammar: allowed zero strings in control
21874: menthod
21875:
21876: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21877: pa_vstateless_object.h: changed priority: field before method
21878: lookup in vclass & vobject
21879:
21880: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21881: grammar: priorities changes [lowerd && prior] vobject: now first
21882: fields, next methods
21883:
21884: 2001-05-08 paf
21885:
21886: * src/main/pa_table.C: table columnname2item on nameless ignored
21887: bark=false. fixed
21888:
21889: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21890: types/pa_vmethod_frame.h: hash:default works at last!
21891:
21892: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21893: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21894: hash:default
21895:
21896: * src/classes/table.C: z
21897:
21898: * src/classes/table.C: table:hash always hash of hash now
21899:
21900: * src/classes/table.C: table:empty return bool now
21901:
21902: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21903: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21904: types/pa_vtable.h: table:hash
21905:
21906: * src/classes/table.C: table:record have name
21907:
21908: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21909: returns vunknown
21910:
21911: * src/classes/: double.C, int.C, op.C, string.C:
21912: int,double,string:int[] double[] string:length[] results now have
21913: hames
21914:
21915: * src/: classes/op.C, classes/table.C, main/main.dsp,
21916: types/pa_vtable.h: removed table:find. table:locate and op:eval
21917: now return bool
21918:
21919: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21920: in method checkparams again. fixed
21921:
21922: 2001-05-07 paf
21923:
21924: * src/doc/chm.cmd: cmd
21925:
21926: * src/: classes/image.C, classes/mail.C, classes/string.C,
21927: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21928: types/pa_value.h: method reported errors on wrong pool
21929:
21930: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21931: now
21932:
21933: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21934: include/code.h, include/pa_opcode.h, main/compile.C,
21935: main/compile_tools.h, main/execute.C, types/pa_value.h,
21936: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21937: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21938: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21939: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21940: types/pa_vmethod_frame.h, types/pa_vobject.h,
21941: types/pa_vrequest.h, types/pa_vresponse.h,
21942: types/pa_vstateless_class.h, types/pa_vstring.h,
21943: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21944: types/pa_wwrapper.h: pa_code.h
21945:
21946: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21947:
21948: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21949: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21950: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21951: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21952: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21953: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21954: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21955: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21956: types/pa_vtable.h: dox, split by not clean parts also
21957:
21958: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21959: types/pa_vtable.h: table: fields, then methods. so to enable
21960: 'dir' fields & co. more
21961:
21962: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21963: so to enable 'dir' fields & co.
21964:
21965: * src/main/compile.y: grammar: @end
21966:
21967: 2001-05-04 paf
21968:
21969: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21970: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21971:
21972: * src/: classes/classes.h, classes/double.C, classes/file.C,
21973: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21974: classes/op.C, classes/random.C, classes/response.C,
21975: classes/string.C, classes/table.C, classes/unknown.C,
21976: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21977: method dox
21978:
21979: 2001-05-03 paf
21980:
21981: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21982: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21983: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21984: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21985: doc/string.dox, doc/targets.dox, doc/value.dox,
21986: main/pa_request.C: dox splitted .dox files and added some
21987:
21988: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21989:
21990: 2001-05-02 paf
21991:
21992: * src/classes/: image.C, table.C: table:dir result are not tainted
21993: by file_name language now
21994:
21995: 2001-04-28 paf
21996:
21997: * src/classes/classes.inc: removed classes.inc
21998:
21999: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
22000: from .am
22001:
22002: * src/classes/classes.awk: skipped classes in .awk
22003:
22004: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
22005: classes/classes.inc, classes/double.C, classes/file.C,
22006: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
22007: classes/string.C, classes/table.C, classes/unknown.C,
22008: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22009: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22010: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22011: pa_methoded back to classes/classes.h
22012:
22013: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22014:
22015: * src/: classes/Makefile.am, classes/classes.awk,
22016: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22017: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22018:
22019: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22020: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22021: classes/response.C, classes/string.C, classes/table.C,
22022: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22023: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22024: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22025: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22026: include|main/pa_methoded
22027:
22028: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22029: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22030:
22031: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22032: moved some configured data to request::classes_conf moved some
22033: string crations from globals to M... [works]
22034:
22035: * src/: classes/form.C, classes/mail.C, classes/op.C,
22036: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22037: main/pa_request.C: moved some configured data to
22038: request::classes_conf moved some string crations from globals to
22039: M...
22040:
22041: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22042: about to move configured data to special request hash
22043:
22044: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22045: classes/form.C, classes/mail.C, include/pa_request.h,
22046: main/pa_request.C: configure started
22047:
22048: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22049: 2. todo: methoded-configure
22050:
22051: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22052: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22053: classes/_random.h, classes/_response.h, classes/_string.h,
22054: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22055: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22056: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22057: classes/random.C, classes/response.C, classes/string.C,
22058: classes/table.C, classes/unknown.C, include/pa_globals.h,
22059: include/pa_request.h, main/compile.y, main/execute.C,
22060: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22061: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22062: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22063: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22064: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22065: types/pa_vrequest.h, types/pa_vresponse.h,
22066: types/pa_vstateless_class.h, types/pa_vstring.h,
22067: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22068: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22069: methoded-configure
22070:
22071: * src/: classes/file.C, classes/table.C, main/compile.y,
22072: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22073: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22074: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22075:
22076: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22077: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22078: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22079: classes/random.C, classes/response.C, classes/string.C,
22080: classes/table.C, classes/unknown.C, include/pa_request.h,
22081: main/compile.y, main/execute.C, main/pa_globals.C,
22082: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22083: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22084: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22085: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22086: beautifying just compiled. todo: debug, configure
22087:
22088: 2001-04-27 paf
22089:
22090: * src/: classes/file.C, classes/image.C, classes/table.C,
22091: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22092: beautifying -99
22093:
22094: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22095: classes/_response.h, classes/_unknown.h, classes/classes.C,
22096: classes/classes.h, classes/double.C, classes/file.C,
22097: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22098: classes/op.C, classes/random.C, classes/response.C,
22099: classes/string.C, include/pa_globals.h, main/main.dsp,
22100: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22101: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22102: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22103: types/pa_vunknown.h: beautifying -100
22104:
22105: * src/main/compile.y: serge@ found @CLASS bug. fixed
22106:
22107: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22108: classes/_op.h, classes/_random.h, classes/_table.h,
22109: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22110: classes/op.C, classes/random.C, classes/response.C,
22111: classes/string.C, classes/table.C, classes/unknown.C,
22112: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22113: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22114: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22115: beautifying
22116:
22117: 2001-04-26 paf
22118:
22119: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22120:
22121: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22122: documentation ++
22123:
22124: * src/: classes/_exec.h, doc/doxygen.cfg,
22125: include/pa_config_fixed.h, include/pa_config_includes.h,
22126: targets/cgi/pa_pool.C: code documentation ++
22127:
22128: * src/: classes/_image.h, classes/op.C, classes/random.C,
22129: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22130: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22131: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22132: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22133: types/pa_vmethod_frame.h, types/pa_vobject.h,
22134: types/pa_vrequest.C, types/pa_vrequest.h,
22135: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22136: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22137: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22138: code documentation ++
22139:
22140: * src/: classes/image.C, classes/mail.C, classes/string.C,
22141: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22142: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22143: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22144: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22145: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22146: types/pa_vobject.h, types/pa_vstateless_class.h,
22147: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22148:
22149: * src/main/: pa_request.C, pa_string.C: z
22150:
22151: * src/: include/pa_common.h, include/pa_types.h,
22152: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22153: connection caching fixed. request-pooled-url were stored into
22154: global connectioncache
22155:
22156: 2001-04-25 paf
22157:
22158: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22159: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22160:
22161: * src/: include/code.h, include/pa_common.h, main/compile.y,
22162: main/execute.C, main/pa_common.C: -d
22163:
22164: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22165: illegal call check a bit improved, but still under iis no mapping
22166: of dir with parser allowed!
22167:
22168: 2001-04-24 paf
22169:
22170: * src/targets/Makefile.am: apache module lib .am
22171:
22172: * src/main/pa_exec.C: windows32 buildCommand
22173:
22174: 2001-04-23 paf
22175:
22176: * src/targets/cgi/Makefile.am: win32 conditional
22177:
22178: * src/targets/cgi/Makefile.am: win32 conditional
22179:
22180: * src/targets/cgi/Makefile.am: liblink
22181:
22182: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22183: vfile fields return type
22184:
22185: * src/types/pa_vfile.h: vfile fields return type
22186:
22187: * src/include/pa_config_auto.h.in: .h.in
22188:
22189: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22190: types/Makefile: makefiles removed
22191:
22192: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22193: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22194:
22195: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22196: [tested: i & g ]
22197:
22198: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22199: @test noticed series in isapi, check how initialize_random_class
22200: is called! [must be called only once]
22201:
22202: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22203: would not be 'unknown column'
22204:
22205: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22206: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22207:
22208: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22209: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22210: [now doesnt]
22211:
22212: * src/targets/cgi/parser3.C: cgi cmdline ver
22213:
22214: * src/targets/cgi/parser3.C: cgi /// @test disable
22215: /cgi-bin/parser3/auto.p
22216:
22217: * src/main/untaint.C: untaint without charset
22218:
22219: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22220: main/pa_common.C: common: file_write /// @test mkdirs
22221: file_delete rmdirs
22222:
22223: * src/main/untaint.C: mail header only once to =?
22224:
22225: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22226: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22227: main/untaint.C: untaint - @test optimize whitespaces for
22228: all but 'html'
22229:
22230: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22231: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22232: main/untaint.C: untaint - @test mail-header
22233:
22234: 2001-04-20 paf
22235:
22236: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22237: include/pa_request.h, include/pa_string.h, main/compile.y,
22238: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22239: targets/cgi/parser3.C: $MAIN:LOCALE
22240:
22241: * src/main/untaint.C: z
22242:
22243: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22244:
22245: 2001-04-19 paf
22246:
22247: * src/main/compile_tools.h: $a$b bugfix
22248:
22249: * src/targets/cgi/parser3.C: z
22250:
22251: * src/classes/file.C: z
22252:
22253: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22254: done: header to $fields. waits for header '\' tricks
22255:
22256: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22257: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22258: changed urlencode here and in untaint.C to HTTP standard's " and
22259: \" mech
22260:
22261: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22262: http://alx/~paf/ doesnt load /auto.p
22263:
22264: 2001-04-18 paf
22265:
22266: * src/main/pa_request.C: 1
22267:
22268: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22269: linux @alx
22270:
22271: 2001-04-17 paf
22272:
22273: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22274: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22275: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22276: enabled
22277:
22278: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22279: classes/_exec.h, classes/_file.h, classes/_form.h,
22280: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22281: classes/_random.h, classes/_response.h, classes/_string.h,
22282: classes/_table.h, classes/_unknown.h, classes/file.C,
22283: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22284: include/pa_config_fixed.h, include/pa_config_includes.h,
22285: include/pa_hash.h, include/pa_sql_driver_manager.h,
22286: include/pa_version.h, main/Makefile.am, main/compile.y,
22287: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22288: main/pa_sql_driver_manager.C, sql/Makefile.am,
22289: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22290: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22291: types/pa_vform.C, types/pa_vimage.h: exec @jav
22292:
22293: * src/: include/pa_sql_driver_manager.h,
22294: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22295: types/pa_vimage.h: sql driver interface now has initialize(client
22296: .so)
22297:
22298: 2001-04-16 paf
22299:
22300: * src/Makefile.am: compile2 cygwin
22301:
22302: * src/: include/pa_config_includes.h, main/pa_exec.C,
22303: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22304:
22305: * src/targets/cgi/Makefile.am: compile0 jav
22306:
22307: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22308: classes/_exec.h, classes/_file.h, classes/_form.h,
22309: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22310: classes/_random.h, classes/_response.h, classes/_string.h,
22311: classes/_table.h, classes/_unknown.h, classes/image.C,
22312: classes/mail.C, classes/op.C, classes/random.C,
22313: include/pa_config_fixed.h, include/pa_config_includes.h,
22314: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22315: main/compile.y, main/pa_common.C, main/pa_exec.C,
22316: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22317: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22318: compile-1
22319:
22320: 2001-04-15 paf
22321:
22322: * src/classes/op.C: z
22323:
22324: * src/classes/table.C: table:empty +=process
22325:
22326: * src/types/pa_value.h: MethodParams !junction
22327:
22328: * src/: classes/_string.h, classes/double.C, classes/file.C,
22329: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22330: classes/random.C, classes/response.C, classes/string.C,
22331: classes/table.C, classes/unknown.C, main/pa_request.C:
22332: MethodParams everywhere
22333:
22334: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22335: types/pa_vmethod_frame.h: MethodParams in op.C
22336:
22337: 2001-04-12 paf
22338:
22339: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22340:
22341: * src/: classes/_unknown.h, classes/unknown.C,
22342: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22343: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22344:
22345: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22346:
22347: * src/classes/image.C: image:gif now does not have params
22348:
22349: * src/classes/image.C:
22350: image:line/fill/rectangle/bar/replace/polygon/polybar
22351:
22352: * src/: classes/image.C, classes/op.C, main/execute.C,
22353: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22354: for var now written not to r.wcontext, but to r.root cleared
22355: "entered_object" state
22356:
22357: 2001-04-11 paf
22358:
22359: * src/classes/image.C: image:create image:load
22360:
22361: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22362: just compiled
22363:
22364: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22365: todo: gif without file
22366:
22367: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22368: started porting to Pooled descendant
22369:
22370: * src/: classes/image.C, main/execute.C, main/main.dsp,
22371: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22372: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22373: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22374:
22375: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22376: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22377: end. switching to python imaging lib
22378:
22379: * src/main/main.dsp: gd+smtp made separate libs
22380:
22381: * src/: include/pa_globals.h, include/pa_string.h,
22382: main/pa_common.C, main/pa_request.C, main/untaint.C,
22383: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22384: length
22385:
22386: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22387: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22388: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22389: UL_FILE_NAME of posted file name
22390:
22391: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22392: post [broke when moved post read to core]
22393:
22394: 2001-04-10 paf
22395:
22396: * src/classes/image.C: image:html done
22397:
22398: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22399:
22400: * src/classes/image.C: z
22401:
22402: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22403: forgotten!
22404:
22405: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22406: main/pa_request.C, main/pa_string.C, main/untaint.C,
22407: types/pa_vimage.h: image:measure -90
22408:
22409: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22410: classes/_int.h, classes/_mail.h, classes/_op.h,
22411: classes/_random.h, classes/_response.h, classes/_string.h,
22412: classes/_table.h, classes/file.C, classes/mail.C,
22413: include/pa_common.h, include/pa_globals.h, main/execute.C,
22414: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22415: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22416: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22417: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22418: compiled
22419:
22420: * src/classes/mail.C: minor bug with unclear from/to
22421:
22422: * src/classes/mail.C: sendmail unix skipping defaults
22423:
22424: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22425: sendmail unix added defaults
22426:
22427: * src/classes/mail.C: unix sendmail compiled. todo:testing
22428:
22429: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22430:
22431: 2001-04-09 paf
22432:
22433: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22434: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22435: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22436: targets/isapi/parser3isapi.dsp: all targets exec
22437:
22438: * src/: include/pa_sapi.h, include/pa_string.h,
22439: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22440: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22441: args in apache:util.script
22442:
22443: * src/include/pa_string.h: written but not tested exec with env for
22444: unix
22445:
22446: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22447: targets/cgi/parser3.C: exec win32 env
22448:
22449: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22450: 0
22451:
22452: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22453: main/execute.C, main/main.dsp, main/pa_globals.C,
22454: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22455: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22456:
22457: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22458: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22459:
22460: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22461: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22462:
22463: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22464: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22465: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22466: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22467: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22468: exec class just compiled. moved post read to request core
22469:
22470: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22471: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22472: main/pa_globals.C, targets/cgi/parser3.C,
22473: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22474: are already read by vform
22475:
22476: 2001-04-08 paf
22477:
22478: * src/: classes/file.C, classes/mail.C, classes/string.C,
22479: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22480: uuencode. string<<
22481:
22482: 2001-04-07 paf
22483:
22484: * src/classes/mail.C: z
22485:
22486: * src/classes/mail.C: z
22487:
22488: * src/classes/mail.C: ^mail[$attach
22489:
22490: * src/classes/mail.C: ^attach dead end
22491:
22492: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22493: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22494: targets/isapi/parser3isapi.C: mail:send 1
22495:
22496: * src/: classes/mail.C, main/pa_request.C: z
22497:
22498: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22499: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22500: compiled
22501:
22502: * src/classes/mail.C: +=
22503:
22504: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22505: prepared
22506:
22507: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22508: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22509: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22510: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22511:
22512: 2001-04-06 paf
22513:
22514: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22515: main/pa_string.C: table:dir 1
22516:
22517: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22518: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22519:
22520: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22521: classes/root.C, include/pa_globals.h, include/pa_request.h,
22522: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22523: main/pa_request.C: renamed 'root' to 'op'
22524:
22525: * src/classes/: _op.h, op.C: renamed from 'root'
22526:
22527: * src/types/pa_valiased.C: another root inherititance skipped
22528:
22529: * src/main/: compile.C, compile.y, execute.C: operators are now not
22530: root methods of parent class. just 'ROOT' class
22531:
22532: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22533: @office
22534:
22535: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22536:
22537: 2001-04-05 paf
22538:
22539: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22540: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22541: constructor flag dropped at get_method_frame and remembered into
22542: method_frame
22543:
22544: * src/: classes/file.C, classes/root.C, classes/string.C,
22545: classes/table.C, main/pa_request.C: junction to code&expression
22546: in errors
22547:
22548: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22549: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22550: $LOCALE:ctype[Russian_Russia.1251]
22551:
22552: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22553: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22554: main/pa_table.C: hash now not thread-safe.
22555:
22556: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22557: main/untaint.C: z
22558:
22559: * src/: classes/random.C, classes/root.C, classes/table.C,
22560: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22561: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22562: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22563: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22564:
22565: * src/: classes/table.C, include/pa_sql_connection.h,
22566: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22567:
22568: * src/classes/table.C: select * from hren error contains statement
22569:
22570: * src/: classes/table.C, include/pa_sql_connection.h,
22571: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22572: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22573:
22574: * src/: classes/root.C, include/pa_sql_connection.h,
22575: include/pa_sql_driver.h, main/main.dsp,
22576: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22577: services for conv memory & error reporting
22578:
22579: 2001-04-04 paf
22580:
22581: * src/doc/doxygen.cfg: z
22582:
22583: * src/include/pa_sql_driver.h: mysql connect
22584:
22585: * src/include/pa_sql_driver.h: mysql info
22586:
22587: * src/: classes/root.C, include/pa_sql_driver.h,
22588: include/pa_sql_driver_manager.h, main/main.dsp,
22589: main/pa_sql_driver_manager.C: more manager&connection&driver
22590:
22591: * src/sql/Makefile.am: forgot to add mysql client
22592:
22593: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22594: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22595: [forgot to add libltdl, added]
22596:
22597: * src/: Makefile.am, classes/root.C, classes/string.C,
22598: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22599: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22600: include/pa_string.h, include/pa_table.h, main/main.dsp,
22601: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22602: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22603: -1000 just compiled
22604:
22605: * src/: classes/random.C, classes/root.C, classes/table.C,
22606: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22607: main/pa_request.C, types/pa_vclass.h: sql frame -10
22608:
22609: 2001-04-03 paf
22610:
22611: * src/types/pa_vform.C: z
22612:
22613: * src/: classes/string.C, types/pa_vform.C: string:match replace
22614: assigned lang
22615:
22616: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22617: {}[]< empty []
22618:
22619: * src/: classes/file.C, classes/string.C, classes/table.C,
22620: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22621: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22622:
22623: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22624: string:match replace strange matches
22625:
22626: * src/classes/string.C: string:match replace 0
22627:
22628: * src/: classes/string.C, main/pa_string.C: string:match replace
22629: prepared 2
22630:
22631: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22632: string:match replace prepared
22633:
22634: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22635: string:match replace -11
22636:
22637: * src/: classes/string.C, include/pa_globals.h,
22638: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22639: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22640:
22641: * src/: classes/string.C, include/pa_globals.h,
22642: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22643: main/pa_string.C: string:match [search] -1 just compiled
22644:
22645: * src/types/pa_vstring.C: z
22646:
22647: * src/: classes/double.C, classes/file.C, classes/form.C,
22648: classes/int.C, classes/response.C, classes/root.C,
22649: classes/string.C, classes/table.C, include/pa_string.h,
22650: main/pa_string.C: string:match -10 [frame]
22651:
22652: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22653: main/pa_request.C: z
22654:
22655: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22656: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22657: todo/tests
22658:
22659: * src/include/pa_common.h: z
22660:
22661: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22662: main/pa_request.C, targets/cgi/parser3.C,
22663: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22664: content-disposition
22665:
22666: * src/: include/pa_common.h, include/pa_globals.h,
22667: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22668: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22669:
22670: * src/: include/pa_common.h, include/pa_request.h,
22671: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22672: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22673: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22674: response:body
22675:
22676: * src/classes/table.C: table:append now uses string::split
22677:
22678: * src/classes/table.C: z
22679:
22680: * src/: classes/file.C, classes/root.C, classes/string.C,
22681: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22682: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22683: include/pa_string.h, main/execute.C, main/pa_string.C,
22684: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22685: string::pos & cmp & piece bugs fixed. string::split new
22686: table:load separated from set table:set implemented with clean \n
22687: \t searches
22688:
22689: 2001-04-02 paf
22690:
22691: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22692: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22693: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22694: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22695: it in table:set/load
22696:
22697: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22698: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22699:
22700: * src/classes/random.C: random:generate 1
22701:
22702: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22703: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22704: types/pa_value.h: random:generate
22705:
22706: 2001-03-30 paf
22707:
22708: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22709: todo: table flip and append. string::pos
22710:
22711: * src/: classes/double.C, classes/file.C, classes/int.C,
22712: classes/response.C, classes/root.C, classes/string.C,
22713: classes/table.C, main/compile.y, main/execute.C,
22714: types/pa_value.h, types/pa_vstateless_class.C,
22715: types/pa_vstateless_class.h: static|dynamic|any method
22716: registration
22717:
22718: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22719: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22720: table:flip
22721:
22722: 2001-03-29 paf
22723:
22724: * src/classes/string.C: string:xsplit forgot that they must result
22725: in 1 row N column [not vice versa]
22726:
22727: * src/classes/string.C: z
22728:
22729: * src/classes/string.C: string: rsplit
22730:
22731: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22732: string: lsplit
22733:
22734: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22735: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22736: lsplit -1
22737:
22738: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22739: string: pos
22740:
22741: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22742: string: pos -1
22743:
22744: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22745: main/compile.y, main/pa_request.C, main/pa_string.C,
22746: main/untaint.C: string: left right mid
22747:
22748: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22749: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22750: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22751: and [;] are different now.
22752:
22753: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22754: main/untaint.C: pool.request undone
22755:
22756: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22757: main/untaint.C: pool.request
22758:
22759: 2001-03-28 paf
22760:
22761: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22762: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22763: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22764: $request:browser [.type .version]; unknown.get_double now = 0.
22765:
22766: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22767: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22768: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22769: types/pa_vform.C: file:load autodetection of mime-type by
22770: user-file-name
22771:
22772: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22773: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22774: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22775:
22776: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22777: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22778: write. must be self.set
22779:
22780: * src/: classes/file.C, classes/root.C, classes/table.C,
22781: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22782:
22783: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22784: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22785: types/pa_vtable.h: table:locate just compiled
22786:
22787: 2001-03-27 paf
22788:
22789: * src/main/: execute.C, pa_common.C: fixed r/w context of
22790: code-params2, fixed ntfs hardlink slow dir update
22791:
22792: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22793: types/pa_wcontext.h: fixed r/w context of code-params
22794:
22795: * src/: classes/table.C, main/execute.C: about to change junction
22796: rcontext!!
22797:
22798: * src/: classes/double.C, classes/int.C, classes/root.C,
22799: classes/string.C, classes/table.C, main/compile_tools.C,
22800: main/execute.C, main/pa_request.C, main/untaint.C,
22801: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22802: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22803: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22804: types/pa_vunknown.h: sort 0
22805:
22806: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22807: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22808: renamed to are_static_calls_disabled
22809:
22810: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22811: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22812: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22813: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22814:
22815: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22816:
22817: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22818: started table:sort fixed minor bug in #...^{
22819:
22820: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22821: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22822: decided to have as it were. stepped back. grammar: added 'in'
22823: 'is' 'lt'&co follow-space check
22824:
22825: 2001-03-26 paf
22826:
22827: * src/: classes/file.C, classes/root.C, classes/table.C,
22828: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22829: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22830: main/pa_table.C: moved ::save to pa_table. disabled @auto
22831: invocation in ^process
22832:
22833: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22834:
22835: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22836: main/pa_array.C: table:record
22837:
22838: * src/: main/untaint.C, targets/cgi/parser3.C,
22839: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22840: targets/isapi/pool_storage.h, types/pa_valiased.h,
22841: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22842: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22843: types/pa_vtable.h: z
22844:
22845: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22846: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22847: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22848: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22849: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22850: method realisations on 'self' validity - they now can simply
22851: assume that 'self' is V{Proper} .
22852:
22853: 2001-03-25 paf
22854:
22855: * src/main/untaint.C: z
22856:
22857: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22858: lowlevel - it initialization could be skipped if failed in @auto.
22859: so that exception report would use some table
22860:
22861: * src/main/pa_request.C: table empty lines ignored. system-default
22862: content type assigned in output:result [can fail in main:auto and
22863: skipped normal defaults extraction]
22864:
22865: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22866: bug
22867:
22868: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22869: processing to table [except preliminary \r\n \r \n replacements
22870: to "\n"]
22871:
22872: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22873: move all the processing to table
22874:
22875: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22876: main/pa_table.C, main/untaint.C: returned table originating.
22877: useful for reporting typo table problems origin. think would be
22878: useful somewhere else
22879:
22880: * src/main/untaint.C: typo \r \r\n \n properly handled
22881:
22882: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22883: include/pa_table.h, main/compile.y, main/compile_tools.C,
22884: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22885: main/pa_string.C, main/pa_table.C, main/untaint.C,
22886: types/pa_vcookie.h: typo & typo-default
22887:
22888: 2001-03-24 paf
22889:
22890: * src/main/pa_common.C: z
22891:
22892: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22893: targets/cgi/parser3.C: html-typo 2
22894:
22895: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22896: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22897: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22898: main/execute.C, main/pa_array.C, main/pa_globals.C,
22899: main/pa_request.C, main/pa_string.C, main/untaint.C,
22900: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22901: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22902: noticed double default content-type prob. run cgi.cmd tomorrow
22903: first html-typo sample. detected << problem: they become ltlt too
22904: fast
22905:
22906: * src/main/compile.y: z
22907:
22908: * src/main/: compile.y, compile_tools.h: #comment
22909:
22910: * src/: classes/file.C, classes/root.C, classes/table.C,
22911: include/pa_common.h, include/pa_request.h, main/compile.y,
22912: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22913: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22914: stringified
22915:
22916: * src/types/pa_valiased.C: decided to String-ify file_read
22917:
22918: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22919: isapi/parser3isapi.dsp: cgi: sapi::log
22920:
22921: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22922: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22923: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22924: error log experiments failed - cgi under iis got no access to
22925: log. registereventsource simply failed with 5(illegal call) code,
22926: while worked OK as standalone executable. isapi: used
22927: HSE_APPEND_LOG_PARAMETER feature
22928:
22929: * src/: include/pa_common.h, include/pa_globals.h,
22930: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22931: targets/isapi/parser3isapi.C: fixed default content-type
22932: allocation storage
22933:
22934: * src/: include/pa_globals.h, include/pa_request.h,
22935: main/pa_globals.C, main/pa_request.C: z
22936:
22937: * src/: include/pa_array.h, include/pa_hash.h,
22938: include/pa_request.h, main/compile.y, main/pa_array.C,
22939: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22940: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22941: content-type
22942:
22943: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22944: sanity
22945:
22946: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22947: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22948: away freeze mech. no danger now for you can't do
22949: ^request:process[@new-method[] body] trick anymore. still
22950: remains $some_instance.process[@new-method[] possibility] but
22951: would leave it as a feature. see index for sample
22952:
22953: * src/: include/pa_common.h, main/pa_common.C,
22954: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22955: monkey every target
22956:
22957: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22958: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22959: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22960:
22961: 2001-03-23 paf
22962:
22963: * src/: include/pa_pool.h, main/pa_request.C,
22964: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22965: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22966: targets/isapi/pool_storage.h: isapi: dumb pool storage
22967:
22968: * src/targets/isapi/pa_pool.C: decided to continue with extension
22969:
22970: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22971: it would be better to rewrite as filter then to deal with pool
22972:
22973: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22974: now like in cgi, not from APPL_PHYSICAL_PATH
22975:
22976: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22977: include/pa_config_fixed.h, include/pa_config_includes.h,
22978: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22979: include/pa_version.h, main/compile.y, main/execute.C,
22980: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22981: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22982: main/untaint.C, targets/cgi/parser3.C,
22983: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22984: cgi: reinvent document_root and request_uri under iis. autoconf
22985: updated. introducing ap_config_includes
22986:
22987: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22988:
22989: * src/targets/cgi/parser3.C: cgi: only one pool now
22990:
22991: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22992: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22993: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22994: types/pa_venv.h, types/pa_vform.C: sapi made object
22995:
22996: * src/: include/pa_globals.h, main/pa_request.C,
22997: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22998: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22999: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
23000:
23001: * src/: main/pa_request.C, targets/cgi/parser3.C,
23002: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23003: isapi minor env beauty
23004:
23005: * src/: main/pa_request.C, targets/cgi/parser3.C,
23006: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
23007: isapi document_root 0
23008:
23009: 2001-03-22 paf
23010:
23011: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23012:
23013: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23014: isapi/parser3isapi.C: z
23015:
23016: * src/: include/pa_pool.h, main/pa_request.C,
23017: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23018:
23019: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23020: kill.pl: isapi added utils
23021:
23022: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23023: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23024: types/pa_vform.C: isapi 0
23025:
23026: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23027: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23028: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23029: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23030: started isapi
23031:
23032: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23033: some comments
23034:
23035: * src/: include/pa_globals.h, include/pa_request.h,
23036: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23037: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23038: parser_root_auto_path parser_site_auto_path
23039:
23040: * src/types/pa_vcookie.C: cookie attr decoded
23041:
23042: 2001-03-21 paf
23043:
23044: * src/targets/cgi/parser3.C: z
23045:
23046: * src/include/pa_globals.h: post. todo: config of auto.p path
23047:
23048: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23049: types/pa_venv.h: in cookie & env. todo:post
23050:
23051: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23052: classes/root.C, classes/table.C, include/pa_array.h,
23053: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23054: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23055: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23056: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23057: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23058: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23059: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23060: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23061: shifted apache branch on main trunc
23062:
23063: * src/: include/pa_common.h, include/pa_globals.h,
23064: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23065: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23066: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23067: starting mod_parser3
23068:
23069: * src/targets/cgi/parser3.C: starting mod_parser3
23070:
23071: 2001-03-20 paf
23072:
23073: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23074: targets/cgi/parser3.C: automake compiled and works. todo:make
23075: win32 ifdefs work and add ifdef unistd
23076:
23077: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23078: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23079: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23080: z
23081:
23082: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23083: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23084: locking
23085:
23086: * src/: classes/Makefile.am, types/Makefile.am: z
23087:
23088: * src/: Makefile.am, classes/file.C, classes/root.C,
23089: classes/table.C, include/pa_array.h, include/pa_request.h,
23090: include/pa_string.h, main/Makefile.am, main/execute.C,
23091: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23092: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23093: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23094: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23095:
23096: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23097: main/pa_request.C, types/pa_vfile.h: ^table:save
23098:
23099: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23100: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23101: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23102: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23103: types/pa_vform.h: z
23104:
23105: * src/include/pa_string.h: z
23106:
23107: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23108: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23109: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23110: :Value
23111:
23112: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23113: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23114: :VStateless_object
23115:
23116: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23117: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23118: :VStateless_object
23119:
23120: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23121: types/pa_valiased.C, types/pa_vform.h: commented VForm
23122:
23123: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23124: types/pa_valiased.h, types/pa_value.h,
23125: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23126: types/pa_vstateless_object.h: moved common get_element part from
23127: stateless object&class into VAliased
23128:
23129: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23130: classes/table.C, main/execute.C, main/main.dsp,
23131: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23132: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23133: now :Value
23134:
23135: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23136: main/execute.C, main/main.dsp, main/pa_globals.C,
23137: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23138:
23139: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23140: doxx
23141:
23142: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23143: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23144: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23145: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23146: and ^file:save
23147:
23148: 2001-03-19 paf
23149:
23150: * src/types/pa_vfile.C: z
23151:
23152: * src/: classes/file.C, classes/request.C, classes/table.C,
23153: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23154: main/pa_request.C, main/untaint.C, types/pa_value.h,
23155: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23156:
23157: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23158: include/pa_string.h, include/pa_table.h, main/main.dsp,
23159: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23160: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23161: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23162: classes/_file.h, classes/file.C, types/pa_vfile.C,
23163: types/pa_vfile.h: file class just compiled
23164:
23165: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23166: include/pa_table.h, include/pa_types.h, main/execute.C,
23167: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23168: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23169: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23170:
23171: * src/include/pa_pool.h: z
23172:
23173: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23174: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23175: Hash::Value to Val so to doxygen would finlly stop confusing
23176: those Value-s
23177:
23178: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23179: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23180: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23181: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23182: include/pa_types.h, main/compile.C, main/compile.y,
23183: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23184: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23185: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23186: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23187: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23188:
23189: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23190: derivates somehow unlinked. don't know why yet
23191:
23192: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23193: include/pa_string.h, include/pa_threads.h, main/compile.C,
23194: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23195: main/execute.C, main/pa_array.C, main/pa_common.C,
23196: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23197: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23198: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23199:
23200: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23201: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23202: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23203: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23204: types/pa_vrequest.h: doc: detected Value derivates prob
23205:
23206: * src/include/pa_globals.h: z
23207:
23208: * src/: classes/_request.h, classes/request.C, include/code.h,
23209: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23210: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23211: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23212: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23213: main/execute.C, main/pa_pool.C, main/pa_request.C,
23214: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23215: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23216:
23217: 2001-03-18 paf
23218:
23219: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23220: cookie: allowed access to hash-assigned
23221:
23222: * src/targets/cgi/parser3.C: z
23223:
23224: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23225: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23226: include/pa_types.h, main/main.dsp, main/pa_common.C,
23227: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23228: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23229: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23230: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23231: types/pa_vunknown.h: cookie class
23232:
23233: * src/main/pa_request.C: zero length output allowed
23234:
23235: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23236: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23237:
23238: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23239: lang switch
23240:
23241: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23242: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23243: types/pa_value.h, types/pa_vhash.h:
23244: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23245:
23246: * src/main/execute.C: z
23247:
23248: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23249: targets/cgi/parser3.C: taint[uri
23250:
23251: * src/: classes/request.C, classes/response.C, classes/root.C,
23252: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23253: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23254: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23255:
23256: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23257: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23258: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23259: types/pa_vstateless_class.C: convinient string(pool, char *src,
23260: bool tainted) ctor
23261:
23262: * src/: include/pa_hash.h, include/pa_request.h,
23263: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23264: main/pa_request.C, main/pa_string.C, main/untaint.C,
23265: targets/cgi/parser3.C: proper @exceptions params tainting
23266:
23267: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23268: response fields to header
23269:
23270: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23271: z
23272:
23273: * src/: classes/_response.h, classes/response.C,
23274: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23275: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23276: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23277: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23278: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23279: $response: 0 request::core exception rethrow
23280:
23281: 2001-03-16 paf
23282:
23283: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23284: types/pa_vrequest.h: native method' class call with less params
23285: then needed error reporting
23286:
23287: * src/: classes/_request.h, classes/request.C,
23288: include/pa_globals.h, include/pa_request.h, main/execute.C,
23289: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23290: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23291: types/pa_vrequest.h: $request : query :uri
23292:
23293: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23294: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23295: types/pa_wcontext.h: $result
23296:
23297: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23298:
23299: * src/: classes/double.C, include/code.h, main/compile.y,
23300: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23301: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23302:
23303: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23304: main/compile.y, main/execute.C, types/pa_value.h,
23305: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23306: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23307: wcontext conflict
23308:
23309: * src/: main/execute.C, types/pa_value.h,
23310: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23311: $string.field
23312:
23313: 2001-03-15 paf
23314:
23315: * src/main/pa_request.C: news sample
23316:
23317: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23318: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23319:
23320: * src/main/: compile.y, execute.C: z
23321:
23322: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23323: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23324: pre pre works
23325:
23326: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23327: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23328: fillfields just compiled
23329:
23330: 2001-03-14 paf
23331:
23332: * src/: include/pa_request.h, main/pa_request.C,
23333: targets/cgi/parser3.C: z
23334:
23335: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23336: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23337: types/pa_vstring.h: limits -1
23338:
23339: * src/: include/pa_globals.h, include/pa_request.h,
23340: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23341: main/pa_request.C, targets/cgi/parser3.C,
23342: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23343: request_info -1
23344:
23345: * src/: include/pa_globals.h, main/pa_globals.C,
23346: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23347: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23348: vform_fields_fill
23349:
23350: * src/targets/cgi/parser3.C: # if MSVC
23351:
23352: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23353: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23354:
23355: * src/targets/cgi/parser3.C: z
23356:
23357: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23358: include/pa_string.h, include/pa_types.h, main/compile.y,
23359: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23360: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23361: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23362: types/pa_vunknown.h: global handler, exceptions in parser3
23363:
23364: 2001-03-13 paf
23365:
23366: * src/: classes/form.C, main/compile.y, main/core.C,
23367: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23368: types/pa_vform.h, types/pa_vstateless_class.C,
23369: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23370: instead
23371:
23372: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23373: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23374: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23375: started cgi target
23376:
23377: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23378: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23379: before error show with parser
23380:
23381: * src/: classes/_form.h, classes/form.C, include/core.h,
23382: include/pa_request.h, main/core.C, main/pa_request.C,
23383: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23384:
23385: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23386:
23387: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23388: parser3.C: renamed targets/ parser to cgi
23389:
23390: * src/: classes/double.C, classes/env.C, classes/int.C,
23391: classes/root.C, classes/string.C, classes/table.C,
23392: include/pa_request.h, types/pa_vhash.h: z
23393:
23394: * src/: classes/_env.h, classes/env.C, classes/root.C,
23395: include/core.h, include/pa_pool.h, include/pa_request.h,
23396: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23397: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23398: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23399: [historical moment :)]
23400:
23401: * src/: include/code.h, include/pa_string.h, main/compile.y,
23402: main/execute.C, main/pa_string.C: 'value is type' expr operator
23403:
23404: * src/types/pa_venv.h: $ENV 1
23405:
23406: * src/main/execute.C: z
23407:
23408: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23409: future methods of ENV constructor if
23410:
23411: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23412: class
23413:
23414: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23415: classes/_root.h, classes/_string.h, classes/_table.h,
23416: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23417: classes/string.C, classes/table.C, include/pa_request.h,
23418: main/compile.C, main/compile_tools.h, main/core.C,
23419: main/execute.C, main/main.dsp, main/pa_request.C,
23420: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23421: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23422: types/pa_vobject.h, types/pa_vstateless_class.C,
23423: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23424: types/pa_wcontext.h: $ENV: re 0, stateless classes
23425:
23426: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23427: classes/_root.h, classes/_string.h, classes/_table.h,
23428: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23429: classes/string.C, classes/table.C, include/pa_request.h,
23430: main/compile.C, main/compile_tools.h, main/core.C,
23431: main/execute.C, main/main.dsp, main/pa_request.C,
23432: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23433: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23434: types/pa_vobject.h, types/pa_vstateless_class.C,
23435: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23436: types/pa_wcontext.h: $ENV: re 0, stateless classes
23437:
23438: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23439: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23440: yesterdays bad decision on execute_static_method
23441:
23442: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23443:
23444: * src/: classes/double.C, classes/int.C, classes/root.C,
23445: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23446:
23447: * src/main/pa_request.C: z
23448:
23449: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23450: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23451:
23452: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23453: include/pa_pool.h, main/pa_request.C:
23454: restructure_exceptions_dead_end
23455:
23456: * src/: classes/root.C, main/compile.y: ^if required junctions.
23457: allowed ; inside {} to break params
23458:
23459: * src/classes/root.C: ^eval
23460:
23461: * src/: classes/_string.h, classes/double.C, classes/int.C,
23462: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23463: string ^format
23464:
23465: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23466: 'bad' but not 'enough'
23467:
23468: * src/: classes/double.C, classes/root.C, classes/table.C,
23469: include/pa_common.h, include/pa_types.h, main/compile.y,
23470: main/pa_common.C, main/pa_request.C, main/untaint.C,
23471: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23472: types/pa_wwrapper.h: think constructing flag as is is bad
23473:
23474: * src/: classes/double.C, classes/int.C, classes/root.C,
23475: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23476: types/pa_vint.h: ^for
23477:
23478: 2001-03-12 paf
23479:
23480: * src/classes/table.C: table ^empty
23481:
23482: * src/: classes/table.C, include/pa_table.h: table ^menu
23483:
23484: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23485: ^offset ^line ^count
23486:
23487: * src/classes/root.C: ^round() ^floor() ^ceiling()
23488: ^abs() ^sign()
23489:
23490: * src/classes/: root.C, table.C: ^use
23491:
23492: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23493: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23494: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23495: ^while. switched off wcontext.constructing after write(value) or
23496: auto-vhash-constructing
23497:
23498: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23499: main/pa_request.C: fail_if_junction_ helper func
23500:
23501: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23502: include/pa_request.h, main/execute.C, main/main.dsp,
23503: main/pa_common.C, main/pa_request.C: ^process error point by
23504: actual method_name, not source. ^load
23505:
23506: * src/types/pa_vtable.h: table: no, better with string in cells...
23507:
23508: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23509: classes/_table.h, classes/table.C, main/untaint.C: z
23510:
23511: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23512: include/pa_table.h, main/core.C, main/execute.C,
23513: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23514: types/pa_value.h: table:set 0
23515:
23516: * src/: classes/root.C, include/core.h, include/pa_array.h,
23517: include/pa_request.h, include/pa_table.h, main/core.C,
23518: main/main.dsp, main/pa_request.C, main/pa_table.C,
23519: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23520: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23521: types/pa_vstring.h: freeze, ^table:create[] -1
23522:
23523: * src/: classes/root.C, types/pa_value.h: z
23524:
23525: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23526: get_method in couple places optimizing them
23527:
23528: * src/classes/root.C: z
23529:
23530: * src/: classes/root.C, types/pa_vclass.h: process temp main
23531: zeroing
23532:
23533: * src/: classes/double.C, classes/int.C, classes/root.C,
23534: classes/string.C, include/pa_common.h, include/pa_request.h,
23535: include/pa_string.h, include/pa_types.h, main/compile.C,
23536: main/compile.y, main/compile_tools.h, main/execute.C,
23537: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23538: types/pa_vmframe.h: ^process. actual names to store param and
23539: check_actual_numbered_params for better place diagnostics
23540:
23541: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23542: method-junctions bug fixed
23543:
23544: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23545: pa_vstateless_object.h, pa_vstring.h: stateless_object
23546:
23547: 2001-03-11 paf
23548:
23549: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23550: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23551: VDouble VInt base now VObject_base - without fields
23552:
23553: * src/: classes/root.C, include/core.h, main/core.C: z
23554:
23555: * src/: classes/double.C, classes/int.C, classes/root.C,
23556: classes/string.C, include/core.h, include/pa_hash.h,
23557: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23558: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23559:
23560: * src/: classes/double.C, classes/int.C, classes/root.C,
23561: include/pa_request.h, main/execute.C: intercept_string
23562:
23563: * src/: classes/double.C, classes/int.C, classes/root.C,
23564: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23565:
23566: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23567: ^inc-s(expr)
23568:
23569: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23570: classes/_root.h, classes/_string.h, classes/double.C,
23571: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23572: include/code.h, include/core.h, include/pa_array.h,
23573: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23574: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23575: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23576: include/pa_types.h, main/compile.C, main/compile.y,
23577: main/compile_tools.C, main/compile_tools.h, main/core.C,
23578: main/execute.C, main/pa_array.C, main/pa_common.C,
23579: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23580: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23581: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23582: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23583: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23584: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23585: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23586: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23587:
23588: * src/: main/pa_request.C, types/pa_vhash.h: z
23589:
23590: * src/: include/core.h, include/pa_request.h, main/core.C,
23591: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23592:
23593: * src/: include/pa_valiased.h, include/pa_value.h,
23594: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23595: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23596: include/pa_vjunction.h, include/pa_vmframe.h,
23597: include/pa_vobject.h, include/pa_vstring.h,
23598: include/pa_vunknown.h, include/pa_wcontext.h,
23599: include/pa_wwrapper.h, main/compile.y, main/core.C,
23600: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23601: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23602: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23603: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23604: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23605: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23606: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23607: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23608: include/
23609:
23610: 2001-03-10 paf
23611:
23612: * src/: include/core.h, include/pa_request.h, main/core.C,
23613: main/pa_request.C: run+auto=run
23614:
23615: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23616:
23617: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23618: classes/_root.h, classes/_string.h, classes/double.C,
23619: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23620: include/code.h, include/core.h, include/pa_array.h,
23621: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23622: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23623: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23624: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23625: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23626: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23627: include/pa_vjunction.h, include/pa_vmframe.h,
23628: include/pa_vobject.h, include/pa_vstring.h,
23629: include/pa_vunknown.h, include/pa_wcontext.h,
23630: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23631: main/compile_tools.C, main/compile_tools.h, main/core.C,
23632: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23633: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23634: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23635: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23636: main/pa_wcontext.C: sources header
23637:
23638: * src/main/pa_request.C: auto..
23639:
23640: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23641: main/pa_request.C: auto tree0
23642:
23643: * src/: include/core.h, include/pa_request.h, main/compile.y,
23644: main/core.C, main/pa_request.C: names to core.C
23645:
23646: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23647: include/pa_request.h, main/core.C, main/execute.C,
23648: main/pa_common.C, main/pa_request.C: root auto.p loaded
23649:
23650: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23651: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23652: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23653: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23654:
23655: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23656: @auto[] realised. auto.p scan togo
23657:
23658: * src/: include/pa_request.h, main/execute.C: autocalc
23659: code-junctions result now have names
23660:
23661: * src/: classes/double.C, classes/int.C, classes/root.C,
23662: classes/string.C, include/pa_request.h, include/pa_string.h,
23663: include/pa_wcontext.h, main/compile.y, main/execute.C,
23664: main/pa_string.C, main/pa_wcontext.C: tainting 0
23665:
23666: * src/classes/env.C: env:file/line
23667:
23668: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23669: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23670: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23671: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23672: main/compile_tools.C, main/compile_tools.h, main/core.C,
23673: main/execute.C, main/main.dsp, main/pa_cframe.C,
23674: main/pa_request.C, main/pa_wcontext.C: const fight finished
23675:
23676: * src/include/pa_vclass.h: const fight to go
23677:
23678: * src/: classes/_env.h, classes/env.C, classes/root.C,
23679: include/pa_request.h, include/pa_vclass.h, main/core.C,
23680: main/main.dsp: env0
23681:
23682: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23683: classes/_string.h, classes/double.C, classes/int.C,
23684: classes/root.C, classes/string.C, include/pa_request.h,
23685: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23686: include/pa_wcontext.h, main/core.C, main/main.dsp,
23687: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23688: main/pa_wcontext.C: ^lang prepare0
23689:
23690: 2001-03-09 paf
23691:
23692: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23693: construct proper naming
23694:
23695: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23696: classes/double.C, classes/int.C, classes/root.C,
23697: classes/string.C, include/code.h, include/pa_value.h,
23698: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23699: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23700: main/compile.y, main/compile_tools.C, main/core.C,
23701: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23702: and ^double[]. fixed expr type
23703:
23704: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23705: ^string.length[]
23706:
23707: 2001-03-08 paf
23708:
23709: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23710:
23711: * src/: include/pa_vclass.h, include/pa_vstring.h,
23712: include/pa_wcontext.h, main/compile.y, main/core.C,
23713: main/execute.C, main/main.dsp: dead end: vstring can't be
23714: derivated from vobject
23715:
23716: * src/: include/pa_vclass.h, include/pa_vhash.h,
23717: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23718:
23719: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23720: remained clone conseqs
23721:
23722: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23723:
23724: * src/main/pa_vclass.C: wow! vclass were out of vcs
23725:
23726: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23727: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23728: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23729: include/pa_vobject.h, include/pa_vstring.h,
23730: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23731: main/execute.C: withoud cloning. didn't need it actually, params
23732: got passed from out unnamed ewpool
23733:
23734: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23735: include/pa_vjunction.h, include/pa_vobject.h,
23736: include/pa_vunknown.h, main/compile.y: cloning dead end
23737:
23738: * src/: include/pa_bool.h, include/pa_double.h,
23739: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23740: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23741: include/pa_vjunction.h, include/pa_vmframe.h,
23742: include/pa_vobject.h, include/pa_vstring.h,
23743: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23744: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23745: to give params proper names
23746:
23747: * src/main/pa_wcontext.C: z
23748:
23749: * src/: include/pa_vmframe.h, main/execute.C: added names to
23750: unknown values in get_element and unfilled params. removed wrong
23751: name change in get_element
23752:
23753: * src/main/execute.C: z
23754:
23755: * src/main/execute.C: fixed problems calling operators in
23756: constructors
23757:
23758: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23759: detected problems calling operators in constructors
23760:
23761: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23762: autocalc def to string
23763:
23764: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23765: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23766:
23767: * src/classes/root.C: added root.c
23768:
23769: * src/: include/pa_request.h, include/pa_value.h,
23770: include/pa_vcframe.h, include/pa_vmframe.h,
23771: include/pa_wcontext.h, main/compile.C, main/compile.y,
23772: main/core.C, main/execute.C, main/pa_cframe.C,
23773: main/pa_wcontext.C: 'if' just compiled
23774:
23775: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23776: include/pa_vjunction.h, include/pa_vmframe.h,
23777: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23778: main/pa_wcontext.C: z
23779:
23780: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23781: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23782: with parameter names in operator methods
23783:
23784: * src/main/compile.y: minor renamings in .y
23785:
23786: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23787: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23788: @BASE. changed 'RUN' assignment mech
23789:
23790: * src/main/execute.C: z
23791:
23792: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23793: main/compile_tools.h, main/execute.C: made class: dynamic, not
23794: static. so to enable runtime ^use
23795:
23796: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23797:
23798: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23799: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23800:
23801: * src/main/execute.C: root root in code-junction
23802:
23803: 2001-03-07 paf
23804:
23805: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23806: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23807:
23808: * src/: include/pa_stack.h, include/pa_value.h,
23809: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23810: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23811: fixed rwcontext of {} params up
23812:
23813: * src/main/: compile.y, compile_tools.h: ^func(params)
23814:
23815: * src/main/compile.y: .y priorities syntax shaped up a bit
23816:
23817: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23818: include/pa_vunknown.h, main/compile.y, main/execute.C,
23819: main/pa_hash.C: expr def in -f
23820:
23821: * src/main/: compile.y, execute.C: expr calls
23822:
23823: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23824: fixed
23825:
23826: * src/main/compile.y: expr quoted code
23827:
23828: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23829: support0
23830:
23831: * src/main/compile.y: expr string comparisons 0
23832:
23833: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23834: main/pa_string.C: just compiled lt&co
23835:
23836: * src/main/execute.C: ^var.menu{$field} problem detected. that
23837: $field not a $var.field
23838:
23839: 2001-03-06 paf
23840:
23841: * src/main/compile.y: .y expr visible-shorter
23842:
23843: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23844: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23845: logical
23846:
23847: * src/: include/pa_vstring.h, main/compile.y: problems with
23848: skipping whitespace in yylex
23849:
23850: * src/include/pa_vbool.h: forgot this
23851:
23852: * src/: include/code.h, main/compile.y, main/execute.C: without
23853: string ops in expressions 0
23854:
23855: * src/: include/pa_value.h, include/pa_vdouble.h,
23856: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23857: main/execute.C, main/main.dsp: !~
23858:
23859: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23860: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23861: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23862: include/pa_vunknown.h, include/pa_wcontext.h,
23863: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23864: main/compile_tools.h, main/execute.C: +-*/
23865:
23866: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23867: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23868:
23869: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23870: main/execute.C: expr grammar-1 2*2=4.000000 :)
23871:
23872: * src/main/compile.y: expr grammar-1
23873:
23874: * src/main/compile.y: expr lexx1
23875:
23876: * src/main/: compile.y, execute.C, main.dsp: z
23877:
23878: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23879: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23880: main/execute.C: expr lex0 exec-1
23881:
23882: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23883:
23884: 2001-02-26 paf
23885:
23886: * src/main/compile.y: max_string in yyerror bug fix
23887:
23888: 2001-02-25 paf
23889:
23890: * src/: include/pa_value.h, include/pa_vmframe.h,
23891: include/pa_wcontext.h, main/execute.C: VAliased3
23892:
23893: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23894:
23895: * src/main/execute.C: VAliased1
23896:
23897: * src/: include/pa_request.h, include/pa_value.h,
23898: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23899: VAliased0
23900:
23901: * src/: include/pa_pool.h, include/pa_request.h,
23902: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23903: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23904: VAliased just compiled
23905:
23906: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23907: include/pa_vobject.h, main/execute.C: alias dead end
23908:
23909: * src/: include/pa_value.h, include/pa_vclass.h,
23910: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23911: main/main.dsp: no not get fields into interm VFielded class.
23912: fields & staticfields 1
23913:
23914: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23915: include/pa_vobject.h, include/pa_wcontext.h,
23916: include/pa_wwrapper.h, main/core.C, main/execute.C,
23917: main/main.dsp: would now get fields into interm VFielded class
23918:
23919: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23920: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23921: include/pa_wcontext.h, main/compile.y, main/core.C,
23922: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23923: main/pa_wcontext.C: virtuals2
23924:
23925: * src/main/compile.y: : 1
23926:
23927: * src/main/compile.y: rethought to $class:static.field.subfield
23928:
23929: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23930: $class:element
23931:
23932: * src/: include/pa_value.h, include/pa_vmframe.h,
23933: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23934: main/pa_wcontext.C: before execute class calls rewrite
23935:
23936: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23937: name RUN, also alias
23938:
23939: * src/main/compile.y: escaping bug
23940:
23941: * src/: include/pa_request.h, include/pa_value.h,
23942: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23943: main/core.C, main/execute.C, main/pa_common.C: vobject1
23944:
23945: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23946: include/pa_vmframe.h, include/pa_vobject.h,
23947: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23948: main/compile_tools.h, main/execute.C: ^class:method() just
23949: compiled
23950:
23951: 2001-02-24 paf
23952:
23953: * src/main/main.dsp: no bison -d
23954:
23955: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23956: class' err msg wrong
23957:
23958: * src/main/compile.y: z
23959:
23960: * src/main/: compile.y, core.C: yylex need some @special lines adj
23961:
23962: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23963: main/compile.y, main/compile_tools.h, main/core.C: modules0
23964:
23965: * src/: include/pa_vclass.h, main/core.C: z
23966:
23967: * src/: include/pa_value.h, include/pa_vclass.h,
23968: include/pa_vobject.h, main/main.dsp: vobject00
23969:
23970: * src/main/pa_array.C: minor bug in expanding very small arrays.
23971: 60% from 1 were 0
23972:
23973: * src/: include/pa_value.h, include/pa_wcontext.h,
23974: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23975: as bad as you've named it: wcontext.value() was not a perfect
23976: idea
23977:
23978: * src/main/execute.C: codeframe1
23979:
23980: * src/: include/pa_value.h, include/pa_vcframe.h,
23981: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23982: include/pa_vjunction.h, include/pa_vmframe.h,
23983: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23984: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23985: just compiled
23986:
23987: * src/: include/pa_vframe.h, main/compile.y: found junction
23988: ideology @: ^x{$a()) must construct current wcontext element, so
23989: smart wcontext handling needed
23990:
23991: * src/main/compile.y: fixed grammar bugs in constructor/params
23992: klinch
23993:
23994: * src/main/: compile.y, execute.C: fixed empty constructor
23995: optimized empty case. failed on calls - produced empty string
23996: param
23997:
23998: * src/main/compile.y: fixed last \n macrotemplate strip bug
23999:
24000: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
24001: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
24002: main/compile_tools.C, main/compile_tools.h, main/core.C,
24003: main/execute.C: code junctions0. something wrong with last \n
24004: macrotemplate strip
24005:
24006: * src/: include/pa_value.h, main/compile.C, main/core.C,
24007: main/pa_value.C: minor error reporting format beautifyings
24008:
24009: * src/: include/pa_value.h, include/pa_vclass.h,
24010: include/pa_vframe.h, main/core.C, main/execute.C,
24011: main/pa_value.C: get_method RIP. junctions everywhere. call with
24012: junctions0
24013:
24014: 2001-02-23 paf
24015:
24016: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24017: pa_wwrapper.h: lara came, can't work, sorry :(
24018:
24019: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24020: junction
24021:
24022: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24023: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24024: main/execute.C, main/main.dsp, main/pa_value.C: call0
24025:
24026: * src/: include/pa_hash.h, include/pa_value.h,
24027: include/pa_wcontext.h, main/core.C, main/execute.C,
24028: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24029: done
24030:
24031: * src/include/pa_wcontext.h: z
24032:
24033: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24034: wrong grammar in complex constructor case
24035:
24036: * src/main/: compile.y, execute.C: empty constructor bug fixed
24037:
24038: * src/main/execute.C: with result rwpool
24039:
24040: * src/: include/pa_value.h, main/core.C, main/execute.C,
24041: main/main.dsp: value named
24042:
24043: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24044: strign 2 value in 2 places in execute
24045:
24046: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24047: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24048: wcontext.put_element when wcontext fvalue==0
24049:
24050: 2001-02-22 paf
24051:
24052: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24053: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24054: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24055:
24056: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24057: erroreos checkout
24058:
24059: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24060:
24061: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24062: main/compile_tools.h, main/pa_array.C: $self.get
24063:
24064: * src/main/: compile.C, compile.y, compile_tools.C: z
24065:
24066: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24067: bit. finished now.
24068:
24069: * src/main/compile.y: $: finished
24070:
24071: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24072:
24073: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24074: main/execute.C: OP_STRING better then some xxx _VALUE
24075:
24076: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24077: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24078: string to vstring it .y all
24079:
24080: * src/: include/pa_request.h, include/pa_stack.h,
24081: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24082: all
24083:
24084: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24085: precise parse error line:col
24086:
24087: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24088: main/pa_hash.C, main/pa_pool.C: TRY...
24089:
24090: * src/: include/pa_exception.h, include/pa_pool.h,
24091: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24092: main/compile.C, main/compile.y, main/compile_tools.C,
24093: main/core.C, main/pa_array.C, main/pa_exception.C,
24094: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24095: main/pa_table.C: removed exception from request
24096:
24097: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24098: some forgotten
24099:
24100: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24101: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24102: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24103: get/put simple vars to VClass works0
24104:
24105: * src/: include/pa_array.h, include/pa_wcontext.h,
24106: main/pa_string.C: in process, but found that exceptions are too
24107: global
24108:
24109: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24110: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24111: main/execute.C, main/pa_string.C: write_value write_string 0 it
24112: seems wcontext must write strings regardles of fvalue!=0
24113:
24114: 2001-02-21 paf
24115:
24116: * src/main/execute.C: tired :)
24117:
24118: * src/main/: compile.C, compile.y, execute.C: store0
24119:
24120: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24121: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24122: include/pa_wcontext.h, main/compile.C, main/compile.y,
24123: main/execute.C, main/main.dsp, main/pa_array.C,
24124: main/pa_request.C: get put -1 [just compiled]
24125:
24126: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24127: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24128: main/main.dsp, main/pa_request.C: request core methods0
24129:
24130: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24131: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24132: execute
24133:
24134: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24135: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24136: methods and one_big_piece. now compile returns array<method*>
24137:
24138: * src/main/compile.y: more straightforward yylex[end]
24139:
24140: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24141: string.operator==(char*)
24142:
24143: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24144: main/execute.C, main/pa_array.C: after array.const get wonders
24145:
24146: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24147: pa_string.h, pa_value.h: struck with const array.gets
24148:
24149: * src/main/: execute.C: z
24150:
24151: * src/main/: compile.y, execute.C: z
24152:
24153: * src/main/: compile.C, compile.y, compile_tools.h: error
24154: processing in eval & yyerror so it wouldn't cause memleaks.
24155:
24156: * src/main/: compile.C, compile.y: failed to add absolute precies
24157: parse error positions. leaving RIGHTMOST position as
24158: @file[line:col]
24159:
24160: * src/: include/compile.h, main/compile.C, main/compile.y,
24161: main/compile_tools.h: line numbers needed. would add them to .y
24162: now internally. externally it's not as precise as needed
24163:
24164: * src/: include/code.h, include/pa_types.h, main/compile.C,
24165: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24166: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24167: compiler works ok
24168:
24169: 2001-02-20 paf
24170:
24171: * src/main/: compile.C, compile.y, compile_tools.C,
24172: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24173: not perfect
24174:
24175: * src/: include/code.h, include/compile.h, include/execute.h,
24176: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24177: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24178: main/compile.C, main/compile.y, main/compile_tools.C,
24179: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24180: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24181: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24182: compiled. execute=dump for now
24183:
24184: * src/main/core.C: core rewrite using yacc investigations now will
24185: be compile[yacc]/execute[opcodes]
24186:
24187: 2001-02-15 paf
24188:
24189: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24190: rewrite as turing machine? for it seems it would be it's too many
24191: ifs with this syntax now
24192:
24193: 2001-02-14 paf
24194:
24195: * src/main/core.C: get_params 1
24196:
24197: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24198: :( ]
24199:
24200: * src/main/core.C: varios breaks
24201:
24202: * src/main/core.C: get names 3
24203:
24204: * src/main/core.C: get names 2
24205:
24206: * src/main/core.C: get names 1
24207:
24208: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24209: names 0
24210:
24211: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24212: text repassing2 operator static vars
24213:
24214: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24215: main/pa_string.C: process text repassing
24216:
24217: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24218: module:calls changes
24219:
24220: 2001-02-13 paf
24221:
24222: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24223: ^class:calls[] started
24224:
24225: * src/: include/pa_value.h, main/core.C: z
24226:
24227: * src/main/core.C: operators : and self. prefixes
24228:
24229: * src/main/core.C: z
24230:
24231: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24232: tested
24233:
24234: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24235: optimized
24236:
24237: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24238: would change privates to better support optimization
24239:
24240: * src/: include/pa_string.h, main/pa_string.C:
24241: String_iterator::skip_to todo:optimize
24242:
24243: 2001-02-12 paf
24244:
24245: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24246: String_iterator
24247:
24248: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24249: comments
24250:
24251: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24252: self/methodref joined
24253:
24254: 2001-02-11 paf
24255:
24256: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24257: main/main.dsp: core started. core.C, context&value .h
24258:
24259: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24260: include/pa_string.h, main/main.dsp, main/pa_array.C,
24261: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24262:
24263: 2001-01-30 paf
24264:
24265: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24266: comments
24267:
24268: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24269: main/pa_pool.C: moved pa_pool.C to be target specific
24270:
24271: * src/: include/pa_exception.h, include/pa_pool.h,
24272: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24273: to & changes
24274:
24275: * src/: include/pa_exception.h, include/pa_pool.h,
24276: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24277: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24278: re-associated. that's much better even removed 'die' necessety
24279:
24280: * src/: include/pa_error.h, include/pa_exception.h,
24281: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24282: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24283: targets/Makefile.am: lowered targets/parser into subdir, added
24284: parser_Pool(Pool) failed to add. would think..
24285:
24286: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24287: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24288: main/pa_string.C, main/pa_table.C: Table more like C++ style
24289: hence lots of 'const'
24290:
24291: * src/: include/pa_error.h, include/pa_request.h,
24292: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24293: main/pa_table.C: Error fixed
24294:
24295: 2001-01-29 paf
24296:
24297: * src/: include/pa_array.h, include/pa_common.h,
24298: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24299: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24300: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24301: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24302:
24303: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24304: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24305: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24306: main/pa_string.C, main/pa_table.C: Request Error Table
24307:
24308: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24309: templates"
24310:
24311: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24312: main/main.dsp, main/pa_array.C: templates failed no template
24313: specializations [VC6], no library auto instantation [VC6, GNU c++
24314: 2.95.2-6 from latest cygwin]
24315:
24316: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24317: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24318: main/main.dsp, main/pa_array.C, main/pa_string.C,
24319: main/pa_table.C: Table started would test template Array now
24320:
24321: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24322: String originating
24323:
24324: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24325: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24326: SYNCHRONIZED(thread_safe)
24327:
24328: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24329: parts to top
24330:
24331: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24332: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24333: see: needed only in global Hash now, made Hash:: put/get
24334: SYNCHRONIZED
24335:
24336: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24337: main/pa_threads.C: added pa_threads
24338:
24339: Mutex
24340:
24341: * src/include/pa_hash.h: some comments
24342:
24343: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24344: Array& operator += (Array& src)
24345:
24346: * src/main/pa_array.C: expand not convinient, would rewrite
24347:
24348: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24349: (Array& src)
24350:
24351: rethought, would change now
24352:
24353: 2001-01-27 paf
24354:
24355: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24356: caching
24357:
24358: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24359: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24360: cache rethought to chunk caching
24361:
24362: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24363: include/pa_string.h, main/main.dsp, main/pa_array.C,
24364: main/pa_hash.C, main/pa_string.C: Array 0
24365:
24366: * src/main/pa_string.C: String::operator ==
24367:
24368: * src/main/pa_hash.C: String(&String)
24369:
24370: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24371:
24372: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24373: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24374: pa_hash[forgotten]
24375:
24376: 2001-01-26 paf
24377:
24378: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24379: removed templates [vc++ suxx]
24380:
24381: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24382: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24383:
24384: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24385:
1.119 moko 24386: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24387:
1.119 moko 24388: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24389: check
24390:
24391: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24392: dynamic row_count
24393:
24394: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24395: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24396: targets/Makefile.am: Initial revision
24397:
24398: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24399: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24400: targets/Makefile.am: creating parser3 module
24401:
E-mail: